@import url(../css/fancybox.css);
@import url(../css/aos.css);
@import url(../css/animate.css);
@import url(../css/swiper.min.css);
@import url(../css/default.css);
@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:wght@200;300;400;500;600;700&family=Marcellus&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");
:root {
  /* Colors: */
  --color-e3000f: #e3000f;
  --color-f8de33: #f8de33;
  --color-969696: #969696;
  --color-000000: #000000;
  --color-ffffff: #ffffff;
  /* Font/text values */
  --font-family-Marcellus: 'Marcellus', serif;
  --font-style-normal: normal;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-21: 21px;
  --font-size-25: 25px;
  --font-size-34: 34px;
  --font-size-37: 37px;
  --font-size-42: 42px;
  --font-size-50: 50px;
  --font-size-55: 55px;
  --font-size-60: 60px;
  --font-size-67: 67px;
  --font-size-78: 78px;
  --font-size-100: 100px;
  --font-size-119: 119px;
  --font-size-281: 281px;
  --character-spacing-0: 0px;
  --line-height-24: 24px;
  --line-height-28: 28px;
  --line-height-30: 30px;
  --line-height-32: 32px;
  --line-height-36: 36px;
  --line-height-40: 40px;
  --line-height-46: 46px;
  --line-height-60: 60px;
  --line-height-70: 70px;
  --line-height-88: 88px;
  --line-height-100: 100px;
  --line-height-inherit: inherit;
  --text-transform-uppercase: uppercase;
  --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;
}
body {
  font-family: "IBM Plex Sans", sans-serif;
  font-weight: var(--font-weight-Regular);
  font-style: var(--font-style-normal);
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  margin: 0;
  padding: 0;
}
.clr {
  width: 100%;
  float: left;
}
.img {
  width: 100%;
}
a,
.btn,
button {
  color: var(--color-e3000f);
  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-60BB51);
  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-000000);
  text-transform: normal;
  margin-bottom: 15px;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
}
header,
footer,
section {
  width: 100%;
  float: left;
}
hr {
  border-bottom: 1px solid var(--color-ebbd07);
  border-top: 0 none;
  margin: 50px 0;
  padding: 0;
  opacity: 1;
}
p {
  font-size: var(--font-size-20);
  line-height: var(--line-height-32);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 15px;
  text-align: justify;
  margin-bottom: 15px;
}
.p-content {
  font-size: var(--font-size-20);
  line-height: var(--line-height-32);
  font-weight: var(--font-weight-Regular);
  color: var(--color-e3000f);
  margin-bottom: 15px;
  letter-spacing: 1px;
}
.small-text {
  font-size: var(--font-size-16);
  line-height: var(--line-height-24);
  font-weight: var(--font-weight-Regular);
  color: var(--color-000000);
  margin-bottom: 10px;
}
.text {
  font-size: var(--font-size-34);
  line-height: var(--line-height-46);
  color: var(--color-ffffff);
  margin-bottom: 20px;
  letter-spacing: 3px;
}
.main-title {
  font-size: var(--font-size-100);
  line-height: var(--line-height-100);
  color: var(--color-e3000f);
  margin-bottom: 30px;
  font-family: var(--font-family-Marcellus);
  font-weight: var(--font-weight-Bold);
}
.section-title {
  font-size: var(--font-size-55);
  line-height: var(--line-height-70);
  margin-bottom: 15px;
  font-family: var(--font-family-Marcellus);
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.title {
  font-size: var(--font-size-50);
  line-height: var(--line-height-60);
  color: var(--color-e3000f);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Marcellus);
}
.banner-sub-title {
  font-size: var(--font-size-78);
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Marcellus);
}
.div-title {
  font-size: var(--font-size-34);
  line-height: var(--line-height-46);
  font-weight: var(--font-weight-Regular);
  margin-bottom: 20px;
}
.div-sub-title {
  font-size: var(--font-size-25);
  line-height: var(--line-height-36);
  color: var(--color-000000);
  font-weight: var(--font-weight-Bold);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.sub-title {
  font-size: var(--font-size-20);
  line-height: var(--line-height-30);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
}
/* button */
.explore-more-text {
  display: inline-block;
}
.explore-more-text-btn {
  font-size: var(--font-size-25);
  line-height: var(--line-height-inherit);
  color: var(--color-000000);
  font-weight: var(--font-weight-900);
  display: inline-block;
  font-family: var(--font-family-Marcellus);
  border: none;
  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;
  margin-top: 20px;
}
.explore-more-text-btn:hover {
  color: var(--color-e3000f);
  letter-spacing: 1px;
}
.explore-more-text-btn img {
  width: 25px;
}
/* button */
.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-e3000f {
  color: var(--color-e3000f) !important;
}
.color-f8de33 {
  color: var(--color-f8de33) !important;
}
.color-000000 {
  color: var(--color-000000) !important;
}
.view-more-text {
  display: inline-block;
}
.view-more-text-btn {
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  color: var(--color-b61f24);
  font-weight: var(--font-weight-Bold);
  display: inline-block;
  background: transparent;
  position: relative;
  z-index: 2;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 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;
}
.view-more-text-btn:hover {
  color: var(--color-000000);
}
.view-more-text-btn .arrow::before {
  position: absolute;
  content: "";
  left: 85%;
  width: 50px;
  height: 2px;
  bottom: 12px;
  background: var(--color-b61f24);
  -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 .arrow::before {
  background: var(--color-000000);
}
.view-more-text-btn .arrow .svg {
  width: 25px;
  height: 25px;
  object-fit: contain;
  transform: translateX(0px);
  -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;
  opacity: 0;
}
.view-more-text-btn:hover .svg {
  transform: translateX(50px);
  opacity: 1;
}
.view-more-text-btn:hover .svg {
  fill: var(--color-ebbd07)
}

.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-ffffff);
  font-weight: var(--font-weight-SemiBold);
  padding: 12px 30px;
  border-radius: 10px;
  border: none;
  background: var(--color-e3000f);
  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 {
  background: var(--color-f8de33);
  color: var(--color-000000);
  -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);
}
.img-zoom2 .zoom {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -ms-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
.img-zoom2:hover .zoom {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.main-nav.g_shrink {
  position: fixed;
  background: var(--color-086f99);
  -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;
  border-bottom: 1px solid #ebebeb;
  top: 0;
  background-color: white;
}
.main-nav.g_shrink .navbar-expand-lg .navbar-brand img,
.main-nav.g_shrink .navbar-expand-lg .navbar-brand .svg {
  width: 200px;
  -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 {
  position: fixed;
  z-index: 999;
}
.main-nav {
  background: #ffffffbd;
  width: 100%;
  float: left;
}
.main-nav .navbar {
  padding: 0;
  width: 100%;
  float: left;
}
.main-nav .navbar-expand-lg .navbar-brand {
  padding: 10px 0;
  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;
}
.main-nav .navbar-expand-lg .navbar-brand img,
.main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 440px;
  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 .navbar-nav .nav-item .nav-link {
  position: relative;
  display: block;
  color: var(--color-000000);
  font-size: var(--font-size-20);
  line-height: var(--line-height-inherit);
  padding: 10px 10px;
  font-family: var(--font-family-Marcellus);
  font-weight: 300;
  letter-spacing: 1px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 40px;
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--color-e3000f);
}
.main-nav .navbar-nav .nav-item .nav-link:focus,
.main-nav .navbar-nav .nav-item.active .nav-link,
.main-nav .navbar-nav .nav-item .nav-link.active {
  color: var(--color-e3000f);
}
.main-nav .navbar-nav .nav-item .nav-link.show,
.main-nav .navbar-nav .nav-item .show>.nav-link {
  color: var(--color-e3000f);
}
.main-nav .navbar-nav .tracking-btn .nav-link {
  color: var(--color-ffffff);
  padding: 10px 20px;
  background: var(--color-b61f24);
  border-radius: 5px;
}
.main-nav .navbar-nav .tracking-btn:hover .nav-link {
  background: var(--color-071245);
  color: var(--color-ffffff);
}
/* dropdown-menu */
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:focus,
.main-nav .navbar-nav .nav-item.dropdown .dropdown-item:hover {
  background-color: transparent;
}
.main-nav .navbar-nav .dropdown .dropdown-menu {
  margin: 0;
  top: 100%;
  padding: 0px;
  background-color: var(--color-ffffff);
  border: none;
  box-shadow: 0px 0px 10px -4px #0000009d;
  z-index: 9;
  left: 0;
  width: 300px;
  border-radius: 0;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  float: right;
  font-size: var(--font-size-20);
  color: var(--color-000000);
  background: var(--color-ff8900);
  border-bottom: 1px solid #f1f1f1;
  font-family: var(--font-family-Marcellus);
  font-weight: 300;
  padding: 10px;
}
.main-nav .navbar-nav .dropdown .dropdown-menu .dropdown-item:hover {
  color: var(--color-ffffff);
  background: var(--color-e3000f);
}
.dropdown-toggle {
  white-space: nowrap;
}
.main-nav .navbar-nav .nav-item .dropdown-toggle::after {
  display: inline-block;
  margin-left: 10px;
  vertical-align: 1px;
  content: "";
  border-top: 9px solid #636363;
  border-right: 7px solid transparent;
  border-bottom: 0;
  border-left: 7px solid transparent;
  top: -1px;
  position: relative;
}
/* dropdown-menu */
/* main-header */
/* banner-section */
.banner-img {
width: 100%;
height: 85vh;
}
/* .banner-img::before {
position: absolute;
content: "";
left: 0;
top: 0;
width: 100%;
height: 100%;
background: var(--color-000000);
opacity: 0.7;
} */
.banner-text {
  position: absolute;
  top: 44%;
  width: 100%;
  left:0;
  right: 0;
  text-align: center;
  z-index: 9;
}
.main-slider .swiper-slide::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  z-index: 1;
  opacity: 0.5;
}
/* .banner-right-img {
  position: relative;
  width: 480px;
  bottom: 20px;
  right: 140px;
  overflow: hidden;
}
.banner-section .carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  padding-top: 0;
  padding-bottom: 0;
  text-align: left;
}
.banner-text {
  width: 100%;
  height: 100vh;
}
.carousel-indicators [data-bs-target] {
  height: 5px;
}
.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: var(--color-ffffff);
} */
/* banner-section */
/* .hero-slider {
  width: 100%;
  height: 700px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 0;
}
.hero-slider .swiper-slide {
  overflow: hidden;
}
.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
}
.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */
/* help-you */
.help-you::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg/bg1.png);
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
  z-index: -1;
}
.help-you-box .section-title span {
  color: var(--color-e3000f);
}
.product-catalogue-img {
  position: relative;
  width: 100%;
  height: 100%;
}
.product-catalogue-img .img-top {
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 35%;
  height: 60%;
  z-index: 1;
  object-fit: cover;
  border: solid 20px var(--color-ffffff);
}
.product-catalogue-img .img-bottom {
  width: 100%;
  padding-bottom: 50px;
  padding-left: 50px;
}
.about-us-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg/about-us-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 1;
  z-index: -1;
}
.about-us-section::after {
  content: "";
  position: absolute;
  width: 74%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffffad 50%, #ffffff00 100%);
  opacity: 01;
  z-index: -1;
}
/* help-you */
/* filter-gallery */
.menu-show-list-box .col-xl-4.col-12 {
  margin-bottom: 30px;
}
.filter-btn li {
  font-size: var(--font-size-25);
  line-height: var(--line-height-inherit);
  font-weight: var(--font-weight-Medium);
  color: var(--color-000000);
  text-transform: uppercase;
  border-bottom: 4px solid var(--color-e3000f);
  border-radius: 0;
  display: inline-block;
  padding: 12px 15px;
  margin: 50px 10px 0;
  cursor: pointer;
}
.filter-btn li.active,
.filter-btn li:hover {
  color: var(--color-e3000f);
  border-bottom: 4px solid var(--color-f8de33);
}
/* .home-project-box {
  height: 350px;
  width: 100%;
  background: #eeece6;
} */
.home-project-box img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  object-position: center;
}
.home-project-box:hover .div-title {
 color: var(--color-e3000f);
}
.certificate-year.parent {
  position: relative;
}
.cata-sub-nav {
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  margin: 0px 40px;
  margin-bottom: 40px;
}
.cata-sub-nav::-webkit-scrollbar {
  display: none;
}
/* filter-gallery */
/* msd-counter */
.msd-counter {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.counter-title {
  font-weight: var(--font-weight-Light);
}
.counter-desc {
  font-weight: var(--font-weight-Medium);
}
/* msd-counter */
/* clients */
.clients-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.clients-img {
  width: 100%;
  height: 100%;
}
.clients-section-img {
  background: white;
  /* padding: 20px; */
  box-shadow: rgba(0, 0, 0, 0.21) 0px 0px 10px 0px;
  /* height: 150px; */
  text-align: center;
  /* line-height: 100px; */
  transform: translate(0);
  transition: 1s ease-in-out;
  border-radius: 0;
  margin: 20px 10px;
}
.clients-section-img:hover {
  transform: translateY(-10px);
}
/* clients */
/* testomonial */
.testomonial-section-bg {
  position: absolute;
  width: 100%;
  top: 80px;
  left: 0;
}
.textomonial-star {
  margin-bottom: 25px;
}
.textomonial-star .svg, .textomonial-star img {
  width: 30px !important;
  height: 30px;
}
.textomonial-line {
  width: 70px;
  height: 5px;
  background: var(--color-e3000f);
}
.textomonial-cline-name {
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-Medium);
  color: var(--color-000000);
  padding-top: 20px;
}
.textomonial-cline-position {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-Regular);
  font-style: italic;
  color: var(--color-969696);
}
.Testimonial-box {
  background: var(--color-ffffff);
  box-shadow: 0px 0px 16px 0 #0000004a;
  border-radius: 20px;
  text-align: center;
  width: 100%;
  padding: 50px;
  padding-bottom: 70px;
}
.testomonial-slider .swiper-button-prev {
  background-image: none;
}
.testomonial-slider .swiper-button-prev img {
  width: 30px;
}
.testomonial-slider .swiper-button-next {
  background-image: none;
}
.testomonial-slider .swiper-button-next img {
  width: 30px;
}
.testomonial-slider {
  padding: 80px 40px;
}
.testomonial-slider .swiper-slide.swiper-slide-active {
  transform: scale(1);
  opacity: 1;
}
/* .testomonial-slider .swiper-slide.swiper-slide-duplicate {
  transform: scale(0.5);
  opacity: .5;
} */
.testomonial-slider .swiper-slide {
  transform: scale(0.8);
  opacity: .5;
}
.textomonial-sign span {
  position: absolute;
  font-size: 180px;
  line-height: 0;
  color: var(--color-e3000f);
  right: 0;
  top: -40px;
  rotate: 180deg;
  display: inline-block;
}
.textomonial-arrow {
  position: absolute;
  bottom: -45px;
  left: 0;
  right: 0;
}
.textomonial-arrow img {
  border: 2px solid var(--color-e3000f);
  border-radius: 100px;
  width: 90px;
  height: 90px;
  object-fit: contain;
  background: var(--color-ffffff);
}
/* testimonial-slider */
/* partners */
.partners-section {
  background-image: url(../images/partners/bg.jpg);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
.partner-wrapper {
  padding: 0px 100px;
  position: relative;
}

.partner-wrapper .client-pagination {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 0;
}
.partner-wrapper .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  display: inline-block;
  border-radius: 100%;
  border: none;
  margin: 5px;
  background: var(--color-ffffff);
  position: relative;
  z-index: 1;
}
.partner-wrapper .swiper-pagination-bullet-active {
  background: var(--color-e3000f);
}
/* partners */
/* like-to-us */
.like-to-section {
  position: relative;
  background: #eeece68c;
}
.like-to-section-number a {
  font-size: var(--font-size-20);
  color: var(--color-000000);
  padding: 10px 18px;
  background: var(--color-f8de33);
  font-weight: var(--font-weight-SemiBold);
  border-radius: 10px;
  margin: 0 20px;
}
.like-to-section-number img {
  width: 38px;
}
.top-project {
  position: relative;
  z-index: 9;
}
.like-to-section-box {
  background: #fff;
  padding: 50px 50px;
  border-radius: 30px;
  margin-top: -240px;
  position: relative;
  box-shadow: 0 4px 16px #00000057;
}
.home-project-box img {
 border-radius: 30px 0;
}
.home-project-box .div-sub-title {
 margin-bottom: 0;
 margin-top: 20px;
}
.projects .row>* {
  padding-right: calc(var(--bs-gutter-x)* .8);
  padding-left: calc(var(--bs-gutter-x)* .8);
}
/* like-to-us */
/* footer */
.footer-section {
  position: relative;
}
.footer-section::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg/footer-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
}
.footer-logo img {
  width: 90%;
}
.footer-contact li a {
  position: relative;
  padding-left: 50px;
}
.footer-contact li a img {
  position: absolute;
  left: 0;
  top: 10px;
}
.footer-contact ul li {
  padding: 15px 0;
  display: grid;
  font-size: var(--font-size-21);
  line-height: var(--line-height-30);
  font-weight: var(--font-weight-Medium);
}
.footer-menu img {
  width: 25px;
}
.footer-menu li a span {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
}
.footer-menu li a {
  color: var(--color-e3000f);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Marcellus);
  font-weight: var(--font-weight-Bold);
}
.footer-Projects ul li {
  padding: 15px 0;
}
.footer-Projects li a {
  color: var(--color-ffffff);
  font-weight: var(--font-weight-Regular);
  font-family: var(--font-family-Marcellus);
  padding: 20px 0;
}
.footer-Projects li a:hover {
  color: var(--color-e3000f);
}
.Social {
  padding-top: 50px;
}
.Social ul li {
  float: left;
  padding-right: 10px;
}
.Social ul li img {
  width: 45px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.Social ul li img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.copyright .p-content {
  color: var(--color-969696);
  font-weight: var(--font-weight-Regular);
  padding-top: 50px;
}
.copyright .p-content a {
  color: var(--color-e3000f);
  font-weight: var(--font-weight-Regular);
}
/* footer */
/* footer whatsapp*/
.whatsapp {
  position: fixed;
  bottom: 70px;
  right: 40px;
  z-index: 99;
}
.whatsapp img {
  width: 50px;
}
/* footer whatsapp */
/* page-title */
.breadcrums-section {
  padding-top: 200px;
  color: var(--color-ffffff);
  position: relative;
  overflow: hidden;
  height: 400px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.breadcrum-contain {
  position: absolute;
  z-index: 1;
}
.breadcrums-section:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color-000000);
  opacity: .55;
}
.breadcrumb {
  padding: 0 0;
  margin-bottom: 0;
}
.inside-intro .container {
  position: relative;
  z-index: 9;
}
.inside-intro img {
  position: absolute;
  z-index: 0;
  top: 0;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  left: 0;
  height: 100%;
  /* opacity: 0.8; */
}
.breadcrumb-item+.breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: var(--color-e3000f);
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item {
  font-size: var(--font-size-18);
  letter-spacing: 1px;
  font-weight: var(--font-weight-300);
  line-height: 2;
  font-family: var(--font-family-Marcellus);
}
/* page-title */
/* contact-us */
.contact-section-circle {
  position: absolute;
  width: 200px;
  height: 200px;
  top: -45px;
  left: -29px;
  background: var(--color-2c4247);
  border-radius: 50%;
  z-index: -1;
}
.contact-left-part-rectangel {
  width: 100px;
  height: 10px;
  background: var(--color-e68200);
}
.contact-left-part .section-title {
  padding: 30px 0;
}
.contact-section .footer-menu li a span {
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
}
.contact-section .footer-contact {
  padding: 50px 150px;
}
.contact-section .footer-contact li a img {
  position: absolute;
  left: 0;
  top: 10px;
  background: white;
  padding: 0;
  border-radius: 0;
  transform: translate(0);
  transition: 1s;
}
.contact-section .footer-contact li a img:hover {
  box-shadow: 1px 1px 9px 2px #00000063;
  transform: translatey(-5px);
}
.contact-services-from.desktop-contact {
  padding: 50px 50px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 3px 36px #01234826;
  position: relative;
  margin-bottom: 100px;
}
.contact-from .explore-more-text-btn {
  padding: 10px 30px;
  background: var(--color-e3000f);
  color: var(--color-ffffff);
  border-radius: 10px;
}
.form-control1 {
  width: 100%;
  border: solid 1px #beb8b8;
  font-size: 16px;
  color: #666666;
  padding: 5px 20px;
  height: 50px;
  border-radius: 10px;
  appearance: none importantl;
}
.form-control2 {
  width: 100%;
  border: solid 1px #beb8b8;
  font-size: 16px;
  color: #666666;
  padding: 5px 20px;
  height: 80px;
  border-radius: 10px;
}
.form-control:focus {
  outline: 0;
  box-shadow: none;
}
.contact-from .form-group {
  margin-bottom: 30px
}
.contact-from .form-group {
  height: 100%;
  width: 100%;
  position: relative
}
.contact-from .form-group .form-check-input {
  margin-top: 7px;
}
.contact-from .form-group .form-control {
  width: 100%;
  border: 2px solid #ffffff;
  background: transparent;
  font-size: 16px;
  color: var(--color-666666);
  padding: 5px 8px;
  height: 45px;
  border-radius: 0
}
.contact-from .form-group .input-data {
  height: 100%;
  width: 100%;
  position: relative
}
.contact-from .form-group .input-data .form-control {
  width: 100%;
  border: solid 1px #beb8b8;
  font-size: 16px;
  color: #666666;
  padding: 5px 20px;
  height: 50px;
  border-radius: 10px;
}
.contact-from .form-group .input-data textarea.form-control {
  height: 100px;
  resize: none;
  border-radius: 10px
}
.contact-from .form-group .input-data .form-control:focus~label,
.contact-from .form-group .input-data .form-control:valid~label {
  transform: translateY(-20px);
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  background: #fff;
  padding: 0;
  margin: 0;
}
.contact-from .form-group .input-data label {
  transform: translateY(-20px);
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  background: #fff;
  padding: 0;
  position: absolute;
  top: 7px;
  left: 14px;
  margin: 0;
  pointer-events: none;
  transition: all .3s ease
}
.contact-from .form-group .input-data .optional {
  right: 10px;
  left: unset
}
.form-check-label {
  margin-bottom: 0;
  font-size: 10px
}
.contact-from .form-group .view-more-btn {
  border: none
}
.map-address-section {
  position: relative
}
.contact-address i {
  position: relative;
  top: 0;
  margin: 0 10px 0 0;
}
.contact-address a {
  margin-bottom: 0;
  color: var(--color-505050);
}
.contact-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.address1 {
  border-radius: 20px;
  background: var(--color-ffffff);
  box-shadow: 0 2px 2px #0000005c;
  -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;
}
.address1 iframe {
  border-radius: 0 0 20px 20px;
}
.address1:hover {
  box-shadow: 0 4px 4px #0000005c;
}
.address1 .div-title {
  color: var(--color-000000);
  margin: 20px;
}
.address1 p {
  padding: 0 20px;
}
.address1 img {
  padding: 20px 0 0 20px;
}
/* contact-us */
/* testimonial-page */
.testimonial-page .Testimonial-box {
  transform: translateY(0);
  transition: 1s ease-in-out;
  padding: 30px;
  margin-top: 50px;
}
.testimonial-page .Testimonial-box p {
  margin: 30px 0;
}
.testimonial-page .Testimonial-box:hover {
  transform: translateY(-20px);
}
.testimonial-page .textomonial-sign {
  color: #0606063d;
}
/* 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: 0;
  border-radius: 0 10px 10px 0;
  z-index: -1;
  background: var(--color-e3000f);
  width: 70%;
  height: 70%;
}
.about-us .left-content .shape {
  position: absolute;
  bottom: -70px;
  left: -70px;
}
.about-us .left-content .inner-col {
  float: right;
  margin-bottom: 55px;
  width: 100%;
}
.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: #ff8a73;
  left: -50px;
  top: -6px;
}
.about-us .left-content .img-box .dot:nth-child(2) {
  background: #ffe6da;
  left: -12px;
  top: 35px;
}
.about-us .left-content .img-box .dot:nth-child(3) {
  background: #4ff0e3;
  left: 27px;
  top: 76px;
}
.about-us .left-content .img-box .dot:nth-child(4) {
  background: #d5f8f6;
  left: 68px;
  top: 115px;
}
.about-us .left-content .img-box .dot {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: absolute;
  z-index: 1;
}
@keyframes animTextBg {
  0% {
    background-position: right bottom;
  }
  50% {
    background-position: left bottom;
  }
  100% {
    background-position: right bottom;
  }
}
/* abou-us-main */
.about-us-main-box .section-title span {
  color: var(--color-f8de33);
}
.box-bg {
  padding: 50px;
  border-radius: 15px;
  background-color: var(--color-ffffff);
  margin-bottom: 60px;
  display: block;
  align-items: center;
  -webkit-box-shadow: 0 0px 20px 0 #000a461a;
  box-shadow: 0 0px 20px 0 #000a461a;
  position: relative;
}
.box-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: url(../images/bg/achievement-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  opacity: 0.3;
}
.about-us-main-section-gallery-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.about-us-gallery-img img {
  object-fit: cover;
  height: 600px;
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 0px 20px 0 #000a461a;
  overflow: hidden;
}
.about-us-main-contain {
  padding: 0 50px;
}
.about-slider .swiper-slide.swiper-slide-duplicate.swiper-slide-next.swiper-slide-duplicate-prev img {
  border-radius: 20px;
}
.bg-gray {
  background-color: #f9f9f9;
}
.we-offer-area .item {
  background: #ffffff none repeat scroll 0 0;
  border-left: 2px solid #e3000f;
  -moz-box-shadow: 0 0 10px #cccccc;
  -webkit-box-shadow: 0 0 10px #cccccc;
  -o-box-shadow: 0 0 10px #cccccc;
  box-shadow: 0 0 10px #cccccc;
  overflow: hidden;
  padding: 30px;
  position: relative;
  z-index: 1;
}
.we-offer-area.text-center .item {
  background: #ffffff none repeat scroll 0 0;
  /* border: medium none; */
  padding: 50px;
  border-radius: 20px;
}
.we-offer-area.text-center .item p {
  margin-bottom: 0;
  margin-top: 15px;
  text-align: center;
}
.we-offer-area.text-center .item h4 {
  margin-top: 15px;
  text-transform: uppercase;
}
.we-offer-area.text-center .item i {
  background: #e3000f none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  font-size: 40px;
  height: 80px;
  line-height: 80px;
  position: relative;
  text-align: center;
  width: 80px;
  z-index: 1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  margin-bottom: 25px;
}
.we-offer-area.text-center .item i::after {
  border: 2px solid #e3000f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 90px;
  left: -5px;
  position: absolute;
  top: -5px;
  width: 90px;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.we-offer-area.item-border-less .item {
  border: medium none;
}
.we-offer-area .our-offer-items.less-carousel .equal-height {
  margin-bottom: 30px;
}
.we-offer-area.item-border-less .item .number {
  font-family: "Marcellus", sans-serif;
  font-size: 50px;
  font-weight: 900;
  opacity: 0.1;
  position: absolute;
  right: 30px;
  top: 30px;
}
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item,
.we-offer-area.center-active .single-item:nth-child(2n) .item {
  background: #e3000f none repeat scroll 0 0;
}
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item i,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item h4,
.our-offer-carousel.center-active .owl-item:nth-child(2n) .item p,
.we-offer-area.center-active .single-item:nth-child(2n) .item i,
.we-offer-area.center-active .single-item:nth-child(2n) .item h4,
.we-offer-area.center-active .single-item:nth-child(2n) .item p {
  color: #ffffff;
}
.we-offer-area .item i {
  color: #e3000f;
  display: inline-block;
  font-size: 60px;
  margin-bottom: 20px;
}
.we-offer-area .item i,
.we-offer-area .item h4,
.we-offer-area .item p {
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
}
.we-offer-area .item::after {
  background: #e3000f none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: -100%;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  width: 100%;
  z-index: -1;
}
.we-offer-area .item:hover::after {
  left: 0;
}
.we-offer-area .item:hover i,
.we-offer-area .item:hover h4,
.we-offer-area .item:hover p {
  color: #ffffff !important;
}
.we-offer-area.text-center .item:hover i::after {
  border-color: #ffffff !important;
}
.we-offer-area.text-center .item:hover i {
  background-color: #ffffff !important;
  color: #e3000f !important;
}
.we-offer-area.text-left .item i {
  background: #e3000f none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 60px;
  height: 100px;
  line-height: 100px;
  margin-bottom: 30px;
  position: relative;
  width: 100px;
  z-index: 1;
  text-align: center;
}
.we-offer-area.text-left .item i::after {
  border: 2px solid #e3000f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: "";
  height: 120px;
  left: -10px;
  position: absolute;
  top: -10px;
  width: 120px;
}
.objectives-list ul li {
  font-size: var(--font-size-25);
  line-height: var(--line-height-32);
  color: var(--color-000000);
  font-weight: var(--font-weight-Regular);
  margin-top: 25px;
  padding-left: 50px;
  position: relative;
  text-align: left;
}
.objectives-list ul li img {
  position: absolute;
  left: 0;
  top: 0%;
  width: 30px;
}
/* commercial */
/* masonry */
.masonry {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-gap: 1em;
  column-gap: 1em;
  -moz-column-gap: 1.5em;
  -webkit-column-gap: 1.5em;
  column-gap: 2em;
}
.masonry .item {
  display: inline-block;
  background: #fff;
  margin: 0 0 2em;
  width: 100%;
  -webkit-transition: 1s ease all;
  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; */
}
.masonry .item img {
  max-width: 100%;
  width: 100%;
}
@media only screen and (max-width: 320px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (max-width: 575px) {
  .masonry {
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }
}
@media only screen and (min-width: 576px) 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;
  }
}
.project-box {
  position: relative;
  margin-bottom: 0px;
  box-shadow: 0px 0px 15px 0 #00000069;
}
.project-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;
}
.project-box:hover a::before {
  opacity: 1;
}
.project-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;
}
.project-box:hover .overlay {
  opacity: 1;
}
.project-box .overlay img {
  width: 30px;
  height: 30px;
}
/* masonry */




























