@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

:root {
  --primary-color: #007aff;
  --content-color: #666666;
  --heading-color: #212a33;
  --primary-fonts: "Roboto", sans-serif;
  --secondary-fonts: "Roboto", sans-serif;
  --vertical-gap: 5vmin;
}

body {
  overflow-y: scroll;
  overflow-x: hidden !important;
}

.home__two h1,
.home__two h2,
.home__two h3,
.home__two h4,
.home__two h5,
.home__two h6 {
  font-style: normal;
  letter-spacing: 1px;
  word-spacing: 0px;
  text-transform: inherit;
  padding: 0;
  font-weight: 700;
  margin: 15px 0px 10px 0px;
  font-family: var(--primary-fonts);
  color: var(--heading-color);
}

.home__two .homeBannerCntSc .homeSbTtl {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #007aff;
  font-family: "Roboto", sans-serif;
}

.home__two .homeBannerCntSc .homeMnTtl {
  margin: 15px 0 20px;
  font-size: 35px;
  line-height: 50px;
  white-space: nowrap;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.home__two .homeBannerCntSc p:not(.homeSbTtl) {
  /* padding-top: 26px; */
  font-size: 20px;
  line-height: 29px;
  margin-bottom: 30px;
}

.home__two .homeBannerCntSc .homeMnUl {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px !important;
}

.home__two .homeBannerCntSc .homeMnUl li {
  width: 50%;
  display: flex;
  padding: 10px 0px;
  align-items: center;
}

.home__two .homeMnUl span {
  display: inline-block;
  margin-left: 8px !important;
}

ol,
ul {
  list-style: none;
}

.home__two .homeBannerMain {
  padding: 10px 0 50px;
  background-image: url("../images/home/home-banner-bg.svg");
  background-size: cover;
}

.home__two .homeBannerMain .container>.row {
  margin-right: calc(-50vw + 50% + 0px);
}

.home__two .homeBannerCntSc .btn-sc {
  max-width: 280px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

.home__two .homeBannerCntSc .btn-sc .btn-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  color: var(--heading-color);
  font-size: 15px;
  line-height: 19px;
  position: relative;
}

.home__two .btn-md-t {
  padding: 25px;
  font-size: 18px;
  line-height: 23px;
}

.home__two .homeBannerCntSc .btn-sc .btn-arrow:before {
  content: "";
  background-image: url("../images/icon/back-arrow.svg");
  height: 60px;
  width: 42px;
  background-size: cover;
  position: absolute;
  right: 6px;
  bottom: 2px;
}

.home__two .homeBannerMain .homeImgSc img {
  max-width: 100%;
  max-height: 600px !important;
  display: block;
  margin: 0 auto;
}


.home__two .card-icon {
  margin-left: 5px;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 0px !important;
}

.home__two .card-title h5 {
  font-size: 1rem !important;
  font-weight: 600 !important;
}

.home__two .card-text-p {
  margin-bottom: 0px !important;
  font-size: 16px !important;
  margin-top: 3px !important;
  font-family: var(--secondary-fonts);
  line-height: 22px !important;
}

.home__two .card-section {
  background-color: #ffffff;
}

.home__two .card-section .card {
  border: none !important;
}

.home__two .card {
  border-radius: 1rem !important;
}

.home__two .card-section .card:hover {
  background-color: #007aff;
  cursor: pointer;
}

.home__two .card:hover p,
.home__two .card:hover h5 {
  color: #fff;
}

.home__two .card:hover .card-icon {
  background-color: #fff;
}

.home__two .card-title {
  margin: 0px !important;
}

.home__two .position-relative {
  position: relative;
}

.home__two .position-absolute {
  position: absolute;

  right: 5px;
  bottom: -20px;
  font-size: 27px;
  font-weight: bolder;
  color: red;
  opacity: 10%;
}

.home__two .shadow-md-custom {
  box-shadow: 0.2rem 0.2rem 0.9rem rgba(0, 0, 0, 0.07);
}

.home__two .list-check-1 li:before {
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 35px;
  transform: translateY(-50%) scale(1);
  content: "\f00c";
  font-family: 'FontAwesome';
  font-weight: 700;
  height: 35px;
  width: 35px;
  line-height: 35px;
  background-color: #1caf54;
  color: #fff;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.home__two .list-check-1 li {
  padding: 15px 0px 10px 48px;
  color: #071c35;
  font-weight: 500;
  position: relative;
}

.home__two .c-heading__sub_p {
  font-weight: 500;
}

.home__two .list-check-1 {
  padding-left: 0px !important;
}

.home__two .dz-media .main-img {
  max-height: 655px !important;
  margin: 0 auto;
  display: block;
  width: 100%;
}

.home__two .homeMnUl {
  padding-left: 0px !important;
}

.home__two .c-image__src {
  display: block;
  margin: 0 auto;
}

.home__two .overflow-hidden {
  overflow: hidden !important;
}

.home__two .section-head .sub-title {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.home__two .section-head p {
  font-size: 16px;
  line-height: 25px;
}

.home__two .chooseus-li li {
  width: 50% !important;
}

.home__two .nav-jumper {
  position: relative;
}

ul.homeMnUl li {
  font-size: 15px;
  color: #000;
  padding: 5px 0px;
}

.home__two .c-tbnav {
  cursor: pointer;
  -webkit-transition: all var(--base-transition) ease-in;
  transition: all var(--base-transition) ease-in;
  padding: var(--tbnav-padding);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: var(--tbnav-transform);
  text-align: var(--tbnav-align);
  color: var(--tbnav-color);
}

@media (max-width: 1111px) {
  .home__two .c-tbnav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
  }
}

.home__two .c-tbnav.is-active,
.home__two .c-tbnav.swiper-slide-thumb-active,
.home__two .c-tbnav:hover {
  color: var(--tbnav-color-active);
  text-shadow: none;
}


.home__two .c-tbnav__media {
  margin-bottom: 1em;
  padding: 10px;
  width: 100%;
}

.home__two .c-tbnav__img {
  max-height: 80px;
}

@media (max-width: 766px) {
  .home__two .c-tbnav__img {
    max-height: 40px;
  }
}


@media (max-width: 360px) {
  .home__two .card-container .position-absolute {
    right: 3px !important;
  }

  .home__two .homeBannerCntSc .homeMnUl li {
    width: 100% !important;
  }
}

@media (min-width: 361px) and (max-width: 574px) {
  .home__two .card-container .position-absolute {
    right: 0px !important;
  }

  .home__two .homeBannerCntSc .homeMnUl li {
    width: 100% !important;
  }
}

@media (max-width: 575px) {
  .home__two .about-bx1 .dz-media .app-1 {
    height: 400px !important;
  }

  .home__two .about-bx1 .dz-media .app-2 {
    position: absolute;
    right: 20%;

    width: 200px !important;
  }

  .chooseus-li li {
    width: 100% !important;
  }

  .home__two .homeBannerCntSc .homeMnTtl {
    font-size: 22px;
    line-height: 38px;
  }

  .home__two .m-slider__slide .c-block .c-block__content {
    max-width: 100% !important;
  }

  .home__two .m-slider__slide .c-block {
    flex-direction: column !important;
  }

  .home__two .btn-sc {
    margin: 0 auto;
  }

  .home__two .btn-md-t {
    padding: 15px;
  }

  .home__two .homeBannerCntSc .btn-sc .btn-arrow:before {
    right: 0px;
  }

  .home__two .homeBannerCntSc .btn-sc .btn-arrow {
    font-size: 15px;
  }

  .home__two .homeBannerCntSc .btn-sc .btn-arrow:before {
    bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 688px) {
  body {
    overflow-x: hidden;
  }

  .home__two .chooseus-li li {
    width: 100% !important;
  }

  .home__two .m-slider__slide .c-block .c-block__content {
    max-width: 100% !important;
  }

  .home__two .m-slider__slide .c-block {
    flex-direction: column !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .home__two .card-section .T {
    width: 50% !important;
  }

  .home__two .position-absolute {
    right: 5px;
  }
}

@media screen and (max-width:767px) {
  .home__two h1, .home__two h2, .home__two h3, .home__two h4, .home__two h5, .home__two h6 {
    font-size: 18px;
  }
}