@import url("https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900&family=Sora:wght@100..800&display=swap");
.special-gothic-condensed-one-regular {
  font-family: "Special Gothic Condensed One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
:root {
  --primary-color: #e31e24;
  --blue-color: #1c3b6a;
  --secondary-color: #fff;
  --first-font-family: "Poppins";
  --secondary-font-family: "Sora";
    --special-gothic: "Special Gothic Condensed One", sans-serif;

  --color-c20e3b: #e31e24;
  --color-13254e: #13254e;
  --color-7891ca: #7891ca;
  --color-313131: #313131;
  --color-222630: #222630;
  --color-ececec: #ececec;
  --color-f6f6f6: #f6f6f6;
  --color-e3e3e3: #e3e3e3;
  --color-f3f6fe: #f3f6fe;
  --color-d1d1d1: #d1d1d1;
  --color-eaeaea: #eaeaea;
  --font-size-14: 14px;
  --font-size-16: 16px;
  --font-size-18: 18px;
  --font-size-20: 20px;
  --font-size-24: 24px;
  --font-size-30: 30px;
  --font-size-36: 36px;
  --font-size-45: 45px;
  --font-size-48: 48px;
  --font-size-60: 60px;
  --font-size-95: 95px;
  --font-size-130: 130px;
  --character-spacing-0: 0px;
  --line-height-16: 22px;
  --line-height-18: 24px;
  --line-height-20: 26px;
  --line-height-24: 34px;
  --line-height-30: 38px;
  --line-height-36: 46px;
  --line-height-45: 55px;
  --line-height-48: 52px;
  --line-height-60: 70px;
  --line-height-95: 105px;
  --line-height-130: 140px;
  --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;
}
body {
  font-family: var(--first-font-family);
}
.desktop-view{
  display: block ;
}



.desktop-display-none{
  display: none !important;
}
.high-font {
  font-family: var(--special-gothic);
      font-size: 1.8rem;
    letter-spacing: 1px;
}
.main-header.g_shrink .mb-9 {
  margin-bottom: 1.5rem !important;
}
.container {
  max-width: 1560px;
}
ul {
  padding: 0;
  margin: 0;
}
.modal-body ul {
  padding-left: 3rem;
}
.modal-body p {
  margin-bottom: 0;
}
.modal-content {
  border-radius: 1.5rem;
  padding: 2rem;
}
.modal-header h4{
font-family: var(--special-gothic);
  font-size: 2.5rem;
  color: var(--blue-color);
  
  
}
button,
a {
  -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;
}
/* Navbar */
.desktop {
  display: none;
}
.screen-darken.active {
  z-index: 10;
  transition: opacity .3s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}
.menu-btn {
  /* position: absolute; */
  width: 45px;
  height: 45px;
  float: right;
  margin-top: 0px;
  background: var(--blue-color);
  right: 30px;
}
.menu-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.offcanvas-header {
  display: none;
}
h3 {
  font-size: 60px;
  font-family: var(--special-gothic);
}
p {
  font-size:18px;
  font-family: var(--first-font-family);
  margin-bottom: 15px;
}
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  background-color: #e3ecf1f0;
  -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-color: #fff;
  box-shadow: #63636333 0px 2px 8px 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;
  z-index: 999;
}
img.logo {
  width: 240px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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 img.logo {
  width: 150px;
}
.nav-item:hover,
a.nav-item.active {
  color: #eb4236;
}
div#sub_menu {
  display: flex;
  align-items: center;
}
.navbar-expand-lg {
  flex-wrap: wrap-reverse;
  justify-content: flex-end;
}
.navbar {
  width: 100%;
  padding: 0;
}
.nav-item {
  font-weight: 500;
  font-size: 15.28px;
  font-family: var(--secondary-font-family);
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
/* .items{
  display: flex;
  flex-direction: row-reverse;
} */
.mb-9 {
    margin-bottom: 3.5rem !important;
}
.items ul {
  font-size: 15.28px;
  gap: 30px;
  
}
.contact-info {
    font-size: 16.6px;
    display: flex
;
    gap: 30px;
    padding-left: 25px;
    justify-content: end;
}
.contact-info a {
  color: var(--primary-color);
  text-decoration: none;
  font-weight: 600;
}
.contact-info a:hover {
  color: var(--blue-color);
}
/* Delivery */
.banner-slider-box {
  height: 100vh; 
  overflow: hidden;
  position: relative;
}

.banner-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.delivery {
  position: relative;
  height: calc(100vh - 130px);
}
.delivery .banner-slider-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.delivery .banner-slider-box .banner-swiper .swiper-slide img {
  object-fit: cover;
}
.banner-slider-box::after {
    content: "";
    position: absolute;
    background: #000;
    background: linear-gradient(-90deg, #00000000 0%, #000000b5 50%, #000000e8 100%);
    height: 100%;
    width: 54%;
    left: 0;
    top: 0;
    z-index: 1;
}

.delivery-txt {
  width: 45%;
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: center;
  text-align: left;
  height: calc(100vh - 160px);
  z-index: 10;
  padding-right: 0;
}
.delivery h1 {
  font-size: 72.2px;
  font-weight: bold;
  color: var(--secondary-color);
  font-family: var(--first-font-family);
}
.delivery p {
  font-size: 19.4px;
  color: var(--secondary-color);
  font-family: var(--first-font-family);
}
.delivery button {
  font-weight: bold;
  font-size: 18.2px;
  color: var(--secondary-color);
  font-family: var(--first-font-family);
  width: auto;
  height: auto;
  border: 0;
  border-radius: 1rem;
  background-color: var(--primary-color);
  -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;
  padding: 0.8rem 2rem;
}
.delivery button:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
.swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  background: var(--color-c20e3b);
}
.swiper-pagination-bullet {
  background: var(--color-c20e3b);
} 


/* floating-banner */
.floating-section {
  width: 105%;
  margin-left: -13px;
  top: -123px;
}
.floating-banner .div-title {
  padding: 20px 0;
  text-wrap: nowrap;
}
.floating-banner1 {
  background-color: #a2d9f7;
  transform: rotate(-7deg);
}
.floating-banner1 .div-title {
  color: var(--blue-color);
}
.floating-banner1 .div-title {
  animation: scroll-right 50s linear infinite;
}
@keyframes scroll-right {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
/* floating-banner */
/* quick-services */
.quick-services {
  background-color: var(--blue-color);
  padding-bottom: 100px;
  padding-top: 80px;
}
.quick-services h3 {
  color: var(--secondary-color);
  text-align: center;
  
}
.logistics-title {
  margin-bottom: 50px;
}
.img-row {
  display: flex;
  padding-left: 100px;
  padding-right: 100px;
}
.img-row img {
  width: 100%;
  border-radius: 36px;
  -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;
  object-fit: cover;
}
.img-row img:hover {
  opacity: 0.8;
}
.vision-services {
  width: 100%;
  height: 350px;
  margin-bottom: 25px;
}
.quick-services-img {
  display: flex;
  border-radius: 36px;
  background: #000;
  position: relative;
  width: 100%;
  margin-bottom: 40px;
  height: 350px;
  overflow: hidden;
}
.quick-services-img::before {
  position: absolute;
  bottom: 0;
  content: '';
  background: #2A7B9B;
  background: linear-gradient(180deg, rgba(42, 123, 155, 0) 0%, rgba(0, 0, 0, 1) 100%);
  height: 30%;
  width: 100%;
  background-blend-mode: multiply;
}
.quick-services-img p {
  font-size: 24px;
  color: var(--secondary-color);
  font-weight: 500;
  position: absolute;
  bottom: 34px;
  left: 40px;
  line-height: 30px;
  padding-right: 104px;
  font-family: var(--first-font-family);
}
/* .quick-services-img p {
    font-size: 27.8px;
    color: var(--secondary-color);
    font-weight: 500;
    position: absolute;
    bottom: 50px;
    left: 40px;
    line-height: 30px;
    padding-right: 104px;
    font-family: var(--first-font-family);
} */
.quick-services-img i {
  width: 50px;
  height: 50px;
  font-size: 27px;
  color: var(--secondary-color);
  position: absolute;
  bottom: 40px;
  right: 35px;
  border: 3px solid var(--secondary-color);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  -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;
}
.quick-services-img i:hover {
  transform: rotate(30deg);
  color: var(--primary-color);
  border: 3px solid var(--primary-color);
}
.modal-header {
  flex-shrink: 0;
  padding: 20px 20px 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border: none;
}
.modal-body {
  padding: 20px 20px;
}
.modal-header .btn-close {
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}
/* 
.overlay {
	width: 100%;
	height: 0;
	background: linear-gradient(transparent,#2c2c2c 90%);
	border-radius: 10px;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 40px;
	text-align: left;
	transition: height 1s;
} */
/* 
.overlay{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  width: 100%;
  height: 0;
  opacity: .4;
  transition: .5s ease;
}
.text {
  white-space: nowrap; 
  color: white;
  font-size: 20px;
  position: absolute;
  top: 35%;
}
.overlay-text {
  color: white;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%, -50%);
}
.overlay-text p {
  margin: 0;
  padding: 0;
  width: 100%;
}
.quick-services-img:hover .overlay{
    height: 100%;
} */
/* About Us */
.about {
  margin-top: 65px;
  position: relative;
}
.about-img {
  width: 100%;
  bottom: 0;
  /* position: absolute; */
  left: 0;
  border-top-right-radius: 225px;
  height: 100%;
  object-fit: cover;
}
.about-content {
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  height: 100%;
}

.about .about-content ul {
  padding-left: 40px;
}
.about-content hr {
  width: 210px;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 1;
}
.about-content h4 {
  font-size: 25px;
  margin-right: 15px;
  font-family: var(--first-font-family);
}
.text h2 {
  font-family: var(--first-font-family);
  font-size: 41.6px;
  font-weight: 700;
  padding-top: 24px;
  padding-bottom: 24px;
}
.text p {
  font-family: var(--first-font-family);
  font-size: 19.4px;
  font-weight: 500;
}
.text button {
  font-family: var(--first-font-family);
  font-weight: bold;
  font-size: 22.2px;
  color: var(--secondary-color);
  width: 250px;
  height: 60px;
  border: 0;
  border-radius: 15px;
  background-color: var(--primary-color);
  margin-top: 45px;
  border: 1px solid var(--primary-color);
}
.text button:hover {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}
/* Services */
.services {
  background-color: #efefef;
}
.services-col {
  padding-top: 60px;
  padding-bottom: 60px;
  padding-right: 50px;
  padding-left: 60px;
  border-right: 5px solid var(--secondary-color);
}

.services .col-xl-2 {
        flex: 0 0 auto;
        width: 20% !important;
}

.services img {
  width: 10vh;
  height: 10vh;
  background-color: var(--color-c20e3b);
  padding: 1rem;
  border-radius: 4rem;
  /* margin: 1rem; */
}
.services h3 {
  font-size: 20px;
  font-weight: 600;
  font-family: var(--first-font-family);
  padding-top: 20px;
  padding-right: 0;
}
.services p {
  font-size: 16.6px;
  font-family: var(--first-font-family);
  color: #8b8b8b;
  font-weight: 500;
  padding-bottom: 0;
  padding-top: 0;
}
    .modal-dialog {
        max-width: 45%;
        margin: 1.75rem auto;
    }
/*why choose us */
.why-choose-us {
  background-color: #ececec;
  padding-bottom: 60px;
  padding-top: 100px;
  overflow: hidden;
}
.why-choose-us .why-choose-us-content {
  padding-right: 3rem;
}
.why-choose-us .why-choose-us-content .div-sub-title {
  font-size: 26px;
  line-height: 38px;
  color: var(--blue-color);
}
.why-choose-us-img {
  width: 100%;
  border-top-left-radius: 225px;
}
.why-choose-us h3 {
  color: var(--blue-color);
  margin-bottom: 40px;
}
.why-choose-us p {
  color: black;
  font-family: var(--first-font-family);
}
.why-choose-us h3 span {
  color: var(--primary-color);
}
/* Counting */
.counting {
  background-color: var(--blue-color);
  padding-bottom: 100px;
  padding-top: 100px;
}
.counting h3 {
  color: var(--secondary-color);
  text-align: center;
  font-size: 41.7px;
  font-weight: 700;
  font-family: var(--first-font-family);
}
.counting p {
  font-size: 16.6px;
  color: #c4c4db;
  text-align: center;
  font-family: var(--first-font-family);
  padding-top: 18px;
  padding-bottom: 20px;
}
.counting h4 {
  font-size: 22.2px;
  margin-top: -45px;
  color: #efefef;
  text-align: center;
  font-family: var(--first-font-family);
}
.thousand {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
}
.countVal p {
  font-size: 40px;
  font-weight: 700;
  color: var(--color-13254e);
  margin: 0;
  padding: 0;
}
.countVal p::after {
  position: absolute;
  content: '+';
}
/* testimonial-section */
.testimonial-box .wave-pattern .svg {
  height: 15vh;
  width: 15vh;
}
.testimonial-slider .swiper-slide {
  height: 100%;
  min-height: 300px;
}
.testimonial-text {
  border-radius: 1rem;
  box-shadow: -200px -136px 48px -171px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -200px -136px 48px -171px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -200px -136px 48px -171px rgba(0, 0, 0, 0.75);
  padding: 2rem;
  /* margin: 1rem; */
  background-color: #fff;
  height: 300px;
  text-align: left;
}
.testimonial-text .quotes {
  width: 80px;
  margin-bottom: 30px;
  margin-top: 30px;
}
.testimonial-client {
  display: flex;
}
.testimonial-client .testomonialImg {
  width: 60px;
  margin-right: 15px;
  border-radius: 100%;
}
.testimonial-slider {
  overflow: hidden;
  padding-bottom: 70px;
}
.testimonial-right {
  background: var(--blue-color);
  padding: 50px 50px;
  border-radius: 20px;
  z-index: 9;
  position: relative;
}
.section-title {
  font-size: var(--font-size-18);
  line-height: var(--line-height-18);
  color: var(--primary-color);
  font-weight: var(--font-weight-SemiBold);
  margin-bottom: 15px;
  text-transform: uppercase;
}
.request-quote .form-control {
  padding: 10px 10px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Medium);
  height: 55px;
  color: var(--secondary-color);
  background-color: transparent;
  border: solid 1px var(--secondary-color);
  border-radius: 0;
}
.request-quote textarea.form-control {
  height: 155px;
  resize: none;
}
.testimonial-left {
  padding-right: 80px;
}
.request-quote .form-control::-webkit-input-placeholder {
  color: var(--secondary-color);
}
.request-quote .form-control::-moz-placeholder {
  color: var(--secondary-color);
}
.request-quote .form-control:-ms-input-placeholder {
  color: var(--secondary-color);
}
.request-quote .form-control:-moz-placeholder {
  color: var(--secondary-color);
}
.request-quote .request-btn {
  width: 100%;
  border: none;
  padding: 20px 15px;
  text-transform: uppercase;
  font-size: var(--font-size-20);
  color: var(--color-000000);
  font-weight: var(--font-weight-Medium);
  background: var(--secondary-color);
}
.request-quote .request-btn:hover {
  background: #13254e;
  color: var(--secondary-color);
}
.div-sub-title {
  font-size: var(--font-size-48);
  line-height: var(--line-height-48);
  color: #222630;
  margin-bottom: 10px;
}
.request-quote textarea.form-control {
  height: 155px;
  resize: none;
}
.request-quote .form-control {
  padding: 10px 10px;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-Medium);
  height: 55px;
  color: var(--secondary-color);
  background-color: transparent;
  border: solid 1px var(--secondary-color);
  border-radius: 0;
}
.div-text {
  font-size: var(--font-size-24);
  line-height: var(--line-height-24);
  color: var(--color-222630);
  margin-bottom: 10px;
}
.color-c20e3b {
  color: var(--primary-color) !important;
}
.title {
  font-size: var(--font-size-60);
  line-height: var(--line-height-60);
  color: var(--color-13254e);
  font-weight: var(--font-weight-Medium);
  margin-bottom: 20px;
}
/* testimonial-section */
/* Footer */
footer {
    padding-top: 100px;
    padding-bottom: 80px;
    background: url(../images/footer-bg.jpg) right no-repeat;
    background-size: cover;
    background-color: #384161;
    background-position: bottom;
    overflow: hidden;
}
.footer-content p {
  color: var(--secondary-color);
  font-size: 16px;
}
.footer-contact {
    padding-left: 40px;
    margin-bottom: 3rem;
}
.footer-contact li {
    display: flex
;
    align-items: flex-start;
    margin-bottom: 0.5rem;
} 
.footer-contact li small{
color: var(--color-7891ca);
font-size: var(--font-size-14);
}
.footer-content a {
  
    margin-top: -5px;
}
.footer-logo img {
  width: 150px;
}
.footer-logo p {
  color: var(--secondary-color);
  font-size: 16.6px;
  font-family: var(--first-font-family);
  padding-top: 25px;
  padding-left: 5px;
}
.footer-content a {
  color: var(--secondary-color);
  text-decoration: none;
  font-size: 16px;
  font-family: var(--secondary-font-family);
  margin-bottom: 10px;
  display: inline-block;
}
.footer-content a:hover {
  color: var(--primary-color);
}
.footer-content h3 {
  color: var(--secondary-color);
  font-size: 19.4px;
  padding-bottom: 25px;
  font-family: var(--first-font-family);
}
.footer-contact i {
  color: #fff;
  padding-right: 15px;
  padding-bottom: 20px;
  font-size: 14px;
}
footer ul {
  list-style: none;
}
.footer-line {
  width: 80%;
  margin: 50px 0;
}
.faq-section .accordion-item {
  border: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, .125);
  margin-bottom: 1rem;
  border-radius: 0rem;
  background-color: var(--color-f2f2f2);
}
.faq-section .accordion-header {
  margin-bottom: 0;
}
.faq-section .accordion-button {
  padding: 0.5rem 0;
  color: var(--color-000000);
  background-color: transparent;
  box-shadow: none;
  font-size: var(--font-size-20);
  text-transform: capitalize;
  font-weight: var(--font-weight-Bold);
  padding-bottom: 1.5rem;
}
.faq-section .accordion-body {
  padding-bottom: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0;
  text-align: left;
  padding-top: 0;
  padding-left: 0;
}
.accordion__wrapper {
  border-radius: 1rem;
  width: 100%;
}
.accordion__wrapper .title {
  margin-bottom: 80px;
}
.accordion__title {
  text-align: center;
  margin-bottom: 4rem;
}
.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  cursor: pointer;
  font-size: var(--font-size-19);
}
.accordion__icon {
  background-color: var(--color-ec1f2b);
  width: 2.2rem;
  height: 2.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  flex-shrink: 0;
}
.accordion__question {
  color: var(--color-000000);
  font-size: var(--font-size-25);
}
.accordion__answer {
  padding: 2rem 0;
}
.accordion__content {
  overflow: hidden;
  height: 0;
  transition: all ease 0.5s;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  transition: all 0.5s;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
}
.accordion-button::after {
  transition: all 0.5s;
}
.faq-section {
  background-color: var(--color-f2f2f2);
}
.contact-section {
  position: relative;
}
.contact-section iframe {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
}
.about-us {
  background: #f8f9fa;
  padding: 150px 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
.about-us::before {
  content: "";
  position: absolute;
  background: #000000bf;
  /* background: linear-gradient(-90deg, #00000000 0%, #0000007d 50%, #000000c7 100%); */
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.about-us-content {
  z-index: 1;
}
.about-us h3 {
  color: var(--color-f6f6f6);
  margin-bottom: 20px;
  text-align: center;
  position: relative;
}
.about-us h3::after {
  content: '';
  width: 90px;
  height: 3px;
  background: var(--primary-color);
  display: block;
  margin: 10px auto 0;
  border-radius: 2px;
}
.about-us p {
  color: var(--color-f6f6f6);
  margin-bottom: 15px;
  text-align: justify;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.about-us strong {
  color: var(--color-f6f6f6);
}
.founder-section {
  background-color: #f3f6fe;
}
.founder-img-div {
  display: flex;
  position: relative;
}




.founder-img-div .front img{
 
  border-radius: 20px;
}
.founder-content {
  padding-left: 3rem;
  padding-right: 3rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.founder-content a{
  color: var(--color-c20e3b);
}
.founder-content hr {
  width: 250px;
  height: 2px;
  background-color: var(--primary-color);
  opacity: 1;
}
.linkedin-btn img {
    width: 55px;
}
.linkedin-btn {
    position: fixed;
    bottom: 195px;
    right: 30px;
    z-index: 999;
}


.whatsapp-btn img {
    width: 55px;
}
.whatsapp-btn {
    position: fixed;
    bottom: 135px;
    right: 30px;
    z-index: 999;
}


.insta-btn img {
    width: 55px;
}
.insta-btn {
    position: fixed;
    bottom: 75px;
    right: 30px;
    z-index: 999;
}
.insta-btn:hover,
.whatsapp-btn:hover {
    transform: scale(1.2);
    transition: ease all 0.5s;
}

#button {
  display: inline-block;
  background-color: #545454;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 100%;
}
#button::after {
  content: "\F145";
  font-family: bootstrap-icons;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: var(--blue-color);
  transform: scale(1.2);
    transition: ease all 0.5s;
}
#button:active {
  background-color: #7e7e7e;
}
#button.show {
  opacity: 1;
  visibility: visible;
}



