/*!
    Universal - Smart multi-purpose html5 template
    To use this template you must have a license purchased at Themeforest (themeforest.com)
    Copyright 1995-2016 ForBetterWeb.com
 */
/*------------------------------------------------------------------

Table of contents

* Fonts
* Plugins
* Base structure
  * Preloader
  * Buttons
  * NavBar
  * Backgrounds and font color
  * Intro
    * Intro solid color
    * Video background
  * Forms
    * Subscribe form
  * Countdown
  * News - Blog grid
  * Team
  * Contact
  * Quote
  * Facts
  * Map
  * Carousel
    * Shop thumbnails carousel
  * Animated mouse
  * Text rotator
  * Number scroller
  * Testimonials
  *  Portfolio
  * Pricing
  * Miscellaneous
  * Pager
  * Bars and charts
  * Shop
  * Media Queries
  * Magic background
  * Footer
* Stop animation on mobile devices
* Demo page

-------------------------------------------------------------------*/
/* Fonts */
@import "https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900|Roboto+Mono:100,400|Caveat";
/* Plugins */
@import url(../js/vegas/vegas.min.css);
@import url(ionicons.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(swipebox.css);

/* Base structure */
html {
  width: 100% !important;
  height: 100% !important;
}

body {
  width: 100% !important;
  height: 100% !important;
  font: normal 15px/1.8 Raleway, sans-serif;
  letter-spacing: 0.03em;
  color: #444;
  background-color: #101010;
  -webkit-font-smoothing: antialiased;
}


body::-webkit-scrollbar {
  width: 0.5em;
}

body::-webkit-scrollbar-track {
  /*    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
}

body::-webkit-scrollbar-thumb {
  background-color: #00acef;
  outline: 1px solid slategrey;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 35px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.7;
  font-weight: 800;
}

.footer-menu h6 {
  text-transform: none;
}


h4,
h5,
h6 {
  font-weight: 700;
}

.no-transform {
  text-transform: none;
}

p {
  margin: 0 0 35px;
}

a {
  text-decoration: none;
  color: #000;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

a img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}

img {
  -webkit-filter: blur(0);
  filter: blur(0);
}

a,
img,
:focus,
input {
  outline: none !important;
}

a:hover,
a:focus {
  color: #666;
  text-decoration: none;
}

a img:hover {
  opacity: .85;
}

.no-pad {
  padding: 0 !important;
  margin: 0 !important;
}

.no-pad-btm {
  padding-bottom: 0 !important;
}

.no-pad-top {
  padding-top: 0 !important;
}

.overlay {
  background: rgba(7, 9, 21, 0.7);
}

.overlay-gray {
  background: rgba(0, 0, 0, 0.7);
}

.overlay-white {
  background: rgba(255, 255, 255, 0.8);
}

.overlay,
.overlay-gray,
.overlay-white {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}

.image-overlay {
  padding: 0;
  margin-top: -200px;
  position: relative;
}

@media (max-height: 770px) {
  .image-overlay {
    margin-top: -120px;
  }
}

/* .big {
  font-size: 300px;
  line-height: 1;
  text-shadow: none;
}

.breadcrumb {
  background-color: transparent;
  padding: 15px 15px;
}  */

section,
.section {
  position: relative;
  z-index: 992;
  padding-top: 80px;
  padding-bottom: 50px;
  background-color: #fff;
}

/* Backgrounds and font color */
.bg-white {
  background-color: #fff;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.bg-testimonials {
  background: url(../img/testimonials-bg.webp);
}

.bg-worldmap {
  background: url(../img/world-map-bg.webp);
}

.bg-not-activated {
  background: url(../img/not-activated-bg.webp);
  background-position: center 50%;
  color: white;
}

.bg-commercial-2 {
  background: url(../img/12.webp);
  background-position: center 50%;
}

.bg-residential-2 {
  background: url(../img/residential-lower-bg.webp);
  background-position: center;
}

.bg-commercial-packages {
  background: url(../img/14.webp);
  background-position: center;
}

.txt-white {
  color: white;
}

.bg-remote-access {
  background: url(../img/remote-access-bg.webp);
  background-position: center;
}


.bg-package-includes {
  background: url(../img/package-includes-bg.webp);
  background-position: center;
}

.bg-disclaimer {
  background: url(../img/disclaimer-bg.webp);
}

.bg-gray {
  background-color: #f7f7f7;
}

.bg-gray2 {
  background-color: #E8E8E8;
}

.bg-transparent {
  background-color: transparent;
}

.bg-dark {
  background-color: #18191B;
}

.bg-dark2 {
  background-color: rgba(12, 13, 15, 0.97);
}

.small-header {
  position: relative;
  z-index: 1;
  padding-top: 142px;
  padding-bottom: 55px;
}

.small-header.bg-dark:before,
.small-header.bg-transparent:before,
.small-header.bg-img:before,
.small-header.bg-img2:before,
.small-header.bg-img3:before,
.small-header.bg-img4:before,
.small-header.bg-img5:before {
  background: rgba(7, 9, 21, 0.5);
  content: " ";
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -9;
}

@media (max-width: 992px) {
  .small-header {
    text-align: center !important;
  }

  .small-header .text-right {
    text-align: center !important;
  }
}

.small-header .bg-white h2,
.small-header .bg-white h3 {
  color: #789;
}

.bg-dark,
.bg-dark2,
.bg-transparent,
.bg-img,
.bg-img2,
.bg-img3,
.bg-img4,
.bg-img5 {
  color: #fff !important;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.bg-img {
  background: url(../img/about-lower-content-bg.webp);
}

.total-protection-bg {
  background: url(../img/total-protection-bg.webp);
  background-position: center;
}

.bg-white {
  background-color: white;
}

.bg-img2 {
  background: url(../img/pricing-bg.webp);
  background-position: center;
}

.bg-img3 {
  background: url(../img/header/13.jpg);
}

.bg-img4 {
  background: url(../img/header/10.jpg);
}

.bg-skybell {
  background: url(../img/skybell-sec-bg.webp);
  background-position: center;
}

.bg-img5 {
  background: url(../img/header/18.jpg);
}

.bg-customer-support-form {
  background: url(../img/customer-support-form-bg.webp);
  background-position: center middle;
}

.leaf-img {
  border-radius: 50px 0 50px 0;
  border: 10px solid #fff;
}

.bg-img,
.bg-img2,
.bg-img3,
.bg-img4,
.bg-img5,
.bg-commercial-packages,
.bg-commercial-2,
.bg-residential-2,
.bg-worldmap,
.bg-customer-support-form {
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.bg-dark a,
.bg-dark2 a,
.bg-transparent a,
.bg-img a,
.bg-img2 a,
.bg-img3 a,
.bg-img4 a,
.bg-img5 a,
.bg-primary a {
  color: #fff;
}

.bg-dark a:hover,
.bg-dark2 a:hover,
.bg-transparent a:hover,
.bg-img a:hover,
.bg-img2 a:hover,
.bg-img3 a:hover,
.bg-img4 a:hover,
.bg-img5 a:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* Intro */
.intro {
  display: table;
  text-align: center;
  width: 100%;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  height: 100% !important;
  z-index: 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.intro a {
  color: #fff;
}

.intro a:hover {
  color: #ccc;
  text-decoration: none;
}

.introhalf {
  height: 100% !important;
  width: 100% !important;
}

.intro .intro-body {
  display: table-cell;
  vertical-align: middle;
  padding: 150px 0 50px;
  width: 100%;
  position: relative;
  z-index: 1;
}

.intro.landing::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.intro .intro-body .badge {
  background-color: rgba(0, 0, 0, 0.4);
  color: #eee;
  font-size: 8px;
  position: absolute;
  margin: -9px -14px;
  line-height: 1;
  text-shadow: none;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 45px;
  height: 45px;
  text-align: center;
  padding: 19px 0 0 2px;
  font-weight: 800;
}

.introhalf .intro-body {
  padding: 180px 0 110px;
}

.landing .intro-body:before {
  position: absolute;
  background: transparent;
}

.intro-body:before {
  background: rgba(7, 9, 21, 0.5);
  content: "";
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -9;
}

.intro .intro-body .brand-heading {
  font-size: 40px;
  font-weight: 800;
  letter-spacing: -2px;
  margin: 0 0 5px;
}

.intro h1 {
  font-size: 60px;
  font-weight: 900;
  line-height: 80px;
}

.intro h1.classic {
  font-size: 100px;
  line-height: 100px;
  font-weight: normal;
}

.intro h1.classic2 {
  font-size: 110px;
  line-height: 110px;
}

.intro .lead {
  margin: 40px 0 0;
}

.intro-fullscreen {
  opacity: 1 !important;
}

.intro-fullscreen .intro-body {
  padding: 90px 0 20px;
}

@media (max-height: 600px) {
  .intro-fullscreen {
    position: inherit;
  }
}

@keyframes kenburns {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

@media (min-width: 768px) {
  .intro {
    padding: 0;
  }

  .intro .intro-body .brand-heading {
    font-size: 46px;
  }
}

/* Intro solid color */
.solid-color .intro-body:before,
.solid-color2 .intro-body:before,
.solid-color3 .intro-body:before {
  background: transparent !important;
}

.solid-color.intro,
.solid-color2.intro,
.solid-color3.intro {
  text-shadow: none !important;
}

.solid-color {
  background-color: #00bcd4;
}

.solid-color2 {
  background-color: #ff4081;
}

.solid-color3 {
  background-color: #607d8B;
}

#subscribe {
  color: #333 !important;
  text-shadow: none;
}

#subscribe a {
  color: #333 !important;
}

/* Carousel */
.carousel-control {
  width: 8%;
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

.carousel-control:focus,
.carousel-control:hover {
  color: #000;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
  vertical-align: middle;
}

#Carousel-intro .carousel-control {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}

#Carousel-intro .carousel-control:focus,
#Carousel-intro .carousel-control:hover {
  color: #fff;
  text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
  opacity: 0.5;
}

@media (max-width: 991px) {
  .carousel-big .carousel-control {
    display: none;
  }
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 9;
}

@media all and (transform-3d),
(-webkit-transform-3d) {

  .carousel-fade .carousel-inner>.item.next,
  .carousel-fade .carousel-inner>.item.active.right,
  .carousel-fade .carousel-inner>.item.prev,
  .carousel-fade .carousel-inner>.item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner>.item.next.left,
  .carousel-fade .carousel-inner>.item.prev.right,
  .carousel-fade .carousel-inner>.item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-indicators {
  bottom: -60px;
}

.indicators-inside {
  bottom: 7px;
}

#Carousel-intro .carousel-indicators {
  bottom: 30px;
}

.carousel-indicators .active {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
}

.carousel-indicators li {
  width: 16px;
  height: 16px;
  margin: 0 5px 0;
  background-color: #666;
  border: 0;
}

.carousel-indicators .active {
  background-color: #999;
}

.carousel-control .icon-next,
.carousel-control .icon-prev {
  font-family: sans-serif;
  font-size: 50px;
}

#carousel-light2 {
  margin-top: -115px;
}

.carousel,
.item,
.active,
.carousel-inner {
  height: 100%;
}

.fill {
  display: table;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

.carousel-control .icon-next:before {
  font-family: "ionicons";
  content: "\f3d3";
}

.carousel-control .icon-prev:before {
  font-family: "ionicons";
  content: "\f3d2";
}

#carousel-news img {
  width: 100%;
}

/* Shop thumbnails carousel */
#carousel-example-generic {
  margin: 20px auto;
  width: 400px;
}

#carousel-shop .carousel-indicators {
  margin: 10px 0 0;
  text-align: left;
  width: 100%;
  position: static;
}

