@font-face {
    font-family: 'Figtree Light';
    src: url('../fonts/Figtree-Light.eot');
    src: url('../fonts/Figtree-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Light.woff2') format('woff2'),
        url('../fonts/Figtree-Light.woff') format('woff'),
        url('../fonts/Figtree-Light.ttf') format('truetype'),
        url('../fonts/Figtree-Light.svg#Figtree-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree Regular';
    src: url('../fonts/Figtree-Regular.eot');
    src: url('../fonts/Figtree-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff'),
        url('../fonts/Figtree-Regular.ttf') format('truetype'),
        url('../fonts/Figtree-Regular.svg#Figtree-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree Medium';
    src: url('../fonts/Figtree-Medium.eot');
    src: url('../fonts/Figtree-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Medium.woff2') format('woff2'),
        url('../fonts/Figtree-Medium.woff') format('woff'),
        url('../fonts/Figtree-Medium.ttf') format('truetype'),
        url('../fonts/Figtree-Medium.svg#Figtree-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Figtree SemiBold';
    src: url('../fonts/Figtree-SemiBold.eot');
    src: url('../fonts/Figtree-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('../fonts/Figtree-SemiBold.woff') format('woff'),
        url('../fonts/Figtree-SemiBold.ttf') format('truetype'),
        url('../fonts/Figtree-SemiBold.svg#Figtree-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree FigtreeBold';
    src: url('../fonts/Figtree-Bold.eot');
    src: url('../fonts/Figtree-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Bold.woff2') format('woff2'),
        url('../fonts/Figtree-Bold.woff') format('woff'),
        url('../fonts/Figtree-Bold.ttf') format('truetype'),
        url('../fonts/Figtree-Bold.svg#Figtree-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree ExtraBold';
    src: url('../fonts/Figtree-ExtraBold.eot');
    src: url('../fonts/Figtree-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-ExtraBold.woff2') format('woff2'),
        url('../fonts/Figtree-ExtraBold.woff') format('woff'),
        url('../fonts/Figtree-ExtraBold.ttf') format('truetype'),
        url('../fonts/Figtree-ExtraBold.svg#Figtree-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree Black';
    src: url('../fonts/Figtree-Black.eot');
    src: url('../fonts/Figtree-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Figtree-Black.woff2') format('woff2'),
        url('../fonts/Figtree-Black.woff') format('woff'),
        url('../fonts/Figtree-Black.ttf') format('truetype'),
        url('../fonts/Figtree-Black.svg#Figtree-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Kalam';
    src: url('../fonts/Kalam-Regular.eot');
    src: url('../fonts/Kalam-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Kalam-Regular.woff2') format('woff2'),
        url('../fonts/Kalam-Regular.woff') format('woff'),
        url('../fonts/Kalam-Regular.ttf') format('truetype'),
        url('../fonts/Kalam-Regular.svg#Kalam-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
html{ scroll-padding-top: 50px;scroll-behavior: smooth;}
body {font-family: 'Figtree Regular'; 
	 font-size: 24px; line-height: 36px;color: #565656;  
}
.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450;
	color: #000;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle,.btn-check:focus+.btn-primary, .btn-primary:focus {
    color: #ffffffd8;
    background-color: #172f18;
    border-color: #172f18;box-shadow:none;
}
:focus{outline: 0px !important;}
::-webkit-input-placeholder{
    color: #6D6D6D;font-size: 24px; line-height: 26px; 
  }
:-ms-input-placeholder{
   color: #6D6D6D;font-size: 24px; line-height: 26px;  
  }
::placeholder {
    color: #6D6D6D;font-size: 24px; line-height: 26px; 
  }
span.wpcf7-not-valid-tip {
    position: absolute;
    font-size: 17px;
    top: -4px;
    left: 5px;
    background: #ffedde;
    padding-right: 20px;
}
.wpcf7-response-output{display: none !important;}
p {
    font-size: 24px; line-height: 36px;color: #565656; 
    -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;margin-bottom: 23px;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4, .heading {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 10px;
    font-family: 'Figtree SemiBold';
    color: #645D3B;  text-transform: capitalize;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
}
a {
	color: #645D3B;
	text-decoration: none;-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}
.hovImg{overflow: hidden;}
.hovImg  img{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.hovImg:hover img{transform: scale(1.05);}
a:hover{color: #7F4F24;}

.btn {
    text-align: center;
    font-size: 20px;
    line-height: 32px;
    padding: 10px 50px;
    height: 56px; border-radius: 0px !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;min-width: 223px;
    
}
.btn-primary {
   background:#7F4F24;
    border: 1px solid #7F4F24;
    color: #fff;
    
}
.btn-primary:hover{background: #ac6c2f; border: 1px solid #ac6c2f; color:#fff;}
.btn-secondary {
    background: #fff; border: 1px solid #fff; color:#7F4F24;
     
}
.btn-secondary:hover {
    background: #ac6c2f;
    color: #282973;
    border-color: #ac6c2f;
}

img {
	max-width: 100%;
}
.hovImg  img{-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;}

.hovImg:hover img{transform: scale(1.05);}

ul{list-style: none; margin: 0px; padding: 0px;}
  .sec04Left h2 {
    font-family: 'Kalam';
    font-size: 95px;
    line-height: 120px;
}

/*************************************************************/
 
.container {
    max-width: 1515px; margin: 0px auto;
}
header {
	position: absolute;
	z-index: 111;
	width: 100%;
	left: 0px;
	top: 0px; 
     -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s; 	 background: #fff;
}
 header.aniPos {
	position: fixed;
	background: #fff; 
	width: 100%;
	left: 0px;     
	top: 0px;box-shadow: 0 0 1rem 0 rgb(0 0 0 / 20%);
	
	 
} 
.mobnumb{display: none;}
.logo {
    max-width: 100%;
    display: flex;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
     
    
}
  header.aniPos .logo {
	max-width: 145px;
	 
}  
 header.aniPos  .header-top .row {
    min-height: 85px;
}
.logo img {
	max-width: 100%;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.frm ul{list-style: none;}
.frm ul li{margin-bottom: 21px; position: relative;}
.inputfield {
    width: 100%;
    height: 52px;
    border: none;
    color: #6d6c6c;
    font-size: 20px;
    background: transparent;
    border-radius: 0;
    border-bottom: 1px solid #D6D6FF;    padding-left: 8px;
}
 
input[type="checkbox"] {
    width: 26px;
    height: 26px;border: 1px solid #CFD0FF;
}

span.wpcf7-spinner {
    position: absolute;
}
.headerRight {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    width: 100%; height: 100%;
}
a.menubtn {
    width: 56px;
    height: 56px;
    display: block; background: url(../images/menu-icon.png) no-repeat center; background-size: 100%;    margin-left: 24px;
    position: relative;
    z-index: 111;
}
a.menubtn.active{background-image: url(../images/menu-icon-c.png);}
.header-top .row{min-height: 125px;}
.logo {
    height: 100%;
    display: flex;
    align-items: center;
}
.vdobanner iframe{height: 100%; max-width: 100%;}
section.bannersec {
    padding-top: 125px;
}

section {
    display: block;width: 100%;
}
section.sec02 {
    padding: 79px 0px; background: url(../images/abtbg.png) no-repeat top right; background-size: 12%;
}
.abthomeleft {
    margin-top: 23px;
}
.abthomeRight a.btn {
    margin-top: 8px;
}
.sec03Topmain{padding: 40px 0px 175px;background: url(../images/section3-top-bg.png) no-repeat center; background-size: 100%;}
.sec03Top {
    text-align: center;
}
.sec03Top h2{
   font-family: 'Kalam'; font-size: 95px; line-height: 120px;
}
section.sec03 {
    padding: 80px 0px; 
}
.sec03Btm {
    text-align: center;
}
.imapactCvr {
    position: relative;
}

.impactHead {
    position: absolute;
    bottom: 28px;
    color: #fff;
    left: 8%;
    max-width: 66%;
    text-align: left;    font-family: 'Figtree Medium';
    line-height: 32px;
}
.imapactImg {
    position: relative;
}
.imapactImg img{width: 100%;}

.imapactImg:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;background: url(../images/imact-overly.png) no-repeat bottom center; background-size: 100%;
}
.impactBtn {
    margin-top: 26px;
}
section.sec04 {
    padding: 42px 0px 112px;
}
.sec04Left {
    margin-top: 84px;
}
.sec04Left h2 {
    font-family: 'Kalam';
    font-size: 95px;
    line-height: 120px;
    max-width: 99%;
}
.sec04Rightimg {
    text-align: center;
}

.sec04Rightimg img {
    width: 87%;
}
section.sec05 {
    padding: 58px 0px 50px; background: url(../images/sec5bg.png) no-repeat center; background-size: cover;
}
.sec05top {
    text-align: center;
    padding: 0px 2%;
}
.counterItmin{text-align: center;}
span.counter,span.plus {
    font-size: 56px;
    line-height: 64px;
    color: #BA8B68;
    font-family: 'Figtree Medium';
}
.sec05top {
    margin-bottom: 33px;
}
.couContin {
    font-size: 20px;
    line-height: 41px;
}
section.sec06 {
    padding: 117px 0px;
}
.sec06top{text-align: center;}
.nav-tabs {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; border: none;
}
.nav-tabs .nav-link {
    border: none !important; color: #6D6D6D;    font-family: 'Figtree Medium'; background: transparent;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{background: transparent;}
.nav-tabs .nav-link {
    border: none !important;
    color: #6D6D6D;
    font-family: 'Figtree Medium';
    background: transparent;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 1px;
}
.nav-tabs li button {
    position: relative; width: 97%;
}
.nav-tabs li button:after{position: absolute;content: ''; width: 100%; height: 1px; background: #645D3B; left: 0px; bottom: 0px;}
.nav-tabs li button.active:after{height: 6px;}
.tab-content {margin-top: 43px;}
.yticon{position: relative;}
.yticon:after{width: 70px; height: 71px; background: url(../images/play-btn.png) no-repeat center; background-size: 100%; position: absolute; content: ''; top: 50%; left: 50%; margin: -35.5px 0px 0px -35.5px;}
.owl-nav button {
    width: 56px;
    height: 56px;
    border: none;
    position: absolute;
    border-radius: 0px !important;
    margin: 0px !important; padding: 0px !important;
    background: #EBEBEB url(../images/left-bg.png) no-repeat right bottom !important;
}
.owl-nav button span{width: 56px; height: 56px; display: block; margin: 0px !important; padding: 0px !important;}

.owl-nav {
    position: absolute; top: 45%;
    width: 100%;
    margin-top: 0px !important;
    display: inline-block;
}
button.owl-prev {
    left: 0px;
    top: 50%; 
}
button.owl-prev span{background: url(../images/left.png) no-repeat center;
    margin-top: -28px !important; background-size: 74%;}
button.owl-next {right: 0px;}
button.owl-next span{background: url(../images/right.png) no-repeat center;background-size: 74%;}
.owl-theme .owl-nav
 {
    margin-top: 0px;
}
.testimg {
    width: 92.4%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    margin-left: auto;height: 100%;
}
.testCvr {
    padding-left: 3.8%;background: #F6F6F6;
}
.testicnt {
    margin-top: 58px;
    background: url(../images/column.png) no-repeat left top 0px;
    padding-top: 53px;
}
.testicnt p{font-size: 28px; line-height: 48px;}
.testicnt span {
    display: block;
    margin-top: 12px;
    font-size: 24px;
    line-height: 48px;
    color: #31331F;
    font-family: 'Figtree SemiBold';
}
.sec8Top {
    text-align: center;
    margin-bottom: 30px;
}
section.sec07 {
    background: url(../images/sec08bg.png) no-repeat bottom center;
    background-size:100%;
}
.sec08 {
    padding: 120px 0px 160px; 
}
.owl-nav button span{text-indent: 1500px;overflow: hidden; margin: 0px !important;}
.partnBx img {
    max-height: 84px;
    width: auto !important;
}

.partnBx {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
section.se09 {
    padding: 80px 0px 35px; position: relative; background: url(../images/sec09-bg.png) no-repeat top center;margin-top: -15px;
}
/* section.se09:before{width: 50%; height: 100%; content: ''; position: absolute; left: 0px; top: 0px; background: url(../images/footerbtbg.png) no-repeat center; background-size: cover;} */
section.se09 .container{position: relative;}
.hmcntLeft img {
    width: 78%;
}
.homCntRight {
    padding-left: 7%;
    padding-right: 7%;
}
.input-field,.input-textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #B7B7B7 !important;
    padding-left: 8px;
    line-height: 34px;
}
.formhome ul li {
    margin-bottom: 43px;
}
textarea.wpcf7-form-control.wpcf7-textarea.input-textarea {
    height: 110px;
}
.formhome ul li:nth-child(4) {
    margin-bottom: 0px;
}

.formhome ul li:nth-child(4) p {
    margin-bottom: 15px;
}
.formhome ul li:last-child{text-align: center;}
.sec10{text-align: center; background: url(../images/sec10-bg.png) no-repeat center;}
section.sec10 {
    padding: 164px 0; background-size: 28%;
}
section.sec10 h3 {
    font-family: 'Kalam';
    font-size: 79px;
    line-height: 96px;
    max-width: 100%;
}
.sec10Cvr p{margin-bottom: 33px;}
 



.footLeft ul li a {
    font-size: 20px;
    line-height: 28px;color: #565656;
}

a.footlogo {
    margin-bottom: 30px;
    display: block;
}
li.adrss{background: url(../images/location.png) no-repeat left top 4px;}
li.phn{background: url(../images/phone.png) no-repeat left top 4px;}
li.mail{background: url(../images/mail.png) no-repeat left top 2px;}
.footRight {
    padding-top: 48px;
}
ul.social li a:hover {
    filter: brightness(3) invert(0);
}
.footHead {
    font-size: 20px;
    color: #000;
}
ul.footmenu {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
ul.footmenu li {
    margin-bottom: 8px;
}
ul.footmenu li a {
    font-size: 20px;
    line-height: 28px;
    color: #565656;
}
ul.footmenu li a:hover{color: #7F4F24;}
.footbtm {
    margin-top: 23px;
    border-top: 1px solid #936639;
    padding-top: 9px;
}
.footbtm p, .footbtm p a {
    font-size: 20px;
    margin-bottom: 10px;
}
ul.social {
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

ul.social li {
    margin-left: 25px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 14px !important;
}
.owl-theme .owl-dots .owl-dot{border: none; width: 8px;height: 8px; margin: 0px 2px; background: transparent;}
.owl-theme .owl-dots .owl-dot span {
    width: 8px !important;
    height: 8px !important;
    margin: 0px !important;
    background: #FFEDDE;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background: #BA8B68 !important;}
.hmcntLeft{position: relative;}
.hmcntLeft:after {
    height: 100%;
    width: 1px;
    content: '';
    position: absolute;
    right: 0px;
    background: #ADADAD;
    top: 0px;
}
section.innerpage {
    padding-top: 125px;
    background: #ffedde url(../images/bannerbg.png) repeat;
    position: relative;
}
section.innerpage:after{width: 9%; height: 150px; content: ''; position: absolute; left: 0px; bottom: 0px; background: url(../images/innerbannerleft.png) no-repeat left bottom; background-size: 100%;}
.innerbanner {
    position: absolute;
    bottom: 0px;
    right: 0px;width: 48.5%;
}
.inleftbanner {
    min-height: 376px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.inleftbanner h1 {
    font-size: 92px;
    line-height: 101px;font-family: 'Figtree ExtraBold';
    position: relative;
    z-index: 1;max-width: 96%;
}
section.abtsec01 {
    padding: 76px 0px 115px;
}
.abtcnt {
    padding: 27px 0px 0px 5.5%;
}
section.aboutsec02 {
    padding: 53px 0px; background:url(../images/sec5bg.png) no-repeat top center; background-size: cover;
}
.innerabtcnt {
    margin-top: 21px;
}
.couContinhd {
    font-family: 'Figtree Medium';
    color: #000;margin-bottom: 15px;
}
.sec03Imgabt {
    width: 92%;
}
section.sec03about {
    padding: 100px 0px 0px;
}
.sec03abtset {
    min-height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.row.abtsec03row {
    margin-bottom: 120px;
}
.row.abtsec03row:nth-child(2n) {
    flex-direction: row-reverse;
}
.row.abtsec03row:nth-child(2n) .sec03Imgabt {
    margin-left: auto;
}
.row.abtsec03row p:last-child{margin-bottom: 0px;}
.abtsec4Top {
    text-align: center;
}
section.aboutsec04 {
    padding: 60px 0px; position: relative;background: #ffeddf;
}
section.aboutsec04:before{width: 100%; height: 30px; position: absolute; top: 0px; left: 0px; content: ''; background: url(../images/abtsec04innertop.jpg) no-repeat top center; background-size: 100%;}
section.aboutsec04:after{width: 100%; height: 30px; position: absolute; bottom: -1px; left: 0px; content: ''; background: url(../images/abtsec04innerbottom.jpg) no-repeat bottom center; background-size: 100%;}
.abtsec4Cvr {
    text-align: center;padding: 0px 5%;
}
.Sec04Btm {
    padding-top: 10px;
}
.sec04SMHeadin {
    font-family: 'Figtree Medium';
    color: #000;
}
.sec4Icon {
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-bottom: 12px;
}
section.aboutsec05 {
    padding-top: 116px;
}
.teamCvr {
    width: 83%;
    margin: 0px auto;
    text-align: center;
}
.teamName {
    color: #EDB138;
    font-family: 'Figtree SemiBold';
}
.teamdesi {
    color: #565656;
    margin-bottom: 7px;
}
.tamdet {
    padding-top: 17px;
}
.teammainCvr {
    margin-bottom: 30px;
}
.tablsit {
    margin-bottom: 22px;
}
section.impactsec01 {
    padding: 75px 0px 75px 0px;
}
section.bolgCnt {
    padding: 75px 0px;
}
.liststyle ul{margin-bottom: 30px;}
.liststyle ul li{position: relative; background: url(../images/list.png) no-repeat left top 10px; padding-left: 40px; margin-top: 10px;}
.liststyle ul li strong {
    font-family: 'Figtree Medium';
    color: #000;    font-weight: 500;
}
.stickytab {
    padding-right: 10%; position: sticky; top: 99px;
}
.stickytab .nav-tabs .nav-link {
    justify-content: flex-start;
    margin-bottom: 21px;
}

.secampaigns .tab-content {
    margin-top: 0px;
}
.plyr {
    margin-bottom: 50px;
}
.ytp-pause-overlay {
    display: none !important;
}
.secampaigns .nav-tabs li button:after {
background: #645D3B;
}
.sec03Imgabt.rec {
    margin-left: auto;
}
.row.abtsec03row:nth-child(2n) .sec03Imgabt.rec{margin-right: auto; margin-left: inherit;}
.row.abtsec03row.rec {
    margin-bottom: 40px;
}
section.recognationCvr {
    padding: 60px 0px 30px;
}
.wedTop {
    margin-bottom: 40px;
}
.wedBottomCvr {
    margin-top: 40px;
}
section.sec02Partners {
    position: relative;
    background: #FFEDDE;
    padding: 80px 0px;
}
section.sec02Partners:before{width: 100%; height: 29px; content: ''; top: 0px; background: url(../images/partnersec02bgtop.jpg) no-repeat top center; background-size: 100%; position: absolute; top: -1px;}
section.sec02Partners:after{width: 100%; height: 29px; content: ''; bottom: 0px; background: url(../images/partnersec02bgbottom.jpg) no-repeat bottom center; background-size: 100%; position: absolute; bottom: -1px;}
.sec02PaRight {
    text-align: center;
}
.sec02PaRight img {
    max-width: 73%;
}
.sec02PaRight {
    text-align: center;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.sec03Partners {
    padding: 60px 0px 0px;
}
.contsec05par h2,.contsec05par h3,.contsec05par h4{
    margin-top: 50px;
}
.sec04Partners {
    padding-bottom: 50px;
}
.contactnm p {
    color: #000;
    font-family: 'Figtree Medium';
    font-size: 26px;
    line-height: 48px;
}
.contactnm p span {
    color: #565656;
}
.partn04Left{display: flex;align-items: flex-start;justify-content: center; flex-direction: column; height: 100%;}
section.contactinner {
    padding: 70px 0px 100px;
}
.contactLeft ul li {
    padding-left: 45px;
    margin-bottom: 32px;
}
.contactLeft ul li span{display: block; color: #926639;}
.contactLeft li.adrss{background: url(../images/location-b.png) no-repeat left top 4px;}
.contactLeft li.phn{background: url(../images/phone-b.png) no-repeat left top 4px;}
.contactLeft li.mail{background: url(../images/mail-b.png) no-repeat left top 2px;}
.contactLeft {
    margin-top: 35px;
}
section.map{position: relative;margin-bottom: 50px;}
section.map iframe {
    width: 100%;
    height: 548px;
    position: absolute;
    left: 0px;
    top: 0px;
}
.contactbtRight {
    background: #645D3B url(../images/contactformbg.png) no-repeat top left; background-size: cover;
    position: relative;
    height: 98%;
    padding: 0px 30px 20px 30px; border-bottom: 8px solid #784514;
}
.contactbtRight:before {
    width: 105%;
    height: 42px;
    background: url(../images/contactformtop.png) no-repeat bottom center;
    background-size: 100%;
    content: '';
    position: absolute;
    top: -41px;
    left: -5%;
}
.contactbtRight p{color: #fff;}
.contactbtRight ::-webkit-input-placeholder{
   color: #fff;font-family: 'Figtree Light';
  }
.contactbtRight :-ms-input-placeholder{
color: #fff;font-family: 'Figtree Light';
  }
.contactbtRight ::placeholder {
color: #fff;font-family: 'Figtree Light';
  }
.contactbtRight .input-field, .contactbtRight .input-textarea{color: #fff;font-family: 'Figtree Light';}
.contactbtRight .btn-primary{background:#fff; border: 1px solid #fff; color: #645D3B;}
.moremenu {
    position: fixed;
    right: -264px;
    top: 0px;
    z-index: 11;
    padding-top: 125px;
    height: 100vh; 
     -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
    
    
}
.moremenu.active{right: -0px;}
.menumrCvr{min-width: 264px;background: #645d3b;height: 100%; -webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;}
.moremenu li a {
    color: #fff;
    font-family: 'Figtree Light';
    font-size: 18px;
    padding: 5px 10px;
    display: block;
}
.moremenu li a:hover{color: #e6b04f;}
header.aniPos .menumrCvr {
    padding-top: 3px;
}
.moremenu li {
    border-bottom: 1px solid #766f4d;
}
header.aniPos .moremenu {
    padding-top: 85px;
}
.moremenu li.menu-item.current-menu-item a {
    color: #e6b04f;
}
 .fullwidth {
                width: 100%;
                height: 782px;
                position: relative;
                overflow: hidden
            }

            .vimeo-wrapper {
                width: 100%;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: -1;
                pointer-events: none;
                overflow: hidden
            }

            .vimeo-wrapper iframe {
                width: 100vw;
                height: 56.25vw;
                min-height: 100vh;
                min-width: 177.77vh;
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%,-50%)
            }

            .map .container-fluid.cnrpd-Rl {
                position: relative
            }
/********************************inner*******************************/
    
@media all and (max-width:1537px) {
        .container {max-width: 1216px;}
      
    
    p,body {
        font-size: 19px;
        line-height: 29px;}
        h1, h2, h3, h4, .h1, .h2, .h3, .h4, .heading {
            font-size: 32px;
            line-height: 36px;
            margin-bottom: 10px;
        }
        p{margin-bottom: 18px;}
         
        .btn {
            font-size: 16px;
            line-height: 13px;
            padding: 10px 25px 10px 25px;
            min-width: 180px;height: 48px;}
        .logo {
            max-width: 176px;}
.header-top .row {min-height: 99px;}
section.bannersec {
    padding-top: 99px;
}
a.menubtn {
    width: 44px;
    height: 44px; margin-left: 20px;
}
.headerRight a.btn {
    min-width: 167px;
    height: 44px;
}
section.sec02 {
    padding: 80px 0px 40px;
}
.abthomeRight a.btn {
    margin-top: 5px;
}
.sec03Top h2 {
    font-family: 'Kalam';
    font-size: 75px;
    line-height: 89px;
}
.sec03Topmain {
    padding-bottom: 140px;
}
.sec03Btm h2 {
    margin-bottom: 11px;
}
.impactHead {
    position: absolute;
    bottom: 24px;
    color: #fff;
    left: 7%;
    max-width: 56%;
    text-align: left;
    font-family: 'Figtree Medium';
    line-height: 27px;
}
section.sec03 {
    padding: 80px 0px 50px;
}
section.sec04 {
    padding: 40px 0px 90px;
}
.sec04Left h2 {
    font-family: 'Kalam';
    font-size: 74px;
    line-height: 86px;
    max-width: 99%;
}
section.sec05{padding: 50px 0px 35px;}
span.counter, span.plus {
    font-size: 44px;
    line-height: 40px;
    color: #BA8B68;
    font-family: 'Figtree Medium';
}
.couContin {
    font-size: 16px;
    line-height: 38px;
}
section.sec06 {
    padding: 96px 0px 90px;
}
.nav-tabs li button:after{bottom: -5px;}
.nav-tabs li button.active:after {
    height: 5px;
}
.sec06 .impactBtn {
    margin-top: 12px;
}
.testicnt {
    margin-top: 45px;
    padding-top: 44px;
    background-size: 7%;
}
.testicnt p {
    font-size: 22px;
    line-height: 37px;
}
.testicnt span {
     margin-top: 8px;
    font-size: 19px;
    line-height: 48px;
     }
     .owl-nav button {
    width: 46px;
    height: 46px;
    background-size: 100%;
}
.owl-nav button span {
    width: 46px;
    height: 46px;}
.sec08 {
    padding: 98px 0px 97px;
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: -12px !important;
    height: auto !important;
}
section.se09{margin-top: -5px;}
::-webkit-input-placeholder{
   font-size: 19px; line-height: 26px; 
  }
:-ms-input-placeholder{
font-size: 19px; line-height: 26px;  
  }
::placeholder {
font-size: 19px; line-height: 26px; 
  }
  .formhome ul li {
    margin-bottom: 27px;
}
textarea.wpcf7-form-control.wpcf7-textarea.input-textarea {
    height: 90px;
}
.input-field, .input-textarea{padding-left: 4px;}
section.se09 {
        margin-top: -15px;
    }
section.se09 {
    padding: 68px 0px 30px;}
section.sec10 { padding: 124px 0;}
section.sec10 h3 { 
    font-size: 63px;
    line-height: 82px;
    max-width: 100%;
}
.sec10Cvr p {
    margin-bottom: 24px;
}
footer {
    padding: 50px 0px 0px;}
a.footlogo {
    margin-bottom: 30px;
    display: block;
    width: 46%;
}
li.adrss {
    background: url(../images/location.png) no-repeat left top 3px;
}
li.phn {
    background: url(../images/phone.png) no-repeat left top 1px;
}
li.mail {
    background: url(../images/mail.png) no-repeat left top 0px;
}
.footLeft ul li {
    font-size: 16px;
    line-height: 22px;
    padding-left: 30px;
    margin-bottom: 24px;background-size: 19px !important; 
}
.footLeft ul li a{font-size: 16px;
    line-height: 22px;}
    .footHead {
    font-size: 16px;}
.footRight {
    padding-top: 41px;
}
ul.footmenu li {
    margin-bottom: 4px;
}
ul.footmenu li a {
    font-size: 16px;
    line-height: 30px;}
.footbtm p, .footbtm p a {
    font-size: 16px;
    margin-bottom: 10px;
}
ul.social li {
    margin-left: 15px;width: 20px;
}
.inleftbanner h1 {
    font-size: 68px;
    line-height: 74px;}
section.innerpage {
    padding-top: 99px;}
.inleftbanner {
    min-height: 300px;}
.liststyle ul li {
    position: relative;
    background: url(../images/list.png) no-repeat left top 8px;
    padding-left: 37px;
    margin-top: 10px;
    background-size: 18px;
}
.nav-tabs .nav-link{padding: 6px 10px;}
section.impactsec01 {
    padding: 60px 0px 40px;
}
section.sec02Partners {
  padding: 70px 0px;
}
.contsec05par h2, .contsec05par h3, .contsec05par h4 {
    margin-top: 30px;
}
.contactLeft ul li {
    padding-left: 45px;
    margin-bottom: 25px;
}
section.map iframe {
    width: 100%;
    height: 438px;}
.moremenu{padding-top: 99px;}
.fullwidth {
    width: 100%;
    height: 602px;}
    /********************************************************************/
    }
    @media all and (max-width:1441px) {
      section.innerpage {
        padding-top: 84px;
    }   
       
    }
@media all and (max-width:1367px) {
    .container {
           max-width: 1200px;
    }
        section.innerpage {
        padding-top: 68px;
    }
    .inleftbanner h1 {
        font-size: 55px;
        line-height: 55px;
    }
        section.sec10 h3 {
        font-size: 60px;
        line-height: 80px;
        max-width: 100%;
    }
    section.sec03about {
    padding: 60px 0px 0px;
}
.row.abtsec03row {
    margin-bottom: 60px;
}
section.aboutsec05 {
    padding-top: 75px;
}
    section.sec10 {
        padding: 80px 0;
    }
    
}
     
@media all and (max-width:1282px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,header .container {
		max-width: 1140px !important;
	}
}
  
 
@media all and (max-width:1025px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,header .container {max-width: 1000px !important;}	 
   
    h1, h2, h3, .mainhead {
        font-size: 22px;
        line-height: 32px;
    }
    p, body {
        font-size: 16px;
        line-height: 25px;
    }
     .logo {
        max-width: 135px;
    }
        .header-top .row {
        min-height: 72px;
    }
     
    .btn {
        font-size: 16px;
        line-height: 13px;
        padding: 10px 20px 10px 20px;
        min-width: 140px;
        height: 43px;
    }
   section.sec02 {
        padding: 40px 0px 0px;
    }
    .sec03Top h2 {
        font-size: 40px;
    }
   section.sec03 {
        padding: 40px 0px 40px;}
.sec03Topmain {
        padding-bottom: 40px;
    } 
    .sec04Left h2,section.sec10 h3 {
         font-size: 40px;
        line-height: 54px;
        max-width: 100%;
    }

 
    .moremenu {
        padding-top: 72px;
    }
        .fullwidth {
        width: 100%;
        height: 528px;
    }
        }

@media all and (max-width:992px) {
    h1, h2, h3,h4, .mainhead {
        font-size: 24px;
        line-height: 32px;text-align: center;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl,header .container {max-width: 100% !important; padding: 0px 25px; }	
a.menubtn {
    display: none;
}   
    .headerRight a.btn {
          height: 40px;min-width: 115px;
        margin-right: 40px;
    }
    .menumrCvr {
    display: none;
}
    section.sec02 .row {
    flex-direction: column-reverse;
    text-align: center;
}
    section.sec02 {
        padding: 30px 0px 0px;
    }
    .sec03Topmain {
        padding-top: 0px;
        padding-bottom: 30px;
    }
        .sec03Top h2 {
        font-size: 30px;
        line-height: 36px;
    }
    .sec03Btm .col-lg-4 {
    margin-bottom: 20px;
}
.sec03Btm .row {
    justify-content: center;
}
.impactHead span {
    font-size: 18px;
}
section.sec04 {
        padding: 0px 0px 40px;
    }
.sec04Left {
    margin-top: 0;
}
    section.sec06 {
        padding: 30px 0px;
    }
 .testicnt {
        margin-top: 30px;
        padding-top: 30px;
        background-size: 4%;
    }
        .testicnt p {
        font-size: 18px;
        line-height: 31px;
    }
    .testicnt span {
        margin-top: 0px;
        font-size: 16px;
        line-height: 22px;
    }
    .testicnt p {
    margin-bottom: 0px;
}
.owl-nav {
  top: 102%;
 }
 button.owl-prev {
    left: 43.5%;}
     button.owl-next {
    right: 43.5%;}
        .owl-nav button,.owl-nav button span {
        width: 40px;
        height: 40px; background-size: 50%;}
        .testicnt {
    margin-bottom: 20px;
}
.sec08 {padding: 80px 0px 30px;
    }
    section.se09{background: url(../images/footerbtbg-mob.png) no-repeat top center #ffedde; background-size: 100%;}
    .hmcntLeft {
    text-align: center;
    margin-bottom: 30px;
}
    section.sec10 {
        padding: 30px 0;
    }
    .footLeft {
    text-align: center;
}
footer:after {
    width: 29%;
    height: 180px;}
.footLeft {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
        .footLeft ul li {
        font-size: 16px;
        line-height: 22px;
        padding-left: 0px;
        margin-bottom: 16px;
        background-size: 19px !important;
        padding-top: 25px;
        background-position: top center;
    }
    ul.footmenu {
    columns: 1;
    -webkit-columns: 1;
    -moz-columns: 1;
    text-align: center;
}
    .footRight {
        padding-top: 0px;
    }
        .footHead {
        font-size: 16px;
        text-align: center;
    }
    .footbtm p, .footbtm p a {
        font-size: 16px;
        margin-bottom: 5px;
    }
    ul.social {
    margin-left: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
    ul.social li {
        margin-left: 0px;
        width: 20px;
        margin-right: 11px;
        margin-bottom: 10px;
    }
    .hmcntLeft:after{display: none;}
        .btn {
        font-size: 14px;
        line-height: 13px;
        padding: 10px 15px 10px 15px;}
            .inleftbanner h1 {
        font-size: 34px;
        line-height: 32px;
        text-align: left;
    }
    .inleftbanner {
        min-height: 155px;
    }
    section.bolgCnt {
    padding: 30px 0px;
}
.imbactinnCvr {
    text-align: center;
}

.liststyle ul {
    text-align: left;
}
.abtinLeft {
    text-align: center;
}
.abtinLeft img {
    width: 18%;
}
.abtcnt {
    padding: 20px 0px 0px;
    text-align: center;
}
    section.abtsec01 {
        padding: 30px 0px 10px;
    }
    section.aboutsec02{padding: 30px 0px;}
    .abtsec2left {
    text-align: center;
}
.innerabtcnt .row{justify-content: center;}
.sec03Imgabt{width: 100%;        margin-bottom: 20px;}
.sec03Imgabt img {
    width: 100%;
}
    section.sec03about {
        padding: 30px 0px 0px;
    }
    .sec03abtset {
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
     text-align: center;
}
    .row.abtsec03row {
        margin-bottom: 30px;
    }
    section.aboutsec05{padding-top: 30px;}
    section.aboutsec04 {
    padding: 30px 0px;}
    section.impactsec01 {
    padding: 30px 0px 30px 0px;
}
    .impactHead {
        position: absolute;
        bottom: 24px;
        color: #fff;
        left: 0%;
        max-width: 100%;
        text-align: center;
        font-family: 'Figtree Medium';
        line-height: 27px;
        padding: 0px 15px;width: 100%;
    }
    .stickytab{padding-right: 0px;}
    .stickytab .nav-tabs .nav-link {
    margin-bottom: 10px;
}
.nav-tabs li button {
    position: relative;
    width: 100%;
}
.stickytab .nav-tabs .nav-link{justify-content: center;}
.secampaigns .tab-content {
    margin-top: 30px;
}
.campianmn {
    text-align: center;
}
.plyr {
    margin-bottom: 20px;
}
section.recognationCvr {
    padding: 30px 0px 0px;
}
.row.abtsec03row.rec {
    margin-bottom: 0px;
}
.row.abtsec03row.rec .sec03abtset {
    margin-bottom: 30px;
}
.wedTop{text-align: center; margin-bottom: 20px;}
.wedBottomCvr{text-align: center; margin-top: 60px;}
 .partncnt1Top p:last-child {
    margin-bottom: 0px;
}

.partncnt1Top {
    text-align: center;
}
    section.sec02Partners {
        padding: 30px 0px;
    }
        .contsec05par h2, .contsec05par h3, .contsec05par h4 {
        margin-top: 10px;
    }
    .contactnm p {
   font-size: 20px;
    line-height: 48px;
    text-align: center;
}
.partn04Left {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}
section.map iframe {
    position: inherit;        margin-top: 30px;
}
section.map {
    display: flex;
    flex-direction: column-reverse;
}
.contactbtRight:before {
    display: none;
}

.contactbtRight {
    border-radius: 30px;
    padding: 30px;  
}
 section.contactinner {
    padding: 0px 0px 30px;
}
.contactLeft ul li {
    padding-left: 0px;
    text-align: center;
    background-position: top center !important;
    padding-top: 42px;
}
.vimeo-wrapper iframe {
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 69.77vh;
}
    .fullwidth {
        width: 100%;
        height: 418px;
    }}

@media all and (max-width:767px) {
    html{max-width: 100%; overflow-x: hidden !important;}
    body{
        max-width: 100% !important;overflow-x: hidden !important;
    }
     section{
        max-width: 100% !important;overflow: hidden !important;
    }
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, header .container {
        max-width: 100% !important; padding: 0px 12px;
    }
    h1, h2, h3, h4, .mainhead,.heading {
        font-size: 24px;
        line-height: 32px;
    }
    
    .logo {
        max-width: 150px;
    }
        .sec03Top h2 {
        font-size: 28px;
        line-height: 34px;
    }
        section.sec03 {
        padding: 30px 0px;
    }
        .sec03Topmain {
        padding-top: 0px;
        padding-bottom: 10px;
    }
       .impactHead {
        max-width: 100%;
        text-align: center;
        left: 0px;
        width: 100%;
        padding: 0px 15px;
    }
    .sec03Btm .col-lg-4 {
        margin-bottom: 10px;
    }
        .sec04Left h2, section.sec10 h3 {
        font-size: 28px;
        line-height: 34px;}
        .sec04Left {
    text-align: center;
}
    span.counter, span.plus {
        font-size: 26px;
        line-height: 24px;}
    .couContin {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 20px;
    }
        section.sec05 {
        padding: 30px 0px;
    }
    li.nav-item.col-lg-3.col-md-3.col-6 {
    margin-bottom: 10px;
}
.tab-content {
    margin-top: 15px;
}
.testicnt p {
        font-size: 16px;
        line-height: 26px;
    }
 button.owl-prev {
        left: 35.5%;
    }
     button.owl-next {
        right: 35.5%;
    }
        footer:after {
        width: 29%;
        height: 90px;
    }
        .footbtm p, .footbtm p a {
        font-size: 14px;
        margin-bottom: 0px;
        line-height: 22px;
    }
    .footbtm {
    width: 230px;
}
    footer:after {
        width: 38%;
        height: 117px;
    }
    .inleftbanner{justify-content: center;min-height: auto;}
 .gallerybanner {
    position: inherit;
    width: 100%;
}
    section.innerpage {
        padding-top: 100px;
    }
        .nav-tabs li button.active:after {
        height: 3px;
    }
    li.nav-item {
    margin-bottom: 10px;
}
.tablsit {
    margin-bottom: 15px;
}
    section.impactsec01 {
        padding: 30px 0px 0px 0px;
    }
        section.bolgCnt {
        padding: 30px 0px 0px;
    }
        .inleftbanner h1 {
        font-size: 24px; text-align: center;}
        .abtsec4Cvr {
    margin-bottom: 20px;
}
.liststyle ul li {
        position: relative;
        background: url(../images/list.png) no-repeat left top 6px;
        padding-left: 37px;
        margin-top: 10px;
        background-size: 18px;
    }
     .campianmn li.nav-item {
        margin-bottom: 0px;
    }
    .stickytab .nav-tabs .nav-link {
        margin-bottom: 0px;
    }
    header.aniPos .header-top .row {
    min-height: 50px;
}
header.aniPos .logo {
    max-width: 95px;
}
.partncnt1Top p:last-child {
        margin-bottom: 25px;
    }
    section.sec03Partners {
    padding: 30px 0px 0px;
}
.contsec05par,.sec04Partners {
    text-align: center;
}
.contsec05par h2, .contsec05par h3, .contsec05par h4 {
        margin-top: 0px;
    }
    .sec04Partners {
    padding-bottom: 10px;
}
    ul.social li {
        margin-left: 0px;
        width: 17px;
        margin-right: 9px;
        margin-bottom: 10px;
        margin-top: 7px;
    }
        .contactLeft ul li {
        padding-left: 0px;
        text-align: center;
        background-position: top center !important;
        padding-top: 31px;
        background-size: 24px !important;
    }
    section.map iframe {
        width: 100%;
        height: 220px;
    }
    section.map {
    position: relative;
    margin-bottom: 10px;
}
.vimeo-wrapper iframe {
        width: 100vw;
        height: 56.25vw;
        min-height: 100vh;
        min-width: 54.77vh;
    }
        .fullwidth {
        width: 100%;
        height: 210px;
    }
}