* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --bs-yellow-dark: var(--primary-orange);
    --transition2: all .3s ease-in-out;
    --light: #484848;
    --primary-orange: #ff6b35;
    ;
    --primary-blue: #00A3E0;
    --dark-blue: #003D5B;
    --light-blue: #E8F4F8;
    --accent-yellow: #FFB81C;
    --text-dark: #333333;
    --text-light: #666666;
}


body {
    background-color: #fff;
    font-family: 'Rubik' !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    text-decoration: none !important;
}

li {
    list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik' !important;
}

/*header*/

nav {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    height: 130px;
    background-color: #fff;
    box-shadow: 0px 3px 20px 3px rgba(0, 0, 0, 0.06);
}

nav .logo {
    float: left;
    width: 30%;
    /* height: 100%; */
    display: flex;
    /* align-items: center; */
    /* font-size: 24px; */
    /* color: #fff; */
    /* justify-content: center; */
    margin-left: 4%;
}


.logo img {
    width: 85%;

}

.links-top ul {
    padding: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center;
    padding-left: 38px;
}

.btn-links {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-right: 4%;
    height: 77px;
}

.nav-btn {
    margin-right: 0px;
    margin-top: 25px;
}

nav .links {
    padding: 0px 2px;
    float: right;
    margin: 0;
    width: 60%;
    height: auto;
    display: flex;
    justify-content: end;
    align-items: center;
}

.links-top {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px 0px 12px;
    background: linear-gradient(135deg, var(--dark-blue) 0%, var(--primary-blue) 100%);
}

nav .links li {
    list-style: none;
}

nav .links a {
    display: block;
    padding: 0;
    font-size: 17px;
    font-weight: 500;
    color: var(--dark-blue);
    text-decoration: none;
    position: relative;
    line-height: 28px;
    margin: 0 22px;
    transition: all 0.3s;
}

nav .links a:hover::after {
    width: 100%;
}

nav .links a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--primary-orange);
    transition: width 0.3s;
}

.clbikli_sc img {
    width: 100%;
}

/* nav .links a {
    display: block;
    padding: 6px 12px;
    font-size: 17px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    position: relative;
    line-height: 28px;
    margin: 0 14px;
    font-family: 'Roboto', sans-serif !important;
} */

nav .links a:hover {
    color: rgb(41, 41, 41);
}

/* 
nav .links a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: white;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
} */

/* nav .links a:hover::before {
    visibility: visible;
    transform: scaleX(1);
    color: white;
} */
.testimonails_sec img {
    width: 100%;
}

#nav-toggle {
    position: absolute;
    top: -100px;
}

nav .icon-burger {
    display: none;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
}

nav .icon-burger .line {
    width: 13px;
    height: 2px;
    background-color: #fff;
    margin: 2px;
    border-radius: 3px;
    transition: all .5s ease-in-out;
}

/* nav .links {
    bottom: 100%;
} */
.none-d {
    display: none !important;
}

.btn-linksss {
    display: block !important;
}

@media screen and (max-width: 768px) {
    nav .logo {
        width: auto;
        float: left;
    }

    nav .links a {
        display: block;
        padding: 9px 28px;
        font-size: 17px;
        font-weight: 500;
        color: #000;
        text-decoration: none;
        position: relative;
        line-height: 31px;
        margin: 0 9px;

        border-bottom: 1px solid #e2e2e2;
    }

    nav {
        height: 88px;
    }

    nav {
        padding-left: 20px;
    }



    .btn-linksss {
        display: none !important;
    }

    nav .links {
        float: none;
        position: fixed;
        z-index: 9;
        left: 0;
        right: 0;
        top: 87px;
        bottom: 100%;
        width: auto;
        height: auto;
        flex-direction: column;
        justify-content: space-evenly;
        background-color: #f9f9f9;
        overflow: hidden;
        transition: all .5s ease-in-out;
    }

    .none-d {
        display: block !important;
    }



    nav .links a {
        font-size: 15px;
    }

    nav :checked~.links {
        bottom: 0;
    }

    nav .icon-burger {
        display: block;
        background: #0f2548;
        padding: .8rem .7rem;
        border-radius: 3px;
    }

    nav :checked~.icon-burger .line:nth-child(1) {
        transform: translateY(3px) rotate(225deg);
    }

    nav :checked~.icon-burger .line:nth-child(3) {
        transform: translateY(-5px) rotate(-232deg);
    }

    nav :checked~.icon-burger .line:nth-child(2) {
        opacity: 0;
    }
}


/* .links-top img.calls {
    animation: ring 3s ease infinite;
} */
.links-top img {
    width: 25px;
    filter: invert(1);
}

.links-top .link-connections li a {
    color: #fff;
    font-size: 15px;
    padding-left: 8px;
    font-weight: 400;
    letter-spacing: .3px;
}

.links-top .link-connections li {
    display: flex;
    align-items: center;
    padding-left: 19px;
}

.links-top ul li a i {
    background: transparent;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    height: 37px;
    border: 2px solid #fff;
    font-size: 19px;
    font-weight: 300;
    border-radius: 50%;
}

.links-top ul li {
    padding: 0 6px;
}

/* 
.links-top ul li a i:hover {
    background-color: var(--bs-yellow-dark);
    border: 2px solid var(--bs-yellow-dark);
    color: var(--bs-dark-blue);
}
 */



@keyframes ring {
    0% {
        transform: rotate3d(0, 0, 1, 0);
    }

    20%,
    32%,
    44%,
    56%,
    68%,
    80% {
        transform: rotate3d(0, 0, 1, 0);
    }

    23%,
    35%,
    47%,
    59%,
    71% {
        transform: rotate3d(0, 0, 1, 15deg);
    }

    26%,
    38%,
    50%,
    62%,
    74% {
        transform: rotate3d(0, 0, 1, 0);
    }

    29%,
    41%,
    53%,
    65%,
    77% {
        transform: rotate3d(0, 0, 1, -15deg);
    }

    100% {
        transform: rotate3d(0, 0, 1, 0);
    }
}

/* 
nav .links a:hover {
    color: #0f2548;
    border-bottom: 2px solid var(--primary-blue);
    border-radius: 4px;
} */

.theme-btn {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: 0;
    padding: 0;
    border-radius: 7px;
    color: #003d5b;
    letter-spacing: .3px;
    border-radius: 0;
}

.theme-btn:hover {
    color: var(--primary-orange);
}

/* 
.theme-btn:hover {
    color: #0f2548;
}

.theme-btn i {
    padding-left: 5px;
}

.theme-btn::before {
    content: "";
    height: 52px;
    width: 52px;
    background-color: var(--bs-yellow-dark);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    transition: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: -1;
} */




.navbar-fixed-top {
    top: 0;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 6px;
    box-shadow: 0px 0px 60px 0px rgba(32, 38, 91, 0.1);
}


.btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: var(--bs-dark-blue);
    border-radius: 5px;
    transition: all 0.3s ease;
}

.btn-15:hover {
    color: #fff;
}

.btn-15:hover:after {
    left: 0;
    width: 100%;
}

.custom-btn {
    border-radius: 20px;
    width: auto;
    height: auto;
    color: var(--bs-dark-blue);
    border-radius: 5px;
    padding: 12px 30px;
    font-weight: 600;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    font-size: 19px;
    outline: none;

}

.btn-15 {
    background: var(--bs-yellow-dark);
    border: none;
    z-index: 1;
}

