@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: #404040;
}

* {
  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: 16px;
}

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

a {
  color: #404040;
  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: #404040;

  position: relative;
}

.logo {
  display: inline-block;
  width: 300px;
  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: #fff;
  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: 0px;
  line-height: 1.6;
  position: relative;
  color: #1e4387;
  text-align: center;
}

/* .sectionTitle:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0px;
  width: 120px;
  height: 8px;
  background: #ec8823;
  left: 50%;
  margin-left: -60px;

} */

.lotsMore {

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

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

/* .geteBookBox {
  border-radius: 16px;
  background: #1E23A4;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
  padding: 25px 35px 40px 35px;
  width: 100%;
  text-align: center;

} */

.geteBookBox input[type=text],
.geteBookBox select,
.geteBookBox input[type=email], .geteBookBox input[type=tel] {
  background: transparent;
  outline: none;
  border: solid 1px #d4d4d4 !important;
  height: 50px;
  width: 100% !important;
  border: none;
  color: #27272a;
  border-radius: 10px;
  padding: 0px 15px;
  font-weight: 500;
  font-family: 'Inter', sans-serif;
}

.geteBookBox input[type=text]:focus,
.geteBookBox select:focus,
.geteBookBox input[type=email]:focus,
.geteBookBox input[type=tel]:focus  {
  background: #fff;
  border: solid 1px #FE621D !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: 700;
  background-color: #FE621D;
  color: #fff;
  border: none;
  font-family: 'Inter', sans-serif;

}

.geteBookBox input[type=submit]:hover {
  background-color: #ff8650;
}

.geteBookBox input[type=submit]:focus {
  /* border:4px solid #ed87223d;  */
}

.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;

}

.dashleft:before {
  left: 0px;
  margin-left: 0px;
}

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

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


::placeholder {
  color: #262626;
  opacity: 0.5;
}

:-ms-input-placeholder {
  color: #262626;
  opacity: 0.5;
}

::-ms-input-placeholder {
  color: #262626;
  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;
}

/*
.bookBG .parallax:before{
		content:"";
		position:absolute;
		top:0px;
		left:50%;
		width:250px;
		height:350px;
		z-index:0;
		display:block;
		background: rgb(30,66,133);
		background: linear-gradient(117deg, rgba(30,66,133,1) 0%, rgba(239,137,33,1) 100%);
	
}
.bookBG .parallax img{
	position:relative;
	z-index:1;
}*/


.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 15px;
  max-width: 290px;
  width: 100%;
  border-radius: 10px;
  background: #ee8822;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  border: none;
  text-decoration: none;
}

.downloadBTN:hover,
.downloadBTN:active,
.downloadBTN:focus {
  background: #db771d;
  color: #fff;
  transform: scale(1.1, 1.1);
}

.middleSection {
  padding-bottom: 80px;
}

/* .containerHeader {
  max-width: 1400px !important;
} */

/* .blueGradientBG{background: rgb(34,65,139);background: linear-gradient(180deg, rgba(34,65,139,1) 0%, rgba(12,119,209,1) 100%);color:#fff;} */
.blueGradientBG * {
  color: #404040
}

.title04 {
  font-size: 32px;
  font-weight: 600;
  color: #1E23A4;
  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;*/
  color: #1D46A9;
  font-size: 26px;
  text-align: left;
  font-weight: 700;
}

.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: #1E23A4;
  font-size: 18px;
  line-height: 1.5;
}

.reportListing li {
  width: 100%;

}

.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: #1E23A4;
}

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

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


/* New Landing page design */

.asset-bg-div {
  background: #1D46A9;
  /* background: linear-gradient(180deg, rgba(34, 65, 139, 1) 0%, rgba(12, 119, 209, 1) 100%); */
  color: #fff;
  transform: skew(0deg, -5.5deg);
  position: absolute;
  top: -130px;
  left: 0px;
  width: 100%;
  height: 660px;
}

.container {
  width: 100%;
  max-width: 1100px !important;

}

.mainTitle {
  text-align: left;
  font-size: 52px;
  font-weight: 800;
  color: #fff;
  line-height: 120%;
}

.geteBookBox {
  position: -webkit-sticky;
  position: sticky;
  top: 50px;
  width: 100%;
  padding: 32px;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  /* background-color: #fff; */
  box-shadow: 0px 7px 20px 0 rgb(95 95 95 / 7%);
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);

}

.reportheader,
.headerBox {
  text-align: left;
}

.logo {
  max-width: 190px;
}

.mobileView {
  display: none;
}
.reportListing{ padding-left: 20px;}
.reportListing ::marker {
  content: '\f00c';
  font-family: "Font Awesome 6 Free";
  width: 24px;
  height: 24px;
  border-radius: 100px;
  background-color: #FFEBD6;
  color: #FE621D;
  display: block;
 }

.reportListing li {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  font-weight: 500;
  padding-left: 8px;
}

.labelTop {
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 14px;
    letter-spacing: 2px;
    background-color: #09359f;
    padding: 4px 12px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 6px;
}

.logo {
  display: block;
}
.inputs-list li, .inputs-list { padding: 0px; list-style: none;}
footer p{ font-size: 14px; color: #525252;}
.hs-form-booleancheckbox {
  margin-top: 15px;
}
.hs-form-booleancheckbox label {
  display: flex;
  align-items: baseline;
  text-align: left;
  font-size: 14px;
}
.hs-form-booleancheckbox label input{ margin-right: 8px;}
.hs-error-msg{ color: red; font-size: 12px;}
ul.hs-error-msgs{ margin-bottom:0px !important;}
.inputs-list li, .inputs-list{ margin-bottom: 0px;}


.geteBookBox select.hs-input.is-placeholder {    
  color: #9d9d9d !important;
}
.geteBookBox select.hs-input {
  color: #27272a !important;
}


@media (max-width: 1400px) {
  .container {
    max-width: 1100px !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%;
  }
  .headerBox, .mainTitle, .reportheader{
    text-align: center;
  }
  .mainTitle{ padding-left: 15px; padding-right: 15px;}
  .mainTitle br{ display: none; }
  .logo{ margin-left: auto; margin-right: auto;}
  .geteBookBox{ position: relative;}
  .mobileView{ display: inline-block;}
  .downloadBTN{ color: #fff;} 
  .flexWrap{ margin-top: 52px;}
  .geteBookBox {
    padding-left: 28px;
    padding-right: 28px;
    max-width: 80%;
    margin: 0px auto;
}
}

@media (max-width: 600px) {
  .geteBookBox{ width: 100%; max-width: 100%;}
  .mainTitle{ font-size: 38px;}

}

@media (max-width: 375px) {
  .labelTop{ font-size: 14px;}
  .mainTitle{ font-size: 28px;}
  
}