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

body {
  padding: 0px;
  margin: 0px;
  font-family: "Kanit", sans-serif !important;
  overflow-x: hidden;
}

a {
  text-decoration: none !important;
}

:root {
  --primary-color: #fff;
  --secondary-color: #000;
  --orange-color: #ff6c13;
  --ash-color: #666;

}

.loading-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fdf7e8;
  ;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999999;
}

.loading-wrapper img {
  width: 240px;
}

body.loaded .loading-wrapper {
  display: none;
}

.navbar-collapse {
  justify-content: end !important;
}

.logo-image {
  width: 160px;
}


.navbar {
  padding: 25px 0px !important;
  position: absolute;
}

.nav-list a {
  font-weight: 400;
  font-size: 17px;
  color: #5a5858;
  padding: 0px 20px !important;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--orange-color) !important;
}

.nav-list .nav-item .active {
  color: var(--orange-color) !important;
}

.nav-list a:hover {
  color: var(--orange-color) !important;
}

.navbar.scrolled {
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px 0px !important;
  transition: 1s;
  z-index: 99999;
}

.navbar.scrolled .nav-list a {
  color: var(--primary-color);
}

.header-btn {
  font-weight: 400;
  font-size: 17px;
  color: var(--primary-color);
  border-radius: 66px;
  width: 180px;
  height: 43px;
  background: var(--secondary-color);
  border: none;
  margin-left: 20px;
  transition: 0.5s;
}

.header-btn:hover {
  background-color: #ff6c13 !important;
}

.language-btn {
  border-radius: 66px;
  width: 46px;
  height: 46px;
  font-weight: 400;
  font-size: 17px;
  color: var(--primary-color);
  background-color: var(--orange-color);
  margin-left: 25px;
  transition: 0.5s;
  border: none;
}