#carousel-shop .carousel-indicators img {
  max-width: 104px;
}

#carousel-shop .carousel-indicators li {
  background-color: transparent;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  height: auto;
  margin: 0 !important;
  width: auto;
}

#carousel-shop .carousel-indicators li img {
  display: block;
  opacity: 0.3;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#carousel-shop .carousel-indicators li.active img {
  opacity: 1;
}

#carousel-shop .carousel-indicators li:hover img {
  opacity: 0.75;
}

#carousel-shop .carousel-outer {
  position: relative;
  padding-bottom: 40px;
}

#carousel-dark {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.27);
}

.nav-pills.nav>li>a:focus,
.nav-pills.nav>li>a:hover {
  background-color: transparent;
}

.nav-pills.nav>li>a {
  padding: 0;
}

.rotating {
  display: inline-block;
}

.numscroller {
  font-family: "Roboto Mono", monospace;
  font-weight: 100;
  font-size: 50px;
  line-height: 90px;
  letter-spacing: 10px;
}

#testimonials .carousel-inner img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
}

#testimonials .carousel-caption {
  position: static;
  text-shadow: none;
  color: #fff;
}

#testimonials.bg-dark .carousel-caption {
  color: #fff;
}

/*  Portfolio  */
.portfolio-sorting {
  text-transform: uppercase;
  margin-bottom: 48px;
}

.portfolio-sorting li a {
  color: #888;
  text-decoration: none;
  margin: 10px;
  letter-spacing: 2px;
  font-weight: 600;
}

.portfolio-sorting a:hover,
.portfolio-sorting a.active {
  color: #555;
}

.portfolio-item {
  font-size: 14px;
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-transition: all .9s ease;
  -moz-transition: all .9s ease;
  transition: all .9s ease;
}

.portfolio-items {
  margin-bottom: 0;
}

.portfolio-item a {
  display: inline-block;
  color: #fff !important;
}

.portfolio-item a:hover .portfolio-overlay {
  opacity: 1;
  visibility: visible;
}

.portfolio-item img {
  max-width: none;
  position: relative;
  left: 0;
  width: 100%;
}

.portfolio-item:hover img {
  transform: scale(1.2, 1.2) translate(15px, 15px);
  -ms-transform: scale(1.2, 1.2) translate(15px, 15px);
  -webkit-transform: scale(1.2, 1.2) translate(15px, 15px);
}

.portfolio-overlay {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.75);
  height: 100%;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}

.portfolio-overlay .caption {
  position: absolute;
  bottom: 100px;
  left: 0;
  padding: 0 30px;
  text-align: left;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  opacity: 0;
}

.portfolio-item a:hover .portfolio-overlay .caption {
  bottom: 10%;
  opacity: 1;
}

.portfolio-item a h5 {
  margin-bottom: 0;
  font-weight: 800;
  color: #fff;
}

.portfolio-wide div {
  margin-bottom: 10px;
}

/* Pricing */
.panel {
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}

.pricing .number {
  font-size: 60px;
}

.pricing .panel-heading {
  border: 0;
  background-color: #eee;
}

.pricing .panel-heading h4 {
  margin-bottom: 0;
}

.panel-default {
  border-color: transparent;
}

.pricing sup,
.pricing sub {
  font-weight: 600;
  color: #999;
}

.pricing sup {
  font-size: 16px;
  top: -33px;
}

.pricing sub {
  font-size: 10px;
  top: 0;
}

.bg-dark .panel,
.bg-dark .panel-body,
.bg-dark .list-group-item {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-dark .pricing .panel-heading {
  border: 0;
  background-color: #000;
  color: #ccc;
}

section.bg-dark .fa,
section.bg-dark2 .fa {
  color: #ccc;
}

.bg-dark .list-group-item,
.bg-dark2 .list-group-item {
  border: 1px solid #222;
}

.pricing .panel-heading {
  border: 0;
}

.pricing .btn {
  display: block;
}

.pricing .list-group-item,
.pricing .panel-heading {
  padding: 17px 10px;
}

/* Miscellaneous */
.nav-tabs {
  margin-bottom: 30px;
}

/* Pager */
.pager li>a,
.pager li>span {
  padding: 30px 0;
  border: 0;
}

.pager li>a:focus,
.pager li>a:hover {
  text-decoration: none;
  background-color: transparent;
}

.pagination>li>a,
.pagination>li>span {
  padding: 8px;
  margin-left: 8px;
  border-radius: 50%;
  color: #000;
  width: 40px;
  height: 40px;
  background: #eee;
  border-color: #fff;
}

.pagination>.active>a {
  background-color: #333;
  border-color: #333;
}

.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #333;
  border-color: #333;
}

.pagination>.active>span {
  background-color: #333;
  border-color: #333;
}

.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #333;
  border-color: #333;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 50% !important;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  border-radius: 50% !important;
}

/* Bars and charts */
#animate img {
  padding-bottom: 180px;
}

.progress-default .progress {
  background-color: #ddd;
  margin-bottom: 15px;
  height: 25px;
}

.progress-default .progress-bar {
  background-color: #333;
  padding: 3px 0;
}

.progress-bar {
  text-align: left;
  text-indent: 20px;
}

.progress-thin .progress {
  height: 2px;
  overflow: visible;
  margin-bottom: 35px;
}

.progress-thin .progress-bar {
  color: #333;
  text-indent: 0;
  padding: 0;
}

.bg-dark .progress-default .progress {
  background-color: #888;
}

.bg-dark .progress-default .progress-bar {
  background-color: #555;
}

.bg-dark .progress-thin .progress-bar {
  color: #ccc;
}

.circle {
  position: relative;
  display: inline-block;
  margin: 0 20px;
  vertical-align: top;
  text-align: center;
  width: 100px;
  padding-top: 38px;
}

.circle span {
  font-family: "Roboto Mono", sans-serif;
  letter-spacing: -1px;
}

.circle canvas {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 6px;
}

.circle span:after {
  content: '%';
  margin-left: 0.1em;
}

.agenda {
  padding-top: 45px;
}

.progress-bar {
  -webkit-transition: width 2.50s ease !important;
  -moz-transition: width 2.50s ease !important;
  transition: width 2.50s ease !important;
}

/* Shop */
.shop-nav {
  width: 250px;
  overflow: hidden;
  padding: 10px 18px 0;
  display: block;
}

.shop-item {
  position: relative;
}

.shop-item img {
  border: 1px solid #eee;
}

nav .shop-cart {
  width: 100%;
  font-size: 11px;
  line-height: 14px;
  overflow: hidden;
}

