:root {
    --color-primary:#13287d;
    --color-secondary: #007cfb;
    --color-black:#000000;
    --color-white:#ffffff;
    --bg-color: #f3f5fa;
}
.main-title {
    font-size: 48px;
    color: var(--color-primary);
}
.custom-shape-bg {
    width: 100%;
    margin-top: -75px;
    z-index: 10;
    position: relative;
}
.about-us {
    background-color: var(--bg-color);
}
ul {
    padding: 0;
    margin: 0;
}
/* =========== Slider CSS Start =========== */
.custom-header {
    background-color: var(--color-white);
    padding: 10px 0;
}
.custom-header ul li a {
    color: var(--color-secondary);
    font-size: 20px;
}
.custom-header ul li a:hover, .custom-header ul li a.active {
    color: var(--color-primary) !important;
}
.custom-header ul {
    gap: 20px;
}
.custom-header .nav-link:focus, .custom-header .nav-link:hover {
    color: var(--color-white);
}
.custom-header .navbar-brand img, .footer-logo {
    width: 200px;
}
/* .custom-header ul li a:hover, .custom-header ul li a.active {
    border-bottom: 2px solid var(--color-white);
} */
/* =========== Slider CSS End =========== */





/* =========== Slider CSS Start =========== */
.custom-slider .custom-slide-item img {
    width: 100%;
    display: inline;
}
.custom-slide-item .slide-content h3 {
    font-size: 72px;
    color: var(--color-primary);
}
.custom-slide-item .slide-content h5 {
    font-size: 44px;
    color: var(--color-black);
}
.custom-slide-item .slide-content p {
    font-size: 24px;
    color: var(--color-black);
}
.custom-slide-item .slide-content p a {
    font-size: 24px;
    border: 1px solid var(--color-primary);
    border-radius: 5px;
    padding: 0 30px;
    text-decoration: none;
    line-height: 50px;
    background-color: var(--color-primary);
    color: var(--color-white);
    height: 55px;
    display: inline-block;
}

.custom-slide-item .slide-content p a:hover {
    border: 1px solid var(--color-secondary);
    background-color: var(--color-secondary);
}
.custom-slide-item {
    position: relative;
}
.custom-slide-item .slide-content {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 50px 20px;
    background: rgb(255 255 255 / 50%);
    width: 100%;
    border-radius: 5px;
    max-width: 1100px;
}
.custom-slide-item:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 30%);
}
.custom-slider .slick-next {
    right: 50px;
}
.custom-slider .slick-slide {
    margin: 0;
}
.custom-slider .slick-prev {
    left: 50px;
    z-index: 10;
}

.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}


.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}


.slick-current {
  opacity: 1;
}
.custom-slider .slick-dots li button:before, .gallery-section .slick-dots button:before {
    font-size: 72px;
    color: var(--color-secondary);
}
.custom-slider .slick-dots li.slick-active button:before, .gallery-section .slick-dots .slick-active button:before {
    opacity: 1;
    color: var(--color-primary);
}
.custom-slider .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.custom-slider .slick-dots {
    bottom: 10px;
}
/* =========== Slider CSS End =========== */
/* =========== Our Specialities CSS START =========== */
.product-item {
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
}
.product-item img {
    border: 1px double var(--color-primary);
    outline: 2px solid var(--color-primary);
    outline-offset: -9px;
    padding: 8px;
    border-radius: 100%;
    width: 80%;
    margin-bottom: 20px;
}
.product-item h5 {
    color: var(--color-primary);
    font-size: 24px;
}
.product-item ul li {
    color: var(--color-black);
    list-style: none;
    padding-bottom: 5px;
    font-size: 18px;
}
/* =========== Our Specialities CSS END =========== */
/* =========== About Us CSS START =========== */
.sub-title {
    font-size: 20px;
    position: relative;
    display: inline-block;
    padding: 0 30px;
    color: var(--color-primary);
    font-weight: 700;
}
.sub-title::after {
    right: 0;
}
.sub-title::before {
    left: 0;
}
.sub-title::before, .sub-title::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 4px;
    border-radius: 10px;
    background: var(--color-primary);
    top: 0;
    bottom: 0;
    margin: auto;
}
.about-us img {
    width: 100%;
}
.about-content p {
    font-size: 16px;
    color: var(--color-black);
}
.about-content {
    padding-left: 50px;
    padding-right: 50px;
}

/* =========== About Us CSS END =========== */

/* =========== Gallery CSS START =========== */
.estimates-section {
    background-image: url('../images/bg-4.webp');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.estimates-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    background: rgb(255 81 26 / 90%);
    left: 0;
    right: 0;
}

.estimates-section .container {
    z-index: 10;
    position: relative;
}
.estimates-section a {
    font-size: 24px;
    border: 1px solid var(--color-white);
    border-radius: 5px;
    padding: 0 30px;
    text-decoration: none;
    line-height: 50px;
    background-color: var(--color-primary);
    color: var(--color-white);
    height: 55px;
    display: inline-block;
}
.estimates-section a:hover {
    border: 1px solid var(--color-white);
    background-color: var(--color-primary);
    color: var(--color-white);
}
/* =========== Gallery CSS END =========== */

