@font-face {
  font-family: "Avenir LT Std Roman";
  src: url(fonts/AvenirLTStd-Roman.otf);
}
@font-face {
  font-family: "Avenir LT Std Black";
  src: url(fonts/AvenirLTStd-Black.otf);
}
body {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #bdb9f0;
  line-height: 28px;
  overflow-x: hidden;
  font-family: "Avenir LT Std Roman";
  background: white !important;
}
.header-section .header-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.header-section {
  width: 100%;
  position: fixed;
  z-index: 999;
  top: 0px;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  padding: 15px 0;
  background: transparent;
}
.header-section .header-wrapper {
  justify-content: space-between;
  align-items: center;
}
.header-section .header-wrapper .logo a {
  display: block;
}
.dynamicColorBlack {
  color: #333333 !important;
}
.header-section .header-wrapper .logo a img {
  width: 100%;
}
.dynamicColor {
  background: #fff !important;
  box-shadow: 0 4px 10px 0 rgb(0 0 0 / 12%) !important;
}
@media (min-width: 768px) {
  .display-hero {
    display: none;
  }
  .prev,
  .prev2,
  .prev3,
  .next,
  .next2,
  .next3 {
    display:none;
  }
  .img-container {
    left: 70%;
    margin-top: auto;
    display: inline-block;
    bottom: 300px;
  }
  .image-size {
    margin-left: 50px;
    height: 368.52142333984375px;
    width: 665.2611083984375px;
    border-radius: 0px;
    margin-left: 110px;
  }
  .img-container-2 {
    display: none !important;
  }
  .dynamicColorBlack {
    color: #333333 !important;
  }
  .dynamicColorWhite {
    color: #fff !important;
  }
  .right-image {
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 135% !important;
  }
  .banner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background: #222327;
  }
  .image-footer {
    /* position: relative; */
    /* top: -180px !important; */
    right: 32% !important;
  }
  .bottom-button {
    top: -70px !important;
  }
  .custom-button {
    color: #fff !important;
    height: 57px !important;
    width: 185px;
    border: 1px solid #5da1ec !important;
    -webkit-border-radius: 25px !important;
    -moz-border-radius: 25px !important;
    border-radius: 10px !important;
    text-transform: capitalize !important;
    font-size: 16px !important;
    text-transform: uppercase !important;
    background: #5da1ec !important;
    font-family: Avenir LT Std Black !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    padding: 18px 0px 0px 0px !important;
  }
  .custom-button:hover {
    color: #5da1ec;
    border-color: #5da1ec;
  }
  .heading-font {
    font-family: Avenir LT Std Roman !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .footer-content {
    font-family: Avenir LT Std Roman !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  a {
    color: #333333;
  }
}
@media (max-width: 768px) {
  .header-color {
    font-family: Avenir LT Std Roman !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .prev,
  .prev2,
  .prev3,
  .next,
  .next2,
  .next3 {
    display: inline-block;
    color: #fff !important;
  }
  .header-section {
    position: fixed;
  }
  .trial-button {
    text-align: center;
    bottom: 25px;
  }
  .trial-wrapper {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .image-footer {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  #snackbar {
    visibility: hidden;
    max-width: 250px;
    background-color: #11d128;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    right: 6%;
    top: 14%;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .arrange-hero {
    width: 321px;
    height: 225px !important;
    margin-bottom: 15px;
    text-align: center;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  #snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #11d128;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    padding: 16px;
    position: fixed;
    z-index: 100;
    right: 10%;
    top: 15%;
    font-size: 14px;
  }
}
#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}
.text-color {
  color: #000000 !important;
}
.text-color-change {
  color: #292929 !important;
}
@media (max-width: 768px) {
  .font {
    font-family: Avenir LT Std Black !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 26px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .footer-text {
    font-family: Avenir LT Std Roman;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
  }
  .trial-wrapper {
    border-radius: 2.09453px !important;
  }
  .padding-top {
    padding-top: 40px !important;
  }
  .padding-bottom {
    padding-bottom: 0px !important;
  }
  .para-text {
    font-family: Avenir LT Std Roman !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    margin-left: 17px;
    margin-right: 17px;
  }
  .img-hide {
    display: none;
  }
  .type-left,
  .type-right {
    font-family: Avenir LT Std Black !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 23px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .right-para,
  .left-para {
    font-family: Avenir LT Std Roman !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
}
.change-bg {
  background: #f5fbff;
}
.color-grey {
  color: #888888;
}
@media (min-width: 768px) {
  .footer-text {
    font-family: Avenir LT Std Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
    color: #000000;
  }
  .main-text {
    font-family: Avenir LT Std Roman !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 45px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    min-width: 660px !important;
  }
  .left-para {
    font-family: Avenir LT Std Roman !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .right-para {
    font-family: Avenir LT Std Roman !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    min-width: 472px !important;
  }
  .para-text {
    font-family: Avenir LT Std Roman !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 28px !important;
    letter-spacing: 0em !important;
  }
  .footer-main-heading {
    font-family: Avenir LT Std Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
    max-width: 257px;
    margin-top: 10px;
  }
  .p-text {
    font-family: Avenir LT Std Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.modal-content {
  color: #5da1ec;
}
.center {
  text-align: center;
}
.active {
  color: #fff !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  padding-left: 25%;
  padding-right: 25%;
  padding-bottom: 20%;
}
.modal-open {
  overflow: hidden;
}
.contact-wrapper {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #5da1ec;
  padding: 0px 20px 0;
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  .contact-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .contact-wrapper {
    margin-bottom: 100px;
  }
  .send-button {
    background: #fff !important;
    height: 41.0550651550293px !important;
    min-width: 140px !important;
    left: 654px !important;
    top: 616.9669799804688px !important;
    border-radius: 7.202643394470215px !important;
    font-family: Avenir LT Std Roman !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    margin-bottom: 10px !important;
  }
  .send-button:hover {
    color: rgb(25, 131, 223) !important;
  }
  .font {
    font-family: Avenir LT Std Black !important;
    font-size: 36px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    letter-spacing: 0em !important;
  }
  .type-left {
    font-family: Avenir LT Std Black !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .type-left-2 {
    font-family: Avenir LT Std Black;
    font-size: 28px;
    font-weight: 800;
    line-height: 32px;
    letter-spacing: 0em;
    text-align: left;
    margin: 45px 10px 10px 0px;
  }
  .left-2 {
    margin: 0px 0px 0px 60px;
    font-family: Avenir LT Std Roman;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 0em;
    text-align: left;
  }
  .bottom-button {
    background-color: #ffffff !important;
    color: #5da1ec !important;
    font-family: Avenir LT Std Roman !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    height: 57px !important;
    border-radius: 10px !important;
  }
  .type-right {
    font-family: Avenir LT Std Black !important;
    font-size: 34px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 45px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
}
@media (min-width: 768px) {
  .contact-wrapper {
    margin-bottom: 0;
  }
  .small-icon {
    width: 20px;
    height: 20px;
  }
  .header-section .header-wrapper .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-left: auto;
  }
  .header-section .header-wrapper .menu li {
    padding: 5px;
    position: relative;
  }
  .header-section .header-wrapper .menu li a {
    text-transform: capitalize;
    padding: 7px 10px;
  }
  .header-section .header-wrapper .menu li .submenu {
    min-width: 200px;
    background: #3b368c;
    box-shadow: 0 0 5px rgba(136, 136, 136, 0.1);
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
    z-index: 999;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header-section .header-wrapper .menu li .submenu li {
    padding: 0;
  }
  .header-section .header-wrapper .menu li .submenu li a {
    text-transform: capitalize;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    padding: 6px 15px;
    color: #fff;
    width: 100%;
    font-weight: 400;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .header-section .header-wrapper .menu li .submenu li a:hover {
    color: #ee4730;
    padding-left: 20px;
    background: #fff;
  }
  .header-section .header-wrapper .menu li .submenu li:last-child > a {
    border: none;
  }
  .header-section .header-wrapper .menu li .submenu li .submenu {
    left: 100%;
    top: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: left;
  }
  .header-section .header-wrapper .menu li .submenu li:hover > .submenu {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
  }
  .header-section .header-wrapper .menu li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: block !important;
  }
}
.contact-form .form-group label {
  font-size: 18px;
  font-weight: 600;
  font-family: "Avenir LT Std Roman";
  color: #fff;
}
.contact-form .form-group input {
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #5da1ec;
  padding: 0 30px;
  height: 55px;
  color: #fff;
}
.contact-form .form-group input[type="submit"] {
  cursor: pointer;
  background-color: #fff;
  color: #5da1ec;
  font-weight: 700;
  padding: 0;
  width: 100%;
  padding: 0 50px;
  text-transform: uppercase;
  margin: 0 auto;
  display: block;
  border: none;
  border-radius: 10px;
}
.contact-form .form-group button {
  border: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: -moz-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
  background: -webkit-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
  background: -ms-linear-gradient(0deg, #e2906e 0, #e83a99 100%);
  box-shadow: 2.419px 9.703px 12.48px 0.52px rgba(232, 58, 153, 0.5);
  width: auto;
  padding: 0 45px;
  color: #fff;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .contact-form .form-group button {
    margin-top: 40px;
  }
  .contact-form .form-group textarea {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 10px;
    border: #fff solid 1px;
    background-color: #5da1ec;
    padding: 30px;
    height: 140px;
    color: #fff;
  }
}

.contact-form .form-group .form-check {
  align-items: center;
  padding: 0;
  padding-top: 10px;
  padding-bottom: 15px;
}
.contact-form .form-group .form-check input {
  width: 22px;
  height: 22px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: 0 0;
}
@media (max-width: 768px) {
  .min-padding {
    padding-top: 10px !important;
  }
}
.oh {
  overflow: hidden;
}
.banner-bottom {
  padding-bottom: 20px;
}
.mb-30-none {
  margin-bottom: -30px !important;
}
.contact-form .form-group .form-check label {
  margin: 0;
  padding-left: 10px;
  width: calc(100% - 22px);
  font-size: 16px;
  font-weight: 400;
  font-family: "Avenir LT Std Roman";
}
.contact-form .form-group:last-child {
  -webkit-transform: translateY(23px);
  -ms-transform: translateY(23px);
  transform: translateY(23px);
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  padding: 15px;
}
.contact-form .form-group input,
.contact-form .form-group textarea {
  padding: 15px;
}
.close1 {
  color: #fff !important;
  float: right;
  font-size: 28px;
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 15px;
}
.close2 {
  color: #fff;
  float: right;
  font-size: 28px;
  position: absolute;
  top: 5px;
  cursor: pointer;
  right: 15px;
}
.modal-content {
  background: #5da1ec !important;
}
.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.error {
  color: #f73e3e;
  font-size: 14px;
}
.error2 {
  color: #f73e3e;
  font-size: 14px;
}
.hide {
  opacity: 0;
}
.invalid {
  border: 1px #fff;
}
.invalid2 {
  border: 1px #fff;
}
.hide2 {
  opacity: 0;
}
.paragraph {
  padding-bottom: 40px;
}
.modal-content {
  border: 14.41px !important;
}
@media (max-width: 768px) {
  .main-text {
    font-family: Avenir LT Std Roman;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 20px;
  }
  .footer-main-heading {
    margin-top: 5px;
  }
  a {
    color: #333333 !important;
  }
  .main-para {
    font-family: Avenir LT Std Roman !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    color: #606060 !important;
  }
  .center-text {
    text-align: center !important;
    font-size: 18px;
    line-height: 40px;
  }
  .center {
    text-align: center;
  }
}
.footer-text-width {
  max-width: 678px;
}
.text-detail {
  font-family: Avenir LT Std Black;
  font-size: 36px;
  font-style: normal;
  font-weight: 800;
  line-height: 45px;
  color: white;
}
.title {
  color: #333333;
}
.bg-banner {
  background-color: #f5fbff;
}
.custom-bg {
  background: #5da1ec;
}
.footer-content {
  cursor: pointer !important;
}
.heading-font {
  cursor: context-menu !important;
}
.footer-main-heading {
  cursor: context-menu !important;
}
.change-color {
  color: #5da1ec !important;
  border: 1px solid #fff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  border-radius: 25px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 10px 35px;
  font-size: 16px;
  text-transform: uppercase;
  background: #fff;
}
.banner-5 .container {
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .banner-5 {
    background: #f5fbff;
    padding: 185px 0 140px;
  }
  .header-section {
    padding-bottom: 25px;
  }
  .header-section .header-wrapper .menu {
    position: absolute;
    top: 75%;
    left: 0;
    width: 100%;
    max-height: calc(100vh - 130px);
    z-index: 9;
    background-color: #5da1ec;
    overflow-y: auto;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
    -webkit-transition: all ease 0.3s;
    -moz-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    transform-origin: top;
  }
  .header-section .header-wrapper .menu li {
    width: 100%;
    height: 48px;
    padding: 0;
  }
  .header-section .header-wrapper .menu li a {
    padding: 5px 10px;
    display: flex;
    align-items: center;
    font-weight: 500;
    text-transform: capitalize;
    justify-content: space-between;
  }
  .header-section .header-wrapper .menu li a:hover {
    background: rgb(42, 113, 191);
    color: #fff;
  }
  .header-section .header-wrapper .menu li a.header-button {
    display: inline-flex;
    padding: 10px 50px;
    background: #fff;
    border: none;
    color: #3b368c;
    margin-bottom: 15px !important;
    margin-top: 15px !important;
  }
  .header-section .header-wrapper .menu li .submenu {
    display: none;
    padding-left: 20px;
  }
  .header-section .header-wrapper .menu li .submenu li a {
    font-size: 16px;
  }
  .header-section .header-wrapper .menu.active {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@media (max-width: 768px) {
  .banner-5 {
    padding: 145px 0 100px;
  }
}
.banner-5 .container {
  position: relative;
  z-index: 99;
}
.padding-bottom {
  padding-bottom: 80px;
}
.padding-bottom-2 {
  padding-bottom: 40px;
}
::placeholder {
  font-family: Avenir LT Std Roman;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
}
@media (min-width: 768px) {
  .form-head {
    font-family: Avenir LT Std Roman;
    font-size: 26px;
    font-style: normal;
    font-weight: 800;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: center;
    margin-top: 10px !important;
  }
  .trial-button {
    padding-left: 10px;
  }
  .set-input {
    border-radius: 10px !important;
    height: 55px !important;
    border: #fff solid 1px !important;
    background-color: #5da1ec !important;
  }
  label {
    font-family: Avenir LT Std Roman !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .main-para {
    font-family: Avenir LT Std Roman !important;
    font-size: 22px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 32px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
    min-width: 600px;
  }
  .padding-top-2 {
    padding-top: 50px;
  }
  .padding-bottom-2 {
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  .d-lg-none {
    display: none !important;
  }
}
.advance-feature-item {
  display: flex;
  flex-wrap: wrap;
}
.advance-feature-item {
  margin: 0 -15px;
  align-items: center;
}
.advance-feature-item .advance-feature-content,
.advance-feature-item .advance-feature-thumb {
  width: 50%;
  padding: 0 15px;
}
.advance-feature-item .advance-feature-content img,
.advance-feature-item .advance-feature-thumb img {
  width: 100%;
}
@media (max-width: 768px) {
  .advance-feature-item .advance-feature-content,
  .advance-feature-item .advance-feature-thumb {
    width: 100%;
  }
  .header-section.active {
    background: #2a71bf !important;
    top: 0;
  }
}
@media (max-width: 768px) {
  .advance-feature-item .advance-feature-thumb {
    max-width: 450px;
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .advance-feature-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .mt-30 {
    margin-top: 30px;
  }
}
.advance-feature-item.style-two .advance-feature-thumb {
  width: calc(100% - 610px);
}
.advance-feature-item.style-two .advance-feature-content {
  width: 610px;
  padding: 0 15px;
}
.advance-feature-item.style-two .advance-feature-content img {
  width: 100%;
}
@media (min-width: 768px) {
  .advance-feature-item.style-two {
    justify-content: space-between;
  }
  .advance-feature-item.style-two .advance-feature-thumb {
    max-width: 540px;
  }
  .advance-feature-item.style-two .advance-feature-thumb img {
    width: auto;
  }
}
@media (min-width: 768px) {
  .advance-feature-item.style-two .advance-feature-thumb {
    max-width: 800px;
  }
  .dot3:hover,
  .dot2:hover,
  .dot:hover {
    background-color: #2a71bf;
  }
}
@media (min-width: 768px) {
  .advance-feature-item.style-two:nth-child(odd) .advance-feature-thumb {
    direction: rtl;
  }
  .advance-feature-item.style-two:nth-child(odd) .advance-feature-thumb img {
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .header-color {
    font-size: 20px;
  }
  .active2,
  .dot3:hover,
  .dot2:hover,
  .dot:hover {
    background-color: #2a71bf;
  }
  .footer-content {
    font-family: Avenir LT Std Roman;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
  }
  .text-detail {
    font-family: Avenir LT Std Black !important;
    font-size: 20px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 18px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .section-header .cate {
    margin-bottom: 25px;
  }
}
.section-header .title:last-child {
  margin-bottom: -19px;
}

@media (min-width: 768px) {
  .header-color {
    font-family: Avenir LT Std Roman;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0em;
    text-align: center;
  }
}
.active2,
.dot:hover {
  background-color: #2a71bf !important;
}
.section-header.left-style {
  text-align: left;
  margin-left: 0;
  max-width: 100%;
}
.section-header .cate {
  margin-bottom: 20px;
  color: #5da1ec;
}
@media (max-width: 768px) {
  .section-header .cate {
    margin-bottom: 25px;
  }
  .banner-content-13 .cate {
    margin-bottom: 10px;
  }
}
body {
  margin: 0;
  font-family: "Avenir LT Std Roman";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
section {
  display: block;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.modal-open {
  overflow: hidden;
}
.modal-content {
  position: relative;
  border: 14.41px solid #5da1ec;
  background-color: #5da1ec;
  margin: auto;
  padding: 20px;
  width: 80%;
  border-radius: 5px;
  background: #5da1ec;
  box-shadow: 0 11px 19.2px 0.8px rgb(66 58 232 / 10%);
  padding: 0 40px 30px;
}
@media (max-width: 768px) {
  .modal-content {
    overflow: scroll;
    height: 480px;
    width: 95%;
    padding: 0;
    min-height: 100%;
  }
  .close1 {
    top: 10px !important;
    position: sticky !important;
    cursor: pointer;
    right: 10px !important;
    left: 92%;
    width: 18px;
  }
  .close2 {
    top: 10px !important;
    position: sticky !important;
    cursor: pointer;
    right: 10px !important;
    left: 92%;
    width: 18px;
  }
  .modal {
    display: none;
    position: fixed;
    z-index: 9999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto !important;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.4);
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20%;
  }
  .contact-form .form-group input[type="submit"] {
    height: 60px !important;
    padding: 15px !important;
    width: 100% !important;
  }
  .contact-form .form-group input,
  .contact-form .form-group textarea {
    padding-left: 5px !important;
  }
}
.form-head {
  color: white;
}
*,
::after,
::before {
  box-sizing: border-box;
}
html {
  font-family: Avenir LT Std Roman;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
a {
  color: #fff;
  text-decoration: none;
  background-color: transparent;
}
img {
  vertical-align: middle;
  border-style: none;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button,
input {
  overflow: visible;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
}
@media (max-width: 768px) {
  .container {
    max-width: 540px;
  }
  ::placeholder {
    color: #fff;
  }
}
@media (min-width: 768px) {
  .ml {
    margin-left: 20px;
  }
  .container {
    max-width: 720px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 1140px;
  }
  .spread {
    display: block !important;
    width: 50%;
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.col-12,
.col-4,
.col-lg-5,
.col-lg-7 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
textarea {
  height: 100px !important;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .fix-input {
    width: 48%;
    border-radius: 10px;
    border: #fff solid 1px;
    background-color: #5da1ec;
  }
  ::placeholder {
    color: #fff;
  }
}
.col-lg-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: auto;
  outline: 0;
}
.d-none {
  display: none !important;
}
@media (min-width: 768px) {
  .d-lg-block {
    display: block !important;
  }
}
@media (min-width: 768px) {
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
}
.text-center {
  text-align: center !important;
}
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:300,300i,400,400i,500,500i,600,600i,700,700i|Open+Sans:400,400i,600,700&display=swap);
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
textarea {
  resize: vertical;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
a {
  background-color: transparent;
}
img {
  border-style: none;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
textarea {
  overflow: auto;
}
html {
  font-size: 18px;
  scroll-behavior: smooth;
}

body {
  font-family: Avenir LT Std Black;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
}
p {
  margin-top: -12px;
}
h3 {
  font-size: 28px;
  line-height: 38px;
  margin-top: -14px;
  font-weight: 600;
}
p:last-child {
  margin-bottom: -7px !important;
}
@media (min-width: 768px) {
  h1 {
    font-size: 80px;
  }
  .modal {
    padding-top: 65px !important;
  }
  h2 {
    font-size: 40px;
    line-height: 64px;
    margin-top: -20px;
  }
  h3 {
    font-size: 36px;
    line-height: 46px;
    margin-top: -16px;
  }
  h4 {
    font-size: 28px;
    line-height: 38px;
    margin-top: -14px;
  }
  h5 {
    font-size: 24px;
    line-height: 28px;
    margin-top: -9px;
  }
}
a {
  display: inline-block;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

input,
select,
textarea {
  width: 100%;
  background-color: #fff;
  border: 1px solid #bccaea;
  outline: 0;
}
textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

button,
input,
select,
textarea {
  width: 100%;
  background-color: #5da1ec;
  border: 1px solid #fff;
  outline: 0;
  color: #fff;
}
textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}
button,
input,
select {
  height: 50px;
  color: #fff;
}
button,
label,
select {
  cursor: pointer;
}
input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}
button,
label,
select {
  cursor: pointer;
}
input {
  background: #f4f4f4;
  border: 1px solid transparent;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-left: 10px;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
input[type="submit"] {
  cursor: pointer;
  background-color: #fff;
  color: #5da1ec;
  font-weight: 700;
  padding: 0;
}
.trial-wrapper {
  display: flex;
  flex-wrap: wrap;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.padding-top {
  padding-top: 80px;
}
.padding-bottom {
  padding-bottom: 80px;
}
.padding-top-2 {
  padding-top: 40px;
}
.padding-bottom-2 {
  padding-bottom: 40px;
}
.header-section.header-cl-black .header-wrapper .header-bar span {
  background: #fff;
}
.header-section.header-white-dark.active .header-wrapper .header-bar span {
  background: #fff;
}
.header-section.header-white-dark .header-wrapper .header-bar span {
  background: #fff;
}
.header-bar {
  position: relative;
  cursor: pointer;
  width: 25px;
  height: 20px;
  margin-left: auto;
}
.header-icon-black {
  background-color: #333333 !important;
}
.header-icon-white {
  background-color: #fff;
}
.header-bar span {
  position: absolute;
  display: inline-block;
  height: 3px;
  width: 100%;
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background-color: #fff;
  left: 0;
}
.header-bar span:first-child {
  top: 0;
}
.header-bar span:nth-child(2) {
  top: 52%;
  transform: translateY(-65%);
}
.header-bar span:last-child {
  bottom: 0;
}
.header-bar.active span:first-child {
  -webkit-transform: rotate(45deg) translate(3px, 9px);
  -ms-transform: rotate(45deg) translate(3px, 9px);
  transform: rotate(45deg) translate(3px, 9px);
}
.header-bar.active span:nth-child(2) {
  opacity: 0;
}
.header-bar.active span:last-child {
  -webkit-transform: rotate(-45deg) translate(3px, -9px);
  -ms-transform: rotate(-45deg) translate(3px, -9px);
  transform: rotate(-45deg) translate(3px, -9px);
}
@media (min-width: 768px) {
  .padding-top {
    padding-top: 100px;
  }
  .padding-bottom {
    padding-bottom: 100px;
  }
  .padding-top-2 {
    padding-top: 50px;
  }
  .padding-bottom-2 {
    padding-bottom: 50px;
  }
}
@media (max-width: 768px) {
  p {
    font-size: 16px;
  }
  .only-top {
    padding-top: 60px;
  }
}
@media (min-width: 768px) {
  .padding-top {
    padding: 70px;
  }
  .padding-bottom {
    padding-bottom: 70px;
  }
  .padding-top-2 {
    padding-top: 100px;
  }
  .padding-bottom-2 {
    padding-bottom: 60px;
  }
  .only-top {
    padding-top: 70px;
    height: 700px;
  }
}
.mb-30 {
  margin-bottom: 10px;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
  visibility: hidden;
  opacity: 0;
}
.section-header {
  text-align: center;
  margin: 0 auto 40px;
  max-width: 620px;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .section-header .cate {
    margin-bottom: 25px;
  }
  .footer-width {
    font-family: Avenir LT Std Roman;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.section-header .title {
  margin-bottom: 18px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .section-header .title {
    margin: 20px 0 24px 0;
  }
  .mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .section-header {
    margin-bottom: 60px;
  }
  .section-header.mb-olpo {
    margin-bottom: 45px;
  }
}
@media (min-width: 768px) {
  .footer-top {
    padding-bottom: 70px;
  }
}
.copyright {
  text-align: center;
  color: #fff;
  padding: 22px 0;
}
.copyright p {
  margin: 0 !important;
}
.footer-section {
  position: relative;
  overflow: hidden;
}
.footer-section::before {
  top: -3px;
  left: 0;
  width: 100%;
  height: 180px;
  background-size: cover;
}
@media (min-width: 768px) {
  .footer-section::before {
    height: 210px;
  }
  .arrange-side {
    display: flex !important;
  }
  .resize-icon {
    width: 40px;
    height: 40px;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .footer-section::before {
    display: none;
  }
  .resize-icon {
    width: 40px;
    height: 40px;
    margin-top: 25px;
  }
  .arrange-below-1 {
    width: 100%;
  }
}
.footer-section .container {
  position: relative;
  z-index: 1;
}
.banner-5 {
  position: relative;
}
@media (min-width: 768px) {
  .banner-5 {
    padding: 130px 0 0;
  }
}
.banner-5 .container {
  position: relative;
  z-index: 99;
}
@media (max-width: 768px) {
  .banner-5 {
    background: #f5fbff;
    padding: 185px 0 80px;
  }
}
.banner-content-5 {
  position: relative;
  z-index: 9;
}
.banner-content-5 .title {
  font-size: 40px;
  line-height: 86px;
  margin-bottom: 15px;
}
.banner-content-5 p {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 38px;
}
@media (max-width: 768px) {
  .banner-content-5 .title {
    font-size: 50px;
    line-height: 70px;
  }
}
.heading-font {
  font-weight: bolder;
}
@media (max-width: 768px) {
  .banner-content-5 .title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .banner-content-5 p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 768px) {
  .banner-content-5 .title {
    margin-bottom: 10px;
  }
  .arrange-button {
    display: flex;
    justify-content: center;
  }
  .banner-content-5 p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
  }
}
.trial-wrapper {
  align-items: center;
  justify-content: space-between;
  padding-left: 58px;
  padding-right: 58px;
  border-radius: 10px;
}
.trial-wrapper .trial-content {
  width: 50%;
}
.trial-wrapper * {
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .trial-wrapper .trial-button,
  .trial-wrapper .trial-content {
    width: 100%;
  }
  .trial-wrapper .trial-content {
    margin-bottom: 45px;
  }
}
.trial-wrapper .trial-content .title {
  max-width: 380px;
  margin-bottom: 27px;
}
.row {
  counter-reset: how-counter;
}
.trial-wrapper.style-three {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.advance-feature-item.style-two .advance-feature-content {
  width: 610px;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .advance-feature-item.style-two .advance-feature-content,
  .advance-feature-item.style-two .advance-feature-thumb {
    width: 50%;
  }
}
@media (max-width: 768px) {
  .advance-feature-item.style-two .advance-feature-content,
  .advance-feature-item.style-two .advance-feature-thumb {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .phone-menu {
    color: #fff !important;
  }
  .custom-button {
    max-height: 40.67026901245117px !important;
    width: 132px !important;
    border-radius: 7.135134696960449px !important;
    font-family: Avenir LT Std Roman !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    background-color: #5da1ec !important;
    color: #ffffff !important;
    padding: 7px 10px !important;
  }
  .footer-top {
    display: block;
  }
  .arrange-below-1 {
    margin-top: 30px;
    margin-bottom: 30px;
    min-width: 300px;
  }
  .set-input {
    height: 43.62px !important;
  }
  .send-button {
    background: #fff !important;
    width: 297px !important;
    height: 373px !important;
    border-radius: 7.202643394470215px !important;
    font-family: Avenir LT Std Roman !important;
    font-size: 16px !important;
    font-style: normal !important;
    font-weight: 900 !important;
    line-height: 19px !important;
    letter-spacing: 0em !important;
    text-align: center !important;
  }
  .form-head {
    font-family: Avenir LT Std Roman;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
  }
  .small-image {
    margin-left: 15%;
    min-width: 275px;
  }
  .bottom-button {
    border-radius: 4.543126583099365px !important;
    height: 40.67026901245117px !important;
    width: 132px !important;
    font-family: Avenir LT Std Roman !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    letter-spacing: 0em !important;
    text-align: center !important;
    background-color: #ffffff !important;
    color: #5da1ec !important;
    padding: 10px 10px !important;
  }
}
@media (min-width: 768px) {
  .large-button {
    padding: 20px 55px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 10px;
  }
}
@media (max-width: 768px) {
  .desktop {
    display: none;
  }
  .heading-font {
    font-family: Avenir LT Std Roman;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: left;
  }
  label {
    font-family: Avenir LT Std Roman !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 800 !important;
    line-height: 14px !important;
    letter-spacing: 0em !important;
    text-align: left !important;
  }
  .padding-bottom {
    padding-bottom: 40px !important;
  }
}
.resize {
  width: 550px;
  height: 350px;
}
audio::-webkit-media-controls-timeline,
video::-webkit-media-controls-timeline {
  display: none;
}
video::-webkit-media-controls-fullscreen-button {
  display: none;
}
/* slideshow trial starts */
* {
  box-sizing: border-box;
}

.mySlides,
.mySlides2,
.mySlides3 {
  display: none;
}
img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.prev2,
.prev3,
.next,
.next2,
.next3 {
  background: #dbd8d8;
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next,
.next2,
.next3 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

.dot,
.dot3,
.dot2 {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev,
  .prev2,
  .prev3,
  .next,
  .next2,
  .next3,
  .text {
    font-size: 11px;
  }
}
/* slideshow trial ends */
.iso img {
  display: block;
  margin-left: 0px;
  margin-top: 0px;
  width: 30%;
}