.btn-15 i {
    font-size: 20px;
    font-weight: 500;
}

.btn-15:hover i {
    transform: rotate(-134deg);
}

.padding_in {
    padding: 100px 5px;
}

h5.h-coms {
    display: flex;
    align-items: center;
    font-size: 20px;
    margin-bottom: 11px;
}

h5.h-coms svg {
    padding-right: 8px;
}

.h1-sec-com {
    font-weight: 900;
    color: #0f2548;
    line-height: 60px;
    margin: 20px 0;
    font-size: 50px;

    letter-spacing: 0.2px;
}

.about-sec2 img {
    width: 100%;
}

.about-sec2 .right-innes {
    padding-right: 1 rem;
}

.about-sec2 .right-innes img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border: 2px solid var(--primary-orange);
    padding: 12px;
}

.about-sec-left {
    padding-left: 2rem;
}

.p-com-sec-pa {
    font-size: 16px;
    color: var(--light);
    line-height: 25px;
    margin-bottom: 0;
}

.div-contes {
    display: flex;
    align-items: center;
    padding: 30px 10px;
    border-bottom: 1px dotted #8f8d8d;
}

.div-contes i {
    background: var(--primary-orange);
    width: 70px;
    display: flex;
    margin-right: 15px;
    align-items: center;
    justify-content: center;
    height: 70px;
    border-radius: 50%;
    font-size: 32px;
    color: #fff;
}

.div-contes h4 {
    font-size: 20px;
    font-weight: 600;
    color: #0f2548;
}

.div-contes:last-of-type {
    border: none;
}


.clbikli_sc h3 {
    color: #fff;
    font-weight: 600;
}

/*conter*/
.new-counter-sec {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.clbikli_sc ul {
    padding-left: 0;
}

.clbikli_sc ul li {
    color: #fff;
    list-style-type: none;
    padding: 7px 0;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

button.slick-prev:hover:before {
    background-color: var(--primary-orange);
}

button.slick-next:hover:before {
    background-color: var(--primary-orange);
}

.clbikli_sc ul li i {
    color: var(--primary-orange);
    font-size: 22px;
    padding-right: 5px;
}

.clbikli_sc h4 {
    color: var(--primary-orange);
    font-weight: 600;
    margin-bottom: 16px;
}

.clbikli_sc p {
    font-size: 16px;
    line-height: 31px;
    color: #fff;
    padding: 12px 0;
}

section.counte-main {
    padding: 50px 0;
    text-align: center;
    background: #ffffff;
}

.counts-1 {
    display: flex;
    align-items: center;
    margin: 10px 0px;
    padding: 0 26px;
    justify-content: center;
    border-left: 1px solid #d2d2d2;
}

.counts-1:first-of-type {
    border: none;
}

.icons-counts img {
    width: 80px;
    margin-right: 15px;
}

.src-Inner-counters {
    text-align: left;
}


.src-Inner-counters h4 {
    font-size: 21px;
    font-weight: 600;
    color: #0f2548;
    margin-bottom: 6px;
}

.src-Inner-counters p {
    color: var(--light);
    font-size: 17px;
    margin-bottom: 0;
}


.section-choose {
    padding: 100px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background: var(--dark-blue);
}

.section-choose .p-com-sec-pa {
    font-size: 17px;
    line-height: 29px;
    margin-bottom: 0;
    letter-spacing: .5px;
}

.right-side-choose {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
    padding: 35px;
    /* margin-bottom: -204px; */
    /* margin-left: 2rem; */
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.right-side-choose i {
    font-size: 42px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    border-radius: 50%;
    margin: 10px;
    color: #ffffff;
}

.rihgt-mains {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 26px 0;
}

.content_sec_two {
    padding-left: 20px;
}

.div_sec-one {
    position: relative;
}

.div_sec-one:before {
    width: 105px;
    height: 105px;
    border: 2px dashed #0f2548;
    border-radius: 50%;
    display: flex;
    align-items: center;
    content: "";
    position: absolute;
    top: -2px;
    left: -3px;
    justify-content: center;
}

.div_sec-one:hover:before {
    z-index: 1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation: spin 13s infinite linear;
    animation: spin 13s infinite linear;
}

.main-sec h3:hover {
    color: #0f2548;
}

.solarva-footer {
    background-color: #032031;
    color: #fff;
    background-image: url(../images/shape-13.png);
    background-position: bottom;
}

/* --- Contact Boxes --- */
.footer-top {
    background-color: #032031;
    padding: 40px 20px;
    border-bottom: 1px solid #10425b;
}

.contact-box {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    text-align: center;
    gap: 2px;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
}

.contact-item .icon {
    width: 50px;
    height: 50px;
    background-color: #ff6b35;
    ;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.contact-item .info a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
}

.contact-item .info {
    text-align: left;
}

.contact-item h4 {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #fff;
    letter-spacing: .3px;
}

.contact-item p {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

/* --- Footer Main --- */
.footer-main {
    padding: 45px 40px;
}

.footer-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    max-width: 1200px;
    margin: auto;
}

.footer-about img {
    width: 140px;
}

.footer-about .tagline {
    color: #8db9c7;
    margin: 10px 0 20px;
    font-size: 13px;
    letter-spacing: 1px;
}

.social-icons a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #072c40;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    margin-right: 6px;
    transition: 0.3s;
}

.social-icons a:hover {
    background-color: #ff6b35;
}

/* --- Links --- */
.footer-links h4,
.footer-newsletter h4 {
    font-size: 19px;
    font-weight: 500;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: .3px;
    border-bottom: 2px solid #ff6b35;
    padding-bottom: 8px;
    display: inline-block;
}

.footer-links ul {
    list-style: none;
    padding: 0;
}

.footer-links i {
    font-size: 17px;
    padding-right: 6px;
    color: #ff6b35;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    color: #cfd8dc;
    font-size: 16px;
    text-decoration: none;
    transition: 0.3s;
    font-weight: 500;
}

.footer-links a:hover {
    color: #ff6b35;
}

.footer-bottom a {
    color: #ffffff;
}

.footer-bottom a:hover {
    color: #fff;
}

a.read-more-btns {
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    border-bottom: 2px solid #ff6b35;
    font-size: 18px;
}

a.read-more-btns:hover {
    color: #ddd;
}

/* --- Newsletter --- */
.footer-newsletter p {
    font-size: 14px;
    color: #cfd8dc;
    margin-bottom: 15px;
    text-align: justify;
}

.footer-newsletter form {
    display: flex;
    align-items: center;
    border: 1px solid #2f4b5d;
    border-radius: 25px;
    overflow: hidden;
    background: #041a27;
}

.footer-newsletter input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    background: transparent;
    color: #fff;
    outline: none;
}

.footer-newsletter button {
    width: 45px;
    height: 45px;
    border: none;
    background-color: #ff6b35;
    color: #fff;
    font-size: 18px;
    border-radius: 50%;
    margin-right: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.footer-newsletter button:hover {
    background-color: #3ca042;
}

/* --- Bottom --- */
.footer-bottom {
    border-top: 1px solid #10394d;
    text-align: center;
    padding: 20px;
    font-size: 14px;
    color: #b8c4cc;
}

.footer-bottom span {
    color: #ff6b35;
}

/* --- Responsive --- */
@media (max-width: 768px) {
    .contact-item {
        flex-direction: column;
        text-align: center;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
    }
}


.contaents h3 a:hover {
    color: #0f2548;
}

.content_sec_two h4 {
    font-size: 21px;
    font-weight: 600;
    color: #212121;
    margin-bottom: 7px;
    letter-spacing: .7px;
}

.content_sec_two p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    color: #504f4f;
}

.ine-s {
    padding: 6px 23px;
}

.rihgt-mains:last-of-type {
    border: none;
}

.main-sec {
    border-radius: 10px;
    background-color: #ffffff;
    padding: 0px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.07);
    margin: 14px;
    border-radius: 13px;
    border: 2px solid #0083b74d;
}

