@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
.btn-text {
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
}

.btn-text {
  display: inline-block;
  margin: 0;
  font-size: .7rem;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  background-color: transparent;
  color: #ccc;
  border: none;
  position: relative;
  z-index: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.btn-text::before {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  border: solid 1px currentColor;
  border-width: 1px 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms, -webkit-transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}

.btn-text::after {
  display: none;
}

.btn-text.color-light {
  color: #fff;
}

.btn-text.color-light polygon {
  fill: #fff;
}

.btn-text:hover {
  color: #ccc;
}

.btn-text:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.btn-text:hover polygon {
  fill: #ccc;
}

.btn-text span {
  margin-right: .5rem;
}

.btn-text svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 9px;
  position: relative;
  bottom: 1px;
}

.btn-text polygon {
  fill: #ccc;
  -webkit-transition: fill .4s;
  transition: fill .4s;
}

.btn-border {
  border: solid 1px #1b75bb;
  background-color: transparent;
  color: #4fb969;
  border-radius: 5px;
  font-size: .95rem;
  font-weight: 400;
  text-transform: capitalize;
  padding: 5px 30px;
}

.btn-border:hover {
  background-color: #4fb969;
  color: #fff;
}

.btn-border:hover polygon {
  fill: #4fb969;
}

.btn-border polygon {
  fill: #4fb969;
}

.btn-green {
  border: solid 1px #4fb969;
  color: #4fb969;
}

.btn-green:hover {
  background-color: #4fb969;
  color: #fff;
}

.btn-green:hover polygon {
  fill: #4fb969;
}

.btn-green polygon {
  fill: #4fb969;
}

.btn-white {
  border: solid 1px #fff;
  color: #fff;
}

.btn-white:hover {
  background-color: #4fb969;
  border: solid 1px #4fb969;
  color: #fff;
}

.btn-white:hover polygon {
  fill: #4fb969;
}

.btn-white polygon {
  fill: #4fb969;
}

body {
  font-family: 'Roboto', sans-serif !important;
  font-size: 1rem !important;
  font-weight: 400 !important;
}

a:hover {
  text-decoration: none;
}

input:focus, button:focus, a:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: none !important;
  outline: 0;
}


ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

.block-mobile-nav.active {
  right: 0;
}

.block-wrapper.active .block-ui {
  right: 260px;
}

.block-wrapper .block-ui {
  position: relative;
  right: 0;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
}

.block-wrapper {
  width: 100%;
  overflow: hidden;
}

.callback-btn {
  color: #51BBE5 !important;
  border: 2px solid #51BBE5 !important;
  border-radius: 100px !important;
  height: 44px !important;
  line-height: 26px;
  padding: 6px 15px !important;
  display: inline-block !important;
  margin-top: 10px !important;
}

@media (min-width: 600px) {
  .callback-btn {
    margin-top: -20px !important;
  }
}

.is-sticky .site-header .callback-btn {
  color: #fff !important;
  border: 2px solid #51BBE5 !important;
  background-color: #51BBE5;
}

.block-slider {
  position: relative;
  width: 100%;
  /* height: 100%; */
}

/* .block-slider .js-slick-home {
  height: 100vh;
} */

.block-slider .js-slick-home div img {
  width: 100%;
  /* height: 100vh;
  -o-object-fit: cover;
     object-fit: cover; */
}

.block-slider .js-slick-home .slick-slide {
  position: relative;
}

.block-slider .js-slick-home .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.42);
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.caption-block {
  position: absolute;
  width: 90%;
  top: 14%;
  left: 5%;
  color: #fff;
  text-align: center;
}

.caption-block span {
  display: block;
  overflow: hidden;
}

.caption-block h1 {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .caption-block h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  .caption-block h1 {
    font-size: 1.4rem;
  }
}

.caption-block h1 b {
  font-weight: bold;
}

.caption-block h4 {
  font-weight: 400;
  line-height: 35px;
}

@media (max-width: 640px) {
  .caption-block h4 {
    font-size: 20px;
    line-height: 32px;
  }
}

@-webkit-keyframes yourAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
  }
}

@keyframes yourAnimation {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(xx) translateY(0);
            transform: rotate(xx) translateY(0);
  }
}

.slick-active .caption-block span:nth-child(1) {
  -webkit-animation: yourAnimation 1s 1 0s ease;
          animation: yourAnimation 1s 1 0s ease;
}

.slick-active .caption-block h4 {
  -webkit-animation: yourAnimation 2s 1 0s ease;
          animation: yourAnimation 2s 1 0s ease;
}

