
    /* ============================
   Hero Banner Base
============================ */
.hero-banner .slide-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 600px;
  padding: 40px 0;
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}

/* Remove <img> usage – we use background-image only */
.hero-banner .slide-item img {
  display: none;
}

/* ============================
   Overlay + Zoom Effect
============================ */
/* Zoom background layer */
.hero-banner .slide-item::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: inherit; /* same bg-image */
  transform: scale(1);
  transition: transform 6s ease;
  z-index: 0;
}

/* Apply zoom only on active slide */
.hero-banner .owl-item.active .slide-item::before {
  transform: scale(1.25);
}

/* Overlay (dark layer) */
.hero-banner .slide-item::after {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.3);
  z-index: 1;
}

/* ============================
   Slide Content
============================ */
.hero-banner .slide-content {
  position: relative;
  z-index: 2;
  max-width: 1000px;
  margin: auto;
  padding: 20px;
  text-align: center;
  opacity: 0; /* animated in via JS */
}

.hero-banner .slide-content h1, 
.hero-banner .slide-content h2 {
  color: #fff;
  font-size: 70px;
  font-weight: 700;
  margin: 30px 0;
}

.hero-banner .slide-content p {
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
  color: #fff;
  opacity: 0;
}

.hero-banner .slide-content .button1 {
  margin-top: 30px;
  position: relative;
}

/* ============================
   Text Animations
============================ */
.hero-banner .animate__fadeUp {
  animation: fadeUp 1.5s forwards;
}

.hero-banner .animate__fadeDelay {
  animation: fadeUp 1.5s forwards;
  animation-delay: 0.3s;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(40px); }
  to   { opacity: 1; transform: translateY(0); }
}

/* ============================
   Owl Carousel Navigation
============================ */
.hero-banner .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  outline: none;
  border-radius: 50%;
  transition: 0.3s;
  background: transparent;
}

.hero-banner .owl-nav button i {
  font-size: 40px;
  color: #fff;
}

.hero-banner .owl-nav button:hover i {
  color: var(--primary-color);
}

.hero-banner .owl-nav .owl-prev { left: 15px; }
.hero-banner .owl-nav .owl-next { right: 15px; }

/* ============================
   Owl Carousel Dots
============================ */
.hero-banner .owl-dots {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
}

.hero-banner .owl-dots .owl-dot span {
  width: 40px;
  height: 4px;
  margin: 5px 7px;
  display: inline-block;
  background: #fff !important;
  transition: 0.3s;
}

.hero-banner .owl-dots .owl-dot.active span {
  background: var(--primary-color) !important;
  transform: scale(1.3);
}

/* ============================
   Sub Title Tag (optional)
============================ */
.sub-title-thumb {
  padding: 8px 20px;
  background: linear-gradient(90deg, var(--primary-color) -50%, transparent 90%);
  background-size: 100% 100%;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 26px;
  width: fit-content;
  box-shadow: inset 0px 1px 10px -1px var(--primary-color);
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}

/*about sec css start here*/

.about__images {
    position: relative; 
    margin-right: 25px;
    margin-bottom: 25px;
}
.about__images::before {
border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: absolute;
    overflow: hidden;
    content: "";
    height: 100%;
    left: 15px;
    z-index: -9;
    width: 100%;
    top: 10px;
    border-radius: 10px;
}

.about__images::after {
border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--primary-color);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: absolute;
    overflow: hidden;
    content: "";
    height: 100%;
    left: 25px;
    z-index: -9;
    width: 100%;
    top: 25px;
    border-radius: 10px;
}
.about__images  img{ 
 
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
} 
.about__images .shape img {
    position: absolute;
    z-index: -1;
    width: fit-content;
}
.about__images .shape img:nth-child(1) {
    right: -50px;
    top: -10px;
    z-index: -2;
}
.about__images .shape img:nth-child(2) {
    
    left: -65px;
    bottom: -10px;
}

.alltuchtopdown {
	-webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
	animation-duration: 3s;
}
@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    }

    @-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.about-left-content{
    padding-left: 40px;
}
.about-right-content{
    padding-right: 40px;
}

.service-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/dotted-map.svg);
    background-position: top left;
    background-size: auto;
    background-repeat: repeat-x;
    background-color: #f0f6f3;
    width: 100%;
    height: 808px;
}
.service-area{
    position: relative;
    background-image: url(../images/bg-background.jpg);
}

.single-service-style {
    position: relative;
    display: block; 
    background-color: white;
box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 17px 0px;
    overflow: hidden; 
    height: 100%;
} 
.single-service-style .img-holder {
    position: relative;
    display: block;
    z-index: 1;
}
.single-service-style .img-holder .inner {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
}
.single-service-style .img-holder img {
    width: 100%;
    transition: all 300ms ease;
    height: 250px;
    object-fit: cover;
} 
.single-service-style:hover .img-holder img{

    transform: scale(1.1);
}
.single-service-style .text-holder {
    position: relative;
    display: block;
   padding: 25px;
}
.single-service-style .text-holder .top {
    position: relative;
    display: block;
    overflow: hidden; 
    margin-bottom: 10px;
} 
.single-service-style .text-holder .top .title-holder {
    position: relative;
    display: block;
}
.single-service-style .text-holder .top .title-holder h3 { 
    margin-left: 0px;
    transition: all 300ms ease 100ms;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}