.main-sec img {
    width: 100%;
}

.main-sec img {
    height: 300px;
    overflow: hidden;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 13px;
    border-top-right-radius: 13px;
}

.main-sec img:hover {
    transform: scale(1.01);
    filter: brightness(0.9);
}


.main-sec h3 {
    font-size: 21px;
    margin: 22px 0px 14px;
    font-weight: 500;
    color: #000;
    line-height: 30px;
}

.main-sec h3 a {
    color: #000;
}

.main-sec h3 a:hover {
    color: #0d2e64;
}

.service-icon i {
    color: var(--primary-orange);
    font-size: 35px;
    ;
}

.main-sec .nav-btn {
    margin-left: 0px;
    margin-top: 8px;
}

.service-style3:hover .service-icon i {
    color: #fff;
}

button.slick-next {
    font-size: 0;
    position: relative;
    left: 52%;
    border: none;
}

button.slick-next:before {
    position: absolute;
    content: "\f054";
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    width: 40px;
    font-size: 15px;
    height: 40px;
    background-color: #0f2548;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 2px;
    justify-content: center;
    border-radius: 50%;
}

button.slick-prev {
    font-size: 0;
    position: relative;
    left: 48%;
    border: none;
}

button.slick-prev:before {
    position: absolute;
    content: "\f053";
    font-family: 'FontAwesome';
    top: 0;
    bottom: 0;
    width: 40px;
    font-size: 15px;
    height: 40px;
    background-color: #0f2548;
    color: #fff;
    padding-top: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.service-style3 {
    position: relative;
    padding: 7px;
}

.service-style3 .service-img {
    position: relative;
    overflow: hidden;
}

.service-style3 .service-img:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    z-index: 1;
}

.service-style3 .service-img img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.service-style3 .service-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 40px;
    top: 40px;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-style3 .service-icon img {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-filter: none;
    filter: none;
}

.service-style3 .service-content {
    position: absolute;
    left: 40px;
    bottom: 37px;
    bottom: -2px;
    max-width: 300px;
    z-index: 2;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.service-style3 .service-title {
    color: #fff;
    font-size: 24px;
    margin: 0 0 5px 0;
}

.service-style3 .service-title a {
    color: inherit;
}

.service-style3 .link-btn {
    color: #fff;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
    visibility: hidden;
}

.link-btn {
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    line-height: 0.8;
    position: relative;
    padding-bottom: 5px;
    margin-bottom: -2px;
    text-transform: capitalize;
    color: #fff;
}

/* Stats Section */
.stats {
    background: var(--dark-blue);
    padding: 60px 0;
    position: relative;
}

.stats .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
}

.stat-card {
    text-align: center;
    padding: 30px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 15px;
    backdrop-filter: blur(10px);
    transition: all 0.3s;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.stat-card:hover {
    transform: translateY(-10px);
    background: rgba(255, 255, 255, 0.1);
}

.stat-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 20px;
    background: linear-gradient(135deg, var(--primary-orange), var(--accent-yellow));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: white;
}

.stat-card h3 {
    color: white;
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
}

.stat-card p {
    color: rgba(255, 255, 255, 0.8);
    font-size: 15px;
    line-height: 1.6;
}

.service-style3 .link-btn:before {
    background-color: var(--primary-orange);
}

.link-btn:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #E1E1E1;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.link-btn i {
    margin-left: 7px;
    font-size: 0.9rem;
}

.service-style3:hover .service-img:before {
    opacity: 0.7;
}

.service-style3:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-style3:hover .service-icon {
    background-color: var(--primary-orange);
}

.service-style3:hover .service-icon img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.service-style3:hover .service-content {
    bottom: 37px;
}

.service-style3:hover .link-btn {
    opacity: 1;
    visibility: visible;
}

.sec-img {
    width: 100%;
    height: 140px;
    border: 1px solid #ddd;
    line-height: 145px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sec-img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    text-align: center;
    filter: grayscale(1);
}

.center-slider .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
    margin: 6px;
}

.sec-img:hover {
    border: 1px solid var(--primary-orange);
}

.sec-img:hover img {
    filter: revert;
}


.work-process {
    text-align: center;
    padding: 80px 20px;
    background: #fff;

}

.work-process .subtitle {
    color: #ff6b35;
    ;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 600;
}

.work-process .title {
    font-size: 42px;
    color: #1c1c1c;
    font-weight: 700;
    margin: 10px 0 50px;
}

.process-steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}

.step {
    flex: 1 1 220px;
    max-width: 260px;
    margin: auto;
    position: relative;
}

.step-badge {
    display: inline-block;
    background: #ff6b35;
    ;
    color: #fff;
    font-size: 14px;
    padding: 6px 14px;
    border-radius: 6px;
    font-weight: 600;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.step-img {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 20px;
    border: 1px solid #ff6b35;
    padding: 11px;
}

.step-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.step h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 10px;
}

.step p {
    font-size: 15px;
    color: #666;
    line-height: 1.6;
    font-weight: 500;
}

.testimonial {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

.testimonial-slide {
    padding: 40px 20px;
}


.testimonial_box-top {
    background-color: #f8f8f8;
    padding: 30px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.testimonial_box-icon {
    padding: 10px 0;
}

.testimonial_box-icon i {
    font-size: 46px;
    color: #ff6b35;
}

.testimonial_box-text {
    padding: 10px 0;
}

.testimonial_box-text p {
    color: #464646;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    width: 94%;
    margin: auto;
}

.testimonial_box-img {
    padding: 20px 0 10px;
    display: flex;
    justify-content: center;
}

.testimonial_box-img img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
    border: 2px solid #e5e5e5;
}

.testimonial {
    position: relative;
}

.testimonial_box-name {
    padding-top: 10px;
}

.testimonial_box-name h4 {
    font-size: 20px;
    line-height: 25px;
    color: #293241;
    margin-bottom: 0;
}

.testimonial .sharpe-23 img {
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
}

.testimonial_box-job p {
    color: #293241;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 3px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0;
}

/* Swiper arrows */
.swiper-button-next,
.swiper-button-prev {
    color: #fff;
    border: 1px solid #fff;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    transition: 0.3s;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background: #45b84a;
    border-color: #45b84a;
    color: #fff;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 18px;
}

@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .testimonial-box {
        padding: 25px;
    }
}

.date2 i {
    font-weight: 500;
    font-size: 23px;
    color: #ff6b35;
}

.date2 {
    font-size: 18px;
    color: #032031;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    line-height: 18px;
    margin: 14px 0;
}

.blog-sections {
    position: relative;
    margin-bottom: 21px;
}

.blog-sections .iamge-with-fl2 img {
    width: 100%;
    height: 416px;
    border-radius: 12px;
    object-fit: cover;
}

.blog-sections img {
    width: 100%;
    height: 270px;
    border-radius: 12px;
    object-fit: cover;
}

