body {
    font-family: 'Montserrat', sans-serif;
    line-height: 24px;
    font-size: 14px;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
    background-color: #ffffff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #222021;
    font-weight: 500;
    overflow-x: hidden;
}

.skitter {
    max-width: initial;
}

a {
    text-decoration: none;
    color: rgb(0, 4, 8);
}

a {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
    padding: 0;
}

.label_skitter {
    bottom: 30%;
    left: 15%;
    display: block !important;
    z-index: 150;
    position: absolute;
    display: none;
    background: transparent;
    width: 100%;
}

.label_skitter h2 {
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    text-transform: uppercase;
}

.label_skitter p {
    padding: 0px;
    font-size: 17px;
}

.float_nav ul {
    float: right;
}

span#toggle_menu {
    display: none;
}

.topbar-header {
    padding: 4px 0px;
    background-color: #e01f26;
}

ul#css-main-menu li a {
    font-weight: 600;
    color: #333;
    position: relative;
    padding: 4px;
    font-size: 15px;
}

ul.contact-info {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul.contact-info li {
    display: inline-block;
    color: #fff;
}

ul.contact-info li:first-child {
    margin-right: 15px;
    color: #fff;
}

ul.contact-info li {
    margin-right: 15px;
    color: #fff;
}


ul.contact-info li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}

ul.social-icons {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

ul.social-icons li {
    display: inline-block;
    color: #fff;
    padding: 0px 8px;
}

ul.social-icons li:last-child {
    padding-right: 0px;

}

ul.social-icons li a {
    display: inline-block;
    color: #fff;
}

#css-main-menu li {
    padding: 10px 10px;
}

#css-main-menu li:last-child {
    padding-right: 0px;
}

.skitter .container_skitter .image>a:after {
    content: "";
    position: absolute;
    background-color: #020204;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 9;
    opacity: 0.5;
}

.box_clone>a {
    position: relative;
}

.box_clone:after,
.box_clone>a:after {
    content: "";
    position: absolute;
    background-color: #020204;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    z-index: 99;
    opacity: 0.5;
}

.btn {
    margin-top: 15px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    position: relative;
    vertical-align: middle;
    outline: none !important;
    background-color: #e01f26 !important;
    color: #fff;
    border-radius: 43px;
    font-size: 14px;
    padding: 7px 30px;
    border-color: #e01f26 !important;
}

.btn:before {
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
    background-color: #231f20;
}

.header-sticky {
    left: 0;
    position: fixed !important;
    right: 0;
    top: 0;
    z-index: 1100;
    transition: .7s ease-in-out;
    -webkit-animation: header_sticky .7s ease-in-out;
    animation: header_sticky .7s ease-in-out;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.btn:hover:before {
    top: -40%;
}

.btn:hover {
    color: #fff;
}

ul#css-main-menu li a:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 0;
    background-color: #e01f26;
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform .8s;
}

ul#css-main-menu li a:hover:after {
    transform: scaleX(1);
    transform-origin: left center;
    transition: transform .8s;
}

ul#css-main-menu li a:hover {
    color: #e01f26;
}

.ptop-80 {
    padding-top: 80px;
}

.pbm-80 {
    padding-bottom: 80px;
}

.pbm-40 {
    padding-bottom: 40px;
}

h2.section-title {
    /* color: #253241; */
    position: relative;
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 34px;
}

span.top_h2 {
    margin-bottom: 15px;
    /* font-size: 36px; */
    /*    text-transform: uppercase;*/
    font-size: 23px;
    color: #e01f26;
    font-weight: 700;
}

h2.section-title span {
    color: #e01f26;
}

.ser_ul li {
    cursor: pointer;
    text-align: center;
}

.ser_ul li h3 {
    margin-top: 5px;
    font-size: 16px;
    color: #1f4564;
}

.ser_ul {
    margin: 0;
    -webkit-box-decoration-break: clone;
    columns: 4;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    /*grid-gap: 1.25rem;*/
    grid-auto-flow: dense;
}

.ser_ul li {
    padding: 20px 5px;
    grid-column: auto / span 6;
    border: 1px solid #ddd;
    border-top: 0px solid #ddd;
    border-left: 0px solid #ddd;
    height: 230px;
}

.ser_ul li:nth-child(4n+4) {
    border-right: 0px solid #ddd;
}

