.hero-3 .hero-content h1 {
    font-size: 33px;
}

@media (max-width: 1199px) {
  
}
@media (max-width: 575px) {
    .hero-3 .hero-content h1 {
        font-size: 19px;
    }
}
.section-title span {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: inherit;
    font-size: 12px;
}
.about-wrapper .about-content .about-icon-items .icon-items .icon {
    width: 39px;
    height: 39px;
    display: flex;
    /* line-height: 80px; */
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    align-items: center;
    background-color: var(--theme);
    color: var(--white);
}
.border-none{
    border-bottom: none !important;
}
.ml-4{
    margin-left: 20px !important;
}
.offer-section .section-title span {
    color: var(--theme);
    margin-bottom: 10px;
    display: inline-block;
    font-weight: 700;
    text-transform: inherit;
    font-size: 24px;
}
.about-wrapper .about-content .about-icon-items .icon-items .content {
    flex-basis: unset;
}
.section-padding {
    padding: 70px 0px;
}
.service-wrapper {
    margin-bottom: 42px;
}
.service-box-items {
    margin-top: 30px;
    background-color: var(--white);
    padding: 35px 20px;
    position: relative;
    z-index: 9;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    margin-bottom: 12px;
    /* border-radius: 20px; */
}
.header-main .main-menu ul li {
    position: relative;
    list-style: none;
    display: inline-block;
    margin-inline-end: 31px;
}
.style-3 .icon img{
    width: 40px;
    height: 40px;
}
.vlogo{
    width: 60px;
}
@media (max-width: 1899px) {
    .header-3 .header-main .header-right .header-button .theme-btn {
   
        background: linear-gradient(90deg, rgba(0, 212, 255, 0.9445903361344538) 1%, rgb(51 50 141) 100%, rgb(2 45 37) 100%);
        color: var(--white);
    }
}
/* .theme-btn {
 
    color: var(--white);

    background: linear-gradient(90deg, rgba(0, 212, 255, 0.9445903361344538) 1%, rgb(51 50 141) 100%, rgb(2 45 37) 100%);
} */
.hero-3 .hero-content h5 {
    color: #f6a82c;
    margin-bottom: 20px;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}
