@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
* {
  margin: 0;
  padding: 0; }

a {
  transition: all 0.5s ease; cursor: pointer;}

a:active, a:focus {
  outline: none; }

a:hover {
  text-decoration: none !important;
  color: #0291D2;
  transition: all 0.5s ease; }

body {
  font-family: 'Roboto', sans-serif;
  color: #3f3f3f;
  overflow-x: hidden !important;
  margin: auto;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.7;
  font-size: 18px;
  letter-spacing: 0.2px;
  font-weight: 400; }

::selection {
  background: #0568a4;
  color: #fff;
  /* WebKit/Blink Browsers */ }

::-moz-selection {
  background: #0568a4;
  color: #fff;
  /* Gecko Browsers */ }

.aligncenter {
  display: inherit;
  margin: auto; }

ol, ul {
  padding-left: 0; }
  p {
  padding-bottom:5px; }

/* ------------------------------------------------------
Predefined top and bottom spacing end
--------------------------------------------------------*/
h1, h2, h3, h5, h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;color: #262626; }

h1 {
  font-size:36px;
    line-height: 1.3; }



h2 {
  font-size:30px;
  line-height: 40px;
 }
  

h3 {
  font-size: 30px; }
  
h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 16px; }

hr {
  border: 1px solid #eaeaea;
  width: 100%; }
.hero-banner p.fs-16,.fs-16{
  font-size: 16px;
}
.row-md-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .row-md-height {
      display: block; } }

.col-md-middle {
  vertical-align: middle; }

.col-md-height {
  display: table-cell;
  float: none;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .col-md-height {
      display: block; } }

.text-upper {
  text-transform: uppercase; }

.hidden {
  display: none; }
/*Header*/
header {
        z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    padding: 20px 0 0px 0;
}
.menu{
      margin-top: 15px;
    padding-left: 40px;
}
.menu ul li a:after {
    content: '|';
    display: inline;
    padding: 12px;
    padding:0 10px;
}
.menu ul li:last-child a:after{
  content: '';
}
.menu ul li{
  list-style: none; display: inline-block;

}
.menu ul li a{
  color: #fff;
  padding: 5px 0px;
  text-transform: uppercase;
}
.menu p {
  font-size: 20px;
  text-align: center;
  font-weight: 500;
  color: #ffffff;
  margin: 0;
  padding: 0;
}
header .logo img{width: 240px;}
.header-cta{
  text-align: center;
      margin-top: 15px;
}
.header-contact {
    margin-top: 5px;
}
.header-contact p{
  margin-bottom: 0;
  padding-bottom: 0px;
}
.header-contact a{
  color: #fff;
}
.header-contact p
{
  text-align:right;color: #fff;
}
.header-cta a{
  background: #ff9300;
    padding: 10px 20px;
    border: none;
    margin-top: 15px;
    background: #1cb77a;
    text-transform: uppercase;
    color: #fff;
}
  /*Banner*/
  .hero-banner{
	  background: url(../images/homepage-banner-new-bg.webp) top -1px center no-repeat;
    /*min-height: 620px;
    position: relative;
    top: -110px;
    height: 590px;*/
    padding-top: 140px;
    z-index: 1;
    background-size: cover;
    color: #fff;
        padding-bottom: 50px;

  }