.home {
  background-image: url(../images/background-2.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.banner-head {
  font-weight: 400;
  font-size: 65px;
  line-height: 114%;
  color: var(--secondary-color);
  text-align: center;
  padding-top: 150px;
}

.banner-btn1 {
  border-radius: 66px;
  width: 176px;
  height: 43px;
  background: var(--secondary-color);
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
  border: none;
  transition: 0.5s;
}

.banner-btn1:hover {
  background-color: #ff6c13;
}

.banner-btn2 {
  border-radius: 66px;
  width: 176px;
  height: 43px;
  background: var(--orange-color);
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
  border: none;
  transition: 0.5s;
  margin-left: 15px;
}

.banner-btn2:hover {
  background-color: #000;
}

.banner-box {
  justify-items: center;
}

.grp-img {
  width: 99px;
  height: 38px;
  object-fit: cover;
}

.grp-pera {
  font-weight: 400;
  font-size: 20px;
  color: var(--ash-color);
  padding-top: 5px;
  padding-left: 10px;

}

.view-hd {
  font-weight: 500;
  font-size: 48px;
  line-height: 129%;
  color: var(--secondary-color);
}

.main-pagebtn {
  border-radius: 66px;
  padding: 8px 30px;
  background-color: var(--orange-color);
  font-weight: 400;
  font-size: 16px;
  color: var(--primary-color);
  transition: 0.5s;
  border: none;
}

.main-pagebtn:hover {
  background-color: #000;
}

.view-pera {
  font-weight: 300;
  font-size: 15px;
  line-height: 213%;
  color: var(--ash-color);
  text-align: justify;
}

.sec-two-box {
  margin: 80px 0px;
}

.sec-brand-box {
  margin: 80px 0px 100px;
}

.brands-sm-head {
  font-weight: 400;
  font-size: 17px;
  text-transform: uppercase;
  color: var(--ash-color);
}

.brand-mainhead {
  font-weight: 500;
  font-size: 45px;
  line-height: 115%;
  text-align: center;
  color: var(--secondary-color);
}

.brand-mainhead span {
  font-weight: 300;
  font-size: 45px;
  color: var(--orange-color);
}

.brands-box {
  min-height: 89px;
  width: 100%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12);
  background: var(--primary-color);
  border-radius: 8px;
  align-content: center;
  text-align: center;
}

.brand-img {
  width: 90px;
}

.featurs-mainbox1 {
  width: 100%;
  min-height: 260px;
  background-color: rgba(255, 255, 255, 0.46);
  border: 2px solid var(--primary-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  align-content: center;
  padding: 0px 25px;
}

.features-sec {
  background: #fdf7e8;
}

.features-img {
  width: 60px;
}

.fratures-box-head {
  font-weight: 500;
  font-size: 27px;
  color: var(--secondary-color);
  margin-bottom: 0px;
  margin-top: 10px;
}

.features-box-pera {
  font-weight: 300;
  font-size: 13px;
  line-height: 185%;
  color: #282a39;
  margin-bottom: 0px;
  margin-top: 10px;
}

.featurs-mainbox2 {
  width: 100%;
  min-height: 260px;
  background-color: rgba(255, 255, 255, 0.46);
  border: 2px solid var(--primary-color);
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-content: center;
  padding: 0px 25px;
}

.fetrs-cntr-img {
  width: 100%;
}

.featurs-mainbox3 {
  width: 100%;
  min-height: 260px;
  background-color: rgba(255, 255, 255, 0.46);
  border: 2px solid var(--primary-color);
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  align-content: center;
  padding: 0px 25px;
}

.featurs-mainbox4 {
  width: 100%;
  min-height: 260px;
  background-color: rgba(255, 255, 255, 0.46);
  border: 2px solid var(--primary-color);
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  align-content: center;
  padding: 0px 25px;
}

.featrs-box {
  padding: 100px 0px;
}

.steps-box {
  padding: 100px 0px;
}

.step-box1 {
  border: 1px solid #dadada;
  border-radius: 15px;
  width: 100%;
  min-height: 422px;
  background: var(--primary-color);
  position: relative;
}

.steps-imgbox1 {
  background: linear-gradient(180deg, #fafdf3 0%, #fff 100%);
  padding: 30px 20px;
}

.stps-pic {
  width: 369px;

}

.steps-head {
  font-weight: 500;
  font-size: 24px;
  color: #181818;
}

.steps-pera {
  font-weight: 300;
  font-size: 12px;
  line-height: 185%;
  color: #282a39;
}

.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  background-color: var(--orange-color);
  color: white;
  font-size: 19px;
  font-weight: 400;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.steps-imgbox2 {
  background: 0 4px 23px 0 rgba(0, 0, 0, 0.25);
  padding: 30px 0px;
}

.steps-imgbox3 {
  background: linear-gradient(180deg, #fdf7e8 0%, #fff 100%);
  padding: 30px 0px;
  text-align: center;
}

.stps-pic2 {
  width: 386px;
  height: 220px;
  object-fit: cover;
}

.stps-pic3 {
  width: 273px;
  height: 221px;
  object-fit: cover;
}

.herosec {
  background-image: url(../images/sec-bg-img.jpg);
  background-size: cover;
  width: 100%;
  height: 700px;
  background-position: top;

}

.overlay-herosec {
  padding-top: 165px;
}

.overlay-herosec h1 {
  font-weight: 500;
  font-size: 65px;
  line-height: 109%;
  color: var(--primary-color);
}

.overlay-herosec p {
  font-weight: 300;
  font-size: 18px;
  line-height: 89%;
  color: #f0f0f0;
  margin-top: 30px;
}

.quote-box {
  margin: 100px 0px;
}

.quote-img {
  width: 50px !important;
  display: block;
  margin: auto;
}

.quote-div .quote-pera {
  font-weight: 400;
  font-size: 14px;
  color: var(--ash-color);
  margin-top: 22px;
}

.quote-div h6 {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.02em;
  color: var(--secondary-color);
  margin-top: 35px;
  margin-bottom: 0px;
}

.quote-div .quote-pera1 {
  font-weight: 300;
  font-size: 13px;
  letter-spacing: -0.02em;
  color: var(--ash-color);
  margin-top: 7px;
}

.quote-div {
  text-align: center;
  justify-items: center;
}

.quote-grp-img {
  width: 100%;
  margin-top: -98px;
}

.diplomaprgms-box {
  border-radius: 19px;
  background: #fdf7e8;
  margin-bottom: 100px;
  padding: 70px 60px 0px;
  margin-top: 100px;
}

.get-start {
  border-radius: 37px;
  width: 115px;
  height: 27px;
  background: var(--primary-color);
  font-weight: 400;
  font-size: 15px;
  color: var(--secondary-color);
  text-align: center;
  align-content: center;
  margin-left: 10px;
  margin-top: 5px;
}

.diplomaprgm-head {
  font-weight: 500;
  font-size: 45px;
  line-height: 110%;
  color: var(--secondary-color);
}

.getstart-img {
  width: 100%;
  margin-top: -35px;
}

.footer-sec {
  background: #090b0b;
}

.footer-logo {
  width: 140px;
}

.footer-ul {
  list-style-type: none;
  padding: 0px;
}

.footer-li {
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
  margin-left: 20px;
  display: inline-block;
}

.footer-box {
  padding: 30px 0px;
}

.footer-hr {
  border: 1px solid #353535;
  width: 100%;
  height: 0px;
}

.footer-head {
  font-weight: 400;
  font-size: 44px;
  line-height: 138%;
  color: #bbbaba;
}

.footer-head span a {
  text-decoration: underline !important;
  color: var(--primary-color);
}

.footer-btn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 55px;
  width: 208px;
  height: 48px;
  background: transparent;
  font-weight: 400;
  font-size: 14px;
  color: var(--primary-color);
}

.footer-vrline {
  border: 1px solid #353535;
  height: 226px;
  width: 0px;
  float: left;
}

.usefil-link h6 {
  font-weight: 500;
  font-size: 15px;
  color: var(--primary-color);
}

.usefil-link ul {
  list-style-type: none;
  padding-left: 0px;
}

.usefil-link li {
  font-weight: 300;
  font-size: 15px;
  color: var(--primary-color);
  padding-top: 5px;
}

.usefil-link {
  margin: auto;
  display: block;

}

.footer-bottom-box {
  height: 60px;
  width: 100%;
  background: #1c1f1f;
  align-content: center;
  justify-items: center;
}

.footer-bottom-box p {
  font-weight: 400;
  font-size: 15px;
  color: var(--primary-color);
  margin-bottom: 0px;
}

.smartphone-image {
  width: 100%;
  height: 386px;
  object-fit: cover;
}

.custom-box {
  width: 100%;
}

.custom-box-column {
  position: relative;
  padding-top: 65px;
}

.box-image {
  width: 100%;
  height: 315px;
  border-radius: 8px;
  object-fit: cover;

}

.custombox-overlay {
  background: linear-gradient(180deg, rgba(24, 25, 28, 0) 0%, rgba(10, 10, 11, 0.7) 46.63%, #0a0a0b 100%);
  width: 100%;
  height: 290px;
  border-radius: 8px;
  position: absolute;
  bottom: 0px;
  padding: 20px 18px;
  align-content: end;
}

.custombox-overlay h2 {
  font-weight: 400;
  font-size: 35px;
  color: var(--primary-color);
}

.custombox-overlay p {
  font-weight: 300;
  font-size: 13px;
  line-height: 145%;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}

.smarphone-logo {
  width: 150px;
  position: absolute;
  left: 85px;
  top: 48%;
}

.app-img {
  width: 178px;
}

.benner-img4 {
  width: 100%;
  display: inline-block;
  animation: moveLeftRight 3s ease-in-out infinite;
}

@keyframes moveLeftRight {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(18px);
  }

  100% {
    transform: translateX(0);
  }
}

.banner-img1 {
  width: 100%;
  display: inline-block;
  animation: floatUpDown 3s ease-in-out infinite;
}

@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-18px);
  }

  100% {
    transform: translateY(0);
  }
}

