@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: "Inter", sans-serif;
  padding: 0;
  margin: 0;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.2s ease-in;
  color: #000;
}

a:hover,
a:focus {
  color: #00a651;
}

.header_right_top {
  display: flex;
  justify-content: end;
}

.header_right_top ul {
  display: flex;
}

.header_right_top ul li {
  display: inline-block;
  padding: 0 15px;
  border-right: 1px solid #919293;
  line-height: 1;
}

.header_right_top ul li:last-child {
  border-right: 0;
  padding-right: 0;
}

.header_right_top ul li a {
  display: block;
  font-size: 13px;
}

#nav-transparent .nav-menu>li>a:hover {
  color: #00a651;
}

.nav-menu>li>a {
  font-family: 'Oswald', sans-serif;
  font-size: 20px !important;
  font-weight: 300 !important;
  letter-spacing: 0px;
}

/* .nav-menu > li > a.active{
  font-family: 'Oswald', sans-serif;
font-size: 20px!important;
  font-weight: 600!important;
  letter-spacing: 0px;
  color:#009035
} */

.header_right_middle {
  text-align: right;
  padding: 10px 0 0px 0;
}

.header_right_middle h2 {
  font-family: 'poppins', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 400;
}

.header_right_middle h2 span {
  color: #ed1c24;
}

.hero {
  width: 100%;
  /*height:700px;
  position: fixed;*/
  top: 0;
}

.hero .carousel-item {
  height: 500px;
  width: 100%;
}

.hero .carousel-item>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 14vh;
  left: 16%;
  color: #fff;
  text-align: left;
}

.carousel-caption>h5 {
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0;
}

.carousel-caption>p {
  font-size: 30px;
  font-weight: normal;
}

.hero .carousel-item::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1921px) {}

@media (max-width: 1680px) {}

@media (max-width: 1366px) {}

@media (max-width: 1200px) {
  #nav-transparent .nav-menu>li>a {
    font-size: 16px;
    padding: 0 12px;
  }

  .header_right_middle h2 {
    font-size: 26px;
  }
}

@media (max-width: 1024px) {
  .carousel-caption>h5 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 0;
  }

  .carousel-caption>p {
    font-size: 28px;
    font-weight: normal;
  }
}

@media (max-width: 991px) {
  #nav-transparent .nav-menu>li>a {
    font-size: 16px;
    padding: 12px 12px;
  }

  .header_right_middle {
    text-align: left;
    padding: 12px;
  }

  .header_right_middle h2 {
    /* color: #fff; */
    font-size: 18px;
    line-height: 1.5;
  }

  .header_right_middle h2 span {
    display: block;
  }

  .header_right_middle h2 a {
    /* color: #fff; */
  }

  .navigation-portrait .nav-menus-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    flex-wrap: wrap-reverse;
  }

  .navigation-portrait .nav-menu {
    order: 1;
  }

  .header_right_top ul {
    display: block;
    padding: 12px;
    width: 100%;
  }

  .header_right_top ul li {
    display: block;
    border: 0;
    padding: 0;
  }

  .header_right_top ul li:first-child a {
    border-top: solid 1px rgba(0, 0, 0, 0.1);
  }

  .header_right_top ul li a {
    padding: 10px 0;
    /* color: #fff; */
    font-size: 14px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  }

  .header_right_middle {
    order: 3;
  }

  .header_right_top {
    order: 2;
  }

  .navigation-portrait .nav-menu {
    order: 1;
    margin-top: 50px;
  }
}

@media (max-width: 768px) {}