.ser_ul li:nth-child(13),
.ser_ul li:nth-child(14),
.ser_ul li:nth-child(15),
.ser_ul li:nth-child(16) {
    border-bottom: 0px solid #ddd;
}

.ser_ul li h3 {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
}

.ser_ul li:hover img {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.ser_ul li img {
    /* filter: brightness(0) invert(1); */
    padding: 10px;
    /* background-color: #fff; */
    border-radius: 0px;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.ser_ul li:hover img {
    background-color: #cbcfec;
    border-radius: 90px;
    color: #ffff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
}

footer {
    position: relative;
    background: #1c202a;
    color: #fff;
    /*    border-top: 5px solid #959dcf;*/
}

.footer_box {
    padding: 60px 0px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 100%, 0% 100%);
    background-color: #1c202a;
}

.footer-bottom {
    background-color: #1c202a;
    color: #fff;
    font-size: 13px;
    border-top: 0.1px solid #939598;
}

.footer-containericon>a {
    margin: 6px;
    text-decoration: none;
    -ms-flex-item-align: start;
    align-self: flex-start;
    max-width: 100%;
    list-style: none;
    margin-top: 1rem;
    background-color: #e01f26;
    color: #fff;
    width: 30px;
    height: 30px;
    font-size: .8rem;
    display: inline-flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-transition: 120ms linear;
    transition: 120ms linear;
    position: relative;
    -webkit-transition-property: background-color, top, -webkit-box-shadow;
    transition-property: background-color, top, -webkit-box-shadow;
    transition-property: background-color, box-shadow, top;
    transition-property: background-color, box-shadow, top, -webkit-box-shadow;
}

footer .box a {
    color: #ffffff;
    display: block;
    padding-bottom: 10px;
    font-weight: 300;
}

.footer_get a {
    color: #ffffff;
    font-weight: 300;
    margin-left: 24px;
}

.footer_get a {
    display: block;
}

.addess_fo i {
    top: 0px;
}

.footer_get i {
    font-size: 17px;
    top: 6px;
    position: absolute;
    color: #fff;
    display: inline-block;
}

.footer_get {
    position: relative;
    margin: 10px 0px 10px 0px;
}

footer .logo {
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
}

footer .logo img {
    width: 100%;
}

footer {
    padding-top: 0px;
    background-color: #e01f26;

}

.product_div {
    clip-path: polygon(0% 20%, 100% 0%, 100% 80%, 0% 100%);
    /* margin-top: 70px; */
    padding: 150px 0px;
    background-color: #c5c6c8;
}

#product-slider div.item {
    text-align: center;
}

h4.qx-carousel-title {
    font-size: 18px;
}

.btn_view {
    border: 1px solid #fff;
}

ul.social-icons li a:hover {
    color: #60689e;
}

ul.contact-info li:hover a {
    color: #60689e;
}

.footer_box a:hover {
    position: relative;
    padding-left: 10px;
}




/* aboutus */