.abt-main {
  background-image: url(../images/background-2.png);
  background-size: cover;
  width: 100% !important;
  height: 500px !important;
  position: relative;
  align-content: center;
  justify-items: center;
  background-position: top center;

}

.abtus-h1 {
  font-weight: 400;
  font-size: 50px;
  color: var(--secondary-color);
  padding-top: 15px;
  text-align: center;
  z-index: 999;
}

.abtus-h1 span {
  color: var(--orange-color);
}

.abt-sec-img {
  width: 100%;
}

.abtsec-head {
  font-weight: 500;
  font-size: 45px;
  line-height: 116%;
  color: var(--secondary-color);
}

.abtsec-head span {
  color: var(--orange-color);
}

.abtsec-pera {
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: var(--ash-color);
}

.sec-abt-head2 {
  font-weight: 500;
  font-size: 47px;
  line-height: 128%;
  color: var(--secondary-color);
}

.sec-abt-head2 span {
  font-weight: 300;
  color: var(--orange-color);
}

.abt-vector1 {
  width: 42px;
}

.abt-smbox h2 {
  font-weight: 400;
  font-size: 45px;
  color: var(--orange-color);
  margin-bottom: 0px;
  margin-top: 15px;
}

.abt-smbox p {
  font-weight: 300;
  font-size: 17px;
  color: var(--secondary-color);
  margin-bottom: 0px;
  margin-top: 5px;
}