@media (max-width: 667px) {
  .hero .carousel-item {
    height: 550px;
  }

  .hero .carousel-item::before {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .carousel-caption {
    bottom: 10vh;
  }

  .nav-brand {
    display: inline-block;
  }

  .nav-brand img {
    width: 70%;
  }

  .navigation {
    padding: 10px 0px;
  }
}

@media (min-width: 1024px) {

  .navigation-fixed-wrapper {
    padding: 30px;
  }

  .navigation-fixed-wrapper.nav-white-bg {
    padding: 0
  }



  #nav-transparent .navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 30px 10px 30px;
    /*margin-top: 30px;*/
    background-color: #fff;
    width: 100% !important;
  }

  #nav-transparent .nav-menu>li>a {
    border-right: 1px solid #919293;
  }

  #nav-transparent .nav-menu>li:last-child>a {
    padding-right: 0;
    border-right: 0;
  }
}

/*feature*/

.feature__three {
  background-color: #F2F6F9;
  padding: 0px 0px 50px 0;
}

.feature__three .col-12:nth-child(1) .feature__item {
  background-color: #34bd6b;
}

.feature__three .col-12:nth-child(2) .feature__item {
  background-color: #021738;
}

.feature__three .col-12:nth-child(3) .feature__item {
  background-color: #02a650;
}

.feature__item12 {
  background-color: #02a650 !important;
}

.feature__three .feature__item {
  padding: 25px 25px;
  background-color: #021738;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.feature__thumb {
  text-align: center;
  justify-content: center;
  margin-bottom: 25px;
  align-items: center;

  display: flex;
  flex-wrap: wrap;
}

.feature__three .feature__thumb {
  width: 100px;
  height: 100px;
  margin-inline: auto;
  background-color: #fff;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.feature__item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.feature__three .feature__item:hover {
  box-shadow: 0px 10px 10px rgb(136 136 136 / 10%);
}

.feature__content h4 a {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  text-transform: capitalize;
  text-align: center;
  font-size: 20px;

}

.text-3 h4 a {
  color: #fff !important;
}

.aboutus {
  padding: 90px 0;
}

.side-line-left {
  font-family: 'Oswald', sans-serif;
  color: #1f276f !important;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-left: 70px;
  font-weight: 500 !important;
  margin-bottom: 10px;
}

.side-line-left:before {
  content: "";
  height: 2px;
  width: 50px;
  position: absolute;
  left: 0;
  bottom: 8px;
  background: #34bd6b;
}

.side-line-left:after {
  position: absolute;
  content: "";
  height: 2px;
  width: 50px;
  background: #34bd6b;
  left: 10px;
  bottom: 12px;
}

.lab-btn {
  line-height: 56px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  padding: 0 1.3rem;
  color: #fff;
  text-transform: capitalize;
  background: #34bd6b;
  display: inline-block;
  font-weight: 700;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.lab-btn:hover {
  background-color: #021738;
  color: #fff;
}

.about-text-block {
  background: #fbf6f3;
  padding: 18px 30px;
  border-bottom: 2px solid #021738;
  color: #000;
  font-size: 20px;

}


/*** 
=============================================
    Footer area style
=============================================
***/
.bottom-parallax {
  position: relative;
  height: 670px;
  opacity: 0;
  z-index: -999;
}

.bottom-parallax .footer-area {
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 670px;
}

.parallax-visible .bottom-parallax {
  opacity: 1;
  z-index: 1;
}

.footer-area {
  position: relative;
  display: block;
  background: #000;
  z-index: 10;
}

.footer-area-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 755px;
  width: 100%;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  background-color: #000;
  background-blend-mode: luminosity;
}

.footer-area-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.95;
  background-color: #000;
  transform: scale(1.0);
  transform-origin: bottom;
  transform-style: preserve-3d;
  transition: all 500ms ease 100ms;
}


.footer-top {
  position: relative;
  display: block;
  padding-top: 60px;
}

.subscribe-content-box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 31px 60px 31px;
}

.subscribe-title {
  position: relative;
  display: flex;
  align-items: center;
}

.subscribe-title .icon {
  position: relative;
  display: block;
  width: 80px;
}

.subscribe-title .icon span:before {
  position: relative;
  display: inline-block;
  color: var(--thm-primary);
  font-size: 60px;
  line-height: 60px;
}

.subscribe-title .inner-title {
  position: relative;
  display: block;
}