.header-section {
    padding-bottom: 50px;
    padding-top: 260px;
    background-image: url(../images/about_us_banner.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.other_head {
    text-align: center;
    color: #fff;
}

.other_head a {
    color: #e01f26;
}

.abt_img img {

    border-radius: 50%;
}

/* aboutus */

/* Solution */

section.servce_div {
    margin-top: 50px;
    margin-bottom: 50px;
}

.ser_ul li:hover img {
    background-color: #e01f26;
    border-radius: 90px;
    color: #ffff;
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px);
    /* display: block; */
}

.right_slide1 {
    display: none;

}

.ser_ul li:hover .right_slide1 {

    display: block;
}

/* solution */

/* contact us */
.text_foot {
    vertical-align: middle;
    display: inline-block;
    padding-left: 20px;
    margin-top: 30px;
}

.contact_page {
    /* text-align: center; */
    position: relative;
    margin-top: 35px;
}

.icon_foot {
    display: inline-block;
    vertical-align: middle;
}

.icon_foot img {
    width: 60px;
    margin-bottom: 10px;
}

.text_foot p {
    margin-bottom: 3px;
    /* color: #7E7E7E; */
}

.form-control {
    min-height: 38px;
    margin-bottom: 20px;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.container.cnt_us {
    margin-top: 50px;
    margin-bottom: 50px;
}


/* contact us */

/* products */
.pro_ul1 {
    margin: 0;
    -webkit-box-decoration-break: clone;
    columns: 4;
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    /* grid-gap: 1.25rem; */
    grid-auto-flow: dense;
    text-align: center;
}

.pro_ul1 li img {
    /* filter: brightness(0) invert(1); */
    padding: 10px;
    /* background-color: #fff; */
    border-radius: 0px;
    -webkit-transition: 300ms ease all;
    -moz-transition: 300ms ease all;
    transition: 300ms ease all;
}

.pro_ul1 li h3 {
    margin-top: 5px;
    font-size: 16px;
    color: #333;
}


.pro_ul1 li {
    padding: 20px 5px;
    grid-column: auto / span 6;
    /* border: 1px solid #ddd; */
    /* border-top: 0px solid #ddd; */
    /* border-left: 0px solid #ddd; */
}

.product_div1 {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    /* margin-top: 70px; */
    padding: 50px 0px;
    background-color: #c4c5c7;
    /* margin-top: 50px; */
    margin-bottom: 50px;
}


li.pro_item {

    height: 400px;
    /* border: 1px solid #ddd; */
    margin: 10px;
    display: block;
    padding: 10px;
}

.pro_ul1 li .btn_view {

    display: none;
}

.pro_item:hover .btn_view {

    display: inline-block !important;
}


li.pro_item::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    width: 0%;
    height: 2px;
    background: #ffffff;
    box-shadow: inset 0px 0px 0px #add192;
    display: block;
    -webkit-transition: all 0.8s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.8s cubic-bezier(.5, .24, 0, 1);
}

li.pro_item::after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 0%;
    height: 2px;
    background: #ffffff;
    -webkit-transition: all 0.8s cubic-bezier(.5, .24, 0, 1);
    transition: all 0.8s cubic-bezier(.5, .24, 0, 1);
}

li.pro_item:hover {
    border-left: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    /* border-top: 2px solid transparent; */
    /* border-bottom: 2px solid #ffffff; */
    /* border-radius: 3px; */
}


li.pro_item:hover::before {
    width: 100%;
}

li.pro_item:hover::after {
    width: 100%;
}

/* products */

@media (min-width: 1400px) {
    .label_skitter {
        max-width: 1320px;
        margin: 0 auto;
        right: 0;
        left: 0;
    }
}

@media (max-width: 1000px) {
    .pro_ul1 {
        margin: 0;
        -webkit-box-decoration-break: clone;
        columns: 5;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /* grid-gap: 1.25rem; */
        grid-auto-flow: dense;
        text-align: center;
    }

    .product_div1 {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

    }

    h2.section-title {
        margin-top: 15px;
    }

}

@media (max-width: 600px) {
    .header-section {
        padding-bottom: 29px;
        padding-top: 100px;
        background-size: cover;
        background-attachment: unset !important;
        background-position: center center;
    }

    .pro_ul1 {
        margin: 0;
        -webkit-box-decoration-break: clone;
        columns: 5;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        /* grid-gap: 1.25rem; */
        grid-auto-flow: dense;
        text-align: center;
    }

    .product_div1 {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);

    }

    .ser_ul {
        margin: 0;
        -webkit-box-decoration-break: clone;
        columns: 5;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        /* grid-gap: 1.25rem; */
        grid-auto-flow: dense;
    }

    .ser_ul li:nth-child(2n+2) {
        border-right: 0px solid #ddd;
    }

    .ser_ul li:nth-child(5),
    .ser_ul li:nth-child(6) {
        border-bottom: 1px solid #ddd;
    }

    ul.social-icons {
        display: none;
    }
}

