@import url('https://fonts.googleapis.com/css2?family=Mina:wght@400;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Raleway');
@import url('https://fonts.googleapis.com/css2?family=Mina:wght@400;700&family=Montserrat:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:wght@300;400;500;600;700&family=PT+Serif:wght@400;700&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Slab&family=Inter:wght@100;500;600;700;800;900&display=swap');

* {
    padding: 0px 0px;
    margin: 0px 0px;
    box-sizing: border-box;
}

/* header navbar dropdown start*/
/* @media screen and (height:100px) {
    .header {
        background-color: #000 !important;
        display: block;
        width: 100%;
        position: relative;
        z-index: 99;
        box-shadow:rgb(132 132 132 / 20%) 1px 1px 15px 20px;
    }
    
    
} */
body {
    position: relative;
    font-family: 'Mina', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'PT Serif', serif;
    font-family: 'Inter', sans-serif;
}

:root {
    --red: #E31E24;
    --blue: #0E3242;
}

.header {
    background: linear-gradient(45deg, rgb(17 125 26) 23.7%, rgb(25, 181, 38) 0%, rgb(255, 255, 255) 23%, rgb(255, 255, 255) 77%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
    display: block;
    width: 100%;
    position: relative;
    z-index: 99;
    /* box-shadow: rgb(132 132 132 / 20%) 1px 1px 15px 20px; */
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
}

.header .menu>ul>li a {
    padding: 0px 10px;
    border-radius: 5px;

}

@media screen and (max-width:1200px) {
    .item-right ul {
        display: none;
    }

}

/* .header .menu>ul>li a:hover {
	box-shadow: 0 0 5px #33ffff,
	            0 0 5px #33ffff;
    border-radius: 5px;
    color: cyan;
	
} */
.menu-main li a i {
    color: #000;
    font-size: 18px;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: inset -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

.header .item-left {
    flex: 0 0 14%;
}

.header .logo {
    margin-top: 8px;
}

.header .logo a {
    font-size: 39px;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.header .item-center {
    flex: 0 0 70%;
}

.header .item-right {
    flex: 0 0 9%;
    display: flex;
    justify-content: flex-end;

}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #000;
    display: inline-block;
    margin-left: 0px;
    transition: color 0.3s ease;
}

.header .menu>ul {
    padding-top: 16px;
    text-align: end;
}

.header .menu>ul>li {
    margin-top: 10px;
    display: inline-block;
    line-height: 36px;
    margin-left: 10px;

}

/* header navbar dropdown start*/

@media screen and (max-width:1200px) {
    .header .menu>ul>li {
        margin-left: 10px;
    }

    .header .menu>ul>li a {
        padding: 0px 13px;
        border-radius: 5px;
    }

    .header ul {
        padding-left: 31px !important;
    }

    .header .logo a img {
        width: 100%;
    }
}

@media screen and (max-width:500px) {

    .about-icon img {
        width: 30%;
    }


}

@media screen and (max-width:768px) {

    .top-text {
        display: none;
    }
}

@media screen and (max-width:800px) {
    .header {
        background: linear-gradient(45deg, rgb(17 125 26) 40%, rgb(25, 181, 38) 0%, rgb(255, 255, 255) 23%, rgb(255, 255, 255) 77%, rgb(255, 255, 255) 75%, rgb(255, 255, 255) 100%);
    }

    .top-text {
        display: none;
    }

    .top-text .model-btn-product {
        text-align: center !important;
    }

    .header .logo a img {
        width: 50% !important;
    }


}

/* .header .menu>ul>li>a:hover{
    box-shadow: 0 0 5px #33ffff,
                0 0 5px #33ffff;
    border-radius: 5px;
    color: cyan;
} */
.header .menu>ul>li>a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    position: relative;
    /* text-transform: capitalize; */
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: uppercase;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: inset -2px 2px 70px -25px rgba(0, 0, 0, 0.4);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    border-radius: 15px;
}

.header .menu>ul>li.menu-item-has-children a {
    padding-bottom: 0px !important;
    text-decoration: none;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #000;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .list-item a {
    margin: 10px 0;

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    /* line-height: 0; */
    padding: 10px 0;
    border-bottom: 4px solid var(--red);
    border-radius: 20px;
    text-align: center;
    /* text-decoration: none !important; */
}


.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    /* text-transform: uppercase; */
    /* height: 40px; */
    line-height: 24px;
    border-bottom: 1px solid #ddd;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 10px 0;
    display: inline-block;
    font-size: 15px;
    color: #000;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    /* left: 50%; */
    transform: translateX(-22%);
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    /* max-width: 800px; */
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px;
}

/* .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item{
    /* flex: 0 0 25%; */
/* padding:0 15px; */
/* display: block; */

