
/****** Fonts Decleration *******/
@font-face {
  font-family: 'Roboto Condensed';
  src: url("../fonts/RobotoCondensed-Bold.woff2") format("woff2"), url("../fonts/RobotoCondensed-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
    font-family: 'Swis721 BlkCn BT';
    src: url('../fonts/Swiss721BT-BlackCondensed.woff2') format('woff2'),
        url('../fonts/Swiss721BT-BlackCondensed.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-ExtraBold.woff2") format("woff2"), url("../fonts/InterTight-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Bold.woff2") format("woff2"), url("../fonts/InterTight-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-SemiBold.woff2") format("woff2"), url("../fonts/InterTight-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Medium.woff2") format("woff2"), url("../fonts/InterTight-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Regular.woff2") format("woff2"), url("../fonts/InterTight-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter Tight';
  src: url("../fonts/InterTight-Light.woff2") format("woff2"), url("../fonts/InterTight-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

/*.font-it{
    font-family: 'Inter Tight';
  }
  .fw-black{
    font-weight: 900 !important;
  }
  .fw-extbold{
    font-weight: bold !important;
  }
  .fw-bold{
    font-weight: bold  !important;
  }
  .fw-medium{
    font-weight: 500  !important;
  }
  .fw-semibold{
    font-weight: 600  !important;
  }
  .fw-normal{
    font-weight: normal;
  }*/
.errorfont {
  color: red;
  padding-left: 5px;
  font-size: 13px;
  line-height: 22px;
}

/*@mixin bg-img($img1,$bg-pos,$bg-size,$bg-img-height){
    background-image:url("../images/$img1");
    background-repeat: no-repeat;
    background-position: $bg-pos;
    background-size: $bg-size;
    height: $bg-img-height;
}*/
/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body, p {
  color: #313131;
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Inter Tight";
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #fff;
  font-family: "Inter Tight";
  font-size: 22px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

a:hover {
  color: #1f9f22;
}

.button {
  background-color: #1f9f22;
  padding: 15px 30px;
  outline: 0;
  border: 2px solid transparent;
  color: #fff;
  font-size: 22px;
  line-height: 15px;
  display: inline-block;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50px;
}

.button:hover {
  background-color: #0b1148;
  border-color: #0b1148;
  color: #fff;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.button:hover p {
  color: #fff;
}

/******* Main Banner  ********/
.mainBanner {
  background-image: url("../images/baner-bg.png");
  height: 820px;
  background-color: #142e4b;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.mainBanner-inner {
  padding-top: 20px;
  padding-bottom: 20px;
}

.mainBanner-inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner-tageline {
  color: #fff;
  font-size: 18px;
  line-height: normal;
  font-weight: normal;
  text-transform: uppercase;
}

.mainBanner .banner-heading {
  font-family: "Roboto Condensed";
  font-size: 100px;
  font-weight: bold !important;
  color: #fff;
  line-height: normal;
  margin-bottom: 40px;
}

/*.mainBanner .heading-list {
    padding-left: 25px;
}*/
.mainBanner .heading-list li{
  font-weight: normal;
    font-size: 25px;
  color: #fff;
    display: flex;
    align-items: center;
  list-style: none;
}
.mainBanner .heading-list li svg{
  padding-right: 10px;
}
.mainBanner .heading-list li img {

    margin-right: 15px;
    max-width: 24px;
    width: 100%;
    height: auto;
}
.mainBanner .banner-heading .btm-line {
  /*position: relative;*/
  border-bottom: 1px solid #fff;
}

.mainBanner .banner-heading .btm-line::after {
  /*content: "";
  position: absolute;
  border-bottom: 3px solid #fff;
  bottom: 0;
  left: 0;
  right: 0;*/
}

.banner-bottom-line {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
  font-weight: normal;
}
.formtop-box {
  margin: 0 50px;
}
.formtop-box .top-bookdesc {
  font-family: 'Swis721 BlkCn BT';
  line-height: normal;
  color: #fff;
  font-size: 15pt;
  text-transform: uppercase;
  padding-top: 5px;
}
.topbookimg-col img{
  width: auto;
  height: auto;
}
.formtop-box-mobile{
  display: none;
}
.form-box-col {
  margin: 0 50px;
  background-color: #fff;
  border-radius: 10px;
}

.form-topline {
  background-color: #0b1148;
  padding: 15px 45px 5px;
  position: relative;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.form-topline::after {
  content: "";
  background-image: url("../images/form-blue.png");
  width: 100%;
  height: 38px;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  bottom: -32px;
  background-size: cover;
  left: 0;
  right: 0;
  background-position: center center;
}

.form-topline p {
  font-size: 32px;
  color: #fff;
  font-weight: bold !important;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Swis721 BlkCn BT';
}

.form-box-inner {
  position: relative;
}

.form-row {
  padding: 60px 50px 140px;
}

.form-col {
  margin-bottom: 20px;
}
.doodlearow{
  position: relative;
}
.doodlearow img{
  position:absolute;
  left: -200px;
  bottom: 60px;
}
.form-box input,
.form-box input:focus,
.form-box textarea {
  width: 100%;
  padding: 5px 0 5px 25px;
  border: 1px solid #939598;
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Inter Tight";
  font-weight: normal;
  outline: 0;
  color: #939598;
}
.fa-sharp{
  color:#1f9f22;
}

.form-box textarea {
  resize: none;
}

/*.img-box{
  @include bg-img("box-pencil.jpg" ,800px);
 }*/
.book-btn-top {
  font-family: "Inter Tight";
  font-size: 30px;
  font-weight: 900 !important;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}

.book-btn-bot {
  font-size: 14px;
  color: #fff;
  font-weight: 300;
  position: relative;
  z-index: 1;
  line-height: normal;
}

.book-btn {
  display: block;
  width: 100%;
  max-width: 850px;
  position: absolute;
  bottom: 40px;
  margin: 0 0px;
  left: 0;
  right: 0;
  width: 100%;
  background-size: 100%;
  padding: 15px 30px;
  border: none;
}

#book-btn::after {
  content: "";
  background-color: #1f9f22;
  position: absolute;
  left: -10px;
  right: -10px;
  margin: 0 -10px;
  background-size: cover;
  top: 0;
  bottom: 0;
  z-index: 0;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

#book-btn:hover::after {
  background-color: #0b1148;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

/**************/
.psquoteinner {
  padding: 60px 0;
}
.borderbtmrow{
  border-bottom: 1px solid #476b89;
}
.psquoteinner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}

.quote-desc {
  padding-left: 0;
}

.quote-img {
  padding-right: 0;
}

.quote-img img {
  width: 100%;
  height: auto;
}

.psquote-desc {
  font-size: 25px;
  line-height: 40px;
}

.masterclass-section {
  padding: 20px 0 80px 0;
}

/* .masterclass-row {
    max-width: 750px;
    margin: 0 auto;
    
  }*/
.masterclass-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 530px;
  margin: 0 auto 20px;
}

.masterclass-title p {
  color: #12496c;
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
}

.masterclass-title h2 {
  font-family: "Roboto Condensed";
  font-size: 55px;
  font-weight: bold !important;
  color: #12496c;
}
/*
.masterclass-bottom-border {
  background-image: url("../images/line.png");
  width: 82px;
  height: 45px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.masterclass-bottom-border::before {
  content: "";
  position: absolute;
  background-color: #ccc;
  height: 1px;
  width: 255%;
  left: -220px;
  z-index: -1;
}

.masterclass-bottom-border::after {
  content: "";
  position: absolute;
  background-color: #ccc;
  height: 1px;
  z-index: 1;
  width: 250%;
  right: -210px;
  z-index: -1;
}*/
.masterclass-bottom-border-img {
  max-width: 450px;
}

.masterclass-bottom-border-img img {
  width: 100%;
  height: auto;
}

.masterclass-box {
  max-width: 725px;
  margin: 0 auto;
}

.masterclass-box .row {
  margin-bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.master-desc {
  font-size: 25px;
}

.master-desc span {
  font-weight: bold !important;
}

.mastericon-img img {
  width: 100%;
  height: auto;
}

/***************/
.bonus-section {
  padding-bottom: 100px;
}

.bonus-main-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bonus-box {
  max-width: 850px;
  margin: 0 auto;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 12px 0px rgba(40, 40, 40, 0.15), 0px 0px 3px 3px rgba(40, 40, 40, 0.1);
  box-shadow: 3px 3px 12px 0px rgba(40, 40, 40, 0.15), 0px 0px 3px 3px rgba(40, 40, 40, 0.1);
  padding: 40px 80px 80px;
  border-radius: 8px;
  line-height: 40px;
}

.bonus-title {
  color: #12496c;
  font-size: 30px;
  line-height: 40px;
  font-weight: bold !important;
  font-family: "Inter Tight";
  text-transform: uppercase;
  margin-bottom: 25px;
}

.bonus-title svg {
  font-size: 25px;
}

.bonus-desc {
  color: #231f20;
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
  font-family: "Inter Tight";
}

.bonus-button {
  position: absolute;
  bottom: -35px;
  display: block;
}

.bonus-button .button {
  border-radius: 10px;
  padding: 20px 30px;
  line-height: normal;
  font-weight: bold;
  font-size: 24px;
}

.bonus-button .button img {
  font-size: 35px;
  margin-left: 25px;
  display: inline-block;
  vertical-align: middle;
}

/******* About US *********/
.aboutps {
  /*background-color:rgba(15,72, 104, 0.8);*/
  padding: 80px 0 0;
  background-image: url("../images/about-bg.png");
  height: 950px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
}

.about-title {
  text-align: center;
}

.abttop-title {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
}

.abt-title {
  font-family: "Roboto Condensed";
  font-size: 55px;
  font-weight: bold !important;
  color: #fff;
  padding-bottom: 5px;
}

.abt-btm-title {
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  font-weight: normal;
  position: relative;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 700px;
  margin: 0 auto;
}

.abt-btm-title::before {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 200px;
  left: -30px;
  z-index: 0;
}

.abt-btm-title::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 1px;
  width: 200px;
  right: -30px;
  z-index: 0;
}

.about-desc {
  margin-top: 35px;
}
.fa-square-check{
  color: #1f9f22;
}

.about-desc .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 1225px;
  margin: 0 auto;
}

.abt-desc p {
  color: #fff;
  font-size: 22px;
  line-height: 40px;
  font-weight: 300;
  font-family: "Inter Tight";
  margin-bottom: 25px;
}
.abt-desc p:last-child {
  margin-bottom: 0;
}
.abt-desc {
  margin-bottom: 35px;
}
.abt-desc span {
  font-weight: bold !important;
}

.abt-imgcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  background-image: url("../images/praveen.png");
  height: 635px;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-top: 40px;
}

.abt-imgcol img {
  width: 100%;
  height: auto;
  visibility: hidden;
}


/***** Testmonial*********/

.testmonial {
  padding: 100px 0;
}
.testmonial-title {
  font-family: "Roboto Condensed";
  font-size: 55px;
  font-weight: bold !important;
  color: #12496c;
  margin-bottom: 50px;
  text-align: center;
}
.testmonial-box {
  position: relative;
  padding-top: 40px;
}
.testmonial-col{
  display: flex;
}

.testmonial-slider.slick-slider {
    margin:0 -15px;
}
.testmonial-slider .slick-slide {
    padding:10px;
    background-color:transparent;
    text-align:center;
    margin-right:15px;
    margin-left:15px;
}

.testmonial .slide-arrow {
  background-color: transparent;
  outline: none;
  border: 0;
}
.testmonial .joketext-arrows {
  max-width: 70px;
  margin: 0 auto;
  position: absolute;
top: -20px;
right: 0;
left: 0;
}
.testmonial .slide-arrow i {
  font-size: 25px;
  color: #12496c;
}
.testmonial .slide-arrow i:hover{
  color: #1f9f22;
}
.success-box {
  position: relative;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 0px #ddd;
  -webkit-box-shadow: 0px 0px 20px 0px #ddd;;
  padding: 40px 70px;
  min-height: 550px;
  text-align: left;
}
.success-box .testminial-desc{
  font-size: 19px;
  padding-top: 30px;
}
.test-author {
  text-align: left;
}
.test-author-rw {
  align-items: center;
  padding-top: 25px;
}

.test-desg{
  font-size: 15px;
  display: block;
  line-height: normal;
}
/*****************/
.bookslot {
  background-color: #e7f6ff;
  padding: 100px 0;
}

.bookslot-box {
  max-width: 1040px;
  margin: 0 auto;
  border: 3px solid #164b69;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bookslot-blue {
  font-family: "Roboto Condensed";
  font-size: 35px;
  font-weight: bold !important;
  color: #fff;
  background-color: #12496c;
  display: block;
  width: 100%;
  text-align: center;
  padding: 25px 0;
}

.bookslot-box p {
  color: #231f20;
  font-size: 25px;
  line-height: 40px;
  font-weight: normal;
  line-height: 40px;
}

.bookslot-desc {
  padding: 50px 70px;
  margin: 0 auto;
  text-align: center;
}

.bookslot-btn {
  margin: 25px auto 0;
}

.bookslot-btn .button {
  border-radius: 10px;
  padding: 20px 40px;
  font-weight: bold !important;
  line-height: normal;
  font-size: 26px;
}

.bookslot-btn .button img {
  margin-left: 30px;
}

/**** Footer *****/
footer {
  background-color: #10476a;
  padding: 30px;
}

footer p, footer a {
  text-align: center;
  color: #b6cece;
}

.footer-top {
  font-size: 25px;
  margin-bottom: 5px;
}

.footer-bottom, .footer-bottom a {
  font-size: 16px;
}

#privacy-policy h3 {
  font-size: 40px;
  margin-bottom: 25px;
}

.dmtop {
    background-color: #1d5578;
    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;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
/*********** Thank You Page *************
*****************************************/
.thank-you {
  background-color: #0b1148;
  padding: 30px 0;
}

.thank-you h2 {
  color: #fff;
  font-size: 55px;
  font-weight: bold !important;
}

.thank-you-desc {
  background-color: #fff;
  padding: 20px 0;
}

.thankyou-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.thankyou-button {
  display: block;
  width: 100%;
  background-color: #231f20;
  border: 0;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 18px;
  max-width: 200px;
  margin: 15px auto 0;
}

.thanku-desc{
  font-size: 25px;
  line-height: 45px;
  padding-top: 70px;
  padding-bottom: 70px;
}
a.tyurl{
color:#1f9f22;
text-decoration: none;
}
a:hover.tyurl{
  text-decoration: underline;
}