/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@font-face {
   font-family: Pe-icon-7-stroke;
   src: url(../vendor/pe-icon-7-stroke/fonts/Pe-icon-7-stroke.woff);
} 
body {
  font-family: "Poppins", sans-serif;
  color: #666666;
  line-height: 1.8em;
}

a {
  color: #e96b56;
  text-decoration: none;
}

a:hover {
  color: #e6573f;
  text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3 {
  margin-top: 25px;
  margin-bottom: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}
/* cursor  */
/* body {
  cursor: none;
}
.cursor {
  position: absolute;
  margin-left: -15px;
  margin-top: -15px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  z-index: 10000000;
  opacity: .5;
  background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#12c2e9,#d641a7,#f64f59) border-box;
  border-radius: 50px;
  border: 2px solid transparent!important;
}
.cursor_pointer {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 6px;
  height: 6px;
  background: #00a2ff;
  border: 2px solid #00a2ff;
  box-shadow: 0 0 4px 0 #333;
  transition: all 0.2s ease-out;
  pointer-events: none;
  margin: -15px 0px 0px -15px;
  z-index: 1000;
  border-radius: 50%;
} */
p{
  line-height: 2em !important;
  font-weight: 300 !important;
}
/* .cursor.active{
  animation: cursorAnim 0.2s;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes cursorAnim{
  0%{
    transform: scale(1);
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
  }
  50%{
    transform: scale(2);
    box-shadow: 0 0 10px 5px rgba(255, 255, 255, 0.5);
  }
  100%{
    transform: scale(1); 
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.8);
  }
} */
.our-clients .swiper-button-next,
.our-clients .swiper-button-prev {
    background-color: transparent;
    right:-7px;
    padding: 15px;
    color: #ffffff !important;
    fill: black !important;
    stroke: black !important;
}
body.innerpage .cta-btn .btn {
  border-color: #000;
}
body.innerpage .cta-btn span{
  color: #000;
  text-transform: capitalize;
}
body.innerpage .cta-btn .btn:after {
  background: #000000;
}
.innerpage .our-clients .swiper-button-next,.innerpage .our-clients .swiper-button-prev{
  color: #000 !important;
}
.our-clients .swiper-button-prev{
  left: -7px;
}
.our-clients .swiper-button-prev:after{
  content: 'prev';font-size: 26px;
}

.our-clients .swiper-button-next:after {
  content: 'next';font-size: 26px;
}
/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #e96b56;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #ee8b7a;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  padding: 0px 0 32px 0px;
  font-size: 13px;
  height: 70px;
  z-index: 9999;

}
.innerpage #header .container {
  background: transparent;
}
.innerpage #topbar {
  background: transparent !important;
  padding: 0;
  font-size: 13px;
  height: 89px;
  z-index: 0;

}
#topbar .contact-info i {
  font-style: normal;
  color: #ffffff;
  margin-right: 6rem;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
  font-family: 'Poppins';
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}
.service-gallery img {
  width: 100%;
}
#topbar .contact-info i a:hover {
  color: #00b3ff;
}

#topbar .social-links a {
  color: #ffffff;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #000;
}
.header.sticked {
  background: rgb(0 0 0 / 79%) !important;
  padding: 15px 0;
  box-shadow: 0 0 1px 0 #ffffff;
}
#header {
  height: 80px;
  transition: all 0.5s;
  z-index: 997;
  box-shadow: 0 0 1px 0 #ffffff;
}

.lin {
  font-weight: 400;
  color: #837e7e;
  width: 5px;
}

header#header {
  padding-left: 60px;
  padding-right: 60px;
}
.fixed-top .container {
  background: #ffffff00 !important;
  border-radius: 0px !important;
}
#header .container {
  background: #000;
  padding: 12px 4rem;
  border-radius: 4px;
}
#header .logo h1 {
  font-size: 26px;
  padding: 0 0 0 8px;
  margin: 11px 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  border-left: 8px solid #e96b56;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #545454;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 62px;
}
.gtnbtn .btn {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 1.2px;
  fill: #666;
  background-color: #02010100;
  border-style: solid;
  border-width: 1px;
  border-color: #a09c9c;
  border-radius: 5px 5px 5px 5px;
}
.scrolled-offset {
  margin-top: 0px;
}
a.discoverbtn {
  padding: 15px 35px;
  font-size: 13px;
  transition: all .4s;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.5;
  border: 1px solid #fff;
  color: #fff;
  background: transparent;
  margin-top: 30px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  color: #ffffff;
  display: block;
  font-size: 12px;
  padding: 10px 18px;
  transition: .2s linear;
  letter-spacing: 1px;
  font-weight: 500;
  border-bottom: 1px solid transparent;
}
nav#navbar a:hover span {
  border-bottom: 1px solid #29b8e9;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #29b8e9 !important;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: #e96b56;
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: #e53131;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  padding: 0 0 12px 0;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
  left: 18px;
  line-height: 1;
  list-style: outside none none;
  margin: 0;
  
  text-align: left;
  width: 185px;
  z-index: 999;
  box-shadow: 0 2px 14px 2px rgba(0,0,0,.1);
  background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#12c2e9,#d641a7,#f64f59) border-box;
  border-top: 2px solid transparent!important;
}

.navbar .dropdown ul li {
  /* min-width: 200px; */
}

.navbar .dropdown ul a {

  text-transform: none;
  color: #545454;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.8;
  padding: 15px 20px 0 25px;
}



.fixed-top .navbar .dropdown:hover>ul {
  
  top: calc(100% + 15px) !important;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e96b56;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: calc(100% + 23px);
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #545454;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(59, 59, 59, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #545454;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #e96b56;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #e96b56;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.our-clients .swiper-pointer-events {
  padding: 14px;
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background-color: rgba(59, 59, 59, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: -120px;
  position: relative;
  z-index: 1;
}
#hero {
  margin-top: -50px;
}
#hero .carousel-item {
  width: 100%;
  height: 90vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero .carousel-item::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  padding-bottom: 120px;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #ffffff;
    text-transform: capitalize;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 65px;
    font-weight: 800;
    letter-spacing: 2px;
    transform: translateY(20px);
    transition: all;
    line-height: 1.4em;
    word-wrap: break-word;
}

#hero h2 span {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;

}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: arken(#545454, 15);
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
  color: #545454;
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #e96b56;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  margin-bottom: 180px;
  opacity: 0.2;
}

#hero .carousel-indicators li.active {
  opacity: 1;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 10px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 4rem;
  color: #fff;
  animation-delay: 0.8s;
  border: 1px solid #ffffff;
 
}

#hero .btn-get-started:hover {
  background: transparent;
  color: #e96b56;
  text-decoration: none;
}

@media (max-height: 768px),
(max-width: 1200px) {
  #hero {
    margin-bottom: 0px;
  }

  #hero .carousel-container {
    padding-bottom: 0;
  }

  #hero .carousel-indicators li {
    margin-bottom: 0;
  }
 
}