.btn-appo a {
    padding-top: 20px !important;

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #000;
    /* text-transform: uppercase; */
    /* height: 40px; */
    line-height: 30px;
    text-align: start;
    transition: .9s;

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a:hover {
    transform: translateX(10px);
    color: #19b526;
}

.menu-main li a i {
    padding-left: 5px;
    transition: .9s;
}

.menu-main li a:hover i {
    transform: translateY(5px);
    opacity: 1;
    color: #d32828;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a i {
    /* padding-right: 10px; */
    transform: translateX(-0px);
    opacity: 0;
    transition: .9s;
    /* padding-right: 10px; */


}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a:hover i {
    transform: translateX(-10px);
    opacity: 1;
    color: #d32828;

}


@media screen and (max-width:1400px) {
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a {
        margin: 7px 0;
    }

    .header .menu>ul>li {
        display: inline-block;
        line-height: 36px;
        margin-left: -11px;
    }

    .tophead-social li {
        padding-left: 12px !important;
    }

}

@media screen and (max-width:992px) {
    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item a {
        margin: 16px 0;
    }

    .header .logo a img {
        width: 25%;
    }

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
    /* text-decoration: none !important; */

}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover,
.header .menu>ul>li:hover>a {
    color: #19b526;
}

/* banner section */
.banner-section {
    background-image: url('../img/banner.jpg');
    background-size: cover;
    background-position: center;
    height: 700px;
    width: 100%;
    display: block;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 991px) {

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .header .item-left,
    .header .item-right {
        flex: 0 0 50%;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #000;
        width: 24px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
    }

    .header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 100%;
        background-color: #fff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 50px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #fff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #fff;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }


    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;

    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

.list-item {
    /* margin-left: 40px !important; */
}

.model-btn-product {
    padding: 2px 16px;
    color: #000;
    background: #fff;
    margin-left: 10px;
    /* margin: 2px 0px; */
    border-radius: 5px;
    font-weight: 500;
    border: none;
    text-align: center;
    outline: none;
    font-size: 17px;
    font-weight: bold;
    z-index: 999;
    transition: .9s;
}

.model-btn-product:hover {

    color: #fff;
    background: #19b526;

}



.modal-cont {
    color: #000;

}

.modal-para {
    color: red;
}

.read-more-btn {
    background: #0daf1b;
    color: #000;
    border: none;
    padding: 10px 0;
}

.tophead-social {
    /* padding-left: 30px !important; */
    padding-top: 32px;
    display: flex;
    list-style: none;
}

.header ul {
    padding-left: 100px;
}

.tophead-social li {
    padding-left: 20px;
}

/* #right-bar {
    display: flex;
} */

.top-bar {
    background: #117D1A;
}

.top-text {
    padding: 5px 0px 3px 0px !important;

}

.topp-text {
    padding: 5px 20px 3px 0px !important;

}

.top-text a {
    color: #fff;
    text-decoration: none;
    /* border-right: 3px solid #000; */

}

.topp-text a {
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding-right: 5px;
    border-right: 3px solid #000;

}

/* .top-text a::after{
    content: "";
    height: 107%;
    width: 2px;
    background-color: #000;
    position: absolute;
    top: -2px;
    right: -30px;
    transform: rotate(20deg);    
} */
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20% !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.carousel-caption h6 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    /* font-family: 'Mina', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'PT Serif', serif;
}

.carousel-caption h1 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    /* font-family: 'Mina', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-family: 'PT Serif', serif; */
}

.carousel-caption p {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    /* font-family: 'Mina', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-family: 'PT Serif', serif; */
}

.slide {
    background: linear-gradient(to start, #000, #000) !important;
}

.about {

    background: linear-gradient(to left, #0000009a, #0000009f), url(../images/about/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
}

.about-box {
    min-height: 208px;
    padding: 20px 10px;
    /* display: flex; */
}

.about-box .about-icon i {
    color: red;
    font-size: 40px;
    /* background-image: linear-gradient(to right, #e1a95f, #8a6d47); */
    padding: 7px 7px;
    /* box-shadow: 0 1px 8px rgba(213, 170, 109, .48); */

}

.about-content {
    padding-left: 20px;

    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.about-content h3 {
    color: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 20px;
}

.content {
    padding-top: 20px;
}

.content span {
    color: #fff;
    font-family: 'Mina', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'PT Serif', serif; */
    font-weight: 800;
    font-size: 20px;
    text-align: justify;
}

#id-about {
    padding: 50px 0px 50px 0px;
}

.button-02 {
    position: relative;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: none;
    margin-top: 15px;

}

.type1 {
    color: #e1a95f
}

.type1::after,
.type1::before {
    content: '';
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 3px solid;
    transition: all 0.6s ease;
    border-radius: 2px;
}

.type1::after {
    bottom: 0;
    right: 0;

    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff;

}

.type1::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #0daf1b;
    border-left-color: #0daf1b;

}

.type1:hover:after,
.type1:hover:before {
    width: 105%;
    height: 105%
}

/* overline effect end here */

.about-text-01 {
    padding: 50px 20px;

}

.about-text-01 span {
    color: #e1a95f;
    font-size: 300;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;

}

.about-text-01 h4 {
    color: #000;
    font-weight: 700;
    font-size: 28px;
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
    line-height: 1.2;

}

.about-text-01 p {
    color: #000;
    font-weight: 400;
    font-size: 17px;
    font-family: 'PT Serif', serif;
    padding-top: 10px;
    line-height: 1.6;
    word-spacing: 5px;
    text-align: justify;

}

.about-btn {
    padding: 15px 0px;
}

.about-btn a {
    background-color: #19b526;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    padding: 10px 23px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;



}

/* .about-btn a:hover{
    background: linear-gradient( to start,  #0daf1ac9 ,#69c471c9) !important;
} */

.about-img {
    background: #fff;
    /* background-image: url(../images/bannner/psp-10.png); */
    background-image: url(../images/bannner/who-we-are-img-01.jpg);
    width: 100% !important;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-origin: content-box; */
    position: relative;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    border-radius: 20px;

}



@media screen and (max-width:580px) {
    .mid-text h4 {
        border-left: 5px solid #19b526;
        padding: 10px 3px 16px 3px !important;
        font-size: 15px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        color: #fff;
        background: #C83030;
    }

    .yyy h2::after {
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        background-color: #000;
        top: 100%;
        left: 32% !important;
    }

    .about {

        background: linear-gradient(to left, #0000009a, #0000009f), url(../images/about/bg.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover !important;
        background-attachment: fixed;
        width: 100%;
        height: 100%;
    }

    .about-img-02 img {
        transform: translate(90px, 40px);
    }

    .about-text h2 {
        color: #000;
        font-size: 12px !important;
        font-weight: 800;
        padding-top: 5px;
        line-height: 1.2;
        /* font-family: 'Open Sans', sans-serif; */
        /* font-family: 'Poppins', sans-serif; */
        font-family: 'PT Serif', serif;
    }

    .about-text p {
        color: #000;
        font-size: 12px !important;
        font-weight: 500;
        /* font-family: 'Montserrat', sans-serif; */
        /* font-family: 'Open Sans', sans-serif; */
        font-family: 'Poppins', sans-serif;
        /* font-family: 'PT Serif', serif; */
        text-align: justify;
        line-height: 1.2;
        padding-top: 0px !important;
    }

    .deatail-box h2 {
        color: #fff;
        position: relative;
        font-family: 'Inter', sans-serif;
        font-size: 24px !important;
        line-height: 29px !important;
        font-weight: 800;
        font-style: normal;
    }

    .deatail-box p {
        font-family: 'Inter', sans-serif;
        font-size: 12px !important;
        line-height: 1.3;
        font-weight: 500;
    }

    .about-img {
        background-image: url(../images/bannner/psp-10.png) !important;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 300px !important;
        border: 2px solid #000;
        position: relative;
        /* margin-top: 10px; */
    }

    .about-img a i {
        font-size: 32px !important;
        text-align: center;
        /* padding-top: 230px; */
        color: #fff;
        transition: .5s;
        background-color: #0daf1b;
        border-radius: 50%;
        padding: 20px;
        position: absolute;
        left: 37% !important;
        bottom: 46% !important;
        transform: translate(50%, 50%);
    }

    .yyy h2 {
        color: red;
        font-size: 24px !important;
        font-weight: 700;
        font-family: 'Mina', sans-serif;
        /* font-family: 'Montserrat', sans-serif; */
        /* font-family: 'Open Sans', sans-serif; */
        /* font-family: 'Poppins', sans-serif; */
        /* font-family: 'PT Serif', serif; */
    }

    .mid-box-01 {
        position: relative;
        align-items: flex-end;
        padding: 0;
        width: 100%;
        /* max-height: 249px !important; */
        border-radius: 15px;
        padding-bottom: 30px;
        /* border-bottom: 8px solid rgba(150,201,61,1); */
    }

    .header-01 .head-01 h2 {
        color: #fff;
        font-size: 15px !important;
    }

    .header-01 .head-0123 ul li a {
        text-decoration: none;
        color: #fff;
        font-size: 18px !important;
    }


}

.about-01 {
    background: linear-gradient(to left, #00000013, #ffffff00), url(../images/bannner/s222222.jpg);
    background-attachment: fixed;
    background-size: contain;
    padding: 50px 0px;
}

.about-02 {
    padding: 50px 0px;
    background: linear-gradient(130deg, rgba(0, 128, 0, 0.648) 28%, #ffffff00 9%), url(../images/product/bg-02.jpg);
    background-attachment: fixed;
    background-size: contain;
}

.about-03 {
    padding: 50px 0px;
    background-image: url(../images/product/bg-02.jpg);
    background-attachment: fixed;
    background-size: contain;
}

.about-text span {
    position: relative;
    color: red;
    font-size: 16px;
    font-weight: 300px;
    font-family: 'Montserrat', sans-serif;
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'PT Serif', serif; */



}

.about-text span::before {
    position: absolute;
    content: '';
    width: 70px;
    height: 2px;
    background: #19b526;
    top: 100%;
    left: 0px;
}

.about-text h2 {
    color: #000;
    font-size: 24px;
    font-weight: 800;
    padding-top: 20px;
    line-height: 1.6;
    /* * font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'PT Serif', serif;



}

.about-text p {
    color: #000;
    font-size: 18px;
    font-weight: 400px;
    /* font-family: 'Montserrat', sans-serif;  */
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
    /* font-family: 'PT Serif', serif; */
    text-align: justify;
    line-height: 1.5;
    padding-top: 30px;


}

.about-text ul {
    list-style: none;
    padding-left: 0rem;
    padding-top: 20px;


}

.about-text ul li {
    color: #000;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ddd;
    text-align: justify;
}

.about-text ul li i {
    margin-right: 13px;
    background: #0daf1b;
    border-radius: 60%;
    padding: 3px;
    color: #fff;
}

.about-btn {
    margin-top: 20px;

}

.about-img-02 {
    background-image: url(../images/bannner/who-chosse-img-01.jpg);
    /* background-image: url(../images/bannner/psp-01.jpg.png); */
    width: 100%;
    height: 90%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* min-height: 550px; */
    border: 2px solid #000;
    position: relative;
    /* margin-top: 10px; */
}

.about-img a i {
    font-size: 17px;
    text-align: center;
    /* padding-top: 230px; */
    color: #fff;
    transition: .5s;
    background-color: #0daf1b;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    left: 43%;
    bottom: 51%;
    transform: translate(50%, 50%);
}

.about-img-02 a i {
    font-size: 70px;
    text-align: center;
    /* padding-top: 230px; */
    color: #fff;
    transition: .5s;
    background-color: #0daf1b;
    border-radius: 50%;
    padding: 20px;
    position: absolute;
    left: 35% !important;
    bottom: 24% !important;
    transform: translate(-250%, -122%) !important;
}

.about-img:hover a i {
    color: #fff;
}

/* .about-img a i{
    transform: translatey(50%)
    pa
} */
/* .about-img img{
    height: 550px;
} */
.mid-box-01:hover img {
    /* transform: scale(1.1); */

}

.mid-box-01:hover .mid-text h4 {
    color: #fff;
    z-index: 1 !important;
}

.mid-box-01:hover {
    /* border-bottom: 5px solid #0daf1b; */
}

.mid-img img {
    width: 100%;
    overflow: hidden;
    transition: .9s;
}


.mid-img img {
    width: 100%;
    overflow: hidden;
    transition: .9s;
}

.mid-box {

    overflow: hidden;
    transition: 1.9s;
    max-height: 400px;

}

.mid-text h5 {
    border-left: 5px solid #0daf1b;
    padding: 6px 3px 0px 3px;
}

.mid-text h4 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.mid-text:hover h4 {
    /* color: #fff; */
}

.mid-text p {
    text-align: justify;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    word-spacing: 4px;
    font-size: 15px;
}

.mid-text {
    border-left: 5px solid #19b526;
    /* padding: 20px 3px 10px 3px; */
    padding: 20px 0;
    font-family: 'Montserrat', sans-serif;

    background: #C83030;
    min-height: 86px;
}

.mid-box-01 {
    /* position: relative; */
    /* align-items: flex-end; */
    /* padding: 0; */
    /* width: 100%; */
    /* max-height: 328px; */
    border-radius: 15px;
    /* padding-bottom: 50px; */
    background-color: #fff;
    overflow: hidden;
    transition: 0.2s;
    /* min-height: 260px; */
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    /* margin-top: 30px; */
    /* margin-bottom: 40px; */
    /* border-bottom: 8px solid rgba(150,201,61,1); */
}

.mid-box-01 {}

.mid-box-01:before {
    /* content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, #0daf1a6e, rgba(142, 192, 56, 0.59));
    z-index: 2;
    transition: .5s all;
    opacity: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px; */
}

.mid-box-01:hover:before {
    /* opacity: 1; */
}

.services {
    margin: 50px 0px;
}

.services a {
    text-decoration: none;
}

/* .mid-box-01 .info {
    position: relative;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.5s all;
    margin: 20px 30px;
    text-align: center;
    bottom: 40%;
}

.mid-box-01:hover .info {
    opacity: 1;
    transform: translateY(-250px);

} */

.info i {
    font-size: 80px;
    font-weight: 600;
    color: #fff;
}

.yyy h2 {
    color: #C83030;
    font-size: 35px;
    font-weight: 700;
    font-family: 'Mina', sans-serif;
    position: relative;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'PT Serif', serif; */
}

.yyy h2::after {
    position: absolute;
    content: '';
    width: 100px;
    height: 3px;
    background-color: #000;
    top: 100%;
    left: 47%;
}

.fact-counter-section {

    /* background: linear-gradient(to left, #19b52600, #19b52600), url(../images/counter/one-bg.png); */
    background-image: url(../images/counter/counter-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}


.black-sec {
    padding: 30px 0px;
}

.card-sec {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    color: #fff;
    padding: 26px 10px;
    border-radius: 25px;
    border: 1px solid #ddd;
    min-height: 250px;
}

.card-sec:hover {
    /* background-color: #47ce5275; */
}

.card-sec-head p {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    font-family: 'Inter', sans-serif;

}


.card-sec-head i {
    font-size: 40px;
    margin-bottom: 20px;

}

.icons span {
    font-size: 26px;
}

.header-01 {
    background: linear-gradient(to right, #141706b5, #141706bd), url('../images/product/pr0-09.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    /* padding: 200px 0; */
    padding: 60px 0;
}

.header-01 h5 {
    color: #0daf1b;
    /* padding: 10px 0; */
}

.header-01 .head-01 h2 {
    color: #fff;
    font-size: 30px;
}

.header-01 .head-01 h2 span {
    color: #0daf1b;
}

.header-01 .head-012 a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.header-01 .head-012 a i {
    color: #0daf1b;
    font-size: 30px;
}

.header-01 .head-0123 ul {
    list-style: none;
}

.header-01 .head-0123 ul li {
    padding-top: 20px;
}

.header-01 .head-0123 ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 20px;
}

.header-01 .head-0123 a i {
    color: #0daf1b;
    font-size: 30px;
}

@media screen and (max-width:300px) {
    .info {
        display: none;
    }

    .mid-box-01 {
        position: relative;
        align-items: flex-end;
        padding: 0;
        width: 100%;
        max-height: 255px !important;
        border-radius: 15px;
        padding-bottom: 30px;
        /* border-bottom: 8px solid rgba(150,201,61,1); */
    }

    .yyy h2::after {
        position: absolute;
        content: '';
        width: 70px;
        height: 3px;
        background-color: #000;
        top: 100%;
        left: 32% !important;
    }

    .header-form {
        width: 100%;
        margin-top: 40px;

    }


    .header-form input {
        color: #fff !important;
        width: 100%;
        line-height: 3;
        padding: 0px 20px;
        margin-left: 0px;
        background-color: rgba(255, 255, 255, .2);
    }

    .header-form input::placeholder,
    .header-form textarea::placeholder {
        color: #fff;
    }

    .header-form textarea {
        color: #fff !important;
        width: 93.3%;
        line-height: 5;
        padding: 0px 20px;
        margin-left: 17px;
        background-color: rgba(255, 255, 255, .2);
        margin-top: 40px;
    }

    .header-form button {
        color: #fff;
        width: 93.3%;
        margin-left: 17px;
        text-align: center;
        padding: 10px 20px;
        background-image: -webkit-linear-gradient(left, #d5aa6d, #9b6f45);
        border: none;
        margin-top: 20PX;
    }

}

.header-form {
    width: 100%;
    margin-top: 40px;

}

.header-form input {
    color: #fff !important;
    width: 100%;
    line-height: 3;
    padding: 0px 20px;
    margin-top: 10px;
    margin-left: 0px;
    background-color: rgba(255, 255, 255, .2);
}

.header-form input::placeholder,
.header-form textarea::placeholder {
    color: #fff;
}

.header-form textarea {
    color: #fff !important;
    width: 100%;
    line-height: 5;
    padding: 0px 20px;
    background-color: rgba(255, 255, 255, .2);
    margin-top: 40px;
    margin-left: 0px;
}

.header-form button {
    color: #fff;
    width: 100%;
    margin-left: 0px;
    text-align: center;
    padding: 10px 20px;
    background: linear-gradient(to left, #0daf1ade, #0daf1aa6);
    border: none;
    margin-top: 20PX;
}

.header-form button:hover {
    background: linear-gradient(to left, #0daf1aa6, #0daf1ade);
}

.footer {
    /* margin-top: 40px; */
    padding: 40px 0 0 0;
    background: linear-gradient(to left, #000000e9, #000000da), url(../images/product/footer-bg.png);
    background-attachment: fixed;
    ;
    color: #fff;
}

.footer h3 {
    position: relative;
    padding-left: 8px;
}

.footer-02 h3 {
    position: relative;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    padding-top: 8px;
    padding-left: 30px;

}

.footer-02 h3::after {
    position: absolute;
    content: '';
    width: 25px;
    height: 3px;
    background-color: red;
    top: 60%;
    left: 0;
}

.footer-04 a {
    text-decoration: none;
    color: #fff;
}

.footer-02 ul li {
    list-style: none;
}

.footer-02 ul {
    list-style: none;
    padding-left: 0px;
}

.footer-02 ul li {
    padding-bottom: 10px;
    margin-top: 10px;
    border-bottom: 1px solid #ddd;
    transition: .5s;
}

.footer-02 ul li a {
    text-decoration: none;
    color: #fff;
}

.footer-02 ul li:hover {
    color: #0daf1b;
    transform: translateX(20px);
}

.footer-02 ul li:hover i {
    color: red;

}

.footer-02 ul li i {
    padding-right: 10px;
}

.last-footer {
    background-color: #1b1b1b;
}

.icons {
    text-align: center;
    margin: 5px 0px;
}

.icons a {
    /* margin-right: 20px; */
    margin: 4px 20px 2px 0px;
}

.icons a i {
    font-size: 20px;
    padding: 6px 8px;
    color: #ffffff;

}

.vvv {
    background-color: hsl(240, 64%, 46%) !important;
    border-radius: 50px;

}


.bbb {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    border-radius: 50px;

}


.ccc {
    background-color: #128241 !important;
    border-radius: 50px;

}

.ddd {
    background-color: rgb(43, 43, 230) !important;
    border-radius: 70px;

}

.last-text {
    text-align: end;
    padding: 10px 0px 0px 0px;
}

.last-text span {
    color: #ddd;
    font-size: 14px;
    font-family: 'Mina', sans-serif;
    font-weight: 400;
}

.last-text span a {
    color: #0daf1b;
    font-size: 16px;
    text-decoration: none;
}

.last-text span a:hover {
    color: #E5191A;
}

.footer-03 ul li {
    list-style: none;
}

.footer .footer-01 .social-links a {
    font-size: 30px;
    display: inline-block;
    background: #d0bd7d;
    color: #fff;
    line-height: 1;
    padding: 10px 0;
    margin-right: 4px;
    border-radius: 4px;
    text-align: center;
    width: 50px;
    height: 50px;
    transition: 0.3s;
    border: 1px solid #d0bd7d;
}

.footer .footer-01 .social-links a:hover {
    background: none;
    color: #d0bd7d;
    text-decoration: none;
}




.text1:hover .text-02 {
    opacity: 1;
    transform: translateY(-5%);
}

.text-02 {

    transform: translateY(50%);
    transition: .9s;
    opacity: 0;
}

.text-02 p {
    color: #fff !important;
}

.item a {
    text-decoration: none;
}

.footer-01 p {
    word-spacing: 0px;
    font-size: 14px;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    text-align: justify;
    padding-top: 20px;




}

.breadcrumb {
    position: absolute;
    left: 7%;
    background-color: #fff;
    border-radius: 5px 5px 0px 0px;
    transform: translateY(-24px);
    padding: 15px -1px;
    /* margin-bottom: 0rem !important; */
    margin-top: 158px;
}

.breadcrumb li {
    font-size: 30px;
    color: #000;
    font-weight: 600;
    transition: .9s;
}

.breadcrumb li:hover {
    color: #0daf1b;
}

.breadcrumb-item a {
    text-decoration: none;
    color: #0daf1b;
    font-weight: 800;
}

.banner {
    padding: 50px 0px;
    background: linear-gradient(to left, #000000e9, #000000da), url(../images/about/banner-bg.jpg);
    background-attachment: fixed;
    background-size: contain;
    min-height: 300px;
}

.history {
    padding: 50px 0px;
    background: linear-gradient(to right, #000000af, #fdba4595), url(../images/about/banner-bg-01.jpg);
    background-attachment: fixed;
    background-size: contain;
    min-height: 300px;
}

.history-head span {
    color: red;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    /* font-family: 'Montserrat', sans-serif; */

}

.history-head h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
    padding-top: 10px;
}

.history-head p {
    color: #fff;
    text-align: center;
    word-spacing: 4px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
}

#bg-0003 {
    background-color: #fff;
    border-radius: 15px;
}

.history-text {
    padding: 20px 0px;
}

.history-text h4 {
    color: #0daf1b;
    font-size: 35px;
    font-weight: 800;
    line-height: 1;


}

.history-text p {
    color: #000;
    text-align: start;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Mina', sans-serif;
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    /* font-family: 'PT Serif', serif; */


}

.history-img img {
    min-height: 394px;
    transform: translateX(-12px);
    border-radius: 15px 0px 0px 15px;
}

/* about slider */
.extra {
    background-color: #fff;
    overflow: hidden;
    transition: 0.2s;
    min-height: 260px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-top: 30px;
    margin-bottom: 40px;

}

.extra:hover img {
    transform: scale(1.1);

}

.extra:hover .mid-text h4 {
    color: #0daf1b;
}

.extra:hover {
    border-bottom: 5px solid #0daf1b;
}

.extra img {
    width: 100%;
    overflow: hidden;
    transition: .9s;
}

.extra {
    position: relative;
    align-items: flex-end;
    transition: 0.5s ease-in-out;
    /* box-shadow: 0px 7px 10px rgba(0,0,0,0.5); */
    padding: 0;
    width: 100%;
    max-height: 250px !important;
    border-radius: 15px;
    padding-bottom: 20px;
    border: 1px dashed #0daf1b;
}

.extra:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0.518), rgba(142, 192, 56, 0.59));
    z-index: 2;
    transition: .5s all;
    opacity: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.extra:hover:before {
    opacity: 1;
}

.extra .info {
    position: relative;
    z-index: 2;
    color: #fff;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.5s all;
    margin: 20px 30px;
    text-align: center;
    bottom: 0% !important;
}

.extra:hover .info {
    opacity: 1;
    transform: translateY(-150px);

}

.last-slider {
    padding-top: 50px;
}

.touch {
    padding: 50px 0px;
    background: #f2f2f2
}

.touch h2 {
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0;
    font-family: 'Poppins', sans-serif;
}

.touch h2 span {
    color: #0daf1b;
    font-family: 'PT Serif', serif;
    font-weight: 500;
}

.touch-1 {
    padding: 40px 10px;
    background-color: #fff;
    /* box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.5); */
    border-radius: 0px 0px 150px 150px;

}

#yy img {
    border-radius: 0px 0px 150px 150px;

}

#ttttt {
    border-radius: 0px 0px 150px 150px;
    background: #fff;
}

.touch-1 span {
    color: #0daf1b;
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px;
    margin-top: 10px;
}

.touch-1 p {
    color: #000;
    font-size: 20px;
    font-weight: 400;
    padding-left: 20px !important;
    margin-top: 10px;
}

.touch-1 h4 {
    color: #000;
    font-size: 40px;
    font-weight: 600;
    padding-left: 20px;

}

.touch-1 a {
    margin-top: 15px;
    text-decoration: none;
    color: #000;
    font-size: 20px;
}

.touch-1 a i {
    padding-right: 10px;
    font-size: 30px;
    color: #8a6d47;
}

.touch-1 p {
    padding: 0px 10px 10px 10px;
    color: #000;
    font-family: 'PT Serif', serif;
    font-weight: 600;
}

.touch-1 ul {
    transition: .5s;
    padding-left: 0rem;
    list-style: none;
    padding-bottom: 30px;

}

.touch-1 ul li {
    transition: .5s;
    display: flex;
    padding-top: 20px;
}

.touch-1 ul li a h5 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
}

.touch-1 ul li i {
    transition: .5s;
    border: 1px solid #000;

    margin-left: 20px;
    font-size: 30px;

    padding: 21px 25px 35px 27px;
}

.touch-1 ul li:hover i {
    background-color: #fff;
    color: #0daf1b;
}

.touch-1 ul li a {
    padding-left: 40px
}

.quick-box {
    padding: 20px;
    margin: 30px 0px 0px 0px;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    /* box-shadow: 2px 9px 10px -3px #ddd; */
    background-color: #ddd;
}

.quick-box label span {
    font-size: 14px;
    padding-top: 5px;
    line-height: 1;
    color: #000;
}

.quick-box label {
    background-color: #19b526;
    width: 100%;
    line-height: 2;
    font-size: 20px;
    text-align: center;
    color: #000000;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.quick-box form input {
    width: 100%;
    margin: 10px 0px;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: 2px 9px 10px -3px #ddd;
}

.quick-box form input:hover {
    background-color: #19b526;
    color: #000;
}

.quick-box form textarea:hover {
    background-color: #0daf1b;
    color: #000000;

}

.quick-box form textarea {
    width: 100%;
    margin: 10px 0px;
    border: none;
    border-radius: 5px;
    padding: 10px 15px;
    box-shadow: 2px 9px 10px -3px #ddd;

}

.quick-box form button:hover {
    background-color: red;
    color: #fff;
}

.wuwu {
    text-align: center !important;
}

.quick-box form button {
    text-align: center;
    padding: 10px 20px;
    background-color: #0daf1b;
    color: #000000;
    border-radius: 15px;
    /* margin-left: 80px; */
    border: none;
    margin: 10px 0px;
    font-weight: 600;
    box-shadow: 2px 9px 10px -3px #ddd;

}

/* body {
    display: flex;
    /* justify-content: center; */
/* align-items: center;
    flex-direction: column; */
/* font-family: sans-serif;
} */

.grid-container h1 {
    color: coral;
}

.grid-container {
    /* columns: 3; */
    /* column-gap: 1.5rem; */
    width: 100%;
    margin: 0 auto;
}

.grid-item {

    /* width: 200px; */
    /* margin: 0 1.5rem 1.5rem 0; */
    /* display: inline-block; */
    width: 100%;
    border: solid 2px black;
    padding: 5px;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    transition: .5s;
}

.grid-item:hover img {
    filter: grayscale(0);
}

.grid-item:hover {
    border-color: coral;
}

.grid-container img {
    width: 100%;
    filter: grayscale(100%);
    border-radius: 5px;
    transition: all .25s ease-in-out;
}

.grid-container p {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-style: italic;
}

.text-nav ul li {
    border: 1px solid #000;
    padding: 10px;
    margin-top: 20px;
    margin-left: 10px;

}

/* .ttt {
    background-color: red;
} */

.about-01 h3 {
    color: #0daf1b;
    font-size: 35px;
    font-weight: 600;
    padding: 20px 0px;
}

.certificates {
    background-color: #fff;
}

.certi-head {
    padding-top: 20px;
}

.heading-text h2 {
    color: #0daf1b;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
}

.certi-box a img {
    width: 100%;
    /* max-height: 400px; */
    border: 1px solid #000;
}

.certi-box {
    padding: 10px 0px 30px 0px;
}

.facebook {
    position: fixed;
    left: 0px;
    bottom: 159px;
    z-index: 1;

}

.add {
    font-size: 17px !important;
}

.facebook i {
    transition: .5s;
    font-size: 22px !important;
    color: #fff;
    background-color: #0866ff;
    border-radius: 19px;
    padding: 9px 11px;
}

.facebook i:hover {
    color: #0866ff;
    background-color: #fff;
}

.whatsapp {
    position: fixed;
    left: 0px;
    bottom: 119px;
    z-index: 1;


}

.whatsapp i {
    transition: .5s;
    font-size: 20px;
    color: rgb(255, 255, 255);
    background-color: rgb(8, 209, 8);
    /* border-radius: 19px; */
    padding: 10px 10px;
}

.whatsapp i:hover {

    color: rgb(8, 209, 8);
    background-color: #ffffff;

}

.Mail {
    position: fixed;
    left: 0px;
    bottom: 202px;
    z-index: 1;


}

.Mail i {
    transition: .5s;
    font-size: 19px;
    color: #fee524;
    background-color: #e60700;
    border-radius: 20px;
    padding: 10px 10px;


}

.Mail i:hover {
    color: #e60700;
    background-color: #fff;

}

.Phone {
    position: fixed;
    left: 0px;
    bottom: 160px;
    z-index: 1;
}

.Phone i {
    transition: .5s;
    font-size: 18px;
    color: #fff;
    background: linear-gradient(to top, #19b526, #2aea3ae5);
    /* border-radius: 22px; */
    padding: 12px 10px;
}

.Phone i:hover {
    color: #19b526;
    background: #fff;

}

@media screen and (max-width:400px) {
    .breadcrumb {
        position: absolute;
        left: 1%;
        background-color: #fff;
        border-radius: 5px 5px 0px 0px;
        transform: translateY(-24px);
        padding: 15px -1px;
        /* margin-bottom: 0rem !important; */
        margin-top: 60px;
    }

    .touch h2 {
        font-size: 15px;
        font-weight: 600;
        padding: 8px 0;
        font-family: 'Poppins', sans-serif;
    }

    .touch-1 h4 {
        color: #000;
        font-size: 25px;
        font-weight: 600;
        padding-left: 20px;
    }

    .touch-1 ul li a {
        padding-left: 20px;
    }

    .touch-1 a {
        margin-top: 15px;
        text-decoration: none;
        color: #000;
        font-size: 13px;
    }

    .touch-1 ul li a h5 {
        font-size: 17px;
        font-weight: 600;
        line-height: 1;
    }

    .touch-1 ul li i {
        transition: .5s;
        /* background-color: #0daf1b; */
        margin-left: 2px;
        font-size: 30px;
        /* background-color: #0daf1b; */
        /* padding: 21px 16px 95px 18px; */
    }

    .touch-1 p {

        color: #000;
        font-size: 11px;
        font-weight: 400;
        padding-left: 20px !important;
        margin-top: 10px;
    }

    .banner {
        padding: 50px 0px;
        background: linear-gradient(to left, #000000e9, #000000da), url(../images/about/banner-bg.jpg);
        background-attachment: fixed;
        background-size: contain;
        min-height: 218px;
    }

    .facebook {
        position: fixed;
        left: 34px;
        bottom: 0px;

        z-index: 1;

    }


    .facebook i {
        font-size: 35px !important;
        color: #fff;
        background-color: #0866ff;
        border-radius: 5px;
        padding: 10px 16px;
    }

    .facebook i:hover {
        color: #0866ff;
        background-color: #fff;
    }

    .whatsapp {
        position: fixed;
        left: 0px;
        bottom: 30px;
        z-index: 1;
    }

    .whatsapp i {
        font-size: 18px;
        color: #ffffff;
        background-color: rgb(8, 209, 8);
        border-radius: 5px;
        padding: 10px 12px;


    }

    .whatsapp i:hover {
        color: rgb(8, 209, 8);
        background-color: #ffffff;

    }

    .Mail {
        position: fixed;
        left: 206px;
        bottom: 0px;
        z-index: 1;


    }

    .Mail i {
        font-size: 33px;
        color: #fee524;
        background-color: #e60700;
        border-radius: 5px;
        padding: 11px 10px;


    }

    .Mail i:hover {
        color: #e60700;
        background-color: #fff;

    }

    .Phone {
        position: fixed;
        left: 0px;
        bottom: 80px;
        z-index: 1;
    }

    .Phone i {
        font-size: 18px;
        color: #fff;
        background: linear-gradient(to top, #19b526, #2aea3ae5);
        border-radius: 5px;
        padding: 14px 10px;


    }

    .Phone i:hover {
        color: #19b526;
        background: #fff;

    }


}

.sidebar-enquiry {
    position: fixed;
    bottom: 10px;
    right: -26px;
    background: rgba(103, 101, 101, 0.855);
    padding: 30px;
    width: 30%;
    z-index: 999;
    transform: translateX(430px);
    transition: 1.5s;
}

.sidebar-enquiry span {
    position: absolute;
    right: 427px;
    bottom: 200px;
    color: #fff;
    background: #0866ff;
    padding: 10px 20px;
    transform: rotate(270deg);
}

.sidebar-enquiry:hover {
    transform: translateX(0px);
}

.sidebar-enquiry input,
.sidebar-enquiry textarea {
    margin-bottom: 10px;
    border-radius: 0;
}

.sidebar-enquiry button {
    background: #0daf1b;
    color: #fff;
    border: none;
    outline: none;
    padding: 10px 20px;
    text-transform: uppercase;
}

@media screen and (max-width:1000px) {
    .sidebar-enquiry {
        display: none;
    }

}


@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;400;900");

.body-01 {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: hidden;
    font-family: "Inter", sans-serif;
}



.wrapperr-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}

.media {
    margin: 50px 0px;
    /* max-width: 300px; */
    max-height: 500px;
    overflow: hidden;
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    transition: .9s;

}

.media img {
    width: 100%;
    height: 400px;
}

.media:hover {
    height: 400px;
}

.layer {
    opacity: 0;
    position: absolute;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 100%;
    background: #fff;
    color: #151e3f;
    transition: all .9s ease;

}

.layer p {

    color: #0daf1b;
    padding-top: 200px;
    transition: all .9s ease;
    transform: scale(0.1);
}

.layer p {
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
}

.media:hover .layer p {
    /* font-family: 'Mina', sans-serif; */
    /* font-family: 'Montserrat', sans-serif; */
    /* font-family: 'Open Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'PT Serif', serif;
    font-weight: 500;
    font-size: 25px;
    transform: scale(1);
    transition: all 0.9s ease;
}

.media:hover .layer {
    opacity: 0.9;
    width: 100%;
    /* height: 400px; */
    transition: all 0.5s ease;

}

.media-text a {
    font-size: 18px;
    font-weight: 300;
    color: #0daf1b;
    text-decoration: underline;
    margin-top: 30px;

}

.media-text h4 {
    font-size: 25px;
    font-weight: 700;
    color: #000;
    /* font-family: 'Mina', sans-serif; */
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
}

.media:hover .media-text {
    opacity: 0;
}

.media-text {
    padding: 30px 0px 0px 10px;
}

.tttyuy {
    background: #e0e0e0;
}

.psp-video {
    padding: 50px 0;
}



.detail {
    padding: 50px 0px;
    /* background: linear-gradient(to left, #000000c0, #000000c8), url(../images/bannner/project-h3-bg.png); */
    background: linear-gradient(to left, #000000c0, #000000c8), url(../images/bannner/gallery-index-bg.avif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;

}

.deatail-box h5 {
    color: #fff;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Inter', sans-serif;
    padding-left: 25px;


}

.deatail-box h5::before {
    content: "";
    height: 3px;
    width: 21px;
    background-color: #ee212b;
    position: absolute;
    top: 9px;
    left: 0;

}

.deatail-box h2 {
    color: #fff;
    position: relative;
    font-family: 'Inter', sans-serif;
    font-size: 36px;
    line-height: 46px;
    font-weight: 800;
    font-style: normal;

}

.deatail-box p {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 500;
    font-style: normal;
    color: #fff;
}

.cleint {
    padding: 40px 0px;
}

#testimonial {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
    background: linear-gradient(to left, #00000010, #00000013), url(../images/testi/section-tes-h3-bg.jpg);
    width: 100%;
    padding: 30px 0px;
}

#testimonial h2 {
    margin-top: 10px;
    font-weight: 700;
    /* border-bottom: 3px solid var(--red); */
    display: inline;
    font-size: 40px;
    color: #fff;
    position: relative;
    padding-bottom: 10PX;
}

#testimonial h2::before {
    content: '';
    position: absolute;
    width: 100px;
    height: 3px;
    background: var(--red);
    top: 100%;
    left: 40%;
}

#testimonial h5 {
    color: var(--red);
    font-size: 13px;
    font-weight: 500;
    word-spacing: 3px;
}

.test {
    width: 100px;
    margin: auto;
}

#testimonial .card {
    padding: 15px;
    background-color: transparent;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border: 1px solid #fff;
}

#testimonial .card p {
    color: #fff;
}

.test img {
    border-radius: 50%;
}

#testimonial h3 {
    color: #fff;
    position: relative;
    padding-bottom: 5px;
}

#testimonial h3::before {
    content: '';
    position: absolute;
    width: 70px;
    height: 3px;
    background: var(--red);
    top: 100%;
    left: 47%;
}

.card-client {
    margin: 30px 0px 20px 0px;
    background: #19b526;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px;
    border: 4px solid #7cdacc;
    box-shadow: 0 6px 10px rgba(207, 212, 222, 1);
    border-radius: 10px;
    text-align: center;
    color: #fff;
    font-family: "Poppins", sans-serif;
    transition: all 0.3s ease;
}

.card-client:hover {
    transform: translateY(-10px);
}

.owner-head h5 {
    position: relative;
    color: red;
    font-size: 16px;
    font-weight: 300px;
    font-family: 'Montserrat', sans-serif;

}

.owner-head h2 {
    position: relative;
    color: #000;
    font-size: 30px;
    font-weight: 800;
    font-family: 'Inter', sans-serif;

}

.user-picture {
    overflow: hidden;
    object-fit: cover;
    width: 150px;
    height: 150px;
    border: 4px solid #7cdacc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.user-picture img {
    width: 100%;
    fill: currentColor;
}

.name-client {
    margin: 0;
    margin-top: 20px;
    font-weight: 600;
    font-size: 18px;
}

.name-client span {
    display: block;
    font-weight: 200;
    font-size: 16px;
}

.social-media:before {
    content: " ";
    display: block;
    width: 100%;
    height: 2px;
    margin: 20px 0;
    background: #7cdacc;
}

.social-media a {
    position: relative;
    margin-right: 15px;
    text-decoration: none;
    color: inherit;
}

.social-media a:last-child {
    margin-right: 0;
}

.social-media a svg {
    width: 1.1rem;
    fill: currentColor;
}

/*-- Tooltip Social Media --*/
.tooltip-social {
    background: #262626;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 0.5rem 0.4rem;
    border-radius: 5px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -90%);
    transition: all 0.2s ease;
    z-index: 1;
}

