        /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap'); */
        /* @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;700&family=Rubik:wght@300&display=swap'); */
        
        @font-face {
            font-family: "Libre Franklin ExtraBold";
            src: url("../fonts/Libre_Franklin/static/LibreFranklin-ExtraBold.ttf");
        }
        
        @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');
        * {
            margin: 0;
            padding: 0;
        }
        
        body {
            font-family: 'Poppins', sans-serif !important;
        }
        
        h1 {
            font-family: 'Libre Franklin ExtraBold';
            font-weight: 900;
            font-size: 65px;
        }
        
        .dots {
            font-size: 12px !important;
        }
        
        h2 {
            font-weight: 600;
            font-family: 'Poppins', sans-serif;
            font-size: 36px;
        }
        
        .brand_right {
            display: flex;
            /* margin-top: 71px; */
            /* align-items: center; */
            justify-content: center;
            flex-direction: column;
            /* margin-left: 0px;*/
        }
        /* .brand_right h1 {
        font-size: 48px;
    } */
        
        .brand_right p {
            width: 82%;
            font-size: 26px;
            text-align: justify;
        }
        
        .get_btn {
            background-color: #9063CD;
            color: #fff;
            width: 250px;
            height: 61px;
            margin-right: 10px;
            border-radius: 10px;
        }
        
        .get_btn:hover {
            color: #9063CD;
            border: 1px solid #9063CD;
            background: rgba(144, 99, 205, 0.3);
        }
        
        .catalogue_btn {
            width: 250px;
            height: 61px;
            color: #fff;
            background: #006AC6;
            border-radius: 10px;
        }
        
        .catalogue_btn:hover {
            color: #006AC6;
            border: 1px solid #006AC6;
            background-color: #fff;
        }
        
        .impact_section {
            height: auto; /*430px*/
            /*background-color: rgb(34, 34, 34, 0.67);*/
            /*margin-bottom: 200px;*/
        }
        
        .impact_section h2 {
            font-size: 36px; /*46px*/
            padding-top: 60px;
            text-align: center;
            color: #000;
            font-family: 'Poppins';
        }
        
        .impact_section .p1 {
            font-size: 24px;
            text-align: center;
            color: #000;
            width: 38%;
            margin: 0 auto
        }
        
        .card_row .card {
            height: 600px; /*480px*/
            border: none;
            border-radius: 20px;
        }
        
        .card_row .card p {
            /* width: 68%; */
            font-size: 15px;
            color: #000 !important;
            text-align: justify;
        }
        
        .card_row .card h5 {
            font-size: 18px;
            font-weight: 600;
        }
        
        .card_row .card img {
            padding: 10px;
        }
        
        .feature_slider {
            padding: 30px;
            margin-top: 332px;
            text-align: center;
        }
        
        .owl-theme .item p {
            color: #000;
            font-size: 21px;
        }
        
        .shop_section {
            text-align: center;
        }
        
        .shop_img img {
            height: 49px;
        }
        
        .shop_row p {
            font-weight: 500;
            padding: 9px;
            font-size: 17px;
            margin-top: 18px;
        }
        
        .client_review {
            text-align: center;
            /*margin-top: 20% !important;*/
        }
        
        .client_reviewheading {
            width: 36%;
            background-image: url(../images/background.png);
            background-repeat: no-repeat;
            background-size: 100%;
            height: 100px;
            margin: 0 auto;
        }
        
        .client_reviewheading h2 {
            font-size: 36px !important;
            padding: 40px;
        }
        
        form .form-group label {
            font-size: 17px !important;
        }
        
        form .form-group .form-control {
            /* padding: 1.375rem 1.75rem !important; */
            font-size: 1rem !important;
        }
        
        .form-check-label {
            margin-left: 10px !important;
            margin-bottom: 0;
        }
        
        #mailing-list input {
            height: 18px;
            width: 21px;
        }
        
        #mailing-list {
            font-size: 20px;
            color: #abafb3;
        }
        /* header section */
        /* .header_sticky_bar {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 1030;
    font-family: 'Rubik', sans-serif;
}

.contact_detail a {
    color: #292b2c;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all .3s ease-in-out;
}

.top-header {
    padding: 10px 0;
    transition: all 0.5s ease-in-out;
    border-bottom: 1px solid #eee;
}

.contact_detail li:first-child {
    margin-left: 0px;
}

.contact_detail i {
    color: #333;
    margin-right: 10px;
    vertical-align: middle;
    font-size: 16px;
}

.contact_detail>li,
.header_list>li {
    color: #333;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 2px 15px 2px 0;
}

.navbar-nav li a {
    color: #000;
}

.navbar-nav li a:hover,
.navbar-nav li a:active {
    color: #9D4CCF;
}

.navbar-nav li .customer-heder-menu-hide {
    background-color: #9D4CCF;
    border: 2px solid #9D4CCF;
    border-radius: 25px !important;
    color: #fff;
}

.navbar-nav li .customer-heder-menu-hide:hover {
    background-color: #fff;
    border: 2px solid #9D4CCF;
    color: 9D4CCF;
}

.collapse.show {
    height: 200px;
    background: #fff;
    display: block;
    overflow: scroll;
}

.navbar-toggler[aria-expanded="true"] {
    line-height: 32px;
    font-size: 20px;
}

.beta-btn {
    height: 28px;
    margin-top: 24px;
} */
        /* heADER End */
        /* owl carasoul */
        
        #sync1 .item {
            padding: 60px 0px;
            margin: 5px;
            border-radius: 3px;
            text-align: center;
        }
        
        #sync1 .item p {
            color: #707070;
            width: 74%;
            margin: auto;
        }
        
        #sync1 .item h5 {
            margin-top: 2rem;
            color: #006ac6;
        }
        
        .owl-theme .owl-dots .owl-dot.active span,
        .owl-theme .owl-dots .owl-dot:hover span {
            background: #9063cd !important;
        }
        
        .owl-theme .owl-dots .owl-dot span {
            background-color: #a88ece !important;
        }
        
        .owl-theme .owl-nav {
            /*default owl-theme theme reset .disabled:hover links */
        }
        
        .owl-theme .owl-nav [class*='owl-'] {
            transition: all .3s ease;
        }
        
        .owl-theme .owl-nav [class*='owl-'].disabled:hover {
            background-color: #D6D6D6;
        }
        
        #sync1.owl-theme {
            position: relative;
        }
        
        #sync1.owl-theme .owl-next,
        #sync1.owl-theme .owl-prev {
            width: 18px;
            height: 35px;
            /* margin-top: -36px; */
            position: absolute;
            top: 37%;
        }
        
        #sync1.owl-theme .owl-prev {
            left: 16px;
        }
        
        #sync1.owl-theme .owl-next {
            right: 16px;
        }
        
        .client_slider {
            margin: 0 auto;
            width: 50%;
        }
        
        .client_review form {
            width: 50%;
            font-size: 12px;
            margin: 0 auto;
            text-align: left;
        }
        
        .client_review form input,
        .client_review form textarea {
            background-color: #f4f0ed;
            border: 1px solid #dddfe1;
            border-radius: 3px;
        }
        
        .corporate-section {
            padding: 0;
                /* background-image: url(../images/close-up-of-a-g.png);
        background-size: cover; */
        }
        
        .corporate-sectiontext {
            line-height: 2.3rem;
            width: 50%;
            margin: 0 auto;
            color: #fff !important;
            text-align: center;
        }
        
        .corporate-sectiontext p {
            margin-top: 10px;
            font-size: 25px;
            /* font-family: 'Rubik', sans-serif; */
        }
        
        .corporate-sectiontext h2 {
            /*font-family: 'Poppins';*/
            font-size: 36px; /*57px*/
            font-weight: 600;
            color: #000000 !important;
        }
        
        .corporate-section .overlay-dark {
            height: auto; /*600px*/
            /*background-color: rgba(19, 18, 18, 0.6);*/
            background-color: #ECF1F1;
            border-color: #ECF1F1;
            border-radius: 0px !important;
        }
        
        .corporate-section .card-img {
            height: 600px; /*600px*/
            width: 100%;
            border-radius: calc(0.25rem - 1px);
        }

        .corporate-section .learn_more_img {
            height: 450px !important; /*600px*/
            width: 100%;
            /*border-radius: calc(0.25rem - 1px);*/
            border-radius: 0px !important;
            border-radius: calc(0.25rem - 1px);
            background-color: #ECF1F1;
        }
        
        .btn2style {
            font-size: 26px !important;
            width: 185px !important;
            height: 50px !important;
            background-color: #9063cd !important;
            color: #fff !important;
            border-radius: 5px;
        }
        
        .owl-theme .owl-nav [class*=owl-]:hover {
            border: none !important;
            background: rgba(144, 99, 205, 0.3) !important;
            color: none;
            text-decoration: none;
        }
        
        .btn2style:hover {
            background-color: rgba(144, 99, 205, 0.3) !important;
            color: #9063cd !important;
        }
        /* footer section */
        /* .footer_dark {
        font-family: 'Rubik', sans-serif;
        background-color: #202325;
    }
    
    footer .widget {
        margin-bottom: 30px;
    }
    
    .footer_logo {
        margin-bottom: 20px;
    }
    
    .footer_dark p {
        color: #fff;
    }
    
    footer p {
        line-height: 28px;
       


}
.footer_top {
    padding: 50px 0 70px;
}
.social_icons li a {
    font-size: 18px;

    
    height: 36px;
    width: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}
.footer_dark h1,
.footer_dark h2,
.footer_dark h3,
.footer_dark h4,
.footer_dark h5,
.footer_dark h6,
.footer_dark p,
.footer_dark a,
.footer_dark .widget_links li a,
.footer_dark .footer_link li a,
.footer_dark .post_content a {
    color: #fff;
}
.social_icons li {
    display: inline-block;
    padding: 0px 5px 5px 0;
}
.widget_links li {
    list-style: none;
    padding-bottom: 10px;
}
.contact_info>li {
    margin-bottom: 15px;
    list-style: none;
}
footer .widget_title {
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    margin-top: 10px;
    margin-bottom: 25px;
    font-size: 18px;
}
*/
        
        @media only screen and (max-width: 1990px) {
            .brand_right p {
                font-size: 19px;
            }
            .impact_section .p1 {
                font-size: 22px
            }
            .corporate-sectiontext p {
                font-size: 19px;
            }
        }
        
        @media only screen and (max-width: 1360px) {
            .brand_right h1 {
                font-size: 44px;
            }
            .brand_right p {
                font-size: 16px;
            }
            /* .brand_left img {
            margin-left: -123px;
        } */
            .impact_section .p1 {
                font-size: 16px
            }
            .catalogue_btn {
                width: auto;
            }
            .get_btn {
                width: auto;
            }
            .corporate-sectiontext h2 {
                font-size: 36px;
            }
            .corporate-sectiontext p {
                font-size: 16px;
            }
            .card_row .card p {
                font-size: 16px;
            }
            .card_row .card {
                height: 449px;
            }
        }
        
        @media only screen and (max-width: 1040px) {
            .corporate-sectiontext {
                width: 80%;
            }
            .shop_row p {
                font-size: 22px;
            }
        }
        
        @media only screen and (max-width: 767px) {
            .card1 .card {
                height: auto !important;
            }
            .card2 .card {
                height: auto !important;
            }
            .brand_left {
                /*display: none;*/
            }
            .brand_right {
                align-items: flex-start;
                margin-bottom: 20px;
                margin-top: 45px;
            }
            .corporate-sectiontext {
                width: 100%;
            }
            .corporate-sectiontext p {
                margin-top: 8px;
            }
            .impact_section .p1 {
                width: auto;
            }
            .client_slider {
                width: auto;
            }
            .corporate-section .card {
                height: auto; /*auto*/
            }
        }
        
        @media only screen and (max-width: 700px) {
            .client_reviewheading {
                width: 100%;
            }
            .corporate-sectiontext h2 {
                font-size: 31px;
            }
            .corporate-sectiontext p {
                font-size: 13px;
            }
            /* .overlay-dark {
            height: 400px;
        }
        .corporate-section .card-img {
            height: 400px !important;
        } */
        }
        
        @media only screen and (max-width: 575px) {
            #sync1 .item h5 {
                margin-top: 12rem;
            }
            /* .overlay-dark {
            height: 500px;
        }
        .corporate-section .card-img {
            height: 500px !important;
        } */
            .owl-theme .item p {
                height: 62px;
            }
            /* .corporate-section .card {
            height: 317px !important;
        } */
            /* .corporate-section .card-img {
            height: 317px !important;
        } */
            .corporate-sectiontext p {
                font-size: 11px;
            }
            .client_review form {
                width: 100%;
            }
        }
        
        @media only screen and (max-width: 991px) {
            .card1 .card {
                height: auto; /*416px*/
            }
            .card2 .card {
                height: auto; /*416px*/
            }
            .card3 .card {
                height: auto;
            }
            .btn-group-lg>.btn,
            .btn-lg {
                font-size: 1rem !important;
            }
            .brand_right h1 {
                font-size: 39px;
            }
            .brand_right p {
                font-size: 14px;
            }
            .impact_section {
                height: auto;
            }
            .card_row .card {
                /* height: auto; */
                margin-bottom: 30px;
            }
            .feature_slider {
                margin-top: 30px;
            }
            /* .brand_left img {
            margin-left: -255px;
        } */
            .client_reviewheading {
                width: 100%;
            }
            #sync1 .item p {
                width: 83%;
            }
            .owl-theme .item p {
                font-size: 23px;
            }
            .client_review form {
                width: 73%;
            }
            .shop_row p {
                font-size: 18px;
            }
            .corporate-sectiontext h2 {
                font-size: 38px;
            }
            .corporate-sectiontext p {
                font-size: 19px;
            }
        }
        
        @media only screen and (max-width: 1430px) {
            .client_reviewheading {
                width: 45%;
            }
        }
        
        @media only screen and (max-width: 1140px) {
            .client_reviewheading {
                width: 55%;
            }
            .client_reviewheading h2 {
                font-size: 41px;
                padding: 33px;
            }
            /* .corporate-sectiontext h2 {
            font-size: 42px;
        } */
        }
        
        @media only screen and (max-width: 924px) {
            .client_reviewheading {
                width: 69%;
                /* background: none; */
            }
        }
        
        @media only screen and (max-width: 450px) {
            #sync1.owl-theme .owl-prev {
                left: 7px;
            }
            #sync1.owl-theme .owl-next {
                right: 7px;
            }
            #sync1 .item p {
                width: 86%;
                text-align: justify;
            }
            #sync1 .item h5 {
                margin-top: 16rem;
            }
            .get_btn {
                display: block;
                width: 100%;
            }
            .catalogue_btn {
                display: block;
                width: 100%;
            }
            .brand_right p {
                width: 100%;
            }
            #sync1 .item {
                padding: 30px 0px;
            }
            .corporate-section .card-img {
                height: 666px !important;
            }

            .corporate-section .learn_more_img {
                height: 666px !important;
            }

            .overlay-dark {
                height: 666px !important;
            }
            .btn+.btn {
                margin-left: 0px !important;
            }
        }
        
        #owl-demo .item {
            padding: 30px 0px;
            margin: 10px;
            color: #FFF;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            text-align: center;
        }

    .btn {
        display: inline-block;
        font-weight: 400;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.375rem 0.75rem !important;
        font-size: 1rem;
        line-height: 1.5;
        border-radius: 0.25rem;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .owl-theme .owl-nav [class*=owl-] {
        color: #FFF;
        font-size: 14px;
        margin: 5px;
        padding: 4px 7px !important;
        background: #D6D6D6;
        display: inline-block;
        cursor: pointer;
        border-radius: 3px;
    }

    .col_inherit {
        margin-bottom: 0.5rem;
        font-family: inherit;
        font-weight: 500;
        line-height: 1.2;
        color: inherit !important;
    }

    p {
        display: block;
        margin-block-start: 1em;
        margin-block-end: 1em;
        margin-inline-start: 0px;
        margin-inline-end: 0px;
    }

    @media only screen and (max-width: 991px)
    .brand_right p {
        font-size: 14px;
    }

    /*used to be ' body ' instead of .blck_para*/
    .blck_para {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: left;
        background-color: #fff;
    }

    .roboto_center_align {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
        text-align: center;
    }

    /*body {
        font-family: 'Poppins', sans-serif !important;
    }*/

    .marg_btm_20px {
        margin-bottom: 20px !important;
    }

    /*.roboto_font {
        margin: 0;
        font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    }*/

    .font_600 {
        font-weight: 600 !important;
    }

    .marg_btm_10px {
        margin-bottom: 10px !important;
    }

    @media only screen and (max-width: 575px)
    .btn {
        padding: 10px 28px;
        font-size: 14px;
    }

    @media only screen and (max-width: 450px) {
    .client_review {
        text-align: center;
        margin-top: 10% !important;
    }
}

.impact_section .p2 {
    font-size: 16px;
    text-align: center;
    color: #000;
    width: 60% !important;
    margin: 0 auto
}