li .shop-cart {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

li .shop-cart a:hover {
  background-color: transparent !important;
}

.shop-cart img {
  width: 70px;
  padding-right: 10px;
  float: left;
}

.shop-nav {
  color: #333;
}

.shop-nav a {
  color: #333;
}

.shop-nav .btn-dark-border {
  margin-bottom: 8px;
}

.shop-nav .fa {
  margin: 0 0 15px 5px;
}

.add-cart {
  position: absolute;
  bottom: 8px;
  left: 20px;
  z-index: 1;
  font-weight: 800;
}

.add-cart:before {
  font-family: 'fontawesome';
  content: "\f290";
  padding-right: 10px;
  font-size: 20px;
  opacity: 0.5;
}

.badge.price {
  font-family: "Roboto Mono", monospace;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  top: -20px;
  right: -10px;
  width: 70px;
  height: 70px;
  text-align: center;
  z-index: 1;
  padding-top: 25px;
  border-radius: 50% !important;
  opacity: 0.7;
}

.badge.price.sale {
  top: 30px;
  background-color: #789;
  color: #fff;
  text-transform: uppercase;
}

.badge.price.trend {
  top: 30px;
  background-color: #c00;
  color: #fff;
  text-transform: uppercase;
}

.badge.price.new {
  top: 30px;
  background-color: #ff4081;
  color: #fff;
  text-transform: uppercase;
}

.sorting {
  border: 0;
  margin: -9px 0px;
  background: transparent;
}

.sorting>option {
  font-size: 14px;
}

.table.shop-cart {
  margin-bottom: 60px;
}

.table.shop-cart>tbody>tr>td,
.table.shop-cart>tbody>tr>th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table.shop-cart>tfoot>tr>td,
.table.shop-cart>tfoot>tr>th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table.shop-cart>thead>tr>td,
.table.shop-cart>thead>tr>th {
  padding: 11px;
  vertical-align: middle;
  border-top: 1px solid #ddd;
}

.table.shop-cart h3,
.table.shop-cart h4,
.table.shop-cart h5 {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {

  .table.shop-cart>tbody>tr>td,
  .table.shop-cart>tbody>tr>th {
    padding: 5px;
  }

  .table.shop-cart>tfoot>tr>td,
  .table.shop-cart>tfoot>tr>th {
    padding: 5px;
  }

  .table.shop-cart>thead>tr>td,
  .table.shop-cart>thead>tr>th {
    padding: 5px;
  }
}

/* Media Queries */
@media (max-width: 768px) {
  body {
    letter-spacing: 0;
  }

  .h4,
  h4 {
    font-size: 16px;
  }

  .h2,
  h2 {
    font-size: 24px;
  }

  .h3,
  h3 {
    font-size: 20px;
  }

  .intro h1 {
    font-size: 48px;
    line-height: 48px;
  }

  .intro h1.classic {
    font-size: 60px;
    line-height: 60px;
    margin: 50px 0 50px;
  }

  .intro h1.classic2 {
    font-size: 65px;
    line-height: 65px;
    margin: 50px 0 50px;
  }

  section,
  .section {
    /*padding-top: 80px;*/
    padding-bottom: 80px;
  }

  .section-small {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-small-footer {
    position: relative;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .portfolio-sorting li a {
    margin: 0;
    letter-spacing: 0;
  }

  .shop-item img {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .action {
    text-align: center;
  }

  .action .btn {
    float: none;
    margin-top: 30px;
    text-align: center;
  }

  .action .text-right {
    text-align: center;
  }

  .footer .text-right {
    text-align: left;
  }

  .footer .footer-menu {
    padding-bottom: 20px;
  }

  section {
    background-attachment: scroll !important;
    background-position: 50% 50% !important;
  }

  .search-button {
    margin-top: 5px;
  }

  .dropdown-menu .search-button .fa {
    opacity: 1 !important;
  }

  .nav li a {
    -webkit-transition: all .0s ease-in-out !important;
    -moz-transition: all .0s ease-in-out !important;
    transition: all .0s ease-in-out !important;
  }
}

@media (max-width: 1200px) {

  #about,
  #about2,
  #about-slider,
  #action-slider,
  #action-slider2,
  #action-slider3 {
    text-align: center;
  }

  #carousel-light,
  #carousel-light2,
  #carousel-light3,
  #carousel-light4,
  #carousel-dark,
  #carousel-transparent {
    margin: 45px 0;
  }
}

@media (max-width: 480px) {
  .intro h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.magic,
.magic2 {
  position: absolute;
  width: 100%;
  z-index: 0;
  top: 0;
  left: 0;
}

/* Footer */
.footer {
  color: #444;
  font-size: 14px;
  /* background-color: #000; */
  background-image: url('../img/footer-bg.webp');
  background-position: center;
}

.footer .footer-menu a {
  line-height: 24px;
}

.footer .counter {
  line-height: 44px;
}

.footer h4,
.footer h5,
.footer h6 {
  font-weight: 800;
  opacity: 0.7;
}

.footer a {
  text-decoration: none;
  opacity: 1;
}

.footer a:hover {
  text-decoration: none;
}

.footer-small {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  z-index: 999;
}

@media (max-width: 767px) {
  .footer {
    text-align: center;
  }

  .footer .text-right {
    text-align: center !important;
  }
}

@media (max-width: 800px) {
  .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
}

.intro.demo-header h1 {
  font-size: 90px;
}

.intro.demo-header h2 {
  font-size: 24px;
}

@media (max-width: 768px) {
  .intro.demo-header h1 {
    font-size: 42px;
  }
}

.demo .container-fluid {
  padding-right: 40px;
  padding-left: 40px;
}

.demo img {
  margin: 15px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.demo h6 {
  font-weight: 500px !important;
}

.demo .badge.new {
  background-color: #ff4081;
  color: #fff;
  font-size: 9px;
  position: absolute;
  top: 26px;
  right: 20px;
  margin: -24px -14px;
  line-height: 1;
  letter-spacing: 1px;
  border-radius: 50% !important;
  width: 40px;
  height: 40px;
  text-align: center;
  padding-top: 17px;
  z-index: 1;
}

.intro.demo-header .intro-body:before {
  background: rgba(25, 25, 35, 0.7);
}

.scroll-background {
  -webkit-animation: scroll-background 2000s linear infinite;
  animation: scroll-background 2000s linear infinite;
  background-repeat: repeat-x !important;
  margin-top: 58px;
  top: 0 !important;
}

@-webkit-keyframes scroll-background {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -40000px 0;
  }
}

@keyframes scroll-background {
  from {
    background-position: 0 0;
  }

  to {
    background-position: -40000px 0;
  }
}

.top-bar-offer a {
  color: white;
}

.top-bar-offer a span {
  color: #222222;
}

.top-bar-offer-amount {
  font-size: 30px;
  font-weight: bold;
}

.top-bar-offer-call-now {
  color: white !important;
  text-transform: none;
  font-size: 20px;
  text-shadow: 1px 1px gray;
}

.top-bar-offer-number {
  font-size: 22px;
  font-family: arial;
  font-weight: bold;
}

.free-quote-menu-btn {
  font-size: 12px;
  border: 0px;
  background-color: #00acef;
  border-radius: 0 0 8px 8px;
  font-family: 'arial';
  color: white;
  text-align: center;
  padding: 15px;
}

.canada-text {
  font-family: arial black;
  font-size: 32px;
  color: #d40000;
}

.popup-gafq-txt {
  font-family: arial black;
  text-decoration: none;
}

.by-clicking-txt {
  color: white;
  font-size: 8px;
  font-weight: normal;
  width: 400px;
  text-transform: none;
}


#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 30;
}

#popup-tablecellWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

#popup-closer {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 50;
  width: 25px;
  height: 25px;
  cursor: pointer;
  background: rgba(255, 255, 255,255);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom:10px
}

#popup-wrapper {
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 40;
  max-width: 600px;
  width: 90%;
}

.popup-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  display: block;
  white-space: normal;
}

.popup-content {
  box-sizing: border-box;
  padding: 25px;
  background-color: #00acef;
  width: 100%;
  min-height: auto;
  background-image: url('../img/popup-form-bg.webp');
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

@media only screen and (max-width: 768px) {

  [class*="popup-content"] {
    width: 100%;
    background-position: center;
  }
}

@media only screen and (max-width: 500px) {

  [class*="popup-content"] {
    width: 100%;
    background-position: center;
  }
}

@media only screen and (max-width: 450px) {

  /* For mobile phones: */
  [class*="popup-content"] {
    width: 350px;
    background-position: center;
  }
}


@media only screen and (max-width: 450px) {
  #popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 30;
  }
}




.popup-form-field {
  display: block;
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #1c2025;
  font-size: 15px;
  line-height: 120%;
  height: 42px;
  width: 227px;
  border: none;
  box-sizing: border-box;
  padding: 17px 11px;
  margin: 0 auto 10px;
  border-radius: 5px !important;

}

.popup-form-submit {
  display: block;
  background-color: #1c2025;
  border: none;
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 23px;
  text-transform: uppercase;
  width: 228px;
  height: 87px;
  z-index: 5;
  box-sizing: border-box;
  cursor: pointer;
  margin: 20px auto 0;
}

.popup-form-submit:hover {
  background-color: #1c2025;
  color: #fff;
  border: 3px solid #00acef;
}

.popup-title {
  font-family: 'Century Gothic', Arial, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: normal;
  line-height: 125%;
  letter-spacing: 1.3px;
  margin: 0 0 10px 0;
  text-shadow: 1px 1px gray;
}

.popup-text {
  font-family: Arial, Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 125%;
  letter-spacing: 1.3px;
  margin: 0 0 10px 0;
}


.display-2 {
  font-size: 7rem;
  letter-spacing: -.5rem;
}

.display-2 .currency {
  font-size: 2.75rem;
  position: relative;
  font-weight: 400;
  top: -45px;
  letter-spacing: 0px;
}

.display-2 .period {
  font-size: 1rem;
  color: #b3b3b3;
  letter-spacing: 0px;
}

.card-btn {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: 500;
  color: #a6a6a6;
  border-radius: 0;
  padding: .75rem 1.25rem;
  letter-spacing: 1px;
}

.btn-gradient {
  background-color: #f2f2f2;
  transition: background .3s ease-in-out;
}

.btn-gradient:hover {
  color: white;
  background-color: #57e2b2;
}

.pricing-table .each-table .table-single {
  position: relative;
  padding: 40px 30px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.pricing-table .each-table .table-single .section-heading {
  margin-bottom: 15px;
}

.pricing-table .each-table .table-single .meta-price {
  line-height: 60px;
  margin-bottom: 0px;
}

.pricing-table .each-table .table-single .meta-price .period,
.pricing-table .each-table .table-single .meta-price .currency {
  font-size: 16px;
}

.pricing-table .each-table .table-single .meta-price .currency {
  position: relative;
}

.pricing-table .each-table .table-single .meta-price .rate {
  font-size: 45px;
  font-weight: 200;
}

.pricing-table .each-table .table-single .nav {
  padding-left: 0px;
  margin-top: 40px;
}

.pricing-table .each-table .table-single .nav li {
  margin-bottom: 10px;
  border-bottom: 1px solid;
  padding-bottom: 10px;
}

.pricing-table .each-table .table-single .nav li:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0px;
}

