@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap');

body,
html {

  font-weight: 400;
  font-style: normal;
  font-family: 'Inter', sans-serif;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #1c424d;
}

* {
  font-family: 'Inter', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Inter', sans-serif;
}

ul,
li {
  font-family: 'Inter', sans-serif;
  font-size: 17px;
}

p {
  font-size: 17px;
  line-height: 1.8;
}

a {

  color: #5b777f;
  transition: all 0.5s;

}

a:hover,
a:focus {

  text-decoration: none;
  color: #f1c40f;

}

header {
  text-align: center;
}

.mainHeader {
  padding-top: 0px;
  min-height: 768px;
  color: #333;
  position: relative;
}

.logo {
  display: inline-block;
  width: 250px;
  margin-bottom: 50px;
  margin-top: 0px;
}

.smallTitle {
  display: inline-block;
  padding: 0px;
  margin: 0px;
  height: 52px;
}

.smallTitle span {
  font-weight: 700;
  font-size: 26px;
  display: inline-block;
  color: #22408b;
  line-height: 52px;
}

.mainTitle {
  margin-bottom: 15px;
}

.mainTitle {
  line-height: 1.4;
  font-weight: 700;
}

.subtitle {
  font-weight: 600;
  font-size: 22px;
}

.reportListing {
  padding: 0px !important;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  border-radius: 15px;
}

.reportListing li {
  font-weight: 600;
  display: flex;
  align-items: flex-start;
  width: 100%;
  font-size: 18px;
  margin-bottom: 15px;
  padding-right: 30px;
  width: 33.33%;
}

.reportListing li img {
  width: 30px;
  margin-right: 10px;
  margin-top: 2px;
}

footer {
  text-align: center;
  padding: 50px 0px;
  position: relative;
}

footer:before {
  content: "";
  width: 100px;
  height: 2px;
  background-color: #ccc;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -50px;
  display: block;
}

footer p {
  margin-bottom: 0px;
  font-size: 16px;
}

.mtop30 {
  margin-top: 30px;
}

.mbottom {
  margin-bottom: 30px;
}

.hs-error-msgs li {
  text-align: left;
}

.hs-error-msgs li:marker {
  display: none !important;
}

::marker {
  display: none !important;
}

.titleAni {
  overflow: hidden;
}

.titleAni span {
  display: inline-block;
  animation: byBottom 1s ease both;
}

.titleAni span:last-child {
  animation: byBottom 1s 0.25s ease both;
}

.titleAni span a {
  position: relative;
  display: inline-block;
  margin-left: 0.5rem;
  text-decoration: none;
  color: #f7ca18;
}

.titleAni span a::after {
  content: "";
  height: 2px;
  background-color: #f7ca18;
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 0;
  animation: linkAfter 0.5s 1s ease both;
}

@-moz-keyframes pop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes pop {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes pop {

  0% {
    transform: translateY(100%);
  }

  100% {
    transform: translateY(0);
  }

}

@keyframes pop {

  0% {

    transform: translateY(100%);

  }

  100% {

    transform: translateY(0);

  }

}

@-moz-keyframes byBottom {

  0% {

    transform: translateY(150%);

  }

  100% {

    transform: translateY(0);

  }

}

@-webkit-keyframes byBottom {

  0% {

    transform: translateY(150%);

  }

  100% {

    transform: translateY(0);

  }

}

@-o-keyframes byBottom {

  0% {

    transform: translateY(150%);

  }

  100% {

    transform: translateY(0);

  }

}

@keyframes byBottom {

  0% {

    transform: translateY(150%);

  }

  100% {

    transform: translateY(0);

  }

}

@-moz-keyframes linkAfter {

  0% {

    width: 0;

  }

  100% {

    width: 30px;

  }

}

@-webkit-keyframes linkAfter {

  0% {

    width: 0;

  }

  100% {

    width: 30px;

  }

}

@-o-keyframes linkAfter {

  0% {

    width: 0;

  }

  100% {

    width: 30px;

  }

}

@keyframes linkAfter {

  0% {

    width: 0;

  }

  100% {

    width: 30px;

  }

}

.arrows {
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -16px;
  width: 32px;
}

.arrows path {
  stroke: #ef8922;
  fill: transparent;
  stroke-width: 2px;
  animation: arrow 2s infinite;
  -webkit-animation: arrow 2s infinite;
}



@keyframes arrow {

  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }

}



@-webkit-keyframes arrow
/*Safari and Chrome*/

  {

  0% {
    opacity: 0
  }

  40% {
    opacity: 1
  }

  80% {
    opacity: 0
  }

  100% {
    opacity: 0
  }

}



.arrows path.a1 {

  animation-delay: -1s;

  -webkit-animation-delay: -1s;
  /* Safari 和 Chrome */

}



.arrows path.a2 {

  animation-delay: -0.5s;

  -webkit-animation-delay: -0.5s;
  /* Safari 和 Chrome */

}



.arrows path.a3 {

  animation-delay: 0s;

  -webkit-animation-delay: 0s;
  /* Safari 和 Chrome */

}



