html, body {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  font-size: 18px;
  line-height: 26px;
  background-color: #fff;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Red Hat Display", sans-serif;
}

img {
  width: 100%;
}

a {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #cc0000;
}

a:active,
a:focus,
a:hover {
  outline: none;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
}

section {
  padding: 80px 0;
  position: relative;
}
@media (max-width: 991px) {
  section {
    padding: 50px 0;
  }
}

.btn {
  color: #fff;
  background-color: #cc0000;
  border: 2px solid #cc0000;
  padding: 17px 30px;
  font-size: 16px;
  border-radius: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 15px 0;
}
@media (max-width: 991px) {
  .btn {
    font-size: 16px;
    letter-spacing: 1px;
    padding: 13px 30px;
  }
}

.btn:hover {
  color: #fff;
  border-radius: 5px;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  transition: all 0.3s ease-in-out;
}

.btn:focus {
  color: #fff !important;
  background-color: #cc0000;
  border-color: #cc0000;
}

.btn:active:hover, .btn:active:focus, .btn:active.focus, .btn-.active:hover, .btn.active:focus, .btn.active.focus, .open > .btn.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.btn:active, .btn.active, .open > .btn.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #cc0000;
}

.title-h {
  font-family: "Red Hat Display", sans-serif;
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #222;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0px;
}
@media (max-width: 991px) {
  .title-h {
    font-size: 40px;
    line-height: 43px;
    font-weight: 600;
  }
}

.title-p {
  font-size: 22px;
  line-height: 29px;
  padding-bottom: 10px;
  font-weight: 200;
  font-family: "Red Hat Display", sans-serif;
  color: #333;
}
@media (max-width: 991px) {
  .title-p {
    font-size: 22px !important;
    line-height: 28px;
    font-weight: 400;
  }
}

.little-h {
  font-family: "Red Hat Display", sans-serif;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  color: #cc0000;
  font-weight: 800;
  margin-top: 10px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .little-h {
    font-size: 16px;
    line-height: 20px;
  }
}

.inner-h {
  font-weight: 600;
  font-size: 26px;
  font-family: "Red Hat Display", sans-serif;
}