.abt-smbox {
  border-radius: 10px;
  width: 100%;
  min-height: 180px;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.12);
  background: var(--primary-color);
  padding: 0px 25px;
  align-content: center;
}

.abt-sec-box {
  padding: 80px 0px;
}

.abtsec-box2 {
  margin-bottom: 80px;
}

.sec-mivi {
  background: #fdf7e8;
  padding: 100px 0px;
}

.mi-image {
  width: 88px;
}

.mivi-head {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: var(--secondary-color);
  margin-bottom: 0px;
}


.mivi-bx {
  margin-top: 80px;
}

.value-sec-box {
  margin: 80px 0px;
}

.abt-vactor-img {
  width: 55px;
}

.value-box h5 {
  font-weight: 500;
  font-size: 28px;
  color: #181818;
  margin-bottom: 0px;
  margin-top: 20px;
}

.value-box p {
  font-weight: 300;
  font-size: 13px;
  line-height: 185%;
  color: var(--ash-color);
  margin-bottom: 0px;
  margin-top: 10px;
}

.value-box {
  border: 1px solid #ebebeb;
  border-radius: 15px;
  width: 100%;
  min-height: 254px;
  background: #f5f5f5;
  padding: 0px 20px;
  align-content: center;
}

.abt-main-pera {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  color: #181818;
}

.solutions-head {
  font-weight: 500;
  font-size: 42px;
  color: var(--secondary-color);
}

.solutions-img {
  width: 100%;
}


.solution-sec-box {
  margin: 100px 0px;
}

.solution-sec-box2 {
  margin-top: 80px;
}

.abt-main-pera2 {
  font-weight: 300;
  font-size: 16px;
  line-height: 167%;
  text-align: center;
  color: var(--ash-color);
}

.contactbox-head {
  font-weight: 500;
  font-size: 45px;
  color: var(--secondary-color);
}

.contactbox-head span {
  color: var(--orange-color);
}

.cntct-cntrl {
  border-radius: 10px !important;
  background: var(--primary-color) !important;
  border: none !important;
  padding: 10px !important;
}

.cntct-label {
  font-weight: 400;
  font-size: 17px;
  color: var(--ash-color);
}

.contact-box {
  border: 1px solid #ebebeb;
  border-radius: 25px;
  background: #f5f5f5;
  padding: 40px;
}

.contact-btn {
  border-radius: 87px;
  width: 170px !important;
  height: 45px;
  background: var(--orange-color);
  border: none;
  font-weight: 400;
  font-size: 17px;
  color: #f5f5f5;
}

.contact-btn:hover {
  background-color: #000;
}

.contactus-img {
  width: 100%;
  height: 673px;
  object-fit: cover;
  border-radius: 20px;
}

.address-box h5 {
  font-weight: 400;
  font-size: 17px;
  color: var(--ash-color);
  margin-bottom: 0px;
}

.address-box h6 {
  font-weight: 400;
  font-size: 18px;
  color: var(--secondary-color);
  margin-top: 10px;
  margin-bottom: 0px;
}

.address-img {
  width: 52px;
}

.address-box {
  width: 100%;
  border-radius: 15px;
  min-height: 105px;
  background: var(--primary-color);
  padding: 0px 40px;
  align-items: center;
}

.location-box {
  border-radius: 20px;
  width: 100%;
  padding: 40px;
  background: #f5f5f5;
  margin-top: 70px;
}

.map {
  width: 100%;
  height: 450px;
  border-radius: 15px;
}

.ourteamimg {
  border-radius: 16px;
  width: 265px;
  height: 280px;
  object-fit: cover;
}

.ourteam-h1 {
  font-weight: 400;
  font-size: 17px;
  text-align: center;
  color: var(--secondary-color);
  padding-top: 15px;
  margin: 0px;
}

.ourteam-pr {
  font-weight: 300;
  font-size: 14px;
  text-align: center;
  color: var(--ash-color);
  padding-top: 8px;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--orange-color) !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 7px !important;
  height: 7px !important;
  margin: 5px 3px !important;
}

.owl-carousel .owl-dots.disabled {
  display: block !important;
}