@media (max-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  .delivery h1 {
    font-size: 50.2px
  }
  .countVal p {
    font-size: 32px;
  }
  h3 {
    font-size: 36.6px;
  }
  .why-choose-us .why-choose-us-content .div-sub-title {
    font-size: 22px;
    line-height: 34px;
  }
  .pb-100 {
    padding-bottom: 60px;
  }
  .pt-100 {
    padding-top: 60px;
  }
  :root {
    --font-size-24: 22px;
    --font-size-48: 34px;
  }
  .pb-30 {
    padding-bottom: 10px;
  }
  .testimonial-client .small-text {
    font-size: 18px;
  }
  .why-choose-us {
    padding-bottom: 50px;
    padding-top: 60px;
  }
  .pb-50 {
    padding-bottom: 20px;
  }
}
@media (max-width: 1480px) {
  .container {
    max-width: 1400px;
  }
  .high-font {
    font-size: 1.5rem;
    letter-spacing: 1px;
  }
  p{
    font-size: 17px;
  }
  .img-row {
    padding-left: 40px;
    padding-right: 40px;
  }
  .modal-dialog {
    max-width: 60%;
  }
  .services h3 {
    font-size: 18px;
  }
}
@media (max-width: 1366px) {}
@media (max-width: 1280px) {
  .container {
    max-width: 100%;
    padding: 0 30px;
  }
  .about {
    margin-top: 0;
  }
  .services-col {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .quick-services {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .about-us {
    padding: 70px 0;
  }
  .testimonial-client .testomonialImg {
    width: 50px;
  }
  .testimonial-text {
    height: 340px;
  }
  .request-quote .request-btn {
    padding: 12px 15px;
  }
  .footer-contact {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
.items ul {
    gap: 18px;
}
}
@media (max-width: 1024px) {
  .nav-item {
    font-size: 14.28px;
  }
  .contact-info a span {
    display: none;
  }
  .modal-dialog {
        max-width: 80%;
    }
  .vision-services {
    height: 290px;
  }
  .quick-services-img {
    height: 290px;
  }
  .delivery h1 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
    .services h3 {
        font-size: 15px;
    }
  .about-content {
    padding-left: 0;
  }
  .about-content h4 {
    font-size: 18px;
  }
  .countVal p {
    font-size: 28px;
  }
  .quick-services-img p {
    font-size: 18px;
    bottom: 10px;
    left: 20px;
    line-height: 24px;
    padding-right: 76px;
  }
  .quick-services-img i {
    width: 40px;
    height: 40px;
    font-size: 18px;
    bottom: 20px;
    right: 15px;
  }
  .why-choose-us .why-choose-us-content {
    padding-right: 0;
  }
  .founder-content {
    padding-left: 0;
    padding-right: 0;
  }
  .pb-80 {
    padding-bottom: 50px;
  }
  .pt-80 {
    padding-top: 40px;
  }
  .pt-100 {
    padding-top: 40px;
  }
  .pb-100 {
    padding-bottom: 40px;
  }
  .testimonial-left {
    padding-right: 0;
  }
  .testimonial-right {
    padding: 20px 20px;
  }
  img.logo {
    width: 175px;
  }
  .mb-9 {
    margin-bottom: 1.5rem !important;
  }
  .footer-content .row .col-md-3 {
    width:33%
  }
}



@media (max-width: 991.98px) {
  :root {
    --font-size-16: 16px;
    --font-size-18: 16px;
    --font-size-19: 15px;
    --font-size-20: 16px;
    --font-size-22: 16px;
    --font-size-24: 21px;
    --font-size-25: 16px;
    --font-size-27: 21px;
    --font-size-26: 22px;
    --font-size-28: 28px;
    --font-size-30: 26px;
    --font-size-33: 26px;
    --font-size-36: 26px;
    --font-size-40: 40px;
    --font-size-50: 30px;
    --font-size-56: 46px;
    --font-size-60: 45px;
    --font-size-69: 37px;
}
.delivery {
    display: flex
;
    flex-direction: column-reverse;
}
.banner-slider-box::after{
  display: none;
}
.delivery-txt {
    height: 100%;
    padding: 3rem 2rem;
    width: 100%;
    background-color: var(--color-13254e);
}
    .delivery .container{
      padding: 0;
    }
.delivery .banner-slider-box {
    position: relative;
   
}
p {
    font-size: 15px;
}
.main-nav .navbar-nav .nav-item .nav-link {
    margin: 8px 20px;
    text-align: left;
  }
  .mobile{
    display: block;
  }
  .desktop{
    display: none;
  }
  .offcanvas-header {
    display: block;
  }

  .mobile-offcanvas {
    visibility: hidden;
    transform: translateX(100%);
    border-radius: 0;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    z-index: 1200;
    width: 80%;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
  }
  .main-nav{
    padding: 15px 0;
  }
  .main-header.g_shrink .main-nav {
    padding: 10px 0;}

  .main-header.g_header ul{
    list-style-type:none ;
  }


.main-header.g_shrink .navbar-brand img, .main-header.g_shrink .navbar-brand .svg {
  width: 75px;
  z-index: 9;
  position: relative;
}
  .mobile-offcanvas.show {
    visibility: visible;
    transform: translateX(0);
    background-color: #fff;
  }

  .mobile-offcanvas .container,
  .mobile-offcanvas .container-fluid {
    display: block;
  }

  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: 0.5rem;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }


  .offcanvas-header{ display:block; }
  .main-nav .navbar {
    padding: 0;
    width: 75%;
    float: left;
}


	.mobile-offcanvas{
		visibility: hidden;
		transform:translateX(100%);
	    border-radius:0; 
		display:block;
	    position: fixed;
	    top: 0; 
		right:0;
	    height: 100%;
	    z-index: 1200;
	    width:80%;
	    overflow-y: scroll;
	    overflow-x: hidden;
	    transition: visibility .3s ease-in-out, transform .3s ease-in-out;
	}

	.mobile-offcanvas.show{
		visibility: visible;
    	transform: translateX(0);
	}
	.mobile-offcanvas .container, .mobile-offcanvas .container-fluid{
		display: block;
	}
  .p-content {
    margin-bottom: 10px;
  }
  .gallery{
    display: none;
  }
  .contact-link{
    justify-content: end;
  }
  .contact-link li a {
    border-radius: 5px;
    background-color: var(--blue-color);
    padding: 9px 16px 13px 16px;
    margin-right: 10px;
    top: 9px;
    position: relative;
  }
  .contact-link li a i{
    color: var(--secondary-color);
  }
  .contact-info{
    display: none;
  }
  .items ul {
    font-size: 15.28px;
    gap: 20px;
    padding-left: 15px;
}
  div#sub_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  img.logo {
    width: 150px;
  }

  .about .about-row{
    flex-direction: column;
  }
  
  .about .row .col-6{
    width: 100% ;
  }

  .about-content .exp-col .col-6 {
        width: 50%;
    }
  .about-content{
    padding-top: 2rem;
  }
 
  .services h3 {
    font-size: 14px;
    text-align: center;
  }
  .quick-services-img {
    height: 230px;
  }

  .vision-services {
    height: 230px;
  }
  
  .services-col {
        padding-bottom: 25px;
        padding-right: 25px;
        display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .why-choose-us .row {
    flex-direction: column-reverse;
  }

  .why-choose-us-content {
    padding-top: 2rem;
  }
  .why-choose-us h3 {
    margin-bottom: 16px;
  }
  .founder-content {
        padding-top: 2rem;
    }

  .services .col-xl-2 {
    flex: 0 0 auto;
    width: 50% !important;
  }
  .high-font {
    font-size: 1.4rem;
  }
  .why-choose-us .why-choose-us-content .div-sub-title {
        line-height: 30px;
  }
  .footer-content .row .col-md-3 {
        width: 50%;
    }

    .modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
  }
}

@media (max-width: 800px) {}
@media (max-width: 767px) {
  .mobile-view{
         display: block !important;
    }

    .mobile-display-none{
        display: none !important;
    }
 
  .delivery button {
    font-size: 15.2px;
  }
  img.logo {
        width: 115px;
        padding-top: 0px;
    padding-bottom: 0px;
    }
  .about-content .exp-col .col-6 {
        width: 50%;
    }
  footer {
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .services .col-xl-2 {
        flex: 0 0 auto;
        width: 100% !important;
    }
  .services-col{
    border-bottom: 5px solid var(--secondary-color);
  }

  .vision-services
  {
    height: 300px;
  }
  .quick-services-img {
        height: 300px;
    }
  .footer-content .row .col-md-3 {
        width: 75%;
  }

  .contact-section iframe {
  width: 100%;
  height: 500px; /* or any value like 300px, 500px */
  border: 0;
  position:relative;
  }
  .modal-content {
    border-radius: 1.5rem;
    padding: 1rem;
  }
  .testimonial-right {
        padding: 20px 20px;
        margin-bottom: 3rem;
        margin-top: -2rem;
    }
      .contact-section .pb-100 {
        padding-bottom: 0px;
    }
}
@media (max-width: 575.98px) {
   
  .img-row {
        padding-left: 0;
        padding-right: 0;
    }
     .delivery {
     
        height: calc(100vh - 343px);
    }
    .delivery-txt {
     
        text-align: center;
    }
}
@media (max-width: 480px) {
  :root{
    --font-size-48: 20px;
  }
  .about .about-content p{
    text-align: justify;
  }

    .about-img {
    border-top-right-radius: 50px;  
  }
      .img-row {
        padding-left: 0px;
        padding-right: 0px;
    }
    .about-content .exp-col .col-6 {
        width: 50%;
    }
    .why-choose-us .why-choose-us-content .div-sub-title
    {
        font-size: 18px;
    }
    .vision-services {
        height: 230px;
    }
    .quick-services-img {
        height: 230px;
    }
    .modal-content {
        padding: .5rem;
    }
    .why-choose-us-img {
    border-top-left-radius: 50px;
    }
    .footer-content .row .col-md-3 {
        width: 95%;
    }
    .high-font {
        font-size: 1.2rem;
    }
    h5 {
    font-size: 1.15rem;
    }
    .thousand {
    margin-bottom: 0.5rem;
    }
    .request-quote textarea.form-control {
    height: 100px;
    resize: none;
    }
    .why-choose-us .why-choose-us-content {
        text-align: justify;
    }
    .request-quote .form-control {
    padding: 10px 10px;
    font-size: var(--font-size-14);
    font-weight: var(--font-weight-Medium);
    height: 45px;
    }
    .footer-content a {
    font-size: 15px;
    }
    .footer-content h3 {
    font-size: 17.4px;
    padding-bottom: 18px;
    }
    .footer-contact {
        padding-left: 12px;
    }
    .founder-content p {
        text-align: justify;
    }
}
@media (max-width: 420px) {}
@media (max-width: 400px) {
  .about-content .exp-col .col-6 {
        width: 100%;
    }
  .thousand {
    align-items: center;
  }
}
@media (max-width: 375px) {}
@media (max-width: 320px) {}

.ajax-error {
    color: rgb(255 88 88) !important;
}

#ajax-msg{
    color: rgb(34 217 0) !important;
}
    

