@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/fancybox.css);
@import url(../css/aos.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Baloo+Bhai+2:wght@400..800&display=swap');

:root {
  --font-family-Poppins: "Poppins", sans-serif;
  --color-f22300: #f22300;
  --color-5f5d5d: #5f5d5d;
  --color-bcbcbc: #bcbcbc;
  --color-282828: #282828;
  --color-ededed: #ededed;
  --color-f6f6f6: #f6f6f6;
  --color-fbfbfb: #fbfbfb;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  --linear-gradient: linear-gradient(90deg, #0137da 0%, #00ebd8 100%);
  --linear-gradient02: linear-gradient(90deg, #e70fa9 0%, #fc3900 100%);
  --linear-gradient03: linear-gradient(90deg, #2c5be7 0%, #6ef831 100%);
  --linear-gradient-hover: linear-gradient(90deg, #00ebd8 0%, #0137da 100%);
  --font-style-normal: normal;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-22: 22px;
  --font-size-24: 24px;
  --font-size-28: 28px;
  --font-size-30: 30px;
  --font-size-32: 32px;
  --font-size-35: 35px;
  --font-size-38: 38px;
  --font-size-42: 42px;
  --font-size-60: 60px;
  --font-size-64: 64px;
  --font-size-95: 95px;
  --character-spacing-0: 0px;
  --line-height-14: 18px;
  --line-height-16: 22px;
  --line-height-18: 24px;
  --line-height-20: 26px;
  --line-height-21: 27px;
  --line-height-22: 28px;
  --line-height-24: 30px;
  --line-height-28: 38px;
  --line-height-30: 40px;
  --line-height-32: 42px;
  --line-height-35: 45px;
  --line-height-38: 45px;
  --line-height-42: 52px;
  --line-height-60: 70px;
  --line-height-64: 74px;
  --line-height-95: 105px;
  --line-height-inherit: inherit;
  --font-weight-Thin: 100;
  --font-weight-ExtraLight: 200;
  --font-weight-Light: 300;
  --font-weight-Regular: 400;
  --font-weight-Medium: 500;
  --font-weight-SemiBold: 600;
  --font-weight-Bold: 700;
  --font-weight-ExtraBold: 800;
  --font-weight-Black: 900;
  --font-weight-normal: normal;
}

* {
  outline: 0;
}

html {
  scroll-behavior: smooth;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

body {
  font-family: var(--font-family-Poppins);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-282828);
  font-weight: var(--font-weight-Regular);
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

.clr {
  width: 100%;
  float: left;
}

.img {
  width: 100%;
}

.svg {
  object-fit: contain;
  object-position: center center;
}

a,
.btn,
button {
  color: var(--color-000000);
  outline: none;
  cursor: pointer;
  outline: 0;
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

a:focus,
.btn:focus,
button:focus,
.custom-select:focus,
.form-control:focus {
  outline: none;
  box-shadow: none;
}

.btn:hover,
a:hover,
button:hover {
  color: var(--color-f22300);
  text-decoration: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--color-282828);
  text-transform: normal;
  margin-bottom: 15px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
}

.nav-link:focus,
.nav-link:hover {
  color: var(--color-f22300);
}

.dropdown-item.active,
.dropdown-item:active {
  color: var(--color-ea0b00);
  text-decoration: none;
  background-color: transparent;
}

li {
  list-style: none;
}

header,
footer,
section {
  width: 100%;
  float: left;
}

hr {
  border-bottom: 1px solid var(--color-f22300);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
  opacity: 1;
}

p {
  font-size: var(--font-size-21);
  line-height: var(--line-height-21);
  color: var(--color-282828);
  margin-bottom: 15px;
}

.p-content {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--color-282828);
  margin-bottom: 10px;
}

.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-16);
  color: var(--color-282828);
  margin-bottom: 10px;
}

.extra-small {
  font-size: var(--font-size-14);
  line-height: var(--line-height-14);
  color: var(--color-282828);
  margin-bottom: 10px;
}

.section-title {
  font-size: var(--font-size-60);
  line-height: var(--line-height-60);
  color: var(--color-000000);
  margin-bottom: 20px;
}

.section-title2 {
  font-size: var(--font-size-95);
  line-height: var(--line-height-95);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
}

.main-title {
  font-size: var(--font-size-42);
  line-height: var(--line-height-42);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
}

.main-title-border {
  display: block;
  background: var(--color-f22300);
  width: 100px;
  height: 6px;
  margin-top: 4px;
}

.title {
  font-size: var(--font-size-35);
  line-height: var(--line-height-35);
  color: var(--color-000000);
  margin-bottom: 20px;
  text-transform: uppercase;
}

.div-sub-title {
  font-size: var(--font-size-32);
  line-height: var(--line-height-32);
  color: var(--color-282828);
  margin-bottom: 10px;
}

.div-title {
  font-size: var(--font-size-28);
  line-height: var(--line-height-28);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 10px;
  text-transform: uppercase;
}

.div-text {
  font-size: var(--font-size-24);
  line-height: var(--line-height-24);
  color: var(--color-282828);
  margin-bottom: 10px;
}

.div-sub-text {
  font-size: var(--font-size-20);
  line-height: var(--line-height-20);
  color: var(--color-000000);
  margin-bottom: 10px;
}

.weight-Light {
  font-weight: var(--font-weight-Light);
}

.weight-Regular {
  font-weight: var(--font-weight-Regular);
}

.weight-Medium {
  font-weight: var(--font-weight-Medium);
}

.weight-SemiBold {
  font-weight: var(--font-weight-SemiBold);
}

.weight-Bold {
  font-weight: var(--font-weight-Bold);
}

.weight-ExtraBold {
  font-weight: var(--font-weight-ExtraBold);
}

.weight-Black {
  font-weight: var(--font-weight-Black);
}

.height-100 {
  height: 100vh;
}

.pr-100 {
  padding-right: 100px;
}

.pl-100 {
  padding-left: 100px;
}

.color-282828 {
  color: var(--color-282828) !important;
}

.color-f22300 {
  color: var(--color-f22300) !important;
}

.color-5f5d5d {
  color: var(--color-5f5d5d) !important;
}

.color-000000 {
  color: var(--color-000000) !important;
}

.view-more-text {
  display: inline-block;
}

.view-more-text-btn {
  font-size: var(--font-size-21);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  text-decoration: underline;
  font-style: italic;
  display: inline-block;
  background: transparent;
  border-radius: 0;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.view-more-text-btn:hover {
  color: var(--color-f22300);
  letter-spacing: 1px;
}

.view-more-text-btn img {
  width: 30px;
}

.view-more {
  display: inline-block;
}

.view-more-btn {
  display: inline-block;
  font-size: var(--font-size-21);
  line-height: var(--line-height-inherit);
  color: var(--color-f22300);
  font-weight: var(--font-weight-SemiBold);
  padding: 15px 40px;
  border-radius: 0px;
  border: solid 3px var(--color-f22300);
  background: transparent;
  position: relative;
  z-index: 2;
  outline: none;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.view-more-btn:hover {
  color: var(--color-ffffff);
  background: var(--color-f22300);
  border: solid 3px var(--color-f22300);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.img-zoom {
  overflow: hidden;
}

.img-zoom .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 2.5s ease-out 0s;
  -moz-transition: all 2.5s ease-out 0s;
  -ms-transition: all 2.5s ease-out 0s;
  -o-transition: all 2.5s ease-out 0s;
  transition: all 2.5s ease-out 0s;
}

.img-zoom:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* @import url(../css/root.css); */
/* main-header */
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background: transparent;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-header.g_shrink {
  position: fixed;
  background: var(--color-ffffff);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  z-index: 999;
}

.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img,
.main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 80px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

/* loader css*/
/* loader css */
.main-nav {
  background: var(--color-ffffff);
  padding: 15px 0px;
  width: 100%;
  float: left;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}

.main-nav .navbar-expand-lg .navbar-brand {
  margin-right: 0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 150px;
  object-fit: contain;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .nav-item .nav-link {
  position: relative;
  display: block;
  font-size: var(--font-size-21);
  color: var(--color-282828);
  font-weight: var(--font-weight-Medium);
  letter-spacing: 2px;
  text-transform: capitalize;
  line-height: initial;
  padding: 10px 10px;
}

.main-nav .nav-item {
  padding-left: 35px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.main-nav .nav-item .nav-link:focus,
.main-nav .nav-item.active .nav-link,
.main-nav .nav-item .nav-link:hover {
  color: var(--color-f22300);
}

.main-nav .nav-item .nav-link.show,
.main-nav .nav-item .show>.nav-link {
  color: var(--color-f22300);
}

.header-contact .nav-item .nav-link .svg {
  width: 20px;
  height: 20px;
  fill: var(--color-f22300);
}

/* dropdown-menu */
.main-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}

.main-nav .dropdown .dropdown-menu {
  min-width: 100%;
  width: 250px;
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  border-radius: 0;
}

.main-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: left;
  font-size: var(--font-size-16);
  color: var(--color-000000);
  background-color: var(--color-ffffff);
  padding: 8px 12px;
  /* border-bottom: solid 1px var(--color-f15a29); */
  font-weight: var(--font-weight-Medium);
  letter-spacing: 1px;
  border-radius: 0;
}

.main-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background-color: var(--color-f22300);
}

.main-nav .nav-item.dropdown .dropdown-toggle::after {
  margin-left: 3px;
  vertical-align: 2px;
  border: none;
  background-image: url(../images/icons/dorpdown-arrow.svg);
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.dropdown-menu[data-bs-popper] {
  left: unset;
}

/* dropdown-menu */
/* main-header */
/* main-banner */
.banner-img {
  height: calc(100vh - 140px);
  position: relative;
}

.banner-img img {
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner-text {
  position: absolute;
  top: 40%;
  width: 100%;
  left: 0px;
  padding-left: 36%;
}

.banner-btn a {
  font-size: var(--font-size-30);
  line-height: var(--line-height-30);
  color: var(--color-ffffff);
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 5px solid var(--color-f22300);
  position: relative;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.banner-btn a span {
  position: relative;
  z-index: 1;
  display: block;
}

.banner-btn a::before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background: var(--color-5f5d5d);
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.banner-btn:hover a::before {
  width: 90%;
}

.banner-left-div {
  position: absolute;
  left: 0;
  top: 0;
  width: 28%;
}

.banner-left-div .security-camera-img {
  position: absolute;
  left: 70%;
  top: 50px;
  width: 480px;
  height: auto;
  object-fit: contain;
}

.banner-left-div .years-experience {
  position: absolute;
  left: 370px;
  bottom: -40px;
  width: 250px;
  height: 250px;
  object-fit: contain;
}

/* main-banner */
/* about-section */
.quality-icon {
  width: 62px;
  float: left;
  margin-right: 20px;
}

.quality-icon img {
  width: 100%;
  height: 100%;
}

.quality-list {
  width: 30%;
  float: left;
  background: var(--color-ffffff);
  box-shadow: 0 2px 10px #00000060;
  padding: 50px 40px;
  border-left: 10px solid var(--color-f22300);
}

.schedule-list li {
  font-size: var(--font-size-24);
  line-height: var(--line-height-21);
  color: var(--color-000000);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  position: relative;
  width: 50%;
  float: left;
  padding-left: 35px;
}

.schedule-list li img {
  position: absolute;
  width: 25px;
  left: 0;
  top: 0;
}

.about-section {
  margin-top: -50px;
  position: relative;
}

/* about-section */
/* vb-counter */
.vb-counter {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

/* vb-counter */
/* service-section */
.service-bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.services-box {
  padding: 50px 40px;
  background: var(--color-ffffff);
  position: relative;
  /* margin-bottom: 30px; */
  height: 100%;
}

.services-box .services-icon {
  width: 80px;
  margin-bottom: 10px;
}

.services-box::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50px;
  width: 10px;
  height: 30%;
  background: #000000;
}

/* service-section */
/* client-section */
.client-section {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.client-img {
  padding: 25px 25px;
}

/* client-section */

/* gallery */
.gallery-box {
  position: relative;
}

.gallery-box .img {
  max-width: 100%;
}

.gallery-box a {
  display: block;
  position: relative;
}

.gallery-box a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000bd;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-box:hover a::before {
  opacity: 1;
}

.gallery-box .overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gallery-box:hover .overlay {
  opacity: 1;
}

.gallery-box .overlay img {
  width: 30px;
}

.masonry {
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 1.5em;
}

.masonry .item {
  display: inline-block;
  background: #ffffff;
  padding: 0px;
  margin: 0 0 1.5em;
  width: 100%;
  transition: 1s ease all;
  -webkit-transition: 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-shadow: 2px 2px 4px 0 #ccc;
  /* float: left; */
}

@media only screen and (max-width:320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}

@media only screen and (min-width:321px) and (max-width:768px) {
  .masonry {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media only screen and (min-width:769px) and (max-width:1200px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media only screen and (min-width:1201px) {
  .masonry {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

.swiper-button-next {
  background-image: url(../images/icons/right_arrow.svg);
  left: unset;
}

.swiper-button-prev {
  background-image: url(../images/icons/left_arrow.svg);
  right: 230px !important;
  left: unset;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 0;
  right: calc((100% - 1560px)/ 2);
  width: 50px;
  height: 50px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  background-size: 45px 45px;
  background-position: center;
  background-repeat: no-repeat;
}

.gallery-slider {
  padding-top: 120px;
  margin-top: -80px;
}

.gallery-bg {
  position: relative;
}

.gallery-bg::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 400px;
  height: 100%;
  background: var(--color-282828);
}

/* gallery */
/* testimonial-section */
.testimonials-slider {
  padding-top: 120px;
}

.testimonial_box {
  padding: 50px 50px;
  border-radius: 20px;
  background: var(--color-f6f6f6);
}

.image_testimonial {
  margin-top: -100px;
  margin-bottom: 30px;
  /* margin: 0 auto; */
  text-align: center;
}

.image_testimonial .testimonial-icon {
  width: 100px;
  height: 100px;
}

.testimonials-slider .swiper-slide {
  opacity: 0.2;
}

.testimonials-slider .swiper-slide.swiper-slide-active {
  opacity: 1;
}

/* testimonial-section */
/* main-footer  */
.main-footer {
  background: var(--color-282828);
}

.footer-contact li {
  position: relative;
  padding-left: 40px;
  margin-bottom: 25px;
  font-size: var(--font-size-21);
  line-height: var(--line-height-21);
  color: var(--color-ffffff);
}

.footer-contact li a {
  color: var(--color-ffffff);
}

.footer-contact li .svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  fill: var(--color-f22300);
}

.footer-contact li .svg path {
  fill: var(--color-f22300);
}

.footer-contact-box .main-title {
  margin-bottom: 50px;
  position: relative;
  display: inline-block;
}

.footer-menu .div-text {
  margin-bottom: 80px;
}

.footer-contact-box .main-title::before {
  position: absolute;
  content: "";
  right: -110px;
  bottom: 10px;
  background: var(--color-f22300);
  width: 100px;
  height: 6px;
}

.footer-social {
  margin: 25px 0;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.footer-social::before {
  position: absolute;
  content: "";
  left: 0;
  top: 15px;
  background: var(--color-5f5d5d);
  width: 89%;
  height: 2px;
}

.footer-social a .svg {
  width: 30px;
  height: 30px;
  fill: var(--color-ffffff);
  margin-left: 25px;
}

/* main-footer  */
/* inner-page-css */
/* Breadcrumb */
.breadcrumb {
  margin-bottom: 0;
}

.breadcrumb li {
  font-size: var(--font-size-18);
  line-height: var(--line-height-16);
  color: var(--color-ffffff);
}

.breadcrumb li a {
  color: var(--color-ffffff);
}

.breadcrumb-item.active {
  color: var(--color-ffffff);
}

.breadcrumb-item+.breadcrumb-item::before {
  color: var(--color-ffffff);
}

/* Breadcrumb */

.inner-banner .banner-img {
  height: 400px;
  position: relative;
}

.inner-banner .banner-left-div {
  height: 120%;
}

.inner-banner .banner-left-div .security-camera-img {
  left: 70%;
  top: 30px;
  width: 250px;
  height: 250px;
}

.inner-banner .banner-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color-000000);
  opacity: 0.5;
}

/* inner-page-css */
/* abou-us-main */
.about-us {
  position: relative;
}

.about-us .inner-container {
  padding: 0 35px;
  position: relative;
  height: 100%;
  width: 100%;
}

.about-us .left-content::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -40px;
  border-radius: 0 10px 10px 0;
  z-index: -1;
  background: var(--color-f22300);
  width: 70%;
  height: 70%;
}

.about-us .left-content .shape {
  position: absolute;
  bottom: -70px;
  left: -30px;
}

.about-us .left-content .img-box {
  position: relative;
}

.about-us .left-content .img-box img {
  height: 100%;
  object-fit: cover;
}

.about-us .left-content .img-box .dot:nth-child(1) {
  background: #f22300;
  left: -50px;
  top: -6px;
}

.about-us .left-content .img-box .dot:nth-child(2) {
  background: #b41c01;
  left: -12px;
  top: 35px;
}

.about-us .left-content .img-box .dot:nth-child(3) {
  background: #7e1401;
  left: 27px;
  top: 76px;
}

.about-us .left-content .img-box .dot:nth-child(4) {
  background: #1d0500;
  left: 68px;
  top: 115px;
}

.about-us .left-content .img-box .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}

/* Our Processes */
.who-we-are-section {
  background: var(--color-f6f6f6);
}

.who-we-are-box {
  width: 100%;
  padding: 60px 40px 40px;
  background: var(--color-ffffff);
  border-radius: 10px;
  box-shadow: 0px 15px 30px #00000021;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: column;
  height: 100%;
}

.who-we-are-img {
  position: absolute;
  top: -20px;
}

.who-we-are-img::before {
  position: absolute;
  content: "";
  width: 80px;
  height: 80px;
  left: 0px;
  top: -20px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 5px 15px #00000042;
}

.who-we-are-img img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center;
  position: relative;
  left: 35px;
}

/* Our Processes */
/* abou-us-main */
/* gallery-section */
.filter-btn li {
  list-style: none;
  display: inline-block;
  padding: 10px 10px;
  cursor: pointer;
  position: relative;
  font-size: var(--font-size-21);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  margin: 0 10px;
  background: var(--color-f22300);
  border-radius: 10px;
}

.filter-btn li:hover,
.filter-btn .active {
  color: var(--color-ffffff);
  background: var(--color-000000);
}

.bonding-box img {
  object-fit: cover;
  height: 400px;
}

.bonding-box.gallery-box .overlay img {
  width: 30px;
  height: 30px;
}

#Container .mix {
  margin-bottom: 30px;
}

/* gallery-section */
/* contact-section */
.pq-contact-box {
  background-color: var(--color-fbfbfb);
  padding: 40px 40px;
  height: 100%;
  box-shadow: 0 5px 15px #00000042;
}

.pq-contact-box .pq-contact-box-icon {
  margin-bottom: 20px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100%;
  background-color: var(--color-f22300);
}

.pq-contact-box .pq-contact-box-icon .svg {
  width: 30px;
  height: 30px;
  object-fit: contain;
  fill: var(--color-ffffff);
  display: inline-block;
}

.pq-contact-box .pq-contact-box-content p a {
  color: var(--color-000000);
}

.pq-contact-box .pq-contact-box-content p {
  color: var(--color-000000);
  margin-bottom: 5px;
}

.map iframe {
  width: 100%;
  height: 600px;
  position: relative;
  border: 0;
}

/* contact-form */
.contact-us-form input,
.contact-us-form textarea,
.contact-us-form select {
  margin-bottom: 20px;
  background-color: var(--color-ffffff);
  width: 100%;
}

.contact-us-form .form-control {
  background-color: var(--color-ffffff);
  border: 1px solid var(--color-282828);
  color: var(--color-000000);
  width: 100%;
  float: none;
  font-size: var(--font-size-20);
  padding: 8px 15px;
  height: 50px;
  line-height: var(--line-height-inherit);
  outline: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.contact-us-form textarea.form-control {
  height: 120px;
  resize: none;
}

.contact-us-form .form-control:focus {
  border-color: var(--color-282828);
  outline: none;
  box-shadow: none;
  background-color: var(--color-ffffff);
}

.contact-form-div {
  padding: 40px 40px;
  background-color: var(--color-fbfbfb);
  box-shadow: 0 5px 15px #00000042;
}

.pq-mt-500 {
  margin-top: -400px;
}

/* contact-form */
/* contact-section */
/* services-section */
.events-list-details {
  width: 100%;
}

.events-list-div {
  padding: 50px 50px;
  display: inline-block;
  margin-bottom: 50px;
}

.events-list-div-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(90deg, #ffbcb1 0%, #ffffff 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 25% 100%, 0 75%);
  /* z-index: -1; */
  opacity: 1;
}

.events-list-div-bg2 {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(90deg, #ffffff 0%, #ffbcb1 100%);
  clip-path: polygon(0 0, 100% 0, 100% 75%, 75% 100%, 0 100%);
  /* z-index: -1; */
  opacity: 1;
}

.events-text {
  width: 100%;
  display: inline-block;
  position: relative;
}

.events-text a img {
  width: 40px;
  position: relative;
  top: -3px;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.events-text a:hover img {
  transform: translateX(10px);
}

.events-text .events-text-left {
  width: 35%;
  float: left;
}

.events-text .events-text-left .title {
  margin-bottom: 80px;
  position: relative;
}

.events-text .events-text-left .title .events-line {
  position: absolute;
  width: 100px;
  height: 6px;
  left: 10px;
  bottom: -20px;
  background: var(--color-f22300);
  opacity: 1;
}

.events-text .events-text-left .title .events-line2 {
  position: absolute;
  width: 100px;
  height: 6px;
  right: 10px;
  bottom: -20px;
  background: var(--color-f22300);
  opacity: 1;
}

.events-text .events-text-right {
  width: 65%;
  float: left;
  /* padding-right: 50px; */
}

.events-img {
  width: 65%;
  position: relative;
  top: -40px;
}

.events-img img {
  border-radius: 30px;
}

/* services-section */















.sidenav,
.mobile-toggle {
  display: none;
}

.mobile-md-none {
  display: block !important;
}

.desktop-md-none {
  display: none !important;
}

.mobile-none {
  display: block !important;
}

.desktop-none {
  display: none !important;
}

.container {
  max-width: 1560px;
}

/* responsive css */
@media only screen and (min-width: 1921px) {}

@media (max-width: 1880px) {
  .container {
    max-width: 100%;
    padding: 0 60px;
  }

  .swiper-button-next,
  .swiper-button-prev {
    right: calc((100% - 90%) / 2);
  }

  .swiper-button-prev {
    right: 140px !important;
  }
}

@media (max-width: 1780px) {
  .container {
    padding: 0 50px;
  }

  :root {
    --font-size-14: 13px;
    --font-size-16: 14px;
    --font-size-18: 16px;
    --font-size-20: 18px;
    --font-size-21: 19px;
    --font-size-22: 20px;
    --font-size-24: 22px;
    --font-size-28: 24px;
    --font-size-30: 26px;
    --font-size-32: 28px;
    --font-size-35: 30px;
    --font-size-38: 32px;
    --font-size-42: 36px;
    --font-size-60: 50px;
    --font-size-64: 54px;
    --font-size-95: 70px;
    --line-height-14: 16px;
    --line-height-16: 20px;
    --line-height-18: 22px;
    --line-height-20: 24px;
    --line-height-21: 25px;
    --line-height-22: 26px;
    --line-height-24: 28px;
    --line-height-28: 32px;
    --line-height-30: 34px;
    --line-height-32: 36px;
    --line-height-35: 38px;
    --line-height-38: 42px;
    --line-height-42: 44px;
    --line-height-60: 58px;
    --line-height-64: 64px;
    --line-height-95: 70px;
  }

  .banner-left-div .years-experience {
    left: 360px;
    width: 200px;
    height: 200px;
  }

  .banner-left-div .security-camera-img {
    top: 100px;
    width: 400px;
  }
}

@media (max-width: 1560px) {}

@media (max-width: 1480px) {
  .main-nav .nav-item {
    padding-left: 18px;
  }

  .main-nav .navbar-expand-lg .navbar-brand img,
  .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 120px;
  }

  .banner-left-div .security-camera-img {
    top: 80px;
    width: 300px;
  }

  .banner-left-div .years-experience {
    left: 320px;
    width: 150px;
    height: 150px;
  }

  .quality-icon {
    width: 45px;
    margin-right: 15px;
  }

  .quality-list {
    padding: 40px 30px;
  }

  .mt-80 {
    margin-top: 40px;
  }

  .mb-80 {
    margin-bottom: 40px;
  }

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

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

  .pt-150 {
    padding-top: 80px;
  }

  .services-box {
    padding: 30px 30px;
  }

  .services-box .services-icon {
    width: 60px;
  }

  .banner-text {
    padding-left: 32%;
  }

  .main-footer {
    padding-bottom: 10px;
  }
  .inner-banner .banner-left-div {
    height: 110%;
}
}

@media (max-width: 1366px) {}

@media (max-width: 1280px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-18: 15px;
    --font-size-20: 16px;
    --font-size-21: 17px;
    --font-size-22: 18px;
    --font-size-24: 19px;
    --font-size-28: 20px;
    --font-size-30: 22px;
    --font-size-32: 24px;
    --font-size-35: 26px;
    --font-size-38: 28px;
    --font-size-42: 34px;
    --font-size-60: 42px;
    --font-size-64: 48px;
    --font-size-95: 50px;
    --line-height-14: 14px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-20: 22px;
    --line-height-21: 24px;
    --line-height-22: 26px;
    --line-height-24: 26px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 34px;
    --line-height-38: 36px;
    --line-height-42: 42px;
    --line-height-60: 50px;
    --line-height-64: 56px;
    --line-height-95: 50px;
  }

  .container {
    padding: 0 20px;
  }

  .quality-list {
    padding: 30px 20px;
    width: 32%;
  }

  .banner-img {
    height: 500px;
  }

  .banner-img .banner-left-div .years-experience {
    left: 260px;
    width: 150px;
    height: 150px;
  }

  .banner-img .banner-left-div .security-camera-img {
    top: 30px;
    width: 200px;
    height: auto;
  }

  .inner-banner .banner-img {
    height: 300px;
  }

  .testimonials-slider {
    padding-top: 70px;
  }

  .image_testimonial .testimonial-icon {
    width: 80px;
    height: 80px;
  }

  .image_testimonial {
    margin-top: -80px;
    margin-bottom: 20px;
  }

  .testimonial_box {
    padding: 40px 20px;
    border-radius: 20px;
  }

  .footer-social a .svg {
    width: 24px;
    height: 24px;
    margin-left: 20px;
  }

  .view-more-btn {
    padding: 12px 30px;
  }

  .footer-menu .div-text {
    margin-bottom: 30px;
  }

  .footer-contact-box .main-title {
    margin-bottom: 20px;
  }

  .footer-social {
    margin: 15px 0;
  }

  .swiper-button-next,
  .swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 35px 35px;
  }

  .swiper-button-prev {
    right: 120px !important;
  }

  .gallery-slider {
    padding-top: 90px;
    margin-top: -60px;
  }

  .bonding-box img {
    object-fit: cover;
    height: 100%;
  }

  .filter-btn li {
    padding: 9px 15px;
    margin: 0 10px;
  }
}

@media (max-width: 1199.98px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-18: 15px;
    --font-size-20: 16px;
    --font-size-21: 17px;
    --font-size-22: 18px;
    --font-size-24: 19px;
    --font-size-28: 20px;
    --font-size-30: 22px;
    --font-size-32: 22px;
    --font-size-35: 26px;
    --font-size-38: 28px;
    --font-size-42: 34px;
    --font-size-60: 42px;
    --font-size-64: 48px;
    --font-size-95: 35px;
    --line-height-14: 14px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-20: 22px;
    --line-height-21: 24px;
    --line-height-22: 26px;
    --line-height-24: 26px;
    --line-height-28: 28px;
    --line-height-30: 30px;
    --line-height-32: 32px;
    --line-height-35: 34px;
    --line-height-38: 36px;
    --line-height-42: 42px;
    --line-height-60: 50px;
    --line-height-64: 56px;
    --line-height-95: 50px;
  }

  .container {
    padding: 0 20px;
  }

  .banner-img {
    height: 400px;
  }

  .banner-img .banner-left-div .years-experience {
    left: 210px;
    width: 120px;
    height: 120px;
  }

  .banner-text {
    top: 30%;
  }

  .quality-list {
    padding: 20px 10px;
    width: 30%;
  }

  .main-nav .nav-item {
    padding-left: 10px;
  }

  .main-nav .nav-item .nav-link {
    padding: 8px 8px;
    letter-spacing: 1px;
  }

  .events-list-div {
    padding: 20px 20px;
    margin-bottom: 20px;
  }

  .services-box {
    padding: 20px;
  }

  .about-us .left-content .shape {
    position: absolute;
    bottom: -23px;
    left: 6px;
  }


}

@media (max-width: 1024px) {}

@media (max-width: 991.98px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-18: 15px;
    --font-size-20: 15px;
    --font-size-21: 16px;
    --font-size-22: 18px;
    --font-size-24: 17px;
    --font-size-28: 20px;
    --font-size-30: 19px;
    --font-size-32: 20px;
    --font-size-35: 20px;
    --font-size-38: 28px;
    --font-size-42: 30px;
    --font-size-60: 34px;
    --font-size-64: 48px;
    --font-size-95: 35px;
    --line-height-14: 14px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-20: 22px;
    --line-height-21: 24px;
    --line-height-22: 26px;
    --line-height-24: 22px;
    --line-height-28: 28px;
    --line-height-30: 25px;
    --line-height-32: 32px;
    --line-height-35: normal;
    --line-height-38: 36px;
    --line-height-42: 42px;
    --line-height-60: 36px;
    --line-height-64: 56px;
    --line-height-95: normal;
  }

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    padding: 0 15px;
  }

  .main-title {
    letter-spacing: normal;
  }

  .sidenav,
  .mobile-toggle {
    display: block;
  }

  .mobile-md-none {
    display: none !important;
  }

  .desktop-md-none {
    display: block !important;
  }

  /* mob-sidenav */
  .sidenav {
    height: 100vh;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: unset;
    right: 0;
    background-color: var(--color-ffffff);
    overflow-x: hidden;
    transition: .6s ease-in-out;
    padding-top: 60px
  }

  .toggle {
    float: right;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
  }

  .toggle img {
    width: 42px;
    height: 42px;
    object-fit: cover;
    object-position: center
  }

  .mob-sidenav .closebtn {
    position: absolute;
    top: 20px;
    right: 25px;
    margin-left: 0;
  }

  .mob-sidenav .closebtn img {
    width: 25px;
    height: 25px;
    object-fit: contain;
    object-position: center;
    filter: brightness(0);
  }

  /* mob-sidenav */
  .order-lg-div {
    order: 2;
  }

  /* mob-login */
  .main-nav .navbar-expand-lg .navbar-brand img,
  .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 90px;
  }

  .banner-img .banner-left-div .security-camera-img {
    top: 50px;
    width: 155px;
  }

  .banner-btn a {
    padding-bottom: 6px;
    border-bottom: 3.5px solid var(--color-f22300);
  }

  .quality-list {
    padding: 20px 5px;
    width: 30%;
  }


  .quality-icon {
    width: 36px;
    margin-right: 12px;
  }

  .banner-img .banner-left-div .years-experience {
    left: 82%;
    width: 90px;
    height: 90px;
    bottom: 10px;
}

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

  .view-more-btn {
    padding: 6px 15px;
  }

  span.counter-desc {
    margin-bottom: 30px;
    display: block;
  }

  .section-title2 {
    margin-bottom: 0px;
  }

  .services-box {
    padding: 20px;
  }

  .view-more-text-btn img {
    width: 20px;
  }

  .about-us .left-content::before {
    bottom: 30px;
    width: 66%;
    height: 50%;
  }

  .about-us .left-content .shape {
    width: 180px;
    bottom: 40px;
    left: 10px;
  }

  .about-us .left-content .img-box {
    top: 150px;
  }

  .events-img {
    top: 0;
  }

  .events-text .events-text-left .title {
    margin-bottom: 45px;
  }

  .events-text .events-text-left .title .events-line,
  .events-text .events-text-left .title .events-line2 {
    height: 4px;
    left: 0px;
    bottom: -6px;
  }

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

  ul.filter-btn {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .pq-contact-box {
    padding: 20px;
  }

  .pq-contact-box .pq-contact-box-icon {
    margin-bottom: 15px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    align-items: center;
  }

  .pq-contact-box .pq-contact-box-icon .svg {
    width: 25px;
    height: 25px;
  }

  .pq-contact-box .pq-contact-box-content p {
    display: inline-block;
    margin-right: 20px;
  }

  .contact-form-div {
    padding: 30px;
  }

  .contact-us-form .form-control {
    padding: 8px 10px;
    height: 45px;
  }

  .bonding-box img {
    object-fit: cover;
    height: 100%;
  }

  #Container .mix {
    padding: 0 7px;
    margin-bottom: 15px;
  }

  .filter-btn li {
    list-style: none;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    position: relative;
    font-size: var(--font-size-21);
    color: var(--color-ffffff);
    font-weight: var(--font-weight-Regular);
    margin: 6px;
    background: var(--color-f22300);
    border-radius: 10px;
  }

  .footer-social::before {
    width: 80%;
  }

  .footer-social a .svg {
    width: 20px;
    height: 20px;
    margin-left: 15px;
  }

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

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

  .pq-mt-500 {
    margin-top: -300px;
  }
  .banner-left-div {
    width: 30%;
    height: 100%;
}
.about-section {
  margin-top: 40px;
}
.about-text {
  margin-top: 50px;
}
}

@media (max-width: 800px) {}

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

  .desktop-none {
    display: block !important;
  }

  .order-md-div {
    order: 2;
  }

  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-18: 15px;
    --font-size-20: 15px;
    --font-size-21: 16px;
    --font-size-22: 18px;
    --font-size-24: 14px;
    --font-size-28: 20px;
    --font-size-30: 19px;
    --font-size-32: 20px;
    --font-size-35: 20px;
    --font-size-38: 28px;
    --font-size-42: 30px;
    --font-size-60: 30px;
    --font-size-64: 48px;
    --font-size-95: 35px;
    --line-height-14: 14px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-20: 22px;
    --line-height-21: 24px;
    --line-height-22: 26px;
    --line-height-24: normal;
    --line-height-28: 28px;
    --line-height-30: 25px;
    --line-height-32: 32px;
    --line-height-35: normal;
    --line-height-38: 36px;
    --line-height-42: 42px;
    --line-height-60: 36px;
    --line-height-64: 56px;
    --line-height-95: normal;
  }

  .banner-text {
    padding-left: 36%;
  }

  .quality-list {
    padding: 15px 5px;
    width: 32%;
  }

  .gallery-bg::before {
    width: 200px
  }

  .testimonials-slider .swiper-slide {
    padding: 50px;
  }

  .testimonial_box {
    padding: 20px;
  }

  .testimonials-slider {
    padding-top: 48px;
  }

  .about-us .left-content .img-box {
    top: 0px;
  }

  .inner-about-right {
    margin-top: 50px;
  }

  .about-us .left-content::before {
    bottom: -45px;
    width: 66%;
    height: 50%;
  }

  .about-us .left-content .shape {
    width: 100px;
    bottom: -30px;
    left: 10px;
  }

  .sec-title {
    display: flex;
    justify-content: center;
  }

  .sec-title img {
    width: 100px;
    margin-top: 20px;
  }

  .pq-contact-box {
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .gallery-slider {
    padding-top: 60px;
    margin-top: -60px;
}
}