.back {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.back-img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.link {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.mobile-view {
  display: none !important;
}
@media (max-width: 991px) {
  .mobile-view {
    display: block !important;
  }
}

.new-img {
  height: 220px;
}

@media (max-width: 992px) {
  .display-desctop {
    display: none;
  }
}

.display-mobile {
  display: none !important;
}
@media (max-width: 992px) {
  .display-mobile {
    display: block !important;
  }
}

/*****navbar start******/
.icon-box {
  position: relative;
  display: inline-block;
  padding-top: 7px;
}
@media (max-width: 768px) {
  .icon-box {
    display: none;
  }
}

.icon-box--icon, .icon-box--text {
  display: inline-block;
  vertical-align: top;
}

.icon-box--description {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.top-bar-a {
  display: block;
  font-size: 21px;
  font-weight: 300;
  font-family: "Red Hat Display", sans-serif;
  margin-top: 6px;
  letter-spacing: 1px;
}
@media (max-width: 991px) {
  .top-bar-a {
    font-size: 20px;
    margin-top: 4px;
  }
}

.top-text-right {
  text-align: right;
}
@media (max-width: 768px) {
  .top-text-right {
    text-align: center;
  }
}

.top-bar {
  position: absolute;
  height: 40px;
  width: 100%;
  z-index: 999;
  background: #222;
  transition: all 0.3s ease-in-out;
}
.top-bar p {
  color: #f2f2f2;
  font-family: "Red Hat Display", sans-serif;
  padding-top: 5px;
}
@media (max-width: 991px) {
  .top-bar p {
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0;
    padding-top: 5px;
  }
}
.top-bar a {
  color: #fff;
}
@media (max-width: 991px) {
  .top-bar {
    height: 35px;
  }
}

.top-bar a:hover {
  color: #cc0000;
}

@media (max-width: 991px) {
  nav.navbar.bootsnav .navbar-toggle {
    margin-top: 55px;
    background-color: #fff;
  }
  .navbar-toggle .svg-inline--fa {
    color: #cc0000;
  }
  .attr-nav {
    display: none;
  }
}
nav.navbar.bootsnav {
  background: #fff;
}
@media (max-width: 991px) {
  nav.navbar.bootsnav {
    border-bottom: 1px solid #f2f2f2;
  }
}

.navbar {
  min-height: 118px;
}

.navbar-brand {
  padding: 40px 0px 0 10px;
}
@media (max-width: 991px) {
  .navbar-brand {
    padding: 38px 5px 2px 5px;
  }
}

.navbar-brand img {
  width: auto;
  height: 75px;
}
@media (max-width: 991px) {
  .navbar-brand img {
    height: 75px;
  }
}

.caret {
  margin-left: 4px;
}

@media (min-width: 991px) {
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
    border-radius: 0px;
    padding: 0;
    background: rgb(255, 255, 255);
    border-top: 5px solid #cc0000;
    width: 300px;
  }
  nav.navbar ul.nav > li > a {
    padding: 30px 15px;
    font-weight: 500;
  }
  nav.navbar.bootsnav ul.nav > li > a {
    padding: 68px 21px 25px 0px;
    font-weight: 500;
    font-size: 16px;
    font-family: "Red Hat Display", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
}
@media (min-width: 991px) and (max-width: 1260px) {
  nav.navbar.bootsnav ul.nav > li > a {
    font-size: 16px;
  }
}
@media (min-width: 991px) {
  nav.navbar-fixed.bootsnav ul.nav > li > a {
    color: #333;
  }
  nav.navbar-fixed.bootsnav ul.nav > li > a:hover {
    color: #999;
  }
  nav.no-background.bootsnav ul.nav > li > a {
    color: #fff;
  }
  nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a {
    text-align: left;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a {
    padding: 9px 15px;
    border-bottom: solid 1px #eee;
    color: #555;
    font-family: "Red Hat Display", sans-serif;
    font-size: 16px;
  }
  nav.navbar.bootsnav li.dropdown ul.dropdown-menu > li > a:hover {
    color: #333;
    background: #eee;
  }
}
@media (max-width: 992px) {
  nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before {
    content: "";
    display: none;
  }
  nav.navbar.bootsnav .navbar-nav > li > a {
    border-bottom: none;
    border-top: none;
    font-weight: 500;
    color: #333 !important;
    font-size: 23px;
    line-height: 30px;
    font-family: "Red Hat Display", sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  nav.navbar.bootsnav .navbar-collapse.collapse.in {
    margin-bottom: 10px;
  }
  nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu > li > a {
    border-bottom: none;
    color: #333;
    font-size: 19px;
    padding: 5px 0;
  }
  nav.navbar.bootsnav .navbar-nav {
    margin: 35px -15px 10px -15px;
  }
}
nav.navbar.bootsnav .btn {
  margin-left: 0px !important;
}

nav.no-background.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 16px;
  margin: 53px 10px 0 0px;
  font-weight: 500;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  letter-spacing: 1px;
  box-shadow: none;
  color: #fff !important;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
}

nav.navbar-fixed.bootsnav .btn {
  padding: 11px 17px 11px 17px !important;
  font-size: 16px;
  margin: 53px 10px 0 0px;
  font-weight: 500;
  background-color: transparent;
  border: 2px solid #cc0000;
  color: #cc0000;
  letter-spacing: 1px;
  box-shadow: none;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
}

nav.navbar.bootsnav .btn:hover {
  background-color: #cc0000 !important;
  border: 2px solid #cc0000 !important;
  color: #fff !important;
}

nav.navbar.bootsnav ul.nav > li > .mobile-a {
  width: 240px;
  background: #cc0000;
  color: #fff !important;
  display: none;
}
@media (max-width: 992px) {
  nav.navbar.bootsnav ul.nav > li > .mobile-a {
    display: block;
  }
}

nav.no-background.bootsnav .logo1 {
  display: inline-block !important;
}

nav.navbar-fixed.bootsnav .logo1 {
  display: none;
}

nav.no-background.bootsnav .logo2 {
  display: none !important;
}

nav.navbar-fixed.bootsnav .logo2 {
  display: inline-block;
}

@media (max-width: 992px) {
  nav.no-background.bootsnav .logo1 {
    display: none !important;
  }
  nav.no-background.bootsnav .logo2 {
    display: inline-block !important;
  }
}
nav.no-background.bootsnav .navbar-brand img.logo-large {
  width: auto;
  height: 150px;
  margin-top: 3px;
}

@media (max-width: 1120px) {
  nav.no-background.bootsnav .navbar-brand img.logo-large {
    height: 75px;
    width: auto;
    margin-top: 0;
  }
}
.nav-back {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

nav.navbar.bootsnav.no-full .navbar-collapse {
  height: auto !important;
  max-height: none !important;
}

/*****navbar end******/
.swiper-container {
  position: relative;
}

.swiper-container .back {
  background: rgba(26, 26, 26, 0.5);
  z-index: 4;
}

.basic-swipre-slider {
  width: 100%;
  height: 100vh;
}

.swiper-wrapper {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide {
  font-size: 18px;
  display: flex;
}

.zoom-out-slider .swiper-slide > .swiper-slide-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: transparent no-repeat 50% 50%/cover;
}

.zoom-out-slider {
  width: 100%;
  height: 100vh;
}

.zoom-out-slider .swiper-slide .slide1 {
  transform-origin: 0 100%;
}

.zoom-out-slider .swiper-slide .slide2 {
  transform-origin: 100% 100%;
}

.zoom-out-slider .swiper-slide .slide3 {
  transform-origin: 100% 0;
}

.swiper-scale-effect .swiper-slide-cover {
  transition: 5s ease-out;
  transform: scale(1.05);
}

.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
  transform: scale(1);
}

.slide-content {
  position: absolute;
  top: 36vh;
  right: 0px;
  left: 0px;
}

.slide-content h1 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  z-index: 12;
  text-shadow: 0px 0px 7px rgba(0, 0, 0, 0.7);
}

.slide-content .btn {
  margin-left: 2px;
  margin-right: 2px;
  min-width: 210px;
}
@media (max-width: 768px) {
  .slide-content .btn {
    padding: 14px 25px;
    font-size: 17px;
    margin: 4px;
  }
}

.slide-content .btn:hover {
  border: 2px solid #cc0000;
  background-color: #cc0000;
  color: #fff;
}

@media (max-width: 992px) {
  .basic-swipre-slider {
    height: 85vh;
  }
  .zoom-out-slider {
    height: 85vh;
  }
  .swiper-wrapper {
    height: 85vh;
  }
  .slide-content {
    top: 26vh;
    margin: 0 28px;
  }
  .slide-content h1 {
    font-size: 38px;
    line-height: 35px;
    font-weight: 500;
  }
  .slide-content h2 {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
  }
}
.swiper-button-next, .swiper-button-prev {
  background-size: 18px 40px;
  margin-top: -10px;
}
@media (max-width: 768px) {
  .swiper-button-next, .swiper-button-prev {
    background-size: 15px 20px;
  }
}

@media (max-width: 768px) {
  .swiper-button-prev {
    left: 0px;
  }
}

@media (max-width: 768px) {
  .swiper-button-next {
    right: 0px;
  }
}

.container2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 90vh;
  z-index: 5;
}
@media (max-width: 990px) {
  .container2 {
    display: none;
  }
}

.chevron {
  position: absolute;
  width: 4.5rem;
  height: 0.28rem;
  opacity: 0;
  transform: scale(0.3);
  animation: move-chevron 3s ease-out infinite;
}

.chevron:first-child {
  animation: move-chevron 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move-chevron 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skewY(30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skewY(-30deg);
}
@keyframes move-chevron {
  25% {
    opacity: 1;
  }
  33.3% {
    opacity: 1;
    transform: translateY(2.28rem);
  }
  66.6% {
    opacity: 1;
    transform: translateY(3.12rem);
  }
  100% {
    opacity: 0;
    transform: translateY(4.8rem) scale(0.5);
  }
}
/***************hero end******/
.black-cta {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#444444+0,222222+100 */
  background: radial-gradient(ellipse at center, #333333 0%, #111111 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  padding: 40px 0 50px 0;
}
.black-cta h3, .black-cta h4 {
  color: #fff;
}
.black-cta .btn {
  margin: 5px;
}

/******* intro start ********/
.intro {
  padding: 35px 0;
}
.intro h3 {
  color: #333;
  text-transform: uppercase;
  font-family: "Red Hat Display", sans-serif;
  font-size: 35px;
  letter-spacing: 1px;
}
.intro a {
  text-transform: uppercase;
  text-decoration: underline;
}

.intro-box {
  padding: 30px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991px) {
  .intro-box {
    padding: 10px 15px 20px 15px;
    margin-bottom: 15px;
  }
}
.intro-box .back {
  background-color: rgba(230, 230, 230, 0.92);
}

/******** intro end *********/
.section-padd {
  height: 60px;
}
@media (max-width: 991px) {
  .section-padd {
    height: 0;
  }
}

.tc-features .back {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+0,0+100;White+to+Transparent */
  background: rgba(255, 255, 255, 0.84);
}

.features-text p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  -webkit-box-orient: vertical;
  font-size: 15px;
  line-height: 18px;
}

.tc-features h6 {
  font-family: "Red Hat Display", sans-serif;
  font-size: 22px;
  line-height: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 650px) {
  .tc-features h6 {
    font-size: 21px;
    line-height: 23px;
    font-weight: 600;
  }
}

.services-box {
  transition: all 0.3s ease-in-out;
  position: relative;
  width: calc(33% - 10px);
  display: inline-block;
  vertical-align: top;
  padding: 30px 15px 10px 15px;
  background-color: #fff;
  border-radius: 8px;
  margin: 5px 3px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  min-height: 300px;
}
@media (max-width: 1100px) {
  .services-box {
    width: calc(49% - 10px);
    padding: 20px 15px 20px 15px;
  }
}
@media (max-width: 991px) {
  .services-box {
    min-height: 210px;
    width: calc(100% - 0px);
    padding: 20px 15px 20px 15px;
    margin: 5px 2px;
  }
}
.services-box img {
  height: 90px;
  width: auto;
  margin-bottom: 15px;
}
@media (max-width: 650px) {
  .services-box img {
    height: 80px;
  }
}

.services-box:hover {
  box-shadow: 4px 5px 15px rgba(0, 0, 0, 0.18);
}

.page-padd {
  padding: 0 0px;
}
@media (max-width: 1260px) {
  .page-padd {
    padding: 0 0px;
  }
}
@media (max-width: 991px) {
  .page-padd {
    padding: 0 0px;
  }
}

/*********services start*******/
.clients .back {
  background-color: rgba(240, 240, 245, 0.9);
}

.client-box {
  width: calc(16% - 10px);
  display: inline-block;
  margin: 3px;
  padding: 20px;
  border-radius: 7px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}
@media (max-width: 1200px) {
  .client-box {
    width: calc(25% - 10px);
  }
}
@media (max-width: 800px) {
  .client-box {
    width: calc(33% - 10px);
    padding: 10px 10px;
  }
}

.client-img {
  height: 120px;
  width: auto;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 800px) {
  .client-img {
    height: 80px;
  }
}

/*********** testimonials start *********/
.review-box-home {
  background-color: #fff;
  padding: 30px 25px 0 35px;
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 20px 15px;
  min-height: 450px;
}
@media (max-width: 700px) {
  .review-box-home {
    padding: 20px 15px;
    margin: 2px;
    box-shadow: none;
    border: 1px solid #eee;
  }
}
.review-box-home .test-img {
  width: 60px !important;
}

.testimonial .description {
  margin: 20px 0px;
  font-size: 18px;
  color: #111;
  line-height: 28px;
  font-weight: 300;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8; /* number of lines to show */
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 991px) {
  .testimonial .description {
    padding: 5px 0;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0;
  }
}

.testimonial .title {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #cc0000;
  font-family: "Red Hat Display", sans-serif;
  letter-spacing: 0px;
  margin: 20px 20px 35px 0;
  position: relative;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .testimonial .title {
    margin-bottom: 10px;
  }
}

.review-title {
  font-family: "Red Hat Display", sans-serif;
  font-size: 25px;
  margin-top: 20px;
  font-weight: 600;
}
@media (max-width: 700px) {
  .review-title {
    margin-top: 20px;
  }
}

.testimonials .owl-nav {
  position: absolute;
  top: -80px;
  right: 10px;
}
@media (max-width: 768px) {
  .testimonials .owl-nav {
    left: 5px;
    right: 5px;
  }
}
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
  margin: 3px;
  padding: 11px 17px 9px 17px;
  background-color: #cc0000;
  display: inline-block;
  cursor: pointer;
  opacity: 1;
  text-align: center;
}
@media (max-width: 768px) {
  .testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] {
    width: 14px;
  }
}
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-] .svg-inline--fa {
  font-size: 20px;
}
.testimonials .owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: #cc0000;
}
.testimonials .owl-theme .owl-dots .owl-dot.active span, .testimonials .owl-theme .owl-dots .owl-dot:hover span {
  background: #cc0000;
}

