
body{font-family: 'Montserrat', sans-serif;}
a:hover{ transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s;-webkit-transition:0.4s; }
body img{ max-width:100%;}
ul{ list-style:none; padding:0; margin:0; font-size:0;}
ul li{ font-size:14px;list-style:none;}


/*header*/
header{ position:absolute; top:0px; left:0px; right:0px; z-index:2; padding:20px 0px;}
.header-section {display: flex; flex-wrap: wrap; justify-content: space-between;}
.header-section .logo figure{ margin-bottom:0px;}
.menu_section {display: flex; align-items: center; flex-wrap: wrap; margin-top:18px;}
.menu_section .navbar{ padding:0px; background-color:transparent !important;}
.header-section .nav-item {margin-right: 40px;}
.header-section .nav-item:last-child{ margin-right:0px;}
.header-section .navbar-expand-md .navbar-nav .nav-link{ padding:0px;  padding:0px !important; color:#fff; font-weight:600; font-size:18px; transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s;}
.header-section .navbar-expand-md .navbar-nav .nav-link:hover{color:#172a56;}


/*banner-section*/

.banner_top .carousel-caption{ padding:20px 10px; left:0px; right:0px; bottom:auto; top:50%; margin:26px auto 0px; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); max-width:700px;}
.banner_top .carousel-caption h5{ font-size:50px; font-weight:600; color:#fff;}
.banner_top .carousel-caption p{ font-size:20px; text-transform:uppercase; color:#fff; font-weight:400; line-height:32px;}
.button_default{ background-color:#f59600; display:inline-block; padding:15px; border-radius:10px; color:#fff; font-weight:600; font-size:18px; transition: all 0.5s ease-in-out;
-moz-transition: all 0.5s ease-in-out;
-ms-transition: all 0.5s ease-in-out;
-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;}

.button_default:hover{ text-decoration:none; background-color:#e58e04; color:#fff;}
.banner .button_default{ margin-top:43px; min-width:242px; min-height:67px; line-height:38px;}
.heading{ text-align:center; max-width:1920px;}
.heading h2{ font-size:40px; font-weight:700; color:#172a56; text-align:center;}
.heading h4{font-size:27px; font-weight:700; color:#172a56;}
.banner{ position:relative; text-align:center}
.banner:before{ content:""; position:absolute; z-index:1; top:0px; left:0px; width:100%; height:35%; 
background: rgba(0,0,0,0.44);
background: -moz-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.44)), color-stop(41%, rgba(101,17,5,0)), color-stop(100%, rgba(246,41,12,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f6290c', GradientType=0 );

}

/*ccs_section*/
.ccs_section{ overflow:hidden;}
.first_who_section {padding: 44px 0 60px; margin-bottom:45px;}
.first_who_section .heading{ margin-bottom:15px;}	
.inner_content_top{ max-width:730px; margin:auto;}
.inner_content_top p{ text-align:center; font-weight:400; color:#000; margin-bottom:10px;}
.inner_content_top p:last-of-type{ margin-bottom:0px;}
.bottom_design{ position:relative;}
.bottom_design:after{ position:absolute; left:0px; right:0px; bottom:0px; margin:auto; content:""; width:78px; height:9px; border-radius:10px; background-color:#8daaa1;}

/*our_service*/
.services_content ul{ padding:0px; margin:0px -4px; list-style:none; display:flex; flex-wrap:wrap; justify-content: center;}
.services_content ul li{ padding:0px 4px; width:33.33%; margin-top:111px;}
.services_content ul li a{color:#172a56; transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out; }
.services_content ul li a:hover h4{ color:#f59600; transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s;}
.services_content ul li a:hover .inner_service_list{-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); color:#172a56; transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;
-webkit-transition: all 0.5s ease-in-out;}

.services_content ul li .inner_service_list{ background-color:#f9fafa; height:100%; text-align:center; display:inline-block; width:100%; min-height:150px; padding:0px 30px 10px;}
.services_content ul li .inner_service_list figure{position:relative; top:0px; background-color:#8daaa1; width:128px; height:128px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:-68px auto 22px; transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.services_content ul li a:hover figure{  top:-10px; transition:0.4s;}
.services_content ul li .inner_service_list h4{ font-size:23px; color:#172a56; font-weight:700; line-height:26px;}
.our_service .heading{ margin-bottom:-20px;}
.our_service.bottom_design{ padding-bottom:65px;}
.our_service .read_more	{ margin-top:45px; text-align:center;}
.our_service .read_more	.button_default{ min-width:182px;}
.our_service .heading{ padding-bottom:13px;}

/*about_scs_home*/
.about_scs_home{ padding:45px 0px 27px;}
.about_scs_home .heading{ margin-bottom:50px;}
.about_scs_home .slider_section{ margin-top:60px;}
.about_scs_home .slider_section .heading{ margin-bottom:0px;}
.main_item_box {display: flex; flex-wrap: wrap; position:relative;}
.main_item_box:after{ position:absolute; top:0px; left:50%; width:7px; height:100%; background-color:#f59600; content:""; margin-left:-3px;}
.main_item_box .about_scs_item{ width:50%;}
.about_scs_bottom{ text-align:center; margin-top:20px; padding:0px 15%;}
.about_scs_bottom p{ font-size:20px; font-weight:500; color:#000;}
.main_item_box .about_scs_left , .main_item_box .about_scs_right{ width:50%;}
.main_item_box .about_scs_left p , .main_item_box .about_scs_right p{ font-size:16px; font-weight:400; color:#000; margin-bottom:25px; line-height:25px;}
.main_item_box .about_scs_left p:last-child , .main_item_box .about_scs_right p:last-child{ margin-bottom:0px;}
.main_item_box .about_scs_left{ padding-right:105px; }
.main_item_box .about_scs_right{ padding-left:105px; }
.about_scs_home .owl-dots{ display:none}
.owl-carousel .owl-nav button.owl-prev{ position:absolute; left:12%; top:50%; margin-top:-10px; width:12px; height:21px; background-image:url(../svg/left-arrow.svg) !important; }
.owl-carousel .owl-nav button.owl-next{ position:absolute; right:12%; top:50%; margin-top:-10px; width:12px; height:21px; background-image:url(../svg/right-arrow.svg) !important; }
.owl-carousel .owl-nav button.owl-next span, .owl-carousel .owl-nav button.owl-prev span{ display:none;} 
.owl-carousel .owl-nav button:focus{ outline:none;}


/*counter_section*/
.counter_section {background-color:#f9fafa; padding:38px 0px 50px;}
.counter_section ul{ padding:0px; margin:65px 0px 0px; display:flex; flex-wrap:wrap; list-style:none;}
.counter_section ul li{ width:20%; text-align:center;}
.counter_section ul li p{ margin-bottom:0px; font-size:18px; font-weight:700; color:#f59600;	}
.counter_section ul li h2{ font-size:40px; color:#172a56; font-weight:500;}
.counter_section ul li h2 strong{ font-weight:500;}




/*contact_home*/
.contact_home{ padding-top:60px;}
.contact_home figure.contact_img{ text-align:center; margin:60px 0px 45px; padding:0px 25px;}
.contact_form{ background-color:#8daaa1; padding:42px 0px 18px;}
.contact_form form .form-group{ margin-bottom:20px; position:relative;}
.contact_form form .form-group.focused label{ display:none;}
.contact_form form .form-group label{ font-size:15px; font-weight:400; color:#858a9c; position:absolute; top:14px; left:20px; margin-bottom:0px;}
.contact_form form .form-group label span{ color:#ee3677;}
.contact_form form .row{ margin:0px -10px;}
.contact_form form .row .col-md-6 , .contact_form form .row .col-md-12{ padding:0px 10px;}
.contact_form form select.form-control{padding: 10px 30px 10px 17px; appearance:none; -moz-appearance:none; -ms-appearance:none; -o-appearance:none; -webkit-appearance:none; background-image:url(../png/select-arrow.png); background-position:95%; background-repeat:no-repeat;}
.contact_form form textarea.form-control{ resize:none; height:100px;}
.contact_form form .form-control{ height:50px; color:#858a9c; font-size:15px; font-weight:400; padding:10px 22px; border-radius:6px; border:none;}
.contact_form form .form-control:focus{ box-shadow:none; outline:none;}
.contact_form form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size:15px; font-weight:400; color:#858a9c;
}
.contact_form form .form-control::-moz-placeholder { /* Firefox 19+ */
  font-size:15px; font-weight:400; color:#858a9c;
}
.contact_form form .form-control:-ms-input-placeholder { /* IE 10+ */
  font-size:15px; font-weight:400; color:#858a9c;
}
.contact_form form .form-control:-moz-placeholder { /* Firefox 18- */
  font-size:15px; font-weight:400; color:#858a9c;
}
.contact_home form{ max-width:918px; margin:auto; padding:0px 15px;}
.contact_home form .content_box{ font-size:15px; font-weight:400; color:#fff; display:block; text-align:right; margin-top:5px; }
button.button_default{ outline:none; border:none; margin:auto; display:block;}
.contact_form .heading{ padding:0 15px 48px 15px;}
.contact_form .heading h2{ color:#fff;}
.contact_form .heading p{ font-size:18px; font-weight:400; color:#fff; margin-bottom:0px;}
.contact_home button.button_default{ margin-top:-15px; min-width:155px;}


/*detail_section_home*/
.detail_section_home{ overflow:hidden;}
.inner_detail_home {display: flex;flex-wrap: wrap; padding:28px 0px 50px;}
.country_detail_home{ width: 23.2%; }
.country_detail_home .inner_country_home{border:1px solid #e5e5e5; padding:20px 0px 12px 31px;}
.inner_detail_home .country_detail_right{ width:76.8%; padding:37px 0px 0px 108px;}
.country_detail_home .accordion > .card{ background-color:#fff; border:none; padding:8px 0px 10px; overflow:visible; margin-bottom:5px;}
.country_detail_home .accordion > .card .card-body{ padding:0px;}
.country_detail_home .accordion > .card > .card-header{ padding:0px; border:none; background-color:#fff;}
.country_detail_home .inner_country ul{ padding-left:0px; list-style:none; margin:15px 0px 9px;}
.country_detail_home .inner_country ul li a{font-size:20px; font-weight:500; color:#172a56; text-decoration:none; padding:11px 13px 11px; transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s; }
.country_detail_home .inner_country ul li a.active{ background-color:#f59600; color:#fff; font-weight:600; border-top-left-radius:5px; border-bottom-left-radius:5px; border-top-right-radius:3px; border-bottom-right-radius:3px; position:relative;}
.country_detail_home .inner_country ul li a.active:hover{ color:#fff;}
.country_detail_home .inner_country ul li a:hover{ color:#f59600;}
.country_detail_home .inner_country ul li a.active:after{ position:absolute; content:""; right:-19px; width: 0; z-index:9; top:0px;height: 0;border-top: 26px solid transparent;
 border-left: 20px solid #f59600; border-bottom: 27px solid transparent;}
.country_detail_home .btn-block:focus{ box-shadow:none;}
.country_detail_home .btn-block{ padding:0px 30px 0px 11px; font-size:23px; font-weight:700; color:#f59600; text-decoration:none; outline:none; position:relative;}
.country_detail_home .btn-block:after{transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s; content:""; position:absolute; top:13px; right:21px; width:10px; height:8px; background-size:100%; background-image:url(../png/tab-arrow.png); transform:rotate(-180deg); }
.country_detail_home .btn-block.collapsed:after{ transform:rotate(0deg);-moz-transform:rotate(0deg); -ms-transform:rotate(0deg); -o-transform:rotate(0deg); -webkit-transform:rotate(0deg); transition:0.4s; -moz-transition:0.4s; -ms-transition:0.4s; -o-transition:0.4s; -webkit-transition:0.4s;}
.country_detail_home .btn-block.collapsed{color:#172a56; }
.inner_right_detal ul{ padding:0px; list-style:none; padding-top:40px; margin-bottom:0px;}
.inner_right_detal ul li{ padding-left:56px; position:relative; font-size:20px; color:#172a56; font-weight:500; margin-bottom:24px; line-height:26px;}
.inner_right_detal ul li:last-child{ margin-bottom:0px;}
.inner_right_detal ul li a{ color:#172a56; text-decoration:none;}
.inner_right_detal ul li a:hover{color:#f59600;}
.inner_right_detal ul li figure{ position:absolute; top:0px; left:0px; }
.inner_right_detal {position: relative; min-height:300px;  padding:90px 290px 0px 0px;}
.inner_right_detal {position: relative; min-height:300px;  padding:30px 290px 0px 0px;}
.country_detail_right h5{ font-size:23px; font-weight:700; color:#172a56;}
figure.detail_image{ position:absolute; top:23px; right:25px;} 
.inner_right_detal h4{ font-size:30px; font-weight:600; color:#172a56; border-bottom:5px solid #f59600;  margin-bottom:6px; padding-bottom:4px; }
.inner_right_detal h6{ font-size:20px; font-weight:600; color:#172a56; } 


/*footer*/
footer{ background-color:#172a56; color:#fff; padding:15px 0px;}
.footer_content{ display:flex; flex-wrap:wrap; font-size:15px; font-weight:400;}
.footer_content p{ margin-bottom:0px;}
.footer_content .footer_left{ width:45%;}
.footer_content .footer_right{ width:55%; text-align:right;}
.footer_content ul{padding:0px; list-style:none; display:flex; flex-wrap:wrap; margin-bottom:0px;}
.footer_content .footer_left a{ color:#fff; text-decoration:none; display:inline-block;   }
.footer_content .footer_left a:hover{ color:#f59600;}

.footer_content .footer_left li{ margin-right:30px;}
.footer_content .footer_left li:last-child{ margin-right:0px;}

.body-scroll{ position:fixed; top:0px; left:0px; width:100%; height:100%;}

.hvr-sweep-to-right{ overflow:hidden;}
.hvr-sweep-to-right::before{ background-color:#172a56; }
.hvr-sweep-to-right:hover{ color:#fff;}
/*.read_more .hvr-rectangle-out::before{ background-color:#172a56;  border-radius:10px;}
.read_more .hvr-rectangle-out:hover{ color:#fff;}*/




/*14-07-2020*/
/*Service-page-css*/

/*Banner-section-css*/
.inner_page .carousel-caption h5 {font-size: 70px;font-weight: 600;color: #172a56;margin-bottom: 0;}
.inner_page .carousel-caption p {text-transform: inherit;color: #172a56; position:relative; margin-bottom:0; padding-bottom:29px;}
.inner_page .carousel-caption p:after{ background-color:#8daaa1; position:absolute; left:0; right:0; margin:auto; bottom:0; height:9px; width:77px; content:""; border-radius:25px;}
.inner_page .banner .button_default {margin-top: 23px;min-width: 195px;min-height: 67px;line-height: 68px; padding-top:0; padding-bottom:0;}
.inner_page .carousel-caption {margin: 0 auto 0px;}
.inner_page {position: relative;max-width: 1900px;margin: auto;}
.inner_page header{ z-index:99;}
.inner_page::after {position: absolute;left: 0;right: 0;top: 0;height: 39%;content: "";width: 100%;z-index: 9; background: rgba(0,0,0,0.44);background: -moz-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0.44)), color-stop(41%, rgba(101,17,5,0)), color-stop(100%, rgba(246,41,12,0)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.44) 0%, rgba(101,17,5,0) 41%, rgba(246,41,12,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#f6290c', GradientType=0 );}
/*Banner-section-css-end*/

/*Service-Detail-section-css*/
.our_service_section {padding: 40px 0 13px; position:relative; max-width:1900px; margin:auto; overflow:hidden;}
.heading_text {text-align: center;position: relative;}
.our_service_section .heading_text {max-width: 800px;margin: auto;}
.heading_text p{ position:relative; font-size:16px; color:#000; margin:0; padding:0 0 55px;line-height: 22px;}
.heading_text p:after{ position: absolute;left: 0px;right: 0px;bottom: 0px;margin: auto;content: "";width: 78px;height: 9px;border-radius: 10px;background-color: #8daaa1;}
.service_list_box {background-color: #f9fafa;padding: 20px 32px 98px; position:relative;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.service_list_box:hover {box-shadow: 0px 0px 13px rgba(0,0,0,0.1);}
.service_list_box:hover figure{top:-12px;background-color: #f59600;}
.service_list_box figure {position: relative;top: 0px;background-color: #8daaa1;width: 128px;height: 128px;border-radius: 50%;display: flex;align-items: center;justify-content: center;margin: -85px 0 25px;transition: all 0.5s ease-in-out;-moz-transition: all 0.5s ease-in-out;-ms-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;-webkit-transition: all 0.5s ease-in-out;}
.service_detail_box ul {display: flex;flex-wrap: wrap; margin:0 -20px;}
.service_detail_box ul li {display: flex;flex-wrap: wrap;width: 50%; padding:70px 20px 35px;}
.service_detail_box ul li:last-child{ padding-bottom:0;}
.service_detail_box {padding: 62px 0 0;}
.service_list_content h3 {font-size: 27px;color: #172a56;font-weight: 700;line-height: 26px;}
.service_list_content p {font-size: 16px;color: #000;font-weight: 400;margin: 25px 0 33px;line-height: 22px;padding: 0 13px 0 0;}
.service_list_box .button_default {width: 145px;text-align: center;position: absolute;left: 32px;right: auto;bottom: 38px;}

.service_detail_popup .modal-dialog {max-width: 875px;}
.service_detail_popup .modal-body p {font-size: 16px;color: #000;display: block;margin: 0 0 15px;}
.service_detail_popup .modal-body ul {padding: 23px 0 0;}
.service_detail_popup .modal-body ul li{ padding:5px 0; display:block;}
.service_detail_popup .modal-body ul li span {display: block;color: #f59600;font-size: 20px;font-weight: 700;padding: 0 0 8px 27px;position: relative;}
.service_detail_popup .modal-body ul li span:after {background-image: url(../png/after-icon.png); position:absolute; left:0; top:7px; content:""; width:14px; height:14px;}
.service_detail_popup .modal-body {padding: 10px 50px 24px;}
.service_detail_popup .modal-title {margin-bottom: 0;line-height: normal;color: #172a56;font-size: 27px;font-weight: 700;}
.service_detail_popup .modal-header {padding: 42px 50px 5px;border: none;}
.service_detail_popup .modal-header .close {position: absolute; outline:none;right: -44px;top: 0;background-color: #f59600;	padding: 0;display: block;opacity: 1;width: 46px;height: 46px;border-radius: 0 5px 5px 0;margin: 0;	z-index: -1;color: #fff;font-weight: 300;font-size: 42px;}
.service_detail_popup .modal-header .close:hover{ opacity:1;}

/*Service-Detail-section-css*/


/*Service-page-css-end*/

@media (min-width:1200px){
.container{ max-width:1200px;}
}


@media (min-width:1200px) and (max-width:1366px){
/*Service page css*/
.service_detail_popup .modal-body {overflow-y: scroll;max-height: 600px;}
.service_detail_popup .modal-content{ padding-bottom:20px;}
.service_detail_popup .modal-header {padding: 17px 50px 12px;}

/*Service page css End*/


}

@media (min-width:992px) and (max-width:1199px){
.banner_top .carousel-caption h5{ font-size:35px;}	
.banner .button_default{ margin-top:15px;}
.banner_top .carousel-caption p{ font-size:16px;}
.header-section .nav-item{ margin-right:30px;}	


.heading h2{ font-size:32px;}
.services_content ul li .inner_service_list figure{ width:120px; height:120px;}
.services_content ul li .inner_service_list h4{ font-size:20px;}

.main_item_box .about_scs_left{ padding-right:60px;}
.main_item_box .about_scs_right{ padding-left:60px;}

.counter_section ul li h2{ font-size:30px;}
.counter_section ul li p{ font-size:16px;}
.country_detail_home{ width:25%;}

.inner_detail_home .country_detail_right{ width:75%;}
.inner_detail_home .country_detail_right{ padding:40px 0px 0px 60px;}
.inner_right_detal ul li{ font-size:18px;}

/*Service page css*/
.service_detail_popup .modal-body {overflow-y: scroll;max-height: 600px;}
.service_detail_popup .modal-content{ padding-bottom:20px;}
.service_detail_popup .modal-header {padding: 17px 50px 12px;}

/*Service page css End*/


}

@media (min-width:768px) and (max-width:991px){
.heading h2{ font-size:30px;}
.first_who_section{ margin-bottom:35px;}
.first_who_section{ padding:44px 0 50px;}
.services_content ul li .inner_service_list h4{ font-size:18px;}

.services_content ul li .inner_service_list figure{ width:100px; height:100px; padding:18px; margin: -50px auto 10px; }
.services_content ul li .inner_service_list{ min-height:130px; padding:0px 15px 10px;}
.services_content ul li{ margin-top:100px;}

.main_item_box .about_scs_left{ padding-right:40px;}
.main_item_box .about_scs_right{ padding-left:40px;}
.main_item_box::after{ width:5px;}
.main_item_box .about_scs_left p, .main_item_box .about_scs_right p{ font-size:15px; line-height:20px;}
.about_scs_bottom h4{ font-size:24px;}
.about_scs_bottom p{ font-size:18px;}
.counter_section ul li h2{ font-size:25px;}
.counter_section ul li p{ font-size:15px;}
.counter_section ul{ margin:25px 0px 0px;}
.contact_form form .form-control{ height:45px;}
.footer_content{ font-size:14px;}


.banner .carousel-item img{ min-height:440px;}
.header-section .logo figure{ width:220px;}
.menu_section{ margin-top:0px;}
.header-section .navbar-expand-md .navbar-nav .nav-link{ font-size:16px;}
.header-section .nav-item{ margin-right:35px;}
.banner_top .carousel-caption h5{ font-size:35px;}
.banner_top .carousel-caption p{ font-size:18px;}
.banner .button_default{ margin-top:25px; min-width:200px; padding:10px; min-height:57px;}

.country_detail_home{ width:35%;}
.inner_detail_home .country_detail_right{width:65%; padding:40px 0px 0px 50px;}
.inner_right_detal{padding: 30px 0 10px 0px;}
figure.detail_image{ position:relative; width:160px; margin:10px auto 0px; right:0px; top:0px;}
.inner_right_detal ul{ padding-top:30px;}
.inner_right_detal ul li{ font-size:17px;}
.inner_right_detal h4{ font-size:24px; margin-bottom:5px;}
.inner_right_detal h6{ font-size:17px;}
.country_detail_home .btn-block{ font-size:21px;}
.country_detail_home .inner_country ul li a{ font-size:18px;}
.country_detail_home .inner_country ul li a.active::after{ border-radius:24px solid transparent; border-bottom:25px solid transparent;}
.heading h4{ font-size:24px;}
.about_scs_bottom{ margin-top:12px;}

.contact_form form .form-group label{ top:10px;}

.about_scs_home{padding: 40px 0px 27px;}
.contact_home {padding-top: 40px;}
.inner_right_detal ul li figure{ width:30px;}
.about_scs_home .heading {margin-bottom: 40px;}

.our_service.bottom_design{padding-bottom: 55px;}

/*Service page css*/
.inner_page .banner .button_default {min-width: 170px;min-height: 55px;line-height: 56px;}
.heading_text p {padding: 0 0 35px;font-size: 15px; line-height:21px;}
.service_list_box figure{ height:115px; width:115px; margin-bottom:15px;}
.service_list_content h3 {font-size: 23px;}
.service_list_content p {font-size: 15px;}
.service_list_box {padding: 20px 20px 98px;}
.service_detail_popup .modal-dialog {
	max-width: 650px;
}
.service_detail_popup .modal-body {padding: 10px 30px 24px;}
.service_detail_popup .modal-header {padding: 15px 30px 14px;}
.service_list_box .button_default{ padding:12px;}
.service_detail_box ul li {padding: 70px 10px 35px;}
.service_detail_box ul{ margin:0 -10px}

/*Service page css-end*/

}



@media  (max-width:767px){
.header-section .logo figure{ width:200px;}
.heading h2{ font-size:25px;}
.first_who_section{ padding:30px 0px 43px; margin-bottom:30px;}
.inner_content_top p{ margin-bottom:5px; font-size:15px; }
.services_content ul li{ width:50%; margin-top:80px;}
.services_content ul li .inner_service_list h4{ font-size:17px;}
.services_content ul li .inner_service_list{ padding:0px 10px 10px;}
.services_content ul li .inner_service_list figure {width:110px;height:110px;padding: 18px;margin: -57px auto 10px;}
.services_content ul li .inner_service_list{ min-height:100%;}
.main_item_box .about_scs_left, .main_item_box .about_scs_right{ width:100%;}
.main_item_box .about_scs_left{ padding-right:0px; margin-bottom:15px;}
.main_item_box .about_scs_left p, .main_item_box .about_scs_right p{ font-size:15px; margin-bottom:15px;}
.about_scs_home .heading{ margin-bottom:20px;}
.main_item_box .about_scs_right{ padding-left:0px;}
.about_scs_bottom h4{ font-size:20px;}
.about_scs_bottom p{ font-size:16px;}
.main_item_box::after{ display:none;}
.contact_home {padding-top: 35px;}
.contact_form form .form-control{ height:40px; padding:10px;}
.counter_section ul li h2{ font-size:30px; font-weight:700; }
.counter_section ul li h2 strong{ font-weight:700;}
.counter_section ul li{ width:33.33%; margin:20px 0px;}
.counter_section ul li p{ font-size:16px;}
.counter_section ul{ margin:25px 0px 0px; justify-content: center;}
.contact_form .heading p{ font-size:17px;}
.main_item_box{ max-height:300px; overflow:auto;}
.footer_content{ text-align:center; font-size:14px;}
.footer_content .footer_left{ width:100%; }
.footer_content ul{ justify-content:center;}
.our_service .read_more{ margin-top:30px;}
.our_service .read_more .button_default {min-width: 160px;}
.footer_content .footer_right{ width:100%; text-align:center; margin-top:10px;}
.contact_home button.button_default{ margin-top:0px;}
.country_detail_home{ width:100%;}
.inner_detail_home .country_detail_right{width:100%; padding:40px 0px 0px 0px;}
.inner_right_detal{padding: 30px 0 10px 0px;}
figure.detail_image{ position:relative; width:160px; margin:15px auto 0px; right:0px; top:0px;}
.country_detail_home .inner_country_home{ padding:15px 25px;}
.inner_right_detal ul{ padding-top:30px;}
.inner_right_detal ul li{ font-size:17px; padding-left:50px;}
.inner_right_detal h4{ font-size:22px; padding-bottom:5px;}
.inner_right_detal h6{ font-size:17px;}
.country_detail_home .inner_country ul li a.active::after{ display:none;}
.country_detail_home .inner_country ul li a.active{ border-radius:5px;}
.inner_detail_home{padding: 30px 0px 20px;}
.banner_top .carousel-caption{display:block !important; max-width:100%; margin-top:0px; position:relative; left:0; right:0px; top:0px; bottom:0; -webkit-transform: translateY(0%); background-color:#8daaa1;
-ms-transform: translateY(0%);
transform: translateY(0%);}


.country_detail_home .btn-block{ font-size:20px;}
.country_detail_home .inner_country ul li a{ font-size:17px;}
.about_scs_bottom{ padding:0px 10%;}
.owl-carousel .owl-nav button.owl-prev{ left:5%;}
.owl-carousel .owl-nav button.owl-next{ right:5%;}


.banner_top .carousel-caption h5{ font-size:25px;}	
.banner_top .carousel-caption p{ font-size:14px;}
.banner .button_default {
	margin-top: 10px;
	min-width: 150px;
	line-height: 20px;
	min-height: 45px;
	font-size: 15px;
}

.open-sidebar{ position:fixed; top:0px; left:0px; right:0px; top:0px;}
.header-section .nav-item{ margin-right:0px; margin-bottom:14px;}
.header-section .navbar-expand-md .navbar-nav .nav-link:hover{ color:#172a56;}
.country_detail_right h5{ font-size:22px;}
.inner_right_detal ul li figure{ width:28px;}
.country_detail_home .accordion > .card{ padding:7px 0px;}

.button_default{ font-size:16px; min-width:165px; padding:11px; min-width:165px;}
.header-section .navbar-expand-md .navbar-nav .nav-link{ font-size:18px; color:#172a56;}
.about_scs_home {padding: 30px 0px 30px;}
.our_service.bottom_design {padding-bottom: 45px;}
.counter_section{padding: 38px 0px 35px;}
.contact_home form .content_box{ font-size:14px;}
.contact_form form .form-group{ margin-bottom:15px;}
.contact_home figure.contact_img{ margin:45px 0px 30px;}

.about_scs_bottom{ margin-top:10px;}

.about_scs_home .slider_section{ margin-top:25px;}
.contact_form form .form-group label{ top:9px; left:15px; font-size:14px;}
.contact_form form .form-control{ font-size:14px;}
.contact_form form select.form-control{ padding:9px 30px 10px 12px;}

.main_item_box .about_scs_left{ border-bottom:4px solid #f59600; padding-bottom:20px; margin-bottom:18px;}

.container{ max-width:100%;}


/*navbar-toggler-css*/

.header-section .navbar .navbar-collapse ul.navbar-nav {display: block; padding: 15px 40px 10px 20px; position: fixed; top: 0px; right: -100%; bottom: 0px; width: 100%; z-index: 99; -ms-transition: all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s; -webkit-transition: all 0.5s ease 0s; transition: all 0.5s ease 0s; background-color: #fff; text-align: left;}
.header-section .navbar .navbar-collapse.show ul.navbar-nav {right: 0px;}
.header-section .navbar .navbar-toggler {z-index: 999; outline: none;}
.header-section .navbar{ padding:0px;}
.header-section .navbar .navbar-toggler{ width:28px; height:28px; padding:0px; outline:none; border:none;}
.header-section .navbar .navbar-toggler:focus{ outline:none;}
.header-section  .navbar-toggler span {display: block; position: absolute; height: 3px; width: 100%; background: #fff; border-radius: 9px; opacity: 1;
left: 0; -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in-out; -moz-transition: .25s ease-in-out; -o-transition: .25s ease-in-out; transition: .25s ease-in-out;}
.header-section  .navbar-toggler span:nth-child(1) { top: 5px;}
.header-section  .navbar-toggler span:nth-child(2){ top: 13px;}
.header-section  .navbar-toggler span:nth-child(3) { top: 21px;}
.header-section .navbar-toggler.open:nth-child(1) { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top:10px; transition:0.4s;}
.header-section .navbar-toggler.open span:nth-child(2) {top: 10px; width: 0%; left: 50%;}
.header-section .navbar-toggler.open span:nth-child(3) { top: 5px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); transition:0.4s;}
.menu_section{ margin-top:0px;}
.header-section .navbar-expand-md .navbar-nav .nav-link:hover{ color:#f59600;}

.header-section .navbar-toggler.open{ width:24px; height:24px;}

header{ z-index:999;}

.heading h4{ font-size:22px;}
.header-section .navbar-toggler.open span{ background-color:#000;}

.contact_form form .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 font-size:14px; 
}
.contact_form form .form-control::-moz-placeholder { /* Firefox 19+ */
  font-size:14px; 
}
.contact_form form .form-control:-ms-input-placeholder { /* IE 10+ */
  font-size:14px; 
}
.contact_form form .form-control:-moz-placeholder { /* Firefox 18- */
  font-size:14px;
}


/*Service page css*/

.inner_page .banner .button_default {min-width: 145px;min-height: 45px;line-height: 45px;}
.inner_page .carousel-caption p::after {background-color: #fff;height: 7px;width: 57px;}
.inner_page .carousel-caption p {padding-bottom: 20px; font-size:16px; color:#fff;}
.heading_text p {font-size: 14px;padding: 0 0 35px;line-height: 20px;}
.service_detail_box ul li {width: 100%;padding: 70px 0px 25px;}
.service_detail_box ul{ margin:0;}
.service_list_content h3 {font-size: 23px;line-height: normal;}
.service_list_content p {font-size: 14px;margin: 14px 0 10px;line-height: 20px;padding: 0;}
.service_list_box {	padding: 20px 22px 98px; text-align:center;}
.service_list_box figure {width: 110px;height: 110px;margin: -85px auto 15px;}
.service_detail_box {padding: 30px 0 0;}
.service_list_box .button_default{ left:0; right:0; margin:auto;}
.service_detail_popup .modal-body {padding: 10px 15px 20px;overflow-y: scroll;max-height: 300px;}
.service_detail_popup .modal-header {padding: 10px 15px 10px;border: none;}
.service_detail_popup .modal-header .close {right: 0;top: -45px;border-radius: 5px 5px 0px 0;}
.service_detail_popup .modal-dialog {max-width: 100%; padding:0 15px;}
.service_detail_popup .modal-content{ padding-bottom:20px;}
.service_detail_popup .modal-title {font-size: 21px;}
.service_detail_popup .modal-body ul li span {font-size: 18px;}
.service_detail_popup .modal-body p {font-size: 14px;}
.inner_page .carousel-caption h5{ font-size:35px; color:#fff;}

/*Service page css End*/

}

@media  (max-width:479px){
.services_content ul li{width:100%;}
.counter_section ul li{ width:50%;}
.contact_form{padding: 30px 0px 18px;}
.contact_form .heading p{ font-size:15px; line-height:19px;}
.contact_form .heading {padding: 0 15px 28px 15px;}
.banner_top .carousel-caption h5{ font-size:22px; }
.banner_top .carousel-caption p{ font-size:13px; line-height:20px;}
.inner_right_detal ul li{ font-size:15px;}
.inner_right_detal ul li figure{ width:25px;}
.inner_right_detal ul li{ padding-left:55px;}
.heading h2{ font-size:23px;}


.owl-carousel .owl-nav button.owl-prev{ left:2%;}
.owl-carousel .owl-nav button.owl-next{ right:2%;}
.counter_section{ padding:33px 0px 30px;}
.country_detail_home .inner_country_home{ padding:10px 20px;}
.services_content ul li{ max-width:300px; margin:80px auto 0px;}



.contact_form form .form-group label{ font-size:13px; left:12px;}
.contact_form form select.form-control{ font-size:13px;}
.country_detail_home .accordion > .card{ padding:0px 5px;}
.country_detail_home .btn-block{ font-size:20px;}


.inner_page .carousel-caption h5{ font-size:35px; color:#fff;}
}


/*30-07-2020*/
.contact_form .heading h2{text-transform:capitalize;}
.contact_form form .form-group label{z-index:1; cursor:text;}
.contact_form select::-ms-expand{display:none;}
.banner_top .carousel-caption{width:700px; max-width:100%;}

.heading_text p{margin:0px 0px 30px 0px;}
.service_list_box{width:100%;}
.intl-tel-input.allow-dropdown{width:100%;}

.contact_home button.button_default{display:inline-block;}

@media (min-width:992px) and (max-width:1199px){
.service_list_box:hover figure{top:0; background-color:#8daaa1;}
.service_list_box:hover{box-shadow:none;}
}

@media (min-width:768px) and (max-width:991px){
.service_list_box:hover figure{top:0; background-color:#8daaa1;}
.service_list_box:hover{box-shadow:none;}
}

@media (max-width:767px){
.service_list_box:hover figure{top:0; background-color:#8daaa1;}
.service_list_box:hover{box-shadow:none;}	
.banner_top .carousel-caption{width:100%; max-width:100%;}	
.heading_text p{margin:0px 0px 15px 0px;}
}



/*19-08-2020*/
.header-section .cstm-menu .nav-item.menu-item-has-children { position: relative; padding-right: 15px; padding-bottom: 10px; }
.header-section .cstm-menu .nav-item > img.dropdown-toggle { width: 9px; position: absolute; right: 0px; cursor: pointer;
top: 50%; transform: translate(0 , -50%); -moz-transform: translate(0 , -50%); -webkit-transform: translate(0 , -50%); -ms-transform: translate(0 , -50%);  margin-top: -5px; }

.header-section .cstm-menu .nav-item:hover .dropdown-menu { display: block; top: 100% !important; transform: inherit !important; left: 0px !important; margin-top: -5px; }
.about_scs_home .read_more{ margin-top: 50px; text-align: center; }
.header-section .cstm-menu .nav-item ul li a{ color: #064854; font-weight: 500; display: block; padding:0px 10px; text-decoration: none;  }
.header-section .cstm-menu .nav-item ul li a:hover{ color:#f59600;  } 
.header-section .cstm-menu .nav-item ul li{ margin-right: 0px; margin: 5px 0px; }
.header-section .navbar-expand-md.cstm-menu .navbar-nav .dropdown-menu{ margin-top: -5px; }

.cstm-map-image-content figure{ max-width: 300px; margin: 50px auto 0px; padding: 0px 15px;}
.first_who_section.cstm-map-image-content{ margin-bottom: 0px; }
.mobile-show.dropdown-toggle{ display: none; }
.cstm_our_people .service_detail_box ul li{ padding: 0px 10px; margin-bottom: 20px;}
.cstm_our_people .service_detail_box ul li .our-people-list{ padding: 20px;  text-align: center; width: 100%; border: 1px solid #c0c1c8; box-shadow: 0 0px 5px rgba(0,0,0,0.10); -webkit-box-shadow: 0 0px 5px rgba(0,0,0,0.10);
-webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s;  }
.cstm_our_people .service_detail_box ul li .our-people-list a.cstm_service_readmore{ color: #172a56; text-decoration: none; }

.cstm_our_people .service_list_content p{ margin:15px 0px; }
.cstm-role-expertise {background-color: #e8ebed; padding: 20px; margin-bottom: 25px;}
.cstm-role-expertise h2{ color: #172a56; font-weight: 600; font-size:24px;  }
div.service_detail_popup .cstm-role-expertise ul{ padding-top: 0px; }
.service_detail_popup .cstm-role-expertise ul li{ margin-bottom: 0px !important; font-weight: 500; font-size: 16px; position: relative; padding-left: 28px; }
.cstm-role-expertise ul li:after{ content: ""; position: absolute; top: 9px; left: 0px; width: 18px; height: 15px; background-image:url(../svg/check.svg); background-size: 100%; background-repeat: no-repeat;}


.contact_home{ padding-top: 0px; }

@media (min-width:768px) and (max-width:991px){
div.cstm_our_people .service_detail_box ul li{ width: 50%; }	

}

@media (max-width:767px){
.header-section .cstm-menu .nav-item.menu-item-has-children{ padding: 0px; }
.header-section .cstm-menu img.dropdown-toggle{ display: none;  }
.header-section .cstm-menu img.mobile-show.dropdown-toggle{ display:block; top: 17px; transform: translate(0);}
.header-section .navbar-expand-md.cstm-menu .navbar-nav .dropdown-menu{ margin-top: 0px; }
.header-section .cstm-menu .nav-item:hover .dropdown-menu{ margin-top: 0px; }

.about_scs_home .read_more{ margin-top: 35px; }


.cstm_our_people .service_list_content h3{ font-size: 19px; }

div.cstm_our_people .service_detail_box ul li{ width: 50%; }	

.cstm-role-expertise{ padding: 15px; }
.cstm-role-expertise h2{ font-size: 20px; }

}

@media (max-width:479px){
div.cstm_our_people .service_detail_box ul li{ max-width: 320px; margin: 0px auto 15px; width: 100%; }	
.service_detail_popup .cstm-role-expertise .modal-body ul li{ font-size: 15px !important; }

}
.contact_home.cstm-worldwide_section {
	padding: 38px 0px 50px;
}
.contact_home.cstm_contact_home_section {
	padding: 38px 0 50px;
}
@media  (max-width:479px){

.contact_home.cstm-worldwide_section{ padding:33px 0px 30px;}
.contact_home.cstm_contact_home_section {
	padding: 33px 0 30px;
}
}


/*15-10-2020*/
.banner_top.inner_page .carousel-caption h5{ color: #fff; }
.banner_top.inner_page .carousel-caption p{ color: #fff; }
.banner_top .banner .carousel-item .slider_image{ position: relative; }
.banner_top .banner .slider_image::before{content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; background-color: rgba(0,0,0,0.4);}

/*28-10-2020*/
.first_who_section .heading{ margin-bottom: 35px; }
.first_who_section{ margin-bottom: 45px; }

@media (max-width:767px){
.first_who_section .heading{ margin-bottom: 20px; }
.first_who_section{ margin-bottom: 30px; }

}