.single-service-style .text-holder .text {
    position: relative;
    display: block;
    transform-style: preserve-3d;
    transform: perspective(1200px) rotateX(0deg) translateY(1px);
    transition: all 300ms ease 100ms;
}
.single-service-style .text-holder .text p {
    margin: 0;
}
.single-service-style .text-holder .top .icon-holder .overlay-icon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0px;
    height: 60px;
    background: #e82425;
    text-align: center; 
    border-radius: 4px;
    z-index: 3;
    transition: all 300ms ease 100ms;
}
.single-service-style .text-holder .top .icon-holder .overlay-icon span:before {
    color: #ffffff;
    font-size: 35px;
    line-height: 60px;
}
.single-service-style .text-holder .top .title-holder h3 a{
    position: relative;
    padding-bottom: 15px;
    display: inline-block;
}
.single-service-style .text-holder .top .title-holder h3 a:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 150px;
    height: 3px;
    background: #e82425;
    content: "";
    transition: all 300ms ease 100ms;

}
.single-service-style:hover .text-holder .top .title-holder h3 a:before {
    width: 100%;
}

.border-class{
        position: relative;
    display: block;
    width: 90px;
    height: 5px;
        margin: 20px auto;
}
.border-class:before {
    position: absolute;
    top: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: var(--secondary-color);
    content: "";
}
.border-class:after {
    position: absolute;
    right: 10px;
    background: var(--secondary-color);
    content: "";
    top: 0;
    left: 0px;
    width: 5px;
    height: 5px;
}
.border-class span {
    position: absolute;
    background: #e82425;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 70px;
    margin: 0 auto;
} 
/*why-choose-sec css start here*/
.why-choose-sec{
    position: relative;
}
.wave-class{
position: absolute;
    bottom: -2px;
    z-index: 5;
}
.reversed-wave-class{
    
position: absolute;
    top: -2px;
    z-index: 5;
}

.choose-box-wrapper{
        max-width: 100%;
    width: 100%;
    display: flex
;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 20px;
}
.choose-box-wrapper .choose-icon{
  width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    border-radius: 50%;
    background: linear-gradient(0deg, rgb(38 92 165) 0%, rgb(230 76 28) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    flex-shrink: 0; /* Prevents shrinking in Flexbox */
    box-sizing: border-box;
}
.choose-box-wrapper .choose-box-content h3{
font-size: 24px;
font-weight: 700;
}
/**/

/*GALLERY CSS start here*/

.gallery-section .gallery-section-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    justify-content: center;
    align-items: center;
}
.gallery-section .card {
    background: var(--white);
    box-shadow: unset;
    border-radius: 0;
    overflow: hidden;
    border: 0;
}
.gallery-section .card-image {
    background: var(--white);
    display: block;
    padding-top: 70%;
    position: relative;
    width: 100%;
}
.gallery-section .card-image a:before {
    content: "\f002";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: white;
    font-family: 'FontAwesome';
    z-index: 9;
    display:none;
}
.gallery-section .card-image a:hover:before{
  display: inline-block;
}
.gallery-section .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
}
.gallery-section .card-image:hover img{
    filter: brightness(0.5);
    transform: scale(1.1);
}  

.cta-now{
    position: relative;
    background-image: url(../images/cta-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 150px;
    padding-top: 150px;
    color: var(--white);
}
.cta-now:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 41%);
}
.cta-now-wrapper {
    max-width: 800px;
    position: relative;
}
.cta-now-wrapper h2, .cta-now-wrapper p{
    color: var(--white);
} 
/*==========Blog CSS Start==========*/
.single-blog-style {
    position: relative;
    display: block;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    background: #ffffff;
    display: flex;
    justify-content: space-between;
    height: 100%;
    flex-direction: column;
    border-radius: 10px;
    overflow: hidden;
}
.single-blog-style .text-holder h3 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}
.single-blog-style .text-holder {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 20px 20px 10px;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

.single-blog-style .img-holder img {
    height: 250px;
    object-fit: cover;
    transition: all 300ms ease;
}
.single-blog-style:hover .img-holder img {
   transform: scale(1.1);
}

 .single-blog-style .text-holder h3 a:hover{
    color: var(--primary-color);
    transition: ease.3s;
}
 .single-blog-style p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.single-blog-style .text-holder .text {
    position: relative;
    display: block;
    padding-bottom: 0px;
}
 
.single-blog-style .bottom-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;  
    padding: 0 20px;
}

.single-blog-style .bottom-box:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    right: 0px;
    height: 1px;
    background: #ede8e6;
}

.single-blog-style .btn-box {
    position: relative;
    display: block;
}

.single-blog-style .btn-box a {
    position: relative;
    display: inline-block; 
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 15px 0;
} 
.single-blog-style .btn-box a span:before {
    position: relative;
    top: 1px;
    display: inline-block;
    padding-right: 7px; 
}
.single-blog-style:hover .btn-box a{

    color: var(--primary-color);
    transition: .3s ease;
}