@media (max-width: 991px) {
  .testi-left {
    text-align: center;
  }
}

.testimonial-bottom {
  padding: 180px 0 90px 20px;
  margin-top: -150px;
}
@media (max-width: 991px) {
  .testimonial-bottom {
    padding: 160px 0 90px 0px;
  }
}

.review-box-home .svg-inline--fa {
  font-size: 14px;
  color: gold;
  margin-right: 2px;
}

/******services end********/
.top-black {
  background-color: #333;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .top-black {
    padding-bottom: 150px;
  }
}
.top-black h3, .top-black h4, .top-black p {
  color: #fff;
  text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
}
.top-black .back {
  background-color: rgba(13, 13, 13, 0.75);
}

.map img {
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.map .btn {
  margin: 6px;
  min-width: 220px;
}

/**********cta2 start*********/
.cta2 {
  padding: 150px 0;
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .cta2 {
    padding: 80px 0;
  }
}
.cta2 .back {
  background-color: rgba(26, 26, 26, 0.55);
}
.cta2 h3, .cta2 h4 {
  text-shadow: 0px 0px 4px #333;
  margin-bottom: 15px;
  color: #fff;
}

@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 990px) {
    .cta2 {
      background-attachment: scroll !important;
      background-size: auto 100%;
    }
  }
}
/*************cta end*********/
/************product-home start***********/
.product-home {
  padding: 30px;
}
@media (max-width: 991px) {
  .product-home {
    margin-top: 0;
  }
}