.pricing-table .each-table .table-single .btn-form {
  margin-top: 50px;
}

.pricing-table.pricing-table-js .each-table .left {
  z-index: 2;
  left: -65px;
}

.pricing-table.pricing-table-js .each-table .right {
  z-index: 2;
  right: -65px;
}

.pricing-table.pricing-table-js .each-table .table-single {
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(0.9);
  z-index: 1;
}

.pricing-table.pricing-table-js .each-table .table-single.active {
  z-index: 4;
  transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -o-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -ms-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -moz-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  -webkit-transform: translateX(0) translateY(0) translateZ(0) rotate(0deg) scale(1);
  box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
  -o-box-shadow: 0 21px 65px 0 rgba(0, 0, 0, 0.12);
}

.table-single {
  background: #00acef;
  color: #fff;
}

.free-quote-home-form input {
  border-radius: 10px;
  background-color: white;
  color: #222222;
  border: 2px solid #020202;
}

.free-quote-home-form select {

  background-color: white;
  color: #222222;
  border: 2px solid #020202;
}

.free-quote-home-form textarea {
  border-radius: 10px;
  background-color: white;
  color: #222222;
  border: 2px solid #020202;
  clear: both;
  width: 355px;
  min-height: 190px;
}

.top-bar-offer {
  height: 50px;
  padding: 10px;
  text-align: center;
  color: #ffc82b;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: none;
  border-bottom: 5px solid #2186ad;
  background-color: #00ACEF;
  color: #222222;
}

@media screen and (max-width: 450px) {

  .top-bar-offer {
    height: 85px;
    padding: 10px;
    text-align: center;
    color: #ffc82b;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-transform: none;
    border-bottom: 5px solid #dca919;
    background-color: #00ACEF;
    color: #222222;
  }

}

@media screen and (max-width: 450px) {

  .pricing-table.pricing-table-js .each-table .left {
    z-index: 2;
    left: -2px;
  }

  .pricing-table.pricing-table-js .each-table .right {
    z-index: 2;
    right: -2px;
  }

}

@media screen and (max-width: 450px) {

  .pricing-table.pricing-table-js .each-table .left {
    z-index: 2;
    left: -2px;
  }

  .pricing-table.pricing-table-js .each-table .right {
    z-index: 2;
    right: -2px;
  }

}

.responsive {
  width: 800px;
  height: auto;
  margin-left: 160px;
}


.responsive1 {
  width: 650px;
  height: auto;

}

.responsive2 {
  width: 600px;
  height: auto;
  margin-left: 0px;
}

label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}

input[type=submit] {
  background-color: #04AA6D;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: center;
}

input[type=submit]:hover {
  background-color: #45a049;
}

.container {

  border-radius: 5px;
  background-color: none;

}

.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}

.col-75 {
  float: left;
  width: 50%;
  margin-top: 6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;

}

@media screen and (max-width: px) {

  .col-25,
  .col-75,
  input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}

@media screen and (max-width: 450px) {

  input[type=text],
  select,
  textarea {
    padding: 12px;
    border-radius: 4px;
    resize: vertical;

  }

  .free-quote-home-form input {
    border-radius: 10px;
    background-color: white;
    color: #222222;
    border: 2px solid #020202;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .free-quote-home-form select {

    background-color: white;
    color: #222222;
    border: 2px solid #020202;
    margin-bottom: 15px;
  }

}

.reachme {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #18191b;
  background-image: none;
  border: 1px solid #ccc;
}

@media screen and (max-width: 450px) {

  .responsive {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }

  .responsive1 {
    width: 100%;
    height: auto;
    margin-left: 0px;

  }

  .responsive2 {
    width: 200px;
    height: auto;
    margin-left: 0px;
  }
}

.responsived {
  width: 1100px;
  height: auto;
  margin-left: 100px;
}


@media screen and (max-width: 450px) {
  .responsived {
    width: 100%;
    height: auto;
    margin-left: 0px;
  }


}

/* for desktop */
.whatsapp_float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #ff0000;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  box-shadow: 2px 2px 3px #999;
  z-index: 100;
  box-sizing: border-box;
  border: 5px white solid;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
  transform: translatey(0px);
  animation: float 6s ease-in-out infinite;

}

.whatsapp-icon {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .whatsapp-icon {
    margin-top: 10px;
  }

  .whatsapp_float {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 10px;
    font-size: 27px;
  }
}

@keyframes float {
  0% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }

  50% {
    box-shadow: 0 25px 15px 0px rgba(0, 0, 0, 0.2);
    transform: translatey(-20px);
  }

  100% {
    box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
    transform: translatey(0px);
  }
}

@media only screen and (max-width: 990px) {
  .desktop_slider {
    display: none;
    visibility: hidden;
  }

  .mobile_slider {
    display: block;
    visibility: visible;
  }
}

.column {
  float: left;
  width: 50%;
  padding: 10px;

}

.row {
  margin: 0 -15px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 500px) {
  .column {
    width: 100%;
    display: block;
    margin-bottom: 20px;

  }
}

.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #F4F5F7;
  border-radius: 20px;
  width: 120%;
  margin-left: -120px;
  height: 360px;
}

.card1 {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #F4F5F7;
  border-radius: 20px;
  margin-left: 30px;
  width: 120%;
  height: 360px;
}

.imgsize2 {

  margin-top: 0px;
  width: 250px;

}

.imgsize3 {

  margin-top: -10px;
  margin-right: 40px;
  width: 250px;

}

@media (max-width: 468px) {

  .card1 {

    margin-left: 17px;
    width: 90%;
  }

  .card {

    width: 90%;
    margin-left: 17px;
  }

  .imgsize2 {

    margin-top: 25px;
    width: 200px;
  }

  .imgsize3 {

    margin-top: -10px;
    margin-right: 35px;
    width: 220px;
  }

}

.title1 {
  margin-top: 15px;
  color: #070000;
}

.heading2 {
  margin-top: 20px;
  color: #16140D;
}

.link1 {
  color: #648DB0;
}

.partner {
  width: 250px;
  height: auto;

}

.partner-section {
  text-align: center;
  padding: 50px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow-x: auto;
}

.partner-logo {
  display: inline-block;
  margin: 0 10px;
}

.partner-logo img {
  max-width: 200px;
  height: auto;
  max-height: 200px;
}

.black {
  background-color: #000;
}


#title-Tag-Line {
  font-size: 20px;
}

.form {
  background: #fff;
  box-shadow: 0 30px 60px 0 rgba(38, 216, 21, 0.4);
  border-radius: 5px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  left: 0;
  right: 0;
  position: absolute;
  border-top: 5px solid #0ae26f;
  /*   z-index: 1; */
  animation: bounce 1.5s infinite;
}

::-webkit-input-placeholder {
  font-size: 1.3em;
}

.title {
  display: block;
  font-family: sans-serif;
  margin: 10px auto 5px;
  width: 300px;
}

.termsConditions {
  margin: 0 auto 5px 80px;
}

.pageTitle {
  font-size: 2em;
  font-weight: bold;
}

.secondaryTitle {
  color: grey;
}

.name {
  background-color: #ebebeb;
  color: white;
}

.name:hover {
  border-bottom: 5px solid #0e3721;
  height: 30px;
  width: 380px;
  transition: ease 0.5s;
}

.email {
  background-color: #ebebeb;
  height: 2em;
}

.email:hover {
  border-bottom: 5px solid #0e3721;
  height: 30px;
  width: 380px;
  transition: ease 0.5s;
}

.message {
  background-color: #ebebeb;
  overflow: hidden;
  height: 10rem;
}

.message:hover {
  border-bottom: 5px solid #0e3721;
  height: 12em;
  width: 380px;
  transition: ease 0.5s;
}

.formEntry {
  display: block;
  margin: 30px auto;
  min-width: 300px;
  padding: 10px;
  border-radius: 2px;
  border: none;
  transition: all 0.5s ease 0s;
}

.submit {
  width: 200px;
  color: white;
  background-color: #0e3721;
  font-size: 20px;
}

.submit:hover {
  box-shadow: 15px 15px 15px 5px rgba(78, 72, 77, 0.219);
  transform: translateY(-3px);
  width: 300px;
  border-top: 5px solid #0e3750;
  border-radius: 0%;
}

@keyframes bounce {
  0% {
    tranform: translate(0, 4px);
  }

  50% {
    transform: translate(0, 8px);
  }
}

.wrapper {
  width: 1170px;
  margin: 5% auto;
}

.wrapper h2 {
  text-transform: uppercase;
  font-family: poppins;
  font-weight: bold;
  text-align: center;
  font-size: 60px;
  color: #fff;
  margin: 0;
}

.single-service {
  position: relative;
  width: 31%;
  height: 410px;
  background: #fff;
  box-sizing: border-box;
  padding: 0 15px;
  transition: .5s;
  overflow: hidden;
  float: left;
  margin: 50 10px;
  text-align: center;
  margin-top: 40px;
}

.line {
  width: 150px;
  height: 3px;
  background: #fff;
  margin: 0 auto 60px auto;
}

.single-service p {
  color: #262626;
  font-size: 14px;
}

.single-service h3 {
  font-size: 25px;
  text-transform: uppercase;
  font-family: poppins;
  letter-spacing: 1px;
  color: #262626;
}

.social {
  width: 60px;
  height: 60px;
  background: #262626;
  border-radius: 50%;
  margin: 5% auto;
}

.social i {
  font-size: 30px;
  padding: 15px;
  color: #fff;
}

.single-service:hover {
  box-shadow: 0 30px 35px rgba(0, 0, 0, 0.7);
}