.single-blog-style .meta-info {
    position: relative;
    display: block;
}

.single-blog-style .meta-info ul {
    position: relative;
    display: flex;
    align-items: center;
    margin: 0;
}

.single-blog-style .meta-info ul li {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 20px;
    line-height: 30px;
}

.single-blog-style .meta-info ul li:last-child {
    margin-right: 0;
}

.single-blog-style .meta-info ul li i { 
    display: inline-block;
    padding-right: 6px; 
    font-size: 14px;
    font-weight: 700;
}
.single-blog-style .btn-box i { 
 
    padding-right: 6px; 
}
.single-blog-style .meta-info ul li a {
    
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
 
.single-blog-style .meta-info ul li span {
    
    color: var(--secondary-color);
    font-size: 14px;
    font-weight: 700;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}
 

.single-blog-style--in-style2 .text-holder {
    padding: 98px 30px 0px;
}
/*==========Blog CSS End==========*/
.team-sec{
    background-image: url(../images/light-bg.jpg);
}
.team-box{
    position: relative;
}
.image-box {
    position: relative;
    padding: 20px;
    overflow: hidden;
    width: 100%;
}
.image-box::before {
    position: absolute;
    content: "";
    border: 2px solid #ebeef5;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    transition: all 300ms ease;
}
.image-box .image {
    position: relative;
    margin-bottom: 0;
    z-index: 1;
}
.image-box .image::before {
    content: "";
    position: absolute;
    left: -70px;
    top: -110px;
    height: 200px;
    width: 200px;
    background-color: var(--secondary-color);
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    transition: all 300ms ease;
}
.image-box .image img {
    position: relative;
    width: 100%;
    border-radius: 5px;
    z-index: 2;
    transition: all 400ms ease;
    object-fit: cover;
    height: 240px;
}
.image-box .image::after {
    content: "";
    height: 200px;
    width: 200px;
    left: -80px;
    top: -110px; 
    border-radius: 500%;
    position: absolute;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 300ms 
ease;
    z-index: -1;
}
.info-box {
    position: relative;
    padding: 18px 10px 0;
}
.info-box .team-subtitle {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #6a6f78;
    z-index: 2;
    line-height: 1em;
    letter-spacing: 0.1em; 
    text-transform: uppercase;
    margin-bottom: 5px;
    transition: all 400ms 
ease;
}
.info-box .team-title {
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: 21px;
    font-weight: 700;
}
.image-box::before {
    position: absolute;
    content: "";
    border: 2px solid #ebeef5;
    border-radius: 5px;
    top: 0;
    left: 0;
    width: 87%;
    height: 100%;
    transition: all 300ms ease; 
    border: 2px solid var(--primary-color);
}
.team-box:hover .image-box::before {
    border: 2px solid var(--secondary-color);
}
.team-box:hover .image-box .image::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.team-box:hover .image-box .image::after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}


   
    .team-slider .owl-dots {
       margin-top: 20px;

    }

    .team-slider .owl-dots .owl-dot span {
      background: var(--primary-color) !important;
      width: 10px;
      height: 10px;
      margin: 5px 5px; 
      border-radius: 100%;
      transition: 0.3s;
      display: inline-block;
    }

    .team-slider .owl-dots .owl-dot.active span {
      background: var(--secondary-color) !important;
      transform: scale(1.3);
    }



/*Testimonials section start*/

.testimonials-sec {
    position: relative;
    background-color: #F4F4F9;
    background-image: url(../images/bg.webp);
    background-position: center center;
    background-size: cover;
    text-align: center;
}

.testimonials-sec:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(38 92 165 / 21%);
    z-index: 1;
} 
.testimonials-sec .owl-item img {
    width: 70px;
    border-radius: 100%;
    margin-left: auto;
    margin-right: auto;
}
.testimonials-sec .owl-item .quote-asset {
    width: 38px;
    height: auto;
    margin: 30px 0 40px;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
}

.testimonials-sec .owl-item h5 {
    margin: 20px 0 5px;
    color: #fff;
    font-size: 21px;
}
.testimonials-sec h2, .testimonials-sec p{
    position: relative;
    z-index: 2;
    color: var(--white);
}
.testimonials-sec p{
    margin-bottom: 30px;
}
.testimonial-slider .item{
    max-width:800px;
    margin: auto;
}

   .testimonials-sec  .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); 
      border-radius: 50%; 
      border: none;
      outline: none;
      transition: 0.3s; 
    }
    .testimonials-sec .owl-nav .owl-prev {
    left: 15px;
}
.testimonials-sec .owl-nav .owl-next {
    right: 15px;
}
   .testimonials-sec  .owl-nav button i{
    color: white;
    font-size: 40px;
   } 
   .testimonials-sec .owl-nav button:hover i{
    color:var(--primary-color); 
   } 

   
    .testimonials-sec .owl-dots {
       margin-top: 20px;

    }

    .testimonials-sec .owl-dots .owl-dot span {
      background: #fff !important;
      width: 40px;
      height: 4px;
      margin: 5px 7px; 
      transition: 0.3s;
      display: inline-block;
    }

    .testimonials-sec .owl-dots .owl-dot.active span {
      background: var(--primary-color) !important;
      transform: scale(1.3);
    }