.date {
    color: #0f2548;
    font-size: 15px;
    font-weight: 400;
    background: #003d5bcf;
    color: #fff;
    padding: 12px 12px;
    z-index: 9;
    position: absolute;
    width: 100%;
    bottom: -1px;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}

.contaents {
    padding: 16px 0;
}

.iamge-with-fl {
    position: relative;
}

.contaents h3 {
    font-size: 22px;
    margin-top: 10px;
    font-weight: 500;
    line-height: 29px;
}

.contaents h3 a {
    color: #2a2a2a;
}

.contaents p {
    font-size: 17px;
}

/* .nav-btn {
    margin-left: 24px;
} */

/*back to top*/
.back-to-top {
    background-color: var(--primary-orange);
    text-decoration: none;
    cursor: pointer;
    width: 48px;
    height: 48px;
    z-index: 999;
    position: fixed;
    right: 32px;
    bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 100%;
    /* box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.4); */
}

.back-to-top i {
    color: #fff;
    font-size: 43px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.back-to-top:hover {
    background-color: var(--primary-orange);
}

.back-to-top:active {
    box-shadow: none;
    background-color: var(--primary-orange);
}

.back-to-top svg.icon__arrow-up {
    fill: white;
    width: 32px;
    height: 32px;
}

/* 
.back-to-top:before {
    content: "";
    position: absolute;
    left: -6px;
    top: -6px;
    right: -6px;
    bottom: -6px;
    background-color: transparent;
    border-radius: inherit;
    z-index: 1;
    border: 2px dashed var( --primary-orange);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    -webkit-animation: spin 13s infinite linear;
    animation: spin 13s infinite linear;
} */

.date i {
    padding-right: 6px;
    font-size: 19px;
    color: #ff6b35;
    font-weight: 500;
}

.clbikli_sc {
    background-color: #0f2548;
    padding: 100px 0;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.quick_conts ul li.extra-padss {
    padding-top: 5px;
    padding-bottom: 18px;
}

.breadcrumb-sec::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    background-color: #0000007d;
    height: 100%;
}

.breadcrumb-sec .container {
    position: relative;
}


.breadcrumb-sec {
    background-image: url(../images/slide_3.jpg);
    height: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    margin-top: 6rem;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    overflow: hidden;
    background-position: bottom;
}

.breadcrumb-sec2 {
    width: 100%;
    position: relative;
}

.breadcrumbs ul {
    padding-left: 0;
    margin-bottom: 0;
    padding-left: 86px;
}

.breadcrumbs ul li {
    list-style-type: none;
    display: inline-block;
    padding: 3px;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
}

.breadcrumbs ul li a {
    color: #fff;
}

.breadcrumbs {
    background: linear-gradient(135deg, #00496b 0%, #00a0dc 100%);
    margin-bottom: 0;
    padding: 12px 30px;
    border-radius: 0;
}

.breadcrumb-sec h1 {
    font-size: 44px;
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: #fff;
    margin-left: 120px;
    letter-spacing: .5px;
}

i.ri-home-3-line {
    padding-right: 6px;
    font-size: 22px;
}

.about_us_page {
    text-align: justify;
    font-size: 17px;
    color: #525252;
}

.valuses {
    background-color: var(--dark-blue);
}

.inner-values {
    padding: 35px 30px;
    text-align: center;
    background: #064665;
    backdrop-filter: blur(78px);
    margin: 17px;
    border-radius: 12px;
}

.inner-values h4 {
    text-align: center;
    margin: 21px 0 10px;
    color: #fff;
    font-size: 26px;
}

.inner-values p {
    text-align: center;
    color: #e6e6e6;
    padding: 8px 0;
    line-height: 26px;
}

.blog_sections {
    background: #f0f8ff;
    padding: 60px 0;
}

.br-lights {
    background: #f7f7f7;
    padding: 22px 36px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.br-lights h4 {
    font-size: 34px;
    font-weight: 600;
    color: #0f2548;
    border-bottom: 3px solid var(--primary-orange);
    margin-bottom: 1.3rem;
    padding-bottom: 6px;
}

.br-lights p {
    font-size: 16px;
    text-align: justify;
    line-height: 27px;
}

.onre_teams {
    border-radius: 5px;
}

.onre_teams img {
    border: 1px solid #c6c6c6;
    max-width: 100%;
}

.team_menbers {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    align-items: center;
    gap: 20px;
}

.team_menbers h4 {
    margin: 12px 0 2px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.team_menbers p {
    font-size: 17px;
    color: #383838;
    margin-bottom: 0;
}

.innner-contas {
    display: flex;
    /* align-items: center;
    justify-content: flex-start; */
}

.innner-contas img {
    width: 330px;
    height: 100%;
}

/* About Section */
.about {
    padding: 100px 0;
    background: white;
}

.about .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.section-header {
    text-align: center;
    margin-bottom: 30px;
}

.section-tag {
    color: var(--primary-orange);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.section-title {
    font-size: 42px;
    color: var(--dark-blue);
    font-weight: 700;
    margin-bottom: 15px;
}

.section-subtitle {
    font-size: 18px;
    color: var(--text-light);
    max-width: 900px;
    margin: 0 auto;
}

.about-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.about-image {
    position: relative;
}

.about-image img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1);
    height: 400px;
    object-fit: cover;
}

.about-image::before {
    content: '';
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100%;
    height: 100%;
    border: 3px solid var(--primary-orange);
    border-radius: 20px;
    z-index: -1;
}

.about-text h3 {
    font-size: 35px;
    color: var(--dark-blue);
    margin-bottom: 11px;
    font-weight: 600;
}

.about-text p {
    font-size: 17px;
    color: var(--text-light);
    line-height: 1.8;
    margin-bottom: 30px;
}

.features-list {
    list-style: none;
    padding-left: 0;
}

.features-list li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}

.features-list li:last-child {
    border-bottom: none;
}

.feature-icon i {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.feature-text h4 {
    font-size: 21px;
    color: var(--dark-blue);
    margin-bottom: 5px;
    font-weight: 600;
}

.feature-text p {
    font-size: 16px;
    color: var(--text-light);
    margin: 0;
    font-weight: 400;
    line-height: 24px;
}

.bg-color_sec_contacts {
    background: #0f2548;
    width: 100%;
    /* height: 95vh; */
    padding: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.section-tag {
    color: var(--primary-orange);
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 10px;
    display: inline-block;
}

.di_contacts i {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary-orange);
    font-size: 33px;
    border-radius: 50%;
    color: #ffffff;
}

.conts_concats {
    margin-left: 10px;
}

.inner_forms_sec1 {
    height: 100%;
}

.ciosn {
    border: 2px dashed #fff;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    margin-left: -80px;
}

.di_contacts p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
}

.di_contacts p a {
    font-size: 17px;
    color: #fff;
}

.di_contacts p a:hover {
    color: #fff;
}

.bg-color_sec_contacts h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;

}

.di_contacts {
    display: flex;
    align-items: center;
    margin: 30px 0;
    width: 100%;
}

.inner-forms {
    padding: 20px 40px;
    background: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}


.inner-forms h2 {
    font-size: 31px;
    font-weight: 600;
    color: #0f2548;
    margin-bottom: 1.7rem;
    margin-top: 1rem;
}

.inner_forms_sec1 label {
    font-size: 17px;
    font-weight: 500;
    color: #2a2a2a;
    margin-bottom: 3px;
    margin-top: 1.1rem;
}

.inner_forms_sec1 input,
.inner_forms_sec1 textarea {
    border: 1px solid #ddd;
    padding: 10px 12px;
    width: 100%;
    border-radius: 5px;
    font-size: 15px;
    font-family: "Rubik";
}

.inner-details img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

.letf_overviewa {
    padding: 25px;
    border: 2px solid #0d2e64;
    background-color: aliceblue;
    border-radius: 5px;
}

.mat-top {
    margin-top: 3rem !important;
}

.letf_overviewa ul {
    padding-left: 0;
}

.letf_overviewa ul li {
    padding: 10px 0;
}

.letf_overviewa h3 {
    font-weight: 600;
    color: #0f2548;
    margin-bottom: 15px;
    font-size: 32px;
    letter-spacing: .6px;
}

.letf_overviewa li {
    border-bottom: 1px dashed #0d2e64;
}

.letf_overviewa li:last-of-type {
    border-bottom: none;
}

.letf_overviewa li p {
    font-size: 20px;
    margin: 0;
    padding: 4px 0;
    color: #000;
}

.inner-details h4 {
    font-size: 24px;
    letter-spacing: 0;
    color: #0b0b0b;
    margin-bottom: 12px;
    font-weight: 600;
}

.inner-details p {
    font-size: 18px;
    color: #434343;
    letter-spacing: 0;
    line-height: 26px;
    text-align: justify;
}

.letf_overviewa li span {
    font-size: 19px;
    color: #484848;
    padding-left: 5px;
}

.div-solar-sevices {
    display: flex;
    margin-top: 25px;
}

.div-solar-sevices i {
    font-size: 28px;
    color: var(--primary-orange);
}

.mt-us {
    margin-top: -8px;
}

.inner-details .content-solar-sevsives p {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 0;
}

.ul-serv-sec {
    padding: 0;
}

.ul-serv-sec li {
    font-size: 19px;
    color: #222;
    font-weight: 600;
    padding: 5px 0;
}

.ul-serv-sec li i {
    color: var(--primary-orange);
    padding-right: 5px;
}

.content-solar-sevsives h5 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
}