@media(max-width:768px) {
    a.logo {
        margin-left: 0px !important;
        max-width: 235px;
        display: block;
    }

    .sidemenu {
        display: none;
        /* position: fixed; */
        top: 90px;
        /* background-color: #000; */
        padding: 10px 0px;
        z-index: 999999;
        /* color: #ffffff !important; */
    }

    span#toggle_menu {
        margin-top: -56px;
        float: right;
        color: #000;
        margin-right: 8px;
        font-size: 33px;
        display: inline-block !important;
        /* padding-left: 20px; */
    }

    ul.nav .css-main-menu li {
        display: block;
        width: 100%;
        text-align: left;
    }

    .footer_box {
        clip-path: polygon(0% 5%, 100% 0%, 100% 100%, 0% 100%);
    }

    footer .logo {
        margin-bottom: 25px;
    }

    .footer-bottom {
        text-align: center;
    }

    .footer-bottom div.justify-content-end {
        justify-content: center !important;
    }

    ul#css-main-menu li a {
        font-weight: 600;
        color: #ffffff !important;
        position: relative;
        padding: 4px;
        font-size: 15px;
    }

    ul#css-main-menu {
        position: absolute;
        background-color: #000000;
        /* display: none; */
        z-index: 9999;
        color: #ffffff !important;
        /* top: -10px; */
        display: block;
        width: 100%;
        text-align: left;
        left: 0px;
    }

    .label_skitter {
        bottom: 10px;
        left: 5%;
        right: 5%;
        display: block !important;
        z-index: 150;
        position: absolute;
        display: none;
        background: transparent;
        width: 90%;
    }

    .label_skitter h2 {
        font-size: 20px;
    }

    .label_skitter p {
        padding: 0px;
        font-size: 12px;
    }

    .btn {
        font-size: 10px;
        padding: 8px 30px;
    }

    a.logo {
        margin: 0 auto;
        max-width: 235px;
        display: block;
    }

    ul.contact-info li a {
        font-size: 10px;
    }

    .topbar-header {
        padding: 2px 0px;
        background-color: #e01f26;
        text-align: center;
    }

    h2.section-title {
        font-size: 26px;
    }

    span.top_h2 {
        font-size: 18px;
    }

    .pbm-80 {
        padding-bottom: 40px;
    }

    .ptop-80 {
        padding-top: 40px;
    }

    .product_div {
        margin-top: 40px;
    }

    .right_slide.aos-init.aos-animate {
        margin-bottom: 20px;
    }
}

.close {
    display: none;
}

.service_div {
    padding: 60px 0px
}

/************** services ******************/

.flip_box {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.flip_box .front,
.flip_box:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip_box .front,
.flip_box .back {
    background-image: none !important;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    min-height: 280px;
    height: auto;
    border-radius: 5px;
    color: #fff;
}

.flip_box * {
    line-height: inherit;
}

.flip_box .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flip_box .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip_box .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.flip_box .inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.flip_box:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.flip_box:hover .front,
.flip_box:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.flip_box .front,
.flip_box:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

img.flip-img {
    width: 100%;
}

.flip-box {
    position: relative;
}

.ser_ul01 li {
    cursor: pointer;
    text-align: center;
}

.ser_ul01 {
    margin: 0;
    -webkit-box-decoration-break: clone;
    columns: 4;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-auto-flow: dense;
}

.ser_ul01 li {
    padding: 5px 5px;
    grid-column: auto / span 5;
}

.light_gray_bg {
    background-color: #f1f0f6;
}

.bg_blue {
    background-color: #1c4465;
}

a.flip-title01 {
    font-weight: 600;
    border-radius: 50px;
    background-color: white;
    color: #1c4664;
    padding: 8px 15px;
    font-size: 15px;
    display: inline-block;
    margin-top: 8px;
}

.box_icon img {
    /*filter: brightness(0) invert(1);*/
    margin: 0 auto;
    width: 80px;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 0px;
}

.flip_box .back .box_icon img {
    filter: brightness(0) invert(1);
    width: 60px;
}

.flip_box .front:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: .7;
    background: -webkit-linear-gradient(180deg, rgba(28, 68, 101, 0.2) 0%, rgb(168 168 170) 100%);
    background: linear-gradient(180deg, rgb(251 251 251) 0%, rgb(231 231 231) 100%);
}

h3.flip-title {
    letter-spacing: 1px;
    font-size: 16px;
}

li.nav-item.active:before {
    bottom: -5px;
    content: "";
    width: 100%;
    left: 0px;
    right: 0px;
    position: absolute;
    height: 3px;
    background-color: #1c4664;
}

ul.ser_ul li a {
    display: block;
}