/*About css start here*/
.banner__inner-page {
    position: relative; 
        background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/about-top.jpg);
    background-size: cover;
    padding: 90px 0; 
    overflow: hidden;
    text-align: center;
}
.banner__inner-page::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(270.07deg, var(--secondary-color) 0.07%, #00060c 99.95%);
   
    opacity: 0.75;
}
.banner__inner-page .container-fluid{
    position: relative;
} 
.banner__inner-page .shape3 {
    position: absolute;
    right: 0;
    bottom: 0; 
    height: 100%;
}
 
.banner__inner-page h1{
    color: #fff; 
    font-size: 56px;
    font-weight: 700; 
    margin-bottom: 20px;
}
.banner__inner-page p{
    color: #fff;
}  
.banner__inner-page .breadcrumb-menu li {
  display: inline-block;
  position: relative;
  color: var(--white);
  font-weight: 500; 
  font-size: 18px;
}

.banner__inner-page .breadcrumb-menu li:first-child {
  margin-left: 0;
}
.banner__inner-page .breadcrumb-menu li:last-child {
  margin-right: 0;
  padding-right: 0;
}

.banner__inner-page .breadcrumb-menu li a {
  display: inline-block;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  position: relative;
  color: var(--primary-color);
}
.banner__inner-page .breadcrumb-menu li a:hover{
  color: var(--white);
}
.banner__inner-page .breadcrumb-menu li:first-child:after {
  content: "\f101";
  font-weight: 700;
  font-family: 'Font Awesome 5 Free';
  margin: 0 6px; 
  font-size: 13px;
} 

/*Our Mission Section Start here*/
.our-misson {
    position: relative;
}
.our-misson .row:before{
    content: '';
    position: absolute;
    left: -0px;
    right: -0px;
    height: 100%;
    display: block;
    top: -50px;
    z-index: -9;
    margin-left: 0px;
    background: url(../images/proccess-box-arrow.png) center center no-repeat;
}
.main-box {
    padding: 10px 10px;
}
.icon-box {
    height: 180px;
    width: 180px;
    line-height: 180px;
    border: 1px dashed #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.icon-box:before {
    height: 120px;
    width: 120px;
    line-height: 120px;
    background-color: #f5f8fb;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transition: .3s ease;
}
.process-num {
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: var(--secondary-color);
    font-weight: 500;
    position: absolute;
    top: -10px;
    margin-left: -20px;
    bottom: -15px;
    z-index: 10;
    border: none;
    display: block;
    color: #fff;
    margin-right: 5px;
    left: 65%;
    -webkit-transition: .3s 
cubic-bezier(.3, .58, .55, 1);
    transition: .3s 
cubic-bezier(.3, .58, .55, 1);
}
.icon-box i {
    font-size: 40px; 
    position: relative;
    color: var(--secondary-color);
    line-height: 173px;
}
.content-box {
    text-align: center;
    padding-top: 30px;
}
.content-box h4{
    font-size: 25px;
    font-weight: 700;
    text-transform: capitalize;
}
 .main-box2 {
    margin-top: 60px;
}
.main-box:hover .icon-box {
    border: 1px dashed var(--secondary-color);
}
.main-box:hover .icon-box::before {
    background-color: var(--primary-color);
    transition: .3s ease;
}
.main-box:hover .process-num {
    transform: scale(1.2);
    background-color: var(--secondary-color);
}
.main-box:hover i {
    color: #fff;
}

/*contact Us Css start here*/

/*contact css start*/

.contact-info-area, .contact-form-area{ 
  background-color: var(--bg-color);
}
.single-contact-info {
    border-radius: 3px;
    background-color: var(--white);
    padding: 40px 30px;
    margin-bottom: 20px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    display: flex;
} 
.single-contact-info i {
    width: 66px;
    height: 66px;
    line-height: 66px;
    font-size: 32px;
    border-radius: 50px;
    display: inline-block;
    background-color: var(--secondary-color);
    color: var(--white);
    text-align: center;
} 
.single-contact-info h3 {
    font-size: 22px;
    margin-bottom: 6px;
    font-weight: 700; 
}
.single-contact-info p:last-child {
    margin-bottom: 0;  
}
.single-contact-info a {
    text-decoration: none;
    display: block;
    margin-bottom: 7px;
    color: #000000;
    font-weight: 500;
}
.map-wrap iframe {
    width: 100%;
    margin-top: 40px;
    height:525px;
    display: block; 
    padding: 15px;
      background: linear-gradient(110deg, var(--primary-color) 46.9%, var(--secondary-color) 47%);
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}


.contact-form-wrap {
    background-color: var(--white);
    padding: 40px 30px;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.contact-form-wrap h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--secondary-color);
  font-weight: 700; 
}
.contact-form-wrap .form-group {
    margin-bottom: 25px;
}
.contact-form-wrap .form-group label {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 11px;
}

