@charset "utf-8";
/* CSS Document */	
@import'bootstrap.min.css';

@font-face {
	font-family: 'dm_serif_textregular';
	src: url('fonts/dmseriftext-regular-webfont.woff2') format('woff2'),
			 url('fonts/dmseriftext-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'dm_serif_textitalic';
	src: url('fonts/dmseriftext-italic-webfont.woff2') format('woff2'),
			 url('dmseriftext-italic-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('fonts/Ilisarniq-Light.woff2') format('woff2'),
			url('fonts/Ilisarniq-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('fonts/Ilisarniq-Regular.woff2') format('woff2'),
			url('fonts/Ilisarniq-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('fonts/Ilisarniq-Demi.woff2') format('woff2'),
			url('fonts/Ilisarniq-Demi.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	}
@font-face {
	font-family: 'Ilisarniq';
	src: url('fonts/Ilisarniq-Bold.woff2') format('woff2'),
			url('fonts/Ilisarniq-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	}

/*-------------------------------------------------------------------------------------------RESET CSS START	*/
html,body{
	height:100%;
}
a:focus,button:focus{outline:none;}
body { font-family: 'Ilisarniq'; direction:ltr; font-size:16px; font-weight:300; color:#4C4B48; line-height:26px; padding:0px; margin:0px; letter-spacing:-0.2px;-webkit-font-smoothing: antialiased; }
html, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin:0px; padding:0px; }
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary { padding:0px; display:block; }
q:before, q:after { content:''; }
abbr, acronym { border:0; font-variant:normal; }
sup { vertical-align:text-top; }
sub { vertical-align:text-bottom; }
input, select, textarea, button { font-family: Ilisarniq; direction: ltr; color:#4C4B48; font-size:14px; margin:0em; margin:0px; border:0px solid #cecece; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; transition: all 0.4s ease-out; border-radius:0px; box-sizing:border-box; }
input[type=text], input[type=email], input[type=password], select, textarea{ border-bottom:1px solid #C0C0C0; }
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, select:focus, textarea:focus{ border-bottom:1px solid #050709; box-shadow:0px 1px 0px #050709; }
input, button { overflow:visible; }
input, textarea{ outline:none; }
input[type=file] + input[type=file] { margin-left:5px; }
input[type=text], input[type=email], input[type=password], textarea { padding:10px; font-size:16px; line-height:24px; }
select + select, input[type=text] + input[type=text], input[type=password] + input[type=password] input[type=text] + select { margin-left:0px; }
input[type=text] + input[type=submit] { margin-left:10px; }
input[type=checkbox] { height:13px; width:13px; margin-right:5px; position:relative; top:1px; }
input[type=submit], input[type=button], input[type=reset], a, button { cursor:pointer; }
input[type=submit], input[type=button], input[type=reset], button { overflow:visible; }
input[type=submit] + input[type=submit], input[type=button] + input[type=button], input[type=reset] + input[type=reset], button + button, .btn + .btn, input[type=submit] + input[type=button], input[type=button] + input[type=submit] { margin-left:5px; }
input[type=radio] { margin-right:4px; position:relative; top:1px; }
input[type=radio] + abbr, input[type=checkbox] + abbr { padding-right:0px; }
input[type=file] { padding:4px 5px; display:inline; }
input[type=file] + input { margin-left:5px; }
input, input:focus, input:active, .btn:focus, .btn:active:focus, .btn.active:focus { outline:none; }
abbr + select, abbr + input { margin-left:15px; }
select[class*=col-] { padding:7px 8px; }
select option { padding-left:4px; }
input[type=submit], input[type=button], input[type=reset], button, .btn { font-size:14px; padding:10px 20px 12px 20px; text-decoration:none; background-color:#FF6C00; border-radius:0px; color:#FFF; font-weight:500; line-height:20px; letter-spacing:-0.2px; text-align:center; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover, .btn:hover { background-color:#2e2e2e; color:#FFF; border-color:#2e2e2e; }
input[type=submit]:focus, input[type=button]:focus, input[type=reset]:focus, button:focus, .btn:focus { background-color:#2e2e2e; color:#FFF; border-color:#2e2e2e; }
input[type=submit]:visited, input[type=button]:visited, input[type=reset]:visited, button:visited, .btn:visited { background-color:#ff6c00; color:#FFF; border-color:#ff6c00; }
p { margin:0px; padding-bottom:15px; }
a { color:#FF6C00; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
a:hover{ color:#131415; }
a:hover, a:focus, a:visited { text-decoration:none; }
a:active, a:hover { outline: 0; }
a, a:hover, a:focus, a:active, a:visited { outline:none; }
a img, a:hover img, img, a input { text-decoration:none; }
a img, img, input[type=checkbox], input[type=radio], iframe { border:none; }
ul { margin:0px; padding:0px; }
del { visibility:hidden; }
textarea { width:100%; max-width:380px; height:160px; resize:none; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }
article{/*  padding:0px 0px 20px 0px; */ min-height:570px;}
blockquote, q { quotes:none; }
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
del { text-decoration:line-through; }
table { border-collapse:collapse; border-spacing:0; }
td { vertical-align:top; }
select { max-width:100%; }
img { max-width:100%; border:0; -ms-interpolation-mode:bicubic; vertical-align:middle; }
hr { color:#D0D0D0; width:100%; margin:40px 0px; border-top:1px solid #4C4B48; }
address p { padding-bottom:5px; }
*:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* ::-webkit-scrollbar { width:8px; }
::-webkit-scrollbar-button { width:8px; height:5px; }
::-webkit-scrollbar-track { background-color:#DDD; border: skinny plain lightgray; box-shadow: 0px 0px 3px #dfdfdf inset; }
::-webkit-scrollbar-thumb { background-color:#999; border: skinny plain gray; }
::-webkit-scrollbar-thumb:hover { background:#1b1e24; } */
::-webkit-scrollbar { width: 0 !important }
body{overflow: -moz-scrollbars-none; -ms-overflow-style: none; }
::placeholder { font-family: 'Ilisarniq'; font-size:16px; direction:ltr; color:#050709; font-weight:300; }
::selection { background-color:#9e9e9e; color:#757575; }
h1 { font-size:32px; font-weight:700; margin:0px; }
h2 { font-family: 'dm_serif_textregular'; font-size:62px; margin:0px; color:#FFF; padding-bottom:30px; line-height:70px; letter-spacing:-0.8px; }
h3, h4 { font-family: 'dm_serif_textregular'; font-weight:400; color:#131415; margin:0px; line-height:51px; letter-spacing:-0.6px; 	}
h3 { font-size:42px; padding-bottom:50px; text-align:center; }
h3 span{ font-family: 'Ilisarniq'; font-size:16px; color:#C0C0C0; display:block; font-weight:100; line-height:28px; }
h3 small{ font-size:28px; }
h4 { font-size:28px; padding-bottom:0px; }
h4 a{ color:#131415; }
h5 { font-family: 'Ilisarniq'; font-size:18px; margin:0px; color:#C0C0C0; padding-bottom:20px; font-weight:300; letter-spacing:-0.26px; line-height:22px; }
h6 { font-family: Ilisarniq; font-size:16px; margin:0px; color:#FF6C00; padding-bottom:20px; letter-spacing:4px; line-height:18.95px; text-transform:uppercase; }
/*-------------------------------------------------------------------------------------------RESET CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------COMMON CSS START	*/	
/* [class*=sec-]{ padding:100px 50px; } */
[class*=sec-]{ padding:60px 50px; }
input[type=radio] { position:absolute; visibility:hidden; }
label { display:block; position:relative; padding:0px 0px 15px 35px; margin:10px auto; z-index:9; cursor:pointer; -webkit-transition: all 0.25s linear; }
.check { display:block; position:absolute; border:1px solid #050709; border-radius:100%; height:21px; width:21px; top:5px; left:0px; z-index:5;  transition: border .25s linear; -webkit-transition: border .25s linear; }
.check::before { display:block;	position:absolute; content: '';	border-radius:100%; height:11px; width:11px; top:4px; left:4px;	margin:auto; transition: background 0.25s linear;
	-webkit-transition: background 0.25s linear; }
input[type=radio]:checked ~ .check { border:1px solid #FF6C00; }
input[type=radio]:checked ~ .check::before { background-color:#FF6C00; }
/* .loader { position:fixed; left:45%; top:40%; z-index:9999; border:10px solid #f3f3f3; border-radius:50%; border-top:10px solid #FF6C00; width:80px; height:80px; -webkit-animation: 
spin 2s linear infinite; animation: spin 2s linear infinite; text-indent:-999em; } */
/* Safari */
/* @-webkit-keyframes spin {
	0% { -webkit-transform: rotate(0deg); }
	100% { -webkit-transform: rotate(360deg); }
	}
@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
	} */
#scroll {	position:fixed; right:10px; bottom:10px; cursor:pointer; width:40px; height:41px; background:url(../images/logo-sirf-coffee-white.svg) no-repeat -1px 0px #050709; text-indent:-9999px; border-radius:60px }
#scroll:hover { background-color:#FF6C00; opacity:1;filter:"alpha(opacity=100)"; -ms-filter:"alpha(opacity=100)"; }
.logo-orange{ display:none; transition: all 0.3ss; }
.logo-white{ display:block; transition: all 1s; }
.navbar, .fixed-me{ transition: all 0.3s; }
html body .fixed-me{ background-color:rgba(255,255,255); position:fixed; top:0px; z-index:999; width:100%; max-width:100%; border-bottom:solid 1px #e0e0e0; }
html body .fixed-me li a{ color:#0b0d0f; }
html body .fixed-me li:hover a{ color:#131415; }
html body .fixed-me .logo-orange{ display:block; transition: all 0.3s; }
html body .fixed-me .logo-white{ display:none; transition: all 0.3s; }
.bposi { position:relative; }
/*-------------------------------------------------------------------------------------------COMMON CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------HEADER CSS START	*/

#advert{
	/* float:left; */
	width:100%;
	background-color: #DCBE84;	
}
#advert a,#advert a:hover,#advert a:focus,#advert a:active{
	display:block;
	padding:10px;
	color:#fff;	
	font-family: 'Ilisarniq';
	font-size: 16px;
	font-weight:400;  
  letter-spacing: -0.2px;
	line-height: 25px;
	text-align:center;
}
#advert a:first-child{
	padding:10px
}
.advert-content{
	position:relative;	
}
a.close-advert{
	position: absolute;
	top:0;
	right:15px;
	/* width:50px;
	height:50px;
	background-image:url('../images/logo-live-mint.png');
	background-repeat:no-repeat;
	background-position:center; */
}
header{ 
	color:#FFF;
	background-color:#050709;
	}
header h3{ 
	color:#FFF;
	font-size:48px;
	text-align:left;
	line-height:46px;  
	padding-bottom:0px;
	}		
#logo{ 
/* 	padding-top:20px; */
	text-align:center;
	}
#logo a{ 
	top:15px;
	z-index:1;
	position:absolute;
	margin-left:-40px;
	}	
#navbar { 
	margin:0px auto;
	max-width:1360px;	
	padding:25px 0;
	}
.navbar-expand-lg{
	padding:15px 0;
}
.nav-link{ color:#FFF; }
.nav-link:hover{ color:#FFF; }
.navbar-nav .nav-item{ padding-left:44px; }
.navbar-nav .nav-item:first-child{padding-left:0;}
.navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a{ 
	padding-bottom:2px;
	border-bottom:solid 2px #FF6C00;
	}
/* .navbar-nav .nav-item:nth-child(5){ padding-left:225px; } */
.navbar-expand-lg .navbar-nav .nav-link{ padding:0px; }
#navbarSupportedContent{ -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }
.navbar-expand-lg .navbar-nav .link-login{ position:relative; }
.navbar-expand-lg .navbar-nav .link-login a{ 
	left:14px;
	color:#FF6C00;
	font-weight:500;
	position:relative;
	}
.navbar-expand-lg .navbar-nav .link-login:before{
	top:0px;
	left:29px;
	content:" ";
	width:1px;
	height:25px;
	position:absolute;
	background-color:#E1E1E1;	
	}	
.navbar-expand-lg .navbar-nav .link-apply a{ 
	color:#FFF;
	font-weight:500;
	margin-top:-4px;
	background-color:#FF6C00;
	padding:4px 30px 8px 30px;
	}
.navbar-expand-lg .navbar-nav .link-apply a:hover{
	background-color: #2e2e2e;
	color: #FFF;    
}
.navbar-expand-lg .navbar-nav .link-apply:hover a{ border-bottom:none; }
.navbar-expand-lg .navbar-nav .dropdown-menu{ top:56px; }
.dropdown-item.active, .dropdown-item:active{ background-color:#FF6C00; }	
.carousel-hero{ color:#FFF; }
.carousel-hero a{ color:#FFF; }
.carousel-hero .carousel-caption{	text-align:left; }
.carousel-hero .carousel-indicators, .carousel-hero .carousel-control-prev, .carousel-hero .carousel-control-next{ 
	opacity:0; 
	visibility:hidden;
	}	
.carousel-hero:hover .carousel-control-prev, .carousel-hero:hover .carousel-control-next{ 
	opacity:1; 
	visibility:visible;
	}	
.carousel-hero .carousel-item:after, .inn-abo-img:after{
	left:0px;
	content:"";
	bottom:0px;
	width:100%;
	height:175px;
	position:absolute;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, #050709 100%);
	}
	.fancybox-slide--iframe .fancybox-content {
		width  : 80%;
		/* height : 600px; */
		max-width  : 80%;
		max-height : 80%;
		margin: 0;
		background: #191919;
	}
.home-banner-quote{
	padding:25px 0 40px 40px;
	max-width:605px;
	color: #FFFFFF;
	font-family:'dm_serif_textregular';
	font-size: 48px;
	letter-spacing: -0.74px;
	line-height: 61px;
	background-image: url('../images/hb-quote-start.svg'), url('../images/hb-quote-end.svg');
  background-position: left top,center bottom 40px;
  background-repeat: no-repeat, no-repeat;
}
.home-banner-quote span{
	display:block;
	margin-left:50px;
	/* color: #C0C0C0; */
	color: #fff;
  font-family: Ilisarniq;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.23px;
  line-height: 25px;
}
.icon-play{
	top:-13px;
	left:175px;
	width:55px;
	height:55px;
	position:absolute;
	border-radius:100%;
	display:inline-block;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	background-image:url(../images/play-icon.svg) ;
	background-position:center;
	background-repeat: no-repeat;
	}
.thum-video{
	font-size:18px;
	font-weight:500;
	position:relative;
	}
.thum-video img{ 
	width:200px;
	border:solid 3px #FF6C00;
	box-shadow:0px 0px 10px rgba(0,0,0,0.5);
	}	
.thum-video abbr{ padding-left:30px; }
#carouselExampleIndicators .carousel-item > img{ width:100%; }
/*-------------------------------------------------------------------------------------------HEADER CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------FOOTER CSS START	*/	
footer { 
	color:#FFF;
	background-color:#050709;
	padding:60px 0px;
	}
footer a{ color:#FFF; }	
footer a:hover{ color:#FF6C00; }
footer h3{ 
	color:#FFF;
	padding-bottom:20px;
	}
.icon-mobile, .icon-email{ 
	min-height:50px;
	padding-left:70px;
}
.icon-mobile{ background:url(../images/icon-smartphone.svg) no-repeat left top; }
.icon-email{ background:url(../images/icon-email.svg) no-repeat left top; }
.row-contact{
	position:relative;
	font-size:20px;
	padding-left:95px;	
	margin-top:-50px;
	}
.row-contact h5{ padding-bottom:10px; color: #E85500;
  font-family: Ilisarniq;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
	line-height: 18.95px;
	text-transform:uppercase; }	

.row-contact p{ padding-bottom:0px; }
.row-contact  .box-con-inf{ 
	padding:0px 20px;
	margin-left:-30px;
	}
	.row-contact  .box-con-inf a{font-weight:400;}
.row-contact .box-con-inf + .box-con-inf{ border-left:1px solid #4C4B48; }	
.box-newsletter h5{
	padding-bottom:7px; 
	color: #E85500;
  font-family: Ilisarniq;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
	line-height: 18.95px;
	text-transform:uppercase;
}
.box-newsletter p{
	margin:0;
	padding:0;
	font-family: 'dm_serif_textregular';
	font-size:21px;
	font-weight: 400;
}
.text-copyright{
	color:#C0C0C0;
	font-size:12px;
	font-weight:300;
	padding-top:22px;
	color: #C0C0C0;
	font-family: Ilisarniq;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px; /* 186.667% */
}
.text-copyright-mobile{
	display:none;
}
ul.menu-footer{
	font-size:14px;
	list-style:none;
	}
ul.menu-footer > li{
	width:48%;
	float:left;
	padding-top:20px;
	}
.box-newsletter{ 
	position:relative;
	width:90%;
	float:right;
	padding:15px 10px;
	border:1px solid #FFFFFF;
	border-radius:2px;
}
.box-newsletter .text-copyright{ display:none; }
.box-newsletter input[type="email"],.box-newsletter input[type="email"]:focus{ 
	width:100%;
	line-height:28px;
	padding:7px 15px 14px 0;
	background-color:transparent;
	border-bottom: 1px solid #C0C0C0;
	}
.box-newsletter input[type="email"]::placeholder,.box-newsletter input[type="email"]{
	color:#fff;
}
.box-newsletter input[type="submit"]{
	bottom:30px;
	right:15px;
	color:#E85500;
	font-size:16px;
	border:0px none;
	font-weight:bold;
	line-height:22px;
	position:absolute;
	background:transparent;
	padding:0px 0px 4px 12px;
	border-left:1px solid #979797;
	}
.list-social{ 
	list-style:none;
	margin:25px 0 0 0;
	}	
.list-social li{ 
	width:30px;
	height:24px;
	display:inline-block;
	}	
.list-social li a{ 
	height:100%;
	display:block;
	}	
.list-social li + li{ margin-left:15px; }	
.icon-facebook{ background-position:left -1186px; }	
.icon-instagram{ background-position:left -1225px; }	
.icon-linkedin{ background-position:left -1262px; }	
/*-------------------------------------------------------------------------------------------FOOTER CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------ABOUT CSS START	*/	
.sec-about{ 
	color:#C0C0C0;
	position:relative;
	background-color:#050709;
	}
.sec-about:after, .sec-price:before{
	left:50%;
	width:2px;
	z-index:1;
	bottom:-7%;
	content:" ";
	height:90px;
	position:absolute;
	background-color:#FF6C00;	
	}	
.sec-about a.link-orange:hover{ color:#FFF; }	
.sec-about h3{
	color:#FFF;
	text-align:left;
	padding:40px 0px 30px 0px;
	}
.inn-abo-img{ position:relative; }
.img-abo-1{ 
	margin-left:80px;
	width:420px;
	height:550px;
	object-fit: cover;
}
.img-abo-2{
	width:285px;
	height:232px;
	object-fit:cover;
	left:0px;
	z-index:1;
	bottom:-145px;
	position:absolute;
	}
.icon-lov-cup, .icon-city{ height:52px; }	
.icon-lov-cup{ background:url(../images/icon-food-and-restaurant.svg) no-repeat left top; }
.icon-city{ background:url(../images/icon-city.svg) no-repeat left top; }
.sec-about .counter{ display:inline-block; }
.sec-about .box-counter .counter{ min-width:90px; }
.sec-about .box-counter + .box-counter .counter{ min-width:35px; }
.sec-about .box-counter + .box-counter{ padding-left:30px; }
/*-------------------------------------------------------------------------------------------ABOUT CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------WHY SIRF COFFEE CSS START	*/	
.sec-why-sir{ padding:80px 0px 60px 0px; background: #F8F8F8;}
.sec-why-sir .row h4{ color:#4C4B48; }
.icon-curated, .icon-discreet, .icon-pressure, .icon-process-1, .icon-process-2, .icon-process-3, .icon-process-4{ height:75px; }
.icon-curated, .icon-discreet, .icon-pressure, .icon-process-1, .icon-process-2, .icon-process-3, .icon-process-4, .icon-dinner, .icon-video, .icon-cups, .icon-house, .icon-city{
	width:79px;
	margin-bottom:10px;
	}
	.icon-lov-cup{
		margin-bottom:20px
	}
	.box-counter img{
		margin-bottom:10px;
	}
.carousel-testimonial .carousel-control-next-icon, .carousel-testimonial .carousel-control-prev-icon,.accordion-howwe h5 a[aria-expanded="true"]:after, .accordion-howwe h5 a[aria-expanded="false"]:after{
	background-image:url(../images/icon-spirit.png);
	background-repeat:no-repeat;
}
.sec-faq h5 a[aria-expanded="false"]:after,.accordion-howwe h5 a[aria-expanded="false"]:after{
	background-image:url(../images/acc-arrow-down.svg);
	background-repeat:no-repeat;
	background-position:auto !important;
}	
.sec-faq h5 a[aria-expanded="true"]:after,.accordion-howwe h5 a[aria-expanded="true"]:after{
	background-image:url(../images/acc-arrow-up.svg);
	background-repeat:no-repeat;
	background-position:auto !important;
}
.icon-curated{ background:url(../images/icon-gift.svg) no-repeat left top; }
.icon-discreet{ background:url(../images/icon-dinner.svg) no-repeat left top; }
.icon-pressure{ background:url(../images/icon-like.svg) no-repeat left top; }
/*-------------------------------------------------------------------------------------------WHY SIRF COFFEE CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------TESTIMONIAL CSS START	*/	
.sec-testimonial{
	color:#FFF;
	padding:0px;
	font-size:21px;
	line-height:30px; 
	position:relative;
	/* background-color:#F8F8F8; */
	font-family: 'dm_serif_textitalic';
	margin-bottom: 30px;
}
.sec-testimonial:after, .sec-testimonial:before{ 
	height:47px;
	background-color:#FFF;
	}	
.sec-testimonial:after{ top:0px; }
.sec-testimonial:before{ bottom:0px; }
.sec-testimonial h3{
	color:#FF6C00;
	text-align:left;
	margin:0px 0px 40px 0px;
	padding:0px 0px 40px 0px;
	border-bottom: 1px solid #F8F8F8;
	}
.sec-testimonial h3 span{	
	font-size:42px;
	display:inline-block;
	font-family: 'dm_serif_textregular';
	}
.sec-testimonial h6{
	color:#D9D9D9;
	font-size:12px;
	font-weight:300;
	letter-spacing:3px;
	text-transform:uppercase;
	padding:0px 0px 25px 0px;
	}
.sec-testimonial h5{ 
	color:#FFF;
	font-size:14px;
	}
.sec-testimonial h5 span{ font-weight:normal; }
.carousel-testimonial{
	z-index:1;
  padding:60px 50px 100px 50px;
  background-color: #050709
	}
.inn-worldwide h4{ margin:78px 0px 50px 10px; }	
.carousel-testimonial .carousel-item{ 
	height:270px;
	background-color:inherit;
	}
.carousel-testimonial .carousel-control-next, .carousel-testimonial .carousel-control-prev{
	float:left;
	width:40px;
	height:40px;
	opacity:1;
	position:inherit;
	border-radius:100%;
	border:solid 2px #FFF;
	}
.carousel-testimonial .carousel-control-next:hover, .carousel-testimonial .carousel-control-prev:hover{ border:solid 2px #FF6C00; }	
.carousel-testimonial .carousel-control-prev{ margin-right:5px;	}
.carousel-testimonial .carousel-control-next-icon, .carousel-testimonial .carousel-control-prev-icon{ background-size:auto; }
.carousel-testimonial .carousel-control-next-icon{ background-position:7px -1360px; }
.carousel-testimonial .carousel-control-next:hover .carousel-control-next-icon{ background-position:7px -1391px; }
.carousel-testimonial .carousel-control-prev-icon{ background-position:6px -1299px; }
.carousel-testimonial .carousel-control-prev:hover .carousel-control-prev-icon{ background-position:6px -1330px; }
/*-------------------------------------------------------------------------------------------TESTIMONIAL CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------FEATURED CSS START	*/	
.sec-featured .row{ 
	text-align:center;
	align-items:center;
	}
.sec-featured h3{ 
	font-size:28px;
	text-align:center;
	padding-bottom:30px;
	}
/*-------------------------------------------------------------------------------------------FEATURED CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------MEMBER CSS START	*/	
.sec-member .memsto-loc{
	color:#000 !important;
}
.sec-member{
	color:#C0C0C0;
	/* background: #F8F8F8; */
	/* background-color:#F8F8F8;  */
}
.sec-member .box-mem:nth-child(odd) { padding-left:110px; }		
.sec-member .box-mem:nth-child(even) { padding:80px 15px 0px 50px; }
.sec-member h3, .sec-member h4, .sec-member h5{ color:#0D0D0D !important; }	
.sec-member h5{ font-weight:500; }	
.btn-readmore{
	width:220px;
	margin:0px auto;
	position:relative;
	}
.btn-readmore a{
	top:77px;
	position:absolute;
	}
a.link-orange{ font-weight:500; }
a.link-orange:hover{ color:#FFF; }
.thum-member{ 
	min-height:442px;
	margin-bottom:20px;
	}	
/*-------------------------------------------------------------------------------------------MEMBER CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------BLOG CSS START	*/	
.sec-blog{	
/*   background-color: #050709; */
}
.slide-overlay_title {
	color: #fff !important;
}
.sec-blog h3, .sec-blog h4, .sec-blog h5 {
	color: #131415;
}
.ourblog-single{
	position:relative;
	margin-bottom:30px;
}
.ourblog-single img{
	height:450px;
	object-fit: cover;
} 
a.slide-container{
	display:block;	
}
.slide-container:hover .slide-overlay{
	height:160px;
}
.slide-overlay {
	padding: 30px 40px;
	display: block;
	background: rgba(25, 25, 25, 0.5);
	padding: 10px 15px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height:115px;
	overflow:hidden;
	transition: .2s ease;
}
.slide-overlay_category{
	color: #E85500;
  font-family: Ilisarniq;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
	line-height: 18.95px;
	text-transform:uppercase;
}
.slide-overlay_title{
	min-height:90px;
	padding-bottom:15px;
	color: #fff;
  font-family: 'dm_serif_textregular';
  font-size: 28px;
  letter-spacing: -0.4px;
	line-height: 37px;
	text-align:left;
}
.slide-overlay_meta{
	color: #D8D8D8;
  font-family: Ilisarniq;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.17px;
  line-height: 25px;
}
#ourblog-home .col-xl-4.box-blog{
	max-width:100%;
}
#ourblog-home.owl-carousel .owl-nav button.owl-prev{
	position:absolute;
	top:40%;
	left:-10px;
	width:50px;
	height:50px;
}
#ourblog-home.owl-carousel .owl-nav button.owl-next{
	position:absolute;
	top:40%;
	left:auto;
	right:-10px;
	width:50px;
	height:50px;
}
.sec-blog h2{ padding-bottom:60px; }
.sec-blog h4{ line-height:38px; }	
.sec-blog h4 a:hover{ color:#FF6C00; }
/* .sec-blog .row .box-blog + .box-blog { border-left:1px solid #DCDCDC; } */
.thum-blog{
	min-height:252px;
	padding-bottom:30px;
	}
/*-------------------------------------------------------------------------------------------BLOG CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------TALES CSS START	*/	
.page-tales{ 
	color:#4C4B48;
	padding-top:56px;
	position:relative;
	background-color:#FFF;
	}
.page-tales:before, .page-contact:before, .page-howwe:before, .page-howwe:after, .sec-testimonial:after, .sec-testimonial:before, .sec-price:after, .sec-faq:after{
	left:0px;
	width:100%;
	content:" ";
	position:absolute;
	}	
.page-tales:before, .page-contact:before, .page-howwe:before, .page-howwe:after, .sec-price:after{ 
	top:-1px;
	background-color:#050709;	
	}	
.page-tales:before{ height:270px; }	
.page-tales h4{ color:#131415; }	
.page-tales h5{ color:#4C4B48; }	
.heading-tale{ padding:50px 0px 0px 110px; }
/*-------------------------------------------------------------------------------------------TALES CSS CLOSE	*/
/*-------------------------------------------------------------------------------------------CONTACT CSS START	*/	
.page-contact{ 
	/* padding-top:160px; */
	padding-top:65px;
	position:relative;
	}
.page-contact:before{ height:40px; }	
.form-contact{
	color:#050709; 
	font-size:18px;
	font-weight:400;
	padding-left:30px;
	padding:0px 40px 30px 35px;
}

.form-contact .alert{ font-size:16px; }	
.form-contact h4{ 
	line-height:28px;
	padding-bottom:30px;
	}	
.form-contact input[type=text], .form-contact textarea{ 
	width:100%;
	max-width:100%; 
	}
	/* The container */
.container-anonymous {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
	user-select: none;
	color: #050709;
  font-family: Ilisarniq;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.27px;
  line-height: 26px;
}

/* Hide the browser's default checkbox */
.container-anonymous input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
	left: 0px;
	height: 18px;
	width: 18px;
	border-radius: 5px;
  background-color: transparent;
  border:1px solid #000
}

/* On mouse-over, add a grey background color */
.container-anonymous:hover input ~ .checkmark {
  background-color: transparent;
 
}

/* When the checkbox is checked, add a blue background */
/* .container-anonymous input:checked ~ .checkmark {
  background-color: #2196F3;
} */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-anonymous input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-anonymous .checkmark:after {
  left: 5px;
	top: 0px;
	width: 6px;
	height: 13px;
	border: solid #050709;
	border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.heading-get{ padding:50px 0px 0px 15px; }	
.heading-get a{ text-decoration:underline; }
.heading-get a:hover{ 
	color:#FFF;
	text-decoration:none;
	}
.img-contact-girl{ 
	text-align:right;
	margin-top:-190px;
	}
/*-------------------------------------------------------------------------------------------CONTACT CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------HOW WE WORK CSS START	*/	
.heading-how{ 
	color:#C0C0C0;
	padding:50px 0px 0px 15px;	
	}
.heading-how h3{ padding-bottom:18px; }	
.accordion-howwe{ padding-top:25px;	}
.accordion-howwe .card{ 
	border:none;
	padding:25px 0px;
	border-radius:0px;
	background-color:inherit;
	}
.accordion-howwe .card + .card{ border-top:solid 1px #E4E4E4; }
.accordion-howwe .card-header{ 
	padding:0px;
	border-bottom:solid 0px #E4E4E4;
	background-color:transparent;
	}
.accordion-howwe .card-body{ padding:15px 0px 0px 0px; }
.accordion-howwe h5{
	font-size:28px;
	line-height:28px;
	padding-bottom:0px;
	font-family: 'dm_serif_textregular';
	}
.accordion-howwe h5 a{ 
	display:block;
	margin-right:30px;
	color:#C0C0C0;	
	}
	.accordion-howwe h5 a:hover,.accordion-howwe h5 a[aria-expanded="true"]{ color:#FF6C00; }
	.accordion-howwe h5 a[aria-expanded="false"]:after, .accordion-howwe h5 a[aria-expanded="true"]:after{
		top:10px;
	 right:10px;
	 content:"";
	 width:19px;
	 height:10px;
	 position:absolute;
	 }
	/* .accordion-howwe h5 a[aria-expanded="false"]:after{ background-position:0px -1463px; }	
	.accordion-howwe h5 a[aria-expanded="true"]:after{ background-position:0px -1493px;}	 */
.page-howwe{ 
	padding-top:60px;
	position:relative;
	padding-bottom:45px;
	background-color:#F8F8F8;	
	}
.page-howwe, .page-howwe:before, .page-howwe:after, .sec-faq:after{ background-color:#F8F8F8;	 }	
.page-howwe:before{
	top:-75px;	
	height:100px;	
	}	
.page-howwe:after, .sec-faq:after{
	top:inherit;
	/* height:20px; */
	bottom:-20px;
	}		
.img-how-we-work{ 
	z-index:1;
	text-align:right;
	position:relative;
	top:-10px;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 67.81%, #000000 100%);
}	
.img-how-we-work:after{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-5px;
	margin:0 auto;
	height:100%;
	width:100%;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.02) 67.81%, #000000 100%);
}
.img-how-we-work.img-how-we-work-main,.img-how-we-work.img-how-we-work-main:after{
	background:none;
}
.img-how-we-work img{
	width:560px;
	height:640px;
	object-fit:cover;
}

.row-our-pro h3{ 
	float:left;
	width:40px;
	color:#050709;
	text-align:left;
	padding-bottom:0px;
	}	
.row-our-pro p{ 
	margin-left:40px;
	padding-bottom:20px;
	}	
.our-pro-title{
	display:block;
	margin:5px 0 10px 0;
	color: #050709; 
	font-family: dm_serif_textregular; 
	font-size: 24px;
	letter-spacing: -0.34px;
	line-height: 37px;
}
.icon-process-1{ background:url(../images/icon-application.svg) no-repeat left top; }
.icon-process-2{ 
	width:87px;
	background:url(../images/icon-interview.svg) no-repeat left top;
	}
.icon-process-3{ background:url(../images/icon-dating.svg) no-repeat left top; }	
.icon-process-4{ background:url(../images/icon-heart.svg) no-repeat left top; }	
/*-------------------------------------------------------------------------------------------HOW WE WORK CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------WHO WE ARE CSS START	*/	
.page-whowe{ padding:60px 0px; }
.page-whowe h3 span{ 
	color:#4C4B48;
	font-size:21px;
	}
.page-whowe .container, .sec-year .container{ max-width:975px; }
/* .thum-service{ min-height:330px; } */
.thum-service img{
	width:215px;
	height:215px;
	object-fit: cover;
	border-radius:100%;
}
.thum-row h4{ 
	font-size:21px;
	padding-top:10px;
	text-align:center;
	}	
/* .thum-row h4 span{ border-bottom:solid 2px #FF6C00; } */
.thum-row .col-12{ 
	cursor:pointer;
	/* min-height:400px; */
	padding-bottom:15px;
	text-align:center;
	}
.icon-dinner, .icon-video, .icon-cups, .icon-house{ height:62px; }	
.icon-dinner{ background:url(../images/icon-lunch.svg) no-repeat left top; }
.icon-video{ background:url(../images/icon-video.svg) no-repeat left top; }
.icon-cups{ background:url(../images/icon-coffee-cup.svg) no-repeat left top; }
.icon-house{ background:url(../images/icon-house.svg) no-repeat left top; }
.row-counter{ 
	font-size:16px;
	font-weight:500;
	padding-top:60px;
	}
.row-counter .counter{ 
	font-size:32px;
	padding-bottom:10px;
	}
.row-counter .box-counter + .box-counter{	border-left:solid 1px #C0C0C0; }	
.img-whowe{ margin-top:50px; }
.sec-year{ position:relative; }
.sec-year{ background-color:#F8F8F8; }
/* .sec-year h3{ text-align:left; } */
.sec-year h3 span{ color:#4C4B48; }
.sec-year .row h3{ padding-bottom:0px; }
.sec-year .row .counter-year{	
	position:relative;
	padding-left:40px;
	}
.sec-year .row .counter-year:before{
	left:15px;
	top:106px;
	width:12px;
	content:" ";
	height:12px;	
	position:absolute;
	border-radius:100%;
	background-color:#FF6C00;
	}
.sec-year .row .counter-year:after{
	left:-45%;
	top:111px;
	width:59%;
	content:" ";
	height:2px;	
	position:absolute;
	background-color:#FF6C00;	
	}	
.sec-year .row .counter-year:first-child:after{ 
	left:9%;
	width:5%;
	}	
.box-testimonial{
	padding:40px 100px;
	/* margin-right:190px; */
	background-color:#252525;
	}	
.timeline-container{
	width:100%;
	float:left;
	margin:120px 0 90px 0;
}
.timeline-single{
	position: relative;
	/* width:25%; */
	width:100%;
	height:350px;
	float:left;
}
/* .timeline-single:after{
	content: '';
	position: absolute;
	width: 85px;
	height: 1px;
	background: #FF6C00;
	top: 76px;
	left: -40px;
} */
.timeline-single:nth-child(1){
	position: relative;
	right: -4px;
}
.timeline-single:nth-child(3){
	position: relative;
	left: -4px;
}
.timeline-single:nth-child(4){
	position: relative;
	left: -6px;
}
.timeline-single:nth-child(1):after{
	content: '';   
	width: 45px;
	left: 0;
}
/* .timeline-single:last-child:before{
	content: '';   
	width: 45px;
	right: 0;
	position: absolute;
	height: 1px;
	background: #FF6C00;
	top: 76px;
	left: 190px;
} */
.timeline-single:nth-child(odd) img{
	/* margin-top:-49px; */
}
/* .timeline-year-odd{
	position: absolute;
	left:0;
	right:0;
	bottom:35px;
	margin:0 auto;
	text-align:center;
	color: #131415;
  font-family: "dm_serif_textregular";
  font-size: 40.66px;
  letter-spacing: -0.58px;
  line-height: 49.37px;
} */
.testimonial-content-wrapper::before{
	content: '';
	position: absolute;
	top: 75px;
	right: 5px;
	bottom: 95px;
	left: 5px;
	border-top: 2px solid #FF6C00;
	border-bottom: 2px solid #FF6C00;

}
.testimonial-content-img{
	padding-left:50px;
}
.timeline-year{
	position: absolute;
	left:0;
	right:0;
	bottom:85px;
	margin:0 auto;
	text-align:center;
	color: #131415;
  font-family: "dm_serif_textregular";
  font-size: 40.66px;
  letter-spacing: -0.58px;
  line-height: 49.37px;
}
.timeline-year-info-odd{
	/* position: absolute;
	top:-85px; */
	color: #4C4B48;
  font-family: Ilisarniq;
  font-size: 15.49px;
  font-weight: 300;
  letter-spacing: -0.19px;
  line-height: 24.2px;
  text-align: center;
}
.timeline-year-info-even{
	/* position: absolute;
	bottom:-85px; */
	color: #4C4B48;
  font-family: Ilisarniq;
  font-size: 15.49px;
  font-weight: 300;
  letter-spacing: -0.19px;
  line-height: 24.2px;
  text-align: center;
}
/*whowearetimeline*/
.whowearetimeline{
	width:100%;
}
.whowearetimeline-single{
	/* width:100%;
	float:left; */
	width:20%;
	float:left;
	position:relative;
}
.whowearetimeline-single:nth-child(2){
	left:-3px;
}
.whowearetimeline-single:nth-child(3){
	left:-5px;
}
.whowearetimeline-single:nth-child(4){
	left:-7px;
}
.whowearetimeline-single:nth-child(5){
	left:-9px;
}
.whowearetimeline-single:nth-child(odd) .wwa-text{
	position: absolute;
	top:-25px;
}
.whowearetimeline-single:nth-child(even) .wwa-text{
	position: absolute;
	bottom:-15px;
}
.wwa-year{
	position: absolute;
	top:45%;
	left:0;
	right:0;
	margin:0 auto;
	text-align:center;
	color: #131415;
	font-family: "dm_serif_textregular";
	font-size: 40px;
	letter-spacing: -0.58px;
	line-height: 49.37px;
}
.wwa-text-placeholder-top,.wwa-text-placeholder-bottom{
	height:100px;
}
.wwa-text{
	color: #4C4B48;
  font-family: 'Ilisarniq';
  font-size: 15.49px;
  font-weight: 300;
  letter-spacing: -0.19px;
  line-height: 24.2px;
  text-align: center;
}
.whowearetimeline .owl-item:nth-child(odd) .whowearetimeline-single .wwa-text{
	position: absolute;
	top:10px;
	left:0;
	right:0;
	text-align:center;
}
.whowearetimeline .owl-item:nth-child(even) .whowearetimeline-single .wwa-text{
	position: absolute;
	left:0;
	right:0;
	bottom:10px;
	text-align:center;
}
.whowearetimeline.owl-carousel .owl-nav button.owl-prev{
	position: absolute;	
	left: -55px;
	top: 44%;
}

.whowearetimeline.owl-carousel .owl-nav button.owl-next{
	position: absolute;	
	right: -55px;
	top: 44%;
	left:auto;
}
.whowearetimeline.owl-carousel .owl-nav button.owl-prev.disabled,.whowearetimeline.owl-carousel .owl-nav button.owl-next.disabled{
	display:none;
}


/*whowearetimeline*/

.box-testimonial:after, .box-testimonial:before{ display:none; }	
.box-testimonial h6{ color:#FF6C00; }
.popup-team .modal-lg{ max-width:980px; }
.popup-team .modal-content{
	max-width:750px;
	margin:0 auto;
	border-radius:0%;
	border:solid 0px #050709;
	background-color:transparent;
	}
.abt-testimonial.box-testimonial{
	padding:30px;
	
}
.abt-testimonial-content{	
	padding:30px 15px 15px 60px;
	background-image: url('../images/quote-abt-start.svg'), url('../images/quote-abt-end.svg');
	background-position: left top,right;
	background-repeat: no-repeat, no-repeat;
}

.popup-team .box-popup{	padding:0px; }	
.popup-team button.close{ 
	position:absolute;
	top:18px;
	opacity:1;
	z-index:1;
	right:4px;
	width:40px;
	height:40px;
	/* color:#050709;
	
	border-radius:100%;
	border:solid 1px #050709; */
	background-image:url('../images/close-video.svg');
	background-repeat:no-repeat;
	background-position:center;
	}	
	.popup-team.popup-homestory button.close{
		top:-45px;
		right:0
	}
.popup-team button.close:hover{ background-color:transparent; }	
.popup-team button.close span{
	top:-4px;
	font-size:35px;
	font-weight:300;
	text-shadow:none;
	position:relative;
	}	
.popup-thum{
	margin-top:35px;
	padding:35px 50px;
	text-align:center;
	background-color:#050709;
	}	
.popup-thum img{ border-radius:100%; }	
.popup-cont{ 
	padding:60px 10%;
	background-color:#FFF;
	}
.popup-cont h3{ 
	text-align:left;
	padding-bottom:2px;
	font-size:36px;
	line-height:38px;
	}
.popup-cont h6{ 
	text-transform:none;
	letter-spacing:normal;
	}
/*-------------------------------------------------------------------------------------------WHO WE ARE CSS CLOSE	*/	
/*-------------------------------------------------------------------------------------------MEMBERSHIP CSS START	*/	
.sec-price{ 
	padding-top:54px;
	position:relative;
	}
.sec-price:after{ height:250px; }
.box-price{ 
	z-index:1;
	position:relative;
	border-radius:6px;
	background-color:#FFF;
	border:solid 1px #c0c0c0;
	padding:35px 20px 5px 20px;
	margin-bottom:20px;
	}
.popular-plan{
	padding: 7px 20px 10px 20px;
	background:#FF6C00;
	color: #FFFFFF;
  font-family: Ilisarniq;
  font-size: 16px;
  letter-spacing: -0.24px;
	line-height: 26px;
	text-align:center;
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 220px;
	margin: 0 auto;
}	
.popular-plan p{
	margin:0;
	padding:0;
}
.box-price h3{ 
	font-size:34px;
	text-align:left;
	padding-bottom:2px;
	}	
.box-price h5{ 
	color:#2f2e2b;
	font-size:21px;
	font-weight:400;
	}	
.box-price h6{ 
	font-size:36px;
	line-height:36px;
	padding-bottom:30px;
	letter-spacing:-0.6px;
	}
.box-price h6 span{
	font-size:18px;
}	
ul.list-pri-dec{
	list-style:none;
	/* min-height:320px; */
	padding:10px 0px 20px 20px;
	border-top:solid 1px #e0e0e0;
	}	
ul.list-pri-dec > li{ position:relative; }	
ul.list-pri-dec > li:before{
	top:0px;
	left:-20px;
	content:"•";
	font-size:20px;
	position:absolute;
	}	
.box-price .btn{ width:100%; }	
.sec-faq{ 
	position:relative;
	padding-bottom:60px;
	background-color:#F8F8F8;
	}
.sec-faq h3{ 
	text-align:center;
	padding-bottom:0px;	
	}	
.sec-faq .container{ max-width:920px; }
.sec-faq h5{ font-size:21px; }
.sec-faq h5 a{ color:#050709; }
.sec-faq .card-body{ 
	color:#000;
	padding-top:7px;
	}
.sec-faq .card{ 
	position:relative;
	padding:18px 30px 16px 0px;
	}	
.sec-faq h5 a[aria-expanded="false"]:after, .sec-faq h5 a[aria-expanded="true"]:after{
 	top:10px;
  right:-25px;
	content:"";
  width:19px;
	height:10px;
	position:absolute;
	}
/* .sec-faq h5 a[aria-expanded="false"]:after{ background-position:0px -1463px; }	
.sec-faq h5 a[aria-expanded="true"]:after{ background-position:0px -1493px;}	 */
/*-------------------------------------------------------------------------------------------MEMBERSHIP CSS CLOSE	*/	
.page-404{
	position:relative;
	width:100%;
	height:100vh;
	background:#090804;
	text-align:center;
	display:flex;
	justify-content:center;
	align-items: center;
}
.content-404 h2{
	padding-bottom:10px;	
}
.content-404 p{
	color: #C0C0C0;  
  font-size: 18px;
  letter-spacing: -0.2px;
  line-height: 27px;
}
.heading-tnc{
	padding:60px 0;
}
.legal-content{
	padding:60px 0;
}
.legal-content h4{
	margin:0;
	padding:60px 0 0 0;
	color:#4C4B48
}
.legal-content ul{
	margin-left:20px;
	padding:0 0 60px 0;
}
#reachout-success{
	display: none;
	width:100%;
	max-width:660px;
	border-radius:20px;
	text-align:center;
	font-size:20px;
}
.fancybox-is-open #reachout-success{
	display:inline-block !important
}
#reachout-success button:hover{
	background:transparent
}
#reachout-success img{
	margin:0 0 20px 0;
}
#reachout-success p:first-child{
	margin:0 0 0px 0;
}
#reachout-success p:last-child{
	margin:0 0 15px 0;
}
.get-membership{
	padding:30px 0 0 0;
}
.get-membership h3{
	margin:0 ;
	padding:0;
	font-family: 'dm_serif_textregular';
	font-size: 28px;
	line-height: 37px;
	color: #131415;
	font-weight: 400  
}
#carouselExampleIndicators .carousel-caption{
/* 	top:35vh; */
	bottom: 75px;
	left:10%;
}
.counter{
	color:#fff;
}
.form-contact label.error{
	font-size:12px;
	padding:0;
	margin:0;
	color:#f00;
	line-height:15px;
}
#popupdata .modal{
/* 	top:auto; */
}
/* .mCSB_scrollTools .mCSB_draggerContainer{
	display:none
} */
.navbar-nav .nav-link{
	font-size: 14px;
	font-weight:400
}
.carousel-caption-mobile{
	display:none;
}
.whoweare-counter .counter{
	color:#050709
}
.our-pro-img{
	width:75px;
	height:75px;
	margin-bottom:20px
}
.popup-thumb-img{
	width:300px;
	height:300px;
}
.page-tales .link-orange:hover,.page-tales .link-orange:active{
	color:#FF6C00
}
.reachout-banner{
	width:560px;
	height:640px;
	object-fit: cover;
}


/* .service-carousel{
  padding:75px 50px;
  background-color: #050709
} */
.service-single{
	position:relative;
	padding:50px 50px;
	/* min-height:720px; */
  	/* background-color: #050709 */
}
.service-title{
  margin:0 0 40px 0;
  padding:0 0 40px 0;
  border-bottom: 1px solid #F8F8F8;
  color: #FF6C00;
  font-family: 'dm_serif_textregular';
  font-size: 42px;
  letter-spacing: -0.6px;
  line-height: 51px;
}
.service-title span{
  color:#c0c0c0;
}
.testimonial-title{
  margin:0 0 25px 0;
  color: #D9D9D9;
  font-family: Ilisarniq;
  font-weight:300;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 18.95px;
}
.testimonial-content-title{
	display: none;
}  
.testimonial-content-title,.testimonial-content-title-desc {  
	color: #767676;
	font-family: "DM Serif Text";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	position: absolute;
    top: 20px;
}
.testimonial-content {  
	background-image: url('../images/quote-img.png');
	background-position: left top,right bottom;
	background-repeat: no-repeat, no-repeat;
	margin: 90px 0px 0px 0px;
	background-size: 70px;
    padding: 20px 0px 20px 20px;
    background-position-x: 0px;
	color: #131415;
	font-family: "DM Serif Text";
	font-size: 28px;
	font-style: normal;
	font-weight: bold;
	line-height: 36px; /* 128.571% */
	letter-spacing: -0.2px;
}
/* .testimonial-content:after{
	content:'';
	position:absolute; 
	left:0;
	width:78px;
	height:1px;
	background:#979797;
} */
.testimonial-name{
	position:absolute;
	bottom:60px;
  margin:0 0 30px 0;
  color: #FFFFFF;
  font-family: 'Ilisarniq';
  font-weight:300;
  font-size: 14px;  
  letter-spacing: -0.23px;
  line-height: 18.95px;
}
.testimonial-name span{
  font-family: 'Ilisarniq';
  font-weight:normal;
}
.testimonial-subcontent table{
	float: right;
}

.testimonial-subcontent table tr td{
	padding:15px;
}
.testimonial-subcontent{
	text-align: right;
	font-family: Ilisarniq;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.2px;
}
.testimonial-subcontent .cf-1,.testimonial-subcontent .cf-3,.testimonial-subcontent .cf-5{
	color: #000;
}
.testimonial-subcontent .cf-2,.testimonial-subcontent .cf-4,.testimonial-subcontent .cf-6{
	color: #767676;
}

.worldwide-presence {
	padding-top:20px;
}
.worldwide-presence h4{
  margin:85px 0 50px 0;
}
.sec-testimonial .owl-carousel .owl-nav button{
	width:40px;
	height:40px;
}
.sec-testimonial .owl-carousel .owl-nav button:active,.owl-carousel .owl-nav button:focus{
	outline:none;
}
.sec-testimonial .owl-nav{
	position:relative;
}
.owl-carousel .owl-nav button.owl-prev{
	position:absolute;
	top:-118px;
	left:50px;
}
.owl-carousel .owl-nav button.owl-next{
	position:absolute;
	top:-118px;
	left:90px;
}
.confidentiality{
	position:absolute;bottom:60px;color: #fff;font-family: 'Ilisarniq';font-size: 9px;font-weight: 300;letter-spacing: -0.15px;
  line-height: 25px;
}
.confidentiality span{
	color:#FF6C00
}
.memberstories-container{
	width:100%;
	float:left;
}
.memberstories-single{ 
	display:block;
	float:left;
	width:250px;
	margin-right:25px;	
}
h3.memsto-title{
	margin:20px 0;
	padding:0;
	color: #fff;
  font-family: "dm_serif_textregular";
  font-size: 28px;
  letter-spacing: -0.4px;
	line-height: 37px;
	text-align:left;
}
.memsto-loc{
	margin:0 0 20px 0;
	padding:0;
	color: #fff;
  font-family: 'Ilisarniq';
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.2px;
  line-height: 27px;
}
a.link-orange,a.link-orange:hover,a.link-orange:focus,a.link-orange:active{
	margin:0;
	padding:0;
	color: #FF6C00;
	font-family: 'Ilisarniq';
	font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.2px;
  line-height: 25px;
}
#member-stories .owl-dots{
	margin:40px 0 0 0;
	text-align:center;
}
#member-stories .owl-dots .owl-dot,#member-stories .owl-dots .owl-dot:focus{
	height: 10px;
	width: 10px;
	margin-right:2px;
	background-color: #4C4B48;
	border-radius:10px;
	outline:none;
}
#member-stories .owl-dots .owl-dot.active{
	position:relative;
	background-color: #FF6C00;	
}
#member-stories .owl-dots .owl-dot.active:after{
	content:'';
	position:absolute;
	top:-3px;
	left:-3px;
	width:16px;
	height:16px;
	border:1px solid #fff;
	border-radius:16px;
}
.countrycode{
	position:relative;
}
.countrycode span{
	position:absolute;
	top:5px;
	left:0;
	font-weight:100;
}
.countrycode input{
	padding-left:20px
}
.team-name{
	border-bottom: 2px solid #FF6C00;
}
.testimonial-home-container{
	position: relative;
}
#testimonialhome-nav {
	width: 100px;
    background: #fff;
    height: 40px;
	position: absolute;
    bottom: 75px;
    right: 0px;
	z-index: 1;
}
#testimonialhome-nav button{
	padding: 0;
	margin: 0;
	width: 40px;
	height: 40px;
	/* position: absolute; */
	background:#FF6C00;
}
#testimonialhome-nav button.owl-prev{
	bottom: 55px;
	z-index: 1;
	margin-right: 15px;	
	/* width:42px;
	height:42px; */
	background-image:url('../images/left-white-arrow.svg');
	background-repeat: no-repeat;
	background-position:center;
	border-radius: 50%;
	border: 2px solid #FF6C00;
}
#testimonialhome-nav button.owl-prev:focus,#testimonialhome-nav button.owl-prev:active{
	/* background-image:url('../images/left-orange-arrow.svg'); */
}
#testimonialhome-nav button.owl-next{
	bottom: 55px;
	z-index: 1;
	right: 0px;
	/* width:42px;
	height:42px; */
	background-image:url('../images/right-white-arrow.svg');
	background-repeat: no-repeat;
	background-position:center;
	border-radius: 50%;
	border: 2px solid #FF6C00;
}
#testimonialhome-nav button.owl-next:focus,#testimonialhome-nav button.owl-next:active{
	/* background-image:url('../images/right-orange-arrow.svg'); */
}
#sc-logo{
	width:134px;
	height:49px;
}
.abt-testimonial .col-sm-3 img{
	width:220px;
	height:220px;
	object-fit: cover;
}
.sir-icon{
	width:75px;
	height:75px;
	object-fit:cover;
}
.boxcounter-img{
	width:52px;
	height:52px;
	object-fit:cover;
}
.secfeatured-img{
	max-height:80px;
}
.whowearetimeline-mobile{
	display:none;
}
.membership-heading p{
		padding-bottom:0;
	}
label.radio-inline{
	display:inline-block;
	padding:0 20px 0 0;
}
.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    margin-top: 0;
    margin-left: 0;
    margin-right: 8px;
	visibility:visible
}

/* <!-- trust piolet rating   */
/* .trust-piolet::after{
	background-image: url('../images/bg-line.png');
	background-repeat: repeat-x;
	background-repeat: repeat-x;
    background-position: center;
    content: '';
    display: block;
    width: 80%;
    height: 422px;
    background-size: contain;
    margin: -482px auto 0px auto;
} */
.footer-br-web{
	display: block;
}
.footer-br{
	display: none;
}
.trust-piolet{
	margin-top: 10%;
    margin-bottom: 20px;
	cursor: pointer;

}
.trust-piolet .tp-title span{
	color: #FF6C00;
	text-decoration-line: underline;
}
.trust-piolet .tp-title{
	font-family: Ilisarniq;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.2px;
	text-transform: uppercase;
	width: 100%;
	text-align:center;
}
.trust-piolet .tp-header{
	padding: 20px 0px 20px 0px;
	justify-content: center;
	align-items: center;
	background: #F8F8F8;
	margin-top:30px;
}
.rating-header-tbl tr td{
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: "dm_serif_textregular";
	font-size: 32px;
	font-style: normal;
	font-weight: 500;
	line-height: 100%; /* 32px */
	letter-spacing: -0.2px;
	padding:0px 5px 0px 5px; 
	vertical-align: middle;
}
.rating-header-tbl tr td:nth-child(1){
	color: #000;
}
.rating-header-tbl tr td:nth-child(2) img{
	/* height: 32px; */
	margin-top:-14px;
}
.review_rating_outof_cls{
	color:rgba(0, 0, 0, 0.30);
}
.rating-header-tbl tr td:nth-child(3){
	color: #090909;
	font-size: 16px;
	font-family: Ilisarniq;
}
.rating-header-tbl tr td:nth-child(4) svg{
	height: 32px;
}


.star {
	width: 33px;
	height: 32px;
	margin-right: 5px;
}
.rating-container {
	display: flex;
	align-items: center;
}
.rating-home-nav-wrapper {
	margin-top: 20px;
}
.rating-home-nav-wrapper hr{
	/* color: #ff6c00 !important;
	margin:0px !important;
	border-top: 1px solid #ff6c00; */
}
#ratinghome-nav{
	position: absolute;
    right: -6px;
    top: -112px;
	background:#fff;
	z-index:1;
}
.review-img-cls{
	margin-top:-100px;
	margin-left:50px;
	width: 90% !important;
}

#ratinghome-nav .owl-prev,#ratinghome-nav .owl-next{
	background: none !important; 
	padding: 10px 5px 10px 0px;
}
.rating-content-heading{
	color: #767676;
	font-family: "dm_serif_textregular";
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 120% */
	margin-top:50px;
}
.rating-content>.row{
	height: 345px;
}
.rating-content{
	padding: 50px 0;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: -0.4px;
	line-height: 30px;
	/* border-top: 1px solid #ff6c00; */
    margin-top: 15px;
	color: #131415;
	font-family: "dm_serif_textregular";
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 36px; /* 128.571% */
	letter-spacing: -0.2px;
    

}
.rating-content .rating-content-desc{
	background-image: url('../images/quote-img.png');
	background-position: left top,right bottom;
	background-repeat: no-repeat, no-repeat;
	margin: 0;
	background-size: 70px;
    padding: 20px 0px 20px 20px;
    background-position-x: 0px;
}

.rating-content-address-cls table tr td{
	padding:25px 30px 10px 20px;
	text-align: right;
	vertical-align: middle;
}
.rating-content-address-cls table{
	color: #767676;
	font-family: Ilisarniq;
	font-size: 13px;
	font-style: normal;
	font-weight: 500;
	line-height: 18px;
	letter-spacing: -0.2px;
	margin-top:20px;
	width: 100%;
}

.rating-dom-cls{
	margin-top:20px;
}
.black-bold-cls{
	font-weight: bold;
	color:#000 !important;
}


/* new section for unique approch */
.sec-unique-approach .num_icon span{
	color: #D8D8D8;
    font-family: "dm_serif_textregular";
    font-size: 84px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.84px;
    position: absolute;
    left: 5px;
    top: 20px;
}

.sec-unique-approach-h4{
	color: #FFF;
	font-family: "dm_serif_textregular";
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: 50px; /* 119.048% */
	letter-spacing: -0.2px;
}
.sec-unique-approach .num_icon img{
	width: 150px;
}
.sec-unique-approach .num_icon{
	margin-bottom: 45	px;
	/* background: #292A2B;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    padding: 28px;
    margin-bottom: 30px;
    margin-left: 20px; */
}
.sec-unique-approach{
	background: #16181A;
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
	flex-shrink: 0;
}

.unique-approach-heading{
	color: #FFF;
	font-family: "dm_serif_textregular";
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: 40px; /* 125% */
	letter-spacing: -0.2px;
	padding:0px;
	margin-top:20px;
	margin-bottom:10px;
}
.unique-approach-description{
	color: #FFF;
	font-family: Ilisarniq;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.2px;
	padding:0px;
}
/* new section for unique approch */

/* footer css */
.footer-new-para{
	color: #FFF;
	text-align: center;
	font-family: Ilisarniq;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.3px;
	margin-top:30px;
}
.primary-bg-color{
	color:#FF6C00;
}
.copyright-cls{
	padding:10px;
	text-align: center;
	width: 100%;
	color: #C0C0C0;
	font-family: Ilisarniq;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 22.4px; /* 186.667% */
}
/* footer css */

/* contact us page */
.form-heading-cls{
	color: #131415;
	font-family: Ilisarniq;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 100% */
	letter-spacing: -0.2px;
	margin-bottom:10px;
}
.form-caption-cls{
	color: #000;
	font-family: Ilisarniq;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px; /* 150% */
	letter-spacing: -0.2px;
	opacity: 0.6;
	margin-bottom:20px;
}
input[type="text"]::placeholder {
	line-height: 30px !important;
	padding:5px
}
.form-contact .form-control{
	border: 1px solid #EE752F;
	line-height: 24px;
	margin-bottom: 10px;
}
.form-contact input[type="text"].form-control,.form-contact select.form-control,.form-contact input[type="tel"].form-control{
	border-radius: 8px;
	padding:5px 10px 8px 10px;
}
.form-contact input[type="tel"].form-control{
	padding-left: 49px;
    padding-top: 5px;
}
.form-contact .form-control:focus{
	border-bottom: 1px solid #EE752F;
}
.form-contact label{
	padding:0px !important;
	color: #000;
	font-family: Ilisarniq;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 18px; /* 128.571% */
	letter-spacing: -0.2px;
	z-index: 1;
}
.iti.iti--allow-dropdown{
	width:100%;
}
@media (max-width: 767.98px) {
	.contact-us-btn input[type="submit"]{
		width:100%;	
	}
	.img-contact-girl {
		order: 1;
	}
	.form-contact {
		order: 2;
		padding: 20px;
	}
}
/* contact us page */
/*-------------------------------------------------------------------------------------------RESPONSIVE CSS START	*/	
@media (max-width:1280px){
	#navbar{ max-width:100%; }
	.navbar-nav .nav-item{ padding-left:48px; }
	}
@media (max-width:1200px){
	.navbar-nav .nav-item{ padding-left:38px; }
	}
@media (max-width:1080px){
	.navbar-nav .nav-item{ padding-left:24px; }
	.navbar-expand-lg .navbar-nav .link-login:before{ left:20px; }
	.sec-testimonial h3, .sec-testimonial h3 span{ font-size:33px; line-height:33px; }
	.row-contact .box-con-inf{ margin-left:0px; padding:0px 0px 0px 10px; }
	.row-contact{ padding-left:75px; }
	.form-contact{ font-size:16px; }
	
	}
@media (max-width:1024px){
	.navbar-nav .nav-item{ padding-left:20px; }
/* 	.navbar-nav .nav-item:first-child{ padding-left:5px; } */
	
	}	
	@media(min-width:1200px) and (max-width:1280px){		
		.navbar-nav .nav-item{
			padding-left: 40px;
		}
		/* .navbar-nav .nav-item:nth-child(5) {
			padding-left: 175px;
		} */
	}
	@media(min-width:1200px){
		.row-counter .box-counter + .box-counter {			
			flex: 0 0 50%;
			max-width: 50%;
		}
	}
	@media(min-width:1025px) and (max-width:1199px){
		.navbar-nav .nav-link{
			font-size:13px;
		}
		.navbar-nav .nav-item{
		padding-left: 30px;
		}
		/* .navbar-nav .nav-item:nth-child(5) {
			padding-left: 175px;
		} */
	}	
	@media(min-width:991px) and (max-width:1199px){
		.navbar-nav .nav-link{
			font-size:14px;
		}
		#testimonialhome-nav button.owl-prev,#testimonialhome-nav button.owl-next{
			bottom:95px;
		}
		.row-contact{ 
			font-size:16px; 
		}
		.box-newsletter p{
			font-size:19px;
		}
		ul.menu-footer > li{
			width:50%;
		}
		.footer-menu-links{
			padding-right:0;
		}
	}
	@media (max-width:991px){	
	.row-contact{ font-size:19px; }
	/* .service-single{
		min-height:auto;
	} */
	.reachout-banner{
		width:355px;
		height:405px;
	}
	/* .sec-why-sir h3{
		text-align:left;
	} */
	#testimonial-home .owl-dots{
		display:none;
	}
	.sec-testimonial{
		padding:50px 0 0 0;
	}
	.testimonial-name{
		margin:0;
		padding:0;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 100px;
	}
	.sec-testimonial .owl-nav{
		top:-320px;
		left:-20px;
	}
	.worldwide-presence{
		padding: 20px;
	}
	.worldwide-presence h4{
		margin:20px 0;
		font-size: 28px;
		letter-spacing: -0.4px;
		line-height: 37px;
	}
	.sec-about::after{
		height:60px;
		bottom:-4%
	}
	.sec-why-sir{
		padding:80px 30px 50px 30px !important;
	}
	/* .row-counter .box-counter{ padding:0;} */
	.row-counter .box-counter + .box-counter{padding-left:20px;}
	
	.img-abo-1{
		width:75%;
		float:right;
	}
	.img-abo-2{
		width:65%;
		margin-top:-35px;
	}
	#popupdata .modal{
		top:0
	}
	.sec-about h3{
		font-size: 34px;
		letter-spacing: -0.4px;
		line-height: 45px;
	}
	h2{		
		font-size: 42px;
		letter-spacing: -0.6px;
		line-height: 51px;
	}
	h3{
		font-size: 34px;
		letter-spacing: -0.4px;
		line-height: 45px;
	}	
	#navbar{
		position:relative;
	}
	#navbar .container,	#navbar .row, #navbar .col-12{
		display:block;
		width:100%;
	}
	#navbar button{
		float:right;
	}
	/* #navbar .navbar-toggler{
		position:absolute;
		right:0;
		top:10px;
	} */
	[class*=sec-], .page-whowe{ padding:80px 0px; }	
	.container, .sec-faq .container{ max-width:100%; }
	.sec-member .box-mem:nth-child(odd){ padding-left:50px; }
	.sec-member .box-mem:nth-child(even){ padding:80px 30px 0px 30px; }
	.icon-email{ margin-top:30px; }
	.row-contact .box-con-inf{ padding:0px 15px; }	
	.btn-readmore { padding-top:20px; }
	.btn-readmore a{ top:75px; }
	 html body .fixed-me, .sec-testimonial:after, .sec-testimonial:before{ display:none; }
	.img-abo-1{ margin:0px 11px 0px 0px; }
	.img-abo-2{ position:inherit; bottom:0px; }
	html body #scroll{ display:none !important; }
	.row-counter{ padding-top:30px; }
	.heading-tale{ padding-left:50px; }	
	.sec-testimonial.box-testimonial{ margin-right:0px; padding:40px 20px; }
	/* .navbar-nav .nav-item, .navbar-nav .nav-item:first-child, .navbar-nav .nav-item:nth-child(5){ padding-left:0px; } */
/* 	.navbar-nav .nav-item + .nav-item{ padding-top:20px; } */
	.navbar-expand-lg .navbar-nav .link-login:before{ width:100%; height:1px; left:0px; top:13px; background-color:#30302f; }
	#logo{ text-align:left; }
	#logo a{ margin-left:15px; }
	#navbarSupportedContent{ padding-top:50px; }
	#navbarSupportedContent a:hover, #navbarSupportedContent a:focus, #navbarSupportedContent a:visited{ color:#FFF; }
	.navbar-expand-lg .navbar-nav .nav-link, .navbar-nav .nav-item,.navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a, .navbar-nav .nav-item:nth-child(5),.navbar-nav .nav-item:first-child	{padding:10px;}
	.nav-item.link-login{padding:30px 0 20px 10px}
	.navbar-expand-lg .navbar-nav .link-apply a{width:150px;text-align:center;padding:10px 15px;}
	/* .navbar-nav .nav-item.active > a, .navbar-nav .nav-item:hover > a{ padding-bottom:6px; } */
	.navbar-toggler{ padding:0px; border-radius:0px;	background-image:url(../images/open-menu-mobile.svg);background-repeat: no-repeat;background-position:center;background-color: #050709; }
	.navbar-toggler.open{ padding:0px; border-radius:0px;	background-image:url(../images/close-menu-mobile.svg);background-repeat: no-repeat;background-position:center;background-color: #050709; }
	button.navbar-toggler:active, button.navbar-toggler:visited, button.navbar-toggler:focus{ outline:none; border:none; background-color:#050709; }
	.popup-team .modal-lg{ max-width:100%; margin:20px 40px; }
	.popup-thum{ margin-top:0px; height:100%; }
	}	
	@media (max-width:900px){ 
	.accordion-howwe{ padding-top:0px; margin-top:-20px; }
	/* .page-howwe:before{ display:none; } */
	/* .thum-service{ min-height:310px; } 
	.thum-row .col-12{ min-height:430px; }*/
	.sec-faq h3{ padding-bottom:30px; }
	}	
	@media (max-width:854px){ 
	/* .thum-service{ min-height:290px; } 
	.thum-row .col-12{ min-height:410px; }*/
	.sec-year .row .counter-year:after{ left:-32%; width:47%; }
	.box-price h3{ font-size:32px; }
	}
@media (max-width:823px){ 	
	.thum-row h4{ padding-top:0px; }
	.box-price h3{ font-size:30px; }
	}
@media (max-width:800px){ 		
/* 	.thum-service{ min-height:272px; }	 
	.thum-row .col-12{ min-height:400px; }*/
	.box-price h3{ font-size:28px; }
	}
@media (max-width:768px){
	header h3	{ padding-top:30px;font-size:42px; line-height:50px;letter-spacing:-0.8px; }
	.box-price h6{ font-size:35px; }
	.heading-get{
		padding:0 0 0 15px;
	}
	.copyright-cls{
		display: block !important;
		background: #050709;
	}
}
@media(min-width:992px) and (max-width:1199px){	
	.row-counter .box-counter{
		max-width:40%;
		flex: 0 0 40%;
	}
	.row-counter .box-counter + .box-counter{
		flex: 0 0 60%;
    max-width: 60%;
	}
	.img-abo-1{
		height:600px;
	}
	/* .service-single{
		min-height:900px;
	} */
	.img-contact-girl{
		margin-top:-245px;
	}
	.reachout-banner{
		width:450px;
		height:515px;
	}
	.timeline-year{
		bottom:80px;
	}
	.timeline-year-even{
		bottom:80px;
	}
	.page-howwe:before{
		top: -75;
    height: 80px;
		/* background-color: #050709; */
	}
	.page-howwe{
		padding-top:75px;
	}	
	.sec-price::before{
		height:65px;
		bottom:-4%
	}
	.page-howwe:after, .sec-faq:after{
		height:0;
	}
	.testimonial-content{
		background-position: left top,right bottom 25px;
	}
	.confidentiality{
		bottom:20px;
	}
	.owl-carousel .owl-nav button.owl-prev,.owl-carousel .owl-nav button.owl-next{
		top:-108px;
	}
	.ourblog-single{
		height:350px;
	}	
	.sec-testimonial h5{
		padding:0;
	}
	.abt-testimonial-content{
		padding: 0 15px 0 60px;
	}
	.abt-testimonial.box-testimonial{
		margin-top:40px;
	}
	
}
@media(min-width:768px) and (max-width:991px){
	.service-single{
		padding:25px 50px 100px 50px;
	}
	.wwa-year{
		font-size:32px;
		top:43%;
	}
	.service-title {
		margin: 0 0 20px 0;
		padding: 20px 0;
	}
	#testimonialhome-nav button.owl-prev,#testimonialhome-nav button.owl-next{
		bottom:auto;
		left:0;
		right:0;
		margin:0 auto;
	}
	#testimonialhome-nav button.owl-prev{
		left:-50px;
		background-image:url('../images/left-white-arrow.svg');
		background-repeat: no-repeat;
		background-position:center;
		background-color: #FF6C00;
	}
	#testimonialhome-nav button.owl-next{
		left:50px;
		background-image:url('../images/right-white-arrow.svg');
		background-repeat: no-repeat;
		background-position:center;
		background-color: #FF6C00;
	}
	.thum-service img{
		width:150px;
		height: 150px;		
	}
	.whowearetimeline.owl-carousel .owl-nav button.owl-prev{
		position: absolute;	
		left: -60px;
		right:0;
		bottom:-200px;
		margin:0 auto;
		text-align:center;		
	}
	.whowearetimeline.owl-carousel .owl-nav button.owl-next{
		position: absolute;	
		left: 60px;
		right:0;
		bottom:-200px;
		margin:0 auto;
		text-align:center;		
	}
	.timeline-year{
		bottom:60px;
	}
	.timeline-year-odd{
		bottom:15px
	}
	.timeline-year-even{
		bottom:60px;
	}
	.timeline-single:after{
		width: 70px;
    top: 55px;
    left: -33px;
	}	
	[class*="sec-"], .page-whowe{
		padding:50px 0;
	}
	.sec-testimonial{
		padding:50px 0 0 0;
	}
	.sec-about h3 {
    padding: 0 0 30px 0;
    text-align: center;
	}
	.img-abo-2 {
    width: 80%;
    margin: 20px auto 0;
	}
	.sec-about h3,.sec-about p,.sec-why-sir,.sec-testimonial,.membership-heading,.box-price,.box-price h3,.page-whowe h3,.box-counter{
		text-align:center;
	}	
	.sec-why-sir .col-xl-4,.list-pri-dec {
		text-align:left;
	}
	.heading-how h3,.heading-how,.heading-get h3{
		text-align:left;
	}
	.sec-about a {
    display: block;
    text-align: center;
	}
	#carouselExampleIndicators .carousel-caption{
		bottom:0;
	}
	ul.menu-footer{
		margin-top:25px;
	}
	.memberstories-single{
		width:220px;
	}
	.inn-abo-img{
		display:none;
	}
	.confidentiality{
		left:0;
		right:0
	}
	#testimonial-home.owl-carousel .owl-nav button.owl-prev {   
		top:auto;
    bottom: 175px;
    left: 50px;
    left: 0;
    right: 20px;
    margin: 0 auto;
	}
	#testimonial-home.owl-carousel .owl-nav button.owl-next {  
		top:auto; 
    bottom: 175px;
    left: 50px;
    left: 13%;
    right: 20px;
    margin: 0 auto;
	}
	.testimonial-content:after{
		left: 0;
    right: 0;
    margin: 0 auto;
	}
	.confidentiality{
		bottom:55px;
	}
	.ourblog-single{
		height:300px;
		overflow:hidden
	}
	.box-newsletter{
		width:100%;
	}
	.heading-how{ padding:0px 15px 25px 15px; }
	.page-howwe{
		padding:50px 0;
	}
	.box-price h3 {
    font-size: 25px;
	}
	.sec-price::before{
		height:65px;
		bottom:-4%
	}
	.thum-service{
		min-height:auto;
	}
	.page-howwe:after, .sec-faq:after{
		height:0;
	}
	.testimonial-content{
		min-height:210px;
	}
	.page-contact{
		padding-top:40px;
	}
	.page-contact:before{
		height:25px;
	}
	.abt-testimonial-content{
		padding: 30px 15px 0 60px;
	}
	.abt-testimonial-content h5{
		padding-bottom:0;
	}
	
	.sec-testimonial.box-testimonial.abt-testimonial{
		padding:20px; 
	}
	.img-contact-girl{
		margin-top:-230px;
	}		
	.abt-testimonial.box-testimonial{
		/* margin-top:40px; */
		margin-top:0;
	}
	.page-howwe:before{ top:-75px; }
}
@media (max-width:767px){	
	.worldwide-presence,.sec-blog{
		display:none;
	}
	.whowearetimeline{
		display:none
	}
	.whowearetimeline-mobile{
		display:block;
	}
	.whowearetimeline-mobile ul {
		text-align: justify;
		position: relative;
		overflow: hidden;
		list-style-type: none;
	}
	.whowearetimeline-mobile ul li{
		display:block;
		width:100%;
		float:left;
		min-height:120px;
	}
	.whowearetimeline-mobile ul li div.tc-mobile{
		width:70px;
		float:left;
		position:relative;
	}	
	.whowearetimeline-mobile ul li div.tc-mobile p{
		position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    top: 30%;
		color: #131415;
		font-family: "dm_serif_textregular";
		font-size: 20.48px;
		letter-spacing: -0.29px;
		line-height: 31.6px;
	}
	.whowearetimeline-mobile ul li div.tc-mobile:after{
		content: '';
    position: absolute;
    height: 70px;
    width: 2px;
    background: #FF6C00;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -64px;
	}
	.whowearetimeline-mobile ul li:last-child div.tc-mobile:after{
		content:'';
		position:static;
		width:0;
		height:0;
		background:transparent;
	}
	.whowearetimeline-mobile ul li div.tc-mobile-text{
		width:65%;
		float:left;
		padding-left:20px;
		text-align:left;	
	}
	.whowearetimeline-mobile ul li div.tc-mobile-text p{
		position: relative;
		top:-5px;
	}
	  
	  
	.row-counter .box-counter p{
		text-align:left;
		font-size:12px;
	}	
	.whowearetimeline .owl-item:nth-child(even) .whowearetimeline-single .wwa-text{
		bottom:5%;		
	}
	.whowearetimeline .owl-item:nth-child(odd) .whowearetimeline-single .wwa-text{
		top:5%;		
	}
	/* .thum-service img{
		max-width:65%;
	} */
	.img-how-we-work img{
		width:auto;
		height:auto;
	}
	#testimonialhome-nav button.owl-prev,#testimonialhome-nav button.owl-next{
		bottom:auto;
		left:0;
		right:0;
		margin:0 auto;
	}	
	#testimonialhome-nav button.owl-prev{
		left:-50px;
		background-image:url('../images/left-white-arrow.svg');
		background-repeat: no-repeat;
		background-position:center;
	}
	#testimonialhome-nav button.owl-next{
		left:50px;
		background-image:url('../images/right-white-arrow.svg');
		background-repeat: no-repeat;
		background-position:center;
	}
	.service-title{
		margin:0 0 20px 0;
		/* padding:70px 0 20px 0; */		
		padding:0 0 20px 0;	
	}
	.row-our-pro h3{
		display:none;
	}
	.our-pro-title{
		margin:5px 0 0 0;
	}
	.sec-about h3,.sec-about p,.sec-why-sir,.sec-testimonial,.page-howwe,.membership-heading,.box-price,.box-price h3,.page-whowe h3{
		text-align:center;
	}
	.sec-price{
		padding:30px 0 !important;
	}
	.sec-faq{
		padding:60px 0 !important;
	}
	.heading-how h3,.heading-how,.heading-get h3{
		text-align:left;
	}
	ul.list-pri-dec > li{
		text-align:left;
	}
	.heading-how{
		padding:0 15px;
	}
	.inn-abo-img{
		display:none;
	}
	#advert a:first-child{
		padding:10px 30px
	}
	.popup-team.popup-homestory button.close{
		top:-20px;
	}
	.sec-blog{
		padding:50px 0 !important;
		background:#fff;
	}
	.sec-blog h3{
		color:#131415
	}
	.slide-overlay_title{
		color:#fff !important
	}
	.text-copyright.text-copyright-mobile{
		display:block;
		text-align:center;
		padding-bottom:0 
	}
	.box-newsletter{
		position: static;
		width:100%;
		float:none;
		margin:20px 0 0 0;
	}
	.box-newsletter form{
		position:relative
	}
	.box-newsletter input[type="submit"]{
		bottom:15px;
	}
	.sec-why-sir .col-12{
		margin-bottom:20px;
	}
	.sec-member{
		padding:60px 0 0 0 !important;
	}
	.service-single{
		padding: 40px 15px 110px 15px;
	}
	.box-price{
		margin-bottom:30px;
	}
	.row-our-pro h3{
		width:auto;
		text-align:center;
		float:none;
	}
	.row-our-pro p{
		margin:0;
		
	}
	.sec-about a{
		display: block;
		text-align:center;
	}
	.sec-about h3{
		padding:0 0 30px 0;
		text-align:center;
	}
	.img-abo-2 {
		width:100%;
		margin:20px auto 0;
	}
	.confidentiality{
		left:0;
		right:0;
		bottom:60px;
		margin:0 auto;
	}	
	.testimonial-home-container{
		/* padding-left:0;
		padding-right:0; */
	}
	.testimonial-content::after{
		left:0;
		right:0;
		margin:0 auto;
	}
	.sec-testimonial #testimonial-home .owl-nav{
		top:auto;
		left:auto;
	}
	#testimonial-home.owl-carousel .owl-nav button.owl-prev{
		top:auto;
		bottom:375px;
		left:-10%;
		right:20px;
		margin:0 auto;
	} 
	#testimonial-home.owl-carousel .owl-nav button.owl-next{
		top:auto;
		bottom:375px;
		left:10%;
		right:0;
		margin:0 auto;
	} 
	.sec-about .box-counter .counter,.sec-about .box-counter + .box-counter .counter{
		min-width:100%;
	}
	#member-stories .owl-dots{
		margin-top:20px;
	}
	.memberstories-container{
		padding-bottom: 30px;
	}
	.memberstories-single{
		width:100%;
		margin-right:0;
	}
	#ourblog-home{
		margin:0;
	}
	.img-abo-1{
		/* display:none; */
	}
	.abo-img-mob {
		margin:25px 0;
	}
	.home-banner-quote{
		padding:20px 0;
		font-size: 28px;
		letter-spacing: -0.4px;
		line-height: 37px;
		text-align: left;
		background-position: left top,right bottom;
		background-size:85px;
	}
	.popup-team.popup-homestory button.close{
		color:#333;
		/* border: solid 1px #fff;		 */
	}
	.carousel-caption-mobile{
		display:block;
		position:static;
		width:100%;
	}
	.thum-video{
		font-size:14px;
		line-height:20px;
	}
	.thum-video img{width:130px;}
	.thum-video span.icon-play{
		top: -10px;
    left: 105px;
    width: 45px;
    height: 45px;
		background-image:url(../images/play-icon.svg) ;
		background-position:center;
		background-repeat: no-repeat;
	}
	.thum-video abbr{
		position: absolute;
		width:180px;
		font-size: 16px;
		top:-15px;
	}
	#carouselExampleIndicators .carousel-caption{
		/* top: 15vh; */
		bottom:-35px;
		left: 0;		
	}
	[class*=sec-]{ padding:60px 40px; }
	footer{ padding:60px 25px 40px 25px; }
	.carousel-testimonial{ padding-left:40px; padding-right:40px; }
	.sec-member{ padding-bottom:0px; }
	h3{ padding-bottom:30px; }
	.sec-about h3 br, .text-copyright{ display:none; }
	.sec-testimonial, /* .sec-testimonial .col-12, */ .sec-why-sir .col-12{ padding:0px; }	
	.sec-testimonial .inn-worldwide{ text-align:center; padding:20px 20px 40px 20px; }
	.inn-worldwide h4{ margin-top:30px; margin-left:0px; }
	.sec-featured .col-sm-4{ margin-bottom:15px; }
	.sec-blog .row .box-blog{ /* padding:0px 0px 20px 0px; */ }
	.sec-blog .row .box-blog + .box-blog{  /* padding-top:30px; padding-bottom:20px;border-left:0px solid #DCDCDC; border-top:1px solid #DCDCDC; */ }
	.thum-blog{ padding-bottom:15px; }
	.text-copyright{ padding:20px 0px; }
	.list-social{ padding:20px 0;margin:0;text-align:center; }
	.sec-member .box-mem:nth-child(odd) { padding-left:0px; padding-bottom:0px; }		
	.sec-member .box-mem:nth-child(even) { padding:40px 0px 40px 0px; }
	.sec-about .container{ padding:0px; }
	.row-contact .box-con-inf + .box-con-inf{ padding:15px 0px; border-left:none; border-top:1px solid #4C4B48; }
	.row-contact .box-con-inf{ padding:0px 0px 15px 0px; }
	.row-contact{ padding-left:85px; padding-right:15px; }	
	.box-newsletter .text-copyright{ display:block; padding-top:15px; }
	.logo-footer{ padding-bottom:0;text-align:center;margin-left: -15px;}
  .icon-discreet, .icon-pressure{ margin-top:20px; }
	.thum-member{ min-height:100px; }
	.btn-readmore a{ top:-5px; }
	.img-contact-girl{ margin-top:-90px; text-align:center; padding-bottom:0px; }
	.form-contact{ padding-right:30px; }
	.heading-get{ padding-left:20px; padding-right:20px; }
	.page-contact{ padding-top:90px; }
	.page-contact:before{ height:50px; }
	.img-how-we-work{ padding:0; text-align:center;margin-bottom:40px; }
	.row-counter{ margin:0px; }
	.row-counter .box-counter + .box-counter{ padding-bottom:20px; }
	.row-counter .box-counter + .box-counter + .box-counter{ padding-top:20px; border-top:solid 0px #C0C0C0; }
	.row-price .col-12{ padding-top:20px; }
	.sec-price:before{ display:none; }
	ul.list-pri-dec{ min-height:100px; }
	.sec-year{padding:50px 20px !important;}
	.sec-year .row .counter-year:before{ left:10px; }
	.sec-year .row .counter-year:after, .sec-year .row .counter-year:first-child:after{ left:15px; width:1px; height:100%; }
	.sec-year .row .counter-year:last-child:after{ display:none; }
	.sec-year .container{ padding:0px; }
	.img-whowe{ margin-top:0px; }
	.whoweare-counter .box-counter{margin-bottom:20px;}
	.membership-heading h3{
		font-size: 42px;
		letter-spacing: -0.84px;
		line-height: 50px;
	}	
	ul.menu-footer > li{
		width: 50%;
        text-align: left;
        padding-left: 20px;
	}
	.abt-testimonial-content{
		padding: 30px 15px 0 15px;
		/* background-position: left top,right bottom; */
		background-position: left top,right bottom 80px;
		margin: 30px 0 0 0;
	}
	.abt-testimonial-content h5{
		padding:0
	}
	}	
@media (max-width:568px){
	[class*=sec-]{ padding:50px 30px; }
	.sec-member{ padding-bottom:0px; }
	footer{ padding:50px 25px 40px 25px; }
	.carousel-testimonial{ padding-left:30px; padding-right:30px; }
	/* .row-counter .box-counter + .box-counter{ border:none; padding:20px 0px 0px 15px; } */
	.sec-testimonial{ padding:0px; }
	.heading-tale{ padding-left:30px; padding-right:30px; }
	
	/* rating responsive */
	.tp-title{
		margin-top:55px;
	}
	.rating-header-tbl tr td{
		font-size:16px !important;
	}
	.rating-website-cls img{
		width: 60% !important;
	}
	.rating-container{
		width:100px;
	}
	.rating-header-tbl tr td:nth-child(3){
		font-size:12px !important;
	}
	.rating-header-tbl tr td:nth-child(2) img {
		width: 62px;
		margin-top: -5px;
	}
	.rating-container{
		width: 85px;
	}
	.trust-piolet .tp-header{
		padding: 10px 0px 10px 0px;
	}
	.rating-content-heading div:nth-child(2){
		margin-bottom:50px;
	}
	.review-img-cls {
		margin-top: -100px;
		margin-left: 0px;
		width: 100% !important;
	}
	.rating-content-heading{
		margin-top: 15px;
		font-size: 18px;
	}
	.rating-content-address-cls{
		padding:10px;
	}
	.rating-content-address-cls table tr td {
		display: inline-block;
		width: 100%;
		padding: 5px;
		font-size: 12px !important;
	}
	#ratinghome-nav{
		background: none;
		top: 255px;
        right: 20px;
	}
	.rating-home-nav-wrapper{
		position: absolute;
		right:25px;
		margin-top:-500px;
	}

	.sec-why-sir{
		margin-top:30px;
	}
	/* .trust-piolet::after{
		width: 100%;
        height: 290px;
        margin: -490px auto 0px auto;
	} */
	.rating-content-address-cls.row{
		height: 345px;
		display: block !important;
	}

	.trust-piolet {
		/* margin-bottom: 490px; */
	}
	.testimonial-content-img{
		margin-left:0px !important;
		/* width: 90%; */
		text-align: center;
		padding-left: 20px !important;
        padding-right: 20px;
	}
	.testimonial-content-wrapper::before{
		left: 0px !important;
		right: 0px !important;
		top: 110px !important;
		bottom: 47% !important
	}

	.testimonial-content-title{
		top: 0px;
		padding: 15px !important;
	}
	.testimonial-content,.testimonial-content-title{
		padding: 20px;
		text-align: left;
	}
	.testimonial-content-title{
		display: block;
		color: #131415;
	}
	.testimonial-content-title-desc { 
		display: none;
	}
	.testimonial-content{
		background-position-x: 15px;
		margin: 10px 0px 0px 0px;
		font-size:20px;
	}
	.sec-unique-approach-h4{
		padding:10px;
	}
	.testimonial-subcontent table tr td{
		display: inline-block;
		width: 100%;
		padding: 5px 25px;
		font-size: 12px !important;
	}
	#testimonialhome-nav{
		width: 90px;
		background: transparent;
		bottom: 44.5%;
        right: 20px;
		z-index: 2;
	}
	#testimonialhome-nav button.owl-prev{
		margin-right: 10px;
	}
	.testimonial-content-img img{
		padding:15px !important;
		margin-top:60px;
	}

	.testimonial-subcontent .cf-5,.testimonial-subcontent .cf-6{
		font-size: 16px;
	}
	footer h3{ 
		font-size: 26px;
	}
	.footer-new-para{
		font-size: 14px;
	}
	.footer-br{
		display: block;
	}
	.footer-br-web{
		display: none;
	}
	.sec-member{
		background-color:#F8F8F8; 
	}
	.unique-approach-description{
		font-size: 16px;
	}
	.form-contact .col-xs-12 .form-control{ 
		margin-bottom:10px !important;
	}
	ul.menu-footer{
		float: left;
		margin-left: 50px;
	}
	
	.iti__selected-flag{
		padding: 0 6px 10px 8px !important;
	}

	/* rating responsive */

	/* unique approch responsive */
	.sec-unique-approach .num_icon{
		margin:1px auto;
		text-align: center;
	}
	.sec-unique-approach .num_icon span{
		left:18%;
	}
	.unique-approach-heading,.unique-approach-description{
		text-align: center;
	}
	.unique-approach-description{
		margin-bottom: 40px;
	}
	.sec-unique-approach-h4{
		font-size: 36px;
	}
	/* unique approch responsive */
	

}	
@media (max-width:480px){ 
	footer{ padding:50px 25px 30px 25px; }	
	/* .sec-featured .logo-featured{ flex:100%; max-width:100%; } */
	.sec-featured .logo-featured + .logo-featured{ padding-top:20px; }
	.popup-cont{ padding:30px 10%; }
	}	
@media (max-width:384px){ 	
	.row-contact{ font-size:17px; }
	}
@media (max-width:360px){ 		
	footer .container{ padding:0px; }
	.icon-mobile, .icon-email{ padding-left:60px; }
	.row-contact{ padding-left:75px; }
	/* .whowearetimeline-mobile ul li div.tc-mobile-text p{
		position: relative;
		top:0;
	} */
	}
@media (max-width:320px){ 			
	.row-contact{ font-size:16px; }	
	/* header h3	{ font-size:45px; } */
	.popup-cont h3{ font-size:36px; }
	}
/*--------------------------------------------------------------RESPONSIVE CSS CLOSE	*/	