@media (max-width: 575.98px) {

}

@media (max-width: 480px) {
  :root {
    --font-size-14: 12px;
    --font-size-16: 13px;
    --font-size-18: 15px;
    --font-size-20: 15px;
    --font-size-21: 13px;
    --font-size-22: 18px;
    --font-size-24: 14px;
    --font-size-28: 18px;
    --font-size-30: 16px;
    --font-size-32: 15px;
    --font-size-35: 18px;
    --font-size-38: 28px;
    --font-size-42: 20px;
    --font-size-60: 24px;
    --font-size-64: 48px;
    --font-size-95: 26px;
    --line-height-14: 14px;
    --line-height-16: 18px;
    --line-height-18: 20px;
    --line-height-20: 22px;
    --line-height-21: 24px;
    --line-height-22: 26px;
    --line-height-24: normal;
    --line-height-28: normal;
    --line-height-30: 25px;
    --line-height-32: normal;
    --line-height-35: normal;
    --line-height-38: 36px;
    --line-height-42: normal;
    --line-height-60: normal;
    --line-height-64: 56px;
    --line-height-95: normal;
    --font-weight-Bold: 600;
  }

  .main-nav .navbar-expand-lg .navbar-brand img,
  .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 75px;
  }

  .main-nav {
    padding: 10px 0px;
  }

  .main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand img,
  .main-header.g_shrink .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 60px;
  }

  .div-title {
    margin-bottom: 5px;
  }

  .main-title-border {
    height: 3px;
  }

  .services-box .services-icon {
    width: 40px;
  }

  .contact-form-div {
    padding: 15px;
  }

  .view-more-btn:hover {
    border: solid 2px var(--color-f22300);
  }

  .view-more-btn {
    border: solid 2px var(--color-f22300);
  }

  .pq-contact-box .pq-contact-box-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .pq-contact-box .pq-contact-box-icon .svg {
    width: 20px;
    height: 20px;
  }

  .contact-us-form textarea.form-control {
    height: 100px;
    resize: none;
  }

  .contact-us-form .form-control {
    padding: 6px 8px;
    height: 35px;
  }

  .view {
    display: flex;
    justify-content: center;
  }

  .contact-us-form input,
  .contact-us-form textarea,
  .contact-us-form select {
    margin-bottom: 15px;
  }

  .section-title {
    line-height: 28px;
  }

  .quality-list {
    padding: 15px 5px;
    width: 46%;
    margin: 5px;
    border-left: 5px solid var(--color-f22300);
    display: flex;
    align-items: center;
  }

  .quality-box {
    display: flex;
    flex-wrap: wrap;
  }

  .banner-img .banner-left-div .years-experience {
    left: 10px;
    width: 70px;
    height: 70px;
    bottom: -30px;
}

  .events-text1 {
    padding: 0 15px;
    display: flex;
    flex-direction: column-reverse;
  }

  .banner-img .banner-left-div .security-camera-img {
    top: 20px;
    width: 90px;
}

  .swiper-button-prev {
    right: 70px !important;
  }

  .gallery-bg::before {
    width: 150px;
  }

  .testimonials-slider .swiper-slide {
    padding: 25px;
  }

  .services-box::before {
    width: 7px;
  }

  .pb-20 {
    padding-bottom: 10px;
  }

  .banner-btn a {
    padding-bottom: 4px;
    border-bottom: 2px solid var(--color-f22300);
  }

  .inner-banner .banner-img {
    height: 200px;
  }
  .inner-banner .banner-img::before {
    opacity: 0.7;
  }
  .pt-150 {
    padding-top: 50px;
  }

  .about-us .left-content::before {
    bottom: -20px;
    width: 66%;
    height: 80%;
  }

  .about-us .inner-container {
    padding: 0 0 15px 20px;
    position: relative;
    height: 100%;
    width: 100%;
  }

  .about-us .left-content .shape {
    bottom: -10px;
  }

  .sec-title img {
    width: 70px;
    margin-top: 20px;
  }

  .events-img {
    width: 100%;
    position: relative;
    top: -40px;
  }

  .events-img img {
    border-radius: 10px;
  }

  .events-text .events-text-right {
    width: 100%;
  }

  .events-text .events-text-right p {
    text-align: left;
  }

  .events-list-div {
    padding: 0px;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .events-list-div {
    margin-bottom: 50px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }

  .events-text .events-text-left .title {
    margin-bottom: 20px;
    text-align: left;
  }

  .events-list-div-bg,
  .events-list-div-bg2 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #ffbcb1 0%, #ffffff 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 5% 100%, 0 95%);
    /* z-index: -1; */
    opacity: 1;
    border-radius: 10px;
  }

  .events-img {
    width: 100%;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }

  .events-text .events-text-left .title .events-line,
  .events-text .events-text-left .title .events-line2 {
    height: 2px;
  }

  .events-text {
    padding: 0 15px;
  }

  .events-text .events-text-left {
    width: 100%;
    /* float: left; */
    display: flex;
    justify-content: space-between;
  }

  .events-text-left a {
    text-align: right;
    color: var(--color-f22300) !important;
    font-weight: var(--font-weight-Bold);
  }

  .footer-menu .div-text {
    margin-bottom: 14px;
    margin-top: 20px;
  }

  .footer-social::before {
    width: 65%;
  }

  .footer-contact li {
    padding-left: 35px;
    margin-bottom: 8px;
  }

  .banner-text {
    padding-left: 0;
}
  .about-text {
    margin-top: 30px;
  }

  .footer-contact li .svg {
    width: 22px;
    height: 22px;
  }

  .pq-mt-500 {
    margin-top: 20px;
  }

  .mobile-flex {
    display: flex;
    order: 2;
  }

  .map iframe {
    width: 100%;
    height: 350px;
    position: relative;
    border: 0;
  }

  .pq-section h5 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .banner-img {
    height: 280px;
}
.banner-left-div img {
  display: none;
}
.banner-left-div .years-experience {
  display: block;
}
}

@media (max-width: 375px) {}

@media (max-width: 320px) {}

/* responsive css */