.middleSection {

  padding-top: 150px;

  text-align: center;

}

.sectionTitle {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.6;
  padding-bottom: 20px;
  position: relative;

  color: #1e4387;
  text-align: center;
}

.sectionTitle:before {

  content: '';

  display: block;

  position: absolute;

  bottom: 0px;

  width: 120px;

  height: 8px;

  background: #fe621d;

  left: 50%;

  margin-left: -60px;



}






.lotsMore {



  font-weight: 600;
  text-align: center;

}

.ptop0 {
  padding-top: 0px !important;
}

.geteBookBox {
    border-radius: 15px;
    background: #e5edff;
    box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
    padding: 25px 35px 40px 35px;
    width: 100%;
    text-align: ceter;
}

.geteBookBox input[type=text],

.geteBookBox select,

.geteBookBox input[type=email] {

  background: transparent;

  outline: none;

  border: solid 2px #798eb9 !important;

  height: 50px;

  width: 100% !important;

  border: none;

  color: #000F26;

  border-radius: 10px;

  padding: 0px 15px;

}



.geteBookBox input[type=text]:focus,

.geteBookBox select:focus,

.geteBookBox input[type=email]:focus {

  background: transparent;

  border: solid 2px #798eb9 !important;

}

.geteBookBox select option {
  color: #000 !important;
}

.hs-error-msg {
  font-size: 14px;
  color: #ff0000
}

.geteBookBox input[type=submit] {

  height: 60px;

  width: 100%;

  margin-top: 20px !important;

  border-radius: 10px;

  padding: 0px 15px;

  font-size: 18px;

  font-weight: 600;

  background-color: #FE621D;

  color: #fff;

  border: none;

}

.getfreeeBook {



  background-image: url('../images/form-bg.jpg');

  background-position: center top;

  background-repeat: no-repeat;

  background-size: cover;

  position: relative;

}

.textLeft {

  text-align: left;

  padding-left: 60px !important;

}



.dashleft:before {

  left: 0px;

  margin-left: 0px;

}

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

.whiteText {
  color: #fff;
  line-height: 1.4;
}





::placeholder {

  color: #000F26;

  opacity: 0.5;

}



:-ms-input-placeholder {

  color: #000F26;

  opacity: 0.5;

}



::-ms-input-placeholder {

  color: #000F26;

  opacity: 0.5;

}

.titleBookFlex {

  display: flex;

  align-items: center;

  text-align: left;

}

.titleBookFlex img {
  width: 180px;
  margin-top: -80px;
  margin-left: -30px;
}



.geteBookBox p {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin-top: 25px;
  margin-bottom: 30px;
}

.eBookFeature {
  padding: 15px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-radius: 20px;
  margin-right: 15px;
  height: 100%;
}

.eBookFeature p strong {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.eBookFeature p {
  margin: 0px;
  font-size: 16px;
  line-height: 1.6;
}

.featureInfo {
  width: 70%;
  padding-left: 15px;
}

.textCenter {
  text-align: center;
}

.flexWrap {
  /*display:flex; flex-wrap:wrap; */
}

.featureIcon {
  width: 80px;
}

.featureIcon img {
  width: 100%;
}

.purpleBG {
  background-color: #f1e9f9;
}

.greenBG {
  background-color: #eaf6e6;
}

.blueBG {
  background-color: #e7ebff;
}

.redBG {
  background-color: #ffeaec;
}

.flexWrap .col-lg-6 {
  margin-bottom: 30px;
}

.mb50 {
  margin-bottom: 50px;
}





.purpleBG p strong {
  color: #7123c5;
}

.greenBG p strong {
  color: #35a908;
}

.blueBG p strong {
  color: #153dff;
}

.redBG p strong {
  color: #fe2f49;
}



.dashleft {
  text-align: left;
  font-size: 32px;
}

.geteBookBox {
  padding: 25px;
  padding-bottom: 40px;
}

.bookHeader {
  display: flex;

  align-items: center;

  justify-content: center;
}

.ColRight {
  text-align: left;
  width: 60%;
}

.ColLeft {
  width: 40%;
}













/* Parallax */



.mainHeader {
  min-height: auto;
}

.bookBG {
  position: relative;
  /* background-image:url('../images/bgblur.png');*/
  background-repeat: no-repeat;
  background-position: right top;
  background-size: container;
}



.mainHeader:before {

  content: '';

  background-image: url(../images/)
}

.logo {
  float: left;
}

.flexHeader {

  display: flex;

  align-items: center;

  justify-content: center;



}

#parallax {

  position: relative;

  width: 60%;

  height: 100vh;

  /*  background-image:url(../images/floatingbook.png);   url(../images/frontIcons.png), , url(../images/backIcons.png)*/

  background-repeat: no-repeat;

  background-size: container;

  background-position: center;

  background-position: 50% 50%;

}

.smallTitle {
  margin-bottom: 0px;
}

.mobileView {

  display: none;

}

