@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:opsz,wght@6..12,200;6..12,300;6..12,400;6..12,500;6..12,600;6..12,700;6..12,800;6..12,900;6..12,1000&display=swap");
.landingPageTemplate {
  padding-top: 100px;
}
.landingPageTemplate .desktop-hide {
  display: none !important;
}
.landingPageTemplate .phone-hide {
  display: block !important;
}
.landingPageTemplate p {
  word-wrap: break-word;
}
.landingPageTemplate .landingPageForm .form-group {
  margin-bottom: 15px;
}
.landingPageTemplate .landingPageForm .cta {
  width: 100%;
  background: white;
  color: #467892;
  font-weight: bold;
}
.landingPageTemplate .landingPageForm input, .landingPageTemplate .landingPageForm textarea {
  font-size: 18px;
  height: 45px;
  border: none;
  background: #93b1c2;
}
.landingPageTemplate .landingPageForm textarea {
  height: 100px;
}
.landingPageTemplate .landingPageForm ::-moz-placeholder {
  color: white !important;
}
.landingPageTemplate .landingPageForm ::placeholder {
  color: white !important;
}
.landingPageTemplate .testimonial {
  background: rgba(245, 245, 245, 0.2117647059);
  padding: 20px;
  border-radius: 5px;
}
.landingPageTemplate .testimonial p {
  color: white !important;
  opacity: 0.8;
}
.landingPageTemplate .testimonial .company {
  margin-bottom: 0px;
  font-weight: bold;
  color: white;
}
.landingPageTemplate .testimonial .name {
  margin-bottom: 0px;
}
.landingPageTemplate .title {
  font-size: 45px;
  line-height: 1.3;
}
.landingPageTemplate .logos-big {
  margin: 30px 0px;
}
.landingPageTemplate .firstBlockContainer {
  padding: 100px;
}
.landingPageTemplate h1,
.landingPageTemplate h2 {
  font-weight: 700 !important;
  margin-bottom: 20px;
}
.landingPageTemplate .col {
  margin: auto;
}
.landingPageTemplate .btn-primary:hover,
.landingPageTemplate .btn-primary:active,
.landingPageTemplate .btn-primary:visited {
  background: #333 !important;
  border: none;
  outline: none !important;
}
.landingPageTemplate .cta {
  background: #b4353a;
  font-size: 18px;
  border: none;
  outline: none !important;
  font-weight: bold;
}
.landingPageTemplate .secondBlockContainer {
  background: #467892;
  padding: 50px;
  margin-bottom: 50px;
}
.landingPageTemplate .secondBlockContainer .imagetext {
  color: white;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
}
.landingPageTemplate .secondBlockContainer img {
  width: 100%;
}
.landingPageTemplate .thirdBlockContainer {
  margin-bottom: 50px;
}
.landingPageTemplate .thirdBlockContainer .col {
  margin: unset;
  flex: 1;
  padding: 15px;
}
.landingPageTemplate .icon {
  width: 40px;
  height: 40px;
}
.landingPageTemplate .icon-text {
  margin-bottom: 0px;
}
.landingPageTemplate .iconBox {
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0px 0px 100px whitesmoke;
  border: 1px solid #eee9e9;
  margin-bottom: 20px;
}
.landingPageTemplate .fourthBlockContainer {
  margin-bottom: 50px;
}
.landingPageTemplate .fourthBlockContainer .icon {
  margin-bottom: 20px;
}
.landingPageTemplate .fourthBlockContainer .iconBox {
  padding: 15px;
  margin-bottom: 20px;
}
.landingPageTemplate .fourthBlockContainer .subicons-title {
  font-weight: bold !important;
  color: black;
  margin-bottom: 20px;
}
.landingPageTemplate .fourthBlockContainer .icon-text {
  font-weight: 500 !important;
}
.landingPageTemplate .fiththBlockContainer {
  margin-bottom: 50px;
}
.landingPageTemplate .fiththBlockContainer .brochure-title {
  margin-bottom: 0px;
}
.landingPageTemplate .fiththBlockContainer .row {
  margin: 0px;
  background: #467892;
  padding: 20px;
  border-radius: 5px;
  color: white;
}
.landingPageTemplate .fiththBlockContainer .img-col {
  margin: auto;
  text-align: center;
}
.landingPageTemplate .fiththBlockContainer .img-col img {
  width: 150px;
}
.landingPageTemplate .fiththBlockContainer .brochure-form .form-group {
  display: -webkit-box;
}
.landingPageTemplate .fiththBlockContainer .brochure-form input {
  width: 60%;
  height: 50px;
  font-size: 15px;
  background: rgba(194, 214, 225, 0.6196078431);
  border: none;
}
.landingPageTemplate .fiththBlockContainer .brochure-form button {
  height: 50px;
  margin-left: 10px;
  font-size: 15px;
  color: #467892;
  font-weight: bold;
  background: white;
}
.landingPageTemplate .fiththBlockContainer .brochure-form ::-moz-placeholder {
  color: white !important;
}
.landingPageTemplate .fiththBlockContainer .brochure-form ::placeholder {
  color: white !important;
}
.landingPageTemplate .sixthBlockContainer {
  background: #467892;
  padding: 50px;
  color: white;
}
.landingPageTemplate .sixthBlockContainer img {
  margin-bottom: 20px;
}
.landingPageTemplate .sixthBlockContainer .col-form {
  margin: unset;
  margin-top: auto;
}
.landingPageTemplate .sixthBlockContainer .ajax-loader {
  bottom: 35px;
  left: 100px;
}