.tooltip-social:after {
    content: " ";
    position: absolute;
    bottom: 1px;
    left: 50%;
    border: solid;
    border-width: 10px 10px 0 10px;
    border-color: transparent;
    transform: translate(-50%, 100%);
}

.social-media a .tooltip-social:after {
    border-top-color: #262626;
}

.social-media a:hover .tooltip-social {
    opacity: 1;
    transform: translate(-50%, -130%);
}

.banner-text {
    padding-top: 30px;
}

.banner-text h2 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;

}

.banner-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

/*==================== #popup============== */

.learn-btn-1 {
    padding: 6px 20px;
    border-radius: 3px;
    background-color: #117D1A;
    color: #fff;
    text-decoration: none;
    outline: none;
    border: none;
    transition: .5s;
}

.learn-btn-1:hover {
    background-color: #DD0000;
}

#popup {
    display: none;
}

.my-popup {
    position: relative;
    background: linear-gradient(#000000cb, #000000d9);
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    /* display: flex;
    align-items: center;
    justify-content: center; */
    z-index: 9999;
}

.form-section {
    width: 55%;
    top: 60%;
    left: 60%;
    transform: translate(30%, 35%);
    box-shadow: rgba(90, 89, 89, 0.733) 0px 5px 15px;
    padding: 20px 20px;
    position: relative;
    border-radius: 10px;
    border: 2px solid #117D1A;
}

.form-content {
    font-size: 18px;
    font-weight: 600;
    color: #117D1A;
}

.form-section .fa-xmark {
    position: absolute;
    right: -10px;
    top: -10px;
    height: 35px;
    width: 35px;
    font-size: 25px;
    padding-top: 5px;
    /* margin-top: 5px; */
    color: #fff;
    background: #117D1A;
    border: 2px solid #fff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 50px;
    cursor: pointer;
    z-index: 999;
}

.select-section {
    width: 80%;
}

.select-section option {
    font-size: 14px;
}

@media screen and (max-width:992px) {
    .form-section {
        width: 55%;
        top: 60%;
        left: 60%;
        transform: translate(-60%, 25%);
    }
}

@media screen and (max-width:567px) {
    .form-section {
        width: 93%;
        top: 60%;
        left: 60%;
        transform: translate(-60%, 25%);
    }
}

.com-pro {
    margin-top: 10px;
    color: #5a5656;

}

.green th {
    padding: 0.5rem 0.5rem;
    background-color: #00552c !important;
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

/* product page start */
.d-w-profile {
    padding: 60px 0;
}

.d-w-profile a {
    text-decoration: none;
}

.d-w-profile .psp-profiles p {
    background: #117D1A;
    text-align: center;
    color: #fff;
    font-size: 20px;
    padding: 10px 0;
}

.d-w-profile .bordeerr {
    border: 1px solid #128241;
}

/* product page end */

/* wire-and-cable-head start*/
.wire-and-cable-head {
    padding: 60px 0;
}

.wire-and-cable-head .wire-cable-title h3 {
    color: #128241;
    font-weight: bold;
}

.wire-and-cable-head .wire-cable-title p {
    font-size: 18px;
    text-align: justify;
}

.wire-and-cable-head .psp-green-wire-dotted {
    border: 3px dotted #117D1A;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    padding: 20px;
}

.wire-and-cable-head .psp-green-wire-dotted p {
    text-align: justify;
}

.wire-and-cable-head .wire-download {
    margin-top: 20px;
}

.wire-download img {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

.enry-btn .ttt {
    background: #117D1A;
    color: #fff;
    margin-top: 20px;
}

.door-and-cable-divvision-head {
    padding: 60px 0;
}

.door-and-cable-divvision-head .first-row {
    /* box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px; */
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 20px 5px, rgba(0, 0, 0, 0.3) 7px 8px 10px 8px;
}

.door-and-cable-divvision-head .d-w-title h3 {
    color: #117D1A;
    font-weight: bold;
}


.door-and-cable-divvision-head .d-w-title p {
    font-size: 18px;
    text-align: justify;
}

.contruction-head {
    padding: 60px 0;
}

@media screen and (max-width:767px) {
    .card-client {
        display: block !important;
    }

    .card-client .b {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

/* wire-and-cable-head end*/
.exhibution-image h2 {
    color: var(--red);
    font-weight: bold;
    font-family: 'Mina', sans-serif;
    margin-bottom: 20px;
}