@media (max-width: 768px) {
  .breadcrumbs h2{
    font-size: 28px !important;
  }
  .sec-head h3 {
    font-size: 28px !important;}
.services-pages .img-ser {
    height: auto !important;
    margin-bottom: 2rem !important;
}
  .animeslide-bottom {
    bottom: -5px !important;
    width: 103px !important;}
  #hero {
    height: 90vh;
  }

  #hero .carousel-item {
    height: 90vh;
  }
  .animeslide-bottom .animeslide-pagination b {
    font-size: 36px !important;
  }
  .animeslide-bottom .animeslide-pagination {
    font-size: 25px !important;}
    .animeslide-button-next, .animeslide-button-prev{
      font-size: 9px;
    width: 20px;
    height: 20px;
    line-height: 55px;
    text-align: center;
    margin: 0 -7px;
    }
    a.discoverbtn{
      padding: 10px 25px;
      font-size: 13px;
      margin-top: 60px;
    }
    .img:before {
      width: 100%;
    }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}
/* swiper slider  */
.progress-wrap {
  position: fixed;
  right: 20px;
    bottom: 40px;

  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset  0 0 0 2px rgba(255,255,255,0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: fontawesome;
    content: "\f077";
    text-align: center;
    line-height: 44px;
    font-size: 13px;
    font-weight: 900;
    color: #12c2e9;
    left: 0;
    top: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    z-index: 1;
    transition: all 400ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path { 
  fill: none; 
}

.progress-wrap svg.progress-circle path {
  stroke: #12c2e9;
  stroke-width: 4;
  box-sizing:border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}


span.foot-cont {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.f-add h5 {
  margin-left: 40px !important;
  color: #888;
  font-family: poppins,Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8em;
}

.lightScrollIcon::after {
  color: #ecedf3 !important;
}

.progress-wrap:hover::after {
  opacity: 0;
}
.swiper-slide {
  padding: 0 ;
}
.slider-section .cont {
  position: absolute;
  padding: 15px 30px;
  background: #111215cf;
  border-radius: 20px 20px 0px 0px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: all .3s
 
}

.author {
  margin-top: 20px;
  margin-left: 5px;
}
.swiper-slide-active .cont {
  opacity: 1;
  visibility: visible ;
  transition: all .3s
  transition-delay: .5s;
}
.cont {
  /* background: #0c0f16; */
}
.cont {
  opacity: 1;
  visibility: hidden;
}

.animeslide-slide {
  color:#fff;
}
section.homebanner {
  padding: 0;
}
.animeslide-slide {
  position: relative;
  padding: 15px 0;
  min-height: 100vh;
  background-size: cover;
  background-position: center;
}
.animeslide-slide .container {
  position: relative;
  margin-top: 13rem;
  text-align: center;
}
.animeslide-slide.swiper-slide-active [data-animate] {
  opacity: 1;
  transform: none;
}
.animeslide-slide.swiper-slide-active .animeslide-heading {
  transition-delay: 0.6s;
}
.animeslide-slide.swiper-slide-active .animeslide-desc {
  transition-delay: 1s;
}
.animeslide-heading {
  color: #ffffff;
  text-transform: capitalize;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 60px;
  font-weight: 500;
  letter-spacing: 2px;
  transform: translateY(20px);
  transition: all;
  line-height: 1.4em;
  word-wrap: break-word;
}
/* .animeslide-heading span {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
} */
.animeslide-desc {
  padding: 15px 22px;
  border-radius: 8px;
  background-color: #202238;
  max-width: 480px;
  opacity: 0.9;
}

[data-animate] {
  opacity: 0;
  transition: all 0.8s ease-out;
}
[data-animate="bottom"] {
  transform: translate3d(0, 15px, 0);
}
.animeslide-button-next, .animeslide-button-prev {
  color: #ccc;
  font-size: 13px;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  margin: 5px 0;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 50%;
}
.swiper-button-prev:after, .swiper-button-next:after {
  content: 'none';
}
.animeslide-bottom {
  position: absolute;
    bottom: 5px;
    width: 149px;
    z-index: 1;
    padding: 35px 35px;
    right: 0;
    font-size: 52px;
}
.animeslide-bottom .cell {
  position: relative;
  opacity: 1;
  z-index: 2;
  height: 40px;
  bottom: inherit;
}
.animeslide-bottom .animeslide-scrollbar {
  margin-top: 16px;
}
.animeslide-bottom .animeslide-scrollbar-drag {
  height: 6px;
}
.animeslide-bottom .animeslide-pagination {
  
  font-size: 40px;
  bottom: inherit;
  color:#fff;
}
.animeslide-pagination.swiper-pagination.swiper-pagination-custom.swiper-pagination-horizontal{
  font-weight: 500;
}
.animeslide-bottom .animeslide-pagination b {
  font-size: 60px;
  font-weight: 700;
  position: relative;
  color: transparent;
  -webkit-text-stroke: 0.5px #ffe;
}

.animeslide-bottom .animeslide-pagination span {
  color: #fff;
  position: relative;
  margin: 0 10px;
  font-size: 12px;
  font-weight: 100;
}
.animeslide-button-next,
.animeslide-button-prev {
  outline: none;
}
.animeslide-button-next::after,
.animeslide-button-prev::after {
  font-size: 22px;
  color: #fff;
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 0 0 80px 0;
}

.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  font-family: "Poppins", sans-serif;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #e96b56;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0 20px 0;
  background: #f7f7f7;
  margin-bottom: 40px;
}

.breadcrumbs h2 {
  font-weight: 500;
  color: #ffffff;
  font-size: 75px;
  margin-bottom: 20px;
  
}
.gallery-top h2{
  font-size: 60px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.breadcrumbs ol {
  color: #fff;
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  font-size: 17px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
  color: #fff;
}
.about-us-page section.ourteam.bggray {
  padding: 6rem 0 !important;
  background: #f7f7f7;
}
.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ffffff;
  content: "/";
  font-size: 11px;
}
.about-data li a {
  color: #fff;
}
.usppoint p {
  display: inline-grid;
  padding: 10px 25px;
  background-image: linear-gradient(90deg,#007FFF 1%,#FF4D54 100%);
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: center;
}
/*--------------------------------------------------------------
# Featured
--------------------------------------------------------------*/
.featured {
  position: relative;
  z-index: 2;
}

.featured .icon-box {
  padding: 40px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background: #fff;
  transition: all ease-in-out 0.3s;
  height: 100%;
}

.featured .icon-box i {
  color: #e96b56;
  font-size: 42px;
  margin-bottom: 15px;
  display: block;
  line-height: 0;
}

.featured .icon-box h3 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
}

.featured .icon-box h3 a {
  color: #545454;
  transition: 0.3s;
}

.featured .icon-box p {
  color: #545454;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.featured .icon-box:hover {
  background: #e96b56;
}

.featured .icon-box:hover i,
.featured .icon-box:hover h3 a,
.featured .icon-box:hover p {
  color: #fff;
}
/* about-page */
.about-content h4 span , .left-cnt h4 span{
  background-image: linear-gradient(90deg,#007FFF57 0%,#FF4D5445 100%);
  background-size: 100% 25%;
  background-color: transparent;
  transition: background-size .2s ease;
  background-position: 0% 100%;
  background-repeat: no-repeat;
  display: inline-block;
}
.about-content h4 span:hover , .left-cnt h4 span:hover{
  background-size: 100% 100%!important;
}
.left-cnt h4 {
  font-size: 31px;
    font-weight: 600;
    line-height: 1.4em;
    color: #000;
    margin-bottom: 35px;
}
.usppoint h5 {
  text-align: center;
  font-size: 30px;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;
}
.usppoint p {
  margin: 12px !important;
  
}
.about-us-page section.our-clients {
  background: #f7f7f7;
}
.about-us-page section.cta  , .about-us-page .dummy,  .about-us-page  .about-ozone{
  background-color: #f7f7f7;
}
.obelisk-button.style-1 span {
  position: relative;
  z-index: 2;
  transition: all .8s;
}
.innerpage  h2.heading-title {
  color: #000000;}
  /* .about-us-page .cta-btn .btn {
    background: 0 0;
    padding: 12px 35px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    display: inline-block;
    color: #000;
    border: 2px solid #1e1e1e;
    letter-spacing: 2px;
    font-size: 12px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 5px 5px 5px 5px;
    float: right;
} */
/* .about-us-page .cta-btn .btn:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  transform: rotate(-5deg);
  transition: all .8s;
  background: #0c0f16;
} */
.halfdivider {
  box-shadow: 0 2px 14px 2px rgba(0,0,0,.1);
  background: linear-gradient(#fff,#fff) padding-box,linear-gradient(to right,#12c2e9,#d641a7,#f64f59) border-box;
  border-top: 3px solid transparent!important;
  height: 4px;
  width: 65%;
  display: block;
  float: right;
}
.about-top {
  background: url(../img/service/about.webp);
  height: 75vh;
  background-size: cover !important;
  background-attachment: fixed;
  margin-bottom: 0 !important;
  background-position: bottom !important;
}
.services-pages .img-ser {
  overflow: hidden;
  max-height: 600px;
}
/* .social-links.mt-3 {
  float: right;
} */
.about-data {
  text-align: center;
  padding: 12rem 0;
}
.bggray {
  background-color: #f7f7f7;
}
.sec-head {
  text-align: center;
}
.sec-head h6 {
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 15px;
  line-height: 1.4em;
}
.sec-head h3 {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.4em;
}
.color-font {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
    -webkit-background-clip: text!important;
    -webkit-text-fill-color: transparent;

}
section.whoweare {
  padding: 100px 0;
  background: #fff;
}
section.whoweare p {
  text-align: center;
  margin-top: 2rem;
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  padding: 0;
}
.left-cnt h2 {
  margin: 0 0 15px;
  padding: 7px 12px;
  background-color: transparent;
  background-image: linear-gradient(90deg,#007FFF 1%,#FF4D54 100%);
  border-radius: 10px 10px 10px 10px;
  width: fit-content;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  
}
.left-cnt h5 {
  font-family: poppins,Sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 1.4em;
}
section.ourteam {
  padding: 8rem 0;
}

.team-img img {
  width: 95%;
}
.team-img {
  display: inline-flex;
}
.teamname .div-tooltip-tit {
  background-color: #000;
  padding: 0 10px;
  height: 48px;
  line-height: 53px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
  color: #fff;
  width: 95%;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.teamname .div-tooltip-sub {
  background-color: #f7f1f1;
  padding: 0 10px;
  height: 48px;
  line-height: 53px;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 99999;
  color: #181111;
  width: 95%;
  transition: all ease-in-out 0.3s;
  text-align: center;
}
.teamname {
  position: relative;
  margin-top: -70px;
}
.team-img img {
  width: 95%;
}
.team-img {
  display: inline-flex;
}
.teams:hover .div-tooltip-sub , .teams:hover .div-tooltip-tit {
  display:block; transition: all ease-in-out 0.3s;
}
.bottom-fix-whatsapp {
  position: fixed;
  top: 0;
  z-index: 99999 !important;
  bottom: 51px;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  left: 38px;
}
.bottom-fix-whatsapp a i {
  font-size: 21px;
  
  color: #ffffff;
  background: #45b72e;
  font-weight: 400;
  padding: 18px 22px;
  box-shadow: 1px 2px 6px #6d6d6d;
  border-radius: 50%;
  transition: 0.7s all;
  animation: shadow-pulse 1s infinite;
}

@keyframes shadow-pulse {
  0% {
      box-shadow: 0 0 0 0px rgb(0, 0, 0);
  }

  100% {
      box-shadow: 0 0 0 35px rgba(71, 183, 46, 0.68);
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about-ozone .img {
 
  position: relative;
}
.innerpage section.about-ozone {
  padding: 120px 0;
  background: #ffffff;
}
.homeindex section.about-ozone {
  background: #0c0f16;
  padding: 110px 0;
}
.about-content h4 {
  color: #fff;
    font-size: 31px;
    font-weight: 600;
    line-height: 1.4em;
    margin-bottom: 35px;
}
.ab-cnt h3 {
  margin-bottom: 1rem;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.5em;
}
.ab-cnt {
  padding: 10px;
}
.abpoint span {
  display: inline-block;
  color: #35b1e9;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  border: 1px solid #35b1e9;
  border-radius: 50%;
  margin-right: 10px;
}
.abpoint p {
  font-size: 14px;
    padding-left: 45px;
    margin: 0;
}
.ab-cnt p {
  margin-bottom: 45px;
}
.abpoint h6 {
  color: #000;
}
.abpoint {
  padding: 0px;
  border-bottom: 1px solid rgba(255,255,255,.05);
  margin-top: 45px;
  position: relative;
}
.social-links a, .social-links a:focus {
  padding: 25px 10px;
}
.about-content {
  margin-top: 3rem;
}
a.aboutbtn span {
  margin-left: 14px;
}
.about-btn .aboutbtn {
  font-size: 17px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: .5px;
    fill: #fff;
    color: #fff;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 35px;
    background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
}
a.aboutbtn:hover {
  background: linear-gradient(90deg,#F64F59 0%,#C471ED 50%,#12C2E9 100%);
}
.about-btn {
  margin-top: 4rem;
}
.about-ozone .img:before {
  background-image: url(../img/dots.png);
}
.img:before {
  content: "";
  position: absolute;
  top: -30px;
  right: 0;
  width: 400px;
  height: 400px;
  background-repeat: repeat;
  opacity: .3;
  z-index: 0;
}
img.img-slide {
  width: 100%;
  border-radius: 20px;
}
.about-ozone img , section.ourteam.bggray img ,.service-gallery img , .about-ozone .img-who{
  border-radius: 20px;
}
.elementor img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.img img {
  position: relative;
  width: 100%;
}
.img .stauts {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
}
.img .stauts .item {
  padding: 20px;
  background: #272727;
  margin-right: 30px;
  position: relative;
  border-radius: 10px;
  display: flex;
  margin-bottom: 0;
  align-items: flex-end;
}
.img .stauts .item:first-of-type {
  background: #f9f9f9;
}
.img .stauts .item:first-of-type {
  background: #11141b;
}
.img .stauts .item .progress-curve {
  position: static;
  width: 94px;
  height: 93px;
  border-radius: 10px;
  background-color: #141a26;
  display: flex;
  align-items: center;
  margin-right: 15px;
  overflow: hidden;
  padding: 10px;
  justify-content: center;
}
.img .stauts .item .progress-bar-box .skill-item:last-of-type {
  margin-bottom: 0;
}
.img .stauts .item .progress-bar-box .skill-item {
  margin-bottom: 50px;
  width: 180px;
}
.obelisk-fancy.style-4 .img .stauts .item .progress-bar-box .skill-item h6 {
  font-size: 13px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 3px;
}
.img .stauts .item .progress-bar-box .skill-item .skill-progress {
  height: 7px;
  background-color: rgba(255,255,255,.05);
  position: relative;
}
item .skill-progress .progres {
  position: absolute;
  height: 100%;
  width: 0;
  top: 0;
  left: 0;
  background-color: red;
  transition: all 1.5s;
}
.skill-progress .progres:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 8px solid red;
  position: absolute;
  right: -5px;
  bottom: 9px;
}
.skill-progress .progres:after {
  content: attr(data-value);
  position: absolute;
  right: -8px;
  top: -35px;
  padding: 4px 10px;
  border-radius: 5px;
  background: red;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  line-height: 1.5;
}
.img .stauts .item .progress-bar-title {
  margin-top: 10px;
}
.img .stauts .item:first-of-type h6 {
  color: #fff;
}
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
  color: #545454;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about-content p , .testimonial-data p{
 
    font-size: 17px;
    margin-bottom: 45px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #dad6d6;
    font-weight: 300;
    line-height: 2;

}
.contact-p .header.sticked img.img-fluid.lb {
  display: none;
}
.contact-p .header img.img-fluid.lw {
  display: none;
}
.contact-p .header.sticked img.img-fluid.lw {
  display: block;
}
.testimonial-data p   {
  height: 210px;
  overflow-y: auto;
  padding-right: 21px;
 
}
.testimonial-data p {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
.testimonial-data p::-webkit-scrollbar {
    display: none;
}

.about-content p {
  margin: 0 0 30px;
  word-spacing: 1px;
  color: #888;
  font-size: 14px;
  font-weight: 400;
}

/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.cta-bg.serpag h2, .cta-bg.serpag h4 {
  font-weight: 700;
  font-size: 3vw !important;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 3px;

}
.cta-bg.serpag h2 {
  color: #000;
  
}
.cta-bg.serpag h4 {
  
  margin-left: 10px;
}
.cta-bg.serpag {
  display: inline-flex;
}
.ser-lists .info-box {
  text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 40px;
    border-radius: 20px;
    border: 1px solid rgba(0,0,0,.08);
    box-shadow: 0px 0px 10px #33333324;
  }
.s-service ul {
  list-style: none;
  padding: 0;
}
.service-gallery .swiper-pointer-events {
  padding: 19px;
}
.s-service ul li {
  padding-bottom: 15px;
  font-size: 15px;
  color: #888;
}
.s-service p {
  color: #888;
  font-size: 16px;
  font-weight: 400 !important;
  margin-bottom: 30px;
}
.s-service ul li i {
  margin-right: 5px;
  font-weight: 600;
}
.ser-lists .media .icon {
  position: relative;
  
    line-height: 80px;
    font-size: 40px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-background-clip: text!important;
    background-image: linear-gradient(180deg,#fff 0%,#fff 100%);
}
.info-box a {
  display: inline-flex;
}
.info-box:hover {
  background: #6c91ca12;
}
section.ser-page .col-md-6 {
  padding: 10px;
}
.innerpage .ser-head h6{
  color: #000;
}
.ser-head h6 {
  font-weight: 300;
  font-size: 17px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: 7px;
  margin-bottom: 10px;
}
.mas-item h6 {
  font-weight: 600;
  font-size: 14px !important;
  line-height: 1.7;
  margin-bottom: 0;
  text-transform: capitalize !important;
  letter-spacing: 1px !important;
}
.cont-list .title {
  color: #666666;
  margin: 0;
  line-height: 1.8;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 18px;
}
.cont-list .text {
  color: #888;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 0;
  padding: 0;
}
.cont-list {
  padding-left: 30px;
}
.info-box .icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
 
  background: linear-gradient(to right,#12c2e9,#d641a7,#f64f59);
  z-index: 0;
  opacity: .05;
}
.services-pages section.ozone-services {
  background: #ffffff;
  
}
.mas-item.aos-init.aos-animate ul li {
  text-align: left;
  font-size: 14px;
}
.col-md-6 .mas-item.aos-init.aos-animate {
  min-height: 545px;
  margin-bottom: 2rem;
}
.services-pages .mas-item:after {
  background: #f7f7f7;
}
.services-pages section.ozone-services h6 {
  color: #000;
}
section.ozone-services {
  background: #11141b;
  padding: 100px 0;
}
section.ser-page {
  padding: 100px 0;
}
section.section.slider-section {
  background: #11141b;
  padding: 100px 0;
}
.cont h6 {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}
.cont h4 a {
  line-height: 1.4;
  font-weight: 600;
  font-size: 17px;
  color: #fff;
}
.container.d-flex.justify-content-between.align-items-center {
  width: 1140px !important;
}
section.section.slider-section .container-fluid {
  padding: 0;
}
section.ozone-services .mas-item {
  background: #0c0f16;
  padding: 45px 30px;
  position: relative;
  z-index: 2;
  text-align: left;
  border-radius: 20px;
}
.s-service ul li:hover i{
  color: #18c0ea;
}
.ser-head {
    text-align: center;
    margin-bottom: 3rem;
    padding: 0 0 40px;
}
.icon i {
  background: linear-gradient(to right,#fd1d1d,#517dff);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
}
.icon {
  font-size: 45px;
  width: 80px;
  margin-bottom: 10px;
}
section.ozone-services h6 {
  font-weight: 300;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 7px;
    margin-bottom: 10px;
}
.mas-item .bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #08c5ef;
  transition: all .4s;
  z-index: -2;
  border-radius: 20px;
}
section.ozone-services .col-md-2 {
  width: 20%;
}
.mas-item {
  padding: 25px;
  position: relative;
  z-index: 2;
}
.mas-item:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .4s;
  z-index: -1;
  border-radius: 17px;
}
.mas-item:after {
  background: #0c0f16;
}
.mas-item:hover .bg-color {
  top: 10px;
  left: 10px;
}
.ser-head h3 {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  font-size: 48px;
    font-weight: 500;
}
.mas-item img {
  margin-bottom: 1rem;
}

.services .icon-box {
  text-align: center;
  border: 1px solid #ededed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #e96b56;
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 2;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.services .icon-box .icon::before {
  position: absolute;
  content: "";
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: rgba(233, 107, 86, 0.15);
  border-radius: 5px;
  transition: all 0.3s ease-out 0s;
  transform: translateZ(-1px);
  z-index: -1;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #545454;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #e96b56;
  border-color: #e96b56;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #e96b56;
}

.services .icon-box:hover .icon::before {
  background: rgba(255, 255, 255, 0.3);
}

.services .icon-box:hover h4 a,
.services .icon-box:hover p {
  color: #fff;
}
#outer {
  display: block;
  position: fixed;
  left: 1px;
  top: 40px;
 
  z-index: 1000;
  border: 2px solid silver;
  height: 100%;
}
.outer-t {
  display: flex;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  z-index: 9999;
}
#outer .inner {
  background-color: white;
  border: 1px solid black;
  padding: 2px;
  overflow-y: scroll;
  height: 100%;     
}
/* contact   */
form.email-form {
  padding: 2rem 9rem 3rem 8rem;
  border: 1px solid #e3e3e3;
  border-radius: 9px;
}
.contact-top h2.color-font {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.4em;
}
.contact-top .about-data {
  text-align: center;
  padding: 9rem 0;
}
.cp .navbar a{
  color: #000;
}
.cp.fixed-top .navbar a {
  color: #fff !important;
}
.br-r h4:after {
  content: "|";
}
.cp.fixed-top .navbar .dropdown ul a {
    color: #545454 !important;
}
li.nav-item.col-3 {
    width: auto !important;
    margin: 0;
}
.addresstabs h4 {
  padding: 0;
  margin: 10px 0;
}
li.nav-item.col-3 a {
  border: none;
  padding: 1px;
}
ul.nav.nav-tabs.row.g-2.d-flex {
  border: none;
}
.contact-p .navbar a {
  color: #000;
}
.contact-right {
    margin-top: 9rem;
}
.contact-p .sticked .navbar a {color: #fff;}
.contact-top {
 background: linear-gradient(135deg, #fff ,#fff , #fff , #f1dbe4 );
  height: 75vh;
  background-size: cover;
  /* margin-top: -74px; */
  background-attachment: fixed;
  margin-bottom: 0 !important;
}
section.contact-fm {
  padding: 6rem 0;
}
.contact-us-page .form-control {
  background: 0 0;
    border: none;
    padding: 15px;
    color: #000;
    font-size: 16px;
    border-bottom: 1px solid rgba(185,185,185,.368627451);
    margin-bottom: 30px;
    border-radius: 0;
}
.social-links.mt-3 a {
  display: inline;
}
.form-group.mt-3p {
  margin-top: 3em;
}
textarea.form-control {
  border: 1px solid #dee3de !important;
}
.frm-btn button {
  border: none;
  margin-left: 10px;
  border-radius: 50px;
  color: #fff;
  padding: 10px 25px;
  font-size: 13px;
  margin-top: 30px!important;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: left;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
}
.contact-us-page .social-links i {
  background: #e7e7e7;
  padding: 13px 16px;
  border-radius: 50%;
  color: #2f2a2a;
  margin-right: 0px;
      color: #000;
}
.contact-right h4 {
  font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 2px;
    margin-top: 15px;
    margin-bottom: 20px;
    color: #000;
}
.contact-right a {
  color: #777;
    font-size: 15px;
    display: block;
    margin-bottom: 25px;
    line-height: 1;
}
.contact-right h6 {
  color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 2.6em;
}


/*--------------------------------------------------------------
# Our Clients
--------------------------------------------------------------*/
.clients .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.clients .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.clients .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.clients .swiper-slide img {
  opacity: 0.5;
  transition: 0.3s;
  filter: grayscale(100);
}

.clients .swiper-slide img:hover {
  filter: none;
  opacity: 1;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts .count-box {
  padding: 3px;
    width: 100%;
    color: #fff;
    text-align: center;
    border-right: 1px solid #777575;
}
section#counts {
  background: #0c0f16;
  padding: 179px 0 120px 0;
}
.counts .count-box i {
  display: block;
    font-size: 65px;
    color: rgba(255, 255, 255, 0.05);
    line-height: 0;
    margin-top: -78px;
}

.counts .count-box span {
  color: #fff;
  font-size: 35px;
  font-weight: 300;
  line-height: 1.8em;
  letter-spacing: 2px;
}

.counts .count-box p {
  margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    line-height: 2.4em;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #a1a1a1;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
h6.author-name {
  font-size: 20px;
  color: #ffffff;
}
.img-who {
  background: url(../img/about.webp);
  width: 100%;
  height: 100%;
  background-position: bottom;
  background-size: cover;
}
section.testimonials {
  background: url(../img/portfolio/events/9.webp);
  padding: 5rem 0;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
.info .img {
  display: table-cell;
  vertical-align: middle;
}
.info .cont {
  display: table-cell;
  vertical-align: middle;
  padding-left: 15px;
}
.info .cont .author-name {
  font-size: 14px;
  margin-bottom: 5px;
  letter-spacing: 2px;
  text-transform: capitalize;
  color: #fff;
}
.info .cont .author-details {
  font-size: 13px;
  font-weight: 300;
  text-transform: capitalize;
  color: #fff;
}
 .img .img-box {
  width: 74px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.obelisk-button.style-8 {
  position: relative;
  top: -80px;
  left: 10%;
  z-index: 2;
  width: 103px;
  border-radius: 0 0 20px 20px;
}
.invid {
  top: -80px;
  left: 10%;
  padding: 18px 8px;
  background: #fff;
  text-align: center;
  z-index: 2;
  width: 103px;
  border-radius: 0 0 20px 20px;
}
.style-8 .text {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  transform: rotate(-90deg);
  margin-top: 30px;
  display: block;
}
.obelisk-button.style-8 .vid-icon {
  margin-top: 50px;
}
.obelisk-button.style-8 .vid-icon .vid {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
  border: 2px solid #000;
  display: inline-block;
}
.vid-icon .vid span {
  font-size: 22px;
  color: #000;
}
.style-8:after {
  content: "";
  top: 0;
  left: -10px;
  right: -10px;
  bottom: -10px;
  background: #fff;
  z-index: -1;
  border-radius: 0 0 20px 20px;

  position: absolute;
  background: linear-gradient(90deg, #fd1d1d,#517dff);
  height: calc(100% + 3px * 2);
    width: calc(100% + 5px * 2);
    left: calc(-5px * 1);
  opacity: .7;
  z-index: -1;
  background-size: 200%;
  animation: animate 1s ease infinite alternate;
}

@keyframes  animate {
  from {
      background-position: 0% 50%;
  }
  to {
      background-position: 100% 50%;
  }
}
.testimonial-slider {
  background: #111215;
  border-image: linear-gradient(#fd1d1d,#517dff) 30;
  border-width: 10px;
  border-style: solid;
  padding: 80px 40px;
  margin-bottom: -160px;

  border: 5px solid transparent;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}
.col-md-5.blink {
  position: sticky;
}

.testimonial-slider:after {
  content: '';
  position: absolute;
  background: linear-gradient(90deg, #fd1d1d,#517dff);
  height: calc(100% + 3px * 6);
  width: calc(100% + 3px * 6);
  top: calc(-3px * 3);
  left: calc(-3px * 3);
  z-index: -1;
  border-radius: 20px;
  background-size: 200%;
  animation: animate 1s ease infinite alternate;
}

@keyframes  animate {
  from {
      background-position: 0% 50%;
  }
  to {
      background-position: 100% 50%;
  }
}

h6.client.aos-init.aos-animate {
  font-size: 12px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #38aadd;
}
section.dummy {
  background: #11141b;
  padding-bottom: 9rem;
}
h2.heading-titles {
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent;
  font-size: 46px;
  font-weight: 500;
}
h4.client-say {
  margin-bottom: 40px;
    font-size: 30px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
}
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: white;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px 0 0 0;
  padding: 0;
}

.gallery-top .about-data p {
  color: #fff;
  width: 59%;
    margin: 0 auto;
}
section.our-clients {
  background: #11141b;
  padding: 5rem 0;
}
h2.heading-title {
  font-size: 17px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 7px;
  line-height: 1;
  color: #fff;
  margin-bottom: 28px;
}
.our-clients h2.heading-titles {
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 3px;
  margin-bottom: 29px;
}
.client-logos img {
  width: 100%;
  padding: 15px;
}
.swiper-pagination {
  bottom: 0 !important;
}
.client-logos li {
  display: inline-grid;
  margin: 15px;
}
.client-head {
  margin-top: 8rem;
}
section.our-clients p {
  color: #888;
  font-size: 16px;

  line-height: 2em !important;
}
.client-logos ul li{
  background: #fff;
  border-radius: 20px;
}
.about-us-page .client-logos ul li{
  background: #ffffff;
}
.client-logos ul {
  
  padding: 0;
  margin: 0;
}
.lins:after {
  content: "";
  border-right: 2px solid #ffffff;
    width: 3px;

  display: inline;
}
/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .content h3 {
  font-weight: 700;
  font-size: 26px;
  color: #545454;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}

.skills .content ul {
  list-style: none;
  padding: 0;
}

.skills .content ul li {
  padding-bottom: 10px;
}

.skills .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #e96b56;
}

.skills .content p:last-child {
  margin-bottom: 0;
}

.skills .progress {
  height: 62px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #545454;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e0e0e0;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: #e96b56;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio-wrap:hover a::before , .portfolio-wrap:hover a::after{
  opacity: 1;
  
}
.portfolio-wrap ::before, .portfolio-wrap ::after{
  z-index: 1;
    opacity: 0;
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-wrap {
  overflow: hidden;
  border-radius: 20px;
}
.portfolio-wrap:hover img{-webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);}
.portfolio-wrap img{
  -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-wrap a:before{
  top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 62, 0, 0.8)), to(rgba(255, 190, 48, 0.8)));
    background: -webkit-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
    background: -o-linear-gradient(top left, rgba(255, 62, 0, 0.8), rgba(255, 190, 48, 0.8));
    background: linear-gradient(90deg,#12c2e95c 0%,#c471ed5e 50%,#f64f594a 100%);
    border-radius: 20px;
}
.portfolio-wrap a:after{top: 50%;
  left: 50%;
  font-size: 48px;
  font-weight: 900;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: 'Font Awesome 5 Free';
  text-shadow: 0 0 16px rgba(0, 0, 0, 0.2);}
.portfolio-wrap img {
  position: relative;
}
.portfolio-wrap .portfolio-info {
  display: none;
  color:transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 16px;
  position: absolute;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.gdesc-inner {
  display: none;
}
.portfolio-detail-slider h4 {
  color: #fff;
  font-family: poppins,sans-serif;
  font-size: 20px;
  letter-spacing: 10px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-weight: 600;
}
.slider-line {
  background-color: var(--color-main);
  height: 15px;
  margin-bottom: 25px;
  margin: auto;
  top: -40px;
  width: 300px;
  background: linear-gradient(to right,#12C2E9,#C471ED,#F64F59);
}
.portfolio-detail-slider h1 {
  font-family: montserrat,sans-serif;
  color: #fff;
  font-size: 65px;
  letter-spacing: 4px;
  font-weight: 800;
  margin: 0 0 -18px;
  line-height: 1.4em;
}
.bactxt {
  font-size: 30vw;
  font-weight: 700;
  color: transparent;
  -webkit-text-stroke: 1px rgba(255,255,255,.1);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  opacity: .5;
  margin-top: 18rem;
}
.full-width {
  width: 100%!important;
}
.item-img img {
  width: 100%;
}
.item-img {
  overflow: hidden;
  position: relative;
  clip-path: inset(0);
  transition: all .3s;
}
.item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all .5s;
}
.gallery-txt h6 {
  font-weight: 600;
  margin-bottom: 5px;
  color: #fff;
  font-size: 17px;
}
.item .gallery-txt span {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 500;
  font-size: 12px;
  
}
.item-img:hover img {
  transform: scale(1.05);
}
.portfolio .portfolio-item {
  margin-bottom: 30px;
}
.portfolio-wrap .item {
  padding: 40px;
}
.item .item-img:hover {
  clip-path: inset(5px 10px);
}
.gallery-top {
  background: linear-gradient(221deg, #2a1d2c, #18191d, #180404);
  height: 75vh;
  background-size: cover;
  /* margin-top: -75px; */
  background-attachment: fixed;
  margin-bottom: 0 !important;
  z-index: -1;
}
.gallery-b {
  position: relative;
}
.gallery-b .about-data {
  padding: 13rem 0;
  position: fixed;
  margin: 0 auto;
  width: 83%;
  text-align: center;
}
.item .gallery-txt {
  margin-top: 30px;
  text-align: center;
}
section#portfolio {
  padding: 5rem 0;
  background: #121723;
  position: relative;
  z-index: 99;
}
ul#portfolio-flters {
  padding: 15px;
  background: rgba(255,255,255,.02);
  border-radius: 30px;
  display: inline-block;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 4rem auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}
ul#portfolio-flters li:before {
  content: "";
  width: 7px;
  height: 7px;
  background: #ffcf00;
  border-radius: 50%;
  display: inline-flex;
  margin-right: 5px;
}
.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 17px 20px 17px 20px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #ffffff;
  margin: 0 4px 0px 4px;
  transition: all ease-in-out 0.3s;
  border-radius: 50px;
  background: #f2f2f200;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  background: #e96c5600;
  color: #fff;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}
.portfolio-wrap:hover .portfolio-info {
  opacity: 0;
  bottom: -15px;
}
@media (min-width: 768px) {
img.img-gallery {
  width: 100%;
}
}
@media (max-width: 768px) {
  .lins {
    display: none;
}
.count-box {
  margin-top: 6rem;
}
  #footer .footer-top .footer-contact {
    margin-bottom: 0;
}
  .our-clients h2.heading-titles {
    font-size: 38px;}
  header#header {
    padding-left: 20px;
    padding-right: 20px;
}
.swiper-pagination {
  bottom: -27px !important;
}
.client-details-slider.swiper.swiper-initialized.swiper-horizontal.swiper-android {
  padding-bottom: 27px;
}
.about-us-page section.ourteam.bggray {
  padding: 0rem 0 !important;
}
.homeindex section.about-ozone , .innerpage section.about-ozone {
 
  padding: 60px 0;
}
  section.ozone-services .mas-item{
    min-height: 231px;
  }
  img.img-gallery {
    width: 100%;
    height: auto;
    padding: 10px;
  }
  .animeslide-heading{
    font-size: 32px;
  }
  .gallery-top h2 {
    font-size: 40px !important;}
    .gallery-b .about-data {
      padding: 7rem 0;}
      .f-add h5, .f-add a {
        font-size: 13px !important;
      }
      .lin {
        display: none;
    }
    .scrolled-offset{
      margin: 0;
    }
  }
.portfolio .portfolio-item {
  margin-bottom: 30px;
  padding: 3px;
  margin: 0;
}

.portfolio-info h4{
  font-weight: 400;
  margin-bottom: 0px;
  color: #ffffff;
  font-size: 18px;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #e96b56;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #e96b56;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  background: #F7F8FA;
}

.portfolio-details .portfolio-info h3 {
  font-weight: 500;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  color: #3A4148;
  font-size: 21px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 16px;
}
li.icon-list-item {
  padding: 5px 0;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .row {
  padding-top: 40px;
}

.pricing .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  background: #fff;
  text-align: center;
}

.pricing h3 {
  font-weight: 300;
  margin-bottom: 15px;
  font-size: 28px;
}

.pricing h4 {
  font-size: 46px;
  color: #e96b56;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  margin-bottom: 25px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 18px;
  display: block;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: #999;
  text-align: left;
  line-height: 20px;
}

.pricing ul li {
  padding-bottom: 12px;
}

.pricing ul i {
  color: #e96b56;
  font-size: 18px;
  padding-right: 4px;
}

.pricing ul .na {
  color: #ccc;
}

.pricing ul .na i {
  color: #ccc;
}

.pricing ul .na span {
  text-decoration: line-through;
}

.pricing .buy-btn {
  background: #545454;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  transition: 0.3s;
}

.pricing .buy-btn:hover {
  background: #e96b56;
}

.pricing .featured {
  z-index: 10;
  margin: -30px -5px 0 -5px;
}

.pricing .featured .buy-btn {
  background: #e96b56;
}

.pricing .featured .buy-btn:hover {
  background: #ee8b7a;
}

@media (max-width: 992px) {
  .pricing .box {
    max-width: 60%;
    margin: 0 auto 30px auto;
  }
}

@media (max-width: 767px) {
  .pricing .box {
    max-width: 80%;
    margin: 0 auto 30px auto;
  }
  
}

@media (max-width: 420px) {
  .pricing .box {
    max-width: 100%;
    margin: 0 auto 30px auto;
  }
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #e96b56;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
section.contact-fm h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4em;
}
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #e96b56;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #fef5f4;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #e96b56;
}

.contact .php-email-form input {
  padding: 10px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type=submit] {
  background: #e96b56;
  border: 0;
  border-radius: 50px;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type=submit]:hover {
  background: #e6573f;
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: #545454;
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: #e96b56;
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #bababa;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #777777;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: #e96b56;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: #e53131;
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #545454;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #a1a1a1;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #616161;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: #e96b56;
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #545454;
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(84, 84, 84, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #b7b7b7;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #444444;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: #e96b56;
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: #545454;
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #6e6e6e;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #f5bab0;
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #545454;
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: #616161;
}

.blog .blog-pagination {
  color: #878787;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: #545454;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: #e96b56;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #545454;
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: #eb7b68;
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: #e96b56;
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #aaaaaa;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: #545454;
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: #e96b56;
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #aaaaaa;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #949494;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid white;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #e96b56;
  background: #e96b56;
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ededed;
  font-size: 14px;
}
.innerpage .cta-head h4 {
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0c0f16;
    font-size: 4vw;
    margin-bottom: 1rem;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0f16;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
  position: relative;
}
.foot-contact h5 {
  font-size: 14px;
  font-weight: 600;
  margin-left: 42px;
  margin-top: 10px;
}
.foot-contact i {
  font-size: 25px;
 
}
.foot-contact ul {
  padding: 0;
  margin-bottom: 0px;
}
.foot-contact ul li{
  display: flex;
   
    font-size: inherit;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}

#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e6573f;
}

#footer .footer-top {
 
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
    text-align: center;
    margin-top: 4rem;
}

#footer .footer-top .footer-info h3 {
  font-size: 18px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#footer .footer-top .social-links a {
  font-size: 14px;
    display: inline-block;
    background: transparent;
    border: 1px solid;
    color: #fff;
    line-height: 1;
    padding: 20px;
    margin-right: 9px;
    border-radius: 50%;
    text-align: center;
    width: 56px;
    height: 56px;
    transition: 0.3s;
    --icon-padding: 1.5em;
    border-style: solid;
    border-width: 1px;
    border-color: #ffffff0d;
}

#footer .footer-top .social-links a:hover {
  background: #e96c5600;
  color: #fff;
  text-decoration: none;
}
.f-add h5 , .f-add a{
  color: #c9c3c3;
  font-family: poppins,Sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 2.5em;
}
.f-add {
  margin: 0 0 0 27px;
  padding: 0;
}
#footer .footer-top h4 {
  margin-bottom: 25px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 1.4em;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #e53131;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}
section .img-ser {
  border-radius: 20px;
}
#footer .copyright {
  color: #888;
    font-family: poppins,Sans-serif;
    font-size: 13px;
    font-weight: 300;
    line-height: 2em;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    margin-top: 20px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}
section.cta {
  background-image: url(../img/ozone-footer.svg);
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-animation: breath 15s linear infinite;

}
body.innerpage header#header {
  background: transparent;
}
@-webkit-keyframes breath {
  0%   {  background-size: 110% auto; }
  50%  {  background-size: 140% auto; }
  100% {  background-size: 110% auto; }      
 }
 .innerpage section.cta{
  background-color: #fff;
 }
section.cta {
  background-attachment: fixed;
  background-color: #0c0f16;
  padding: 110px 0 80px;
}
.cta-btn span {
    position: relative;
    z-index: 2;
    color: #fff;
    transition: all .8s;
}
.cta-btn .btn {
  background: 0 0;
  padding: 12px 35px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize;
  color: #000;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 2px;
}
.cta-btn .btn:after {
  content: "";
  position: absolute;
  top: -30px;
  left: -30px;
  right: -30px;
  bottom: 130%;
  background: #1e1e1e;
  transform: rotate(-5deg);
  transition: all .8s;
  background: #0c0f16;
}
.cta-btn .btn:hover span {
  color: #12c2e9;
}
.cta-btn .btn:hover:after {
  bottom: -30px;
  transform: rotate(0deg);
}
.cta-btn .btn:after {
  background: #e2e4e9;
}
.cta-btn {
  text-align: center;
  margin-top: 5rem;
  margin-right: 3rem;
  float: right;
}
.cta-head h6 {
  color: #12c2e9;
  font-family: barlow condensed,Sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.2em;
  letter-spacing: 2px;
  margin-bottom: 10px;
    margin-top: 30px;
}
.cta-head h4 {
  -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    color: transparent;
  font-size: 4vw;
  margin-bottom: 1rem;
}
h2.splitting {
  color: #0c0f1600;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #0c0f16;
  font-size: 4vw;
  font-weight: 700;
  line-height: 1.5em;
  display: contents;
}
 .cta-bg .bgcc {
  color: #000000;
  font-size: 4vw;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.2em;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
  width: 80%;
  display: inline;
    padding-right: 1px;
}

/* .services-pages section#breadcrumbs {
  background: url(../img/service/serv.webp) !important;
  background-size: cover !important;
} */
.ser-head h3 {
  margin-top: 25px !important;
}
.cta-btn .btn:hover{
  color: #000000;
}
section.g-sliders {
  background: #11141b;
  padding: 5rem 0;
}
a.btncta {
  border: none;
  margin-left: 10px;
  border-radius: 50px;
  color: #fff;
  padding: 10px 35px;
    font-size: 18px;
  margin-top: 30px!important;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  text-align: left;
  background: linear-gradient(90deg,#fd1d1d 0%,#517dff 100%);
}
.btn-cta {
  padding: 19px 0;
}
.homeindex .cta-bg h2 {
  color: #ffffff;
  
}
/* mobile responsive */
@media (max-width: 767px) {
  .bactxt {
    top: 175px !important;

  }
  span.logoss img {
    width: 24% !important;
}
.logoss{margin-top: 47%  !important;}
  .slider-section .cont {
    background: #0c0f16c9;
}
  .cta-bg.serpag h2, .cta-bg.serpag h4 {
    
    font-size: 9vw !important;
  
    margin: 0px;
}
  .cta-bg.serpag {
    display: inline-block;
}
  .homeindex .cta-bg h2 ,.cta-bg .bgcc {
   
    font-size: 7vw;
  }
  .cta-head h6{
    font-size: 17px;
  }
  .cta-btn {
    text-align: left;
    margin-top: 2rem;
}
.about-us-page .cta-btn .btn{
  float: left;
}
  .cta-head h4 ,.about-us-page .cta-head h4 {font-size: 9vw !important;}
  section#topbar .container.d-flex.justify-content-center {
    list-style: none;
}
  #header .container{
    max-width: 100%;
  }
  .img .stauts .item .progress-curve {
    width: 71px;
    height: 71px;}
    .img .stauts .item {
      padding: 4px;}
      .img .stauts {
        bottom: 0;
        left: 0px;
        
    }
    section.ozone-services .col-md-2 {
      width: 50%;
      margin-bottom: 20px;
  }
  .f-add h5 {
    margin-left: 20px !important;}
    .foot-contact h5 {
      
      margin-left: 24px;
      
  }
  .testimonial-slider {
    padding: 1rem;
  }
  .client-head {
    margin-top: 0rem;
}
.cta-head h2 {
  font-size: 6vw;
  padding: 5px;
}
.align-items-md-stretch {
  margin-bottom: 30px;
}
#header {
  margin-top: 0px !important;
}
#topbar {
  display: none !important;
  height: 97px;
  padding: 0px 0 15px 0px;
}
section#topbar .d-flex {
  display: list-item !important;
}
#header .container {
  padding: 0px 20px !important;}
  form.email-form {
    padding: 2rem 2rem 2rem 2rem;
}
.client-logos img {
  padding: 30px !important;
}
.our-clients .swiper-slide {
  padding: 0;
  width: 50% !important;
}
#hero h2{
  font-size: 40px;
}
section.about-ozone{
  padding: 1rem 0;
}
.cont h4 a {
  font-size: 14px;
}
.counts .count-box{
  border: none;
}
section.our-clients {
  background: #11141b;
  padding-bottom: 4rem;
}
#header .logo img{
  max-height: 55px;
}
section.ourteam {
  padding: 1rem 0;
}
.about-content {
  margin-top: 2rem;
  margin-bottom: 5rem;
}
}
section.testimonial-inner {
  background: #fbfbfb;
  padding: 4rem;
}
.testimonial-detail {
  background: #fff;
  padding: 2rem;
  margin-bottom: 1rem;
  box-shadow: 0px 0px 14px #dfdfdf;
  border-radius: 8px;
}
.info {
  display: flex;
}
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
}
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #fff;
  z-index: 1000;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
#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: #3498db;
  -webkit-animation: spin 2s linear infinite;
          animation: spin 2s linear infinite;
  z-index: 99999;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  -webkit-animation: spin 3s linear infinite;
          animation: spin 3s 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;
  -webkit-animation: spin 1.5s linear infinite;
          animation: spin 1.5s linear infinite;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: all 0.3s 1s ease-out;
  transition: all 0.3s 1s ease-out;
}
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper span.logoss img {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.loaded #loader {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.logoss {
    text-align: center;
    position: absolute;
    top: 17%;
    left: 0;
    right: 0;
    bottom: 15px;
  z-index: 10000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;

}
span.logoss img {
  width: 7%;
  
}
ul.flisting a {
    color: #c3bbbb;
    font-size: 13px;
}
ul.flisting li {
    display: inline-block;
    padding: 7px;
}
ul.flisting {
    text-align: center;
}