body,
html {
  body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
      'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  width: 100% !important;
  height: 100% !important;
  color: var(--thm-gray);
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: var(--thm-font);
}

:root {
  --thm-font: 'Be Vietnam', sans-serif;
  --thm-font-2: 'Laila', sans-serif;
  --thm-gray: #585858;
  --thm-black: #151515;
  --thm-base: #004da1;
  --thm-base-rgb: 0, 77, 161;
  --thm-primary: #65cef5;
  --thm-primary-rgb: 101, 206, 245;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--thm-black);
  font-weight: 700;
  line-height: 1.25em;
  font-family: var(--thm-font-2);
  margin: 0;
}



ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

hr {
  height: 2px;
  width: 70px;
  text-align: center;
  position: relative;
  background: #1e7a46;
  margin-bottom: 20px;
  border: 0;
}

/*.whats-app {
    position: fixed;
    width: auto;
    height: 50px;
    bottom: 20px;
    right: 10px;
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 30px;
    z-index: 100;
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    border-radius: 50px;
}*/
/* .whatsapp-float {
  position: fixed;
    width: auto;
    height: 50px;
    bottom: 20px;
    right: 10px;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
} */

/* /* CALL SUPPORT BAR */

.call-support {
  position: fixed;
  right: 20px;
  bottom: 120px;
  display: flex;
  align-items: center;
  padding: 10px 15px;
  border-radius: 6px;
  color: white;
  z-index: 1000;
  max-width: 280px;
}

/* ICON */

.call-icon img {
  width: 300px;
  height: auto;
  max-width: 100%;
}

/* TEXT */

.call-text {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.support-text {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.support-number {
  font-size: 20px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}

/* WHATSAPP BUTTON */

.whatsapp-btn {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 1000;
}

.whatsapp-btn img {
  width: 65px;
  height: auto;
  max-width: 100%;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 768px) {

  .call-support {
    right: 10px;
    bottom: 100px;
    padding: 8px 12px;
  }

  .call-icon img {
    width: 125px;
  }

  .support-text {
    font-size: 12px;
  }

  .support-number {
    font-size: 16px;
  }

  .whatsapp-btn img {
    width: 55px;
  }

}

@media (max-width: 480px) {

  .call-support {
    max-width: 220px;
  }

  .support-number {
    font-size: 14px;
  }

  .whatsapp-btn img {
    width: 50px;
  }

}

/* .boxed_wrapper {
    position: relative;
    margin: 0 auto;
    overflow: hidden !important;
    background: #ffffff none repeat scroll 0 0;
    width: 100%;
    min-width: 320px;
}

.header-style-two {
    position: relative;
}

.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
} */

/*Navbar start*/
/* Header */
.main-header {
  width: 100%;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

/* Top Ribbon */
.top-ribbon {
  background: #0d4f9a;
  color: white;
  padding: 8px 0;
  font-size: 16px;
}

.ribbon-phone a {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

/* Navbar Area */
.navbar-area {
  background: #f3f3f3;
  padding: 15px 0;
}

/* Logo */
.logo img {
  height: 55px;
}

/* Call Button */
.call-button {
  background: linear-gradient(90deg, #55b3d9, #6cc5e5);
  color: white;
  padding: 12px 28px;
  border-radius: 30px;
  text-decoration: none;
  font-weight: 600;
  transition: 0.3s;
}

.call-button:hover {
  background: #3aa5ce;
  color: white;
}

/* MOBILE RESPONSIVE */
@media (max-width:768px) {

  /* Top Ribbon */
  .top-ribbon .container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }

  .ribbon-text {
    font-size: 14px;
  }

  .ribbon-phone {
    font-size: 14px;
  }

  /* Navbar Area */
  .navbar-area {
    padding: 10px 0;
  }

  /* Logo */
  .logo img {
    height: 40px;
    max-width: 80%;
  }

  /* Navbar layout */
  .navbar-area .container {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  /* Call Button */
  .call-button {
    padding: 8px 18px;
    font-size: 14px;
    border-radius: 25px;
  }

  /* Prevent overflow */
  .main-header {
    overflow: hidden;
  }

}

/*slider start*/
.main-slider.style1 {
  margin-top: 0px;
}

.banr_img1 img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}

.banr_img img {
  max-width: 100%;
  height: auto;
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.7s;
  transition-property: all;
}


/*about start*/
.about-style2-area {
  padding-bottom: 110px;
}

.about-style2-image-box {
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  top: 35px;
}

/* .about-style2_content {
        padding-top: 850px;
    } */

.about-style2_content {
  position: relative;
  display: block;
  text-align: justify;
}

.sec-title {
  position: relative;
  display: block;
  margin-top: 20px;
  padding-bottom: 30px;
  line-height: 0;
  padding-bottom: 12px;
}

.sec-title .sub-title {
  position: relative;
  display: block;
  padding-bottom: 20px;
}

.sec-title h2 {
  font-size: 48px;
  line-height: 1.2em;
  text-transform: none;
}

.about-style2_content .inner-content {
  position: relative;
  display: block;
}

.about-style2_content .inner-content .text {
  position: relative;
  display: block;
  padding: 10px 0 20px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

.about-style2_content .bottom-box {
  position: relative;
  display: block;
}

.highlights-box {
  position: relative;
  padding-left: 40px;
}

.certification-box,
.highlights-box {
  display: table-cell;
  vertical-align: middle;
}

.highlights-box ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.highlights-box ul li {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 34px;
}


.highlights-box ul li {
  position: relative;
  display: block;
  padding-left: 70px;
  margin-bottom: 34px;
}

.highlights-box ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 1;
}

.highlights-box ul li .icon .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 50%;
  z-index: -1;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.highlights-box ul li .icon span::before {
  color: var(--thm-primary);
  font-size: 40px;
  line-height: 70px;
}

.highlights-box ul li .text {
  position: relative;
  display: block;
  padding-left: 30px;
}

.highlights-box ul li .text h3 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 600;
  margin: 0 0 11px;
}

.highlights-box ul li .text p {
  margin: 0;
}

.highlights-box ul li .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 1;
}

/*service start*/
#services {
  background-image: url(img/pattern/service-style1-area-pt.jpg);
}

.service-style2-area {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px 0px 15px;
}

.single-service-style2 {
  position: relative;
  display: block;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #dae5ec;
  padding: 10px 10px 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}

.single-service-style2 .img-holder {
  position: relative;
  display: block;
}

.single-service-style2 .img-holder .inner {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.single-service-style2 .img-holder .inner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.single-service-style2 .title-holder {
  position: relative;
  display: block;
  padding: 10px 10px 0px;
}

.single-service-style2 .title-holder .top {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}

.single-service-style2 .title-holder .top .text {
  position: relative;
  display: block;
  padding-left: 20px;
  line-height: 0;
}

.single-service-style2 .title-holder .top .text h3 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  margin: 0 0 10px;
}

.single-service-style2 .title-holder .top .text h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.single-service-style2 .title-holder .top .text h3 a {
  color: var(--thm-black);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

/*working start*/
.working-process-style2-area {
  position: relative;
  display: block;
  padding: 30px 0 0px;
  z-index: 1;
}

.working-process-style2-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 545px;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  z-index: -1;
}

.working-process-style2-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(var(--thm-base-rgb), .90);
}

