@font-face {
    font-family: 'futura_ptbold';
    src: url('../fonts/futuracyrillicbold-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrillicbold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'futura_ptbook';
    src: url('../fonts/futuracyrillicbook-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrillicbook-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'futura_ptdemi';
    src: url('../fonts/futuracyrillicdemi-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrillicdemi-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'futura_ptextra_bold';
    src: url('../fonts/futuracyrillicextrabold-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrillicextrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 
@font-face {
    font-family: 'futura_ptheavy';
    src: url('../fonts/futuracyrillicheavy-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrillicheavy-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'futura_ptlight';
    src: url('../fonts/futuracyrilliclight-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrilliclight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

} 

@font-face {
    font-family: 'futura_ptmedium';
    src: url('../fonts/futuracyrillicmedium-webfont.woff2') format('woff2'),
         url('../fonts/futuracyrillicmedium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

:root{
	--font1:'futura_ptbook'; 
	--primary: #2A9D8F; 
	--secondary:  #264653;  
    --white: #FFFFFF;  
    --dark:#171717;
    --orange:#E76F51;
    --textColor: #808080;
    --headingcolor:#4D4D4D; 
}


*{ 
    box-sizing: border-box;
}
body {
    margin: 0;
    padding: 0; 
    scroll-behavior: smooth; 
    font-size: 24px;
    line-height: 30px;
    color: var(--textColor);
    font-family: var(--font1);
}
.container{
    max-width: 1290px;
    margin: 0 auto;
}
.container-fluid{
    max-width: inherit;
    width: auto;
    padding: 0 50px;
}

@media (min-width:1920px){
    .container-fluid{
        max-width: 1800px;
        margin: 0 auto;
        width: auto;
        padding: 0 50px;
    }
}
h1,h2,h3,h4,h5,h6{
    color: var(--headingcolor);
    font-family: var(--font1); 
    font-weight: 400;
}
p{
	margin:0 0 24px;
}
img,svg{
    width: 100%;
}
.clear{
    clear: both;
}
.clear:after{
    position: relative;
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

::-ms-input-placeholder {  
  color: var(--textColor);
}
::placeholder {
  color: var(--textColor);
}
::-webkit-placeholder {
  color: var(--textColor);
}
 
ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.commonlist li{
    padding: 0 0 0 30px;
    background: url(../images/listico.svg) no-repeat 0 5px ;
    background-size: 18px;
    margin: 0 0 20px;
}
.commonlist li:last-child{
    margin: 0;
}

a{
    transition: .5s;
    text-decoration: none;
}
a:hover{
	text-decoration: none;
} 

section{
    padding: 80px 0;
    position: relative; 
}

.buttonlist{
    display: flex;
    gap:25px;
    justify-content: center;
}
.cmnbtn{
    font-size: 24px;
    line-height: 28px;
    background: var(--orange);
    border: 1px solid var(--orange);
    padding: 10px 20px;
    display: inline-block;    
    position: relative; 
    color: var(--white);
} 
.cmnbtn1{
    background: var(--white);
    color: var(--secondary);
    border: 1px solid var(--secondary);
}
.cmnbtn2{
    background: transparent;
    color: var(--white);
    border: 1px solid var(--white);
}
.cmnbtn4{
    background: var(--secondary);
    color: var(--white);
    border: 1px solid var(--secondary);
}
.cmnbtn:hover{color: var(--white); background: var(--secondary);
    border: 1px solid var(--secondary);
}
.cmnbtn2:hover{
    background: var(--orange);
    border: 1px solid var(--orange);
    color: var(--white);
}
.cmnbtn3:hover,.cmnbtn4:hover{background: var(--primary); border: 1px solid var(--primary);}
 

.tophd{margin: 0 0 50px;}
.tophd-center{text-align: center;}
.tophd h2{font-size: 42px; line-height: 58px; 
    margin: 0 0 10px;  

    text-transform: capitalize;
}
.bgdark .tophd,.bgdark .tophd h2{color: var(--white);}

.tophd .subtitle{
    display: block; color: var(--dark); 
    text-transform: capitalize;
    font-size: 18px; line-height: 22px; 
    margin: 0 0 10px;  
    background: url(../images/subico.svg) no-repeat 0 0;
    background-size: 18px;
    padding: 0 0 0 30px;
}
.tophd p{  margin: 0;}


/**common**/
.site-header{
    padding: 25px 0;
    background: var(--white);
}
.headerHold{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{display: inline-block;
    width: 265px;
}
.logo img{
    width: 100%;
}


/**banner**/
.banner{
    position: relative;
    padding:50px 0;
}
.banner:before{
    position: absolute;
    content: "";
    left: 0;
    top: 60px;
    background: url(../images/ico1.png) no-repeat 0 0;
    background-size: 100%;
    width: 30px;
    height: 30px;
}
.bannerHold{
    display: flex;
    gap: 50px;
    align-items: center;
}
.bannerHold .buttonlist{
    justify-content: flex-start;
    margin-top: 50px;
}
.bannerLeft{
    width: 50%;
}
.bannerLeft h1{
    font-size: 45px;
    line-height: 60px;
}
.bannerLeft strong{
    font-size: 30px;
    color: var(--secondary);
}
.banneright{
    width: 50%;
}
.banneright .bannerimg{
    display: inline-block;
    width: 50%;
    margin: 0 0 30px;
    position: relative;
    left: -50px;
}
.bannerlist{
	margin-top: 50px;
    font-size: 28px;
    color: var(--dark);
}
.bannerlist li{
    display: flex;
    gap: 10px;
    margin: 0 0 15px;
}
.bannerlist li .ico{
    display: inline-block;
    width: 25px;
}

/**testimonial_sec**/
.testimonial_sec{}
.testimonialHolder{
    display: flex;
    gap: 30px;
    align-items: center;
}
.testimg{
    width: 30%;
}
.testimg img{
    width: 100%;
}
.testContent{
    width: 70%;
    position: relative;
}
.testContent .testico1{
    position: absolute;
    left: -20px;
    width: 50px;
    bottom: 0;
    z-index: 1;
    mix-blend-mode: multiply;
}
.testContent .testico1 img{}
.testContent .testico2{
    position: absolute;
    right: -20px;
    bottom: 60%;
     mix-blend-mode: multiply;
    width: 50px;
    z-index: 1;
}
.testContent .testico2 img{}
.testContent .testico3{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    z-index: 1;
}
.testContent .testico3 img{}
.testContent .testico4{
    position: absolute;
    right: 0;
    width: 100px;
    bottom: -70px;
}
.testContent .testico4 img{}

.testbox{
    background: rgba(42, 157, 143, 1);
    color: var(--white);
    padding: 50px 0;
    position: relative;
    
}
.testbox .item{
    min-height: 352px;
    display: inline-flex;
    align-items: center;
}
.testitem p{
    font-size: 30px;
}
.testslider .owl-item {
    overflow: hidden;
}
.testdetails{
    display: flex;
    gap: 20px;
    align-items: center;
}
.testdetails .img{
    width: 65px;
    height: 105px;
    border-radius: 30px;
    display: none;
}
.testdetails .img img{
    border-radius: 30px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.testdetails .name{
	display: block; margin: 0 0 5px;
	font-size: 22px;
	font-weight: 300;
	padding-left: 50px;
	position: relative;
}
.testdetails .name:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	width: 35px;height: 1px;
	background: #fff;
}
.testdetails .desig{font-size: 16px; display: block;}


.testslider{
    padding: 0 80px;
}
.testslider .owl-nav button.owl-prev{
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../images/arrow-prev.png) no-repeat 0 0;
    background-size: 100%;
    width: 40px;
    height: 100px;
}
.testslider .owl-nav button.owl-next{
      position: absolute;
    right: 10px;
    top: 50%;
    transform: translate(0,-50%);
    background: url(../images/arrow-next.png) no-repeat 0 0;
    background-size: 100%;
    width: 40px;
    height: 100px;
}
.testslider .owl-nav button span{
    display: none;
}

/**founder_sec**/
.founder_sec{
	padding: 80px 0;
	background: #FAFAFA;
}
.founderHolder{
    display: flex;
    gap: 40px;
    align-items: center;
	justify-content: space-between;
}
.founderImg{
    width: 600px;
	height: 700px;
    position: relative;
}
.founderImg img{
	height: 100%;width: 100%;
	object-fit: cover;
	object-position: center 0;
    border-radius: 42% 42% 42% 42%;
}
.founderImg:before{
    position: absolute; content: "";
    left: -50px;
    bottom: 0;
    width: 200px;
    height: 200px;
    background: url(../images/birds-3b.png) no-repeat 0 0;
    background-size: contain;
}
.founderImg:after{
    position: absolute; content: "";
    right: -50px;
    top: -30px;
    width: 200px;
    height: 200px;
    background: url(../images/fico1.png) no-repeat 0 0;
    background-size: contain;
}

.founderContent{
    width: 60%;
}
.founderContent .name{
    display: block;
    font-size: 32px;
    font-weight: 500;
    color: var(--primary);
    margin: 0 0 10px;
}
.founderContent .designation{
    margin: 0 0 10px;
    display: block;
    font-weight: 500;
}
.founderContent p:last-child{
    margin: 0;
}

/**contact_sec**/
.contact_sec{
	padding: 80px 0;
}
.contactleft{}
.contactleft .commonlist{
    margin: 0 0 30px;
}
.contactleft .img{
    width: 80%;
}
.contactleft .img img{
    width: 100%;
}

.contact_form_sec{
    background: #F4A163;
    border-radius: 10px;
    padding: 130px 50px;
    height: 100%;
    position: relative;
	overflow: hidden;
}
.contact_form_sec:after{
    width: 100%;
    height: 100%;
    position: absolute;
    content: "";
    background: url(https://essentiam.com/wp-content/uploads/2025/08/bird-22.png) no-repeat 0 0;
    background-size: 100%;
    left: 0;
    top: 0;
}
.contact_form_sec .form-group p{margin:0;}
.contact_form_sec .form-group br{display:none;}
.contact_form_sec .form-group .wpcf7-spinner{position:absolute;}
.contact_form_sec h4{
    font-size: 28px;
    line-height: 30px;
    margin: 0 0 50px;
    position: relative;
    z-index: 1;
}
.contact_form_sec .form-group{
    margin: 0;
}
.contact_form_sec label{
    display: block;
    margin: 0 0 8px;
    font-size: 18px;
    color: var(--headingcolor);
}
.contact_form_sec input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    margin: 0 0 20px;
}
.contact_form_sec textarea{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
	height: 120px;
    margin: 0 0 20px;
}
.contact_form_sec input[type="submit"]{
    background: var(--secondary);
    color: var(--white);
    margin-top: 20px;
    transition: .5s; 
}
.contact_form_sec input[type="submit"]:hover{
    background: var(--primary);
}
.contact_form_sec >div{
    position: relative;
    z-index: 1;
}

/**master_sec**/
.master_sec{
	padding: 100px 0;
/* 	background: url(https://essentiam.com/wp-content/uploads/2025/08/master-bg.png) no-repeat 0 0;
	background-size: cover; */
	position: relative;
}
.bird_icon1{
	position: absolute;
	left: 0;top: 100px;
	width: 155px;
}
.bird_icon2{
	position: absolute;
	right: 0;top: 0;
}
.masterHolder .row{
    row-gap: 80px;
}
.masterHolder .row >div:nth-child(2n) .masterdiv{
    background: url(../images/shape2.png) no-repeat 0 0;
}
.masterHolder .row >div:nth-child(3) .masterdiv,
.masterHolder .row >div:nth-child(5) .masterdiv{
    background: url(../images/shape3.png) no-repeat 0 0;
}
.masterHolder .row >div .masterdiv,
.masterHolder .row >div:nth-child(6) .masterdiv{
    background: url(../images/shape1.png) no-repeat 0 0;
}
.masterdiv{ color:var(--white);
    width: 320px;
    height: 395px;
    padding:  10px 70px 10px 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 20px;
}
.masterdiv >div{}
.masterdiv .ico{
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 0 20px;
}
.masterdiv .ico img{}
.masterdiv h3{font-size: 20px; line-height: 22px; margin: 0 0 10px;
    color: var(--white); font-weight: 600;
    letter-spacing: 1px;
}
.masterdiv p{margin: 0;}
.masterHolder{
    text-align: center;
}
.masterdiv{
    text-align: left;
    transition: .5s;
    transform: rotate(0deg);
}
.masterdiv:hover{
    transform: rotate(3deg);
}
/***cta_sec2***/

.cta_sec2{
    background: var(--secondary);
    background-size: cover;
    text-align: center;
    color: #FAFAFA;
    position: relative;
}
.cta_sec2:before{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url(../images/CTA-sec-bird=green.png) no-repeat 0 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
}
.cta_sec2:after{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: url(../images/CTA-sec-bird-yello.png) no-repeat 0 0;
    width: 200px;
    height: 200px;
    background-size: 100%;
}
.cta_sec2 .cmnbtn:hover{
    background: var(--primary);
    border: 1px solid var(--primary);
}
.cta_sec2 .buttonlist{
    margin-bottom: 30px;
}
.cta_sec2 .tophd h3{
	font-size: 42px;
	line-height: 55px;
	font-weight: 500;
	margin-bottom: 20px;
	color: var(--white);
}
.cta_sec2 .tophd p{
	font-weight: 300;
}
.cta_sec2 .tophd p del{
	font-weight: 600;
	display: inline-block;
}
.cta_sec2 .cta_btm_text{
	font-size: 20px;
}
.cta_sec2 .tophd h2{
	font-size: 70px;
}
.cta_sec2 .cta-list{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 50px;
	margin-bottom: 40px;
}
.cta_sec2 .cta-list li{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}
.cta_sec2 .cta-list li .icn img{
	height: 28px;
	object-fit: contain;
}
.cta_sec2 .cta-list li span{
	display: inline-block;
	font-size: 24px;
	color: var(--white);
	line-height: 30px;
}


/***cta_sec***/

.cta_sec{
    background: url(../images/cta_sec_bg.png) no-repeat 0 0;
    background-size: cover;
}
.cta_sec .cmnbtn2:hover{
    background: var(--primary);
    border: 1px solid var(--primary);
}

/***partnersec***/
.partnersec{}
.partnerhold{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.partnerdiv{display: inline-block;}
.partnerdiv img{
    max-width: 200px;
    max-height: 50px;
    object-fit: contain;
}

/**lead_strategic_sec**/
.lead_strategic_sec{
    position: relative;
}
/* .lead_strategic_sec:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 150px;
    height: 150px;
    background: url(../images/leadbird.png) no-repeat 0 0;
    background-size: 100%;
} */
.lscontent .commonlist li{
    position: relative;
}
/*.lscontent .commonlist li:nth-child(1){
    margin-left: 10px;
}
.lscontent .commonlist li:nth-child(2){
    margin-left: 20px;
}
.lscontent .commonlist li:nth-child(3){
    margin-left: 30px;
}
.lscontent .commonlist li:nth-child(4){
    margin-left: 40px;
}
.lscontent .commonlist li:nth-child(5){
    margin-left: 50px;
}
.lscontent .commonlist li:nth-child(6){
    margin-left: 60px;
}*/


/**ever_sec**/
.dive_sec{
    position: relative;
    padding: 0;
    background: #FAFAFA;
}
.dive_sec .cmnbtn{
    position: absolute;
    right: 20%;
    bottom: 10%;
}
.diveimg{
    display: inline-block; 
    width: 100%;
}
.diveimg img{
    width: 100%;
}
.dievcontent{
   position: absolute;
   left: 30%;
   top: 0;
   width: 60%;
}
.dievcontent:nth-last-child(2){
    top: 50%;
    left: -100px;
    padding-left: 0;
    width: 100%;
}
.dievcontent .commonlist li{
    margin: 0 0 50px;
}
.dievcontent .commonlist li:nth-child(1){
    margin-left: 15%;
}
.dievcontent .commonlist li:nth-child(2){
    margin-left: 30%;
}
.dievcontent .commonlist li:nth-child(3){
    margin-left: 45%;
}
.dievcontent .commonlist li:nth-child(4){
    margin-left: 60%;
}
 

.dievcontent:last-child .commonlist li:nth-child(1){
    margin-left: 5%;
}
.dievcontent:last-child .commonlist li:nth-child(2){
    margin-left: 10%;
}
.dievcontent:last-child .commonlist li:nth-child(3){
    margin-left: 15%;
}
/**ever_sec**/
.ever_sec{
    position: relative;
    padding: 100px 0;
    background: url(../images/section-02-bg.jpg) no-repeat 0 0;
    min-height: 600px;
        background-size: cover;
}
.everimg{
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50px;
    width: 500px;
	opacity: 0.1;
}
.everimg img{
    width: 100%;
}
.evercontent{
    padding: 0 15%;
}
.evercontent .commonlist li{
    margin: 0 0 30px;
}
.evercontent .commonlist li{
    margin-left: 5%;
	color: var(--secondary);
}

.evercontent .commonlist{margin: 0 0 60px;}
.spcl_text{
    display: inline-block;
    margin-left: 30%;
    font-size: 42px;
    line-height: 58px;
    font-weight: 400;
    color: var(--secondary);
    position: relative;
}
.spcl_text:after{
    position: absolute;
    content: "";
    width: 145px;
    height: 0.5px;
    top: 50%;
    left: -155px;
	transform: translate(0,-50%);
    background: var(--secondary);
}

/**footer**/
.site-footer{
    background: url(../images/footer-bg.png) no-repeat 0 0;
    background-size: cover;
    color: #FAFAFA;
    font-size: 16px;
    line-height: 22px;
}
.site-footer a{color: var(--white);}
.site-footer a:hover{color: var(--orange);}
.footertop{
    padding: 50px 0;
}
/* .footertop .row >div:nth-child(2) .footerdiv{
    margin-left: 80px;
} */
.footertop .row >div:nth-child(2) .footerdiv{
    text-align: center;
}
.footerdiv .social{
    justify-content: center;
}
.footerlogo{
    margin: 0 0 25px;
    width: 280px;
}
.footerlogo + p{
    margin: 0;
}
.site-footer h3{
    font-weight: 500;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 28px;
    color: var(--white);
}
.footerdiv li{
    margin: 0 0 15px;
}
.footerdiv li:last-child{margin: 0;}
.footerdiv .social{
    display: flex;
    gap:20px;
        font-size: 30px;
}
.footerdiv .social li{margin: 0;}
.newsletterform{
    display: block;
	margin-right: 80px;
	position: relative;
}
.newsletterform input{
    width: 100%;
    border: 1px solid var(--white);
    background: transparent;
    padding: 10px 55px 10px 15px;
    color: var(--white);
}
.newsletterform input:focus{
    outline: none;
}
.newsletterform input[type="submit"]{
    background: var(--orange) url(../images/submitarr.svg) no-repeat center;
    border: 1px solid var(--orange);
    width: 45px;
    height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    transition: .5s;
    padding: 5px;
	font-size: 0;
}
.newsletterform input[type="submit"]:hover{
    background: var(--primary) url(../images/submitarr.svg) no-repeat center;
    border: 1px solid var(--primary);
}


.footerbottom{
    padding: 30px 0;
    border-top: 1px solid var(--white);
    font-size: 24px;
    text-align: center;
}
.footerbottom p{
    margin: 0;
	font-size: 20px;
}

.header-rgt span{
	display: inline-block;
	font-size: 24px;
	margin-right: 20px;
}
.bannerLeft .bannertop h1{
	font-size: 52px;
	line-height: 58px;
	font-weight: 500;
}
.lead_strategic_sec .row{
	align-items: center;
}
.info_qa_sec {
    position: relative;
    padding: 0 0 80px 0;
    background: url(../images/section-02-bg.jpg) no-repeat 0 0;
    background-size: cover;
}
.info_qa_sec .row{
	align-items: center;
}
.info_qa_left{
	padding-right: 35px;
}
.info_qa_right .tophd{
	margin-bottom: 30px;
}
.info_qa_right h3{
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	margin: 0 0 25px;
}
.info_qa_btn{
	margin: 30px 0;
}
.cta_sec2 .subtitle{
	display: inline-block;
	color: #fff;
}
.our-web-link{
	margin: 5px 0 0;
}
.our-web-link a{
	font-weight: 500;
	font-size: 20px;
	text-decoration: underline;
}


@media(max-width: 1399px){
	.banner .bannerHold{
		align-items: flex-end;
	}
	.evercontent {
    	padding: 0px 10%;
	}
	.spcl_text{
		margin-left: 25%;
	}
	.info_qa_right{
		padding-top: 50px;
	}
	.founderImg {
    	min-width: 430px;
    	height: 530px;
    	width: 430px;
	}
}

@media (max-width:1199px){
    .contact_form_sec{
        padding: 40px;
    }
    .contact_form_sec h4{
        margin: 0 0 20px;
    }
    .everimg{
        width: 350px;
    }
    .evercontent .commonlist li{
        margin: 0 0 20px;
    }
    .evercontent .commonlist{
        margin: 0 0 30px;
    }

    .dievcontent .commonlist li{
        margin: 0 0 20px;
    }
    .dievcontent .commonlist li p{
        margin: 0;
    }
    .dievcontent{
        width: 70%;
    }
    .dievcontent .commonlist li:nth-child(4){
        margin-left: 70%;
    }

    .cta_sec2:before,
    .cta_sec2:after{ 
        width: 100px;
        height: 100px; 
    } 
    .bannerlist{
        font-size: 24px;
		margin-top: 0;
    }
    .banneright .cmnbtn{font-size: 20px;}

    .founderImg:before,
    .founderImg:after{
        width: 120px;
        height: 120px;
    }
	.evercontent {
        padding: 0px;
    }
	.spcl_text {
        margin-left: 25%;
    }
	.founderImg {
    	min-width: 400px;
    	width: 400px;
	}
	.newsletterform{
		margin-right: 0;
	}
}

@media (max-width:1023px){
    body{
        font-size: 22px;
        line-height: 28px;
    }

    .cmnbtn{
        font-size: 22px;
        line-height: 26px; 
    }
    .container-fluid{
        padding: 0 40px;
    } 
    .tophd h2{
        font-size: 35px;
        line-height: 45px;
    }

    .founderImg:before,
    .founderImg:after{
        width: 90px;
        height: 90px;
    }
    .founderImg:before{
        left: -30px;
    }
}

@media (max-width:991px){
     .footertop .row {
        row-gap: 40px;
     }
	.ever_sec{
		padding: 70px 0;
	}
     .everimg{
        width: 70%;
        top: 50%;
		 transform: translate(0,-50%);
     }
     .evercontent{
        padding-left: 0;
     }
	.logo{
		width: 240px;
		min-width: 240px;
	}
	.header-rgt span{
		font-size: 20px;
		margin: 0 0 10px 0;
	}
	.cmnbtn {
        font-size: 20px;
        line-height: 25px;
    }
	.header-rgt{
		text-align: end;
	}
    .evercontent .commonlist li{
        margin: 0 0 30px;
    }
    .evercontent .commonlist li:nth-child(1),
    .dievcontent .commonlist li:nth-child(1){
        margin-left: 0;
    }
    .evercontent .commonlist li:nth-child(2),
    .dievcontent .commonlist li:nth-child(2){
        margin-left: 0;
    }
    .evercontent .commonlist li:nth-child(3),
    .dievcontent .commonlist li:nth-child(3){
        margin-left: 0;
    }
    .evercontent .commonlist li:nth-child(4),
    .dievcontent .commonlist li:nth-child(4){
        margin-left: 0;
    }
    .evercontent .commonlist li:nth-child(5),
    .dievcontent .commonlist li:nth-child(5){
        margin-left: 0;
    }
    .dievcontent:last-child{
        left: 0;
    }
    .dievcontent:last-child .commonlist li:nth-child(1){
        margin-left: 0;
    }
    .dievcontent:last-child .commonlist li:nth-child(2){
        margin-left: 0;
    }
    .dievcontent:last-child .commonlist li:nth-child(3){
        margin-left: 0;
    }
    .spcl_text{
        margin-left: 12%;
    }

    .dievcontent{
        position: relative;
        left: 0;
        top: 0;
        padding: 0 50px;
        width: 100%;
    }
    .dievcontent:nth-last-child(2){
        left: 0;
        padding-left: 50px;
    }

    .bannerHold{
        flex-wrap: wrap;
    }
    .bannerLeft,.banneright{
        width: 100%;
    }
    .banneright .bannerimg{
        display: none;
    }
	.spcl_text {
		margin-left: 22%;
		font-size: 38px;
		line-height: 48px;
	}
	.spcl_text:after {
		width: 80px;
		top: 50%;
		left: -100px;
		transform: translate(0, -50%);
	}
	.tophd {
    	margin: 0 0 35px;
	}
	.lead_strategic_sec .row{
		flex-direction: column-reverse;
		gap: 30px;
	}
	section {
    	padding: 70px 0;
	}
	.cta_sec2 .tophd h3{
		font-size: 35px;line-height: 45px;
	}
	.cta_sec2 .tophd h2 {
    	font-size: 55px;line-height: 65px;
	}
	.cta_sec2 .cta-list{
		flex-direction: column;
		gap: 25px;
	}
	.cta_sec2 .cta-list li .icn img {
    	height: 24px;
	}
	.cta_sec2 .cta-list li span{
		font-size: 20px;
        line-height: 25px;
	}
	body {
        font-size: 20px;
        line-height: 25px;
    }
	.founderHolder{
		flex-wrap: wrap;
		justify-content: center;
	}
	.founderContent {
    	width: 100%;
		text-align: center;
	}
}

@media (max-width:767px){
    body{
        font-size: 20px;
        line-height: 26px;
    }
    .cmnbtn{
        font-size: 20px;
        line-height: 24px;
        padding: 8px 20px;
    }
    .container-fluid{
        padding: 0 25px;
    }
    .logo img{
        width: 150px;
    }
    .tophd h2{
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 5px;
    }
    .footerbottom{
        font-size: 16px;
        padding: 20px 0;
    }

    .partnerhold{
        flex-wrap: wrap;
    }
    .partnerdiv{
        width: 45%;
        text-align: center;
    }

    .founderHolder{
        flex-wrap: wrap;
    }
    .founderImg{
        width: auto;
        display: table;
        margin: 0 auto;
    }
    .founderImg img{
        max-width: 300px;
        margin: 0 auto;
        display: table;
    }
    .founderContent{
        width: 100%;
    }

    .lscontent .commonlist li:nth-child(1){
        margin-left: 0;
    }
    .lscontent .commonlist li:nth-child(2){
        margin-left: 0;
    }
    .lscontent .commonlist li:nth-child(3){
        margin-left: 0;
    }
    .lscontent .commonlist li:nth-child(4){
        margin-left: 0;
    }
    .lscontent .commonlist li:nth-child(5){
        margin-left: 0;
    }
    .lscontent .commonlist li:nth-child(6){
        margin-left: 0;
    }
    .contactleft{
        margin: 0 0 40px;
    }
    .contactleft .img{
        width: 100%;
    }

    .dievcontent,.dievcontent:nth-last-child(2){
        padding: 0 20px;
    }

    .dive_sec .cmnbtn{
        right: 0;
    }

    .banner:before{
        width: 15px;
        height: 15px;
    }

    .bannerLeft h1{
        font-size: 28px;
        line-height: 35px;
    }
    .bannerLeft strong{
        font-size: 20px;
        display: block;
    }


    .testimonialHolder{
        flex-wrap: wrap;
    }
    .testimg,.testContent{width: 100%;}
    .cta_sec2:before,
    .cta_sec2:after{ 
        width: 60px;
        height: 60px; 
    } 

    .spcl_text{
        margin-left: 0;
        font-size: 24px;
    }
    .spcl_text:after {
        width: calc(100% + 65px); 
    }


    .testContent .testico1{
        width: 20px;
        left: -8px; 
    }
    .testContent .testico2{
        width: 20px;
        right: -4px; 
    }
    .testContent .testico4{
        width: 50px;
        bottom: -30px;
    }

    .footertop .row >div:nth-child(2) .footerdiv{
        text-align: left;
    }
    .footerdiv .social{
        justify-content: flex-start;
    }
}
@media (max-width:479px){

    .container-fluid{
        padding: 0 15px;
    }
    .site-header .container-fluid{
        padding: 0 8px;
    }
    .logo img{
        width: 150px;
    }
    .cmnbtn{
        font-size: 18px;
        line-height: 22px;
        padding: 8px 15px;
    }
    .site-header .cmnbtn{
        font-size: 16px;
        line-height: 20px;
        padding: 8px 8px;
    }

    .dive_sec .cmnbtn{
        position: relative;
        margin-left: 20px;
        margin-top: 20px;
    }

    .tophd h2{
        font-size: 26px;
        line-height: 35px; 
    }

    .partnerdiv{
        width: 100%;
        text-align: center;
    }
    .buttonlist{
        flex-wrap: wrap;
    }
    .buttonlist .cmnbtn{
        min-width: 200px;
        text-align: center;
    }
    .bannerlist{
        font-size: 22px;
    }
    .banneright .buttonlist .cmnbtn{min-width: 250px;}

    .contact_form_sec{
        padding: 30px;
    }

    .masterdiv{
        width: 290px;
        background-size: 100%;
    }

    .spcl_text{
        font-size: 18px;
        padding: 0 50px 8px 0;
    }
    .spcl_text:after {
        width: calc(100% + 65px);
        background-position: right bottom;
        background-size: 60%;
        right: 0;
        left: auto;
    }

    .testslider{
        padding: 0 40px;
    }
    .testslider .owl-nav button.owl-prev{
        left: 5px;
        width: 20px;
        height: 60px;
    }
    .testslider .owl-nav button.owl-next{
        right: 5px;
        width: 20px;
        height: 60px;
    }
    .testdetails{
        flex-wrap: wrap;
    }
    .testContent .testico3{
        width: 60px;
    }
    .testContent .testico2{
        bottom: 250px;
    }


    .founderImg:before,
    .founderImg:after{
        width: 50px;
        height: 50px;
    }
    .founderImg:before{
        left: 0px;
    }
    .founderImg:after{
        right: 0;
    }
    
}