.contact-form-wrap .form-group .form-control {
    background-color: var(--white);
    border-color: var(--bg-color);
    border-radius: 5px;
    padding: 12px 20px; 
    border: 2px solid #d9d9d9; 
    color: #9b757d;
    font-size: 15px;
    width: 100%;
    transition: all ease .5s;
        -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto;
}

.contact-form-wrap .form-group .form-control option{
  padding-left: 20px;
}
.contact-form-wrap .form-group select.form-control{
  cursor: pointer;
}
.contact-form-wrap .form-group .form-control:focus{
    box-shadow: unset;
    border:2px solid var(--primary-color);
}
.contact-form-wrap .form-group i {
    font-size: 20px;
    color: var(--secondary-color);
    position: absolute;
    top: 16px;
    left: 20px;
    opacity: .6;
}
.contact-form-wrap .col-md-12 .form-group{
    margin-bottom: 0;
}
 .contact-form-wrap .button1:hover{
    background-color: var(--primary-color);
 }
.contact-form-wrap form{
  margin-bottom: 0;
}


/* carrer css started here  */ 
.career-sec .section-text {
font-size: 36px;
line-height: 24px;
}
.career-sec .section-p {
font-size: 16px;
line-height: 24px;
}
.career-sec .accordion-button{
    cursor: pointer;
}
.career-sec .accordion-button::after {
background-image: url('../images/plus-img.png');
}
.career-sec .accordion-button:not(.collapsed)::after {
background-image: url('../images/minus-img.png');
}
.career-sec .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
background-color: #fff;
cursor: pointer;
}
.career-sec .accordion-button p {
font-family: var(--fontLight);
font-size: 1rem;
}
.career-sec .accordion-body .boldText {
font-weight: var(--fontBold);
}
.career-sec .list-group-item {
background-color: #f9fdff;
}
.career-sec h4 {
    font-size: 22px;
    font-weight: 700;
} 
.career-sec .list-group-item .button1 {
    margin: 20px 0;
    min-width: unset;
    font-size: 14px;
    padding: 14px 25px;
}
/* carrer css ended here  */


.page-blog-detail h1{
    font-size: 40px;
font-weight: 800; 
margin: 30px 0 10px 0;      
color: var(--primary-color); 
}
.page-blog-detail .title, .page-blog-detail h2 {
font-size: 30px;
font-weight: 700; 
margin: 30px 0 10px 0;     

}
.page-blog-detail h3 {
font-size: 27px;
font-weight: 700; 
margin: 20px 0 10px 0;    

}
.page-blog-detail h4 {
font-size: 25px;
font-weight: 700; 
margin: 20px 0 10px 0;  

}
.page-blog-detail h5, .page-blog-detail h6{
font-size: 24px;
font-weight: 700; 
margin: 20px 0 10px 0;    
text-transform: capitalize;

}
.page-blog-detail .blog-detail-content a { 
    color: var(--primary-color);
}

.page-blog-detail .blog-detail-content a:hover { 
        color: var(--secondary-color);
}
.page-blog-detail .content {
margin-top: 20px;

} 
.page-blog-detail ul, 
.page-blog-detail ol{

  padding-left: 30px;
}
.page-blog-detail ul li, .page-blog-detail ol li {
  list-style: inherit;
  margin-bottom: 10px;
    font-size: 17px;
}
.service-detail{
  overflow: inherit;
}
.sidebar .h4-title {
    padding-bottom: 4px;
    position: relative;
    margin-bottom: 30px;
    margin-top: 0;
}
.sidebar .h4-title:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 79px;
    height: 1px;
    background: var(--primary-color);
}
.recent-post-box {
    display: flex;
    align-items: center;
    gap: 20px;
}
.recent-post-box:not(:last-child) {
    margin-bottom: 25px;
}
.recent-post-box .img {
    width: 100px;
    aspect-ratio: 1 / 1;
    border-radius: 10px;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.recent-post-box .text p {
    margin-bottom: 10px;
    font-weight: 700;
}
.recent-post-box .date {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--primary-color);
}
.recent-post-box .date img {
    width: 20px;
}
.sidebar {
    position: sticky;
    top: 100px;
}
.page-blog-detail{
    overflow: inherit;
}



 

/*+++++++++++++ Why Choose us section css start here+++++++++++++*/



.choose-us{

    background-color: #1b2c34; 

}

.choose-us h2, .choose-us h3,  .choose-us p{

    color: #fff;

}

.choose-us-box{

    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF21;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    height: 100%;
    text-align: center;
    padding: 35px 12px 20px;
    max-width: 400px;
    margin: auto;

}

.choose-us-box:hover {

    border-color: #FFF;

}

.choose-us-box i{

    fill: #BB8E5D;

    color: #BB8E5D;

    border-color: #BB8E5D;

    font-size: 40px;

    margin-bottom: 10px;

}

.choose-us-box img {

    width: 59px;

    height: auto;

    margin-bottom: 20px;

}



 .choose-us-box h2, .choose-us-box h3, .choose-us-box h4 {

    font-size: 24px;

}

.choose-us{

    background-attachment: fixed;

    background-color: #c6a556;

    background-image: url(../images/choose-us-bg.jpg);

    background-position: center center;

    background-size: cover;

    position: relative;

}

