.services-header{
    align-content: center;
}
.contactForm{
    padding: 10px;
}
.contact .contactForm input {
    height: 35px;
}
.contact .contactForm button[type=submit] {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
.contact .contactForm {
    width: 100%;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
    padding: 30px;
}
.contact .gy-4 {
    padding-bottom: 14px;
}
.herotag{
    background: black;
    color: #cd9c47;
    border-radius: 15px;
    padding: 0px 11px;
}
.hero .info h2 {
    color: #fff;
    margin-bottom: 30px;
    padding-bottom: 30px;
    font-size: 40px;
    font-weight: 700;
    position: relative;
    padding-top: 50px;
}
.hero .info h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 0px;
    background: var(--color-primary);
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.enq_info{
    font-size: 9px;
    color: #0c0c0c;
    padding-top: 20px;
}
.get-started .php-email-form {
    background: #fff;
    padding: 15px;
    height: 100%;
}
.get-started .php-email-form input {
    padding: 8px 15px;
}
.form_label{
    font-size: 13px;
    font-weight: 500;
}

.services .service-item {
    padding: 20px;
    background: #e7e7e7;
    height: 100%;
    border-radius: 5px;
}
.ser h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-secondary);
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}
.ser h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 3px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}
.ser .service-item h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 0px;
    background: var(--color-primary);
    left: 0;
    bottom: 0;
}
.our-process1 .processitem {
    position: relative;
    z-index: 1;
    margin-top: 10px;
    text-align: center;
    padding: 0 15px;
}
.our-process1 {
    padding: 40px 0 60px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.our-process1 .pricon {
    width: 130px;
    height: 130px;
    background: #52565e;
    text-align: center;
    font-size: 50px;
    text-align: center;
    line-height: 130px;
    font-weight: normal;
    border-radius: 100%;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    color: #111;
    transition: all .5s ease;
}
.our-process1 .processitem .pricon span {
    transition: all .5s ease;
}
.our-process1 .pricon .count {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 45px;
    left: -18px;
    font-size: 20px;
    display: block;
    line-height: 35px;
    background: #333;
    border-radius: 100%;
    color: #fff;
}
.our-process1 .processitem h5 {
    margin-bottom: 15px;
    color: #52565e;
    font-size: 22px;
    font-weight: bold;
}
.our-process1 .processitem p {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}
.our-process1 .processitem:hover .pricon {
    background: linear-gradient(to bottom, #cd9c47 17%, #cd9c47 81%);
    color: #fff;
}

.process-icon{
    color: #fff;
}

.scroll-top:hover {
    background: #cd9c47;
    color: #fff;
}
.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}
.enqbtn{
    background: var(--color-primary);
    border: 0;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .footer-content .footer-info {
    margin-bottom: 5px;
}
.required_field{
color:red;
}
.required_field_span {
    color: #6d6d6d;
    background-color: rgb(237, 237, 237);
}

.modal-dialog .sendenqbtn {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 5px;
}
.sendenqbtn {
    background: var(--color-primary);
    border: 0;
    padding: 10px 35px;
    /* color: #fff; */
    color: #000000 !important;
    transition: 0.4s;
    border-radius: 5px;
    font-weight:600;
}

.services .service-item p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
    color: var(--color-secondary);
}
.alt-services .icon-box p {
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 0;
}
.services .service-item .icon {
    width: 48px;
    height: 48px;
    position: relative;
    margin-bottom: 35px;
}
.footer .footer-content .footer-links ul li {
    padding: 6px 0;
}
.footer {
    color: #fff;
    background: url(../img/foot.webp)  center no-repeat;
    background-size: cover;
    font-size: 14px;
    padding: 40px 0 30px 0;
    position: relative;
}
.header {
    z-index: 997;
    position: fixed;
    padding: 10px 0;
    top: 0;
    left: 0;
    right: 0;
    background-color: #1d242a;
    box-shadow: 0px 8px 20px rgba(0, 0, 0, .5);
}

.header .logo img {
    max-height: 60px;
    margin-right: 6px;
    width: 250px;
    padding: 5px;
}
.card-img, .card-img-bottom {
    border-bottom-right-radius: var(--bs-card-inner-border-radius);
    border-bottom-left-radius: var(--bs-card-inner-border-radius);
}
.card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius);
    text-align: left;
}