.subIntro {

  font-weight: 400;
  font-size: 19px;
  line-height: 1.8;

}






.headerBlock {

  width: 100%;

  float: left;

  position: relative;

  padding-bottom: 100px;

  padding-top: 100px;

}

.middleSection {

  width: 100%;

  float: left;



}

footer {

  width: 100%;

  float: left;

}

#parallax {

  align-items: center;

  display: flex;

}

.ColRight,
.parallax,
.smallTitle,
#parallax {
  width: 100%;
}

.ColRight {
  padding-right: 0px;
}

.geteBookBox {
  margin-top: 0px;
}

.sectionTitle {
  margin-left: 20px;
}

.bigBook {
  margin-top: -100px;
}

.ml0 {
  margin-left: 0px;
}

.downloadBTN {
    display: inline-block;
    padding: 15px 80px;
    border-radius: 10px;
    background: #fe621d;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border: none;
    text-decoration: none;
}

.downloadBTN:hover,
.downloadBTN:active,
.downloadBTN:focus {

  background: #fe621d;

  color: #fff;

  transform: scale(1.1, 1.1);

}

.middleSection {

  padding-bottom: 80px;

}



.containerHeader {

  max-width: 1400px !important;

}

.blueGradientBG {
    background: #1D46A9;
    background: linear-gradient(180deg, #163a91 0%, #3d66c8 100%);
    color: #fff;
}

.blueGradientBG * {
  color: #fff
}

.title04 {
  font-size: 32px;
  font-weight: 600;
  color: #1D4486;
  margin-top: 50px;
}

.geteBookBox {
  padding: 0px;
  overflow: hidden;
}

.formPadding {
  padding: 20px 30px 30px 30px;
}

.geteBookBox .sectionTitle {
  background: #0d2652;
  width: 100%;
  margin: 0px;
  font-size: 28px;
  font-weight: 600;
  padding: 30px 20px;
}

.geteBookBox .sectionTitle h4 {
  margin: 0px;
  width: 100%;
}

.mainHeader {
  position: relative;
}

.mainHeader:before {

  content: "";

  width: 100%;

  height: 5px;

  display: block;

  background: #FE621D;

  position: absolute;

  top: 0px;

  left: 0px;

  z-index: 11;

}

.headerBook {
  margin-top: -20px;
}

.smallTitle span {
  color: #ED8822;
}

.logo {
  float: none;
}

.headerBlock {
  padding-top: 50px;
}

.ColRight {
  text-align: center;
}

.mainTitle {
  font-size: 36px;
  text-align: center;
  margin-bottom: 50px;
}

.discoverText {



  color: #1D4486;

  font-size: 18px;

  line-height: 1.5;

}

.reportListing li {
  width: 33.33%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
}

.caseStudyBox {

  width: 100%;

  display: flex;

  align-items: center;

  flex-wrap: wrap;

}

.caseStudyIcon {
  width: 100%;
  margin-bottom: 10px;
}

.reportListing .caseStudyIcon img {
  width: 100%;
  max-width: 100px;
}

.caseStudyInfo {

  display: flex;

  align-items: center;

  padding-left: 0px;

  text-align: center;

  justify-content: center;

  width: 100%;

}

.caseBlank {
  width: 100%;
  float: left;
  text-align: center;
  font-size: 22px;
  line-height: 1.3;
  color: #20438a;
}

.caseBlank strong {
  display: block;
  line-height: 1;
  font-size: 36px;
}


.dontstart {
    font-weight: 700;
    color: #1D46A9;
    font-size: 30px;
    line-height: 1.5;
}



@media (max-width: 1400px) {

  .containerHeader {
    max-width: 1140px !important;
  }

  .logo {
    margin-bottom: 30px;
  }

  .headerBox {
    width: 80%;
  }

}

@media (max-width: 1024px) {

  #parallax {
    height: auto;
  }

  .logo {
    width: 100%;
    margin-bottom: 30px;
    margin-top: 0px;
  }

  .logo img {
    width: 250px;
  }

  .sectionTitle {
    font-size: 23px;
  }

  .headerBox {
    width: 100% !important;
  }

  .ColRight {
    padding-left: 50px;
    padding-right: 50px;
  }

}

@media (max-width: 991px) {

  .col-md-7,
  .col-md-5 {
    width: 100% !important;
  }

  .textLeft {
    padding-left: calc(var(--bs-gutter-x)/ 2) !important;
  }

  .middleSection {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .containerHeader {
    width: 90% !;
  }

  .middleSection .downloadBTN {
    margin-bottom: 30px;
  }

  .geteBookBox {
    margin-top: 30px;
  }









}

@media (max-width: 768px) {

  .arrows {
    display: none;
  }

  .reportListing li {
    width: 100%;
  }

}

@media (max-width: 767px) {

  .mainTitle {
    font-size: 28px;
  }

  .smallTitle span {
    font-size: 20px;
  }

  .geteBookBox .sectionTitle {
    font-size: 20px;
  }

  .ColRight {
    padding: 0px;
  }





}

@media (max-width: 320px) {}