.single-service span {
  position: absolute;
  top: 0;
  left: -110%;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  transition: .7s;
  transform: skewX(10deg);
}

.single-service:hover span {
  left: 110%;
}

@media (max-width:1000px) {
  .wrapper {
    width: 100%;
  }

  .single-service {
    width: 95%;
    margin-bottom: 30px;
  }

  .wrapper h2 {
    font-size: 30px;
  }
}

.newsletterright {

  margin-left: 1075px;
  font-size: 25px
}


.color-overlay>* {
  position: relative;
  z-index: 2;
}

input.form-control,
input[type=email].form-control {
  height: 55px;
  line-height: 55px;
  padding: 6px 20px;
  background: #f1f2ff;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
}

.svg {
  z-index: 9;
}

.svg-top {
  width: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
}

.footer-1 {
  padding-top: 120px;
  position: relative;
  background-color: #181721;
}

.footer-1 .social-icon-footer {
  margin-top: 55px;
}

.footer-1 .social-icon-footer>li {
  padding-right: 5px;
  padding-left: 5px;
}

.footer-1 .list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.footer-1 .social-icon-footer a {
  color: #7367f0;
  display: inline-block;
  text-align: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  font-size: 18px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.footer-1 .social-icon-footer a:hover {
  color: #fff !important;
  background-image: -moz-linear-gradient(0deg, #ff6ba7 0%, #ff8765 100%) !important;
  background-image: -webkit-linear-gradient(0deg, #ff6ba7 0%, #ff8765 100%) !important;
  background-image: -ms-linear-gradient(0deg, #ff6ba7 0%, #ff8765 100%) !important;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(255, 255, 255, 0.15);
  -moz-box-shadow: 0px 10px 20px 0px rgba(255, 255, 255, 0.15);
  box-shadow: 0px 10px 20px 0px rgba(255, 255, 255, 0.15);
}

.fcopy {
  margin-top: 100px;
  padding: 20px 0;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #ffffff;
}

.newsletter-1 .newsletter-bg {
  position: relative;
  z-index: 1;
}

.newsletter-1 form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.newsletter-1 .form-control {
  width: 100%;
}

.newsletter-1 input.form-control,
.newsletter-1 input[type=email].form-control {
  border-radius: 30px;
  padding-right: 170px;
}

.newsletter-1 input.form-control:focus,
.newsletter-1 input[type=email].form-control:focus {
  box-shadow: none;
}

.newsletter-1 .btn-primary {
  position: relative;
  margin: 0;
  padding: 21px 38px !important;
  margin-left: -150px;
  border-radius: 30px;
}

.newsletter-1 .btn-primary:before {
  border-radius: 30px;
  background: transparent;
}

.newsletter-1 .btn-primary:hover:before {
  border-radius: 30px;
  background: transparent;
}

@media (max-width: 992px) {
  .svg-top {
    display: none;
  }
}

@media (max-width: 479px) {

  .newsletter-1 input.form-control,
  .newsletter-1 input[type=email].form-control {
    border-radius: 30px;
    padding-right: 120px;
  }

  .newsletter-1 .btn-primary {
    position: relative;
    margin: 0;
    padding: 21px 18px !important;
    margin-left: -112px;
    border-radius: 30px;
  }

  .footer-1 .social-icon-footer a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .newsletterright {
    margin-left: 0px;

    font-size: 25px;
    margin-top: 10px;

  }
}

.cta-banner-section {
    background: linear-gradient(135deg, #00acef 0%, #4e72e9 100%);
    padding: 40px 20px;
    text-align: center;
    width: 100%;
}

.cta-banner-container {
    max-width: 1200px;
    margin: 0 auto;
}

.cta-banner-title {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
    line-height: 1.1;
}
.cta-banner-custom{
  color: white;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: -5px;
}

.cta-banner-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0;
    flex-wrap: wrap;
}

.cta-phone-btn {
    background: #10b981;
    color: white;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 40px;
    border: none;
    border-radius: 20px 0 0 20px;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 250px;
    height: 70px;
}


.cta-schedule-btn {
    background: #000000;
    color: white;
    font-size: 28px;
    font-weight: 700;
    padding: 20px 40px;
    border-left: none;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    min-width: 250px;
    height: 70px;
}

.cta-schedule-btn:hover {
    background: white;
    color: #1e40af;
}

@media (max-width: 768px) {
    .cta-banner-title {
        font-size: 32px;
        margin-bottom: 30px;
    }
    
    .cta-banner-buttons {
        flex-direction: column;
        gap: 0;
    }
    
    .cta-phone-btn {
        border-radius: 8px 8px 0 0;
        font-size: 24px;
        min-width: 320px;
    }
    
    .cta-schedule-btn {
        border-radius: 0 0 8px 8px;
        border-left: 3px solid white;
        border-top: none;
        font-size: 24px;
        min-width: 320px;
    }
}

@media (max-width: 480px) {
    .cta-banner-section {
        padding: 30px 15px;
    }
    
    .cta-banner-title {
        font-size: 24px;
        line-height: 1.2;
    }
    
    .cta-phone-btn,
    .cta-schedule-btn {
        font-size: 20px;
        min-width: 280px;
        padding: 18px 30px;
        height: 60px;
    }
}

.solutions-wrapper {
    width: 100%;
    background: #fff;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.solutions-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-height: 700px;
}

.solutions-text {
    background: #f8fafc;
    padding: 80px 60px 40px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.solutions-text h2 {
    font-size: clamp(24px, 4vw, 41px); 
    font-weight: 900;
    line-height: 1.2;
    color: #000;
    max-width: 500px;
    margin-bottom: 0px !important;
    margin-left: 30px;
}

.text-teal {
    color: #00acef;
}

.solutions-image {
    background: #f4f4f4;
    position: relative;
}

.solutions-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.solutions-cards {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 30px;
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1200px;
    z-index: 10;
}

.solution-card {
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    padding: 25px 20px;
    border-radius: 20px;
    background: #00acef;
    color: #fff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    text-align: left;
    height: auto;
    position: relative;
}

.solution-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.solution-icon {
    margin-bottom: 20px;
    width: 60px;
    height: 60px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.solution-icon svg {
    width: 32px;
    height: 32px;
    color: white;
}

.solution-card h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
    line-height: 1.3;
}

.solution-card h3 a {
    color: white;
    text-decoration: none;
}

.solution-card p {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.95;
}

@media (max-width: 1024px) {
    .solutions-grid {
        grid-template-columns: 1fr;
        min-height: auto;
    }

    .solutions-text {
        text-align: center;
        align-items: center;
        justify-content: center;
        padding: 50px 20px 30px;
    }

    .solutions-text h2 {
        font-size: clamp(22px, 3vw, 32px);
        margin-left: 0;
        margin-top: 0;
        max-width: 100%;
        text-align: center;
    }

    .solutions-cards {
        position: static;
        transform: none;
        margin: 40px auto 0;
        padding: 0 15px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .solution-card {
        flex: 1 1 calc(50% - 15px);
        min-width: 220px;
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .solutions-text h2 {
        font-size: clamp(20px, 4vw, 28px);
        line-height: 1.3;
    }

    .solutions-cards {
        margin-top: 25px;
        gap: 16px;
        flex-direction: row;
        align-items: center;
    }

    .solution-card {
        flex: 1 1 100%;
        max-width: 95%;
        padding: 20px 18px;
    }

    .solution-card h3 {
        font-size: 16px;
    }

    .solution-card p {
        font-size: 13px;
        line-height: 1.5;
    }

    .solution-icon {
        margin-bottom: 15px;
        width: 50px;
        height: 50px;
    }

    .solution-icon svg {
        width: 26px;
        height: 26px;
    }
}

/* ✅ Small Phones */
@media (max-width: 480px) {
    .solutions-text h2 {
        font-size: 28px;
    }

    .solution-card {
        max-width: 100%;
        padding: 18px 15px;
    }

    .solution-card h3 {
        font-size: 15px;
    }

    .solution-card p {
        font-size: 12px;
    }
}


    /* OFFER Page*/
.security-section {
  width: 100%;
  background: #fff;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.security-section .security-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  min-height: 800px;
}

.security-section .security-left {
  background: #f3f0f0;
  padding: 80px 60px 40px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.security-section .security-left h2 {
  font-size: 42px;
  font-weight: 800;
  line-height: 1.3;
  color: #002147;
  max-width: 480px;
  margin-left: 70px;
}

.security-section .highlight-green {
  color: #00ACEF;
}

.security-section .highlight-teal {
  color: #00ACEF;
}

.security-section .security-right {
  background: #f4f4f4;
}

.security-section .security-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.security-section .cards {
  display: flex;
  justify-content: center;
  gap: 160px;
  position: absolute;
  bottom: 36px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1100px;
}

.security-section .card {
  flex: 1;
  min-width: 320px;
  max-width: 360px;
  padding: 25px 20px;
  border-radius: 15px;
  color: #fff;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  text-align: left;
}

.security-section .card.teal {
  background: #00acef;
}

.security-section .card.green {
  background: #00ACEF;
}

.security-section .card:hover {
  transform: translateY(-5px);
}

.security-section .icon {
  margin-bottom: 12px;
}

.security-section .icon img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  display: block;
}

.security-section .card h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.security-section .card p {
  font-size: 15px;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .security-section .security-container {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .security-section .security-left {
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 60px 20px 30px;
  }

  .security-section .security-left h2 {
    font-size: 32px;
    margin-left: 0;
    max-width: 100%;
  }

  .security-section .cards {
    position: static;
    transform: none;
    margin: 30px auto 0;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    max-width: 95%;
  }

  .security-section .card {
    max-width: 100%;
    width: 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 600px) {
  .security-section .security-left h2 {
    font-size: 24px;
    line-height: 1.4;
  }

  .security-section .cards {
    margin-top: 20px;
    gap: 16px;
  }

  .security-section .card {
    padding: 18px 15px;
    min-width: unset;
  }

  .security-section .card h3 {
    font-size: 16px;
  }

  .security-section .card p {
    font-size: 13px;
    line-height: 1.5;
  }

  .security-section .icon {
    font-size: 28px;
    margin-bottom: 8px;
  }
}

    .why-chooseus {
    background: linear-gradient(135deg, #00acef 0%, #4e72e9 100%);
      padding: 70px 20px;
    }

    .why-container {
      max-width: 1200px;
      margin: 0 auto;
      text-align: center;
    }

    .why-chooseus h2 {
      color: #fff;
      font-size: 40px;
      font-weight: 800;
      margin-bottom: 40px;
      position: relative;
      display: inline-block;
      padding-bottom: 10px;
    }

    .why-chooseus h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%);
      width: 90px;
      height: 2px;
      background: #244c5c;
    }

    .benefits-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 15px 40px;
    }

    .benefit-item {
      color: #fff;
      font-size: 16px;
      font-weight: 500;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      gap: 10px;
    }

    .benefit-item i {
      color: #000000;
      font-size: 16px;
      flex-shrink: 0;
    }

    @media (max-width: 991px) {
      .benefits-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px 25px;
      }
    }

    @media (max-width: 768px) {
      .benefits-grid {
        grid-template-columns: 1fr;
      }

      .why-chooseus {
        padding: 50px 15px;
      }

      .why-chooseus h2 {
        font-size: 32px;
      }
    }

    .offer-section {
      position: relative;
      background: url("../img/Banner-family-min-1-min.webp") center/cover no-repeat;
      padding: 80px 40px;
      color: #fff;
      overflow: hidden;
    }

    .offer-overlay {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: linear-gradient(to right, rgba(0, 47, 108, 0.9) 35%, rgba(0, 47, 108, 0.2) 100%);
      z-index: 1;
    }

    .offer-container {
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1300px;
      margin: auto;
      position: relative;
      z-index: 2;
      gap: 40px;
    }

    .offer-text {
      max-width: 500px;
      animation: fadeInUp 1s ease;
    }

    .offer-badge {
      display: inline-block;
      background: #ff3b30;
      color: #fff;
      font-size: 14px;
      padding: 6px 16px;
      border-radius: 50px;
      font-weight: 600;
      margin-bottom: 16px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    }

    .offer-text h2 {
      font-size: 64px;
      font-weight: 900;
      line-height: 1.1;
      margin: 0 0 15px;
    }

    .offer-text .highlight {
      color: #ffc82b;
      font-size: 72px;
      display: block;
    }

    .subtitle {
      font-size: 20px;
      margin-bottom: 20px;
      opacity: 0.9;
    }

    .price {
      font-size: 24px;
      margin-bottom: 30px;
    }

    .price strong {
      font-weight: 900;
      color: #00ACEF;
    }

    .price span {
      font-size: 16px;
      opacity: 0.8;
    }

    .offer-btn {
      display: inline-block;
      background: linear-gradient(135deg, #06d6a0, #05b68b);
      color: #fff;
      font-size: 20px;
      font-weight: 700;
      padding: 14px 34px;
      border-radius: 50px;
      text-decoration: none;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.25);
      transition: all 0.3s ease;
    }

    .offer-btn:hover {
      background: linear-gradient(135deg, #05b68b, #06d6a0);
      transform: translateY(-3px);
      box-shadow: 0 10px 20px rgba(0, 0, 0, 0.35);
    }

    .offer-image img {
      max-width: 650px;
      height: auto;
      animation: fadeInRight 1.2s ease;
    }

    @keyframes fadeInUp {
      from {
        opacity: 0;
        transform: translateY(30px);
      }

      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

    @keyframes fadeInRight {
      from {
        opacity: 0;
        transform: translateX(40px);
      }

      to {
        opacity: 1;
        transform: translateX(0);
      }
    }

    @media (max-width: 991px) {
      .offer-container {
        flex-direction: column;
        text-align: center;
      }

      .offer-text h2 {
        font-size: 48px;
      }

      .offer-text .highlight {
        font-size: 56px;
      }

      .offer-image img {
        margin-top: 30px;
        max-width: 90%;
      }
    }

    .features-section {
      padding: 80px 0;
      background: #f9f9f9;
    }

    .features-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      gap: 40px;
      padding: 0 20px;
    }

    .features-content {
      flex: 1;
      min-width: 300px;
    }

    .features-content h2 {
      font-size: 36px;
      font-weight: 700;
      margin: 0 0 20px;
      color: #00acef;
    }

    .features-content p {
      font-size: 16px;
      margin: 0 0 20px;
      line-height: 1.6;
    }

    .features-image {
      flex: 1;
      min-width: 300px;
      text-align: right;
    }

    .features-image img {
      max-width: 100%;
      height: auto;
    }

    .premium-badge {
      display: inline-block;
      background: #0a74da;
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      letter-spacing: 1.2px;
      text-transform: uppercase;
      border-radius: 30px;
      padding: 8px 22px;
      margin-bottom: 20px;
      box-shadow: 0 3px 12px rgba(10, 116, 218, 0.12);
    }

    @media (max-width: 991px) {

      .promo-container,
      .features-container {
        flex-direction: column;
        text-align: center;
      }

      .packages-grid {
        grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
        gap: 20px;
      }
    }

     .equipment-section {
      padding: 60px 20px;
      background: #fff;
    }

    .equipment-container {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: flex-start;
      justify-content: space-between;
      gap: 40px;
      flex-wrap: wrap;
    }

    .equipment-content {
      flex: 1 1 50%;
      max-width: 560px;
    }

    .equipment-subtitle {
      color: #000;
      font-size: 1.9rem;
      font-weight: 600;
      margin-bottom: 8px;
      text-transform: uppercase;
      letter-spacing: 0.5px;
    }

    .equipment-content h2 {
      font-size: 3.9rem;
      font-weight: 900;
      color: #00acef;
      margin-bottom: 16px;
      line-height: 1.2;
    }

    .equipment-content h2 span {
      display: block;
    }

    .equipment-content p {
      font-size: 1.5rem;
      line-height: 1.65;
      margin-bottom: 25px;
      color: #333;
      max-width: none;
    }

    .equipment-features {
      display: flex;
      justify-content: flex-start;
      gap: 20px;
      flex-wrap: wrap;
    }

    .feature {
      text-align: center;
      flex: 1 1 150px;
    }

    .feature img {
      width: 48px;
      margin-bottom: 8px;
    }

    .feature span {
      display: block;
      font-size: 1.2rem;
      font-weight: 700;
      color: #00bfa6;
      line-height: 1.3;
    }

    .equipment-image {
      flex: 1 1 50%;
      text-align: right;
    }

    .equipment-image video,
    .equipment-image img {
      width: 100%;
      max-width: 520px;
      border-radius: 12px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }

    @media (max-width: 991px) {
      .equipment-container {
        flex-direction: column;
        text-align: center;
        align-items: center;
      }

      .equipment-content {
        text-align: center;
        max-width: 100%;
      }

      .equipment-features {
        justify-content: center;
        gap: 20px;
      }

      .equipment-image {
        text-align: center;
      }
    }

      .device-showcase {
      padding: 30px 20px;
      background: #edeff1;
    }

    .showcase-container {
      max-width: 600px;
      margin: 0 auto;
      margin-top: -130px;
      text-align: center;
    }

    .showcase-image {
      width: 100%;
      max-width: 900px;
      height: auto;
      filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
      animation: float 3s ease-in-out infinite; 
    }

    @keyframes float {
      0% {
        transform: translateY(0px);
      }

      50% {
        transform: translateY(-10px);
      }

      100% {
        transform: translateY(0px);
      }
    }

    @media (max-width: 768px) {
      .device-showcase {
        padding: 40px 20px;
      }

      .showcase-image {
        max-width: 100%;
      }
    }

        .packages-section {
      padding: 80px 20px;
      padding-bottom: 140px !important;
      background: #fff;
    }

    .packages-header {
      text-align: center;
      margin-bottom: 60px;
    }

    .packages-header h2 {
      font-size: 2.2rem;
      font-weight: 800;
      color: #00a86b;
      margin-bottom: 10px;
      text-transform: uppercase;
    }

    .packages-header p {
      font-size: 1.7rem;
      color: #000000;
    }

    .packages-grid {
      display: grid;
      gap: 30px;
      max-width: 1200px;
      margin: 0 auto;
    }

    .top-row {
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      margin-bottom: 50px;
    }

    .package-card {
      border-radius: 20px;
      padding: 30px;
      text-align: center;
      color: #fff;
      transition: all 0.3s ease;
    }

    .package-card img {
      max-width: 100%;
      margin-bottom: 20px;
    }

    .package-card h3 {
      font-size: 1.4rem;
      font-weight: 700;
      margin-bottom: 15px;
    }

    .package-card span {
      color: #00ffb0;
      font-size: 1rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .package-card p {
      font-size: 0.95rem;
      opacity: 0.9;
    }

    .blue-card {
      background: #002f6c;
    }

    .highlight-card {
      background: #002f6c;
      border: 4px solid #00ffb0;
      text-align: left;
    }

    .bottom-row {
      grid-template-columns: 1fr;
    }

    .highlights-card {
      background: #497181;
      border: 4px solid #000000;
      border-radius: 18px;
      padding: 30px;
      color: #fff;
    }

    .popular-tags {
      background: #ff8c00;
      color: #fff;
      font-size: 0.9rem;
      font-weight: 700;
      padding: 6px 14px;
      border-radius: 20px;
      display: inline-block;
      margin-bottom: 15px;
    }

    .highlights-content {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
      align-items: center;
    }

    .highlights-left img {
      max-width: 100%;
      border-radius: 12px;
      display: block;
    }

    .highlights-right h3 {
      font-size: 20px;
      font-weight: 800;
      margin-bottom: 10px;
      line-height: 1.3;
    }

    .highlights-right span {
      color: #00d4b4;
      font-size: 1.2rem;
      font-weight: 800;
      text-transform: uppercase;
    }

    .highlights-right p {
      font-size: 2rem;
      opacity: 0.85;
      margin-bottom: 20px;
    }

    .highlights-right ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .highlights-right ul li {
      margin-bottom: 12px;
      padding-left: 28px;
      position: relative;
      font-size: 1.5rem;
    }

    .highlights-right ul li::before {
      content: "✔";
      position: absolute;
      left: 0;
      top: 0;
      color: #00d4b4;
      font-weight: bold;
    }

    @media (max-width: 768px) {
      .highlights-content {
        grid-template-columns: 1fr;
        gap: 20px;
        text-align: center;
      }

      .highlights-left img {
        max-width: 90%;
        margin: 0 auto;
      }

      .highlights-right h3 {
        font-size: 1.3rem;
      }

      .highlights-right span {
        font-size: 1rem;
      }

      .highlights-right p {
        font-size: 1.4rem;
      }

      .highlights-right ul li {
        font-size: 1rem;
        padding-left: 22px;
      }

      .highlights-card {
        padding: 20px;
      }
    }

    @media (max-width: 480px) {
      .popular-tags {
        font-size: 0.8rem;
        padding: 5px 10px;
      }

      .highlights-card {
        border-width: 2px;
        border-radius: 12px;
        padding: 15px;
      }

      .highlights-right p {
        font-size: 1.2rem;
      }

      .highlights-right ul li {
        font-size: 0.95rem;
        margin-bottom: 8px;
      }
    }


    /* OFFER Page Styling Ends Here */
 
.newsletter-form input[type="email"] {
  padding: 10px;
  width: 200px;
  border: 1px solid #ccc;
  margin-left: 1050px;
  color: rgb(29, 28, 28);
}

.newsletter-form button {
  padding: 10px 20px;
  background-color: #dca919;
  color: white;
  border: none;
  cursor: pointer;

}

@media (max-width: 479px) {

  .newsletter-form input[type="email"] {
    padding: 10px;
    width: 200px;
    border: 1px solid #ccc;
    margin-left: 0px;
    color: rgb(29, 28, 28);
  }
}

.careerContainer {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}


.career-form {
  margin-bottom: 40px;
}

.career-form label,
.career-form input,
.career-form textarea {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.career-form textarea {
  height: 100px;
}

.career-form button {
  padding: 10px 20px;
  background-color: #4CAF50;
  color: #fff;
  border: none;
  cursor: pointer;
}

.jobs-available {
  margin-bottom: 40px;
}

.job-card {
  background-color: rgb(130, 228, 121);
  padding: 20px;
  margin-bottom: 20px;
}

.job-card h2 {
  margin-top: 0;
}

.career-content {
  margin-bottom: 40px;
}

.career-content h2 {
  margin-bottom: 20px;
}

.career-content p {
  line-height: 1.6;
}

.more-link {
  display: inline-block;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s;
}

.more-link:hover {
  background-color: #0056b3;
}

span {
  font-size: 1em;
  letter-spacing: 0;
  font-family: Arial, sans-serif;
  line-height: 1;
}

#news.position-relative {
  position: relative;
}

#news .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 0;
}

#news .container {
  position: relative;
  z-index: 1;
}

.explore {
  padding-top: 30px;
}

.call-section {
  background-color: #000000;
  padding: 40px 40px;
  font-family: Arial, sans-serif;
}

.call-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.call-info {
  display: flex;
  align-items: center;
  color: white;
  font-size: 24px;
  padding-left: 120px;
}

.call-icon {
  background-color: rgba(0, 0, 0, 0.15);
  padding: 10px 14px;
  border-radius: 4px;
  margin-right: 12px;
}

.call-icon i {
  font-size: 22px;
  color: white;

}

.call-text {
  line-height: 1.4;
}

.call-number {
  font-weight: bold;
}

.call-button {
  margin-top: 10px;
  padding-right: 120px;
}

.btn-estimate {
  border: 2px solid white;
  padding: 8px 18px;
  border-radius: 3px;
  color: white;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #00acef;
}

.btn-estimate:hover {
  background-color: white;
  color: #000;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  .call-section {
    padding: 20px;
  }

  .call-container {
    flex-direction: column;
    text-align: center;
  }

  .call-info {
    padding-left: 0;
    font-size: 18px;
    justify-content: center;
    margin-bottom: 15px;
  }

  .call-button {
    padding-right: 0;
    margin-top: 15px;
  }

  .btn-estimate {
    font-size: 16px;
    padding: 10px 20px;
  }
}

@media (max-width: 480px) {
  .call-info {
    font-size: 16px;
    flex-direction: column;
    gap: 8px;
  }

  .call-text {
    text-align: center;
  }

  .btn-estimate {
    width: 100%;
    justify-content: center;
  }
}


.home-security {
  padding: 70px 20px;
  background: #ffffff;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
}

.home-security .section-header {
  max-width: 800px;
  margin: 0 auto 50px;
}

.home-security .section-title {
  font-size: clamp(28px, 5vw, 40px);
  font-weight: 900;
  color: #111827;
  margin-bottom: 12px;
}

.home-security .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}

.home-security .col-left,
.home-security .col-right {
  flex: 1;
  min-width: 300px;
}

.home-security .security-image {
  width: 100%;
  max-width: 450px;
  border-radius: 12px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
}

.home-security .features-list {
  margin-bottom: 50px;
}

.home-security .features-list h3 {
  font-weight: 700;
  margin-bottom: 15px;
  margin-top: 20px;
  color: #111827;
  position: relative;
}

.home-security .features-list h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 50px;
  height: 3px;
  background: #00acef;
  border-radius: 2px;
}

.home-security .checklist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.home-security .checklist li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.5;
}

.home-security .checklist li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #00acef;
  font-weight: bold;
}

.home-security .wow {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.home-security .wow.fadeInUp {
  opacity: 1;
  transform: translateY(0);
}

@media(max-width:768px) {
  .home-security {
    padding: 60px 15px;
    text-align: center;
  }

  .home-security .row {
    flex-direction: column-reverse;
    gap: 25px;
  }

  .home-security .security-image {
    max-width: 100%;
  }

  .home-security .checklist li {
    padding-left: 40px;
  }
}

.why-choose {
  display: flex;
  align-items: stretch;
  width: 100%;
  background: #fff;
  font-family: Arial, sans-serif;
}

.left-image {
  flex: 1;
}

.left-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}


.right-text {
  flex: 1;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 50px;
}

.right-text h3 {
  color: #030303;
  margin-bottom: 5px;
}

.right-text h4 {
  font-size: 20px;
  margin: 10px 0;
  color: #000000;
}

.right-text p {
  line-height: 1.6;
  margin-bottom: 10px;
}

.buttons {
  margin-top: 20px;
}

.btn-read {
  background: #000;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  margin-right: 10px;
}

.btn-contact {
  background: #00acef;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .why-choose {
    flex-direction: column;
  }

  .right-text {
    padding: 30px 20px;
  }
}