.banner-arrow {
  width: 25px;
}

.mobile-frame {
  width: 100%;
  position: relative;
  padding: 15px 10px 0px;
}

.mobile-frameimg {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9999;
}

#owl-banner img {
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
}


/* back to top arrow */
/* Scroll to top button styles */
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  background-color: transparent;
  color: #ff6c13;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  transition: background-color 0.3s;
}

/* Progress ring */
.progress-ring {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
}

.progress-ring circle {
  fill: none;
  stroke: #ebebeb;
  stroke-width: 6;
  stroke-linecap: round;
}

.progress-ring circle.progress {
  stroke: #ff6c13 !important;
}

/* back to top arrow close */

.mobile-view-col {
  width: 100%;
}





.title-main {
      color: #000;
      font-size: 28px;
      margin-bottom: 10px;
    }
.section-title {
      color: #000;
      font-size: 24px;
      margin-top: 30px;
    }
.sub-title {
      color: #000;
      font-size: 20px;
      margin-top: 20px;
    }
.text-paragraph, li.text-item {
      line-height: 1.6;
      color: #666;
    }
    ul {
      margin-bottom: 20px;
    }

    .contact-area-p {
      background-color: #e8f0fe;
      border-left: 6px solid #000;
      padding: 15px;
      margin-top: 30px;
        margin-bottom: 100px;
    }
    .footer-p-p {
      text-align: center;
      font-size: 14px;
      color: #777;
      margin-top: 50px;
    
    }
    .p-p-content{
     background-color: #fff;
      padding: 20px;
      margin-bottom: 20px;
      border-radius: 8px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      margin-top: 20px;
}

.abt-main-pera span{
  font-weight: 600;
}
.text-paragraph span{
  color: var(--secondary-color);
}
.text-item span{
    color: var(--secondary-color);
}