@media(max-width: 768px) {
    .ser_ul01 {
        columns: 1;
        grid-template-columns: repeat(1, 1fr);
    }

    .flip_box .front,
    .flip_box .back {
        min-height: 290px;
    }

    h3.flip-title {
        letter-spacing: 1px;
        font-size: 18px;
    }

    .flip_box .inner {
        padding: 0.5rem;
    }

    .flip_box h5 {
        font-size: 16px;
    }

    a.flip-title01 {
        font-weight: 600;
        border-radius: 50px;
        background-color: white;
        color: #1c4664;
        padding: 8px 25px;
        font-size: 14px;
        display: inline-block;
        margin-top: 8px;
    }

    .box_address {
        margin-right: 0px;
        margin-bottom: 30px;
    }

    section.contact_div h3 {
        margin-top: 15px;
        color: #1c4664;
        margin-bottom: 15px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 1.7rem;
    }

    .contact_div {
        padding-top: 40px;
    }

    li.nav-item {
        display: block;
        text-align: left;
    }

    li.nav-item.active:before {
        display: none;
    }

    .team_box {
        min-height: 130px;
        padding: 20px 10px;
        box-shadow: 2px 5px 9px 0px rgb(0 0 0 / 6%);
        background-color: #ffff;
    }

    .team_box h2 {
        font-size: 18px;
        font-weight: 600;
        color: #1c4664;
    }

    .team_box h6 {
        position: relative;
        font-size: 15px;
    }

    .team_box p {
        font-size: 14px;
        position: relative;
    }

}

.btn-primary:hover {
    color: #fff;
    background-color: #a8a8aa;
    border-color: #a8a8aa;
}

.service_div {
    padding: 60px 0px
}

h3.flip-title {
    color: #000;
    font-weight: 500;
}

i.fa.fa-mobile {
    top: 2px;
    font-size: 21px;
}

.top_enq span a i {
    margin-right: 5px;
    font-size: 17px;
    vertical-align: text-bottom;
}

.messages button.close {
    margin-top: -10px;
    color: #1c4664;
    background-color: transparent;
    float: right;
    border: 0px;
    font-size: 22px;
}

ul.ul_team {
    margin-bottom: 0;
    text-align: left;
    list-style-type: circle;
    list-style: circle;
}

ul.ul_team li {
    line-height: 1.6;
    font-size: 14px;
    text-align: left;
    position: relative;
    padding: 3px 3px;
    padding-left: 15px;
}

ul.ul_team li:before {
    position: absolute;
    left: 0px;
    top: 10px;
    font: normal normal normal 7px/1 FontAwesome;
    content: "\f111";
    color: #000;
    font-size: 7px;
}

.team_box:hover ul.ul_team li:before {
    color: #919396;
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    font-size: 100px !important;
    position: relative;


}

.owl-theme .owl-nav {
    margin-top: -70px !important;
}

button.owl-prev {
    margin-right: 54px !important;
    /* position: absolute; */
    /* right: 18px; */
    left: -620px !important;
}

button.owl-next {
    right: -620px !important;

}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {

    color: #ebebeb !important;

}

button.owl-prev :hover {

    color: #8e8e8e;
}

button.owl-next :hover {

    color: #8e8e8e;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
    color: #FFF;
    text-decoration: none;
}

.solar-panel-contents h1 {
    color: #e01f26;
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 30px;
    animation: fadeIn 1.5s ease-in-out;
}

.solar-panel-contents .lead {
    color: black;
    font-size: 17px;
    line-height: 1.8;
    margin-bottom: 25px;
}

.solar-panel-contents p.text-center {
    color: black;
    font-size: 17px;
    font-weight: 500;
}

.solar-section {
    padding: 70px 20px 90px;
    background: #3e383808;
}

.solar-card {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.solar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.12);
}

.solar-icon {
    font-size: 2.2rem;
    margin-right: 12px;
    color: #e01f26;
    margin-bottom: 13px;
}

.solar-title {
    font-weight: 600;
    font-size: 1.2rem;
}

section.solar-section h2 {
    color: #e01f26;
    font-weight: 800;
    font-size: 26px;
    margin-bottom: 15px;
}

p.heading-p {
    width: 55%;
    margin-right: auto;
    margin-left: auto;
    font-size: 15px;
}