/* =========== Gallery CSS START =========== */
.gallery-section .slick-next {
    right: 20px;
}
.gallery-section .slick-prev {
    left: 50px;
}
.gallery-section .slick-prev:before, .gallery-section .slick-next:before {
    color: var(--color-primary);
}
.gallery-section .slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}
.services-content-three {
    background: var(--color-white);
    margin: -130px 25px 30px;
    padding: 55px 25px 35px;
    position: relative;
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    z-index: 1;
}
.services-content-three .icon {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    line-height: 0;
    border-radius: 50%;
    background: var(--color-primary);
    color: var(--color-white);
    position: absolute;
    left: 25px;
    top: -45px;
}
.services-content-three .title {
    font-size: 24px;
    margin-bottom: 15px;
}
.services-content-three p {
    margin-bottom: 20px;
}
.services-content-three .btn {
    background: var(--color-primary);
    color: var(--color-white);
    padding: 10px 20px;
}
.services-content-three .btn:hover {
    background: var(--color-secondary);
    color: #fff;
}
.services-content-three .icon svg {
    width: 36px;
}
.services-content-three a {
    box-shadow: none;
    text-decoration: none;
}
.services-content-three a {
    color: var(--color-primary);
}
.services-content-three a:hover {
    color: var(--color-secondary);
}
.gallery-section img {
    border-radius: 10px;
}
/* =========== Gallery CSS END =========== */
/* =========== Mission CSS START =========== */
.mission-content {
    position: relative;
}
.mission-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 90%;
    z-index: 10;
}
.mission-content:after {content: '';position: absolute;background: rgb(0 0 0 / 70%);top: 0;bottom: 0;left: 0;right: 0;}
.mission-content img {
    width: 100%;
}
.mission-overlay h3.main-title {
    color: #fff;
}

.mission-overlay p {
    color: #fff;
}
.our-vision .product-item img {
    width: 100px;
}
.gallery-section {
    background: #f3f5fa;
}
.our-vision .product-item {
    box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.05) !important;
}
/* =========== Mission CSS END =========== */
/* =========== Footer CSS START =========== */
#footer .footer-newsletter h4 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 0;
    line-height: 1;
    font-weight: 600;
    color: var(--color-primary);
}
#footer .footer-newsletter form {
    background: #fff;
    padding: 20px 30px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
    text-align: left;
}


#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #f3f5fa;
}
#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--color-primary);
}
#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: var(--color-primary);
    position: relative;
    padding-bottom: 12px;
}
#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}
#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    text-decoration:none;
    font-weight: 600;
    line-height: 1;
}
#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}
#footer .footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#footer .credits a {
    transition: 0.3s;
    color: #e36013;
    text-decoration: none;
    font-weight: 600;
}
#footer .credits a img {
    height: 30px;
} 
.social-links a img {
    height: 42px;
}
#footer .footer-top .social-links a {
    margin-right: 10px;
}
#footer {
    background: var(--color-primary);
}
#footer .footer-newsletter {
    padding: 50px 0;
    background: #fff;
    text-align: center;
    color: #444444;
}
#footer .footer-top .footer-links ul a:hover {
    color: var(--color-primary);
}
.time-links li {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    list-style: none;
}
  .contact-item  h4 {
    color: var(--color-primary);
    text-align: left;
  }
  .contact-form textarea {
    resize: none;
  }
  
  .contact-form .form-input,
  .form-text-area {
    background-color: #f0f4f5;
    height: 50px;
    padding-left: 16px;
  }
  
  .contact-form .form-text-area {
    background-color: #f0f4f5;
    height: auto;
    padding-left: 16px;
  }
  
  .contact-form .form-control::placeholder {
    color: #aeb4b9;
    font-weight: 500;
    opacity: 1;
  }
  
  .contact-form .form-control:-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control::-ms-input-placeholder {
    color: #aeb4b9;
    font-weight: 500;
  }
  
  .contact-form .form-control:focus {
    border-color: #f33fb0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.07), 0 0 8px #f33fb0;
  }
  
  .contact-form .title {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
  }
  
  .contact-form .description {
    color: #aeb4b9;
    font-size: 14px;
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper {
    text-align: center;
  }
  
  .contact-form .submit-button-wrapper input {
    border: none;
    border-radius: 4px;
    background-color: var(--color-primary);
    color: white;
    text-transform: uppercase;
    padding: 10px 60px;
    font-weight: 500;
    letter-spacing: 2px;
  }
  
  .contact-form .submit-button-wrapper input:hover {
    background-color: var(--color-secondary);
  }
  
.animated {
    animation: up-down 2s ease-in-out infinite alternate-reverse both;
  }
  .services-content-three .icon img {
    height: 50px;
    width: 50px;
    filter: invert(1);
}
.custom-slider button:before, .gallery-section button:before {
    color: var(--color-white);
    font-size: 36px;
}

#footer .footer-top .footer-links.serving-area ul li {
    padding: 5px 0;
}
#footer .footer-top .footer-contact .contact-item {
    height: unset;
    background: transparent;
    padding: 1px;
}
.our-vision .product-item:hover {
    background:  var(--color-primary);
}