.subscribe-title .inner-title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  font-weight: 800;
}



.subscribe-box {
  position: relative;
  display: block;
  width: 100%;
}

.subscribe-form {
  position: relative;
  display: block;
  width: 100%;
}

.subscribe-form input[type="email"] {
  position: relative;
  display: block;
  padding-left: 0px;
  padding-right: 70px;
  width: 100%;
  height: 50px;
  background: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.10);
  color: #a5b9ad;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  transition: all 500ms ease;
  font-family: var(--thm-font);
}

.subscribe-form input::-webkit-input-placeholder {
  color: #a5b9ad;
}

.subscribe-form input:-moz-placeholder {
  color: #a5b9ad;
}

.subscribe-form input::-moz-placeholder {
  color: #a5b9ad;
}

.subscribe-form input:-ms-input-placeholder {
  color: #a5b9ad;
}

.subscribe-form button {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  color: var(--thm-base);
  background: transparent;
  padding: 0;
  font-size: 25px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}



.footer {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 90px;
  z-index: 9;
}

.single-footer-widget {
  position: relative;
  display: block;
}

.single-footer-widget.margin-left40 {
  margin-left: 40px;
}

.single-footer-widget .title {
  position: relative;
  display: block;
  margin-top: -3px;
}

.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
  text-transform: capitalize;
}



.single-footer-widget .our-company-info {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  padding-top: 22px;

}

.single-footer-widget .our-company-info .text-box {
  position: relative;
  display: block;
  padding-bottom: 26px;
}

.single-footer-widget .our-company-info .text-box p {
  color: #a5b9ad;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}



.footer-social-link {
  position: relative;
  display: block;
}

.footer-social-link ul {
  position: relative;
  display: block;
}

.footer-social-link ul li {
  position: relative;
  float: left;
  margin-right: 10px;
}

.footer-social-link ul li:last-child {
  margin-right: 0;
}

.footer-social-link ul li a {
  position: relative;
  display: block;
  height: 50px;
  width: 50px;
  background: #1c2572;
  border-radius: 50%;
  color: #ffffff;
  font-size: 25px !important;
  text-align: center;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.footer-social-link ul li a i::before {
  position: relative;
  display: inline-block;
  line-height: 50px;
}

.footer-social-link ul li a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #34bd6b;
  content: "";
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
}

.footer-social-link ul li:hover a:before {
  transform: scaleX(1.0);
}

.footer-social-link ul li:hover a {
  color: #ffffff;
}



.footer-widget-links {
  position: relative;
  display: block;
  overflow: hidden;
  padding-top: 27px;
}

.footer-widget-links ul {
  position: relative;
  display: block;
  overflow: hidden;
}

.footer-widget-links ul li {
  position: relative;
  display: block;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer-widget-links ul li:last-child {
  margin-bottom: 0;
}

.footer-widget-links ul li a {
  position: relative;
  display: inline-block;
  color: #a5b9ad;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-links ul li a:hover {
  color: #ffffff;
}

.footer-widget-links ul li a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 1px;
  transform: perspective(400px) scaleX(0);
  transform-origin: center;
  transition: all 300ms linear;
  transition-delay: 0.2s;
  background: #34bd6b;
  z-index: 1;
}

.footer-widget-links ul li a:hover:before {
  transform: perspective(400px) scaleX(1.0);
}




.single-footer-widget--contact-info-box {
  position: relative;
  display: block;
  max-width: 270px;
  width: 100%;
  float: right;
}

.footer-widget-contact-info {
  position: relative;
  display: block;
  padding-top: 27px;
}

.footer-widget-contact-info ul {
  position: relative;
  display: block;
}

.footer-widget-contact-info ul li {
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 17px;
  padding-bottom: 16px;
}

.footer-widget-contact-info ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0px;
  border-bottom: none;
}

.footer-widget-contact-info ul li .inner {
  position: relative;
  display: block;
  padding-left: 35px;
}