.sec-title .sub-title h5 {
  color: #65cef5;
  font-size: 14px;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
}

.sec-title h2.clr_white {
  color: #ffffff;
}

.working-process-style2 {
  position: relative;
  display: block;
  background: #ffffff;
  border: 1px solid #dae5ec;
  border-radius: 10px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 40px 5px;
  counter-reset: count;
}

.single-working-process-two {
  position: relative;
  display: block;
  width: 48%;
  padding: 40px 30px;
  margin-bottom: 30px;
  float: left;
  /* margin-right: 8%; */
  margin-left: 2%;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.single-working-process-two .counting-box {
  position: relative;
  display: block;
  width: 160px;
}

.single-working-process-two .counting-box .text {
  position: relative;
  display: inline-block;
  padding: 3px 5px 0px;
  background: rgb(255, 255, 255);
  float: left;
  z-index: 2;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.single-working-process-two .content {
  position: relative;
  display: block;
  margin-top: 45px;
}

.single-working-process-two .content h3 {
  color: var(--thm-black);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 9px;
}

.single-working-process-two .content p {
  color: #585858;
  margin: 0;
}

/*features start*/
.features-style2-area {
  position: relative;
  display: block;
  padding: 30px 0 30px;
  z-index: 1;
}

.features-style2-area {
  position: relative;
  display: block;
  padding: 30px 0 30px;
  z-index: 1;
}

.features-style2-area--bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: -1;
}

.features-style1_two-content {
  position: relative;
  display: block;
  padding: 0;
  border-radius: 0;
}

.features-style1_one-content {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 40px 0;
  border-radius: 15px;
  z-index: 1;
}

.features-style1_two-content .inner-content {
  max-width: 100%;
  width: 100%;
  float: none;
  padding-right: 0px;
}

/* .features-style1_one-content .inner-content {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    float: right;
    padding-right: 50px;
} */
.features-style1_one-content .inner-content {
  max-width: 100%;
  width: 100%;
  float: none;
  padding-right: 0;
}

.features-style1_one-content .text ul li {
  margin-bottom: 10px;
}

.features-style1_one-content .inner-content .sec-title {
  padding-bottom: 15px;
}

.features-style1_one-content .inner-content .text {
  position: relative;
  display: block;
}

.features-style1_two-content .inner-content .text ul {
  padding: 15px 0 30px;
}

.features-style1_one-content .inner-content .text ul {
  position: relative;
  display: block;
  padding: 25px 0 40px;
}

.features-style1_one-content .inner-content .text ul li {
  position: relative;
  display: block;
  color: #151515;
  line-height: 30px;
}

.icon-water-drop {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.features-style1_one-content .inner-content .text ul li span:before {
  position: relative;
  top: 3px;
  display: inline-block;
  padding-right: 9px;
  color: #65cef5;
  font-size: 20px;
}

.icon-water-drop:before {
  content: "\e916";
}

.features-style1_one-content .inner-content .text p {
  margin: 0;
}

.video-holder-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 530px;
  border-radius: 10px;
}

.video-holder-box1-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  z-index: -1;
}

