html {
  color-scheme: light;
  background: #FFFFFF !important; 
}
@font-face {
    font-family: "Satoshi-Medium";
    src: url("Satoshi-Medium.ttf") format('truetype');
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Satoshi-Bold";
    src: url("Satoshi-Bold.ttf") format('truetype');
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: "Satoshi-Regular";
    src: url("Satoshi-Regular.ttf") format('truetype');
    font-style: normal;
    font-weight: 400;
}
*,
*::after,
*::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    --prime: #1D2C3E;
    --sec: #D7F9FA;
    --light-bg: #D7F9FA;
    scroll-behavior: smooth;
}
html {
	scroll-behavior: smooth; 
}
body{
	color: #000000;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
	--screen-width: calc(100vw - (100vw - 100%));
}
a {
    text-decoration: none;
    color: inherit;
}
button {
    border: none;
    background: none;
}
.text-prime {
    color: var(--prime);
}
.btn-prime {
    background: var(--prime);
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    color: #fff;
    min-height: 42px;
    padding: 7px 16px;
    border: none;
    border-radius: 6px;
}
header {
    position: sticky;
    top: 0;
    z-index: 999;
}
.navbar {
	padding: 0;
}
.navbar-nav .nav-link {
    color: #fff;
}
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    font-weight: 600;
    color: #0066B2;
}
#navbar-toggler:checked~.collapse {
    display: block;
}
p{
	font-size: 17px;
	line-height: 27px;
}
ul{
	padding: 0;
	margin: 0;
}
/* Forms */
form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
select,
input,
textarea {
    border: 1px solid transparent;
    outline: none;
    border-radius: 5px;
    padding: 10px 20px;
    background: #fff;
    width: 100%;
}
select {
    padding: 11px 20px;
}
select:focus,
input:focus,
textarea:focus {
    border: 1px solid var(--prime);
    background: #fff;
}
/* Animations - Effective if user has no preferance for reduced motion */
@media (prefers-reduced-motion: no-preference) {
.animate-this {
    opacity: 0;
    transform: translateY(50px);
}
.animate-this.animated {
    animation: fade-in 0.8s ease-in-out forwards;
}
@keyframes fade-in {
    to {
       opacity: 1;
       transform: translateY(0px);
	}
}
/**********/
h1 { font-size: 80px; font-weight: 400; }
h3 { font-size: 56px;  }
h6 { font-size: 16px; }
.header{ padding: 33px 0px; position: absolute; left: 0; top: 0; width: 100%; transition: 0.3s all ease-in-out; }
a.btn-green{ display: inline-block; align-items: center; text-decoration: none; border-radius: 30px;
padding: 12px 30px !important; border: 1px solid #4A9782; color: #FFFFFF;  background: #4A9782; }
a.btn-outline{ display: inline-block; align-items: center; text-decoration: none; border-radius: 30px;
padding: 12px 30px !important; border: 1px solid #DCD0A8; color: #DCD0A8; }
.logo { max-width: 244px; margin: 0 auto; text-align: center;  }
.logo img { width: 100%; }
/*****banner-slider*****/
.banner-slider { position: relative; }
.banner-slider:after { content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 100%;
 background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.7)); }
.banner-slider:before { content: ''; position: absolute; left: -55px;  bottom: 120px; background: #BB9979;
opacity: 0.4; width: 80px;  height: 360px; }
.banner-maintext { max-width: 970px; margin: 0 auto; }
.banner-image { width: 100%; }
.banner-image img { width: 100%; height: 100vh; object-fit: cover; }
.banner-text { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; text-align: center; 
margin-bottom: 20px; z-index: 99; }
.banner-text:before { content: ''; position: absolute; right: 0;  bottom: 120px; background: #BB9979;
 width: 32px;  height: 100px; }
.banner-text h5 { margin-bottom: 20px; color: #FFFFFF; font-size: 33px; text-transform: uppercase; 
font-weight: 600; margin: 0; position: relative; } 
.banner-text h5:before { content:''; position: absolute; left: 0; right: 0; top: -15px; width: 384px; 
height: 4px; background: #BB9979; margin: 0 auto; }
.banner-text h1 { color: #FFFFFF;  text-transform: uppercase; font-size: 100px;margin: 0; line-height: 110px; margin-bottom: 14px; font-weight: Bold; font-family: "Oswald", sans-serif; }
.banner-text h1 span { color: #BB9979; font-size: 100px; line-height: 110px;  font-weight: Bold; font-family: "Oswald", sans-serif;}
.banner-text p {  color: #FFFFFF;  }
/****homeabout_sec*****/
.homeabout_sec { background: url('../../images/about-bg.webp') no-repeat; background-size: cover; 
position: relative; overflow: hidden; }
.homeabout_sec:before { content: ''; position: absolute; left: 0;  top: 50%; background: #BB9979;
 width: 32px;  height: 100px; }
.homeabout_sec .row {  align-items: center; }
.homeabout_sec .container { position: relative; }
.homeabout_text h3 { color: #111111; font-size: 80px; font-weight: 700; font-family: "Oswald", sans-serif;
text-transform: uppercase;}
.homeabout_text h3 span{ color: #BB9979; font-weight: 500; text-transform: uppercase;font-family: "Oswald", sans-serif; }
.homeabout_para p { color: #111111; font-weight: 300; }
.homeabout_para p:last-child { margin-bottom: 0; }
.homeabout_para p strong { font-weight: 500; } 
.homeabout_text h6 { font-size: 20px; font-weight: 700; text-transform: uppercase; 
letter-spacing:12px; color: #A56D38; display: flex; gap: 15px; align-items: center;  margin-bottom: 0px; }
.homeabout_text h6 img { width: 50px; }
/*********/
.comon-padd { padding: 60px 0px; }
/****footer****/
.footer { padding: 60px 0 0; background: url('../../images/footer-bg.webp') no-repeat; background-size: cover;
position: relative; }
.footer-logo { width: 240px; margin: 0 auto; text-align: center; }
.footer-list { border-top: 1px solid #FFFFFF40;  border-bottom: 1px solid #FFFFFF40; padding: 30px 0px; }
.footer-list ul { display: flex; flex-wrap: wrap; max-width: 912px; margin: 0 auto; justify-content: center; 
gap: 40px; }
.footer-list ul li { display: flex; color: #FFFFFF; }
.footer-list ul li a{ color: #FFFFFF; font-size: 16px; display: flex; align-items: center; gap: 10px;}
.footerbtm { padding: 30px 0px; border-top: 1px solid #FFFFFF40; justify-content: center; flex-wrap: wrap;
align-items: center; }
.footer-list ul li span { display: inline-block; padding: 0px 4px; }
.footerbtm p{ margin-bottom: 0; color: #FFFFFF;  font-size: 16px; }
.footerbtm p span{ display: inline-block; padding-left: 20px; border-left: 1px solid #FFFFFF; margin-left: 20px;
width: 1px; height: 16px; position: relative; top: 3px; }
.footerbtm p em { font-style: normal; }

#backtop { position:fixed; right: 25px; bottom: 30px; cursor:pointer; width:50px; height:50px; background-color:#ffffff; text-indent:-9999px; display:none; -webkit-border-radius:60px; -moz-border-radius:60px; border-radius:60px; z-index: 9; border: 2px solid #0f1521;}
#backtop span { position:absolute; top:50%; left:50%; margin-left:-8px; margin-top:-12px; height:0; width:0; border:8px solid transparent; border-bottom-color:#0f1521; }
/*****hero_banner*****/
.owl-dot {  display: inline-block;width: 6px;height: 6px; margin: 0 5px;border-radius: 50%;  cursor: pointer;
 background-color: rgba(0, 0, 0, 0.3) !important; transition: background-color 0.3s ease;}
.owl-dots { text-align: center;}
.owl-dot.active, .owl-dot:hover { background-color: #000000 !important;}
/*****homeflag_sec*****/
.homeflag_sec { position: relative; }
.homeflag_sec:before { content: ''; position: absolute; left: -48px; top: 60px; background: #BB9979; 
opacity: 0.4; width: 170px; height: 200px; }
.homeflag_row { position: relative; z-index: 9; }
.homeflag_sec .title p { max-width: 754px; margin: 0 auto; }
.homeflag_image { height: 100%; }
.homeflag_image img { border-radius: 20px; height: 100%; object-fit: cover; }
.flyers_box { padding: 10px 20px 30px; background: #FFF7EF; border-radius: 0 0 20px 20px; }
.flyers_box h5 { color: #BB9979; font-size: 30px; font-weight: 600; font-family: "Poppins", sans-serif;
margin-bottom: 10px;  }
.flyers_box h5 a { color: #BB9979; }
.flyers_box h6 { font-size: 20px; color: #111111; font-weight: 700; font-family: "Poppins", sans-serif;
margin-bottom: 20px; }
.flyers_box ul { display: flex; flex-wrap: wrap; gap: 20px; }
.flyers_box ul li { display: flex; width: 31.3%;  gap: 10px; align-items: center; }
.flyers_box ul li img { width: 32px; }
.flyers_box ul li span { font-size: 17px; color: #111111; }
.nri_box a { border-radius: 20px; background: #F5F5F5; padding: 10px 0 10px 20px; position: relative; 
overflow: hidden; margin-bottom: 12px; display: flex; align-items: center; justify-content: space-between; }
.nri_box a img { width: auto; height: 82px;  }
.nri_box a h6 { color: #232323; font-size: 18px; font-weight: 600; margin: 0; }
.ort_box a { border-radius: 20px; background: #F5F5F5; padding: 10px 0 10px 20px; position: relative;
overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.ort_box a img { width: auto; height: 82px; }
.ort_box a h6 { color: #232323; font-size: 18px; font-weight: 600; margin: 0; }

.accordion-header button { border-radius: 20px !important; background: #F5F5F5; padding: 10px 0 10px 20px; 
position: relative; overflow: hidden; display: flex; align-items: center; justify-content: space-between; }
.accordion-header button img { width: auto; height: 82px; }
.accordion-header button h6 { color: #232323; font-size: 18px; font-weight: 600; margin: 0; }
.accordion-button::after {
        position: absolute;
        right: 15px;
    }
.accordion-item { margin-bottom: 12px;        border: 0; }
.accordion-button:not(.collapsed) {
    background:#FFF7EF; 
    color: #000;
    box-shadow: none;        padding-top: 20px;
        border-radius: 20px 20px 0 0 !important;
}
.accordion-button:not(.collapsed) h6 {         color: #BB9979;
        font-size: 30px;
        font-weight: 600;
        font-family: "Poppins", sans-serif;
        margin-bottom: 10px; margin: 0; }
.accordion-button:not(.collapsed) img {   
	opacity: 0;        height: 0;
}
#collapseTwo .flyers_box ul li:last-child { width: 63%;}
#collapseThree .flyers_box ul li:last-child { width: 63%;}
.accordion-button::after { opacity: 0; }
.accordion-button:not(.collapsed)::after{ opacity: 1; }


/*****whatwe_sec*****/
.whatwe_sec { background: #111111;  padding: 120px 0px 340px; position: relative; overflow: hidden; }
.whatwe_sec:before {         content: '';
        position: absolute;
        left: -45px;
        top: 120px;
        background: #BB9979;
        opacity: 0.4;
        width: 80px;
        height: 360px;
        z-index: 9; }
.whatwe_sec .container { position: relative; z-index: 9; }

.whatwe_box1 { height: 100%; display: flex; align-items: center; flex-direction: column; flex-wrap: wrap;
justify-content: center;  }
.whatwe_box1 img { width: 98px; margin-bottom: 20px;  }
.whatwe_box1 h3{ font-size: 80px; font-weight: 500; text-transform: uppercase; font-family: "Oswald", sans-serif; line-height:1; color: #FFFFFF; width: 100%; }
.whatwe_box1 h3 span { color: #BB9979;  font-family: "Oswald", sans-serif; display: block; }
.whatwe_box { background: rgba(255,255,255,0.15); border: 1px solid #FFFFFF40; border-radius: 10px;
padding: 30px 30px; height: 100%;  backdrop-filter: blur(14px); }
.whatwe_box img { width: 86px; margin-bottom: 30px; }
.whatwe_box h6 { color: #FFFFFF;  font-size: 22px; font-weight: 600; font-family: "Poppins", sans-serif; 
margin-bottom: 12px; }
.whatwe_box p { color: #FFFFFF; font-size: 16px; margin-bottom: 0; }
.whatwe_col { padding: 0px 6px 12px; }
.whatwe_bg { position: absolute; bottom: 0; left: 0; }
/*****work_sec*****/
.work_sec { padding: 70px 0px 0px; position: relative; }
.work_sec:before { content: ''; position: absolute; left: -55px;  top: 100px; background: #BB9979;
opacity: 0.4; width: 80px;  height: 160px; }
.work_row { margin-bottom: 70px; }
.work_title h3{ font-size: 80px; font-weight: 700; text-transform: uppercase; font-family: "Oswald", sans-serif; line-height:1; color: #111111; width: 100%; }
.work_title h3 span { color: #BB9979;  font-family: "Oswald", sans-serif; }
.work_box { position: relative;overflow: hidden; transition: all 0.5s ease;}
.work_image img { width: 100%;  display: block; transition: transform 0.6s ease; }
.work_icon {width: 70px; height: 70px; margin: 0 auto; display: flex; align-items: center; justify-content: center; background: #D25627; border-radius: 40px; margin-bottom: 10px; }
.work_text { position: absolute; inset: 0; display: flex; flex-direction: column; justify-content: flex-end; align-items: center; padding-bottom: 40px; text-align: center; transition: transform 0.5s ease, background-color 0.5s ease; }
.work_wrap { transition: transform 0.5s ease, background-color 0.5s ease; }
.work_text img {  width: auto !important; }
.work_text p { color: #FFFFFF; font-size: 18px; font-family: "Oswald", sans-serif; font-weight: 500; 
max-width: 185px; margin: 0 auto; min-height: 56px; text-transform: uppercase; }
.work_row { align-items: center; }
.work_box:hover .work_text{ background-color: rgba(135, 99, 66, 0.68); }
.work_box:hover .work_wrap { transform: translateY(-110px); }
.work_box:hover .work_icon { background: #FFFFFF; }
.work_box:hover .work_icon svg path{ fill: #D25627; }
.work_title_text { max-width: 557px; margin-left: auto; }
.work_title_text h6 {  font-size: 20px; font-weight: 700; text-transform: uppercase; 
letter-spacing:12px; color: #A56D38; display: flex; gap: 5px; align-items: center;  margin-bottom: 15px; }
.work_title_text h6 img { width: 50px; }
/*****contact_sec*****/
.contact_sec { position: relative; padding-bottom: 40px; }
.title { max-width: 930px; margin: 0 auto; text-align: center; margin-bottom: 50px; }
.title h6 { font-size: 20px; font-weight: 700; text-transform: uppercase; 
letter-spacing:12px; color: #A56D38; display: flex; gap: 5px; align-items: center;  justify-content: center;
margin-bottom: 10px; }
.title h6 img { width: 50px; }
.title h3 { font-size: 80px; font-weight: 500; text-transform: uppercase; font-family: "Oswald", sans-serif; line-height:1;}
.title h3 span { color: #BB9979;  font-family: "Oswald", sans-serif; display: block; }
.homecontact_sec { padding: 150px 0px 50px;  position: relative; overflow: hidden; }
.homecontact_sec:before { content: ''; position: absolute; left: -55px;  top: 60px; background: #BB9979;
opacity: 0.4; width: 80px;  height: 360px; }
.homecontact_sec:after { content: ''; position: absolute; right: -68px;  top: 60px; background: #BB9979;
opacity: 0.4; width: 240px;  height: 360px; }
.homecontact_sec .title h3 { font-weight: 700; }
.contact_sec .container { position: relative; z-index: 9;}
.info_box { padding: 19px 19px; background: #FFFAEA; border-radius: 17px; align-items: center; 
margin-bottom: 13px; }
.info_box:nth-child(2) { align-items: flex-start; }
.info_icon { width: 65px; height: 65px; background: #BB9979; border-radius: 17px; margin-right: 12px; 
display: flex; align-items: center; justify-content: center; }
.info_icon img { width: 30px;  }
.info_box:nth-child(2) .info_icon img, .info_box:last-child .info_icon img { width: 60px; }
	
.info_txt { width: calc(100% - 65px); }
.info_txt h6 { font-weight: 600; font-family:"Poppins", sans-serif; margin-bottom: 3px; color: rgba(0,0,0,0.8); }
.info_txt p , .info_txt a{ font-weight: 400; font-size: 16px; margin: 0;  line-height: 27px; }
.contact-image {  position: absolute; left: 0px; width: 52%; bottom: 0; }
.contact-image img { width: 100%; }
.contact_main  { gap: 23px; }
.contact_formain {  width: calc(100% - 569px); }
.contact_form { padding: 40px 40px; border-radius: 24px; background: #FFFAEA; position: relative; z-index: 9; }
.contact_form h4 { font-size: 36px; font-family: "Poppins", sans-serif; font-weight: 500; text-transform: capitalize; margin-bottom: 20px; }
.contact_form h4 strong { color: #BB9979; }
.contact_form p { margin-bottom: 20px;  }
.contact_form form div.halfs { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;  }
.form-group.checkbox label { position: relative; cursor: pointer; }
.form-group label { margin-bottom: 5px;  color: #222222; font-weight: 600; font-family: "Poppins", sans-serif; }
.form-group input { background: #FFFFFF; border: 0; border-radius: 8px; padding: 15px 15px; font-size: 15px;
color: rgba(0,0,0,0.5);  font-weight: 500; font-family: "Poppins", sans-serif;  }
.form-group textarea { background: #FFFFFF; border: 0; border-radius: 8px; padding: 15px 15px;
color: rgba(0,0,0,0.5); font-size: 15px; font-weight: 500; font-family: "Poppins", sans-serif; height: 150px; }
.form-group input::placeholder , .form-group textarea::placeholder { color: rgba(0,0,0,0.5); }
.contact_form button[type=submit] {  background-color: #BB9979; border-radius: 26px; color: #fff; 
padding: 15px 30px; font-size: 16px; border-radius: 40px; font-family: "Poppins", sans-serif; font-weight: 700; }
.form-group.checkbox input { display: none; }
.form-group.checkbox label { color: rgba(0,0,0,0.6); font-weight: 500; font-family: "Poppins", sans-serif;
padding-left: 28px; font-size: 14px; }
.form-group.checkbox label:before {
	content:'';
	-webkit-appearance: none;
	background-color: transparent;
	border: 1px solid rgba(0,0,0,0.8);
	padding: 8px;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;         
	border-radius: 20px;
    position: absolute;
    left: 0;
    top: 2px;
}
.form-group.checkbox input:checked + label:after {
	content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 6px;
    width: 5px;
    height: 9px;
    border: solid #222222;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.homecontact_image {
	margin-bottom: 20px;
}
.homecontact_image img{
	border-radius: 20px;
}
.work_slider button.owl-prev {
    background: url('../../images/arrow_left.svg') no-repeat !important;
    left: -70px;
    right: 0px;
    top: auto;
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 0 !important;
    z-index: 99;
    opacity: 1;
    background-size: 80px !important;
	margin: 0 auto;
	bottom: -100px;
}
.work_slider button.owl-next {
    background: url('../../images/arrow_right.svg') no-repeat !important;
	left: 0;
    right:  -70px;
    top: auto;
    position: absolute;
    width: 80px;
    height: 80px;
    font-size: 0 !important;
    z-index: 99;
    opacity: 1;
    background-size: 80px !important;
	margin: 0 auto;
	bottom: -100px;
}
.expertise_sec { padding: 100px 0px; position: relative; overflow: hidden; }
.expertise_sec:before { content: ''; position: absolute; left: -15px; top: -60px; width: 170px; height: 170px;
background: rgba(187, 152, 119, 0.4); }
.expertise_box { background: rgba(187, 152, 119, 0.15); border-radius: 10px; padding: 25px 13px 15px; 
text-align: center;  height: 100%; }
.expertise_icon{ margin-bottom: 30px; display: flex; align-items: center; justify-content: center; height: 86px;}
.expertise_icon img { object-fit: contain;   height: 100%; width: 100%;}
.expertise_box h6 { font-size: 16px; color: #000000; font-weight: 300; text-transform: capitalize; }
.expertise_sec .title h3 { font-weight: 700; font-family: "Oswald", sans-serif; }
.expertise_sec .title h3 span { display: inline-block; }

.vision_sec { background: url('../../images/vision-bg.webp') no-repeat !important; background-size: cover !important;
padding: 130px 0px; position: relative;  }
.vision_sec:before { content: ''; position: absolute; left: 0; top: 0;  background: rgba(117, 117, 117, 0.16);
 backdrop-filter: blur(4px);width: 50%; height: 100%; }
.vision_icon { margin-bottom: 20px; }
.vision_icon img { width: 110px; }
.vision_box h3 { font-weight: 700; font-family: "Oswald", sans-serif; font-size: 80px; font-weight: 500;
 text-transform: uppercase; color: #FFFFFF; margin-bottom: 15px; }
.vision_box p { color: #FFFFFF;  }
.vision_box p strong { font-weight: 600;  }
.vision_box ul li{ position: relative; padding-left: 35px; color: #FFFFFF; display: block; margin-bottom: 10px; }
.vision_box ul li:before { content:''; position: absolute; left: 0; top: 0; width: 24px; height: 24px; 
background: url('../../images/yellow-icon.svg') no-repeat !important; background-size: 24px; }
.mision_box { padding-left: 50px; }

.team_sec { background: #FFF7EF; }
.team_box { text-align: center; margin-bottom: 15px; }
.team_image { position: relative; padding-bottom: 110%; margin-bottom: 20px; }
.team_image > img { position: absolute; left: 0; top: 0; width: 100; height: 100%; object-fit: cover; }
.team_box h6 { color: #000000; font-size: 17px; text-transform: uppercase; font-weight: 700; font-family: "Oswald", sans-serif; margin-bottom: 7px; }
.team_box p { color: #9F6F41; font-size: 15px; font-weight: 600; margin-bottom: 5px; }
.team_box a { color: #9F6F41; }
 .review-popup .modal-dialog {
    max-width: 60%;
        margin: 0 auto;
        border: 10px solid #FFFFFF80;
        border-radius: 50px;
        top: 50%;
        transform: translateY(-50%) !important;
    }
.modal-popcard {
    padding: 30px 20px;
}
.modal-popcard h5 {
    margin: 0;
    font-size: 20px;
    color: #000000;
    font-weight: 700;
    font-family: "Satoshi-Bold", sans-serif;
}
.modal-popcard p {
    font-size: 16px;
    line-height: 1.7;
    color: #4a4a4a;
    margin-bottom: 26px;
}
.btn-close {
        position: absolute;
        right: 20px;
        top: 20px;
    }
.modal-content {
        border-radius: 38px;
    }
.review-scroll{
		overflow-y: auto;
		height: 300px;
		padding-right: 30px;
	}

	.review-scroll::-webkit-scrollbar {
		width: 4px
	}

	.review-scroll::-webkit-scrollbar-track {
		background: #0C665F1A;
	}

	.review-scroll::-webkit-scrollbar-thumb {
		background-color: #9F6F41;
		border-radius: 5px
	}
	.user-title p{
		font-size: 16px;
	}
	a.linkdin img {
        width: 24px;
    }
/*****responsive*****/
@media (max-width: 1439px) {
.contact_form {  padding: 30px 30px;}	
}
@media (max-width: 1279px) {
.homeabout_text h3, .title h3, .whatwe_box1 h3, .work_title h3, .homecontact_sec .title h3 ,
.vision_box h3 { font-size: 64px;  line-height: 70px; }
.homeabout_para p, .banner-text p , .homeflag_sec .title p, .flyers_box p , .flyers_box ul li span,
.title p, .info_txt p, .info_txt a, .form-group label , .footer-list ul li a{ 
 font-size: 16px;    line-height: 26px; }
.flyers_box ul li strong { font-size: 16px;  line-height: 26px; }
.banner-text h1, .banner-text h1 span {  font-size: 85px; line-height: 80px; margin-bottom: 15px; }
.banner-text h5 { font-size: 28px; }
.flyers_box ul { gap: 16px; }
.whatwe_sec {  padding: 90px 0px 180px; }
.whatwe_box h6 { font-size: 20px; }
.work_title_text p, .work_text p { font-size: 18px; }
.contact_form h4 { font-size: 30px; }
.work_text p { max-width: 200px; }
.banner-image img {  height: 100vh; }
.homecontact_sec .title p { max-width: 800px; margin: 0 auto; }
.expertise_sec .row { justify-content: center; }
.expertise_col {
	flex: 0 0 auto;
    width: 33.33333333%;
	margin-top: 20px;
}
}
@media (max-width: 991.9px) {
.container {  max-width: 97%; }
body.open .header, body.open .header.sticky { background-image: linear-gradient(to bottom, #000000, #000000); }
.navbar-toggler { background-color: #fff; }
.navbar-collapse { position: absolute; width: 100%;  background: #000; top: 100%; left: 0; right: 0; }
ul.navbar-nav li { margin-right: 0; }
ul.navbar-nav, .contact-btn { max-width: 90%; padding: 0px 20px 10px; margin: 0 auto; }
ul.navbar-nav li a.nav-link { padding: 13px 0 7px !important; display: inline-block; }
.logo { max-width: 190px; }
.nri_box a img, .ort_box a img, .accordion-header button img { height: 55px; }
.flyers_box h6 { font-size: 18px; margin-bottom: 15px; }
.flyers_box ul li { width: 47.9%; }
.nri_box a h6, .ort_box a h6 , .accordion-header button h6{ font-size: 16px; }
.whatwe_box img { width: 50px; margin-bottom: 20px; }
.whatwe_box { padding: 20px 20px;}
.whatwe_box h6 { font-size: 18px; }
.whatwe_box p { font-size: 15px; line-height: 25px;  }
.work_title_text p { font-size: 16px;  }
.work_title_text h6 , .title h6, .homeabout_text h6{  font-size: 18px;  letter-spacing: 10px; gap: 10px; }
.work_sec {  padding: 40px 0px 0px; }
.work_row { margin-bottom: 40px; }
.contact_form button[type=submit] {  font-size: 15px; }
.footer-list ul { gap: 19px; }
.footer {  padding: 30px 0 0; }
.banner-text h5 { font-size: 24px; }
.banner-text h1, .banner-text h1 span { font-size: 70px;  line-height: 62px; }
.homeabout_text { padding-left: 20px; }
.homeabout_text h3, .title h3, .whatwe_box1 h3, .work_title h3, .homecontact_sec .title h3, .vision_box h3 {
 font-size: 54px; line-height: 60px;  }
.footer-logo {  width: 190px; }
.flyers_box h5, .accordion-button:not(.collapsed) h6  { font-size: 26px; }
    .expertise_sec, .vision_sec {
        padding: 60px 0px;
	}
.vision_col:first-child { margin-bottom: 30px;}
.vision_sec:before {
        width: 100%;
        height: 47%;
    }
    #collapseTwo .flyers_box ul li:last-child, #collapseThree .flyers_box ul li:last-child {
        width: 100%;
    }
} 
@media (max-width: 767.9px) {
.footer-list ul { flex-wrap: wrap; }
.banner-text h5 { font-size: 21px; }
.homeabout_text { padding-left: 0; margin-bottom: 15px; }
.homeabout_para p, .banner-text p, .homeflag_sec .title p, .flyers_box p, .flyers_box ul li span, .title p, .info_txt p, .info_txt a, .form-group label, .footer-list ul li a , .footerbtm p, .work_title_text p{ 
	font-size: 15px; line-height: 25px; 
}
.flyers_box ul li strong { font-size: 15px; line-height: 25px;  }
.comon-padd { padding: 40px 0px; }
.title { margin-bottom: 30px; }
.accordion { margin-top: 20px; }
.homeabout_text h3, .title h3, .whatwe_box1 h3, .work_title h3, .homecontact_sec .title h3, .vision_box h3 {
 font-size: 46px; line-height: 50px; }
.work_title h3 { margin-bottom: 14px; }
.whatwe_sec { padding: 40px 0px; }
.whatwe_box1 img { width: 72px; margin-bottom: 10px; }
.whatwe_box img { width: 40px;  margin-bottom: 15px; }
.whatwe_box p, .work_title_text p { margin-bottom: 0; }
.contact_form { padding: 24px 24px; margin-bottom: 30px; }
.flyers_box h5, .accordion-button:not(.collapsed) h6  { font-size: 22px; }
.work_icon { width: 60px; height: 60px; }
.work_text img { width: 24px !important; }
.contact_form h4 { font-size: 26px; }
.contact_form form div.halfs { grid-template-columns: 1fr;  gap: 15px; }
.info_box {  padding: 15px 15px; }
.info_icon { width: 55px; height: 55px; }
.info_txt {  width: calc(100% - 55px); }
.homecontact_sec { padding: 50px 0px 30px; }
.homeflag_sec:before, .work_sec:before, .homecontact_sec:before, .homecontact_sec:after, .homecontact_sec .container:after, .homeabout_sec:before, .homeabout_sec .row:before, .homeimage:before, .banner-text:before, .whatwe_sec:before, .banner-slider:before { display: none; }
.homeabout_sec { background-size: 100%; }
.work_slider { width: 92%; margin: 0 auto; }
.work_slider button.owl-prev { right: auto; left: -10px; width: 70px; height: 70px;
 background-size: 70px !important; bottom: auto; top: 50%; transform: translateY(-50%);  z-index: 9999;}
.work_slider button.owl-next { left: auto; right: -10px; width: 70px; height: 70px;
 background-size: 70px !important; bottom: auto; top: 50%; transform: translateY(-50%); z-index: 9999;}
.whatwe_col { padding: 0px 12px 12px; }
    .mision_box {
        padding-left: 0;
    }
.expertise_col {
     width: 50%;
}
.expertise_sec .title { margin-bottom:10px; }
.vision_col:first-child { margin-bottom: 35px;  }
.vision_sec:before { height: 43%;  }
    .review-popup .modal-dialog {
        max-width: 90%;
	}
}
@media (max-width: 575.9px) {
.banner-text h5 {  font-size: 18px; }
.banner-text h1, .banner-text h1 span { font-size: 60px; line-height: 55px; }
.homeabout_text h3, .title h3, .whatwe_box1 h3, .work_title h3, .homecontact_sec .title h3, .vision_box h3 {
font-size: 36px;  line-height: 42px;  }
.work_title_text h6, .title h6, .homeabout_text h6 { font-size: 17px; letter-spacing: 8px;  gap: 4px; }
.title h6 img, .homeabout_text h6 img {  width: 42px; }
.nri_box a img, .ort_box a img, .accordion-header button img { height: 40px; }
.whatwe_col { width: 100%; }
.banner-text h5:before { width: 100%; }
}
@media (max-width: 479.9px) {
.header { padding: 20px 0px; }
.logo { max-width: 170px; }
.banner-text h5 { font-size: 15px; }
.banner-text h1, .banner-text h1 span { font-size: 40px; line-height: 40px;}
.homeabout_para p, .banner-text p, .homeflag_sec .title p, .flyers_box p, .flyers_box ul li span, .title p, .info_txt p, .info_txt a, .form-group label, .footer-list ul li a, .footerbtm p, .whatwe_box p, .work_title_text p { font-size: 14px;  line-height: 22px; }
.flyers_box {  padding: 10px 20px 20px; }
.flyers_box ul li {  width: 100%; }
.flyers_box ul li strong { font-size: 14px;  line-height: 22px; }
.whatwe_box1 img {   width: 60px; }
.work_title_text h6, .title h6, .homeabout_text h6 { font-size: 16px; }
.contact_form h4 {  font-size: 24px; }
.info_box {  padding: 13px 11px; }
.info_icon { width: 40px; height: 40px;  flex-shrink: 0;  border-radius: 10px;  margin-right: 7px; }
.info_txt { width: calc(100% - 40px);  }
.info_icon img { width: 22px; }
.footer-list ul { gap: 12px; }
.footerbtm , .footer-list{ padding: 20px 0px;}
.footer {  padding: 20px 0 0;  }
.expertise_col {
    width: 100%;
}
    .expertise_sec:before {
        width: 90px;
        height: 110px;
	}
    .vision_icon img {
        width: 84px;
    }
	.team_image {
        padding-bottom: 100%;
	}
.vision_box ul li {  font-size: 14px;  line-height: 22px; }
.vision_box ul li:before {  top: 2px; }
p { font-size: 14px;  line-height: 22px; }
}
@media (max-width: 374.9px) {
.vision_sec:before { height: 42%;  }
.footer-list ul li a { white-space: nowrap;  gap: 7px; }
.footer-list ul li a img { width: 18px; }
.contact_form {
            padding: 24px 15px;
}
}