@import url("https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap");
/****** Fonts Decleration *******/
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-SemiBoldItalic.woff2") format("woff2"), url("../fonts/TitilliumWeb-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Bold.woff2") format("woff2"), url("../fonts/TitilliumWeb-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Black.woff2") format("woff2"), url("../fonts/TitilliumWeb-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Light.woff2") format("woff2"), url("../fonts/TitilliumWeb-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-Regular.woff2") format("woff2"), url("../fonts/TitilliumWeb-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-ExtraLight.woff2") format("woff2"), url("../fonts/TitilliumWeb-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Titillium Web";
  src: url("../fonts/TitilliumWeb-SemiBold.woff2") format("woff2"), url("../fonts/TitilliumWeb-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"), url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"), url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"), url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"), url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Market Pro";
  src: url("../fonts/MarketPro.woff2") format("woff2"), url("../fonts/MarketPro.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
body, p {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #414042;
  line-height: 30px;
}

a, a:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  transition: 0.5s;
}

.nav-link, .nav-link:focus {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  transition: 0.5s;
  text-transform: uppercase;
  color: #fff;
}

a:hover, .nav-link:hover {
  color: #21293c;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Titillium Web", sans-serif;
  padding: 0;
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
}

.lb-btn, .lb-btn:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 17px;
  font-weight: bold;
  font-style: normal;
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  padding: 10px 25px;
  text-transform: uppercase;
}

.lb-btn:hover {
  background-color: #21293c;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 50px;
  border-color: #21293c;
}

.blue-btn, .blue-btn:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 35px;
  font-weight: bold;
  font-style: normal;
  background-color: #21293c;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  display: block;
  padding: 15px 40px;
  text-transform: uppercase;
  margin-top: 40px;
  position: relative;
}

.blue-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 50px;
  border-color: #000;
}

.orange-btn, .orange-btn:focus {
  font-family: "Poppins", sans-serif;
  font-size: 19px;
  font-weight: bold;
  font-style: normal;
  background-color: #f7941d;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  display: block;
  padding: 10px 40px;
  text-transform: uppercase;
  display: inline-block;
  /* width: 100%;*/
  /* -webkit-box-shadow: 0px 3px 0px 0px rgba(36, 115, 0,0.9);
   box-shadow: 0px 3px 0px 0px rgba(36, 115, 0,0.9);
   margin: 40px auto 0;*/
  border-radius: 50px;
}

.orange-btn:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 50px;
  border-color: #000;
}

.green-btn2, .green-btn2:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  background-color: #000;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  display: block;
  padding: 10px 30px;
  text-transform: uppercase;
  margin-top: 40px;
  width: 100%;
  box-shadow: 0px 3px 0px 0px rgba(36, 115, 0, 0.9);
}

.green-btn2:hover {
  background-color: #000;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 50px;
  border-color: #000;
}

.thanku-submit, .thanku-submit:focus {
  font-family: "Titillium Web", sans-serif;
  font-size: 28px;
  font-weight: bold;
  font-style: normal;
  background-color: #21293c;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  text-transform: uppercase;
  padding: 15px 40px;
}

.thanku-submit:hover {
  background-color: #21293c;
  color: #fff;
  transition: 0.5s;
  border: 3px solid transparent;
  border-radius: 50px;
  border-color: #21293c;
}

.secn-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  line-height: normal;
}

.sec-btitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  line-height: normal;
}

.sec-btl50blue {
  font-family: "Titillium Web", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #21293c;
  line-height: normal;
}

.sec-btl50wht {
  font-family: "Titillium Web", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  line-height: normal;
}

.sec-subtitle {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  line-height: normal;
}

.sec-pad {
  padding: 100px 0;
}

.sec-pad80 {
  padding: 80px 0;
}

.sec-pad60 {
  padding: 60px 0;
}

.sec-pad40 {
  padding: 40px 0;
}

.desc {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
  color: #000;
}

.errorfont {
  color: #fff;
  padding-left: 5px;
  font-size: 13px;
  line-height: normal;
  text-align: left;
  /*padding-top: 2px;*/
  padding-top: 0px;
}

/******** Main CSS *********/
header {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  background-color: transparent;
  /*  height: 80px;*/
  transition: all 0.3s ease-out;
}

.header-inner {
  padding: 10px 60px;
  background-color: #3c9095;
  border-radius: 50px;
  margin-top: 30px;
}