.content_b_details table {
    width: 100%;
}

.content_b_details table th {
    border: 1px solid #ddd;
    padding: 9px;
}

.content_b_details table td {
    border: 1px solid #ddd;
    padding: 9px;
}

.content-solar-sevsives {
    padding-left: 10px;
}

.inner-details h3 {
    margin: 15px 0 10px;
    font-size: 29px;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 12px;
    font-weight: 700;
}

.btn_sec-pn .btn_prev_next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 2rem 0;
}

.privayc-sec {
    background-color: aliceblue;
    padding: 30px;
}

.privayc-sec p {
    font-size: 19px;
    text-align: justify;
    line-height: 29px;
    margin-bottom: 20px;
}

.privayc-sec ul {
    padding: 0;
    text-align: left;
}

.privayc-sec h4 {
    text-align: left;
    color: #000;
}

.privayc-sec li {
    line-height: 24px;
    padding: 4px 0;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.copyright p a:hover {
    color: #fff;
}

.privayc-sec li i {
    font-size: 20px;
    color: #0f2548;
    font-weight: 600;
    padding-right: 5px;
}

@media only screen and (min-width:769px) and (max-width:1367px) {
    nav .links {
        width: 74%;
        justify-content: center;
    }
}

@media only screen and (min-width:769px) and (max-width:1285px) {
    nav .links {
        width: 84%;
    }
}

@media(max-width:768px) {
    .links-top {
        display: none;
    }
}

.inner_forms_sec1 a.theme-btn {
    background: #ff6b35;
    font-size: 17px;
    padding: 11px 23px;
    border-radius: 19px;
    color: #fff;
    letter-spacing: .4px;
    font-weight: 500;
}

@media only screen and (max-width:1440px) and (min-width:1280px) {

    .counts-1 {
        padding: 0 0px 0 16px;
    }

    .testimonial {
        padding: 35px 20px;
    }

    .breadcrumb-sec {
        padding-left: 0rem;
    }

    .main-sec h3 {
        font-size: 20px;
        margin: 14px 0px 8px;
        line-height: 27px;
    }

    .Services.new-adds {
        margin-top: 0rem;
    }

    .padding_in {
        padding: 75px 5px;
    }

    .service-style3 .service-title {
        color: #fff;
        font-size: 22px;
        margin: 0 0 8px 0;
        line-height: 32px;
    }

    .inner-details h4 {
        font-size: 25px;
        line-height: 32px;
    }

    .inner-details .h4_bd {
        font-size: 25px;
        margin-bottom: 12px;
        line-height: 32px;
    }

    /* .Services.new-adds.padding_in {
        padding: 10px 5px;
    } */
    .letf_overviewa li span {
        font-size: 17px;
    }

    .letf_overviewa li p {
        font-size: 18px;
    }

    .letf_overviewa h3 {
        font-size: 28px;
    }

    .inner-details p {
        font-size: 17px;
        line-height: 27px;
    }

}

@media (max-width:1280px) {
    /* section.Services.new-adds {
        margin: 0;
        padding: 0;
    } */

    .custom-btn {
        padding: 9px 18px;
        font-weight: 600;
        font-size: 17px;

    }

    .main-sec h3 {
        font-size: 20px;
        line-height: 26px;
    }


}

@media (max-width:1368px) {
    .br-lights {
        padding: 18px 29px;
    }

    .breadcrumb-sec {
        margin-bottom: 50px;
    }

    .padding_in {
        padding: 75px 5px;
    }

    .Services.new-adds .main-sec {
        margin: 0;
        margin-bottom: 30px;
    }
}

@media(max-width:1024px) {

    .content_b_details h5 {
        font-size: 18px;
    }

    .ul-serv-sec li {
        font-size: 17px !important;
    }

    .content_b_details h3.h4_bd {
        font-size: 27px !important;
    }

    .content_b_details h4 {
        font-size: 23px !important;
    }

    .nav-btn {
        margin-right: 0px;
    }

    .letf_overviewa h3 {
        font-size: 30px;
        letter-spacing: 0;
    }

    .letf_overviewa li span {
        font-size: 18px;
        padding-left: 5px;
    }

    .inner-details h4 {
        font-size: 23px;
        margin-bottom: 12px;
    }

    .inner-details p {
        font-size: 17px;
        line-height: 27px;
    }

    .breadcrumb-sec {
        height: 307px;
    }

    .breadcrumb-sec h1 {
        font-size: 41px;
        margin-bottom: 1.5rem;
        margin-left: 12%;
        letter-spacing: .5px;
    }

    .testimonails_sec .col-md-6 {
        width: 100%;
    }

    .inner-values h4 {
        font-size: 24px;
    }

    .links-top ul {
        padding-left: 20px;
    }

    .links-top .link-connections li a {
        font-size: 14px;
    }

    .inner-values p {
        font-size: 14px;
    }

    section.counte-main .col-md-11 {
        width: 100%;
    }

    .new-counter-sec {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 30px;
    }

    .counts-1 {
        padding: 0px 44px;
        justify-content: flex-start;
    }

    .h1-sec-com {
        font-size: 40px;
        line-height: 49px;
    }

    .inner-forms {
        padding: 20px 17px;
    }

    .inner-forms iframe {
        height: 460px;
    }

    .bg-color_sec_contacts h4 {
        font-size: 20px;
    }

    .di_contacts p a {
        font-size: 16px;
    }

    .di_contacts p {
        font-size: 15px;
    }

    .about-sec-left {
        padding-left: 0rem;
    }

    .testimonial {
        padding: 49px 0;
    }

    .innner-contas img {
        width: 250px;
        height: 100%;
    }
}

@media (max-width:992px) {
    .new-adds .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }
}