.container {
  max-width: 1700px;
}
.mobile-none,
.sidenav,
.mobile-toggle {
  display: none;
}
.desktop-none {
  display: block;
}
/* responsive css */
@media only screen and (min-width: 1920px) {}
@media (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  :root {
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-21: 18px;
    --font-size-25: 22px;
    --font-size-34: 24px;
    --font-size-37: 28px;
    --font-size-42: 32px;
    --font-size-50: 38px;
    --font-size-55: 40px;
    --font-size-60: 48px;
    --font-size-67: 52px;
    --font-size-78: 56px;
    --font-size-100: 70px;
    --font-size-119: 80px;
    --font-size-281: 250px;
    --line-height-24: 20px;
    --line-height-28: 22px;
    --line-height-30: 26px;
    --line-height-32: 28px;
    --line-height-36: 32px;
    --line-height-40: 36px;
    --line-height-46: 40px;
    --line-height-60: 50px;
    --line-height-70: 60px;
    --line-height-88: 78px;
    --line-height-100: 90px;
  }
  .main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 400px;
}
.product-catalogue-img .img-top {
  left: 0;
  border: solid 15px var(--color-ffffff);
}
}
@media (max-width: 1560px) {}
@media (max-width: 1480px) {
  .container {
    max-width: 100%;
    padding: 0 100px;
  }
  :root {
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-21: 18px;
    --font-size-25: 20px;
    --font-size-34: 22px;
    --font-size-37: 26px;
    --font-size-42: 30px;
    --font-size-50: 32px;
    --font-size-55: 42px;
    --font-size-60: 48px;
    --font-size-67: 52px;
    --font-size-78: 56px;
    --font-size-100: 60px;
    --font-size-119: 70px;
    --font-size-281: 200px;
    --line-height-24: 20px;
    --line-height-28: 22px;
    --line-height-30: 26px;
    --line-height-32: 28px;
    --line-height-36: 32px;
    --line-height-40: 34px;
    --line-height-46: 38px;
    --line-height-60: 46px;
    --line-height-70: 50px;
    --line-height-88: 70px;
    --line-height-100: 80px;
  }
.main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
  width: 330px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 20px;
}
.pb-100 {
  padding-bottom: 50px;
}
.pt-100 {
  padding-top: 50px;
}
.pb-110 {
  padding-bottom: 50px;
}
.pt-110 {
  padding-top: 50px;
}
.footer-Projects li a {
  padding: 8px 0;
}
.footer-Projects ul li {
  padding: 10px 0;
}
.like-to-section-number a {
  padding: 10px 26px;
  margin: 0 14px;
}
.like-to-section-number img {
  width: 35px;
}
.banner-text {
  top: 36%;
}
.like-to-section-box {
  padding: 20px 20px;
  border-radius: 20px;
  margin-top: -170px;
}
/* .clients-section-img {
  padding: 15px;
  height: 110px;
  border-radius: 10px;
  margin: 10px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
} */
.clients-section-img .img {
  width: 100%;
  height: auto;
}
.contact-section .footer-contact {
  padding: 30px 0;
}
.Social ul li img {
  width: 36px;
}
.Social ul li {
  padding-right: 6px;
}
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 50px;
  }
  :root {
    --font-size-16: 14px;
    --font-size-18: 15px;
    --font-size-20: 16px;
    --font-size-21: 17px;
    --font-size-25: 20px;
    --font-size-34: 22px;
    --font-size-37: 24px;
    --font-size-42: 28px;
    --font-size-50: 30px;
    --font-size-55: 36px;
    --font-size-60: 46px;
    --font-size-67: 48px;
    --font-size-78: 50px;
    --font-size-100: 56px;
    --font-size-119: 66px;
    --font-size-281: 150px;
    --line-height-24: 20px;
    --line-height-28: 22px;
    --line-height-30: 22px;
    --line-height-32: 24px;
    --line-height-36: 26px;
    --line-height-40: 28px;
    --line-height-46: 30px;
    --line-height-60: 38px;
    --line-height-70: 50px;
    --line-height-88: 70px;
    --line-height-100: 80px;
}
  .main-nav .navbar-expand-lg .navbar-brand img, .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 230px;
}
  .we-offer-area.text-center .item {
    padding: 40px 20px 30px;
    border-radius: 10px;
}
.we-offer-area .item {
  padding: 20px;
}
.we-offer-area.text-center .item h4 {
  margin-top: 0;
}
.like-to-section-box .div-title {
  padding: 0 0;
}
.partner-wrapper {
  padding: 0px 50px;
  border-radius: 30px;
}
.Social ul li img {
  width: 30px;
}
.footer-contact li a {
  padding-left: 40px;
}
}
@media (max-width: 1199.98px) {
}
@media (max-width: 1024px) {
  :root {
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-21: 18px;
    --font-size-25: 22px;
    --font-size-34: 26px;
    --font-size-37: 28px;
    --font-size-42: 30px;
    --font-size-50: 34px;
    --font-size-55: 38px;
    --font-size-60: 42px;
    --font-size-67: 46px;
    --font-size-78: 50px;
    --font-size-100: 60px;
    --font-size-119: 70px;
    --font-size-281: 150px;
    --line-height-24: 20px;
    --line-height-28: 22px;
    --line-height-30: 26px;
    --line-height-32: 28px;
    --line-height-36: 28px;
    --line-height-40: 34px;
    --line-height-46: 38px;
    --line-height-60: 46px;
    --line-height-70: 50px;
    --line-height-88: 70px;
    --line-height-100: 80px;
  }
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .main-nav .navbar-nav .nav-item {
    padding-left: 0;
  }
  .projects .row>* {
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
}
.footer-contact li a {
  padding-left: 40px;
}
.footer-contact ul li {
  padding: 7px 0;
}
.Social ul li {
  padding-right: 6px;
  margin-bottom: 7px;
}
.copyright .p-content {
  padding-top: 40px;
}
.banner-img {
  width: 100%;
  height: 500px;
}
.pt-50 {
  padding-top: 10px;
}
}
@media (max-width: 991.98px) {
  /* mob-sidenav */
  .mobile-none,
  .sidenav,
  .mobile-toggle {
    display: block;
  }
  .desktop-none {
    display: none;
  }
  .top-header {
    display: none;
  }
  .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: 45px
  }
  .toggle {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .toggle img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    object-position: center
  }
  .mob-sidenav .closebtn {
    position: absolute;
    top: 30px;
    right: 30px;
    margin-left: 0;
  }
  .mob-sidenav .closebtn img {
    width: 25px;
    height: 25px;
    object-fit: cover;
    object-position: center
  }
  .main-nav {
    padding: 10px 0px;
  }
  .main-nav .navbar-nav .nav-item .nav-link {
    padding: 12px 10px;
    font-size: var(--font-size-20);
  }
  /* mob-sidenav */
  :root {
    --font-size-16: 15px;
    --font-size-18: 16px;
    --font-size-20: 17px;
    --font-size-21: 18px;
    --font-size-25: 22px;
    --font-size-34: 24px;
    --font-size-37: 25px;
    --font-size-42: 26px;
    --font-size-50: 28px;
    --font-size-55: 30px;
    --font-size-60: 38px;
    --font-size-67: 40px;
    --font-size-78: 46px;
    --font-size-100: 54px;
    --font-size-119: 64px;
    --font-size-281: 115px;
    --line-height-24: 20px;
    --line-height-28: 22px;
    --line-height-30: 22px;
    --line-height-32: 28px;
    --line-height-36: 26px;
    --line-height-40: 28px;
    --line-height-46: 32px;
    --line-height-60: 34px;
    --line-height-70: 36px;
    --line-height-88: 42px;
    --line-height-100: 70px;
}
  .main-nav .navbar-expand-lg .navbar-brand img,
  .main-nav .navbar-expand-lg .navbar-brand .svg {
    width: 200px;
    /* height: auto; */
    object-fit: contain;
  }
  .main-nav .navbar-expand-lg .navbar-brand {
    padding: 0;
    margin-right: 20px;
    margin-top: 0;
  }
  .home-project-box {
    margin-bottom: 30px;
  }
  .breadcrums-section {
    padding-top: 150px;
    height: 320px;
}
.Social {
  padding-top: 20px;
}
.pt-100 {
  padding-top: 40px;
}
.pb-100 {
  padding-bottom: 40px;
}
.mt-30 {
  margin-top: 10px;
}
.partner-wrapper {
  padding: 0;
  border-radius: 0;
}
.partner-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.partner-wrapper .swiper-pagination {
  bottom: -30px;
}
.about-us .left-content .shape {
  bottom: 20px;
  left: -20px;
}
.inner-about-right {
  margin-top: 30px;
}
.box-bg {
  padding: 30px;
  margin-bottom: 30px;
  position: relative;
}
.footer-logo img {
  width: 260px;
  margin-bottom: 20px;
}
.main-nav .navbar-nav .nav-item {
  padding-left: 20px;
}
.masonry .item {
  margin: 0 0 1em;
}
.masonry {
  column-gap: 1em;
}
.contact-services-from.desktop-contact {
  padding: 30px 30px;
  margin-bottom: 50px;
}
.mt-30 {
  margin-top: 10px;
}
.client-img {
  padding: 0;
}
.partner-wrapper .client-pagination {
  bottom: -30px;
}
.main-slider .swiper-slide::after {
  opacity: 0;
}
.main-slider .swiper-slide img  {
 width: 100%;
 object-fit: cover;
}
.clients-section-img {
  margin: 10px 0px;
}
}
@media (max-width: 800px) {
  .banner-img {
    height: 320px;
}
.main-header {
  position: relative;
}
.breadcrums-section {
  padding-top: 50px;
  height: 180px;
}
}
@media (max-width: 767.98px) {
  .text {
    margin-bottom: 10px;
    letter-spacing: 2px;
  }
  .footer-Projects {
    margin-top: 30px;
  }
  .copyright .p-content {
    padding-top: 0;
    margin-bottom: 8px;
}
.Social {
  padding-top: 20px;
  display: inline-block;
  margin-bottom: 30px;
}
.about-us .left-content .img-box .dot {
  display: none;
}
.about-us-section::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #ffffff 0%, #ffffffad 50%, #ffffffad 100%);
  opacity: 01;
  z-index: -1;
}
.like-to-section-box {
  padding: 20px 20px;
  border-radius: 20px;
  margin-top: 0;
}
.like-to-section-number img {
  width: 30px;
}
.banner-text .section-title {
  margin-bottom: 0;
  letter-spacing: 0px;
}
.client-img {
  padding: 0;
  margin-bottom: 20px;
}
}
@media (max-width: 575.98px) {
  .client-img {
    padding: 0 0px;
}
.about-us .inner-container {
  padding: 0 10px;
}
.about-us .left-content .inner-col {
  margin-bottom: 10px;
}
.objectives-list ul li {
  font-size: var(--font-size-21);
  line-height: var(--line-height-24);
  margin-top: 14px;
  padding-left: 38px;
}
.box-bg {
  padding: 20px;
  margin-bottom: 20px;
}
.container {
  max-width: 100%;
  padding: 0 20px;
}
.whatsapp img {
  width: 40px;
}
.whatsapp {
  position: fixed;
  bottom: 50px;
  right: 20px;
  z-index: 99;
}
.banner-img {
  height: 200px;
}
.about-us .left-content .shape {
  bottom: 0;
  left: 0;
}
}
@media (max-width: 480px) {}
@media (max-width: 390px) {
  .banner-text {
    top: 25%;
}
.like-to-section-number img {
  width: 20px;
}
.like-to-section-number a {
  padding: 8px 8px;
  margin: 0 5px;
}
.breadcrums-section {
  padding-top: 100px;
  height: 200px;
}
}
/* responsive css */