@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");
.faceBookColor {
  color: rgb(66, 103, 178) !important;
}

.tweeterColor {
  color: rgb(0, 172, 238) !important;
}

.linkedInColor {
  color: rgb(0, 119, 181) !important;
}

.youtubeColor {
  color: #FF0000 !important;
}

.instaColor {
  color: rgb(138, 58, 185) !important;
}

.green-base-color {
  color: #1E8764 !important;
}

.green-base-color-bg {
  background-color: #1E8764 !important;
}

.font-weight-bold {
  font-weight: 600;
}
@keyframes ripple {
  0%, 35% {
    transform: scale(0);
    opacity: 1;
  }
  50% {
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    transform: scale(2);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes spin-reverse {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
* {
  margin: 0;
  padding: 0;
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Montserrat", sans-serif;
  color: var(--text_color);
}

a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
  color: #190f3c;
}

a:hover {
  text-decoration: none;
  color: #232350;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  box-shadow: none;
  border: none;
}

button:focus {
  box-shadow: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #232350;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
}

h3 {
  font-size: 20px;
  text-transform: capitalize;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 15px;
  margin-bottom: 15px;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #232350;
  border: 1px solid #e8e8e8;
  background-color: #f2f9fc;
  border-radius: 4px;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-moz-placeholder {
  color: #495057;
}

.form-control::placeholder {
  color: #495057;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  box-shadow: unset;
  outline: 0;
  border: 1px solid #190f3c;
}

.form-control:hover:focus, .form-control:focus {
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-100 {
  margin-top: -100px;
}

.bg-color {
  background-color: #f7ffff;
}

/*
  Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  padding: 15px 30px;
  line-height: 1;
  transition: all 0.5s;
  text-transform: capitalize;
  position: relative;
  cursor: pointer;
  border-radius: 50px;
  text-align: center;
  overflow: hidden;
  z-index: 1;
  background-color: #1e8764;
}

.default-btn::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0%;
  width: 100%;
  height: 50%;
  background-color: #1e8764;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0%;
  width: 100%;
  height: 50%;
  background-color: #1e8764;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn.active {
  margin-left: 20px;
  color: #232350;
  background-color: #ffffff;
}

.default-btn:hover {
  color: #ffffff;
}

.default-btn:hover::before {
  top: 0;
  background-color: #190f3c;
}

.default-btn:hover::after {
  bottom: 0;
  background-color: #190f3c;
}

/*
  Read More Area Style*/
.read-more {
  line-height: 1;
  color: #190f3c;
  font-weight: 500;
  transition: all 0.5s;
  display: block;
  font-size: 13px;
  font-weight: 600;
}

.read-more i {
  position: relative;
  top: 2px;
}

.read-more:hover {
  color: #1e8764;
}

.read-more:hover i {
  color: #1e8764;
  animation: rotation 0.5s linear infinite;
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 69px;
  text-align: center;
  border-radius: 50%;
  color: #190f3c;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: #1e8764;
}

.video-btn i {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 3px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  font-size: 30px;
  height: 100%;
}

.video-btn::after,
.video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  background-color: #1e8764;
}

.video-btn::before {
  animation: ripple 1.6s ease-out infinite;
}

.video-btn::after {
  animation: ripple 1.6s ease-out infinite;
}

.video-btn:hover {
  background-color: #190f3c;
}

.video-btn:hover i {
  color: #ffffff;
}

.video-btn:hover::after,
.video-btn:hover::before {
  background-color: #190f3c;
}

/*
Section Title Area Style*/
/*
Nice select Area Style*/
.nice-select .list {
  width: 100%;
}

.nice-select .option:hover {
  background-color: #232350;
  color: #ffffff;
}

.nice-select .option.selected.focus {
  color: #232350;
}

.bkng_frm_icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 1rem;
}

/*
Preloader Area Style*/
.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  overflow: hidden;
  z-index: 9999;
}

.loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #190f3c;
  z-index: 10;
}

.loader-wrapper .loader-section.section-left {
  left: 0;
}

.loader-wrapper .loader-section.section-right {
  right: 0;
}

.loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a085;
  animation: spin 1.7s linear infinite;
  z-index: 11;
}

.loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin-reverse 0.6s linear infinite;
}

.loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #f9c922;
  animation: spin 1s linear infinite;
}

.loaded .loader-wrapper {
  visibility: hidden;
  transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}