@media (max-width:768px) {
    .client-sponsor br {
        display: none;
    }

    section.padding_in.contatc_us_main .col-md-6 {
        width: 100% !important;
    }

    .di_contacts {
        margin: 12px 0;
    }

    .inner-forms {
        padding: 12px 10px;
    }

    .di_contacts i {
        width: 54px !important;
        height: 54px !important;
        font-size: 24px !important;
    }

    .inner-forms iframe {
        height: 300px;
    }

    .bg-color_sec_contacts h4 {
        font-size: 20px !important;
    }

    .ciosn {
        width: 75px;
        height: 75px;
        margin-right: 14px;
        margin-left: 0;
    }

    .innner-contas img {
        display: none;
    }

    .content_b_details h3.h4_bd {
        font-size: 25px !important;
    }

    .inner-details .content-solar-sevsives p {
        font-size: 17px !important;
    }

    .content_b_details h4 {
        font-size: 21px !important;
    }

    .inner-details .h4_bd {
        margin: 15px 0 10px;
        font-size: 21px;
    }

    .inner-details h4 {
        font-size: 21px;
        margin-bottom: 12px;
        line-height: 29px;
    }

    .nav-btn .theme-btn {
        margin-left: 2px;
        margin-top: 10px;
    }

    .letf_overviewa li p {
        text-align: left;
    }

    .letf_overviewa li p {
        font-size: 19px;
    }

    .letf_overviewa li span {
        font-size: 17px;
    }

    .letf_overviewa {
        margin-bottom: 24px;
    }

    .privayc-sec li {
        display: inline-block;
    }

    .letf_overviewa h3 {
        font-size: 27px;
        letter-spacing: 0;
    }

    .inner-details img {
        width: 100%;
        height: 280px;
        object-fit: cover;
    }

    .privayc-sec li {
        align-items: flex-start;
    }

    .privayc-sec .ul-serv-sec li {}

    .privayc-sec h4 {
        line-height: 24px;
        font-size: 20px;
    }

    .privayc-sec h4 {
        line-height: 29px;
    }

    .privayc-sec {
        padding: 30px 7px;
    }

    .privayc-sec br {
        display: none;
    }

    .about_us_page p {
        font-size: 16px;
        line-height: 27px;
    }

    .h1-sec-com {
        font-weight: 600;
    }

    .valuses br {
        display: none;
    }

    .inner-values {
        padding: 12px 14px;
    }

    .testimonails_sec img {
        height: auto;
    }

    .team_members br {
        display: none;
    }

    .about_us_page .h1-sec-com {
        text-align: left;
    }

    .team_menbers {
        grid-template-columns: repeat(3, 1fr);
        gap: 19px;
    }

    .team_menbers p {
        font-size: 14px;
        font-weight: 500;
    }

    .team_menbers h4 {
        font-size: 17px;
        letter-spacing: 0;
    }

    .inner-values h4 {
        margin: 18px 0 0px;
        font-size: 23px;
    }

    .inner-values img {
        width: 75px;
    }

    .breadcrumb-sec {
        margin-bottom: 29px;
    }

    .about_us_page IMG {
        margin-top: 1rem;
    }

    .inner-values {
        border-right: none;
    }

    .new-adds .col-md-4 {
        flex: 0 0 auto;
        width: 100%;
    }

    .counts-1 {
        padding: 0px 12px;
        border-left: 0px solid #d2d2d2;
    }

    .breadcrumb-sec {
        margin-top: 5rem;
    }

    .breadcrumbs ul {
        padding-left: 0px;
    }

    .section-header {
        margin-bottom: 6px;
    }

    button.slick-prev {
        left: 33%;
    }


    .about_us_page p {
        font-size: 15px;
        line-height: 27px;
    }

    .br-lights {
        padding: 17px 15px;
    }

    .breadcrumb-sec h1 {
        font-size: 41px;
        margin-bottom: 0.5rem;
        margin-left: 5%;
    }

    .breadcrumb-sec {
        height: 208px;
    }

    i.ri-home-3-line {
        padding-right: 5px;
        font-size: 18px;
    }

    .breadcrumbs {
        margin-bottom: 0;
        padding: 6px 17px;
    }


    .p-com-sec-pa {
        font-size: 14px;
        line-height: 22px;
    }

    .valuses .col-md-4 {
        width: 50%;
    }


    .innner-contas img {
        width: 265px;
        height: 100%;
    }

    .main-sec br {
        display: none;
    }

    .main-sec h3 {
        font-size: 18px;
        line-height: 25px;
    }

    .breadcrumbs ul li {
        padding: 1px;
        font-size: 16px;
        font-weight: 500;
    }

    .back-to-top svg.icon__arrow-up {
        fill: white;
        width: 18px;
        height: 24px;
    }

    .breadcrumb-sec h1 {
        font-size: 35px;
    }

    .new-counter-sec {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }



    .quick_conts {
        padding-left: 0;
    }

    .slide-text {
        width: 91%;
    }

    .src-Inner-counters h4 {
        font-size: 21px !important;
        font-weight: 600;
    }



    .clbikli_sc {
        padding: 66px 0;
    }

    .padding_in {
        padding: 65px 5px;
    }

    .right-side-choose {
        padding: 35px;
        margin-bottom: 0;
        margin-left: 0rem;
        margin-top: 29px;
    }

    .section-choose {
        padding: 65px 0;
    }

    .right-side-choose {
        padding: 25px;
    }

    .Services {
        margin-top: 0;
    }

    .testimonial_box-top {
        padding: 1px;
    }
}