.heading-p-fontsize {
    font-size: 15px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.section-process {
    padding: 4rem 0;
}

.timeline {
    position: relative;
    margin: 2rem 0;
    padding-left: 20px;
    border-left: 3px solid #e01f26;
    width: 55%;
    margin-right: auto;
    margin-left: auto;
}

.timeline-step {
    position: relative;
    margin-bottom: 2rem;
    padding-left: 1.5rem;
}

.timeline-step::before {
    content: attr(data-step);
    position: absolute;
    left: -2.4rem;
    top: 0;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #e01f26;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.timeline-step h5 {
    color: black;
    margin-bottom: 0.3rem;
    font-size: 18px;
}

.timeline-step i {
    color: #0d6efd;
    margin-right: .5rem;
}

.timeline-step p {
    margin-bottom: 0;
    color: #6c757d;
    font-size: 15px;
}

section.section-process h2 {
    color: #e01f26;
    font-size: 26px;
}

.solar-panel-grid-image {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.solar-panel-grid-image img {
    width: 80%;
}

section.solar-panel-contents {
    padding-top: 60px;
    padding-bottom: 50px;
}

/* solar lighting panel */

.product-card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height: 100%;
}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.product-header {
    background: linear-gradient(135deg, #e01f26, #333437e3);
    color: white;
    padding: 1.5rem;
    position: relative;
}

.product-number {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-weight: bold;
}

.product-body {
    padding: 1.5rem;
}

.spec-item {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    border-bottom: 1px solid #e5e7eb;
    align-items: flex-start;
}

.spec-item:last-of-type {
    border-bottom: none;
}

.spec-label {
    color: #6b7280;
    font-size: 0.85rem;
    flex: 0 0 45%;
}

.spec-value {
    font-weight: 600;
    color: #1f2937;
    font-size: 0.85rem;
    text-align: right;
    flex: 0 0 50%;
}

.price-section {
    background: linear-gradient(135deg, #f3f4f6, #e5e7eb);
    padding: 1.5rem;
    margin-top: 1rem;
    border-radius: 10px;
}

.price-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem;
    background: white;
    border-radius: 8px;
    margin-bottom: 0.5rem;
}

.price-item:last-child {
    margin-bottom: 0;
}

.price-label {
    font-weight: 500;
    color: #4b5563;
    font-size: 0.9rem;
}

.price-amount {
    font-size: 1.5rem;
    font-weight: bold;
    color: #2563eb;
}

.icon-feature {
    color: #0ea5e9;
    margin-right: 0.5rem;
    font-size: 0.85rem;
}

.contact-footer {
    background: white;
    border-radius: 15px;
    padding: 2rem;
    margin-top: 3rem;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

section.solar-lighting-panel-list {
    padding-top: 50px;
    padding-bottom: 50px;
}

h2.solar-lighing-head {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.solar-lighting-panel-list .col-xl-4 {
    margin-bottom: 20px;
}

img.solar-lighting-product-img {
    height: 260px;
    width: 100%;
}

.product-body-img {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 20px;
}

.other_head p {
    font-size: 18px;
}

section.solar-inverter-intro-section p {
    font-size: 18px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    text-transform: capitalize;
}

section.solar-inverter-intro-section h1 {
    color: #e01f26;
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 25px;
    animation: fadeIn 1.5s ease-in-out;
}

.solar-inverter-body h5 {
    font-size: 18px;
    color: #e01f26;
}

.solar-inverter-row {
    align-items: stretch;
}

.solar-inverter-card {
    border: none;
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 6px 18px rgba(20, 30, 60, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.solar-inverter-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 30px rgba(20, 30, 60, 0.12);
}

.solar-inverter-image {
    height: 415px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    padding: 20px;
}

.solar-inverter-image img {
    width: 80%;
    border-radius: 10px;
    border: 3px solid #0000000a;
    height: 380px;
    background: white;
}

.solar-inverter-body {
    display: flex;
    flex-direction: column;
    padding: 20px;
    flex: 1 1 auto;
}

.solar-inverter-features {
    /* margin: 0; */
    padding: 0;
    list-style: none;
    color: #444;
    font-size: 0.96rem;
    margin-top: 15px;
    margin-bottom: 0px;
    height: 180px;
}

ul.solar-inverter-features li {
    margin-bottom: 10px;
}

.solar-inverter-features li::before {
    content: '✔';
    color: #e01f26;
    margin-right: 8px;
    font-weight: 600;
    background: #0000000d;
    padding: 2px 5px;
    border-radius: 50%;
    font-size: 15px;
}

.solar-inverter-price {
    color: black;
    font-weight: 700;
    font-size: 1.1rem;
}

.solar-inverter-actions {
    margin-top: auto;
}

.solar-inverter-actions a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
}

.solar-inverter-why-choose-us-section {
    padding-top: 50px;
}

.solar-inverter-why-choose-us-section h1 {
    color: #e01f26;
    font-weight: 800;
    font-size: 23px;
    text-transform: uppercase;
    margin-bottom: 25px;
    animation: fadeIn 1.5s ease-in-out;
    text-align: center;
}

.solar-inverter-why-choose-us-section p {
    font-size: 18px;
    width: 85%;
    margin-right: auto;
    margin-left: auto;
    line-height: 30px;
    text-transform: capitalize;
    text-align: center;
}

section.call-to-action-section a {
    border: 1px solid #ffffff;
    color: white;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 8px;
    background: #6c757d45;
}

section.call-to-action-section h2 {
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 36px;
}

section.call-to-action-section {
    background: linear-gradient(26deg, #24262b, #e01f26);
    color: white;
    padding: 100px;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 50px;
    margin-right: 100px;
    margin-left: 100px;
    border-radius: 30px;
}

.counter-card {
    background: linear-gradient(145deg, #ffffff, #f0f4ff);
    border: none;
    border-radius: 1.2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    padding: 20px 10px;
    position: relative;
    overflow: hidden;
    transition: transform 0.4s ease, box-shadow 0.4s ease;
    height: 100%;

}

.counter-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.2);
}

.counter-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, #e01f26, #8d8d8d);
    animation: borderGlow 3s infinite;
}

@keyframes borderGlow {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.counter-value {
    font-size: 35px;
    font-weight: 700;
    background: linear-gradient(45deg, #ce2027, #e01f26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    padding: 20px 0px;
}

.counter-suffix {
    font-size: 35px;
    font-weight: 600;
    background: linear-gradient(45deg, #e01f26, #e01f26);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0px;
}

.counter-card .card-title {
    color: #222;
    font-size: 18px;
    font-weight: 600;
    margin-top: 8px;
    line-height: 1.4;
}

section.counter-section {
    margin-top: 40px;
}

@media (max-width: 767px) {
    .counter-card {
        margin-bottom: 20px;
    }

    .counter-value {
        font-size: 2.8rem;
    }

    .counter-suffix {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 600px) {
    .solar-panel-grid-image img {
        width: 100%;
    }

    .solar-panel-grid-image {
        grid-template-columns: repeat(1, 1fr);
        width: 100%;
    }

    p.heading-p {
        width: 100%;
    }

    .timeline {
        width: 83%;
    }

    section.solar-inverter-intro-section p {
        font-size: 16px;
        width: 100%;
    }

    .solar-inverter-why-choose-us-section p {
        font-size: 16px;
        width: 100%;
    }

    section.call-to-action-section {
        margin-right: 0px;
        margin-left: 8px;
        padding: 50px 20px;
        margin-top: 40px;
    }

    section.call-to-action-section h2 {
        line-height: 35px;
        font-size: 22px;
    }

    .solar-inverter-features {
        height: auto;
    }
}

@media only screen and (min-width: 767px) and (max-width: 992px) {
    .solar-panel-grid-image {
        width: 100%;
    }

    p.heading-p {
        width: 75%;
    }

    .solar-section .col-md-4 {
        flex: 0 0 auto;
        width: 50%;
    }

    .solar-section .row {
        justify-content: center;
    }

    .timeline {
        width: 90%;
    }

    .solar-inverter-row .col {
        width: 50%;
    }

    section.call-to-action-section {
        padding: 50px;
        margin-right: 30px;
        margin-left: 30px;
    }

    .solar-inverter-image img {
        width: 100%;
    }

    .solar-inverter-features {
        height: auto;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .counter-value {
        font-size: 28px;
    }

    .counter-card {
        padding: 20px 0px;
    }

    .solar-inverter-image {
        height: 335px;
    }

    .solar-inverter-image img {
        width: 90%;
        height: 290px;
    }


    .solar-inverter-features {
        height: auto;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    ul#css-main-menu li a {
        font-size: 14px;
    }

    #css-main-menu li {
        padding: 10px 5px;
    }

    .solar-inverter-image img {
        width: 95%;
    }
}