@media only screen and (max-width: 600px) {
  .page-template-landing_page .landingPageTemplate p {
    font-size: 16px;
  }
  .page-template-landing_page .landingPageTemplate .firstBlockContainer {
    padding: 0px;
  }
  .page-template-landing_page .landingPageTemplate h2 {
    font-size: 30px;
    line-height: 1.2;
  }
  .page-template-landing_page .landingPageTemplate h3 {
    font-size: 20px;
  }
  .page-template-landing_page .landingPageTemplate .phone-hide {
    display: none !important;
  }
  .page-template-landing_page .landingPageTemplate .desktop-hide {
    display: block !important;
  }
  .page-template-landing_page .landingPageTemplate .secondBlockContainer {
    padding: 40px 15px;
    margin: 30px 0px;
  }
  .page-template-landing_page .landingPageTemplate .secondBlockContainer .imagetext {
    font-size: 20px;
  }
  .page-template-landing_page .landingPageTemplate .sixthBlockContainer, .page-template-landing_page .landingPageTemplate .firstBlockContainer {
    padding: 40px 15px;
  }
  .page-template-landing_page .landingPageTemplate .testimonial {
    margin-bottom: 20px;
  }
}
/* webinare page */
.webinarPage {
  padding-top: 100px;
}
.webinarPage * {
  font-family: "Nunito Sans", sans-serif;
}
.webinarPage .hero-img {
  border-radius: 10px;
  margin-bottom: 50px;
}
.webinarPage .hero-title {
  line-height: 1.2;
}
.webinarPage input {
  box-shadow: none !important;
  border-radius: 5px !important;
  border: 1px solid rgb(237, 237, 237) !important;
}
.webinarPage .speakers ul {
  padding-left: 0px;
  display: flex;
  gap: 15px;
}
@media only screen and (max-width: 600px) {
  .webinarPage .speakers ul {
    flex-direction: column;
  }
}
.webinarPage .speakers ul li {
  list-style: none;
  margin-bottom: 20px;
  display: inline-flex;
  padding: 20px;
  border-radius: 10px;
  border: 1px solid rgb(237, 237, 237);
  width: 50%;
}
@media only screen and (max-width: 600px) {
  .webinarPage .speakers ul li {
    width: 100%;
    display: block;
  }
}
.webinarPage .speakers ul li img {
  width: 100px;
  height: 100px !important;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 100%;
  -o-object-position: top center;
     object-position: top center;
  margin-right: 20px;
}
@media only screen and (max-width: 600px) {
  .webinarPage .speakers ul li img {
    margin-bottom: 20px;
  }
}
.webinarPage .speakers ul li .data {
  width: 70%;
}
@media only screen and (max-width: 600px) {
  .webinarPage .speakers ul li .data {
    width: 100%;
  }
}
.webinarPage .speakers ul li .data .name {
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 18px;
}
.webinarPage .speakers ul li .data .position {
  font-size: 15px;
}
.webinarPage .speakers ul li .data .details {
  font-size: 14px;
  color: gray;
}
@media only screen and (max-width: 600px) {
  .webinarPage iframe {
    height: 110vh;
  }
}/*# sourceMappingURL=landingPage.css.map */