@media (max-width:540px) {
    .slide-text h5 {
        font-size: 18px;
        margin: 15px 0 10px;
    }

    .valuses .col-md-4 {
        width: 100% !important;
    }

    .content_b_details h3.h4_bd {
        font-size: 20px !important;
    }

    .slide-text h2 {
        font-size: 35px;
        margin: 14px 0;
        line-height: 40px;
    }

    .slide-text h2 span {
        font-size: 33px;
        -webkit-text-stroke: .5px #fff;
    }

    .content_b_details .content-solar-sevsives h5 {
        font-size: 19px !important;
        line-height: 24px !important;
    }

    .ul-serv-sec li {
        font-size: 16px !important;
        display: flex;
    }

    .content_b_details h5 {
        font-size: 17px !important;
        line-height: 24px !important;
    }

    .content_b_details h4 {
        font-size: 20px !important;
    }

    .slide-text h2 br {
        display: none;
    }

    .slide-text p {
        font-size: 17px;
    }

    .slide-text p br {
        display: none;
    }


    .custom-btn {
        padding: 6px 12px;
        font-size: 14px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        min-width: 119px;
        max-width: max-content;
    }

    .clbikli_sc p {
        font-size: 14px;
        line-height: 28px;
    }

    .clbikli_sc h3 {
        color: #fff;
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 0;
    }

    .clbikli_sc h4 {
        font-size: 18px;
    }

    .clbikli_sc ul li {
        padding: 6px 0;
        line-height: 23px;
        font-size: 15px;
    }

    .h1-sec-com br {
        display: none;
    }

    .h1-sec-com {
        font-size: 32px;
        line-height: 39px;
    }

    .about-sec2 .right-innes img {
        height: 100%;
        padding: 12px;
        margin-bottom: 20px;
    }

    .Services .col-md-12 {
        padding: 0;
    }

    button.slick-next:before {
        width: 31px;
        font-size: 11px;
        height: 31px;
    }

    .section-choose .p-com-sec-pa {
        font-size: 16px;
        line-height: 27px;
    }

    button.slick-prev:before {
        width: 31px;
        font-size: 11px;
        height: 31px;
        left: 19px;
    }

    .Services .nav-btn .theme-btn {
        margin-left: 0;
        margin-bottom: 0;
    }

    .service-style3 .service-title {
        font-size: 20px;
        line-height: 27px;
    }

    .right-side-choose {
        padding: 14px;
    }

    .service-style3 {
        padding: 5px 0px;
    }

    .testimonial_box-text p {
        color: #343434;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 0;
        font-weight: 400;
        letter-spacing: 0;
    }

    .testimonial_box-img img {
        width: 50px;
        height: 50px;
    }

    .testimonial_box-name h4 {
        font-size: 16px;
        line-height: 17px;
        color: #1d1d1d;
        margin-bottom: 0;
    }

    .sec-img {
        width: 100%;
        height: 74px;
        line-height: 145px;
    }

    .testimonial_box-icon i {
        font-size: 31px;
    }

    .testimonails_sec img {
        height: 100%;
    }

    .p-com-sec-pa {
        font-size: 15px;
        line-height: 24px;
    }

    .div-contes {
        padding: 22px 0px;
    }

    .div_sec-one:before {
        width: 74px;
        height: 74px;
    }

    .right-side-choose i {
        font-size: 30px;
        width: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 60px;
        background: var(--primary-orange);
        border-radius: 50%;
        margin: 4px;
        color: #ffffff;
    }

    .content_sec_two h4 {
        font-size: 19px;
        margin-bottom: 4px;
        letter-spacing: 0;
    }

    h5.h-coms {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .main-sec {
        margin: 0;
    }

    .content_sec_two p {
        font-size: 15px;
        line-height: 23px;
    }

    .back-to-top {
        width: 34px;
        height: 34px;
        right: 4px;
        bottom: 11px;
    }



    .back-to-top i {
        font-size: 24px;
    }

    .quick_conts h4 {
        font-size: 21px;
        margin-bottom: 0.2rem;
    }
}

@media (max-width:450px) {
    .padding_in {
        padding: 40px 5px;
    }

    .inner-details .h4_bd {
        font-size: 20px;
    }

    .letf_overviewa {
        padding: 20px;
    }

    .projects_section br {
        display: none;
    }

    .breadcrumbs ul li {
        font-size: 15px;
    }

    i.ri-home-3-line {
        padding-right: 2px;
        font-size: 17px;
    }

    .letf_overviewa li p {
        font-size: 18px;
    }

    .service-style3:hover .link-btn {
        font-size: 15px;
    }

    .inner-details p {
        font-size: 16px;
        line-height: 25px;
    }

    .inner-details h4 {
        font-size: 20px;
        margin-bottom: 8px;
        line-height: 28px;
    }

    .privayc-sec p {
        font-size: 15px;
        line-height: 24px;
    }

    .privayc-sec li {
        line-height: 25px;
        font-size: 15px;
    }

    .privayc-sec li i {
        font-size: 18px;
        padding-right: 3px;
    }

    .inner-values h4 {
        font-size: 20px;
    }

    .br-lights p {
        font-size: 15px;
        text-align: justify;
        line-height: 26px;
        margin-bottom: 0;
    }

    .team_menbers {
        grid-template-columns: repeat(2, 1fr);
        gap: 19px;
    }

    .h1-sec-com {
        font-size: 26px;
        line-height: 39px;
        margin-top: 7px;
    }

    .br-lights h4 {
        font-size: 28px;
        margin-bottom: 1rem;
        padding-bottom: 4px;
    }

    .inner-values img {
        width: 71px;
    }

    .inner-values p {
        line-height: 25px;
        font-size: 15px;
    }

    .Services.new-adds {
        padding-top: 50px !important;
    }
}

.about_us_page IMG {
    width: 100%;
}


.start-rate i {
    color: var(--primary-orange);
    font-size: 20px;
    margin-top: 10px;
}

.start-rate {
    display: flex;
    align-items: center;
    justify-content: center;
}


.hero-slider {
    margin-top: 120px;
    position: relative;
    overflow: hidden;
}

.slider-container {
    position: relative;
    height: 700px;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 1;
}

.slide.active {
    opacity: 1;
    z-index: 2;
}

.slide-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    position: relative;
}

.slide-content {
    max-width: 700px;
    animation: slideInUp 0.8s ease-out;
}

@keyframes slideInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-tag {
    display: inline-block;
    background: #0078a8;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.slide-content h1 {
    font-size: 60px;
    font-weight: 700;
    color: white;
    line-height: 1.2;
    margin-bottom: 20px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.slide-content p {
    font-size: 20px;
    color: white;
    margin-bottom: 35px;
    line-height: 1.6;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

.slide-buttons {
    display: flex;
    gap: 20px;
}

.slide-content .btn-primary {
    background: var(--primary-orange) !important;
    color: white;
    padding: 16px 40px;
    font-size: 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    border: none;
    cursor: pointer;
}

.btn-primary:hover {
    background: var(--accent-yellow);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(255, 107, 53, 0.4);
}

/* Slider Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(255, 255, 255, 0.3);
    color: white;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
    z-index: 10;
    font-size: 20px;
}

.slider-arrow:hover {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
    transform: translateY(-50%) scale(1.1);
}

.slider-arrow.prev {
    left: 30px;
}

.slider-arrow.next {
    right: 30px;
}

/* Slider Dots */
.slider-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 15px;
    z-index: 10;
}

.dot {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.6);
    cursor: pointer;
    transition: all 0.3s;
}

.dot:hover {
    background: rgba(255, 255, 255, 0.7);
    transform: scale(1.2);
}

.dot.active {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
    width: 40px;
    border-radius: 10px;
}