.bg-transparent1 {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.9);
    color: #fff;
    visibility: hidden;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: x-large;
  
    transition: opacity .2s, visibility .2s;
  }
  
  .card:hover .bg-transparent1 {
    visibility: visible;
    opacity: 1;
    font-size: 20px;
  }

.bg-transparent {
    --bs-bg-opacity: 1;
    background-color: #1d242a !important;    ;
    padding: 10px;
    font-size: large;
}
.card-img{
border-radius: 0px;;
}
.bg-dark {
    --bs-bg-opacity: 1;
    background-color: rgb(247, 247, 247) !important;
    border-radius: 0px;
}
.hero .info {
    position: absolute;
    inset: 1;
    z-index: 2;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 75px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}
.my-float {
    margin-top: 16px;
}

.service-item p{
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    word-spacing: -0.05em;
}

.pp h1, h2 {
    color: #333;
}
.pp h1 {
    font-size: 28px;
}
.pp h2 {
    font-size: 22px;
}
.pp p {
    font-size: 16px;
}
.pp ul {
    list-style-type: disc; /* Ensures bullets are shown */
    margin-left: 20px;     /* Adds some space between the bullet points and the text */
}
.pp li {
    margin-bottom: 10px;   /* Adds some spacing between list items */
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px)  {
    .example {background: red;}
    .footer-info .logo img {
        max-height: 60px;
        margin-right: 6px;
        width: 250px;
    }
    .hero {
        overflow-x: hidden;
        padding: 60px 0 0 0;
    }
    .header .logo img {
        max-height: 60px;
        margin-right: 5px;
        width: 170px;
        padding: 5px;
    }
    .hero .carousel-item {
        position: absolute;
        inset: 0;
        background-size: cover;
        background-position: left;
        background-repeat: no-repeat;
        overflow: hidden;
        z-index: 1;
        transition-duration: 0.4s;
    }
    .hero .carousel {
        width: 100%;
        min-height: 40vh;
        margin: 0;
        position: relative;
    }
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
        color: #ffffff;
    }
    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }
    .about .about-img {
    min-height: 350px;
    background-size: cover;
    background-position: right;
    }
    .breadcrumbs {
    padding: 100px 0 0px 0;
    min-height: 30vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    }
    .breadcrumbs h2 {
    font-size: 35px;
    font-weight: 500;
    color: #fff;
    font-family: var(--font-secondary);
    }
    .hero .info p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
    }
    .hero .info {
        position: absolute;
        inset: auto;
        z-index: 2;
        padding: 30px 10px;
    }
    .enq_info{
        font-size: 9px;
        color: #0c0c0c;
        padding-top: 10px;
    }
    .hero .info h2 {
        color: #fff;
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-weight: 700;
        position: relative;
        font-size: 22px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .alt-services h3 {
        font-size: 23px;
        font-weight: 700;
        color: var(--color-secondary);
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .hero .info p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    .modal-dialog .sendenqbtn {
        background: var(--color-primary);
        border: 0;
        padding: 10px 35px;
        color: #000000;
        transition: 0.4s;
        border-radius: 5px;
    }
    .sendenqbtn {
        background: var(--color-primary);
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 5px;
        font-weight: 600;
    }
    .herotag{
        background: black;
        color: #cd9c47;
        border-radius: 15px;
        padding: 0px 11px;
    }
    .enq_info{
        font-size: 10px;
        color: #0c0c0c;
        padding-top: 20px;
    }
  }
  
  /* Small devices (portrait tablets and large phones, 600px and up) */
  @media only screen and (min-width: 600px) {
    .example {background: green;}
    .footer .footer-content .social-links a {
        background: rgb(255 255 255 / 0%);
    }
  }
  
  /* Medium devices (landscape tablets, 768px and up) */
  @media only screen and (min-width: 768px) {
    .example {background: blue;}
    .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
        color: #ffffff;
    }
    .mobile-nav-show {
        position: relative;
        color: #fff;
        font-size: 28px;
        cursor: pointer;
        line-height: 0;
        transition: 0.5s;
        z-index: 9999;
        padding-right: 10px;
    }
    .hero .carousel {
        width: 100%;
        min-height: 80vh;
        padding: 80px 0;
        margin: 0;
        position: relative;
    }
    .about .about-img {
    min-height: 350px;
    background-size: cover;
    background-position: right;
    }
    
    .hero .info p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 13px;
    }
    .hero .info {
        padding: 0 30px;
    }
    .hero .info h2 {
        font-size: 22px;
        margin-bottom: 0px;
    }
    .hero .info h2:after {
        content: "";
        position: absolute;
        display: block;
        width: 80px;
        height: 0px;
        background: var(--color-primary);
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .enq_info{
        font-size: 9px;
        color: #0c0c0c;
        padding-top: 10px;
    }
    .hero .info h2 {
        color: #fff;
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-size: 48px;
        font-weight: 700;
        position: relative;
        font-size: 22px;
        margin-bottom: 0px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .alt-services h3 {
        font-size: 23px;
        font-weight: 700;
        color: var(--color-secondary);
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
    }
    .hero .info p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 14px;
    }
    .footer .footer-content .social-links a {
        font-size: 36px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        line-height: 1;
        margin-right: 25px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    .footer-info .logo img {
        max-height: 60px;
        margin-right: 6px;
        width: 250px;
    }
    .footer .footer-content h4 {
        font-size: 18px;
        padding-bottom: 1px;
    }
    .footer .footer-content .social-links a {
        background: rgb(255 255 255 / 0%);
    }
  } 
  
  /* Large devices (laptops/desktops, 992px and up) */
  @media only screen and (min-width: 992px) {
    .example {background: orange;}
    .footer .footer-content .social-links a {
        background: rgb(255 255 255 / 0%);
    }
  } 
  
  /* Extra large devices (large laptops and desktops, 1200px and up) */
  @media only screen and (min-width: 1200px) {
    .example {background: pink;}
    .hero .carousel {
        width: 100%;
        min-height: 89vh;
        padding: 80px 0;
        margin: 0;
        position: relative;
    }
    .footer .footer-content h4 {
        font-size: 22px;
        padding-bottom: 1px;
    }
    .footer .footer-content .social-links a {
        font-size: 50px;
        display: inline-block;
        background: rgb(255 255 255 / 0%);
        color: #fff;
        line-height: 1;
        margin-right: 20px;
        border-radius: 4px;
        width: 55px;
        height: 55px;
        transition: 0.3s;
    }
    .footer-info .logo img {
        /* max-height: 115px;
        margin-right: 6px;
        width: 148px; */
        max-height: 60px;
        margin-right: 6px;
        width: 250px;
    }
    .hero .info h2 {
        color: #fff;
        margin-bottom: 30px;
        padding-bottom: 30px;
        font-size: 40px;
        font-weight: 700;
        position: relative;
        padding-top: 50px;
    }
    .footer .footer-content .social-links a {
        background: rgb(255 255 255 / 0%);
    }
    
}

@media only screen and (max-width: 667px) and (max-width: 740px)  {
    .footer .footer-content .social-links a {
        background: rgb(255 255 255 / 0%);
    }
}



















  @media (min-width: 1280px) {
    /* .navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover>a {
        color: #ffffff;
    } */
}

  @media (max-width: 1279px) {
    /* .footer .footer-content .social-links a {
        font-size: 36px;
        display: inline-block;
        background: rgba(255, 255, 255, 0.1);
        color: #fff;
        line-height: 1;
        margin-right: 25px;
        border-radius: 4px;
        width: 36px;
        height: 36px;
        transition: 0.3s;
    }
    .footer-info .logo img {
        max-height: 90px;
        margin-right: 6px;
        width: 100px;
    }
    .footer .footer-content h4 {
        font-size: 18px;
        padding-bottom: 1px;
    } */
    
}