.slick-active .caption-block span:nth-child(3) {
  -webkit-animation: yourAnimation 3s 1 0s ease;
          animation: yourAnimation 3s 1 0s ease;
}

.slick-active .caption-block span:nth-child(4) {
  -webkit-animation: yourAnimation 4s 1 0s ease;
          animation: yourAnimation 4s 1 0s ease;
}

.callback-btn2 {
  background-color: #51BBE5;
  color: #fff;
  margin: 10px 10px;
  border-radius: 80px;
  padding: 10px 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 20px;
  white-space: nowrap;
}

.callback-btn2:hover {
  color: #fff;
  background-color: #94d5ee;
}

.callback-btn3 {
  background-color: #4EB975;
  color: #fff;
  margin: 10px 10px;
  border-radius: 80px;
  padding: 10px 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 20px;
}

.callback-btn3:hover {
  color: #fff;
  background-color: #75eba0;
}

.callback-btn4 {
  background-color: #D33127;
  color: #fff;
  margin: 10px 10px;
  border-radius: 80px;
  padding: 10px 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 20px;
}

.callback-btn4:hover {
  color: #fff;
  background-color: #f1736d;
}

.callback-btn5 {
  background-color: #F5A01D;
  color: #fff;
  margin: 10px 10px;
  border-radius: 80px;
  padding: 10px 20px;
  -webkit-transition: .5s all;
  transition: .5s all;
  font-size: 20px;
}

.callback-btn5:hover {
  color: #fff;
  background-color: #f1ac44;
}

.vdo-btn {
  margin: 10px 10px;
  padding: 4px 0;
  color: #fff;
  font-size: 20px;
  border-bottom: 2px solid #fff;
}

.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.21);
  background-color: #FFF;
  -webkit-transition: .8s all;
  transition: .8s all;
}

.header-logo {
  float: left;
}

.block-titles {
  color: #51BBE5;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.block-subtitles {
  color: #343434;
}

.site-nav {
  float: right;
  position: relative;
  z-index: 1050;
  margin-top: 32px;
}

.is-sticky .site-header {
  z-index: 100 !important;
  background-color: rgba(35, 35, 35, 0.96);
}

.is-sticky .ace-responsive-menu li ul.sub-menu li a {
  color: #FFF !important;
}

.is-sticky .ace-responsive-menu > li > a {
  color: #FFF;
}

@media (max-width: 991px) {
  .header-logo {
    float: none;
  }
  .site-nav {
    float: none;
    margin-top: 0;
  }
  .ace-responsive-menu > li {
    border-bottom: 1px solid #d6d3d3;
    float: none;
  }
}

.card-bx {
  background-color: #fff;
  color: #343434;
  padding: 15px;
  height: 100%;
  -webkit-box-shadow: 3px 2px 35px 4px #ece9e9;
          box-shadow: 3px 2px 35px 4px #ece9e9;
}

.card-bx figure {
  height: 220px;
}
.card-bx figure img{
  margin:  0 auto;
  display: block;
}
.card-bx h6 {
  height: 44px;
  overflow: hidden;
}

.card-bx p {
  font-size: 14px;
}

.awards-block, .clients-block {
  padding: 70px 0;
  background-color: #F7F8FD;
}

.subtitles2 {
  line-height: 30px;
}

.subtitles3 {
  margin: 80px 0 0;
  color: #7f7777;
  font-weight: 400;
}

.video-play-button {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  /* background: #fa183d; */
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #a09698;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: #a09698;
  border-radius: 50%;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: #887b7e;
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #fff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.video-overlay {
  position: fixed;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: all ease 500ms;
  transition: all ease 500ms;
}

.video-overlay.open {
  position: fixed;
  z-index: 9999;
  opacity: 1;
}

.video-overlay-close {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 20px;
  font-size: 36px;
  line-height: 1;
  font-weight: 400;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.video-overlay-close:hover {
  color: #fa183d;
}

.video-overlay iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.75);
}

.products-block {
  background-color: #F7F8FD;
  padding: 70px 0;
}

button.slick-arrow {
  border: 0;
  background-color: transparent;
}

.js-slick-products .slick-prev {
  position: absolute;
  left: -50px;
  top: 40%;
  font-size: 28px;
}

.js-slick-products .slick-next {
  position: absolute;
  right: -50px;
  top: 40%;
  font-size: 28px;
}


.js-slick-products2 .slick-prev {
  position: absolute;
  left: -50px;
  top: 40%;
  font-size: 28px;
}

.js-slick-products2 .slick-next {
  position: absolute;
  right: -50px;
  top: 40%;
  font-size: 28px;
}



.js-slick-products .slick-slide {
  margin: 0 15px;
}