.video-holder-box1 {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 530px;
  border-radius: 10px;
}

/*footer start*/
.footer-style2-area {
  position: relative;
  display: block;
}

.footer-style2 {
  position: relative;
  display: block;
}

.footer-style2 .outer-box {
  position: relative;
  display: block;
  background: #ecf2f6;
  padding: 20px 20px 20px;
  border-radius: 10px;
  z-index: 10;
  margin-top: 10px;
}

.order-box {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.order-box .title-holder {
  position: relative;
  display: flex;
  align-items: center;
}

.order-box .title-holder .icon {
  position: relative;
  width: 80px;
  height: 80px;
}

.order-box .title-holder .icon .icon-bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.order-box .title-holder .icon span:before {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 40px;
  line-height: 80px;
  text-align: center;
}

.order-box .title-holder .text {
  position: relative;
  display: block;
  padding-left: 30px;
}

.order-box .title-holder .text h2 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin: 0 0 6px;
}

.order-box .title-holder .text p {
  margin: 0;
}

.btn-one {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 45px;
  padding-right: 45px;
  background-color: transparent;
  color: #ffffff;
  font-size: 14px;
  line-height: 55px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 30px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  font-family: var(--thm-font-2);
  text-shadow: 0px 5px 3px rgba(12, 21, 41, 0.1);
  z-index: 2;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

.btn-one .round {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 55px;
  height: 55px;
  background: #266db9;
  border-radius: 50%;
  transition: all 500ms linear;
  transition-delay: 0.1s;
}

.btn-one .txt {
  position: relative;
  z-index: 1;
}

.btn-one:after {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 30px;
  background-color: var(--thm-base);
  content: "";
  z-index: -2;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-bottom {
  position: relative;
  display: block;
  padding: 22px 0px 24px;
}

.footer-bottom .bottom-inner {
  position: relative;
  display: block;
}

.footer-bottom .bottom-inner .footer-nav {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-bottom .bottom-inner .footer-nav li {
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 18px;
  margin-right: 10px;
}

/*privacy policy*/

.breadcrumb-area {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 25px 0 14px;
  margin-top: 50px;
  z-index: 10;
}

.breadcrumb-area-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-attachment: scroll;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.breadcrumb-area .inner-content {
  position: relative;
  display: block;
}

.breadcrumb-area .title {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 0 8px;
  z-index: 1;
}

.breadcrumb-area .title h2 {
  color: #151515;
  font-size: 60px;
  line-height: 1.3em;
  font-weight: 700;
  text-transform: capitalize;
}

.about-style3-content {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 20px 10px 20px;
  margin-top: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  z-index: 10;
}

.about-style3-text-box1 {
  position: relative;
  display: block;
  padding-right: 50px;
}

.about-style3-text-box1 .inner-content {
  position: relative;
  display: block;
}

.about-style3-text-box1 .inner-content .text {
  position: relative;
  display: block;
  padding: 23px 0 23px;
}

.about-style3-text-box1 .inner-content h5 {
  color: #98a1a7;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .header-top {
    display: none;
  }

}

@media (max-width: 768px) {
  .banr_img1 {
    display: none;
  }

  .about-style2_content {
    padding-top: 20px;
  }

  .about-style2-image-box img {
    width: 90%;
  }

}

@media (max-width: 450px) {}

@media (min-width: 766px) {
  .banr_img {
    display: none;
  }
}