@media (max-width: 1024px) {

    .hero .container,
    .about-content {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .stats-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {

    .hero-content h1 {
        font-size: 36px;
    }

    .services-grid,
    .why-choose-grid,
    .testimonial-grid,
    .stats-grid {
        grid-template-columns: 1fr;
    }

}

/* --- Responsive --- */
@media (max-width: 992px) {
    .process-steps {
        justify-content: center;
        gap: 30px;
    }
}

@media (max-width: 768px) {
    .title {
        font-size: 32px;
    }

    .step {
        max-width: 220px;
    }
}

@media (max-width: 576px) {
    .process-steps {
        flex-direction: column;
        align-items: center;
    }

    .step {
        max-width: 100%;
    }
}

.call-section {
    padding: 60px 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.call-box {
    display: flex;
    align-items: center;
    background: var(--dark-blue);
    border-radius: 30px;
    overflow: hidden;
    gap: 40px;

}

.call-left img {
    width: 300px;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.call-right {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 20px 40px 20px 0;
    position: relative;
    margin-left: 54px;
}

.call-icon i {
    font-size: 40px;
}

.call-icon {
    width: 84px;
    height: 84px;
    background-color: #ff6b35;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    color: #fff;
    flex-shrink: 0;
    box-shadow: 0 0 15px rgba(0, 255, 0, 0.1);
    position: absolute;
    left: -139px;
    border: 6px solid #ffffff;
}

.call-text h2 {
    font-size: 34px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 10px;
    letter-spacing: .2px;
}

.call-text h2 span {
    color: var(--primary-orange);
}

.call-text p {
    color: #fafafa;
    font-size: 16px;
    margin: 0;
    line-height: 1.6;
    width: 85%;
    text-align: left;
}

/* ---------- Responsive ---------- */
@media (max-width: 992px) {
    .call-box {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .call-left img {
        width: 100%;
        height: auto;
        border-radius: 20px;
    }

    .call-right {
        flex-direction: column;
        padding: 20px;
    }

    .call-icon {
        width: 60px;
        height: 60px;
        font-size: 24px;
    }

    .call-text h2 {
        font-size: 22px;
    }
}

@media (max-width: 576px) {
    .call-text h2 {
        font-size: 20px;
    }

    .call-icon {
        width: 55px;
        height: 55px;
        font-size: 22px;
    }

    .call-text p {
        font-size: 14px;
    }
}


@media (max-width:1600px) {
    nav .links {
        width: 80%;
    }

    .testimonial .sharpe-23 img {
        width: 276px;
    }
}


@media (max-width:1386px) {
    .right-side-choose {
        padding: 25px;
    }

    .bg-color_sec_contacts {
        padding: 19px;
    }

    .service-style3 .service-title {
        font-size: 21px;
        line-height: 24px;
    }

    .di_contacts {
        margin: 22px 0;
    }

    .bg-color_sec_contacts h4 {
        font-size: 23px;
    }

    .conts_concats {
        margin-left: 4px;
    }

    .di_contacts i {
        width: 72px;
        height: 72px;
    }

    .call-left img {
        width: 350px;
        height: 261px;
    }

    .call-text h2 {
        font-size: 29px;
    }

    .testimonial-slide {
        padding: 22px 8px;
    }

    .contaents h3 {
        font-size: 20px;
    }

    .section-title {
        font-size: 36px;
        margin-bottom: 7px;
    }
}

@media (max-width:1025px) {
    nav .links {
        width: 94%;
    }

    .slide-content h1 {
        font-size: 44px;
    }

    .slide-content .btn-primary {
        padding: 12px 26px;
        font-size: 17px;
    }

    .ine-s {
        padding: 6px 12px;
    }

    button.slick-prev {
        left: 47%;
    }

    .rihgt-mains {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 26px 0;
        flex-direction: column;
        gap: 20px;
    }

    .content_sec_two {
        padding-left: 0;
    }

    .right-side-choose i {
        font-size: 32px;
        width: 62px;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 62px;
        background: linear-gradient(135deg, var(--primary-blue), var(--dark-blue));
        border-radius: 50%;
        margin: 10px;
        color: #ffffff;
    }
}

@media (max-width:992px) {
    nav .links {
        width: 100%;
    }

    .logo img {
        width: 96% !important;
    }

    nav {
        padding-left: 0;
    }

    .hero-slider {
        margin-top: 88px;
    }
}

@media (max-width:768px) {
    .section-title {
        font-size: 30px;
        margin-bottom: 7px;
    }

    button.slick-prev {
        left: 44%;
    }

    .section-subtitle {
        font-size: 17px;
    }

    .right-side-choose {
        grid-template-columns: repeat(2, 1fr);
    }

    .div_sec-one:before {
        width: 95px;
        height: 95px;
    }

    .right-side-choose i {
        font-size: 32px;
        width: 69px;
        height: 69px;
    }

    .work-process {
        padding: 80px 20px 0;
    }

    .call-left img {
        width: 100%;
        height: 261px;
    }

    .call-box {
        gap: 20px;
    }

    .call-text h2 {
        font-size: 26px;
    }

    .call-text p {
        width: 100%;
    }

    .call-right {
        display: flex;
        align-items: center;
        gap: 20px;
        padding: 20px 40px 20px 0;
        position: relative;
        margin-left: 0;
        justify-content: flex-start;
        text-align: left;
    }

    .call-box {
        gap: 20px;
        align-items: flex-start;
    }

    .testimonial .sharpe-23 img {
        width: 172px;
        top: -35px;
    }

    .testimonial_box-top {
        padding-bottom: 21px;
    }

    .contaents h3 {
        font-size: 19px;
    }
}


@media (max-width:576px) {
    .slide-bg {
        height: 100%;
    }

    .slide-content h1 {
        font-size: 32px;
    }

    .slide-content p {
        font-size: 18px;
        margin-bottom: 22px;
    }

    .slide-content p br {
        display: none;
    }

    .slide-content .btn-primary {
        padding: 8px 23px;
        font-size: 15px;
    }

    .slider-container {
        position: relative;
        height: 531px;
    }

    .dot.active {
        width: 22px;
    }

    .about {
        padding: 70px 0;
    }

    .section-title {
        font-size: 28px;
        margin-bottom: 7px;
    }

    .section-subtitle {
        font-size: 17px;
    }

    .about-image img {
        height: 301px;
    }

    .about-text h3 {
        font-size: 31px;
        margin-bottom: 0;
    }

    .about-text p {
        font-size: 16px;
        margin-bottom: 12px;
    }

    .features-list li {
        gap: 11px;
        padding: 14px 0;
        border-bottom: 1px solid #f0f0f0;
    }

    .feature-icon i {
        font-weight: 400;
    }

    .feature-text h4 {
        font-size: 20px;
    }

    .feature-text p {
        font-size: 15px;
    }

    .about {
        padding: 55px 0 50px;
    }

    .stats {
        padding: 48px 0;
    }

    .stat-card {
        padding: 26px;
    }

    .stat-card h3 {
        font-size: 21px;
    }

    .section-title br {
        display: none;
    }

    .section-title {
        font-size: 27px;
        margin-bottom: 7px;
        line-height: 36px;
    }

    .ine-s {
        padding: 7px 16px 24px;
    }

    .main-sec h3 {
        font-size: 20px;
        line-height: 18px;
    }

    .theme-btn {
        font-size: 17px;
    }

    button.slick-next {
        left: 52%;
    }

    button.slick-prev {
        left: 36%;
    }

    .section-subtitle {
        font-size: 15px;
        line-height: 26px;
    }

    section.Services.padding_in {
        margin-bottom: 30px;
    }

    .right-side-choose {
        grid-template-columns: repeat(1, 1fr);
    }

    .work-process {
        padding: 57px 0px 0;
    }

    .step p {
        font-size: 16px;
        font-weight: 400;
    }

    .call-box {
        padding: 0;
    }

    .call-right {
        padding: 7px 22px 22px 22px;
    }

    .testimonial .sharpe-23 img {
        display: none;
    }

    .call-section {
        padding: 42px 4px 14px;
    }

    .call-text h2 {
        font-size: 23px;
        line-height: 30px;
    }

    .call-text p {
        font-size: 15px;
        padding-bottom: 17px;
    }

    .testimonial_box-text {
        padding: 0px 0;
    }

    .footer-top {
        padding: 22px 9px;
    }

    .testimonial_box-top {
        padding-bottom: 31px;
    }


    .contaents h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .contact-box {
        flex-direction: column;
        padding: 0 24px;
        gap: 25px;
    }

    .contact-item {
        flex-direction: column;
        text-align: center;
        align-items: flex-start;
        gap: 14px;
    }

    .footer-main {
        padding: 32px 25px;
    }

    .blog_sections {
        padding: 45px 0 11px;
    }

    .slide-tag {
        padding: 6px 18px;
        border-radius: 25px;
        font-size: 16px;
        font-weight: 500;
    }
}