.footer-widget-contact-info ul li .inner .icon {
  position: absolute;
  top: 0;
  left: 1px;
  color: var(--thm-primary);
  font-size: 18px;
  color:#fff;
}

.footer-widget-contact-info ul li .inner .icon.phone {
  top: 2px;
}

.footer-widget-contact-info ul li .inner .icon.mapmarker {
  top: 2px;
  font-size: 18px;
}

.footer-widget-contact-info ul li .inner .text {
  position: relative;
  display: block;
}

.footer-widget-contact-info ul li .inner .text p {
  color: #a5b9ad;
  line-height: 26px;
  margin: 0;
}

.footer-widget-contact-info ul li .inner .text p a {
  color: #a5b9ad;
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.footer-widget-contact-info ul li .inner .text p a:hover {
  color: var(--thm-primary);
}



.footer-bottom {
  position: relative;
  display: block;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.footer-bottom .bottom-inner {
  position: relative;
  display: block;
  text-align: center;
  padding: 29px 0px 30px;
}

.footer-bottom .bottom-inner .copyright {
  position: relative;
  display: block;
}

.footer-bottom .bottom-inner .copyright p {
  color: #a5b9ad;
  font-size: 16px;
  font-weight: 500;
  font-family: var(--thm-font);
  margin: 0;
}

.footer-bottom .bottom-inner .copyright p a {
  color: var(--thm-primary);
}


/*---------------------------------------------------- */
/*Banner area*/
/*----------------------------------------------------*/
.clinox-banner-section {
  padding: 125px 0px 100px;
}

#clinox-promo {
  background-image: url(../images/promo-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
}

.banner-shape {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.banner-shape img {
  width: 100%;
  height: 100%;
}

.banner-text-wrapper .clinox-section-title {
  padding-bottom: 48px;
}

.banner-text-wrapper .clinox-section-title h1 {
  color: #fff;
  font-size: 52px;
}

.banner-text-wrapper .clinox-section-title h1 strong {
  font-size: 70px;
}

.banner-text-wrapper .clinox-section-title p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  padding-top: 38px;
}

.banner-btn-wrapper .banner-btn {
  margin-right: 30px;
}

.banner-btn-wrapper .banner-btn a {
  color: #101010;
  height: 60px;
  width: 200px;
  overflow: hidden;
  font-weight: 600;
  position: relative;
  border-radius: 5px;
  background-color: #34bd6b;
}

.banner-btn-wrapper .banener-cta i {
  width: 60px;
  color: #fff;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  margin-right: 20px;
  border-radius: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #1a216f;
  border: #efefef 1px solid;
}

.banner-btn-wrapper .banener-cta a,
.banner-btn-wrapper .banener-cta span {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
}

.banner-btn-wrapper .banener-cta span {
  margin-right: 15px;
}

.banner-form-wrapper {
  float: right;
  max-width: 430px;
  border-radius: 5px;
  background-color: #fff;
  padding: 40px 40px 50px;
}

.banner-form-wrapper h3 {
  color: #101010;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 30px;
}

.banner-form-wrapper form input,
.banner-form-wrapper form textarea,
.banner-form-wrapper form select {
  width: 100%;
  border: none;
  height: 50px;
  padding: 15px;
  font-size: 15px;
  color: #7a7a7a;
  border-radius: 5px;
  margin-bottom: 20px;
  background-color: #f2fcfc;
}

.banner-form-wrapper form input::-webkit-input-placeholder,
.banner-form-wrapper form textarea::-webkit-input-placeholder,
.banner-form-wrapper form select::-webkit-input-placeholder {
  color: #7a7a7a;
}

.banner-form-wrapper form input::-moz-placeholder,
.banner-form-wrapper form textarea::-moz-placeholder,
.banner-form-wrapper form select::-moz-placeholder {
  color: #7a7a7a;
}

.banner-form-wrapper form input:-ms-input-placeholder,
.banner-form-wrapper form textarea:-ms-input-placeholder,
.banner-form-wrapper form select:-ms-input-placeholder {
  color: #7a7a7a;
}

.banner-form-wrapper form input::-ms-input-placeholder,
.banner-form-wrapper form textarea::-ms-input-placeholder,
.banner-form-wrapper form select::-ms-input-placeholder {
  color: #7a7a7a;
}

.banner-form-wrapper form input::placeholder,
.banner-form-wrapper form textarea::placeholder,
.banner-form-wrapper form select::placeholder {
  color: #7a7a7a;
}

.banner-form-wrapper form textarea {
  height: 105px;
}

.banner-form-wrapper form button {
  width: 100%;
  color: #fff;
  border: none;
  height: 50px;
  border-radius: 5px;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #02aaf9;
}

.banner-form-wrapper form button:hover {
  background-color: #000e58;
}



/*---------------------------------------------------- */
/*Promo area*/
/*----------------------------------------------------*/
.clinox-promo-section {
  padding: 120px 0px;
}

.clinox-promo-content {
  max-width: 690px;
}

.clinox-promo-content .clinox-section-title h2,
.clinox-promo-content .clinox-section-title p {
  color: #fff;
}

.clinox-promo-content .clinox-section-title h2 {
  line-height: 1.548;
}

.clinox-promo-content .clinox-section-title h2 span:before {
  bottom: 5px;
}

.clinox-promo-content .banner-btn-wrapper {
  margin-top: 40px;
}

.clinox-promo-content .banner-btn-wrapper .banner-btn a:hover {
  color: #fff;
}

.clinox-promo-content .banner-btn-wrapper .banener-cta a,
.clinox-promo-content .banner-btn-wrapper .banener-cta span {
  font-size: 20px;
}

.clinox-promo-section-2 {
  overflow: hidden;
  padding: 120px 0px 130px;
  background-color: #000e58;
}

.clinox-promo-section-2 .side-shape1 {
  left: 0;
  top: -20px;
}

.clinox-promo-section-2 .side-shape2 {
  right: 0;
  bottom: -60px;
}

.clinox-promo-section-2 .star-vector1 {
  left: 10%;
  bottom: 50px;
  -webkit-animation: Zooming 5s infinite alternate ease-in-out;
  animation: Zooming 5s infinite alternate ease-in-out;
}

.clinox-promo-section-2 .star-vector2 {
  top: 50px;
  right: 10%;
  -webkit-animation: Zooming 3s infinite alternate ease-in-out;
  animation: Zooming 3s infinite alternate ease-in-out;
}

.clinox-promo-content-2 .clinox-section-title-2 {
  max-width: 750px;
}

.clinox-promo-content-2 .clinox-section-title-2 h2 {
  color: #fff;
}

.clinox-promo-content-2 .banner-btn-wrapper {
  margin-top: 35px;
}

.clinox-promo-content-2 .banner-btn-wrapper .banener-cta a,
.clinox-promo-content-2 .banner-btn-wrapper .banener-cta span {
  font-size: 20px;
}

.clinox-promo-content-2 .banner-btn-wrapper .banner-btn a {
  color: #fff;
  border-radius: 30px;
  background-color: #02aaf9;
}


.sub-title {
  font-size: 18px;
  font-weight: 500;
  color: #34bd6b;

}



.page-title {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 230px 0 110px;
  min-height: 350px;
}

@media only screen and (max-width: 768px) {
  .page-title {
    padding: 200px 0 110px;
  }
}

.title-outer {}

.page-title:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #131313;
  opacity: 0.8;
  content: "";
}

.page-title .title {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  margin-bottom: 17px;
}

.page-title .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.05em;
  max-width: 520px;
}