.hero-3 .hero-content h5::before {
    position: absolute;
    top: 10px;
    left: 0;
    content: "";
    width: 30px;
    height: 2px;
    background-color: #f4922c;
}
.offcanvas__wrapper .offcanvas__content .offcanvas__close {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color:#f4922c;
    position: relative;
    z-index: 9;
    cursor: pointer;
}
/* .theme-btn.border-white {
    border: 1px solid var(--white);
    background-color: unset;
    padding: 22px 40px;
} */
.hero-3 .slider-image::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(270deg, rgba(5, 26, 108, 0) 14.74%, #01394ff2 70.82%);
    opacity: 0.95;
}
.contactbtn{
   background-color: transparent;
    color: #f4922c;
    border: 2px solid #f4922c;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    padding: 24px 40px;
    border-radius: 0;
    text-transform: capitalize;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 1;
    line-height: 1;
}
.contactbtn::before {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
  }
  .contactbtn::after {
    content: "";
    background-color: var(--header);
    width: 0;
    height: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: -1;
  }
  .contactbtn i {
    margin-left: 10px;
  }
  .contactbtn:hover {
    color: var(--white);
  }
  .contactbtn:hover::before, .contactbtn:hover::after {
    width: 100%;
  }
  .contactbtn.hover-white::before, .contactbtn.hover-white::after {
    background-color: var(--white);
  }
  .contactbtn.hover-white:hover {
    color: var(--header);
  }
  .contactbtn.bg-white {
    background-color: var(--white);
    color: var(--header);
  }
  .contactbtn.bg-white:hover {
    color: var(--white);
  }
  .contactbtn.border-white {
    border: 1px solid var(--white);
    background-color: transparent;
    padding: 22px 40px;
  }
  .section-title{
    position: relative;
padding-left: 0px;
}
/* .section-title span::before {
 
position: absolute;
top: 14px;
left: 0;
content: "";
width: 30px;
height: 2px;
background-color: #f4922c;



} */
.contact-content h2 {
    font-size: 23px;

}
.offcanvas__logo a img {
    width: 88px;
}
.offcanvas__info {
    background: #ffffff none repeat scroll 0 0;}
    .project-section-3::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: #054653;
        opacity: 0.6;
    }
    
    .project-items .project-image {
        position: relative;
        height: 357px;
    }    
    .testimonial-box-items{
margin-bottom: 46px;
    }

    .testimonial-box-items {
        position: relative;
        height: 200px;
        z-index: 9;
        margin-top: 30px;
        background-color: var(--white);
        box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        padding: 40px;
        margin-bottom: 20px;
    }
    .tesimonial-section-3 .array-button .array-prev {
     
        border: 1px solid #f4922c;
        color: #f4922c;
    }
    .tesimonial-section-3 .array-button .array-prev:hover {
     
        border: 1px solid #f4922c;
        color: #ffffff;
    }
    @media (max-width: 1899px) {
        .tesimonial-section-3 .array-button {
            position: absolute;
            left: 50%;
            transform: translateX(-50%);
            bottom: -18px;
        }
    }
    .breadcrumb-wrapper::before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        content: "";
        background-image: linear-gradient(270.07deg, #13a8df 0.07%, #000000 99.95%);
        opacity: 0.75;
    }
    .content .list li i {
        margin-right: 10px;
        color: var(--theme);
    }
    .header-main .main-menu ul li a {
        display: inline-block;
        font-size: 14px;
        font-weight: 600;
        color: #ffffff;}
    .sticky .header-main .main-menu ul li a {

        color: black;}

        @media (max-width: 575px) {
            .breadcrumb-wrapper .page-heading h1 {
                font-size: 20px;
            }
        }
        .service-details-wrapper .service-details-items .details-content h3 {
            font-size: 30px;
            font-weight: 700;
        }
        .service-card-items .service-content .icon {
            width: 70px;
            height: 70px;
            line-height: 65px;
            text-align: center;
            border-radius: 8px;
            background-color: var(--theme);
            margin-bottom: 30px;
            margin-top: 0px;
            -webkit-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
            -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition: transform 500ms ease;
        }
        .service-card-items {
            margin-top: 30px;
            background-color: var(--white);
            border-radius: 0 0 10px 10px;
            box-shadow: var(--box-shadow);
            position: relative;
            overflow: hidden;
            min-height: 358px;
            height: 625px;
        
        }
        .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .content h3 {
            font-size: 20px;
            color: var(--white);
        }
        .contact-wrapper-2 .contact-left-items .contact-info-area-2 .contact-info-items .icon::before {
            position: absolute;
            inset: 0px;
            /* width: 100%; */
            /* height: 100%; */
            content: "";
            background-repeat: no-repeat;
            background-size: cover;
            background-image: none; 
         
        }
        .header-main .main-menu ul li .submenu {
            background-color: #f2f6fa !important;
            border-radius: 10px !important;
        }
        #servicemenu{
            min-width: 800px;
            padding: 10px;
            background-color: #f2f6fa;
            border-radius: 10px;
        }
        @media only screen and (max-width: 600px){
            #servicemenu{
                min-width: unset;
                padding: 10px;
            }
        }
        .mean-container .mean-nav ul {
            padding: 0;
            margin: 0;
            width: 100%;
            list-style-type: none;
            background-color: #f2f6fa;
        }
        .contact-wrapper-2 .contact-content .contact-form-items .form-clt input, .contact-wrapper-2 .contact-content .contact-form-items .form-clt textarea {
           
            box-shadow: 0px 0px 2px 1px #dfeaf9;
        }
        .contact-wrapper-2 .contact-content .contact-form-items .form-clt input, .contact-wrapper-2 .contact-content .contact-form-items .form-clt select {
            border: 1px solid var(--border);
            color: var(--text);
            padding: 18px 20px;
            border-radius: 5px;
        }
        .service-box-items.style-3 {
            box-shadow: var(--box-shadow);
            border-radius: 10px !important;
            background-color: var(--white);
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
        }
        @media (max-width: 1299px) {
            .about-wrapper .about-image-items .about-image-1 .about-image-2 img {
                width: 300px;
                height: 100%;
            }
        }
        .header-main .sidebar__toggle {
            color: #f4922c;
            cursor: pointer;
            font-size: 20px;
        }
        .header-main .main-menu ul li .submenu li a {
            position: relative;
            z-index: 11;
            font-size: 14px;
            font-weight: 600;
            color: var(--header);
            padding: 0 25px;
            padding-bottom: 8px;
            padding-top: 8px;
            width: 100%;
            border-bottom: 1px solid #eeeeee;
        }
        .content1 ul li a{
            font-size: 14px;
        }
        .header-main .main-menu ul li {
            position: relative;
            list-style: none;
            display: inline-block;
            margin-inline-end: 20px;
            color: #fff;
        }
   
            .d {
                margin-top: 30px;
                background-color: var(--white);
                border-radius: 0 0 10px 10px;
                box-shadow: var(--box-shadow);
                position: relative;
                overflow: hidden;
                min-height: 358px;
                height: 670px;
            }
     
        .c {
            margin-top: 30px;
            background-color: var(--white);
            border-radius: 0 0 10px 10px;
            box-shadow: var(--box-shadow);
            position: relative;
            overflow: hidden;
            min-height: 358px;
            height: 493px;
        }
        .content1 .list li i {
            color: black;
            font-size: 11px;
        }
        .content1 .list li i {
            margin-right: 2px;
            color: var(--theme);
        }
        .service-details-wrapper .service-details-items .details-content h3 {
            font-size: 30px;
            font-weight: 700;
        }
        @media only screen and (max-width: 768px) {
            .service-details-wrapper .service-details-items .details-content h3 {
                font-size: 20px;
                font-weight: 700;
            }
        }
        .service-content p{
            font-size: 16px;
           
            line-height: 21px;
        }
        .offcanvas__logo a img {
            width: 61px;
        }
        .project-items .project-image .project-content {
            position: absolute;
            bottom: 50%;
            /* left: 25px; */
            transform: translate(0, 50%);
            padding: 22px 19px;
            background-color: #ffffff;
            overflow: hidden;
            height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
            box-shadow: rgba(50, 50, 93, 0.25) 0px 10px 88px -20px, rgba(0, 0, 0, 0.3) 0px 23px 28px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
        }
        .project-items .project-image {
            position: relative;
            height: 182px;
        }