.product-home .owl-theme .owl-controls {
  text-align: center;
  margin-top: 30px;
}

.product-home .owl-theme .owl-dots .owl-dot.active span, .clients .owl-theme .owl-dots .owl-dot:hover span {
  background: #ccc;
}

.product-home .owl-theme .owl-dots .owl-dot span {
  background: #cc0000;
}

.product-home .product-box {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: calc(33% - 15px);
  padding: 20px;
  margin: 5px 4px;
  background-color: #fff;
}
@media (max-width: 991px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(50% - 5px);
    margin: 5px 0px;
  }
}
@media (max-width: 768px) {
  .product-home .product-box {
    padding: 0px;
    width: calc(100% - 0px);
    margin: 5px 0px;
  }
}

.product-home-img {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 2;
  position: relative;
  height: 80px;
}
@media (max-width: 991px) {
  .product-home-img {
    min-height: 90px;
  }
}

@media (max-width: 991px) {
  .product-home {
    text-align: center;
    padding-top: 15px;
  }
}
/*************product-home end************/
/*************footer start**********/
.tc-footer {
  overflow: hidden;
  position: relative;
  z-index: 2;
  padding: 70px 0 80px 0;
}

@media (max-width: 991px) {
  .tc-footer {
    text-align: center;
  }
}
.tc-footer .back {
  background: rgba(26, 26, 26, 0.92);
}