.js-slick-products .slick-slide figure {
  background-color: #fff;
  margin: 30px 10px 3px 10px;
  padding: 30px;
  min-height: 230px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
}

.js-slick-products .slick-slide .pro-cards {
  padding: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  margin: 0 10px 50px 10px;
}

.js-slick-products .slick-slide .pro-cards .contents {
  height: 150px;
  overflow: hidden;
}

.js-slick-products .slick-slide .pro-cards h6 {
  height: 45px;
  overflow: hidden;
}

.slick-slide {
  outline: none;
}

.learn-btn {
  display: block;
  width: 100%;
  color: #51BBE5;
  margin: 20px 0 0;
}

.learn-btn img {
  float: right;
  width: 15px;
  margin-top: 5px;
}

.location-block {
  padding: 80px 0;
  background-color: #ededed;
}

/*------- Footer -------- */
.fotr {
  background: #303030;
  padding-top: 50px;
}

.fotr-bg {
  background: url("../images/footer-bg.png") no-repeat;
  background-size: cover;
  background-position: center center;
}

.ftr-clm-hd {
  color: #3ebae1;
  position: relative;
  font-size: 18px;
}

.ftr-clm-hd::after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -10px;
  background: #FFF;
  height: 1px;
  width: 70px;
}

.ftr-clm-li {
  color: #FFF;
  padding: 20px 0;
  list-style: none;
  font-size: 18px;
}

.ftr-clm-li a {
  color: #FFF;
  font-size: 16px;
}

.prtnr-p {
  color: #FFF;
  margin-top: 20px;
  font-size: 16px;
}

.ftr-lst-clm {
  text-align: right;
}

.ftr-cntct a {
  color: #41bce2;
}

.ftr-social {
  margin-top: 30px;
}

.ftr-social a {
  margin: 3px;
  color: #41bce2;
}

.ftr-social i {
  font-size: 22px;
}

.cpy-rt {
  color: #FFF;
  border-top: 1px solid #CCC;
  margin-top: 20px;
  padding: 10px 0;
  font-size: 16px;
}

.cpy-rt a {
  margin-left: 5px;
  color: #FFF;
  padding-right: 5px;
}

.ftr-login {
  background: #41bce2 !important;
  padding: 11px;
  border-radius: 30px;
  color: #FFF;
  margin-top: 20px;
  display: block;
  width: 130px;
  text-align: center;
  -webkit-box-shadow: 2.5px 4.33px 13px 0px rgba(65, 188, 226, 0.2);
          box-shadow: 2.5px 4.33px 13px 0px rgba(65, 188, 226, 0.2);
}

.ftr-login:hover {
  color: #FFF;
  text-decoration: none;
}

.prvcy {
  text-align: right;
}

.prvcy a, .cprit {
  font-size: 13px;
}

.mlr10 {
  margin-left: 10px;
  margin-right: 10px;
}

/* Underline From Center */
.hvr-efx1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  overflow: hidden;
}

.hvr-efx1:hover {
  color: #ef4d43;
}

.hvr-efx1:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: -2px;
  background: #ef4d43;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-efx1:hover:before, .hvr-efx1:focus:before, .hvr-efx1:active:before {
  left: 0;
  right: 0;
}

.vdo-bg1 {
  height: 100%;
}

.vdo-bg1 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pro-banner {
  padding: 50px 3%;
}

.video-block3 {
  background-color: #F7F8FD;
  padding: 100px 6%;
}

.video-block4 {
  background-color: #fff;
  padding: 100px 6%;
}

.block-titles-green {
  color: #4EB975;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.block-titles-red {
  color: #D33127;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.block-titles-orange {
  color: #F5A01D;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 30px;
}

.card-bx1 {
  padding: 35px;
  height: 100%;
  margin: 0 20px;
  text-align: center;
  background-color: #F7F8FD;
  border: 1px solid #eeecec;
  -webkit-box-shadow: 3px 2px 35px 8px #f1efef;
          box-shadow: 3px 2px 35px 8px #f1efef;
}

.card-bx1 img {
  margin: 50px auto;
  display: block;
  height: 65px;
}

.card-bx2 {
  padding: 35px;
  height: 100%;
  margin: 0 20px;
  text-align: center;
  background-color: #F7F8FD;
  border: 1px solid #eeecec;
  -webkit-box-shadow: 3px 2px 35px 8px #f1efef;
          box-shadow: 3px 2px 35px 8px #f1efef;
}

.card-bx2 img {
  margin: 30px auto;
  display: block;
  width: 100%;
}

.benefit-block {
  padding: 30px 5%;
}

.key-block {
  background-color: #F7F8FD;
  padding: 100px 6%;
}