.header-rw {
  /* @include flex;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo a {
  display: inline-block;
}

.logo a img {
  width: auto;
  height: auto;
}

header.fixed-menu {
  background-color: transparent;
  position: fixed;
  /*  -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.12); 
    box-shadow: 0 0 8px 0 rgba(0,0,0,.12);*/
  z-index: 999;
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-out;
  /*height: 66px;*/
}

header.fixed-menu .header-inner {
  padding: 7px 60px;
  margin-top: 0;
  transition: all 0.3s ease-out;
}

header.fixed-menu .logo a img {
  max-width: 325px;
  width: 100%;
}

.banner-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 100px;
  font-weight: bold;
  font-style: normal;
  color: #414042;
  line-height: 100px;
}

.banner-desc-box {
  /* margin-top: 50px;*/
  color: #414042;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.banner-desc {
  margin-top: 30px;
}

.head-button, .head-button:focus {
  position: absolute;
  right: -60px;
  top: -11px;
  padding: 15px 40px;
  margin: 0;
  color: #1b2033;
  font-weight: 500;
  line-height: 31px;
}

.head-button:hover {
  background-color: #fff;
  color: #21293c;
}

header.fixed-menu .head-button {
  top: -7px;
  padding: 12px 40px;
}

/*** Main Banner ***/
.mainBanner {
  background-image: url("../images/banner-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: transparent;
  position: relative;
  height: 750px;
  z-index: 0;
  /* @include flex;*/
  display: flex;
  justify-content: unset;
  align-items: end;
}

.mobile-banner {
  display: none;
}

.mainBanner-inner {
  width: 100%;
  /* @include flex;*/
  display: flex;
  justify-content: unset;
  align-items: center;
  position: relative;
}

.banner-image {
  background-repeat: no-repeat;
  height: 598px;
  background-position: center top;
  width: 500px;
  position: relative;
  z-index: 0;
  /* @include flex;*/
  display: flex;
  justify-content: unset;
  align-items: center;
  margin: 0 auto;
  bottom: 27px;
}

.banner-left, .banner-right {
  font-size: 60px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 90px;
  font-weight: bold;
  font-style: normal;
  text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.14);
}

.banner-left {
  position: absolute;
  left: 8%;
  z-index: -1;
  top: 28%;
}

.banner-right {
  position: absolute;
  right: 16%;
  z-index: -1;
  top: 28%;
}