.hero-banner h1{font-size:48px;font-weight: 700;color: #FFFFFF;line-height: 1.2;margin-top: 0;}
@media only screen and (max-width: 1199px) {.hero-banner h1{font-size:32px;}}
.hero-banner h1 span{font-size:61px;color:#ff783d;display: block;}
.hero-banner.thankBanner{height: auto;color: #fff;padding-bottom:140px;}
.thankBanner h2{color: #fff;} 
  .hero-banner p{
        font-size: 20px;
        line-height: 28px;
  }
#bannerForm {
    margin: 0 auto;
    padding: 15px 40px 33px 40px;
    background: #fff;
}
.p-0{padding-left: 0;padding-right: 0;}
#bannerForm h2{font-size: 24px;padding-bottom: 25px;color: #223B59;}
  #bannerForm input{
    width: 100%;
    background: white;
    height: 50px;
    padding: 10px 10px 10px 20px;
    font-size: 14px;
    border: 1px solid #C8C8C8;
    color: #000;

  }
  .form-group {
  margin-bottom: 8px;
    padding-bottom: 12px;padding-left: 0;padding-right: 0;
}
.m-t-40{margin-top: 40px;}
.m-b-30{margin-bottom: 30px;}
.calCTA{background: transparent linear-gradient(78deg, #005AF0 0%, #AC1CFF 100%);
box-shadow: 6px 6px 10px #005AF033;border-radius: 5px;padding: 10px 30px;color: #fff;
font-size: 18px;}
.calCTA:hover{background: #2601BE;color: #fff;}
 /*#bannerForm .form-group {
    margin-bottom: 15px;
    padding: 0.5px;
}
}
}*/
    #bannerForm .cta{
      background: #0069ff;
    /*padding: 10px 40px;*/
    border: none;
    margin-top: 7px;
    }
@media only screen and (min-width: 992px) {#bannerForm .cta{width: 100%;}}
@media only screen and (max-width: 767px) {#bannerForm .cta{width: auto;padding: 10px 40px;}}
.cta-section {
    background: #fff;
    padding: 30px 0 60px;
    /*background: url(../images/bottom-cta-bg.jpg) #f5f6f7 no-repeat;
    background-size: cover;*/
    position: relative;
}

.form-foot-in {
    padding: 10px 10px 10px 20px;
    border-radius: 0;
    border: 0;
    width: 100%;
    outline: 0;
    border: 1px solid #bbb;
    color: #000;
}
.help-block.with-errors {
    position: absolute;
    margin: 0;
    color: red;
    font-size: 12px;
}
.cta {
   
  background: transparent linear-gradient(84deg, var(--unnamed-color-005af0) 0%, #AC1CFF 100%) 0% 0% no-repeat padding-box;
background: transparent linear-gradient(84deg, #005AF0 0%, #AC1CFF 100%) 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 10px #005AF033;
border-radius: 5px;

     /* background-image: linear-gradient(rgba(32, 18, 159, 0.7), rgba(86, 18, 74, 0.7));  Standard syntax (must be last) */
    border: 0;
    background-color: #005af0;

    color: #fff;
    padding: 10px 25px;
    outline: 0;
    display: inline-block;
}
.cta:hover{
background: #2601BE 0% 0% no-repeat padding-box;
box-shadow: 6px 6px 10px #005AF033;
border-radius: 5px;}

.foot-bg {
  background: #3c3c3c;
  color: #b3b3b3;
  padding: 30px 30px 20px;
  font-size: 12px;
}
.foot-size {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .1px;
  color: #ebf1f7;

}
.space-mar-15 {
  margin-top: 15px;
}
.f {
  /*font-family: aileronsemibold;*/
}
.copy {
  font-size: 13px;
}
.no-padding{
  padding: 0;
}
.foot-bg a {
  color: #b3b3b3!important;
  text-decoration: none!important;
  font-size: 12px;

}
.footerUl li{list-style: none;display: inline-block;}
.footerUl{padding-left: 0;}
.form-group.has-error.has-danger{position: relative;}
.form-group.has-error.has-danger input{border-color: red;}
footer p{
  padding-bottom: 0px;
}
.copy {
  font-size: 13px;
}
.space-pad-bot-15 {
  padding-bottom: 15px;
}

.space-pad-top-15 {
  padding-top: 15px;
}
.cta-section .title p{
font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding: 0;
        margin-top: 25px;

}
.cta-section .title h3{
  margin-top:0px;
  font-size: 40px; 
      margin-bottom: 35px;

}
.header-cta a:hover, #bannerForm .cta:hover{
      background: #1143a2;

}
.cta{
   position: relative;
overflow: hidden;
}
.cta:after{
    content: "";
    position: absolute;
    top: 25%;
    left: -50%;
    width: 130%;
    height: 90%;
    opacity: 0;
       
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
    background: rgba(255,255,255,0.13);
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0.13)),color-stop(77%,rgba(255,255,255,0.13)),color-stop(92%,rgba(255,255,255,0.5)),to(rgba(255,255,255,0.0)));
    background: -webkit-linear-gradient(left,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0.0) 100%);
    background: -o-linear-gradient(left,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0.0) 100%);
    background: linear-gradient(to right,rgba(255,255,255,0.13) 0%,rgba(255,255,255,0.13) 77%,rgba(255,255,255,0.5) 92%,rgba(255,255,255,0.0) 100%);
}
.cta:hover:after {
  opacity: 1;
    top: 25%;
    left: 100%;
    -webkit-transition-property: left,top,opacity;
    -o-transition-property: left,top,opacity;
    transition-property: left,top,opacity;
    -webkit-transition-duration: 0.9s,0.9s,.15s;
    -o-transition-duration: 0.9s,0.9s,.15s;
    transition-duration: 0.9s,0.9s,.15s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
}

.menu ul li a:after{
      padding: 0 8px;

}
.header-cta{
  padding:0;
}
}
@media only screen and (max-width: 1024px) {
  .header-cta a{
        padding: 10px 10px;

  }
  .menu ul li a:after {
    padding: 0 5px;
}

}
@media only screen and (max-width: 991px) and (min-width: 768px) {
 

}
@media only screen and (max-width: 991px) {
  h1, .cta-section .title h3 {
    font-size: 60px;
}
 /*.menu{
    visibility: hidden;
  }*/
  .menu ul li a{
    display: none;
  }
}
@media only screen and (max-width: 767px) {
.header-cta {
    padding: 0;
    position: absolute;
    left: 0px;
    right: 0px;
    top: -15px;
}
.header-contact p {
    display: block;
    margin-right: 20px;text-align: center;
}
.header-cta a{
      width: 100%;
    display: block;
    margin-top: 0px;
}
header{
      padding-top: 30px;
text-align: center;
}
/*.menu{
  display: none;
}*/
#bannerForm {
    padding: 30px 40px;
}
.hero-banner{
      padding-bottom: 70px;    padding-top: 230px;
}
header .logo img{margin: 0 auto;text-align:center;}
}