.key-block2 {
  background-color: #fff;
  padding: 100px 6%;
}

.bdr-btm {
  width: 100%;
  height: 2px;
  background-color: #aaf1c4;
}

.key-block3 {
  background-color: #F7F8FD;
  padding: 100px 2%;
}

.col-sm5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 540px) {
  .col-sm5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 720px) {
  .col-sm5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
}

@media (min-width: 960px) {
  .col-sm5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}

.titles-red {
  color: #EF4D43;
}


@media (min-width: 576px){
  #vdoModal1 .modal-dialog {
      max-width: 75%;
      margin: 1.75rem auto;
  }
  #vdoModal2 .modal-dialog {
    max-width: 75%;
    margin: 1.75rem auto;
}
}



.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.js-slick-home .slick-dots button {
  display: block;
  width:13px;
  height:13px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: rgba(238, 228, 228, 0.3);
  text-indent: -9999px;
}
.js-slick-home .slick-dots li.slick-active button {
  background-color: #fff;
}
.js-slick-home .slick-dots{
   position: absolute;
   width: 100%;
   bottom: 30px;
}
.js-slick-home .slick-prev, .js-slick-home .slick-next{
  top: 40%;
  font-size: 34px;
  color: #fff;
  z-index:99;
  position: absolute;
}
.js-slick-home .slick-prev {
  left: 80px;
}
.js-slick-home .slick-next {
  right:80px;
}


.js-slick-products  .slick-dots button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dcdcdd;
  text-indent: -9999px;
}
.js-slick-products  .slick-dots li.slick-active button {
  background-color: #51bbe5;
}

.js-slick-products2  .slick-dots button {
  display: block;
  width: 13px;
  height: 13px;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #dcdcdd;
  text-indent: -9999px;
}
.js-slick-products2  .slick-dots li.slick-active button {
  background-color: #51bbe5;
}

.slick-slide, .slick-slide *{ outline: none !important; }
.slick-slide:focus { outline: none !important; }

.partner-block  img{
  margin: 0 auto;
  display:block;
}

@media (max-width:768px) {

.block-slider {
  height: 100vh;
}
.block-slider .js-slick-home .slick-slide {
  height: 100vh;
}
.block-slider .js-slick-home div img{
  height: 100%;
  object-fit: cover;
}
.js-slick-home .slick-next {
  right: 20px;
}
.js-slick-home .slick-prev {
  left: 20px;
}
.caption-block {
  width: 80%;
  top: 14%;
  left: 10%;
}
}

.banner-sections {
  position: relative;
  overflow: hidden;
}

.banner-sections .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
}

.banner-sections .banner-box {
  padding: 60px 30px;
  color: #fff;
}

.banner-sections .banner-box h2 {
  font-weight: 300;
}

.form-sections {
  position: relative;
  overflow: hidden;
}

.form-sections h2 {
  font-weight: 300;
}

.form-sections .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.form-sections .form-bg {
  background-color: #01d1ff;
  padding: 50px;
  color: #fff;
}

.form-sections .learn-box {
  padding: 200px 50px 20px;
  color: #fff;
}

.form-sections .form-control {
  background-color: #fff;
  border-radius: 0;
  padding: 24px 20px;
}

.form-sections .form-group label {
  font-size: 14px;
}

.form-sections .form-radio, .form-sections .form-group {
  position: relative;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.form-sections .sub-btn1 {
  border-radius: 0;
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 8px 50px;
}

.btn-xyz {
  background-color: #01d1ff;
  border-radius: 0;
  color: #000;
  padding: 10px 30px;
  -webkit-transition: .5s all;
  transition: .5s all;
}

.btn-xyz:hover {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}

.pos-x1 {
  position: absolute;
  width: 300px;
  bottom: 0px;
  left: 0;
  margin-left: 0;
  text-align: center;
}

.pos-x2 {
  position: absolute;
  width: 240px;
  bottom: 220px;
  left: 50%;
  margin-left: -120px;
  text-align: center;
}

@media (max-width: 767px) {
  .pos-x2 {
    bottom: 50px;
  }
}

.bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  z-index: 0;
}

.bdr-rgt {
  position: relative;
}

.bdr-rgt::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 80px;
  background-color: red;
  right: 0;
  top: 25px;
}

@media (max-width: 991px) {
  .bdr-rgt::after {
    height: 60px;
  }
}

@media (max-width: 767px) {
  .bdr-rgt::after {
    width: 100%;
    height: 1px;
    background-color: red;
    right: 0;
    top: inherit;
    bottom: 0;
  }
}
/*# sourceMappingURL=styles.css.map */