.cta-section {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
  padding: 0;
  height: 700px;
}

.cta-left {
  flex: 1;
  background: url('../img/free.webp') center center / cover no-repeat;
  display: flex;
  align-items: flex-end;
}

.cta-overlay {
  padding: 40px;
  color: white;
  max-width: 500px;
  margin-bottom: 60px;
}

.cta-overlay h2 {
  font-size: 34px;
  line-height: 1.3;
  font-weight: bold;
}

.cta-subtext {
  font-size: 20px;
  margin: 15px 0 10px;
  font-weight: 600;
}

.cta-phone {
  display: flex;
  align-items: center;
  font-size: 28px;
  font-weight: bold;
  text-decoration: none;
  color: white;
}

.phone-icon {
  display: inline-block;
  background: rgb(253, 252, 252);
  border-radius: 50%;
  padding: 8px;
  margin-right: 12px;
  font-size: 22px;
}

.cta-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 0 !important;
  background: #f8fafc;
}

.quote-card {
  position: relative;
  border-radius: 12px;
  background: linear-gradient(135deg, #00acef 0%, #00d4ff 55%);
  color: #fff;
  padding: clamp(40px, 3vw, 40px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  max-width: 500px;
  width: 100%;
  margin-top: -70px;
}

.quote-title {
  font-size: clamp(26px, 3.2vw, 36px);
  font-weight: 900;
  margin-bottom: 22px;
}

.quote-form {
  display: grid;
  gap: 10px;
}

.input-wrap {
  display: block;
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  overflow: hidden;
  backdrop-filter: blur(6px);
  padding: 6px;
}

.two-col {
  display: flex;
  gap: 8px;
}

.two-col .input-wrap {
  flex: 1;
}

.input-wrap:focus-within {
  box-shadow: var(--ring, 0 0 0 3px rgba(0, 172, 239, 0.5));
}

.input-wrap input,
.input-wrap textarea {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  color: #0f172a;
}

.submit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #10141e;
  color: #fff;
  font-weight: 900;
  border-radius: 12px;
  padding: 14px 18px;
  cursor: pointer;
  transition: 0.2s;
  text-transform: uppercase;
}

.submit-btn:hover {
  opacity: 0.95;
  transform: translateY(-1px);
}

.scrolling-bar {
  position: absolute;
  bottom: 25px;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  background: #00acef;
  padding: 10px 0;
  white-space: nowrap;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.scrolling-bar strong {
  flex-shrink: 0;
  color: white;
  font-size: 15px;
  margin-left: 20px;
  margin-right: 15px;
}

.scrolling-wrapper {
  overflow: hidden;
  position: relative;
}

.scrolling-content {
  display: inline-block;
  padding-right: 100%;
  animation: scroll-left 40s linear infinite;
}

.scrolling-content span {
  margin: 0 20px;
  font-size: 15px;
  color: white;
}

.fa-map-marker-alt {
  color: rgba(255, 1, 1, 0.979);
}

.scrolling-content i {
  margin-right: 6px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 992px) {
  .cta-section {
    flex-direction: column;
  }

  .cta-right {
    order: 1;
  }

  .cta-left {
    order: 2;
  }

  .quote-card {
    margin-top: 0 !important;
  }
}

@media (max-width: 768px) {
  .cta-section {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .cta-left,
  .cta-right {
    min-height: auto;
  }

  .cta-overlay {
    position: relative;
    padding: 20px;
  }

  .scrolling-bar {
    display: none;
  }
}

@media (max-width: 768px) {
  .cta-overlay {
    position: relative;
    bottom: auto;
    left: auto;
    padding: 20px;
    max-width: 100%;
    text-align: center;
  }

  .cta-overlay h2 {
    font-size: 22px;
    line-height: 1.4;
    word-break: break-word;
  }

  .cta-subtext {
    font-size: 16px;
  }

  .cta-phone {
    font-size: 22px;
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .cta-overlay h2 {
    font-size: 20px;
  }
}

@media (max-width: 768px) {
  .scrolling-bar strong {
    font-size: 12px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .scrolling-content span {
    font-size: 13px;
    margin: 0 12px;
  }
}

@media (max-width: 480px) {
  .scrolling-bar strong {
    font-size: 11px;
  }

  .scrolling-content span {
    font-size: 12px;
  }
}

.logo1 {
  height: 80px;
  display: block;
}

.us-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  isolation: isolate;
  width: 100%;
  transition: transform 0.3s ease;
}

.us-header.header-hidden {
  transform: translateY(-100%);
}


body {
  padding-top: calc(80px + 40px);
}

.us-header .header-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 8px 12px;
  min-width: 0;
}

.us-header .header-left {
  justify-self: start;
}

.us-header .header-center {
  justify-self: center;
  display: flex;
  align-items: center;
  gap: 10px;
}

.us-header .header-right {
  justify-self: end;
}

.us-header .logo {
  height: clamp(40px, 6vw, 80px);
  width: auto;
  display: block;
}

.us-header .pp-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.us-header .pp-menu li a {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #003366;
  text-decoration: none;
  transition: color .2s ease;
}

.us-header .pp-menu li a:hover,
.us-header .pp-menu li a:focus-visible,
.us-header .pp-link-active {
  color: #00acef !important;
  font-weight: 600;
}

.us-header .dropdown {
  position: relative;
}

.us-header .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  display: none;
  min-width: 180px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, .1);
  border: 1px solid #eee;
  padding: 6px 0;
}

.us-header .dropdown:hover .dropdown-menu {
  display: block;
}

.us-header .dropdown-menu li a {
  padding: 10px 14px;
  color: #000000;
  font-weight: 500;
  display: block;
}

.us-header .call-btn {
  background: #00acef;
  padding: 10px 18px;
  border-radius: 999px;
  color: #fff;
  font-size: 16px;
  font-weight: 800;
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
}

.us-header .sub-text {
  margin-top: 3px;
  font-size: 12px;
  font-weight: 700;
  color: #000000;
  text-align: center;
}

.us-header .hamburger {
  display: none;
  font-size: 28px;
  background: transparent;
  border: 0;
  cursor: pointer;
}

.us-header .header-call-mobile {
  display: none;
}

.us-hero {
  position: relative;
  min-height: 92vh;
  padding: 80px 20px;
  background: url("../img/hero.webp") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.us-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg,
      rgba(255, 255, 255, 0.95) 0%,
      rgba(255, 255, 255, 0.6) 40%,
      rgba(255, 255, 255, 0.3) 100%);
  backdrop-filter: blur(4px);
  z-index: 0;
}