.our-vision .product-item:hover h5, .our-vision .product-item:hover p {
    color: var(--color-white);
}
@keyframes up-down {
    0% {
      transform: translateY(10px);
    }
  
    100% {
      transform: translateY(-10px);
    }
  }

  .services-page .about-content {
    padding: 0;
}
.contact-item .contact-wrap {
    display: flex;
    gap: 1rem;
    align-items: center;
    padding-bottom: 1rem;
}
.contact-icon {
    padding: 10px;
    background: var(--color-primary);
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    border-radius: 100px;
}

.contact-icon svg {
    height: 32px;
    filter: invert(1);
}
.contact-item p {
    text-align: left;
    margin-bottom: 0;
    padding-top: 0;
}

.contact-item p a {
    text-decoration: none;
    color: var(--color-primary);
}
.contact-item {
    text-align: center;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding:2rem 1rem;
    height: 100%;
}
/* =========== About Page CSS Start =========== */
  .about-inner-section, .services-inner-section, .contact-inner-section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.services-inner-section {
    background-image: url('../images/services-inner.webp');
}
.contact-inner-section {
    background-image: url('../images/contact-inner.webp');
}
.about-inner-section {
    background-image: url('../images/about-inner.webp');
}
.about-inner-section:after, .services-inner-section::after, .contact-inner-section:after {
    content: '';
    position: absolute;
    background: rgb(0 0 0 / 50%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.about-inner-section h3, .services-inner-section h3, .contact-inner-section h3 {
    position: relative;
    z-index: 10;
    color: #fff;
}
.about-content a {
    text-decoration: none;
    color: #fff;
    background: var(--color-primary);
    padding: 10px 25px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid var(--color-primary);
}

.about-content a:hover {
    background: #fff;
    color: var(--color-primary);
}
/* =========== About Page CSS END =========== */


.testimonial-slider {
    background-color: var(--color-primary);
    padding: 2em 2em 3em;
  }
  .testimonial-title {
    color: #fff;
  }
  .testimonial-title h2 {
    padding-left: 0.2em;
  }
  .card {
    margin: 0 0.5em;
    box-shadow: 2px 6px 8px 0 rgba(22, 22, 26, 0.18);
    border: none;
    height: 100%;
  }
  .carousel-control-prev,
  .carousel-control-next {
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
  }
  .testimonial-slider .img-wrapper {
    padding: 1rem;
}
  
.testimonial-slider .img-wrapper img {
    height: 100px;
    width: auto;
    max-width: unset;
}
.coming-soon {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: radial-gradient(circle, #ffffff, #8594c3, #010206);
}

.coming-soon .navbar-brand img {
    height: 150px;
}

.coming-soon h3 {
    font-size: 72px;
    font-family: var(--bs-body-font-family);
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.coming-soon h5 {
    font-size: 26px;
}
  @media (min-width: 576px) {
    .carousel-item {
      margin-right: 0;
      flex: 0 0 50%;
      display: block;
    }
    .carousel-inner {
      display: flex;
    }
  }
  @media (min-width: 768px) {
    .carousel-inner {
      padding: 1em;
    }
    .carousel-control-prev,
    .carousel-control-next {
      opacity: 1;
      position: absolute;
      left: 1em;
      top: 90%;
      transform: translateY(-50%);
    }
    .carousel-control-next {
      left: 5em;
    }
  }
  
/* =========== Footer CSS END =========== */
@media only screen and (max-width: 767px) {
    .custom-slider .slick-dots {
        bottom: -10px;
    }
    .custom-header .navbar-brand img, .footer-logo {
        width: 150px;
    }
    .about-content {
        padding-left: 10px;
        padding-right: 10px;
    }
    .main-title {
        font-size: 36px;
    }
    .custom-slider button.slick-arrow, .gallery-section button.slick-arrow {
        display: none !important;
    }
    .custom-header {
        padding: 10px 0;
    }
.custom-slide-item .slide-content {
    position: unset;
    transform: unset;
    padding: 1rem;
}
.custom-slide-item:after {
    display: none;
}
.custom-slide-item .slide-content p {
    font-size: 24px;
}
.custom-slide-item .slide-content h3 {
    font-size: 36px;
}
.custom-slide-item .slide-content h5 {
    font-size: 26px;
}
.mission-overlay {
    position: unset;
    transform: unset;
    width: 100%;
    padding: 1rem;
}
.services-content-three {
    margin: -80px 0px 30px;
    padding: 55px 1rem 1rem;
}
.mission-content:after {
    display: none;
}
.mission-overlay h3.main-title {
    color: var(--color-primary);
}
.mission-overlay p {
    color: var(--color-black);
}
}