*{ padding:0; margin:0;}
body{ padding:0; margin:0; font-family: 'Futura Bk BT'; }
a, a:hover, a:focus{ text-decoration:none; padding:0; margin:0;}
ul, li{ padding:0; margin:0; list-style:none;}
h1, h2, h3, h4, h5, h6, p{ padding:0; margin:0;}

/*---------------------- Font Face ------------------*/
@font-face {
  font-family: 'Futura Bk BT';
  src: url('../fonts/FuturaBT-Book.eot');
  src: url('../fonts/FuturaBT-Book.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FuturaBT-Book.woff2') format('woff2'),
      url('../fonts/FuturaBT-Book.woff') format('woff'),
      url('../fonts/FuturaBT-Book.ttf') format('truetype'),
      url('../fonts/FuturaBT-Book.svg#FuturaBT-Book') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Hv BT';
  src: url('../fonts/FuturaBT-Heavy.eot');
  src: url('../fonts/FuturaBT-Heavy.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FuturaBT-Heavy.woff2') format('woff2'),
      url('../fonts/FuturaBT-Heavy.woff') format('woff'),
      url('../fonts/FuturaBT-Heavy.ttf') format('truetype'),
      url('../fonts/FuturaBT-Heavy.svg#FuturaBT-Heavy') format('svg');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Futura Md BT';
  src: url('../fonts/FuturaBT-Medium.eot');
  src: url('../fonts/FuturaBT-Medium.eot?#iefix') format('embedded-opentype'),
      url('../fonts/FuturaBT-Medium.woff2') format('woff2'),
      url('../fonts/FuturaBT-Medium.woff') format('woff'),
      url('../fonts/FuturaBT-Medium.ttf') format('truetype'),
      url('../fonts/FuturaBT-Medium.svg#FuturaBT-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/*---------------------- Font Face ------------------*/
.header{ position:relative; z-index:999; padding:15px 0; margin:0; transition: all 300ms ease-in-out; }
.header .header-wrap{
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.header .header-wrap a{
  display: flex;
  align-items: center;
  font-family: 'Futura Md BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  background: linear-gradient(92.37deg, #FCFE77 0%, #FFCE67 100%);
  padding: 16px 24px 16px 24px;
  border-radius: 34px;
  color: #3A3A3A;
}
.header .header-wrap a span{
  display: inline-block;
  padding: 0 0 0 10px;
}

.banner{ position:relative; padding:0; margin:0;}
.banner .big-img{ width:100%; height:auto; }
.banner .desc {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0px, -50%);
}
.banner .desc .desc-info{
  display: flex;
  justify-content: flex-end;
  padding: 0;
  margin: 0;
}
.banner .desc .desc-info .text-block {
  padding: 0;
  margin: 0 10% 0 0;
  text-align: center;
}
.banner .desc .desc-info .text-block h1 {
  font-family: 'Futura Hv BT';
  font-size: 65px;
  font-weight: 400;
  line-height: 78px;
  letter-spacing: -0.01em;
  padding: 0 0 20px;
  margin: 0 auto;
  max-width: 510px;
}
.banner .desc .desc-info .text-block p{
  font-family: 'Futura Bk BT';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 0 10px;
  margin: 0;
}




.services-sec{ padding: 60px 0 40px; margin: 0; }
.services-sec .services-desc{
  text-align: center;
  padding: 0 0 40px;
  margin: 0;
}
.services-sec .services-desc h2{
  font-family: 'Futura Hv BT';
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0 0 30px;
  margin: 0;
}
.services-sec .services-desc p{
  font-family: 'Futura Bk BT';
  font-size: 22px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0.014em;
  padding: 0;
  margin: 0;
}

.services-sec .services-desc p a{
  display: inline-block;
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  background: linear-gradient(92.37deg, #FCFE77 0%, #FFCE67 100%);
  padding: 8px 24px 8px 24px;
  border-radius: 34px;
  color: #3A3A3A;
}
.services-slider-block{
  padding: 0 0 0 60px;
  margin: 0;
}
.services-slider-block .services-item{
  border-radius: 12px;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
.services-slider-block .services-item .tham-img{
  text-align: center;
  position: relative;
  padding: 0;
  margin: 0;
}
.services-slider-block .services-item .tham-img img{
  width: 100%;
  height: 372px;
  object-fit: cover;
}
.services-slider-block .services-item .tham-img .tham-icon{
  position: absolute;
  width: 91px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 0;
  background: #FFFFFF;
  margin: 0 auto;
  box-shadow: 0px 3.4666666984558105px 13.866666793823242px 0px #00000029;
  left: 0;
  right: 0;
  bottom: -45px;
}
.services-slider-block .services-item .tham-img .tham-icon img{
  width: auto;
  height: auto;
}
.services-slider-block .services-item .text-block{
  text-align: center;
  background: linear-gradient(180deg, #FCFE77 0%, #FFCE67 100%);
  padding: 70px 0 40px;
}
.services-slider-block .services-item .text-block a{
  font-family: 'Futura Hv BT';
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.01em;
  padding: 0;
  margin: 0;
  display: inline-block;
  color: #1A1A1A;
}

.testimonial-sec{
  padding:0px 0 40px;
  margin: 0;
}
.testimonial-sec h2{
  font-family: 'Futura Hv BT';
  font-size: 46px;
  font-weight: 400;
  line-height: 55px;
  letter-spacing: -0.01em;
  text-align: center;
  padding: 0;
  margin: 0 0 40px;
}
.testimonial-slider-wrap{
  padding: 0;
  margin: 0;
}
.testimonial-slider-wrap .testimonial-box{
  position: relative;
  padding: 60px 15px 30px;
  border-radius: 12px;
  background: linear-gradient(180deg, #FEFFC3 0%, #FFE7B4 100%);
  margin: 40px 0 0 0;
}
.testimonial-slider-wrap .testimonial-box .com-icon{
  position: absolute;
  width: 76px;
  height: 76px;
  background: #AE7F19;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -38px;
  left: 15px;
}
.testimonial-slider-wrap .testimonial-box .com-icon img{
  width: auto;
  height: auto;
}
.testimonial-slider-wrap .testimonial-box .text-info{
  padding: 0 0 30px;
  margin: 0;
}
.testimonial-slider-wrap .testimonial-box .text-info p{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -0.01em;
  color: #1A1A1A;
  padding: 0;
  margin: 0;
}
.testimonial-slider-wrap .testimonial-box .bottom-text{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.testimonial-slider-wrap .testimonial-box .bottom-text .icon{
  width: 51px;
  height: 49px;
  border-radius: 7px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-slider-wrap .testimonial-box .bottom-text .icon img{
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.testimonial-slider-wrap .testimonial-box .bottom-text .text-block {
  padding: 0 0 0 20px;
}
.testimonial-slider-wrap .testimonial-box .bottom-text .text-block span{
  font-family: 'Futura Md BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: -0.01em;
  text-align: left;
  color: #3A3A3A;

}
.newsletter-sec{
  display: flex;
  justify-content: flex-end;
  padding: 0 0 60px;
  margin: 0;
}
.newsletter-sec .newsletter-wrap{
  width: 80%;
  border-radius: 75px 0px 0px 75px;
  padding: 20px 60px;
  background: linear-gradient(91.18deg, #FCFE77 0%, #FFCE67 100%);
  display: flex;
  align-items: center;
}
.newsletter-sec .newsletter-wrap .box{
  width: 50%;
}
.newsletter-sec .newsletter-wrap .box:first-child{
  padding: 0 30px 0 0;
  border-right: 1px solid #BBBBBB
}
.newsletter-sec .newsletter-wrap .box:last-child{
  padding: 0 0 0 60px;
}
.newsletter-sec .newsletter-wrap .box h3{
  font-family: 'Poppins', sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0em;
  padding: 0 0 10px;
  margin: 0;
}
.newsletter-sec .newsletter-wrap .box p{
  font-family: 'Nunito Sans', sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.012em;
  text-align: left;
  padding: 0;
  margin: 0;
}
.newsletter-sec .newsletter-wrap .box a{
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: #3A3A3A;
}


.footer{border-top: 1px solid #DFDFDF; padding: 60px 0 40px; margin: 0; }
.footer .ft-logo{ padding: 0 0 15px; margin: 0; }
.footer .ft-logo img{ max-width: 100%; }
.footer .ft-menu{padding: 0; margin: 0;}
.footer .ft-menu ul{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: 0;
}
.footer .ft-menu ul li{
  padding: 0 30px 0 0;
  margin: 0;
}
.footer .ft-menu ul li:last-child{
  padding-right: 0;
}
.footer .ft-menu ul li a{
  font-family: 'Futura Bk BT';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #3A3A3A;
  display: inline-block;
}
.footer .ft-social{
  padding: 0;
  margin: 0;
}
.footer .ft-social h3{
  font-family: 'Futura Md BT';
  font-size: 20px;
  font-weight: 400;
  line-height:1.2;
  letter-spacing: 0px;
  padding: 0 0 15px;
  margin: 0;
}
.footer .ft-social ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}
.footer .ft-social ul li{
  padding: 0 15px 0 0;
  margin: 0;
}
.footer .ft-social ul li:last-child{
  padding-right: 0;
}
.footer .ft-social ul li a{
  font-size: 18px;
  font-weight: 400;
  color: #613F11;
}

.copyright-sec{ text-align:center;  margin:0; }
.copyright-sec .copyright-wrap{
  padding:40px 0 40px;
  border-top: 1px solid #DFDFDF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
}
.copyright-sec p { 
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0em;
  color: #4A4A4A;
  padding: 0;
  margin: 0;
}
.copyright-sec p a{ color: #4A4A4A; transition: all 300ms ease-in-out;}

.copyright-sec .copyright-wrap ul{
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
}

.copyright-sec .copyright-wrap ul li{
  padding: 0 15px 0 0;
  margin: 0;
}
.copyright-sec .copyright-wrap ul li:last-child{
  padding-right: 0;
}

.copyright-sec .copyright-wrap ul li a{
  font-family: 'Futura Bk BT';
  font-size: 16px;
  font-weight: 400;
  line-height:1.2;
  letter-spacing: 0em;
  color: #4A4A4A;
  display: inline-block;
}