.us-hero .hero-inner {
  position: relative;
  z-index: 1;
  max-width: 1280px;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(320px, 440px) 1fr;
  gap: 40px;
  align-items: center;
}

.us-hero .offer {
  background: linear-gradient(180deg, #004080 0%, #002d57 100%);
  border-radius: 20px;
  padding: 40px 30px;
  color: #fff;
  box-shadow: 0 15px 40px rgba(0, 0, 0, .25);
  opacity: 0;
  transform: translateX(-50px);
  animation: slideInLeft 1s ease forwards;
}

.us-hero .offer__kicker {
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 18px;
}

.us-hero .offer__kicker--accent {
  color: #00acef;
  font-weight: 800;
}

.us-hero .offer__badge {
  font-size: 14px;
  padding: 6px 12px;
  margin-bottom: 20px;
  background: #00c28f;
  color: #fff;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
  animation: fadeIn 1.2s ease forwards;
  animation-delay: 0.6s;
  opacity: 0;
}

.us-hero .offer__bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.us-hero .offer__bullets li {
  display: flex;
  align-items: center;
  font-size: 15px;
  opacity: 0;
  transform: translateX(-20px);
  animation: fadeSlideUp 0.8s ease forwards;
}

.us-hero .offer__bullets li:nth-child(1) {
  animation-delay: 0.4s;
}

.us-hero .offer__bullets li:nth-child(2) {
  animation-delay: 0.6s;
}

.us-hero .offer__bullets li:nth-child(3) {
  animation-delay: 0.8s;
}

.us-hero .offer__bullets li:nth-child(4) {
  animation-delay: 1s;
}

.us-hero .offer__bullets li:nth-child(5) {
  animation-delay: 1.2s;
}

.us-hero .check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #00c28f;
  color: #00c28f;
  font-size: 12px;
}