.choose-us .row.g-4 .col-md-6.col-sm-6, .choose-us .row.g-4 .col-md-6{
z-index: 9;
}



.choose-us .col-lg-5 span{
    position: sticky;
    top: 90px;
}

.choose-us .choose-us-box span {

    font-size: 40px;
    color: var(--secondary-color);
    font-weight: 700;
    background: #fff;
    border-radius: 16px 7px;
    margin-bottom: 17px;
    display: inline-block;
    height: 60px;
    line-height: 50px;
    width: 70px;

}
 



/* .choose-us .choose-us-box p{ 
    font-size: 14px;
} */




/*faq css start here*/
.faq .accordion {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.faq .accordion-button::after {
background-image: unset;
content: "\2b";
font-family: 'Font Awesome 7 Free';
font-weight: 900;
transition: all 0.5s;
transform: unset;
font-size: 24px;
}
.faq .accordion-button:not(.collapsed)::after {
background-image: unset; 
content: "\f068"; 
font-weight: 900;
transform: unset;
 
}
.faq .accordion-button::after {
transition: all 0.5s;
}
.faq h2.accordion-header{
  margin-bottom: 0;
}
.faq button.accordion-button {
  position: relative;
  background-color: #f8f8fa;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 20px;
  padding: 20px 35px 20px 29px;
  transition: color .2s linear;
  cursor: pointer;
}
.faq .accordion-button:focus{
box-shadow: unset;
}

  .accordion-item button.accordion-button.collapsed{
    color: var(--text-color);
  }


/*==========404 Error Page CSS Start==========*/
.main-404-error {
    margin: 0;
}

.error-content {
    text-align: center;
    max-width: 800px;
    margin: auto;
}

.error-content .error-img {
    margin-bottom: 30px;
    max-width: 500px;
}

.error-content .h2-title {
    margin-bottom: 18px;
    color: var(--text-color);
}

.error-content p {
    font-size: 18px;
    line-height: 28px; 
}

.thank-you-img {
     
    max-width: 250px;
    margin: auto;
    margin-bottom: 20px;
}
.thank-you-img svg{
    width: 150px;
    height: 150px;
    color: var(--primary-color);
}
.thank-you-img .error-img{
    margin-bottom: 0;
} 
/*==========404 Error Page CSS End==========*/
/*----------call to action css start here----------*/

.about-choose-us {
    position: relative;
    display: block;
    background-color: #265ca58f;
    z-index: 1;
    overflow: hidden;
}
.about-page-testimonial__bg-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: multiply;
    opacity: 0.35;
    z-index: -1;
}
.about-page-testimonial__bg-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    mix-blend-mode: luminosity;
    opacity: 0.4;
    z-index: -1;
}
.sbox-5 {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 30px 25px;
    border-radius: 10px;
    margin-bottom: 16px;
    transition: all 300ms ease-in-out;
    height: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.sbox-4-icon, .sbox-5-icon {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 30px;
    width: 50px;
    height: 50px;
    overflow: hidden;
    line-height: 45px;
    background: var(--secondary-color);
    color: #fff;
    text-align: center;
    font-weight: 600;
    border-radius: 100%;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 15px 25px, rgba(0, 0, 0, 0.05) 0px 5px 10px; 
}
.sbox-4-txt, .sbox-5-txt {
    overflow: hidden;
}
.sbox-4-txt h5, .sbox-5-txt h5 { 
    font-weight: 800; 
    margin-bottom: 10px;
    text-transform: capitalize;
}
.sbox-4-txt p, .sbox-5-txt p {
    color: black;
    margin-bottom: 0;
}
.sbox-5:hover, .sbox-9.sbox-9-color:hover {
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
} 

.icon-box{
    height: 180px;
    width: 180px;
    line-height: 180px;
    border: 1px dashed #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
 

.icon-box:before{
    height: 120px;
    width: 120px;
    line-height: 120px;
    background-color: #f5f8fb;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transition: .3s ease;
}
.main-box:hover .icon-box::before {
    background-color: #233152;
    transition: .3s ease;
}

/*----------call to action css end here----------*/
/*==========our mission CSS Start==========*/
.our-misson {
    position: relative;
}
.our-misson .row:before {
    content: '';
    position: absolute;
    left: -0px;
    right: -0px;
    height: 100%;
    display: block;
    top: -50px;
    z-index: -9;
    margin-left: 0px;
    background: url(../images/proccess-box-arrow.png) center center no-repeat;
}
.our-misson .main-box {
    padding: 0 10px;
}
.our-misson .icon-box {
    height: 180px;
    width: 180px;
    line-height: 180px;
    border: 1px dashed #e7e7e7;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.our-misson .icon-box:before {
    height: 120px;
    width: 120px;
    line-height: 120px;
    background-color: #f5f8fb;
    border-radius: 50%;
    position: absolute;
    content: "";
    top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    transition: .3s 
ease;
}
.our-misson .process-num {
    font-size: 12px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    background-color: #233152;
    font-weight: 500;
    position: absolute;
    top: -10px;
    margin-left: -20px;
    bottom: -15px;
    z-index: 10;
    border: none;
    display: block;
    color: #fff;
    margin-right: 5px;
    left: 65%;
    -webkit-transition: .3s 
cubic-bezier(.3, .58, .55, 1);
    transition: .3s 
cubic-bezier(.3, .58, .55, 1);
}
.our-misson .icon-box i {
    font-size: 40px; 
    position: relative;
    color: var(--primary-color);
    line-height: 173px;
}
.our-misson .content-box {
    text-align: center;
    padding-top: 30px;
}
.our-misson h4 {
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
}
.our-misson .main-box2 {
    margin-top: 60px;
}
.our-misson .main-box:hover .icon-box {
    border: 1px dashed var(--primary-color);
}
.our-misson .main-box:hover .icon-box::before {
    background-color: var(--secondary-color);
    transition: .3s 
ease;
}
.our-misson .main-box:hover .process-num {
    transform: scale(1.2);
    background-color: var(--primary-color);
}
.our-misson .main-box:hover i {
    color: #fff;
}
.team-member{
     display: grid;
      grid-template-columns: repeat(2, 1fr);
    align-items: center;
}
.team-member h4 {
    font-size: 23px;
    font-weight: 700;
}
.team-member p {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 800;
    color: #265ca5;
    margin-bottom: 0;
}
.team-content {
    margin-left: 30px;
}

.divider-separator{
    direction: ltr;
    display: flex;
    margin-top: 10px;
    border-block-start: 5px double #e5e5e5;
}


/*responsive css start here*/
@media (max-width: 1399px) {
    .blog-date {
        font-size: 13px;
    }
}

@media (max-width: 1200px) {
        .blog-img-wp {
        --mask-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyOTYiIGhlaWdodD0iMjUyIiB2aWV3Qm94PSIwIDAgMjk2IDI1MiIgZmlsbD0ibm9uZSI+CjxtYXNrIGlkPSJtYXNrMF85Ml85NjM3IiBzdHlsZT0ibWFzay10eXBlOmFscGhhIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjk2IiBoZWlnaHQ9IjI1MiI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMjk2IDIwQzI5NiA4Ljk1NDMxIDI4Ny4wNDYgMCAyNzYgMEgyMEM4Ljk1NDMgMCAwIDguOTU0MyAwIDIwVjIwM0MwIDIxNC4wNDYgOC45NTQzIDIyMyAyMCAyMjNIMTIzLjk2N0MxMzEuNzE3IDIyMyAxMzggMjI5LjI4MyAxMzggMjM3LjAzM1YyMzcuMDMzQzEzOCAyNDQuNzgyIDE0NC4yODMgMjUxLjA2NSAxNTIuMDMzIDI1MS4wNjVIMjc2QzI4Ny4wNDYgMjUxLjA2NSAyOTYgMjQyLjExMSAyOTYgMjMxLjA2NVYyMFoiIGZpbGw9ImJsYWNrIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF85Ml85NjM3KSI+CjxyZWN0IHg9Ii0zNS42NjI2IiB3aWR0aD0iMzc5LjQ1MSIgaGVpZ2h0PSIyNTMuMjA1IiBmaWxsPSJibGFjayIvPgo8L2c+Cjwvc3ZnPg==);
    }

    .blog-date {
        bottom: -2px;
        width: 41%;
    }
}


@media (max-width: 1199px) {

.hero-banner .slide-content{
    padding: 20px 30px;
}

        .shape-mockup.testi-shape {
        min-width: 203px;
        -webkit-clip-path: polygon(0 0, 80% 0%, 65% 100%, 0% 100%);
        clip-path: polygon(0 0, 80% 0%, 65% 100%, 0% 100%);
    }
}

@media (max-width: 992px) {
    
.hero-banner .slide-content h1, .hero-banner .slide-content h2 {
        margin: 10px 0;
    margin-bottom: 20px;
    font-size: 50px;
}
.about__images {
    margin-bottom: 40px;
}
.about-left-content, .about-right-content{
    padding: 0;
}
.projectFactsWrap .item i { 
    font-size: 50px;
}

.heading-area h2 {
    font-size: 36px;
  }
.testi-image11 {
    display: none;
}
.shape-mockup.testi-shape {
    min-width: auto;
    -webkit-clip-path: polygon(0 0, 60% 0%, 45% 100%, 0% 100%);
    clip-path: polygon(0 0, 60% 0%, 45% 100%, 0% 100%);
    height: 100%;
}

.site-mobile-menu .site-nav-wrap a i { 
    margin-top: 4px;
}
.banner__inner-page{
    padding: 90px 0;
}
.about-img {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto; 
        margin-bottom: 30px;
    }
    .main-box {
    max-width: 550px;
    margin: auto;
}
.our-misson .main-box2 {
    margin-top: 0px;
}
.our-misson .main-box {
    margin: 30px auto;
}
.our-misson .row{
    gap: 15px 0;
}
.our-misson .row:before{
    display: none;
}
.banner__inner-page .shape3 {
    max-width: 40%;
    top: auto;
    bottom: 0;
}
    .blog-date {
        font-size: 17px;
    }
    .contact-info {
    max-width: 450px;
    height: auto;
    margin: 15px auto;
}
.map-iframe iframe {
    height: 400px;
    width: 100%;
}
.choose-us .col-lg-5 span {
        position: relative;
        top: inherit;
        margin-bottom: 30px;
        display: inline-block;
    }
.page-blog-detail .title, .page-blog-detail h2{
  margin: 20px 0 10px 0;
}
    .page-blog-detail .title, .page-blog-detail h2 {
        font-size: 32px;
    }
    
   .hero-banner .owl-nav .owl-prev { 
        left: 5px; 
    }
    .hero-banner .owl-nav .owl-next { 
        right: 5px; 
    }
    .hero-banner .slide-content p{
        font-size: 19px;
    }
    .choose-box-wrapper {
    flex-direction: column;
}
.cta-now {
    padding-bottom: 80px;
    padding-top: 80px;
}
.heading-area{
    margin-bottom: 30px;
}
.single-blog-style {
    max-width: 450px;
    margin: auto;
}
.testimonials-sec .owl-nav{
    display: none;
}
.single-contact-info {
    max-width: 500px;
    margin: 10px auto;
    margin-bottom: 30px;
}

.team-member{ 
      grid-template-columns: repeat(1, 1fr);
  }
  .team-content { 
    margin-top: 20px;
}
.team-content {
    margin-left: 0;
} 
}


@media (max-width: 768px) {
    .hero-banner .slide-item .container-fluid {
    position: relative;
    z-index: 9;
}
    .hero-banner .slide-content h1, .hero-banner .slide-content h2 {
        font-size: 40px;
    }
    .hero-banner .slide-item{
        height: inherit;
        padding: 70px 0; 
    }
        .hero-banner .slide-content {
        padding: 0px 30px;
        position: initial;
        transform: unset;
    }
    .hero-banner .owl-nav button{
        width: 40px;
        height: 40px;
    }
    .single-service-style, .home-new-box, .blog-box {
        max-width: 470px;
        margin: auto;
    }
    .heading-area { 
        margin-bottom: 20px;
    }
    .gallery-section .gallery-section-wrapper{
        
    grid-template-columns: repeat(2, 1fr);
    }
        .blog-date {
        font-size: 18px;
    }
    .about__year-wrap .count {
    font-size: 50px;
    }
    .about__year-wrap .title { 
    font-size: 14px;
    }
    .about__year-wrap{
            right: -80px;
    }
    .about__images {
    position: relative;
    margin-bottom: 50px;
}
.banner__inner-page {
    padding: 60px 0;
} 
.banner__inner-page h1 { 
font-size: 40px;
}
.map-wrap iframe { 
    height: 405px; 
    padding: 5px;
}
.team-member {
    max-width: 400px;
    margin: auto;
}
}

@media (max-width: 575px) {
        .thank-you-img svg {
        width: 130px;
        height: 110px;
    }
    
.contact-section .inner-column{
    padding: 25px;
}   
    .map-iframe iframe {
        height: 300px;
    }
    .team-box { 
    max-width: 300px; 
    margin: auto;
}
}
@media (max-width: 480px) {
.slide-content-text .title{
padding: 19px 20px 4px;
height: auto;
}
.slide-content-text .title:before{
    height: 100%;
}
.hero-banner .slide-content {
    padding: 0px 20px;
}
.hero-banner .slide-content h1, .hero-banner .slide-content h2 {
    font-size: 33px;
}
.projectFactsWrap {
    grid-template-columns: repeat(2, 1fr);
}
.home-new-box h3 { 
    font-size: 22px;
}
.heading-area h2 {
    font-size: 32px;
}
.banner__inner-page h1 {
    font-size: 32px;
    margin-bottom: 12px;
}
    .banner__inner-page {
        padding: 45px 0;
    }
        .map-iframe iframe {
        height: 250px;
    }
    .faq button.accordion-button{
            font-size: 20px;
    padding: 20px 15px 20px 20px;
    }
    .faq .accordion-button::after{
        font-size: 21px;
    }

.page-blog-detail .title, .page-blog-detail h2 {
    font-size: 28px;
    margin: 20px 0 10px 0;
}
.page-blog-detail h3 {
    font-size: 25px;
    }
.page-blog-detail h4 {
font-size: 24px;
}
.page-blog-detail h5, .page-blog-detail h6{
    font-size: 22px;
}
    .thank-you-img svg {
        width: 100px;
        height: 100px;
    }
.testimonials-sec .owl-item .quote-asset{
    
    margin: 5px auto 10px;
}
.reversed-wave-class { 
    top: -7px;
}
.contact-form-wrap { 
    padding: 30px 20px;
}
.contact-form-wrap h3 {
    font-size: 30px;
}
.map-wrap iframe { 
    height: 300px; 
    padding: 5px;
}
.single-contact-info{
        padding: 25px 20px;
}
.single-contact-info h3 {
    font-size: 19px;
}
}
@media (max-width: 374px) {
.contact-section .inner-column {
    padding: 15px;
}
.contact-section .outer-box { 
    border-radius: 10px;
}
.contact-section .button1 {
    margin: 10px 0;
}
.site-navbar .button1{
    display: none;
}
}