.page-breadcrumb {
  position: relative;
  margin-top: 5px;
}

.page-breadcrumb li {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  padding-right: 13px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.page-breadcrumb li:after {
  position: absolute;
  content: "\f105";
  right: -6px;
  top: 1px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 900;
  font-family: "FontAwesome";
  color: #ffffff;
}

.page-breadcrumb li:last-child {
  padding-right: 0px;
  margin-right: 0px;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: var(--theme-color2);
  font-weight: 500;
  text-transform: capitalize;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.page-breadcrumb li a:hover {
  color: #ffffff;
}

.page-title.style-two {
  background-position: center center;
}

.page-title.style-two .page-breadcrumb-outer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 10px 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 8;
}

.page-title.style-two .page-breadcrumb li {
  color: rgb(7, 7, 16);
  font-weight: 600;
}

.page-title.style-two .page-breadcrumb li:after {
  color: rgb(7, 7, 16);
}

.page-title.style-two .page-breadcrumb li a {
  color: rgba(7, 7, 16, 0.6);
}

.page-title.style-two .page-breadcrumb li a:hover {
  color: rgb(7, 7, 16);
}

/* 3.3 industry-service-area */
.industry-service-area .industry-service-wrap {
  background: rgba(255, 255, 255, 0.92);
  -webkit-box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
  box-shadow: 0px 5px 30px rgba(7, 6, 56, 0.08);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  position: relative;
  margin-bottom: 110px;
  z-index: 11;
}

.industry-service-area .industry-service-wrap .col {
  border-left: 1px solid #E2EBEF;
}

.industry-service-area .industry-service-wrap .col:first-child {
  border-left: 0;
}

@media (max-width: 991px) {
  .industry-service-area .industry-service-wrap .col:nth-child(3) {
    border-left: 0;
  }
}

@media (max-width: 767px) {
  .industry-service-area .industry-service-wrap .col {
    border: 0;
  }
}

.industry-service-area .industry-service-wrap .industry-service-item {
  padding: 70px 30px;
}

@media (max-width: 1399px) {
  .industry-service-area .industry-service-wrap .industry-service-item {
    padding: 60px 15px;
  }
}

@media (max-width: 991px) {
  .industry-service-area .industry-service-wrap .industry-service-item {
    padding: 60px 25px;
    border-bottom: 1px solid #E2EBEF;
  }
}

@media (max-width: 767px) {
  .industry-service-area .industry-service-wrap .industry-service-item {
    padding: 40px 15px;
  }
}

.industry-service-area .industry-service-wrap .industry-service-item .fi:before {
  font-size: 50px;
  color: #FC0012;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 {
  font-weight: 400;
  font-size: 32px;
  line-height: 33px;
  max-width: 115px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 a {
  color: #1A284F;
}

.industry-service-area .industry-service-wrap .industry-service-item h2 a:hover {
  color: #FC0012;
}

.industry-service-area .industry-service-wrap .industry-service-item p {
  font-weight: 300;
  font-size: 17px;
  line-height: 160%;
  margin-bottom: 0;
}



/*** 

====================================================================
    Services Section
====================================================================

***/
.services-section {
  position: relative;
  padding: 60px 0;
  z-index: 1;
}

.services-section .row {
  margin: 0 -8px;
}

.services-section .row>div {
  padding: 0 8px;
}

.services-section .bottom-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 30px;
}

.services-section .bottom-box .text {
  line-height: 28px;
  padding: 15px 30px;
  background-color: #f3f3f3;
}

.services-section .bottom-box .theme-btn {
  margin-left: 10px;
}

.service-block {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

.service-block .inner-box {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  padding: 45px 25px 20px 50px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border-radius: 10px;
  overflow: hidden;
}

.service-block .inner-box::before {
  position: absolute;
  width: 124px;
  height: 121px;
  left: 0;
  top: 0;
  background-image: url(../images/icons/dots.png);
  content: "";
}

.service-block .inner-box:hover {
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
}

.service-block .inner-box:hover .icon-box {
  background-color: var(--bg-theme-color2);
}

.service-block .inner-box:hover .icon-box .icon {
  color: #ffffff;
}

.service-block .inner-box:hover .read-more i {
  color: #ffffff;
  background-color: var(--bg-theme-color2);
}

.service-block .icon-box {
  position: absolute;
  right: -52px;
  bottom: -52px;
  height: 210px;
  width: 210px;
  background: #f3f3f3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 40px 50px;
  border-radius: 50%;
}

.service-block .icon-box .icon {
  color: var(--theme-color2);
  font-size: 72px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.service-block .title {
  font-weight: 800;
  margin-bottom: 14px;
}

.service-block .title:hover {
  color: var(--theme-color2);
}

.service-block .text {
  position: relative;
  margin-bottom: 0px;
}

.service-block .read-more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  color: #6a6a6a;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}

.service-block .read-more i {
  margin-right: 20px;
  height: 52px;
  width: 52px;
  font-size: 16px;
  color: var(--theme-color1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/*Btn Style One*/
.btn-style-one {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  padding: 15px 50px;
  font-weight: 800;
  overflow: hidden;
  color: #ffffff;
  z-index: 1;
  background: #02a64d;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 10px;
  overflow: hidden;
}

.btn-style-one:before {
  left: 0;
  top: 0;
  content: "";
  background-color: #1f276f;
  border-radius: 10px;
  height: 100%;
  width: 24px;
  position: absolute;
  -webkit-transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.btn-style-one:hover {
  color: #ffffff;
}

.btn-style-one:hover .btn-title {
  color: #ffffff;
}

.btn-style-one:hover:before {
  width: 100%;
}

.theme-btn .btn-title {
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-style-one:hover .btn-title {
  color: #ffffff;
}

/*==========================================================================
Contact Two CSS
==========================================================================*/
.contact__two-content {
  max-width: 600px;
  margin: 0 auto;
}

.contact__two-box {
  box-shadow: 0px 25px 70px rgba(0, 0, 0, 0.08);
  padding: 50px 70px;
  margin: 0;
  background: #fff;
  position: relative;
  z-index: 2;
}

.contact__two-left {
  margin-right: 50px;
}

.contact__two-left-item {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 28px;
  padding-bottom: 25px;
  display: flex;
  gap: 20px;
}

.contact__two-left-item-icon img {
  max-width: 45px;
}

.contact__two-left-item-info span {
  font-family: var(--heading-font);
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
}

.contact__two-left-item-info p {
  text-transform: lowercase;
  line-height: 27px;
  color: var(--text-heading-color);
  font-weight: 600;
  max-width: 240px;
}

.contact__two-left-item-info p a {
  transition: 0.4s;
}

.contact__two-left-item-info p a:hover {
  color: #009035;
}

.contact__two-left-item-socialIcon ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}

.contact__two-left-item-socialIcon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 10px;
}

.contact__two-left-item-socialIcon ul li:last-child {
  margin: 0;
}

.contact__two-left-item-socialIcon ul li a i {
  display: inline-block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #F4F4F4;
  font-size: 15px;
  border-radius: 50%;
  transition: 0.4s;
}

.contact__two-left-item-socialIcon ul li a i:hover {
  background: #009035;
  color: #fff;
}

.contact__two-right p {
  max-width: 500px;
  margin-bottom: 30px;
}

.contact__two-right-form-item textarea {
  height: 177px;
}

.contact__two-map {
  margin-top: -150px;
  margin-bottom: -130px;
  z-index: 1;
  position: relative;
}

.contact__two-map iframe {
  width: 100%;
  height: 700px;
  display: block;
  filter: grayscale(1);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea,
select {
  color: #212529;
  border-radius: 6px;
  width: 100%;
  height: 60px;
  /* border: 1px solid #E9E9E8; */
  border: 1px solid #cccccc;
  padding: 0 15px;
  background: #fff;
}

/*==========================================================================
Contact CSS
==========================================================================*/
.contact-item {
  position: relative;
}

.contact-item span {
  position: absolute;
  right: 16px;
  top: 23px;
  color: #032867;
  font-weight: 400;
}

.contact-item input,
.contact-item textarea {
  font-size: 15px;
}