@media(max-width: 767px){
  h1{
    font-size: 50px;
  }
}

@media(max-width: 575px){
  h1{
    font-size: 40px;
  }
  .hero-banner{padding-top:180px;}
  .header-contact p{display: block;margin-right: 0;text-align: center;}
  .menu{padding-left: 15px;padding-right: 15px;}
}
@media (min-width: 768px) {.col-md-block{display: block;}}
.main-section{padding: 60px 0;}
.main-section p span{color: #223B59;font-weight: bold;}

.main-section ul{
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.main-section ul li {
    color: #223b59;
    position: relative;
    padding-bottom: 15px;
    padding-top: 0;
    padding-left: 35px;
    font-size: 18px
}

.main-section ul li:before {
    content: "◉";
    position: absolute;
    width: 10px;
    height: 10px;
    color: #f76f45;
    top: -8px;
    font-size: 26px;
    left: 0
}
@media (min-width: 992px) {.col-lg-block{display: block;}}
.side {
    position: -webkit-sticky;
    position: sticky;
    top: 111px;
}
.side {
    width: auto;
    height: max-content;
}
@media (max-width: 767px){
.blogRow .side {
    position: -webkit-relative;
    position: relative;
    top: 0;
    padding-bottom: 30px;
}}
footer .footerTop {
    padding: 20px 0;
    border-top: 1px solid rgba(90, 90, 90, 0.5);
    background: #223B59 !important;color: #fff;
}
footer .footerTop .footMenu {
    display: -webkit-box;
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
    font-family: "Roboto", sans-serif;
    /* flex-wrap: wrap; */
    /* margin-top: 20px; */
    padding-top: 28px;

}
@media (max-width: 767px){footer .footerTop .footMenu {display: block;}}
footer .footerTop .footMenu * {
    color: #fff;
}

footer .footerTop .footMenu li {
    margin-top: 10px;
    text-align: center;padding-left:20px;
}

footer .footerBottom {
    padding: 15px 0;
    background-color: #091f65;border-top: 1px solid #ffffff1f;
}
footer .footerBottom p {
    color: #ced1d8;
    font-size: 14px;
    font-family: "Roboto", sans-serif;
    margin-bottom: 0;
}
footer .footerBottom p a {
    color: #ced1d8;
    font-weight: 700;
}
@media (min-width: 576px){
.flex-sm-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important;
}}
.d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important;
}
.justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
}

.hero-banner h4
{
    background-color:#0069ff;
    display: inline-block;
    padding: 10px 15px;
    border-radius:4px;
}

.boton
{
  margin-bottom: 40px;
}

.book-bg-1
{
  background:url(../images/ebook-read.jpg) no-repeat;
  background-size: cover;
}

.book-bg-2
{
  background-color: #fff;
}

.search-experience
{
  padding: 70px 0px;
}

.search-experience ul li
{
  list-style-type: none;
  background: url(../images/tick.svg) top 21px left no-repeat;
  padding-left:40px;
  line-height: 70px;
  border-bottom: 1px solid #ccc;
}


.gets-cta
{
  background: #0069ff; 
  padding: 10px 30px; 
  border-radius: 4px;
  color:#fff;
  margin-top:5px;
  display: inline-block;
}

.gets-cta:hover
{
  background: #1143a2;
   color:#fff;
}

.transform
{
   background: #091f65;
   padding: 80px 0px;

}

.transform h2
{
  color:#fff;
}

.transform p
{
  color:#fff;
  margin-bottom:15px;
}

.hero-banner p
{
      padding-top: 136px;
}

.row.vertical-align {
    display: flex;
    align-items: center;
}

@media (min-width: 1200px) {
       .book-bg-1 {
    background: url(../images/ebook-read.jpg) no-repeat;
    background-size: cover;
    height: 410px;
}
}


@media (min-width: 1300px) {
    .container {
        width:1220px;
    }

       .book-bg-1 {
    background: url(../images/ebook-read.jpg) no-repeat;
    background-size: cover;
    height: 430px;
}

    .book-bg-2 {
    background-color: #fff;
    height: 430px;
}

}

@media (min-width: 1400px) {
    .container {
        width:1320px;
    }

    .book-bg-1 {
    background: url(../images/ebook-read.jpg) no-repeat;
    background-size: cover;
    height: 466px;
}

    .book-bg-2 {
    background-color: #fff;
    height: 466px;
}

}

@media (max-width:1200px)
{
    .book-bg-1 {
    background: url(../images/ebook-read.jpg) no-repeat;
    background-size: cover;
    height: 410px;
}

.hero-banner p {
    font-size: 16px;
    line-height: 28px;
}

.hero-banner p {
    padding-top: 126px;
}

.hero-banner h1 {
    font-size: 38px;
    font-weight: 700;
    color: #FFFFFF;
    line-height: 1.2;
    margin-top: 0;
}

}


@media (max-width:991px)
{
  .hero-banner p
  {
    padding-top:10px;
  }

     .book-bg-1 {
    background: url(../images/ebook-read.jpg) no-repeat;
    background-size: cover;
    height: 410px;
}

}