.loaded .loader-wrapper .loader-section.section-left {
  transform: translateX(-100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader-wrapper .loader-section.section-right {
  transform: translateX(100%);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.header-area .top-header-area {
  padding: 15px 0;
  background-color: #1e8764;
}

.header-area .top-header-area .header-content-left li {
  display: inline-block;
  padding-right: 20px;
  color: #ffffff;
}

.header-area .top-header-area .header-content-left li:last-child {
  padding-right: 0;
}

.header-area .top-header-area .header-content-left li a {
  color: #ffffff;
  display: inline-block;
}

.header-area .top-header-area .header-content-left li a i {
  color: #ffffff;
  margin-right: 5px;
  font-size: 15px;
  position: relative;
  top: 2px;
  transition: all 0.5s;
}

.header-area .top-header-area .header-content-left li:hover a {
  color: #04b8e5;
}

.header-area .top-header-area .header-content-left li:hover a i {
  color: #04b8e5;
}

.header-area .top-header-area .header-content-right {
  float: right;
}

.header-area .top-header-area .header-content-right li {
  display: inline-block;
  color: #ffffff;
  padding-left: 20px;
}

.header-area .top-header-area .header-content-right li a {
  color: #ffffff;
}

.header-area .top-header-area .header-content-right li:hover a {
  color: #04b8e5;
}

.header-area .top-header-area .header-content-right li:hover a i {
  color: #04b8e5;
}

.nav-area .navbar-area {
  color: #212a31;
}

.nav-area .navbar-area .main-nav {
  background-color: transparent;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a {
  font-weight: 600;
  font-size: 15px;
  color: white;
  text-transform: capitalize;
  transition: all 0.5s;
  margin-left: 0;
  margin: 0 10px;
  position: relative;
}

.nav-area .is-sticky .main-nav nav .navbar-nav .nav-item a {
  color: #212a31;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a i {
  font-size: 20px;
  line-height: 0;
  position: relative;
  top: 5px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a:hover {
  color: #1e8764;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item a.active {
  color: #1e8764;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  background-color: #ffffff;
  border: none;
  border-radius: 0;
  top: 100%;
  left: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  transform: scaleX(0);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 13px;
  color: #232350;
  position: relative;
  padding: 10px 15px;
  border-bottom: 1px dashed #eeeeee;
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #04b8e5;
  transition: all 0.5s;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
  float: right;
  top: 12px;
  transition: all 0.5s;
  font-size: 20px;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #04b8e5;
  background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  width: 100%;
  left: 0;
  right: auto;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #04b8e5;
  background-color: #f3f3f3;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  transform: scaleX(0);
  top: 0;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  top: 0px !important;
  transform: scaleX(1);
}

.nav-area .navbar-area .main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  transform: scaleX(1);
}

.nav-logo img {
  height: 5.1rem;
}

.nav-area .navbar-area.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 999;
  background-color: #f9f9f9 !important;
  box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  transition: all 0.5s;
  width: 100% !important;
  color: #212a31;
}

.nav-area .others-option {
  position: relative;
  top: 4px;
}

.nav-area .others-option .get-quote {
  display: inline-block;
  position: relative;
}

.nav-area .others-option .get-quote .default-btn {
  padding: 12px 20px;
}

.nav-area .others-option .burger-menu {
  display: inline-block;
  margin-right: 10px;
  cursor: pointer;
}

.nav-area .others-option .burger-menu i {
  font-size: 40px;
  color: #ffffff;
  position: relative;
  top: -2px;
}

.nav-area .is-sticky .others-option .burger-menu i {
  color: #212a31;
}

/*
Page-navigation Area Style*/
.page-navigation-area {
  text-align: center;
  margin: 20px auto 0;
  display: table;
}

.page-navigation-area .page-link {
  color: #190f3c;
  background-color: #ffffff;
  box-shadow: 0 0 15px #d0d0d0;
  width: 40px;
  height: 40px;
  border: 1px solid #ffffff;
  line-height: 24px;
  transition: all 0.5s;
  font-weight: 700;
}

.page-navigation-area .page-link i {
  margin-right: -4px;
  font-size: 21px;
}

.page-navigation-area .page-link:hover {
  color: #ffffff;
  background-color: #190f3c;
  border: 1px solid #190f3c;
}

.page-navigation-area .page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: none;
}

.page-navigation-area .page-link.page-links i::before {
  margin-left: -4px;
}

.page-navigation-area .page-item {
  padding: 0 8px 0;
}

.page-navigation-area .page-item:first-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item:last-child .page-link {
  border-radius: none;
}

.page-navigation-area .page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  background-color: #190f3c;
  border-color: #190f3c;
}

.hero-slider-area {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.hero-slider-area .slider-item {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.hero-slider-area .slider-item.slider-item-bg-1 {
  background-image: url(../img/home-slider/pest-management.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-2 {
  background-image: url(../img/home-slider/smart-cleaning.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-3 {
  background-image: url(../img/home-slider/facade-cleaning.jpg);
}

.hero-slider-area .slider-item.slider-item-bg-4 {
  background-image: url(../img/home-slider/sanitization.jpg);
}

.hero-slider-area .slider-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(10, 255, 165, 0.1);
  z-index: -1;
}

.hero-slider-area .slider-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 50%;
  background-color: rgba(10, 255, 165, 0.1);
  z-index: -1;
}

.hero-slider-area .slider-item .slider-text {
  position: relative;
  max-width: 690px;
  z-index: 1;
  overflow: hidden;
}

.hero-slider-area .slider-item .slider-text span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.hero-slider-area .slider-item .slider-text h1 {
  font-size: 60px;
  color: #ffffff;
  margin-bottom: 30px;
}

.hero-slider-area .slider-item .slider-text p {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 35px;
}

.hero-slider-area .slider-item .video-btn {
  margin: auto;
  display: block;
}

.hero-slider-area .owl-item.active .slider-item::before {
  animation: 3s 0.3s fadeInUp both;
}

.hero-slider-area .owl-item.active .slider-item::after {
  animation: 3s 0.3s fadeInDown both;
}

.hero-slider-area .owl-item.active .slider-text.overflow-hidden {
  overflow: hidden;
}

.hero-slider-area .owl-item.active .slider-text.one h1 {
  animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one p {
  animation: 3s 0.3s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.one .slider-btn {
  animation: 4s 0.4s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .slider-text.two h1 {
  animation: 2s 0.2s fadeInLeft both;
}

.hero-slider-area .owl-item.active .slider-text.two p {
  animation: 2s 0.2s fadeInRight both;
}

.hero-slider-area .owl-item.active .slider-text.two .slider-btn {
  animation: 2s 0.2s fadeInUpBig both;
}

.hero-slider-area .owl-item.active .one.video-btn-animat {
  animation: 2s 0.2s zoomIn both;
}

.hero-slider-area .owl-item.active .two.video-btn-animat {
  animation: 2s 0.2s zoomIn both;
}

.hero-slider-area .owl-prev i {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.hero-slider-area .owl-prev i:hover {
  border-color: #1e8764;
}

.hero-slider-area .owl-next i {
  background-color: transparent !important;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.hero-slider-area .owl-next i:hover {
  border-color: #1e8764;
}

.hero-slider-area .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}

.hero-slider-area .owl-next i {
  background-color: #190f3c;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
}

.hero-slider-area .owl-next i:hover {
  background-color: #1e8764 !important;
}

.hero-slider-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-10px);
}

.hero-slider-area .owl-prev i {
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 4px;
}

.hero-slider-area .owl-prev i:hover {
  background-color: #1e8764 !important;
}

.hero-slider-area:hover .owl-prev {
  opacity: 1;
}

.hero-slider-area:hover .owl-next {
  opacity: 1;
}

.hero-slider-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}

.hero-slider-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.hero-slider-area .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.video-btn img.banner-play-btn {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  position: absolute;
  top: 10px;
  left: 9px;
  justify-content: center;
  align-items: center;
  display: flex;
  width: 100%;
  font-size: 30px;
  height: 100%;
}

.feature-area {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.feature-area .feature-wrap {
  background-color: #1e8764;
  border-radius: 10px;
}

.feature-area .feature-wrap .single-feature {
  padding: 28px;
  position: relative;
  padding-left: 75px;
}

.feature-area .feature-wrap .single-feature i {
  font-size: 45px;
  color: #ffffff;
  position: absolute;
  left: 20px;
  top: 14px;
}

.feature-area .feature-wrap .single-feature h5 {
  color: #ffffff;
  font-size: 18px;
}

.feature-area .feature-wrap .single-feature p {
  color: #ffffff;
  font-size: 14px;
}

.feature-area .hot-line {
  text-align: center;
  background-color: #190f3c;
  padding: 20px;
  border-radius: 10px;
}

.feature-area .hot-line span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 5px;
}

.feature-area .hot-line h3 {
  color: #ffffff;
  margin-bottom: 0;
}

.feature-area .hot-line a {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}

.feature-area .hot-line a:hover {
  color: #1e8764;
}

.about-content {
  margin-top: -8px;
  margin-bottom: -8px;
}
.about-content span {
  color: #1e8764;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.about-content h2 {
  font-size: 25px;
  margin-bottom: 25px;
}
.about-content p {
  margin-bottom: 10px;
}
.about-content ul {
  margin-top: 14px;
}
.about-content ul li {
  font-weight: 600;
  font-size: 15px;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.about-content ul li i {
  color: #04b8e5;
  position: absolute;
  top: -1px;
  left: 0;
}
.about-content ul li:last-child {
  margin-bottom: 0;
}
.about-content .block-content {
  background-color: #f7ffff;
  padding: 20px;
  margin-top: 20px;
}
.about-content .default-btn {
  margin-top: 30px;
}

.about-img {
  border: 10px solid #232350;
  border-radius: 50%;
  position: relative;
}
.about-img .about-child {
  position: absolute;
  bottom: 0;
  left: -20px;
  border: 10px solid #232350;
  border-radius: 50%;
  background-color: #1e8764;
}
.about-img .about-child img {
  border-radius: 50%;
  padding: 5px;
}
.about-img img {
  border-radius: 50%;
  padding: 5px;
}

.section-title {
  margin: -8px auto 60px;
  position: relative;
}
.section-title span {
  color: #1e8764;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.section-title h2 {
  font-size: 25px;
  margin-bottom: 15px;
  position: relative;
  display: block;
  text-transform: capitalize;
}
.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title.white-title span {
  color: #ffffff;
}
.section-title.white-title h2 {
  color: #ffffff;
}
.section-title.white-title p {
  color: #ffffff;
}

.single-services {
  transition: all 0.5s;
  margin-bottom: 30px;
  height: 100%;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 15px;
  position: relative;
  z-index: 1;
}
.single-services:hover {
  transform: translateY(-5px);
}
.single-services:hover .services-content h3 {
  color: #ffffff;
}
.single-services:hover .services-content p {
  color: #ffffff;
}
.single-services:hover .services-content .read-more {
  color: white;
  font-weight: 800;
}
.single-services:hover .services-content .read-more i {
  color: white;
  font-weight: 800;
}
.single-services:hover::before {
  height: 100%;
  bottom: 0;
  top: auto;
}
.single-services::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #1e8764;
  z-index: -1;
  transition: all 0.5s;
  border-radius: 4px;
}
.single-services img {
  border-radius: 4px;
}
.single-services .services-content {
  padding: 15px;
  position: relative;
  padding-top: 30px;
}
.single-services .services-content h3 {
  margin-bottom: 10px;
  transition: all 0.5s;
  font-size: 14px;
}
.single-services .services-content p {
  transition: all 0.5s;
  font-size: 13px;
}
.single-services .services-content span {
  position: absolute;
  top: -15px;
  right: 30px;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  color: #232350;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  background-color: #ffffff;
}

.single-process {
  text-align: center;
  padding: 30px;
  position: relative;
  z-index: 1;
  height: 100%;
  transition: all 0.5s;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
}
.single-process:hover {
  transform: translateY(-5px);
}
.single-process:hover span {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  border-radius: 0 0 0 50px;
  font-size: 20px;
  line-height: 60px;
}
.single-process img {
  max-width: 70px;
  margin-bottom: 22px;
}
.single-process h3 {
  margin-bottom: 15px;
  font-size: 14px;
}
.single-process p {
  margin-bottom: 18px;
  font-size: 13px;
}
.single-process span {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: #1e8764;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 600;
  transition: all 0.5s;
}

.project-area {
  position: relative;
  overflow: hidden;
}
.project-area:hover .owl-prev {
  opacity: 1;
}
.project-area:hover .owl-next {
  opacity: 1;
}
.project-area .shape {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.project-area .owl-next {
  position: absolute;
  top: 50%;
  right: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-50px);
}
.project-area .owl-next i {
  background-color: #190f3c;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 50%;
}
.project-area .owl-next i:hover {
  background-color: #04b8e5 !important;
}
.project-area .owl-prev {
  position: absolute;
  top: 50%;
  left: 30px;
  margin: 0 !important;
  border-radius: 0 !important;
  transition: all 0.5s;
  opacity: 0;
  transform: translateY(-50px);
}
.project-area .owl-prev i {
  background-color: #190f3c;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  transition: all 0.5s;
  font-size: 26px;
  border-radius: 50%;
}
.project-area .owl-prev i :hover {
  background-color: #04b8e5 !important;
}
.project-area .owl-theme .owl-nav {
  margin-top: 0 !important;
}
.project-area .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.project-area .single-project {
  margin-bottom: 30px;
}
.project-area .single-project:hover .project-content {
  max-width: 100%;
  border-radius: 0 0 30px 30px;
}
.project-area .single-project img {
  border-radius: 4px;
}
.project-area .single-project .project-content {
  background-color: #190f3c;
  position: relative;
  padding: 30px;
  border-radius: 30px;
  max-width: 350px;
  margin: -60px auto 0;
  transition: all 0.5s;
}
.project-area .single-project .project-content h3:hover a {
  color: #1e8764;
}
.project-area .single-project .project-content h3 a {
  color: #ffffff;
}
.project-area .single-project .project-content span {
  color: white;
}
.project-area .single-project .project-content i {
  position: absolute;
  top: 50%;
  right: 30px;
  background-color: #ffffff;
  color: #232350;
  width: 30px;
  height: 30px;
  line-height: 31px;
  text-align: center;
  border-radius: 50%;
  font-size: 25px;
  transform: translateY(-12px);
  transition: all 0.5s;
}
.project-area .single-project .project-content i:hover {
  background-color: #04b8e5;
  color: #ffffff;
}

.single-product {
  text-align: center;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.single-product:hover {
  transform: translateY(-5px);
}
.single-product:hover .product-img .default-btn {
  bottom: 20px;
}
.single-product .product-content {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 15px 30px;
}
.single-product .product-content h3 {
  margin-bottom: 0px;
}
.single-product .product-content h3:hover a {
  color: #04b8e5;
}
.single-product .product-content ul li {
  display: inline-block;
  padding: 0 10px;
  font-weight: 600;
  font-size: 16px;
  color: #1e8764;
}
.single-product .product-content ul li del {
  color: #232350;
  font-weight: 500;
}
.single-product .product-img {
  position: relative;
  overflow: hidden;
}
.single-product .product-img .default-btn {
  position: absolute;
  bottom: -100px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 150px;
  white-space: nowrap;
}

.appointment-area {
  background: linear-gradient(179deg, #2a5a5a, #294a4a);
}

.appointment-here-form {
  position: relative;
  z-index: 1;
}

.appointment-here-form h2 {
  font-size: 40px;
  margin-bottom: 40px;
  text-align: center;
}

.appointment-here-form span {
  text-align: center;
  display: block;
}

.appointment-here-form label {
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
}

.appointment-here-form .form-group {
  position: relative;
  margin-bottom: 30px;
}

.appointment-here-form .form-group i {
  position: absolute;
  top: 17px;
  right: 20px;
  line-height: 1;
  font-size: 18px;
  color: #fff;
}

.appointment-here-form .form-group .form-control {
  padding: 10px 20px;
  border: 1px dashed #ffffff;
  color: #ffffff;
  border-radius: 50px !important;
  background-color: rgba(255, 255, 255, 0.2);
}

.appointment-here-form .form-group .form-control::-moz-placeholder {
  color: #ffffff;
}

.appointment-here-form .form-group .form-control::placeholder {
  color: #ffffff;
}

.appointment-here-form .default-btn {
  display: block;
  margin: 15px auto 0;
  padding: 20px 85px;
}

.appointment-here-form .nice-select {
  height: 50px;
  width: 100%;
  line-height: 48px;
  font-size: 15px;
  margin-bottom: 30px;
  padding-left: 20px;
  border: 1px dashed #ffffff;
  color: #ffffff;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.2);
}

.appointment-here-form .nice-select span {
  text-align: left;
}

.appointment-here-form .nice-select::after {
  height: 8px;
  width: 8px;
  border-color: #ffffff;
  right: 23px;
}

.appointment-here-form .nice-select.open .list {
  height: 250px;
  overflow-y: scroll;
}

.appointment-here-form .nice-select .list {
  background-color: #1e8764;
}

.table-condensed {
  border-collapse: collapse;
  width: 350px;
  text-align: center;
}

.table-condensed .prev {
  background-color: #f2f9fc;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}

.table-condensed .prev:hover {
  background-color: #1e8764;
  color: #ffffff;
}

.table-condensed .next {
  background-color: #f2f9fc;
  border-radius: 4px;
  transition: all 0.5s;
  cursor: pointer;
}

.table-condensed .next:hover {
  background-color: #04b8e5;
  color: #ffffff;
}

.table-condensed .day {
  transition: all 0.5s;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 4px;
  font-size: 14px;
}

.table-condensed .day:hover {
  background-color: #04b8e5;
  color: #ffffff;
}

.single-blog {
  margin-bottom: 30px;
  transition: all 0.5s;
  position: relative;
}

.single-blog img {
  width: 100%;
}

.single-blog .blog-content {
  margin-top: 25px;
}

.single-blog .blog-content ul {
  line-height: 1;
  margin-bottom: 10px;
}

.single-blog .blog-content ul li {
  display: inline-block;
  color: #78a9e3;
  border-right: 1px solid #78a9e3;
  line-height: 1;
  padding: 0 10px;
  transition: all 0.5s;
}

.single-blog .blog-content ul li:last-child {
  border-right: none;
  padding-right: 0;
}

.single-blog .blog-content ul li:first-child {
  padding-left: 0;
}

.single-blog .blog-content ul li a {
  color: #78a9e3;
}

.single-blog .blog-content ul li a:hover {
  color: #190f3c;
}

.single-blog .blog-content h3 {
  margin-bottom: 15px;
  transition: all 0.5s;
  line-height: 1.5;
}

.single-blog .blog-content p {
  margin-bottom: 15px;
  transition: all 0.5s;
  margin-top: -8px;
}

.single-blog:hover {
  transform: translateY(-5px);
}

.single-blog:hover .blog-content a h3 {
  color: #04b8e5;
}

.single-blog:hover .blog-content .read-more {
  color: #04b8e5;
}

.single-blog:hover .blog-content .read-more i {
  color: #04b8e5;
}

.footer-top-area {
  background-image: url(../img/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.footer-top-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #315858;
  opacity: 0.9;
  z-index: -1;
}

.single-widget {
  margin-bottom: 30px;
}
.single-widget img {
  margin-bottom: 30px;
  width: 50%;
}
.single-widget h3 {
  font-size: 18px;
  margin-bottom: 20px;
  padding-bottom: 10px;
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.single-widget h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #ffffff;
}
.single-widget p {
  margin-bottom: 0;
  color: #ffffff;
}
.single-widget ul li {
  color: #ffffff;
  margin-bottom: 8px;
  font-size: 15px;
}
.single-widget ul li span {
  color: #ffffff;
}
.single-widget ul li a {
  color: #ffffff;
  transition: all 0.5s;
}
.single-widget ul li a i {
  display: inline-block;
  margin-right: 2px;
  font-size: 18px;
  color: #fff;
  position: relative;
  top: 3px;
}
.single-widget ul li a:hover {
  transform: translateX(2px);
}
.single-widget .social-area {
  margin-top: 20px;
}
.single-widget .social-area ul {
  line-height: 1;
}
.single-widget .social-area ul li {
  display: inline-block;
}
.single-widget .social-area ul li a {
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 34px;
  background-color: #ffffff;
  border-radius: 4px;
  text-align: center;
  border-radius: 50%;
}
.single-widget .social-area ul li a i {
  color: #ffffff;
  transition: all 0.5s;
  margin-right: 0;
  font-size: 18px;
  top: 6;
}
.single-widget .social-area ul li a:hover {
  border-color: #190f3c;
  transform: translateY(-2px);
}
.single-widget .social-area ul li a:hover i {
  color: #ffffff;
}

.single-widget.contact ul li {
  position: relative;
  padding-left: 30px;
}
.single-widget.contact ul li a i {
  position: absolute;
  top: 4px;
  left: 0;
  color: #04b8e5;
  font-size: 20px;
}
.single-widget.contact ul li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: #fff;
  font-size: 20px;
}
.single-widget.contact ul li span {
  display: block;
  font-weight: 800;
  color: #fff;
}

.footer-bottom-area {
  background-color: #05224c;
  padding: 20px 0;
}
.footer-bottom-area .copy-right {
  text-align: center;
}
.footer-bottom-area .copy-right p {
  text-transform: capitalize;
  margin-bottom: 0;
  color: #ffffff;
}
.footer-bottom-area .copy-right p i {
  position: relative;
  top: 1px;
}
.footer-bottom-area .copy-right p a {
  color: #ffffff;
}
.footer-bottom-area .copy-right p a:hover {
  color: #04b8e5;
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  top: 93%;
  right: -10%;
  background-color: #1e8764;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  transition: 0.9s;
}
.go-top i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  transition: 0.5s;
  font-size: 20px;
}
.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #04b8e5;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.go-top:hover {
  color: #ffffff;
  background-color: #232350;
}
.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top:focus {
  color: #ffffff;
}
.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top.active {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 93%;
}

.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 30%;
  overflow-y: scroll;
  height: 100%;
  background-color: #ffffff;
  transition: all 0.5s;
  z-index: 1;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

.sidebar-modal .sidebar-modal-inner .close-btn {
  display: inline-block;
  position: absolute;
  right: 35px;
  top: 20px;
  font-size: 20px;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 32px;
  background-color: #232350;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.sidebar-modal .sidebar-modal-inner .close-btn:hover {
  color: #ffffff;
  background-color: #04b8e5;
}

.sidebar-modal .sidebar-about-area {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-about-area .title h2 {
  margin-bottom: 0;
  font-size: 24px;
}

.sidebar-modal .sidebar-about-area .title p {
  margin-top: 15px;
  font-size: 15px;
}

.sidebar-modal .sidebar-instagram-feed {
  margin-bottom: 40px;
}

.sidebar-modal .sidebar-instagram-feed h2 {
  margin-bottom: 25px;
  font-size: 24px;
}

.sidebar-modal .sidebar-instagram-feed ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
  margin-top: -10px;
}

.sidebar-modal .sidebar-instagram-feed ul li {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.sidebar-modal .sidebar-instagram-feed ul li a {
  display: block;
  position: relative;
}

.sidebar-modal .sidebar-instagram-feed ul li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.sidebar-modal .sidebar-instagram-feed ul li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.sidebar-modal .sidebar-contact-area .contact-info {
  text-align: center;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 {
  margin-bottom: 0;
  font-size: 24px;
  text-transform: lowercase;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a {
  display: inline-block;
  color: #190f3c;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:hover {
  color: #5d5d5d;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child) {
  color: #5d5d5d;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 a:not(:first-child):hover {
  color: #190f3c;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content h2 span {
  display: block;
  color: #5d5d5d;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 20px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li {
  display: inline-block;
  margin: 0 1px;
  padding-left: 0;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a {
  width: 35px;
  height: 35px;
  line-height: 34px;
  border: 1px solid #dadada;
  border-radius: 50%;
  color: #5d5d5d;
  display: block;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a i {
  font-size: 14px;
}

.sidebar-modal .sidebar-contact-area .contact-info .contact-info-content .social li a:hover {
  color: #ffffff;
  border-color: #190f3c;
  background-color: #190f3c;
}

.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.9);
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.prevent-content {
  margin-top: -8px;
  margin-bottom: -8px;
}
.prevent-content span {
  color: #1e8764;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.prevent-content h2 {
  font-size: 40px;
  margin-bottom: 25px;
}
.prevent-content ul {
  margin-top: 30px;
}
.prevent-content ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
}
.prevent-content ul li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 30px;
  height: 30px;
  background-color: #04b8e5;
}
.prevent-content ul li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-color: #bcf0fd;
  z-index: -1;
}

.prevent-img {
  border: 10px solid #232350;
  border-radius: 50%;
  position: relative;
}
.prevent-img .prevent-child {
  position: absolute;
  bottom: 0;
  left: -20px;
  background-color: #1e8764;
  border: 10px solid #232350;
  border-radius: 50%;
  animation: rotation 30s linear infinite;
}
.prevent-img .prevent-child img {
  border-radius: 50%;
  padding: 5px;
}
.prevent-img img {
  border-radius: 50%;
  padding: 5px;
}

.leader-card {
  border-radius: 50px 50px 0px 50px;
  background: linear-gradient(45deg, #fefefe, #f6fffc);
  border: 1px solid rgb(125, 221, 189);
  box-shadow: 4px 4px 10px #d2fff0;
}
.leader-card img {
  width: 10rem;
  align-self: center;
  border-radius: 50%;
}
.leader-card h6 {
  color: #1e8764;
  font-size: 14px;
  font-weight: 500;
}
.leader-card .card-text {
  font-size: 14px;
}

.our-team h2 {
  font-size: 25px;
}
.our-team .team-card {
  display: flex;
  border: 1px solid #bfbfbf;
  border-radius: 10px;
  margin: 0rem 0.5rem;
  padding: 1rem 0.5rem;
}
.our-team .team-card img {
  width: 3rem;
  border-radius: 50%;
}
.our-team .team-card h3 {
  color: #1e8764;
  font-size: 14px;
}
.our-team .team-card p {
  font-size: 12px;
  color: #5a6c7a;
}

.team-divider {
  background-color: #1e8764;
  height: 2px !important;
  max-width: 100px;
  opacity: 1;
  margin: 3rem auto;
}

/*
important Area Style
======================================================*/
.important-area {
  background-color: #f5f5f5;
  overflow: hidden;
  position: relative;
}
.important-area .important-img {
  background-image: url(../img/prevent-bg-img.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: relative;
}
.important-area .important-img .counter-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  padding: 100px;
  padding-bottom: 70px;
  margin-left: 30px;
}
.important-area .important-img .counter-wrap .single-counter {
  text-align: center;
  transition: all 0.5s;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: relative;
}
.important-area .important-img .counter-wrap .single-counter:hover {
  transform: translateY(-5px);
}
.important-area .important-img .counter-wrap .single-counter:hover i {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}
.important-area .important-img .counter-wrap .single-counter p {
  color: #190f3c;
  line-height: 1;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.important-area .important-img .counter-wrap .single-counter h2 {
  color: #04b8e5;
  line-height: 1;
  font-size: 40px;
  margin-top: -8px;
  margin-bottom: 10px;
}
.important-area .pr-0 {
  padding-right: 0;
}

.important-content {
  max-width: 620px;
  margin-left: auto;
  margin-top: -8px;
  margin-bottom: -8px;
  background-color: #190f3c;
  margin-right: -80px;
  padding: 50px;
  z-index: 1;
  position: relative;
}
.important-content span {
  color: #04b8e5;
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
}
.important-content h2 {
  font-size: 25px;
  margin-bottom: 25px;
  color: #ffffff;
}
.important-content p {
  color: #ffffff;
}
.important-content .default-btn {
  margin-top: 20px;
}

.typed-js .typed-js-text span {
  font-family: Arial;
  font-size: 25px;
}
.typed-js .typed-js-text span.type {
  margin: 0 auto;
  width: 200px;
  margin-top: 100px;
}
.typed-js .typed-js-text span.type::after {
  content: "|";
  display: inline;
  animation: blink 0.7s infinite;
}

.typed-cursor {
  opacity: 0;
  display: none;
}

/*typed Custom cursor animation*/
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*end typed Custom cursor animation*/
.page-title-area {
  position: relative;
  overflow: hidden;
  padding-top: 240px;
  padding-bottom: 150px;
  text-align: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  z-index: 1;
}

.page-title-area.bg-1 {
  background-image: url(../img/page-bg/1.jpg);
}

.page-title-area.bg-2 {
  background-image: url(../img/page-bg/2.jpg);
}

.page-title-area.bg-3 {
  background-image: url(../img/page-bg/3.jpg);
}

.page-title-area.bg-4 {
  background-image: url(../img/page-bg/4.jpg);
}

.page-title-area.bg-5 {
  background-image: url(../img/page-bg/5.jpg);
}

.page-title-area.bg-6 {
  background-image: url(../img/page-bg/6.jpg);
}

.page-title-area.bg-7 {
  background-image: url(../img/page-bg/7.jpg);
}

.page-title-area.bg-8 {
  background-image: url(../img/page-bg/8.jpg);
}

.page-title-area.bg-9 {
  background-image: url(../img/page-bg/9.jpg);
}

.page-title-area.bg-10 {
  background-image: url(../img/page-bg/10.jpg);
}

.page-title-area.bg-11 {
  background-image: url(../img/page-bg/11.jpg);
}

.page-title-area.bg-12 {
  background-image: url(../img/page-bg/12.jpg);
}

.page-title-area.bg-13 {
  background-image: url(../img/page-bg/13.jpg);
}

.page-title-area.bg-14 {
  background-image: url(../img/page-bg/14.jpg);
}

.page-title-area.bg-15 {
  background-image: url(../img/page-bg/15.jpg);
}

.page-title-area.bg-16 {
  background-image: url(../img/page-bg/16.jpg);
}

.page-title-area.bg-17 {
  background-image: url(../img/page-bg/17.jpg);
}

.page-title-area.bg-18 {
  background-image: url(../img/page-bg/18.jpg);
}

.page-title-area.bg-19 {
  background-image: url(../img/page-bg/19.jpg);
}

.page-title-area.bg-20 {
  background-image: url(../img/page-bg/20.jpg);
}

.page-title-area.bg-21 {
  background-image: url(../img/page-bg/21.jpg);
}

.page-title-area.bg-22 {
  background-image: url(../img/page-bg/22.jpg);
}

.page-title-area.bg-23 {
  background-image: url(../img/page-bg/23.jpg);
}

.page-title-area.bg-24 {
  background-image: url(../img/page-bg/24.jpg);
}

.page-title-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
  background-color: #232350;
  z-index: -1;
}

.page-title-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/shape/2.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
  opacity: 0.5;
  animation: heartBeat 9s infinite linear;
}

.page-title-area .page-title-content h2 {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
}

.page-title-area .page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-top: 10px;
  margin-bottom: 0;
}

.page-title-area .page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  padding-right: 10px;
  padding-left: 10px;
  color: #ffffff;
}

.page-title-area .page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  right: -7px;
  background-color: #04b8e5;
  width: 10px;
  height: 10px;
  -webkit-clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
  clip-path: polygon(0% 20%, 60% 20%, 60% 0%, 100% 50%, 60% 100%, 60% 80%, 0% 80%);
}

.page-title-area .page-title-content ul li:last-child::before {
  display: none;
}

.page-title-area .page-title-content ul li a {
  color: #ffffff;
}

.page-title-area .page-title-content ul li a:hover {
  color: #04b8e5;
}

.page-title-area .page-title-content ul .active {
  color: #04b8e5;
}

.main-contact-area .contact-form {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
}
.main-contact-area .contact-form .form-group {
  margin-bottom: 20px;
}
.main-contact-area .contact-form label {
  font-weight: 600;
  font-size: 15px;
}
.main-contact-area .contact-form .contact-num span {
  font-weight: 600;
  font-size: 16px;
}
.main-contact-area .contact-form .default-btn {
  float: right;
  margin-top: 15px;
}
.main-contact-area #msgSubmit {
  position: absolute;
  bottom: 54px;
  font-size: 15px;
  right: 15px;
}
.main-contact-area .text-danger {
  color: #dc3545 !important;
}
.main-contact-area .text-success {
  color: #28a745 !important;
}
.main-contact-area .list-unstyled {
  margin-top: 10px;
  color: #dc3545 !important;
}

.faq-contact-area .contact-wrap {
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
}
.faq-contact-area .contact-wrap .form-group {
  margin-bottom: 20px !important;
}
.faq-contact-area .contact-wrap label {
  font-weight: 600;
  font-size: 16px;
}
.faq-contact-area .contact-wrap .default-btn {
  display: table;
  margin: 20px auto -20px;
}
.faq-contact-area .list-unstyled {
  margin-top: 10px;
  color: #dc3545 !important;
}
.faq-contact-area #msgSubmit {
  margin: 20px auto 0;
  text-align: center;
}

.contact-area .section-title {
  margin-bottom: 30px;
}
.contact-area .section-title h2 {
  font-size: 25px;
}
.contact-area .contact-wrap {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 40px;
  text-align: center;
}
.contact-area .contact-wrap .form-group {
  margin-bottom: 15px;
}
.contact-area .contact-wrap .text-danger {
  color: #dc3545 !important;
  margin-top: 30px;
}
.contact-area .contact-wrap .text-success {
  color: #28a745 !important;
}
.contact-area .contact-wrap .list-unstyled {
  text-align: left;
  margin-top: 10px;
  color: #dc3545 !important;
}
.contact-area .quick-contact {
  background-color: #ffffff;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
}
.contact-area .quick-contact h3 {
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: -4px;
}
.contact-area .quick-contact ul li {
  font-size: 18px;
  position: relative;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 15px;
  background-color: #190f3c;
  padding: 19px 20px;
  padding-left: 65px;
}
.contact-area .quick-contact ul li:last-child {
  margin-bottom: 0;
}
.contact-area .quick-contact ul li i {
  position: absolute;
  left: 25px;
  top: 23px;
  font-size: 30px;
}
.contact-area .quick-contact ul li span {
  display: block;
  font-weight: 400;
  font-size: 15px;
}
.contact-area .quick-contact ul li a {
  display: block;
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
}

.single-contact-map iframe {
  height: 395px;
  width: 100%;
}

.project-page .container-fluid {
  max-width: 1500px;
}

#v-pills-tab {
  flex-direction: column;
}

.tab_panel_container {
  border: 1px dashed #d9d9d9;
  border-radius: 9px;
  padding: 1rem;
  display: flex;
}

.tab_cell {
  background-color: #f7ffff;
  font-weight: 600;
  color: #212a31;
  text-align: left;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #1e8764;
}

.tab-panel {
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(3, 33.33%);
  background-color: aliceblue;
  border-radius: 10px;
}
.tab-panel input[type=checkbox] {
  display: none;
}
.tab-panel .srvc_checkbox_card {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 0.75rem;
  align-items: center;
  text-align: center;
  border: 2px solid white;
  border-radius: 8px;
  background-color: #f7ffff;
  box-shadow: 0px 0px 4px #d1d1d1;
  margin: 0rem 0.5rem 1rem 0.5rem;
  transition: 0.5s;
  cursor: pointer;
}
.tab-panel .srvc_checkbox_card img {
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 1rem;
}
.tab-panel .bkng_tab_active {
  border: 2px solid #1e8764;
  box-shadow: none;
  transition: 0.5s;
  position: relative;
}
.tab-panel .bkng_tab_active:before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 free";
  content: "\f058";
  color: #1e8764;
  font-size: 20px;
  position: absolute;
  top: 0.2rem;
  right: 1rem;
}

.form-part-2-cont {
  max-width: 700px;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 2rem;
  border: 1px dashed #d9d9d9;
  border-radius: 9px;
  visibility: hidden;
  display: none;
}
.form-part-2-cont input,
.form-part-2-cont textarea {
  padding: 10px 20px;
  border: 1px solid #c5c5c5;
  color: #212a31;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-bottom: 1rem;
}
.form-part-2-cont input {
  height: 3.5rem;
}

.our-product h2 {
  font-size: 25px;
}

.position-absolute {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-card {
  /* align-items: flex-start; */
  border-radius: 7px;
  transition: 0.1s all;
  padding: 5px 8px;
  border: 1px solid #e9e9e9;
  overflow: hidden;
  height: 100px;
}
.product-card:hover {
  cursor: pointer;
  border-radius: 7px;
  box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 1px 3px 5px 0px rgba(0, 0, 0, 0.06);
  transition: 0.1s all;
  height: auto;
  cursor: pointer;
}
.product-card .image img {
  height: 100px;
}
.product-card .card-content .product-heading::after {
  content: "";
  display: block;
  width: 120px;
  height: 2px;
  background: black;
  right: 0;
  top: 50%;
  position: absolute;
}

.product-card > div {
  flex: 1 1 0%;
  align-self: stretch;
  flex-direction: row;
}

/*acordian*/
.accordion-button {
  padding: 1.5rem 1.25rem;
  border-radius: 10px;
}
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:hover {
  cursor: pointer;
}
.accordion-button:after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  color: white;
  margin-left: auto;
  content: "";
  background-image: url("https://img.icons8.com/ios/50/ffffff/expand-arrow--v2.png");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}

/*accordian style over rite*/
.accordion-button:not(.collapsed)::after {
  background-image: url("https://img.icons8.com/ios/50/ffffff/expand-arrow--v2.png");
  transform: rotate(-180deg);
}

/*end accordian style over rite*/
.accordion .accordion-item {
  border: none;
}
.accordion .accordion-item .accordion-header {
  border-radius: 10px;
}
.accordion .accordion-item .accordion-header button.accordion-button {
  background-color: #1E8764 !important;
  color: white;
}
.accordion .accordion-item .accordion-body img.sevc-item-img {
  box-shadow: -3px 4px 28px -8px rgba(0, 0, 0, 0.73);
  -webkit-box-shadow: -3px 4px 28px -8px rgba(0, 0, 0, 0.73);
  -moz-box-shadow: -3px 4px 28px -8px rgba(0, 0, 0, 0.73);
}
.accordion .accordion-item .accordion-body .service-items-list li.srvc-item {
  width: 48%;
  float: left;
}
.accordion .accordion-item .accordion-body .service-items-list li.srvc-item .list-text {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 500;
}
.accordion .accordion-item .accordion-body .service-items-list li.srvc-item:hover {
  color: #1E8764;
  cursor: pointer;
}
.accordion .accordion-item .accordion-body .service-items-list ul.service-items-subLsist {
  margin-left: 2em;
}
.accordion .accordion-item .accordion-body h3.service-title, .accordion .accordion-item .accordion-body .service-title {
  color: #232350;
  font-size: 20px;
}

.list-step-numbers {
  counter-reset: step;
  list-style-type: none;
  margin-left: 1rem;
}
.list-step-numbers li {
  position: relative;
  padding: 0 0 1.5rem 3.75rem;
  min-height: 75px;
  border-left: 2px solid #333;
}
.list-step-numbers li:before {
  counter-increment: step;
  content: counters(step, ".") " ";
  position: absolute;
  left: -26px;
  top: 0;
  height: 50px;
  width: 50px;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #6abb71;
  border: 2px solid #168069;
  border-radius: 50%;
  z-index: 2;
}
.list-step-numbers li:last-child {
  border-left: none;
}
.list-step-numbers li:last-child:before {
  content: "✓";
}

@media screen and (min-width: 320px) and (max-width: 374px) { /*xs*/
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item {
    width: 100%;
    float: left;
    font-size: 0.7rem;
  }
  .accordion .accordion-item .accordion-body .btn-book-service {
    width: 100%;
  }
  .hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/home-slider/pest-management-screen-size-375-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/home-slider/smart-cleaning-screen-size-375-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/home-slider/facade-cleaning-screen-size-375-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/home-slider/sanitization-screen-size-375-360.jpg);
  }
}
@media screen and (min-width: 375px) and (max-width: 424px) { /*xs*/
  .hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/home-slider/pest-management-screen-size-375-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/home-slider/smart-cleaning-screen-size-375-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/home-slider/facade-cleaning-screen-size-375-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/home-slider/sanitization-screen-size-375-360.jpg);
  }
  .service-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item {
    width: 100%;
    float: left;
    font-size: 0.7rem;
  }
  .accordion .accordion-item .accordion-body .btn-book-service {
    width: 100%;
  }
  .mt-xs-1 {
    margin-top: 1rem;
  }
  h2, h3 {
    font-size: 15px !important;
  }
  p {
    font-size: 10px;
  }
  ul.header-content-left, ul.header-content-right {
    display: flex;
    flex-direction: column;
  }
  .header-area .top-header-area .header-content-left li a,
  .header-area .top-header-area .header-content-left li a span,
  ul.header-content-right li {
    font-size: 8px;
  }
  .header-area .top-header-area .header-content-left li {
    width: 100% !important;
    float: left;
  }
  .header-area .top-header-area .header-content-left li a {
    float: left;
  }
  .col-sm-6 {
    width: 50%;
  }
  .contact-area .section-title h2 {
    font-size: 15px;
  }
  .contact-area .contact-wrap .form-group {
    margin-bottom: 5px;
  }
  #cntct_pg_form .form-control {
    height: auto;
    padding: 7px 10px;
    font-size: 10px;
  }
  .default-btn {
    padding: 10px 25px !important;
    font-size: 10px !important;
  }
  .contact-area .quick-contact ul li {
    font-size: 12px;
  }
  .contact-area .quick-contact ul li a, .contact-area .quick-contact ul li span {
    font-size: 10px;
  }
  .office-location-btn-group {
    margin-top: 1rem;
    margin-left: 30px;
  }
  .office-location-btn-group .nav-item a {
    font-size: 10px;
  }
  .single-widget img {
    width: 100%;
  }
  .single-widget a {
    width: 30%;
    float: left;
  }
  .single-widget p {
    width: 70%;
    float: left;
    padding-left: 10px;
  }
  .single-widget .footer-link li a {
    display: inline-block;
    width: 100%;
    font-size: 10px;
  }
  .contact ul li {
    display: inline-block;
    width: 100%;
    font-size: 10px;
  }
  .contact ul li a, .contact ul li span {
    font-size: 10px;
  }
  .about-content .page-title {
    margin-top: 0 !important;
  }
  .about-content ul li {
    font-size: 12px;
  }
  .about-img {
    width: 60% !important;
    margin: auto;
  }
  .single-counter p {
    font-size: 8px !important;
  }
  .leader-card img {
    width: 6rem;
  }
  .leader-card .card-body h5.card-title {
    font-size: 15px;
  }
  .leader-card h6 {
    font-size: 10px;
  }
  .leader-card .card-text {
    font-size: 12px;
  }
  .about-content {
    margin-top: 0px !important;
  }
  .about-area .mt-3 {
    margin-top: 0px !important;
  }
  .col-xs-12 {
    width: 100% !important;
  }
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 1rem 1.25rem !important;
    font-size: 12px;
  }
  .accordion .accordion-item .accordion-body h3.service-title, .accordion .accordion-item .accordion-body .service-title {
    color: #232350;
    font-size: 15px;
    margin-top: 20px;
  }
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item .list-text {
    font-size: 12px;
  }
  .pest-management-option .d-flex img {
    width: 15% !important;
  }
}
@media screen and (min-width: 425px) and (max-width: 767px) { /*xs*/
  .hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/home-slider/pest-management-screen-size-425-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/home-slider/smart-cleaning-screen-size-425-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/home-slider/facade-cleaning-screen-size-425-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/home-slider/sanitization-screen-size-425-360.jpg);
  }
  .service-title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .service-items-list li.srvc-item {
    width: 100%;
    float: left;
    font-size: 14px;
  }
  h2, h3 {
    font-size: 15px !important;
  }
  p {
    font-size: 10px;
  }
  .col-sm-6 {
    width: 50%;
  }
  ul.header-content-left, ul.header-content-right {
    display: flex;
    flex-direction: column;
  }
  .header-area .top-header-area .header-content-left li a,
  .header-area .top-header-area .header-content-left li a span,
  ul.header-content-right li {
    font-size: 10px;
  }
  .header-area .top-header-area .header-content-left li {
    width: 100% !important;
    float: left;
  }
  .header-area .top-header-area .header-content-left li a {
    float: left;
  }
  .contact-area .contact-wrap .form-group {
    margin-bottom: 5px;
  }
  #cntct_pg_form .form-control {
    height: auto;
    padding: 7px 10px;
    font-size: 10px;
  }
  .default-btn {
    padding: 10px 25px !important;
    font-size: 10px !important;
  }
  .contact-area .quick-contact ul li {
    font-size: 12px;
  }
  .contact-area .quick-contact ul li a, .contact-area .quick-contact ul li span {
    font-size: 10px;
  }
  .office-location-btn-group {
    margin-top: 1rem;
    margin-left: 30px;
  }
  .office-location-btn-group .nav-item a {
    font-size: 10px;
  }
  .about-img {
    border: 5px solid #232350;
    width: 50%;
  }
  .services-content h2, .services-content h3, .single-process h2, .single-process h3 {
    font-size: 12px !important;
  }
  .services-content p, .single-process p {
    font-size: 10px;
  }
  .services-content a, .single-process a {
    font-size: 9px;
  }
  .appointment-here-form .form-group {
    margin-bottom: 5px !important;
  }
  .appointment-here-form .form-group .form-control {
    height: auto !important;
    padding: 7px 14px !important;
    font-size: 10px !important;
  }
  .appointment-here-form .form-group i {
    top: 7px;
    font-size: 15px;
  }
  .appointment-here-form .form-group .nice-select {
    height: auto !important;
    padding: 2px 14px !important;
    font-size: 10px !important;
    margin-bottom: 5px;
  }
  .single-product h3 {
    margin-bottom: 0px;
  }
  .single-product .product-content {
    padding: 10px;
  }
  .single-product .product-content h3 a {
    font-size: 12px;
  }
  .single-product .product-content ul li {
    font-size: 10px;
  }
  .single-widget a {
    width: 30%;
    float: left;
  }
  .single-widget p {
    width: 70%;
    float: left;
  }
  .single-widget .footer-link li a {
    display: inline-block;
    width: 100%;
    font-size: 10px;
  }
  .contact ul li {
    display: inline-block;
    width: 100%;
    font-size: 10px;
  }
  .contact ul li a, .contact ul li span {
    font-size: 10px;
  }
  .copy-right p, .copy-right i {
    font-size: 8px;
  }
  .copy-right a {
    font-size: 10px;
  }
  .about-content h2.page-title {
    margin-top: 0.5rem !important;
  }
  .about-content ul li {
    font-size: 12px;
  }
  .about-img {
    margin: auto;
  }
  .single-counter p {
    font-size: 12px;
  }
  .leader-card img {
    width: 6rem;
  }
  .leader-card .card-body h5.card-title {
    font-size: 15px;
  }
  .leader-card h6 {
    font-size: 10px;
  }
  .leader-card .card-text {
    font-size: 12px;
  }
  .team-card .other_teams_content h3 {
    font-size: 12px;
  }
  .accordion .accordion-item .accordion-body h3.service-title, .accordion .accordion-item .accordion-body .service-title {
    color: #232350;
    font-size: 12px;
    margin-top: 20px;
  }
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item .list-text {
    font-size: 10px;
  }
  .pest-management-option .d-flex img {
    width: 15% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) { /*sm*/
  .hero-slider-area .slider-item.slider-item-bg-1 {
    background-image: url(../img/home-slider/pest-management-screen-size-768-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-2 {
    background-image: url(../img/home-slider/smart-cleaning-screen-size-768-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-3 {
    background-image: url(../img/home-slider/facade-cleaning-screen-size-768-360.jpg);
  }
  .hero-slider-area .slider-item.slider-item-bg-4 {
    background-image: url(../img/home-slider/sanitization-screen-size-768-360.jpg);
  }
  .tab-panel {
    grid-template-columns: repeat(1, 100%);
  }
  .nav-pills .nav-link {
    font-size: 12px;
  }
  .service-items-list li.srvc-item {
    width: 48%;
    float: left;
    font-size: 15px;
  }
  .office-location .office-location-btn-group li.nav-item a {
    font-size: 12px !important;
  }
  .header-content-left li, .header-content-right li {
    float: left;
    font-size: smaller;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 22px !important;
  }
  .about-img .about-child {
    width: 55%;
    border: 5px solid #232350;
  }
  .about-content ul li {
    font-size: 12px !important;
  }
  .counter-wrap .single-counter h2 span {
    font-size: 30px !important;
  }
  .product-card {
    height: 60px !important;
  }
  .product-card .image img {
    height: 60px !important;
  }
  .product-card .product-heading {
    font-size: 11px;
    margin-bottom: 0px;
  }
  .product-card p {
    font-size: 9px;
    line-height: 11px;
  }
  .single-widget p {
    font-size: 12px;
  }
  .single-widget h3 {
    font-size: 15px;
  }
  .single-widget.contact ul li span {
    font-size: 15px;
  }
  .single-widget ul li {
    color: #ffffff;
    margin-bottom: 0px;
    font-size: 12px;
  }
  .single-widget ul li a {
    font-size: 12px;
  }
  .footer-bottom-area .copy-right p {
    font-size: 10px;
  }
  .contact-area .quick-contact h3 {
    font-size: 18px;
  }
  .contact-area .quick-contact ul li {
    font-size: 15px;
  }
  .contact-area .quick-contact ul li a {
    font-size: 12px;
  }
  .contact-area .quick-contact ul li span {
    font-size: 12px;
  }
  .contact-area .quick-contact ul li:nth-child(2) {
    width: 48%;
    float: left;
  }
  .contact-area .quick-contact ul li:nth-child(3) {
    width: 48%;
    float: left;
    margin-left: 2px;
  }
  .accordion .accordion-item .accordion-body h3.service-title, .accordion .accordion-item .accordion-body .service-title {
    color: #232350;
    font-size: 18px;
  }
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item .list-text {
    font-size: 12px;
  }
}
@media screen and (min-width: 901px) and (max-width: 1023px) { /*md*/
  .service-items-list li.srvc-item {
    width: 48%;
    float: left;
    font-size: 15px;
  }
  .list-step-numbers li {
    padding-left: 2.5rem;
  }
  ul.header-content-left, ul.header-content-right {
    display: flex;
    flex-direction: row;
  }
  .header-area .top-header-area .header-content-left li a,
  .header-area .top-header-area .header-content-left li a span,
  ul.header-content-right li {
    font-size: 11px;
  }
  h2 {
    font-size: 25px !important;
  }
  h3, h3 a {
    font-size: 15px !important;
  }
  p {
    font-size: 12px !important;
  }
  .owl-stage-outer.owl-height {
    height: 420px !important;
  }
  .single-product .product-content {
    padding: 15px !important;
  }
  .about-img .about-child {
    width: 40%;
    border: 4px solid #232350;
  }
  .contact-area .quick-contact ul li {
    font-size: 15px;
  }
  .accordion .accordion-item .accordion-body h3.service-title, .accordion .accordion-item .accordion-body .service-title {
    color: #232350;
    font-size: 18px;
  }
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item .list-text {
    font-size: 15px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) { /*lg*/
  #v-pills-tab {
    flex-direction: row;
  }
  .tab_panel_container {
    flex-direction: column;
  }
  .service-items-list li.srvc-item {
    width: 48%;
    float: left;
    font-size: 12px;
  }
  h1 {
    font-size: 40px !important;
  }
  h2 {
    font-size: 30px !important;
  }
  h3, h3 a {
    font-size: 15px !important;
  }
  p {
    font-size: 12px !important;
  }
  .single-widget ul li {
    font-size: 12px !important;
  }
  .contact-area .quick-contact ul li, .contact-area .quick-contact ul li a, .contact-area .quick-contact ul li span {
    font-size: 12px !important;
  }
  .accordion .accordion-item .accordion-body .service-items-list li.srvc-item .list-text {
    font-size: 12px;
  }
  .accordion .accordion-item .accordion-body h3.service-title, .accordion .accordion-item .accordion-body .service-title {
    color: #232350;
    font-size: 15px;
  }
  .service-items-list li {
    font-size: 12px;
  }
}
@media screen and (min-width: 1201px) and (max-width: 1440px) {
  .tab-panel {
    grid-template-columns: repeat(4, 25%);
  }
}
@media screen and (min-width: 1441px) and (max-width: 2560) {
  .tab-panel {
    grid-template-columns: repeat(5, 20%);
  }
  .pt-100 {
    padding-top: 20px !important;
  }
}/*# sourceMappingURL=main.css.map */