@media only screen and (min-width: 100px) and (max-width: 766px) {
  br {
    display: none !important;
  }

  .logo-image {
    width: 120px;
  }

  .loading-wrapper img {
    width: 171px;
  }

  .mobile-view-col {
    width: 60%;
    margin: auto;
  }

  .mobile-frameimg {
    width: 100%;
    margin-top: 5px;
  }

  #owl-banner img {
    width: 100%;
    border-radius: 5px;
  }

  .navbar-toggler {
    background-color: var(--primary-color) !important;
    font-size: 15px !important;
    padding: 2px 12px !important;
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 13px 0px !important;
  }

  .nav-list a {
    font-size: 15px;
    padding: 7px 0px !important;
    color: var(--primary-color);
  }

  .language-btn {
    width: 42px;
    height: 42px;
    font-size: 13px;
    margin-right: 20px;
    margin-left: 10px;
  }

  .header-btn {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    width: 140px;
    font-size: 14px;
  }

  .banner-head {
    font-size: 29px;
  }

  .banner-btn1 {
    width: 140px;
    height: 40px;
    font-size: 13px;
  }

  .banner-arrow {
    width: 18px;
  }

  .banner-btn2 {
    width: 140px;
    height: 40px;
    font-size: 13px;
    margin-left: 10px;
  }

  .grp-img {
    width: 75px;
    height: 29px;
  }

  .grp-pera {
    font-size: 16px;
    padding-top: 2px;
  }

  .view-hd {
    font-size: 34px;
    line-height: 116%
  }

  .view-pera {
    font-size: 14px;
    line-height: 140%;
  }

  .sec-two-box {
    margin: 65px 0px;
  }

  .custom-box-column {
    padding-top: 0px;
  }

  .box-image {
    height: 262px;
  }

  .custombox-overlay {
    height: 262px;
    width: 94%;
  }

  .smartphone-image {
    display: none;
  }

  .smarphone-logo {
    display: none;
  }

  .brands-sm-head {
    font-size: 16px;
  }

  .brand-mainhead {
    font-size: 22px;
  }

  .brand-mainhead span {
    font-size: 22px;
  }

  .sec-brand-box {
    margin: 65px 0px 100px;
  }

  .featrs-box {
    padding: 70px 0px;
  }

  .features-img {
    width: 45px;
  }

  .fratures-box-head {
    font-size: 20px;
    margin-top: 5px;
  }

  .features-box-pera {
    line-height: 140%;
    margin-top: 7px;
  }

  .featurs-mainbox2 {
    min-height: 225px;
  }

  .featurs-mainbox1 {
    min-height: 225px;
  }

  .featurs-mainbox3 {
    min-height: 225px;
  }

  .featurs-mainbox4 {
    min-height: 225px;
  }

  .stps-pic {
    width: 310px;
  }

  .steps-imgbox1 {
    padding: 20px;
  }

  .steps-head {
    font-size: 20px;
  }

  .steps-pera {
    line-height: 114%;
  }

  .step-box1 {
    min-height: 352px;
  }

  .stps-pic2 {
    width: 324px;
    height: 175px;
  }

  .steps-imgbox2 {
    padding: 20px 0px;
  }

  .steps-imgbox3 {
    padding: 20px 0px;
  }

  .stps-pic3 {
    width: 263px;
    height: 180px;
  }

  .steps-box {
    padding: 65px 0px;
  }

  .step-number {
    width: 38px;
    height: 38px;
  }

  .overlay-herosec h1 {
    font-size: 36px;
  }

  .herosec {
    height: 435px;
    background-position:right;
  }

  .overlay-herosec {
    padding-top: 100px;
  }

  .overlay-herosec p {
    font-size: 14px;
    margin-top: 20px;
  }

  .quote-img {
    width: 36px;
  }

  .quote-div .quote-pera {
    font-size: 13px;
    margin-top: 12px;
  }

  .quote-grp-img {
    margin-top: -40px;
  }

  .quote-div h6 {
    font-size: 13px;
    margin-top: 15px;
  }

  .quote-div .quote-pera1 {
    font-size: 10px;
    margin-top: 4px;
  }

  .quote-box {
    margin: 65px 0px;
  }

  .diplomaprgms-box {
    padding: 40px 24px 0px;
    margin-top: 60px;
  }

  .get-start {
    margin-top: 0px;
  }

  .diplomaprgm-head {
    font-size: 22px;
  }

  .app-img {
    width: 120px;
  }

  .getstart-img {
    margin-top: 0px;
  }

  .footer-logo {
    width: 125px;
  }

  .footer-li {
    font-size: 12px;
    margin-left: 6px;
  }

  .footer-box {
    padding: 20px 0px;
  }

  .footer-head {
    font-size: 32px;
  }

  .footer-vrline {
    display: none;
  }

  .footer-btn {
    width: 192px;
    height: 45px;
  }

  .footer-bottom-box {
    height: 50px;
  }

  .footer-bottom-box p {
    font-size: 13px;
  }

  .abtus-h1 {
    font-size: 28px;
    padding: 0px 20px;
  }

  .inner-banner-box {
    padding-top: 90px;
  }

  .abt-main-pera {
    display: none;
  }

  .abt-main-pera2 {
    display: none;
  }

  .abt-main {
    height: 320px !important;
  }

  .abtsec-head {
    font-size: 22px;
  }

  .abtsec-pera {
    font-size: 13px;
    line-height: 122%;
  }

  .abt-sec-box {
    padding: 65px 0px;
  }

  .sec-abt-head2 {
    font-size: 28px;
    line-height: 117%;
  }

  .abt-vector1 {
    width: 34px;
  }

  .abt-smbox h2 {
    font-size: 34px;
    margin-top: 10px;
  }

  .abt-smbox p {
    font-size: 14px;
  }

  .abt-smbox {
    min-height: 154px;
  }

  .sec-mivi {
    padding: 70px 0px;
  }

  .mi-image {
    width: 64px;
  }


  .mivi-head {
    font-size: 16px;
  }

  .mivi-bx {
    margin-top: 0px;
  }

  .value-sec-box {
    margin: 65px 0px;
  }

  .abt-vactor-img {
    width: 40px;
  }

  .value-box h5 {
    font-size: 20px;
    margin-top: 10px;
  }

  .value-box p {
    line-height: 125%;
    margin-top: 5px;
  }

  .benner-img4 {
    display: none;
  }

  .banner-img1 {
    display: none;
  }

  .value-box {
    min-height: 180px;
  }

  .fetrs-cntr-img {
    display: none;
  }

  .solution-sec-box {
    margin: 70px 0px;
  }

  .solutions-head {
    font-size: 22px;
  }

  .solution-sec-box2 {
    margin-top: 60px;
  }

  .contact-box {
    padding: 30px 20px;
  }

  .contactbox-head {
    font-size: 22px;
  }

  .contactus-img {
    height: 338px;
  }

  .contact-btn {
    width: 152px !important;
    height: 44px;
    font-size: 15px;
  }

  .location-box {
    padding: 30px 25px;
    margin-top: 60px;
  }

  .address-box h5 {
    font-size: 15px;
  }

  .address-box h6 {
    font-size: 13px;
    margin-top: 7px;
  }

  .address-img {
    width: 45px;
  }

  .address-box {
    min-height: 85px;
  }

  .map {
    height: 250px;
  }

  .banner-img2 {
    float: none;
    margin: auto;
    display: block;
  }

  .banner-innerimg {
    width: 84%;
    height: 427px;
    top: 3%;
    left: 29px;
  }

  .benner-img5 {
    margin: auto;
    display: block;
  }

  .baneer-img3 {
    height: 442px;
  }

}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .view-hd br {
    display: none;
  }

  .view-hd {
    font-size: 43px;
  }

  .view-pera {
    line-height: 168%;
  }

  .custombox-overlay p br {
    display: none;
  }

  .box-image {
    height: 256px;
  }

  .custombox-overlay {
    width: 86%;
    height: 250px;
    padding: 20px 13px;
  }

  .custombox-overlay h2 {
    font-size: 25px;
  }

  .smarphone-logo {
    width: 122px;
    left: 60px;
  }

  .smartphone-image {
    height: 325px;
  }

  .fratures-box-head {
    font-size: 18px;
  }

  .features-box-pera {
    line-height: 133%;
  }

  .stps-pic {
    width: 254px;
  }

  .stps-pic2 {
    width: 269px;
    height: 154px;
  }

  .stps-pic3 {
    height: 153px;
  }

  .steps-head {
    font-size: 23px;
  }

  .steps-pera br {
    display: none;
  }

  .overlay-herosec h1 br {
    display: none;

  }

  .overlay-herosec h1 {
    font-size: 54px;
  }

  .diplomaprgm-head br {
    display: none;
  }

  .diplomaprgm-head {
    font-size: 25px;
  }

  .footer-head {
    font-size: 31px;
  }

  .abtus-h1 {
    font-size: 45px;
  }

  .abtsec-head br {
    display: none;
  }

  .abtsec-head {
    font-size: 26px;
  }

  .abtsec-pera {
    font-size: 13px;
    line-height: 130%;
  }

  .sec-abt-head2 {
    font-size: 34px;
  }

  .abt-smbox h2 {
    font-size: 35px;
  }

  .abt-smbox p {
    font-size: 13px;
  }

  .value-box h5 {
    font-size: 22px;
    margin-top: 7px;
  }

  .abt-vactor-img {
    width: 40px;
  }

  .value-box p {
    font-size: 13px;
    line-height: 120%;
    margin-top: 5px;
  }

  .value-box {
    min-height: 179px;
  }

  .solutions-head {
    font-size: 38px;
  }

  .abt-main-pera2 {
    font-size: 14px;
  }

  .ourteamimg {
    height: 226px;
  }

  .baneer-img3 {
    height: 374px;
  }

  .banner-innerimg {
    width: 83%;
    height: 364px;
    top: 3%;
    left: 26px;
  }

  .mi-image {
    width: 75px;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1439px) {
  .view-hd br {
    display: none;
  }

  .view-hd {
    font-size: 45px;
  }

  .custombox-overlay p br {
    display: none;

  }

  .features-box-pera br {
    display: none;
  }

  .fratures-box-head {
    font-size: 23px;
  }

  .stps-pic {
    width: 320px;
  }

  .stps-pic2 {
    width: 314px;
    height: 192px;
  }

  .stps-pic3 {
    height: 191px;
  }

  .steps-pera br {
    display: none;

  }

  .diplomaprgm-head {
    font-size: 38px;
  }

  .footer-head {
    font-size: 37px;
  }

  .abtsec-head br {
    display: none;
  }

  .abtsec-head {
    font-size: 30px;
  }

  .sec-abt-head2 {
    font-size: 40px;
  }

  .value-box p br {
    display: none;
  }

  .value-box p {
    line-height: 145%;
  }

  .value-box {
    min-height: 217px;
  }

  .banner-innerimg {
    width: 84%;
    height: 434px;
    top: 2%;
    left: 30px;
  }

  .custombox-overlay {
    width: 89%;
  }

  .baneer-img3 {
    height: 444px;
  }
}