.tc-footer a {
  color: #eee;
  font-size: 17px;
  font-weight: 500;
  line-height: 32px;
}

@media (max-width: 991px) {
  .tc-footer a {
    line-height: 20px;
    font-size: 16px;
  }
}
.tc-footer a:hover {
  color: #cc0000;
  transition: all 0.4s ease-in-out;
}

.tc-footer ul {
  margin-top: 80px;
  list-style: none;
  padding-left: 0px;
}
@media (max-width: 1100px) {
  .tc-footer ul {
    margin-top: 20px;
  }
}

.tc-footer p {
  color: #333;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
}

@media (max-width: 991px) {
  .tc-footer p {
    line-height: 20px;
    font-size: 16px;
  }
}
.footer-copyright {
  margin-top: 20px;
  padding: 0px 0 0px 0;
  letter-spacing: 1px;
  color: #222;
  font-size: 13px;
}
.footer-copyright ul {
  list-style: none;
  padding-left: 0;
}
.footer-copyright .svg-inline--fa {
  display: inline-block;
  background-color: #cc0000;
  border: 1px solid #cc0000;
  border-radius: 50%;
  color: #fff;
  width: 36px;
  height: 36px;
  padding: 9px;
  margin: 5px 3px 0 3px;
  transition: all 0.3s ease-in-out;
}
.footer-copyright .svg-inline--fa:hover {
  border: 1px solid #cc0000;
  background: #cc0000;
  color: #fff;
  border-radius: 4px;
}