.banner-right::after {
  content: "";
  position: absolute;
  background-image: url("../images/banner-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 200px;
  height: 23px;
  bottom: -50px;
  right: 0px;
}

.banner-top-subtitle {
  position: absolute;
  left: 0;
  max-width: 300px;
  color: #fff;
  font-size: 30px;
  top: 10%;
}

.banner-top-subtitle {
  position: absolute;
  left: 100px;
  max-width: 300px;
  color: #fff;
  font-size: 30px;
  top: auto;
  bottom: 160px;
}

.banner-bottm-middle-ttl {
  font-family: "Titillium Web", sans-serif;
  font-size: 90px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  color: #fff;
  position: absolute;
  top: auto;
  bottom: 45%;
  left: 8%;
  text-shadow: 4px 2px 5px rgba(0, 0, 0, 0.14);
}

.banner-bottm-sbttl {
  position: absolute;
  bottom: 20%;
  left: 0;
  text-align: center;
  right: 0;
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  max-width: 690px;
  margin: 0 auto;
  line-height: 34px;
}

/**** Banner Bootom Testmonial ****/
.banner-testmonial {
  background-image: url("../images/banner-btmbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  /* @include flex;*/
  display: flex;
  justify-content: center;
  align-items: center;
  height: 355px;
  position: relative;
  margin-top: -60px;
  z-index: 1;
}

.banner-testmonialinner {
  max-width: 810px;
  margin: 0 auto;
  position: relative;
}

.banner-testmonialinner svg {
  position: absolute;
  left: -45px;
  top: -15px;
  font-size: 40px;
  color: #f7941d;
}

.bnrtest-desc {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 36px;
}

.bnrtest-authnm {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #000;
  line-height: 40px;
  padding-left: 20px;
}

.bnrtest-author {
  /* @include flex;*/
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 15px;
}

.bnrtest-authnm span {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  color: #6d6e71;
  line-height: 40px;
}

/****** Challenge ******/
.challenge {
  padding-bottom: 0;
  /* margin-bottom: 100px;*/
  position: relative;
}

.challenge::before {
  content: "";
  position: absolute;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url("../images/challenge.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 880px;
  left: 0;
  right: 0;
  opacity: 0.5;
  top: 80px;
  bottom: 0;
  z-index: 0;
}

.challenge .container {
  max-width: 1040px;
}

.chlng-ttl {
  position: relative;
  color: #21293c;
}

.chlng-ttl span {
  position: relative;
}

.chlng-ttl span::after {
  content: "";
  position: absolute;
  background-image: url("../images/red-pattern.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 304px;
  height: 23px;
  bottom: -20px;
  right: 0;
}

.challenge-inner {
  margin-top: 50px;
}

.chl-desc {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}

.chl-desc img {
  position: absolute;
  left: 0;
  top: 10px;
}

.chlg-col {
  padding-right: 60px;
}

.chlng-btmdsc {
  font-size: 21px;
  position: relative;
  line-height: 46px;
  color: #23303c;
}

.chlng-btmdsc span {
  position: relative;
}

.chlng-btmdsc span::after {
  content: "";
  position: absolute;
  background-image: url("../images/red-circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 74px;
  height: 63px;
  right: 0;
  left: -10px;
  bottom: -15px;
}

/**** News *****/
.news {
  background-image: url("../images/cyan-crossbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 175px;
  margin-top: 150px;
  position: relative;
  z-index: 6;
  margin-bottom: -5px;
}

.news .container {
  max-width: 1000px;
  margin-left: 270px;
}

.news-inner {
  background-color: #f1f2f2;
  padding: 50px 80px;
  border-radius: 5px;
  box-shadow: 3px 3px 12px 0px rgba(35, 31, 32, 0.1), 0px 0px 3px 3px rgba(35, 31, 32, 0.1);
  position: relative;
  top: -80px;
}

.news-title {
  font-family: "Market Pro", sans-serif;
  font-size: 50px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 10px;
  line-height: 70px;
}

.news-desc {
  font-family: "Poppins", sans-serif;
  font-size: 23px;
  font-weight: normal;
  font-style: normal;
  line-height: 40px;
}

/******* Book *******/
.book {
  background-image: url("../images/book-testminial-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  background-color: #3c9095;
  height: 100%;
  padding-top: 125px;
  position: relative;
  z-index: 1;
}

.book .container {
  max-width: 1280px;
}

.book-top {
  display: flex;
  justify-content: space-between;
  padding: 0 50px;
  position: relative;
  top: -30px;
  width: 100%;
}

.bklfttop-white {
  background-color: #fff;
  padding: 10px 25px;
  color: #21293c;
  font-family: "Titillium Web", sans-serif;
  font-size: 21px;
  font-weight: bold;
  font-style: normal;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  box-shadow: 5px 5px 41px 0px rgba(40, 40, 40, 0.15);
  line-height: 40px;
  position: relative;
  text-transform: uppercase;
}

.bookleft-top {
  left: 115px;
  position: absolute;
}

.bklfttop-white::after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 25px;
  display: block;
  width: 0;
  height: 0;
  border-top: 15px solid #fff;
  border-left: 5px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
  border-bottom: 3px solid transparent;
}

.book-icon-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  width: 60px;
  height: 60px;
  background-color: #fff;
  box-shadow: 5px 5px 15px 0px rgba(40, 40, 40, 0.15);
  border-radius: 50%;
}

.book-icon-bg::before {
  content: "";
  position: absolute;
  background-image: url("../images/book-icon.png");
  width: 33px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  z-index: -1;
}

.bookright-top {
  position: absolute;
  right: 100px;
}

.book-box {
  background-color: #fff;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.book-row {
  /* @include flex;*/
  display: flex;
  justify-content: start;
  align-items: center;
  background-image: url("../images/book.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center right;
  width: 100%;
  height: 609px;
  border-top-right-radius: 10px;
}

.book-left {
  max-width: 55%;
  padding-left: 115px;
  padding-top: 50px;
  width: 100%;
}

.book-sbtoptitle {
  font-size: 18px;
  line-height: normal;
}

.book-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 45px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: center;
  color: #f7941d;
  text-align: left;
}

.book-sbtitle {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  text-align: left;
}

.book-sbtitle2 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 15px;
  text-align: center;
  text-align: left;
}

.book-list li {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
  padding-left: 40px;
  line-height: 30px;
  text-align: left;
}

.book-list li img {
  padding-right: 15px;
  position: absolute;
  left: 0;
  top: 7px;
}

/*.book-right{
        @include bg-common(url("../images/book.png"),no-repeat,cover,center right);
        width: 100%;
        height: 609px;
        border-top-right-radius: 10px;
}*/
.book-form {
  background-color: #f7941d;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.bookform-inner {
  padding: 50px 70px 50px 115px;
}

.bookform-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  text-align: left;
  color: #fff;
  line-height: 32px;
}

.book-download-form {
  margin-top: 25px;
}

.form-row {
  /* @include flex;*/
  display: flex;
  justify-content: start;
  align-items: start;
}

.book-download-form .form-col {
  width: 22%;
  padding: 0 10px 0 0;
}

.book-download-form input, .book-download-form input:focus {
  width: 100%;
  border-radius: 50px;
  padding: 7px 0 7px 25px;
  border: 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  outline: 0;
  width: 100%;
  color: #2a2a2a;
}

.book-download-form .form-col.form-col-50.form-submit {
  width: 30%;
  padding: 0;
}

.book-download-form .bookcopy-btn, .book-download-form .bookcopy-btn:focus {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  outline: 0;
  width: 100%;
  padding: 7px 25px;
  background-color: #21293c;
  color: #fff;
  transition: 0.4s;
}

.book-download-form .bookcopy-btn:hover {
  background-color: #fff;
  color: #21293c;
  transition: 0.4s;
}

.book-reviews {
  padding-top: 100px;
}

.bkrvw-col span {
  border: 1px solid #21293c;
  text-align: center;
  height: 160px;
  width: 1px;
  margin: 0 auto;
  /* @include flex;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.bkrvwcol-inner {
  padding: 0 50px;
  text-align: center;
}

.bkrvw-dsc {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  line-height: 32px;
  margin-top: 10px;
}

.bkrvw-nm {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 600;
  font-style: normal;
  color: #fff;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 15px;
}

.bkrvw-auth {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 600;
  font-style: normal;
  color: #cccccc;
  text-transform: uppercase;
  line-height: normal;
}

/*** Framework ***/
.framework {
  background-image: url("../images/framework-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 100%;
  position: relative;
}

.framework::before {
  content: "";
  position: absolute;
  background-color: #378388;
  width: 50px;
  height: 50px;
  transform: rotate(-45deg);
  top: -27px;
  left: 0;
  right: 0;
  background-position: center center;
  margin: 0 auto;
}

.frmwrk-topttl {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: normal;
  font-style: normal;
  color: #f7efe0;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 10px;
}

.frmwrk-ttl {
  font-family: "Titillium Web", sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
}

.frmwrk-btmttl {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #fff;
  text-align: center;
  max-width: 880px;
  margin: 30px auto 0;
  line-height: 34px;
  text-align: left;
}

.frmwrk-img {
  margin-top: 70px;
  text-align: center;
}

.frmwrk-listttl {
  font-family: "Titillium Web", sans-serif;
  font-size: 30px;
  font-weight: bold;
  font-style: normal;
  color: #fff;
  text-align: center;
  margin-top: 70px;
}

.frmwrk-list {
  max-width: 970px;
  margin: 30px auto 0;
}

.frmdescol {
  padding-right: 35px;
}

.frmdescol ul .frmdesc {
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
  color: #fff;
}

.frmdescol ul .frmdesc img {
  position: absolute;
  left: 0;
  top: 5px;
}

/***** About ****/
.aboutttl-box {
  text-align: center;
}

.abt-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 20px;
  text-align: center;
  color: #1b2033;
}

.abt-devider {
  background-image: url("../images/abt-devider.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 433px;
  height: 13px;
  margin: 0 auto;
}

.abt-sbttl {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #1b2033;
  line-height: 30px;
  margin-top: 10px;
}

.about-img {
  text-align: center;
  margin-top: 50px;
}

.about-desc {
  max-width: 923px;
  margin: 30px auto 0;
}

.about-desc p {
  padding-bottom: 25px;
  color: #231f20;
}

.about-desc p:last-child {
  padding-bottom: 0px;
}

.associate-logo {
  margin-top: 25px;
}

.associte-ttl {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
}

.about-cyanbg {
  background-color: #3c9095;
  border-radius: 10px;
  margin-top: 70px;
}

.abt-cyanbginner {
  padding: 60px;
  /* @include flex;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.abtcyn-desc {
  color: #fff;
  width: 55%;
  line-height: 32px;
}

.abt-btn, .abt-btn:focus {
  background-color: #f7941d;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  font-family: "Titillium Web", sans-serif;
  font-size: 25px;
  font-weight: 600;
  font-style: normal;
  padding: 12px 25px;
}

.abt-btn:hover {
  background-color: #21293c;
}

/***** Success Story ****/
.sstory {
  background-color: #d7dced;
  position: relative;
  z-index: 1;
  padding: 60px 0 150px;
}

.storybfr-ptrn {
  position: relative;
  top: 20px;
  z-index: 0;
}

.storyaftr-ptrn {
  position: relative;
  z-index: 0;
  bottom: 5px;
}

.sssitle {
  font-family: "Titillium Web", sans-serif;
  font-size: 50px;
  font-weight: bold;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  color: #23303c;
}

.sstory-box {
  margin-top: 70px;
}

.sstory-colinner {
  background-color: #fff;
  padding: 60px 75px;
  border-radius: 10px;
  box-shadow: 3px 3px 12px 0px rgba(40, 40, 40, 0.05), 0px 0px 3px 3px rgba(40, 40, 40, 0.05);
}

.sstory-colinner .ssath-desc {
  font-family: "Inter Tight", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-style: normal;
  color: #23303c;
  line-height: 36px;
}

.sstory-col {
  padding: 0 20px;
  position: relative;
  display: flex;
}

.sstory-col::before {
  content: "";
  position: absolute;
  background-image: url("../images/orange-quote.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  left: 75px;
  width: 31px;
  height: 29px;
  top: -15px;
}

.ssauth-box {
  /* @include flex;*/
  display: flex;
  justify-content: start;
  align-items: center;
  /* max-width: 190px;*/
  margin-top: 25px;
}

.ssauthbox {
  padding-left: 10px;
}

.ssauth-box {
  margin-top: 15px;
}

.ssath-nm {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #222222;
}

.ssath-desg {
  font-family: "Heebo", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  color: #636363;
}

.ssrow-two {
  margin-top: 60px;
}

/***** Save Electricity *****/
.save-electr {
  position: relative;
  margin-top: -150px;
  z-index: 1;
}

.save-electrinner {
  background-color: #21293c;
  padding: 40px 30px;
  /* @include flex;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.save-electrinner .saveelec-desc {
  font-family: "Titillium Web", sans-serif;
  font-size: 27px;
  font-weight: bold;
  font-style: normal;
  padding-left: 25px;
  color: #fff;
  line-height: 40px;
}

/****** Call Section *****/
.call {
  margin-top: 25px;
}

.call-inner {
  background-image: url("../images/footer-call.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #3c9095;
  padding: 100px;
}

.calldesc-box {
  max-width: 52%;
}

.call-title {
  color: #fff;
  font-size: 28px;
  font-weight: bold;
}

.call-sbtitle {
  font-family: "Poppins", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
  line-height: 32px;
  margin-top: 25px;
}

.call-sbtitle2 {
  line-height: normal;
  margin-top: 5px;
}

.call-form {
  margin-top: 50px;
}

.cform-col {
  padding-right: 10px;
  padding-bottom: 15px;
}

.cform-col.form-col-50 {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

.cform-col input, .cform-col input:focus {
  border-radius: 50px;
  padding: 10px 0 10px 25px;
  border: 1px solid #606060;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  outline: 0;
  width: 100%;
  color: #2a2a2a;
}

#challengemsg {
  border-radius: 50px;
  padding: 10px 0 10px 25px;
  border: 1px solid #606060;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  outline: 0;
  width: 100%;
  color: #2a2a2a;
  height: 60px;
  overflow: hidden;
  resize: none;
}

.call-btn, .call-btn:focus {
  background-color: #f7941d;
  background-position: center;
  background-size: cover;
  color: #fff;
  outline: none;
  border: 3px solid transparent;
  border-radius: 50px;
  transition: 0.5s;
  font-family: "Titillium Web", sans-serif;
  font-size: 25px;
  font-weight: bold;
  font-style: normal;
  padding: 12px 25px;
  width: 100%;
}

.call-btn:hover {
  background-color: #21293c;
}

/***** Footer Quote *****/
.mridul-quote-btm {
  background-color: #e8e9ed;
  margin-top: 150px;
  position: relative;
}

.mridul-quote-btminner {
  /* @include flex;*/
  display: flex;
  justify-content: start;
  align-items: center;
}

.mridul-quote-btminner img {
  margin-top: -49px;
  position: absolute;
  z-index: 0;
  overflow: hidden;
}

.mridul-quote-btminner .mrquotebtminner-mb {
  display: none;
}

.btmquote-desc {
  color: #414042;
  line-height: 40px;
  font-size: 22px;
}

.mridul-quote-right {
  max-width: 46%;
  margin-left: auto;
  padding: 84px 0;
  position: relative;
}

.mridul-quote-right::before {
  content: "";
  position: absolute;
  background-image: url("../images/blue-quote.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 57px;
  height: 45px;
  top: -25px;
  left: 0;
}

.btmquote-author {
  font-family: "Inter Tight", sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  color: #414042;
  margin-top: 15px;
}

/**** Footer ****/
.footercross-bg {
  background-image: url("../images/cyangray-crossbg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 100px;
  margin-top: -15px;
  position: relative;
  z-index: -1;
  margin-bottom: -1px;
}

.footer-cyan {
  background-color: #3c9095;
  padding: 30px 0;
}

.footer-cyan .container {
  max-width: 1000px;
}

.footer-nav .nav-item .nav-link, .footer-nav .nav-item .nav-link:focus {
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
  font-size: 19px;
  font-weight: normal;
  font-style: normal;
  color: #fff;
}

.footer-nav .nav-item .nav-link:hover {
  color: #21293c;
}

.footlogo-desc {
  color: #58d5db;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: normal;
  font-style: normal;
  margin-bottom: 20px;
}

.footer-cyaninner {
  text-align: center;
  margin: 0 auto;
}

.footer-nav {
  display: flex;
  justify-content: center;
}

.footer-blubg {
  background-color: #21293c;
  padding: 15px 0;
}

.footer-bluebginner {
  /* @include flex;*/
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bluebginner p, .footer-bluebginner a, .footer-bluebginnera:focus {
  color: #fff;
  font-size: 15px;
}

.footer-bluebginner a:hover {
  color: #3c9095;
}

#privacy-policy h3 {
  font-size: 55px;
  line-height: 70px;
  font-weight: 600;
  padding-bottom: 20px;
}

.policy-desc {
  font-size: 20px;
}

/*** Back to top ***/
.dmtop {
  background-color: #21293c;
  z-index: 100;
  width: 40px;
  height: 40px;
  line-height: 37px;
  position: fixed;
  bottom: -100px;
  border-radius: 3px;
  right: 20px;
  text-align: center;
  font-size: 28px;
  color: #ffffff !important;
  cursor: pointer;
  transition: all 0.7s ease-in-out;
}

/*********/
.thank-you {
  padding: 30px 0;
  background-color: #21293c;
}

.thanku-title {
  font-family: "Titillium Web", sans-serif;
  font-size: 70px;
  font-weight: bold;
  font-style: normal;
  line-height: 80px;
  color: #fff;
}

.thanku-desc {
  color: #21293c;
}

.thank-you-desc {
  background-color: #f1f2f2;
  padding: 100px 0;
}

/****** Country Code *******/
.book-download-form .countrycodebox {
  width: 22%;
}

.book-download-form .mobilenumberbox {
  width: 78%;
}

.book-download-form .gd-countrycode,
.book-download-form .gd-countrycode:focus {
  width: 100%;
  border-radius: 50px;
  padding: 7px 0 7px 15px;
  border: 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  outline: 0;
  width: 100%;
  color: #2a2a2a;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.book-download-form input#book-mobilenum,
.book-download-form input#book-mobilenum:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #f0f0f0;
  padding: 7px 7px 7px 15px;
}

.cform-col .countrycodebox {
  width: 22%;
}

.cform-col .mobilenumberbox {
  width: 78%;
}

.cform-col .gd-countrycode,
.cform-col .gd-countrycode:focus {
  width: 100%;
  border-radius: 50px;
  padding: 10px 0 10px 15px;
  border: 0;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  outline: 0;
  width: 100%;
  color: #2a2a2a;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border: 1px solid #606060;
}

.cform-col .gd-contactnum,
.cform-col .gd-contactnum:focus {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 1px solid #f0f0f0;
  padding: 10px 0 10px 15px;
}

.cerft img {
  width: 100%;
  height: auto;
  box-shadow: 1px 1px 5px 0px rgba(168, 168, 168, 0.3), 0px 0px 1px 1px rgba(168, 168, 168, 0.3);
}

.temp-details {
  display: flex;
  justify-content: start;
}

.tmpphone {
  margin-right: 25px;
}

.tmpphone svg, .tmpphone a,
.tmpaddrd svg, .tmpaddrd a {
  color: #fff;
}

.tmpphone svg, .tmpaddrd svg {
  margin-right: 10px;
}

.tmpphone a:hover,
.tmpaddrd a:hover {
  color: #21293c;
}/*# sourceMappingURL=style.css.map */