.us-hero .offer__pricewrap {
  margin-top: 15px;
}

.us-hero .offer__pricewrap .label {
  font-size: 15px;
  font-weight: 600;
  opacity: .9;
  margin-bottom: 4px;
}

.us-hero .price {
  display: flex;
  align-items: baseline;
  gap: 6px;
}

.us-hero .price__num {
  font-size: 40px;
  font-weight: 800;
}

.us-hero .price__unit {
  font-size: 16px;
  font-weight: 500;
}

.us-hero .offer__phone {
  font-size: 16px;
  font-weight: 700;
  padding: 12px 20px;
  background: linear-gradient(to right, #ff8c00, #ff6a00);
  color: #fff;
  margin-top: 24px;
  border-radius: 25px;
  display: inline-block;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.us-hero .offer__phone:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 20px rgba(255, 106, 0, 0.4);
}

.us-hero .cluster {
  position: relative;
  text-align: center;
  opacity: 0;
  transform: translateX(50px);
  animation: slideInRight 1s ease forwards;
  animation-delay: 0.6s;
}

.us-hero .cluster__devices {
  width: 100%;
  max-width: 720px;
  display: block;
  margin: 0 auto;
  filter: drop-shadow(0 20px 60px rgba(0, 0, 0, .35));
  animation: float 3s ease-in-out infinite;
}

@keyframes slideInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slideInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes float {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }

  100% {
    transform: translateY(0px);
  }
}


@media (max-width:991px) {
  .us-header {
    --header-h: 60px;
  }

  .us-header .header-right {
    display: none;
  }

  .us-header .header-call-mobile {
    display: flex;
    justify-content: center;
  }

  .us-header .logo {
    height: 44px;
  }

  .us-header .hamburger {
    display: inline-block;
  }

  .us-header .pp-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 60px;
    display: none;
    flex-direction: column;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 8px 16px rgba(0, 0, 0, .08);
    padding: 12px;
    z-index: 1000;
  }

  .us-header .pp-menu.active {
    display: flex;
  }

  .us-header .pp-menu li a {
    font-size: 16px;
    padding: 8px 4px;
  }

  .us-hero .hero-inner {
    grid-template-columns: 1fr;
    gap: 20px;
    padding-inline: clamp(16px, 4vw, 24px);
  }

  .us-hero .cluster {
    order: -1;
    min-height: 360px;
  }

  .us-hero .cluster__devices {
    margin: 0 auto;
    max-width: min(720px, 92vw);
  }

  .us-hero .offer {
    margin-inline: clamp(12px, 4vw, 20px);
    border-radius: 16px;
  }

  .us-hero {
    background: url("../img/mobile-hero.webp") center/cover no-repeat !important;
  }
}

@media (max-width:360px) {
  .us-header .header-call-mobile .call-btn {
    max-width: 180px;
    padding: 8px 10px;
    font-size: 15px;
  }

  .us-header .hamburger {
    font-size: 26px;
  }
}

.award-section {
  background: linear-gradient(to right, #00c6a7, #1e73be);
  padding: 0px 40px;
  color: #fff;
  position: relative;
  overflow: visible;
}

.award-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: auto;
  flex-wrap: wrap;
}

.award-text {
  flex: 1;
  min-width: 250px;
}

.award-text h2 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  line-height: 1.4;
}

.award-badge {
  flex-shrink: 0;
  position: relative;
}

.award-badge img {
  max-height: 200px;
  width: auto;
  display: block;
  margin-top: -80px;
  object-fit: contain;
}

@media (max-width: 992px) {
  .award-section {
    padding: 20px 40px;
  }

  .award-container {
    flex-direction: column;
    text-align: center;
  }

  .award-badge img {
    margin-top: -60px;
    max-height: 160px;
  }

  .award-text h2 {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .award-badge img {
    margin-top: 0px;
  }


  @media (max-width: 576px) {
    .award-text h2 {
      font-size: 14px;
    }

    .award-badge img {
      max-height: 120px;
    }
  }


  @media (max-width: 991px) {
    .reviews {
      margin-top: 50px !important;
    }
  }

  
  