@media (max-width: 991px) {
  .footer-copyright {
    padding: 0px 15px 10px 15px;
    margin-top: 20px;
  }
}
.footer-logo {
  width: 80%;
  margin-top: 0px;
}
@media (max-width: 991px) {
  .footer-logo {
    margin: 30px 0;
  }
}

/******************************/
:root {
  --electric-border-color: #dd8448;
  --electric-light-color: oklch(from var(--electric-border-color) l c h);
  --gradient-color: oklch(
    from var(--electric-border-color) 0.3 calc(c / 2) h / 0.4
  );
  --color-neutral-900: oklch(0.185 0 0);
}

/* Main container */
.main-container {
  height: auto;
}

/* SVG positioning */
/* Card container */
.card-container {
  padding: 2px;
  border-radius: 24px;
  position: relative;
}

/* Inner container */
.inner-container {
  position: relative;
}

/* Border layers */
.border-outer {
  border: 2px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  padding-right: 4px;
  padding-bottom: 4px;
}

.main-card {
  z-index: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  border: 1px solid #ffe6cc;
  margin-top: -4px;
  margin-left: -4px;
  filter: url(#turbulent-displace);
}
@media (max-width: 991px) {
  .main-card {
    display: none;
  }
}

/* Glow effects */
.glow-layer-1 {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(1px);
}

.glow-layer-2 {
  border: 2px solid var(--electric-light-color);
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  filter: blur(4px);
}

/* Overlay effects */
.overlay-1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 24px;
  opacity: 1;
  mix-blend-mode: overlay;
  transform: scale(1.1);
  filter: blur(16px);
  background: linear-gradient(-30deg, #999, transparent 30%, transparent 70%, #999);
}

.cta-electricy .back {
  background-color: rgba(13, 13, 13, 0.75);
}

/* Content container */
.content-container {
  z-index: 10;
  width: 100%;
  height: 100%;
  padding: 100px 50px;
  text-align: center;
}
@media (max-width: 991px) {
  .content-container {
    padding: 50px 30px;
  }
}
.content-container h3, .content-container h4 {
  color: #fff;
}
@media (max-width: 991px) {
  .content-container .title-h {
    font-size: 33px;
    line-height: 38px;
  }
}
.content-container .btn {
  min-width: 210px;
  margin: 4px;
}

/***********************BTN**************************/
:root {
  --glow-hue: 222deg;
  --shadow-hue: 180deg;
  --spring-easing: linear(
    0, 0.002, 0.01 0.9%, 0.038 1.8%, 0.156, 0.312 5.8%, 0.789 11.1%, 1.015 14.2%,
    1.096, 1.157, 1.199, 1.224 20.3%, 1.231, 1.231, 1.226, 1.214 24.6%,
    1.176 26.9%, 1.057 32.6%, 1.007 35.5%, 0.984, 0.968, 0.956, 0.949 42%,
    0.946 44.1%, 0.95 46.5%, 0.998 57.2%, 1.007, 1.011 63.3%, 1.012 68.3%,
    0.998 84%, 1
  );
  --spring-duration: 1.33s;
}

@property --shimmer {
  syntax: "<angle>";
  inherits: false;
  initial-value: 33deg;
}
@keyframes shimmer {
  0% {
    --shimmer: 0deg;
  }
  100% {
    --shimmer: 360deg;
  }
}
@keyframes shine {
  0% {
    opacity: 0;
  }
  15% {
    opacity: 1;
  }
  55% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.btn {
  margin: 15px 0;
  border: 1px solid #cc0000;
  --inset: 25px;
  color: #fff;
  background-color: #cc0000;
  padding: 16px 25px;
  position: relative;
  border-radius: 0.66em;
  scale: 1;
}

.shimmer {
  position: absolute;
  inset: calc(var(--inset) * -1);
  border-radius: inherit;
  pointer-events: none;
  -webkit-mask-image: conic-gradient(from var(--shimmer, 0deg), transparent 0%, transparent 20%, white 36%, white 45%, transparent 50%, transparent 70%, white 85%, white 95%, transparent 100%);
          mask-image: conic-gradient(from var(--shimmer, 0deg), transparent 0%, transparent 20%, white 36%, white 45%, transparent 50%, transparent 70%, white 85%, white 95%, transparent 100%);
  -webkit-mask-size: cover;
          mask-size: cover;
  mix-blend-mode: plus-lighter;
  animation: shimmer 1s linear infinite both;
}

.btn:hover .shimmer::before,
.btn:hover .shimmer::after,
.btn.active .shimmer::before,
.btn.active .shimmer::after {
  opacity: 1;
  animation: shine 1.2s ease-in 1 forwards;
}

.shimmer::before,
.shimmer::after {
  transition: all 0.5s ease;
  opacity: 0;
  content: "";
  border-radius: inherit;
  position: absolute;
  mix-blend-mode: color;
  inset: var(--inset);
  pointer-events: none;
}

.shimmer::before {
  box-shadow: 0 0 calc(var(--inset) * 0.1) 1px hsl(var(--glow-hue), 20%, 95%), 0 0 calc(var(--inset) * 0.18) 2px hsl(var(--glow-hue), 20%, 80%), 0 0 calc(var(--inset) * 0.33) 2px hsl(var(--glow-hue), 50%, 70%), 0 0 calc(var(--inset) * 0.66) 3px hsl(var(--glow-hue), 100%, 70%);
  z-index: -1;
}

.shimmer::after {
  box-shadow: inset 0 0 0 1px hsl(var(--glow-hue), 70%, 95%), inset 0 0 1px 1px hsl(var(--glow-hue), 100%, 80%), inset 0 0 3px 1px hsl(var(--glow-hue), 100%, 70%);
  z-index: 2;
}

/***********************BTN**************************/
input, textarea {
  width: 100%;
  padding: 16px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  margin-bottom: 15px;
  outline: none;
}

select {
  width: 100%;
  padding: 14px 15px;
  border: 1px solid #fff;
  background-color: #fff;
  border: 1px solid #eee;
  margin-bottom: 15px;
  outline: none;
  border-radius: 5px;
  height: 60px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

::-moz-placeholder {
  font-size: 16px;
  color: #333;
}

::placeholder {
  font-size: 16px;
  color: #333;
}

input[type=file] {
  border: none;
}

.contact-info a {
  color: #333;
}

.contact-info a:hover {
  color: #cc0000;
}

.contact-info .inner-h {
  color: #cc0000;
  margin-top: 25px;
}

.tc-header {
  min-height: 50vh;
  position: relative;
  overflow: hidden;
}

.tc-header .back {
  background: rgba(18, 38, 59, 0.5);
}

.reviews-page .review-box-home {
  background-color: #fff;
  padding: 30px 30px;
  box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  margin: 20px 0px;
  min-height: auto !important;
}
@media (max-width: 700px) {
  .reviews-page .review-box-home {
    padding: 20px 15px;
  }
}

.pagination {
  margin-top: 60px;
}

.pagination > li > a, .pagination > li > span {
  color: #cc0000;
}

.gallery-page:nth-child(even) {
  background: #f6f6f6;
}

.gallery-page:nth-child(odd) {
  background: #fff;
}

.example-image {
  background-size: cover;
  background-position: center;
  height: 250px;
  margin: 5px 5px;
  width: calc(33% - 15px);
  display: inline-block;
}
@media screen and (max-width: 999px) {
  .example-image {
    height: 250px;
    margin: 5px 5px;
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 500px) {
  .example-image {
    height: 220px;
    margin: 5px 0px;
    width: calc(100% - 0px);
  }
}

.services-detail-img {
  height: 650px;
}
@media (max-width: 768px) {
  .services-detail-img {
    height: 220px;
  }
}

.about-img {
  height: 550px;
}
@media (max-width: 650px) {
  .about-img {
    height: 220px;
  }
}

.sidebar-right {
  background-color: #333;
  padding: 15px;
}
.sidebar-right .inner-h {
  color: #fff;
}

.reviews-services .review-box-home {
  min-height: auto !important;
  padding: 50px 40px 40px 40px;
}
@media (max-width: 768px) {
  .reviews-services .review-box-home {
    padding: 30px 15px 20px 15px;
  }
}
.reviews-services .testimonial .title {
  text-align: center;
}

.blog-page .blog-img {
  height: 270px;
}
.blog-page .services-box {
  width: calc(49% - 20px);
  margin: 15px 7px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  min-height: 300px;
}
@media (max-width: 991px) {
  .blog-page .services-box {
    min-height: 210px;
    width: calc(100% - 0px);
    margin: 5px 2px;
  }
}
.blog-page .features-text {
  padding: 20px 15px 10px 15px;
  min-height: 170px;
}
@media (max-width: 991px) {
  .blog-page .features-text {
    min-height: auto;
    padding: 20px 15px 20px 15px;
  }
}
.blog-page .features-text p {
  transition: all 0.3s ease-in-out;
  color: #cc0000;
}
.blog-page .services-box:hover p {
  letter-spacing: 1px;
}

.services-page .services-box {
  padding: 50px 15px 10px 15px;
  min-height: 200px;
}
@media (max-width: 991px) {
  .services-page .services-box {
    min-height: auto;
    padding: 30px 15px 30px 15px;
  }
}
.services-page .services-box a {
  font-size: 14px;
  font-weight: 500;
}
.services-page .services-box:hover a {
  letter-spacing: 2px;
}/*# sourceMappingURL=style.css.map */