﻿body {
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-size: 14px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #4e4e4e;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    /*-moz-osx-font-smoothing: grayscale;*/
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.container {
    max-width: 1920px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
}

.auto-container {
    padding-right: var(--bs-gutter-x, 15px);
    padding-left: var(--bs-gutter-x, 15px);
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (min-width: 1200px) {
    .auto-container {
        max-width: 1140px;
    }
}

.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.d-flex {
    display: flex;
    /*flex-wrap: wrap;*/
    align-content: space-between;
}

a:hover {
    color: inherit;
    text-decoration: none;
}
/*wrapper*/
.content-wrapper {
    overflow-x: hidden;
}

.v-align {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.no-gutter {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

    .no-gutter [class*='col-']:not(:first-child), .no-gutter [class*='col-']:not(:last-child) {
        padding-right: 0;
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0;
    }

.row.equal {
    display: flex;
    flex-wrap: wrap;
}

header.show {
    position: fixed;
    height: 80px;
    background: rgba(28, 28, 28,.9) !important;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

header.init {
    width: 100%;
    height: 140px;
    /*background: #fff !important;*/
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.show {
    display: block !important;
}

header {
    position: fixed;
    z-index: 9999;
}

.m-5-hor {
    margin-left: 2%;
    margin-right: 2%;
}

.subnav {
    display: block;
    width: 100%;
    margin: 0 auto;
    z-index: 999;
    font-size: 11px;
    font-weight: 300;
    letter-spacing: .3px;
    color: #fff;
    background: rgba(255, 255, 255, 0);
    padding: 10px 0 25px 0;
    border-bottom: 1px solid #EB1C24;
    background-color: #EB1C24;
}

.left {
    text-align: left;
    float: left;
    line-height: inherit;
}

a {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: inherit;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-decoration: none;
    border-color: none;
}

    a:hover {
        text-decoration: none;
        border-color: none;
    }

.social-icons-subnav span, .social-icons-subnav i {
    text-shadow: none;
    /*padding: 8px;*/
    width: 28px;
    height: 28px;
    text-align: center;
    color: #fff;
    border-radius: 1px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    /*font-weight: bold;*/
    font-size: 20px;
}

.social-icons-subnav a {
    cursor: pointer;
    font-size: 17px;
}

.right .social-icons-subnav {
    margin-right: 10px;
}

.social-icons-subnav, .social-icons-subnav div {
    display: inline-block;
}

    /*.right .social-icons-subnav:last-child {
    margin-right: 0px;
}*/

    .social-icons-subnav, .social-icons-subnav div {
        display: inline-block;
    }

.navbar-default-white {
    position: fixed;
    margin: 38px auto;
    top: 0px;
    background: #fff !important;
    border-bottom: 1px groove rgba(255, 255, 255, 0);
    box-shadow: 5px 5px 2px rgb(23 36 52 / 0%);
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
    z-index: 9999;
}

.navbar-default-white {
    transform: translateZ(0);
    width: 100%;
    height: 80px;
    -webkit-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    -moz-transition: all .5s cubic-bezier(.165, .84, .44, 1);
    transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

    .navbar-default-white.sticky {
        left: 0;
        right: 0;
        margin: 0 auto;
        width: inherit;
        box-sizing: border-box;
        -webkit-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        -moz-transition: all .3s cubic-bezier(.165, .84, .44, 1);
        transition: all .3s cubic-bezier(.165, .84, .44, 1);
    }

@media (min-width: 768px) {
    .navbar-toggle {
        display: none;
    }

    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

    .navbar-toggle .icon-bar + .icon-bar {
        margin-top: 4px;
    }

.navbar-brand.white {
    position: relative;
    top: -18px;
    left: 0px;
    z-index: 2;
}

.carousel-inner {
    max-height: 500px;
}

.img-fluid-header {
    height: 100%;
    width: 100%;
}

.navbar-brand.white img.black {
    display: none;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ba4c73;
}

#scrollUp {
    background: #00a550 none repeat scroll 0 0;
    bottom: 90px;
    color: #ffffff;
    cursor: pointer;
    display: none;
    font-size: 20px;
    height: 45px;
    line-height: 39px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 45px;
    z-index: 9999;
    border-radius: 50%;
    border: 2px solid #fff;
    -webkit-transition: .3s;
    transition: .3s;
}

/*footer 2*/
.site-footer {
    background-color: #000;
    /*padding-top: 40px;*/
}

.footer-primary .widget {
    font-family: 'Playfair Display', serif;
    color: #e0e0e0;
}

.widget {
    margin-bottom: 30px;
}

.footer-primary .widget .widget-title {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 18px;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-transform: uppercase;
}


    .footer-primary .widget .widget-title:before {
        /* background-color: #00a550; */
        content: "";
        /* height: 7px; */
        width: 30px;
        margin-right: -30px;
        margin-top: 30px;
        border-bottom: 1px solid #00a550;
    }

/*.footer-primary .widget .widget-title::after {
        background-color: #00a550;
        content: "";
        height: 20px;
        width: 5px;
        margin-left: 10px;
    }*/

.footer-primary .widget ul {
    list-style: none;
    padding-left: 0px;
    line-height: 25px;
}

.site-footer .buttom-footer {
    background-color: #00a550;
    padding: 5px 0;
}

.site-footer .footer-menu ul {
    margin: 0;
    padding: 0;
    font-size: 0;
}

    .site-footer .footer-menu ul li {
        list-style: none;
        display: inline-block;
        position: relative;
        padding: 0 10px;
    }

.footercontainer ul li a:hover {
    transition: 0.5s all ease-in-out;
    border-bottom: 1px solid #00a550;
}

.site-footer .footer-menu ul li:before {
    content: "|";
    position: absolute;
    top: 0;
    right: -2px;
    font-size: 14px;
    color: #B6B6B6;
}

.site-footer .footer-menu ul li a {
    color: #ffffff;
    font-size: 15px;
}

.site-footer .copy-right {
    color: #ffffff;
}

    .site-footer .copy-right a:hover {
        color: #0073b2;
    }

.footercontent a i {
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff; */
    height: 30px;
    width: 30px;
    margin: auto;
    line-height: 20px;
    font-size: 16px;
}

.facebook-icon {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    /*background-color: #3b5a9a !important;*/
    color: #fff;
}

.insta-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon {
    margin-right: 0px;
    /*padding: 5px;*/
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.facebook-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #3b5a9a !important;
    color: #fff;
}

.insta-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
    color: #fff;
}

.linkedin-icon i {
    margin-right: 0px;
    padding: 5px;
    border-radius: 50%;
    background-color: #0073b2 !important;
    color: #fff;
}

.footercontainer {
    max-width: 1920px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 15px;
    margin-right: 15px;
}

/*header*/

.top-container {
    background-color: #00a550;
    padding: 10px 10px 20px 10px;
    text-align: left;
    color: #fff;
    height: 43px;
}

    .top-container .rightcontent {
        float: right;
    }

    .top-container .fa {
        font-size: 14px;
        color: #fff;
        /*padding: 5px 10px 0px 10px;*/
        border: solid 1px #fff;
        border-radius: 50%;
        line-height: 2;
    }

    .top-container .fab {
        font-size: 25px;
        color: #fff;
        padding: 5px 10px 0px 10px;
    }

.content {
    padding: 16px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky-opacity {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky-opacity #navbar {
        position: fixed;
        top: 0;
        width: 100%;
        background-color: #fff;
        color: #000;
        transition: background 1s linear;
        box-shadow: 0px 0px 8px #c1c1c1;
    }

    .sticky-opacity .navbar-nav > li > a {
        text-align: center;
        /*padding: 12px 12px 15px 12px;*/
        padding: 10px 12px 10px 12px;
        text-decoration: none;
        font-size: 17px;
        line-height: 25px;
        border-radius: 50px;
        /*color: #000;*/
        /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
        /*font-weight: bold;*/
    }

        .sticky-opacity .navbar-nav > li > a:hover {
            color: #00a550;
        }


.sticky + .content {
    padding-top: 102px;
}

#navbar {
    /*overflow: hidden;*/
    background: #fff;
    /*padding: 90px 10px;*/
    transition: 0.4s;
    position: fixed;
    width: 100%;
    /*top: 53px;*/
    /*z-index: 1;*/
    height: 95px;
    border-bottom: 1px solid #f1f1f1;
}

.navbar {
    position: relative;
    z-index: 1000;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 0px;
}

.header-logo {
    padding: 4px 10px;
    font-size: 18px;
}

    .header-logo img {
        max-width: 200px;
        transition: 0.4s;
        margin-bottom: 0px;
    }

.navbar-nav > li > a {
    text-align: center;
    /*padding: 12px 12px 15px 12px;*/
    padding: 10px 12px 10px 12px;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    /*border-radius: 50px;*/
    color: #00a550;
    /*font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;*/
    font-weight: bold;
    /*background-color: #00a550;*/
    margin: 5px;
}

    .navbar-nav > li > a:hover {
        color: #fff;
        background-color: transparent;
        background-color: #00a550;
    }

    .navbar-nav > li > a:active {
        color: #000;
        background-color: transparent;
    }

.dropdown-menu {
    background-color: #00000078;
    color: #fff;
}

    .dropdown-menu > li > a {
        color: #fff;
    }

/*#navbar a:hover {
            background-color: #fff;
            color: #5E3030;
        }

        #navbar a.active {
            background-color: #fff;
            color: #5E3030;
        }*/

.navbar-brand {
    float: left;
    /*height: 100px;*/
    padding: 15px 15px;
    font-size: 18px;
    /*line-height: 20px;*/
}

    .navbar-brand img {
        width: 100%;
        height: 80px;
        /*max-height: 44px !important;*/
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        -webkit-transition: all .1s ease-in-out;
        -moz-transition: all .1s ease-in-out;
        transition: all .1s ease-in-out;
        padding: inherit;
        margin-top: -11px;
    }

/*.sticky-opacity .navbar-brand img {
    width: 100%;
    height: 100px;
}*/

#navbar-right {
    float: right;
}

#myHeader {
    /*overflow:hidden;*/
    height: 95px;
    /*position: absolute;*/
    z-index: 10000;
    /*margin-bottom: 10px;
    border-bottom: 1px solid #000;*/
}



/*.navbar-header a:hover {
    border: 1px solid #f00;
}*/

@media screen and (max-width: 580px) {
    #navbar {
        padding: 10px 0px !important;
        margin-bottom: 10px;
    }

        #navbar a {
            float: none;
            display: block;
            text-align: left;
        }

    #navbar-right {
        float: none;
    }

    .sticky-opacity .navbar-toggle {
        border: 1px solid #5c4f3b;
    }

        .sticky-opacity .navbar-toggle .fa {
            color: #5c4f3b;
        }

    .navbar-toggle {
        /*background-color: #fff;*/
        border: 1px solid #5c4f3b;
        border-radius: 4px;
        float: right;
        margin-bottom: 8px;
        margin-right: 25px;
        top: 2px;
        padding: 9px 10px;
        position: relative;
        filter: alpha(opacity=0);
        -webkit-transition: 200ms ease;
        -moz-transition: 200ms ease;
        -o-transition: 200ms ease;
        transition: 200ms ease;
    }

        .navbar-toggle .fa {
            color: #5c4f3b;
            transform: rotate(360deg);
            transition: transform 0.5s ease 0s;
            transform-style: preserve-3d;
        }

    .top-container {
        background-color: #00a550;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #00a550;
        color: #fff;
        margin-right: 0px;
        margin-top: 1px;
        text-align: center;
        width: 80%;
    }

    .navbar-nav > li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .nav > li {
        display: block;
        position: relative;
    }

    .navbar-collapse.in {
        overflow-y: visible;
        /*height: 100%;*/
        position: relative;
        /*width: 100%;*/
        margin-right: 0px;
    }

    .dropdown-menu > li > a {
        color: #fff;
    }

    .navbar-nav > li > a {
        padding: 15px 12px 15px 12px;
        line-height: 20px;
        margin-top: 0px;
    }
}

@media(max-width:767px) {

    .top-container {
        display: inline-table;
    }

    #myHeader {
        /*overflow:hidden;*/
        z-index: 999;
    }

    .navbar-nav > li > a {
        color: #fff;
    }

        .navbar-nav > li > a:hover {
            color: #000;
            background-color: transparent;
        }
    /*.navbar-nav > li > a {
        color: #fff;
    }*/
    .navbar-collapse {
        padding-right: 0px;
    }

    .sticky-opacity .navbar-brand img, .navbar-brand img {
        width: 180px;
        height: auto;
        /*margin-top: -25px;*/
    }
}


.navbar-nav {
    margin: 16.5px 15px;
}

@media (min-width: 768px) {
    .navbar > .container .navbar-brand {
        margin-left: 0px;
    }
}
/***********************************New Header start****************************/
#header {
    -moz-user-select: none;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    left: 0;
    min-height: 70px;
    padding: 0 11px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 11;
}

.logo-img-responsive {
    display: inline-block;
    max-width: 320px;
    padding: 0px;
    height: 77px;
}

.softtitle:hover {
    color: #fff;
    text-decoration: none;
}

#header .logo a {
    padding: 7px 15px;
    /*padding: 7px 10px;*/
    margin-top: -7px;
}

.logo a {
    color: #fff;
    display: inline-block;
    font-size: 25px;
    /*font-size: 16px;*/
    /*text-transform: uppercase;*/
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
}

.header-inner {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner > li:not(.pull-right) {
        float: left;
        /*margin-left: -30px;*/
    }

.header-inner-visitor {
    list-style: outside none none;
    margin-bottom: 0;
    padding: 17px 0;
    position: relative;
}

    .header-inner-visitor > li:not(.pull-right) {
        float: left;
        margin-left: -30px;
    }


#menu-trigger {
    cursor: pointer;
    height: 37px;
    width: 43px;
    border-radius: 5px;
    margin-top: 3px;
}

.menu-trigger {
    margin-right: -170px;
}

.menu-trigger-visitor {
    margin-right: -285px;
}

.lblusername {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    width: 100%;
    margin-right: 10px;
    margin-top: 10px;
}

.line-wrap {
    height: 12px;
    margin: 12px 11px;
    transition: all 300ms ease 0s;
    width: 26px;
}

#menu-trigger .line-wrap .line {
    background-color: #89692E;
}

.line-wrap .line {
    height: 5px;
    transition: all 300ms ease 0s;
    width: 25px;
}

.open .line-wrap .line.top {
    width: 12px;
}

.line-wrap .line.center {
    margin: 3px 0;
}

.open .line-wrap .line.bottom {
    width: 12px;
}

#sidebar-wrapper {
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 54px;
}

.main-menu {
    list-style: outside none none;
    margin: 2px 0 0;
    padding-left: 0;
}

    .main-menu > li > a > i {
        font-size: 19px;
        left: 225px;
        padding: 18px 0;
        position: absolute;
        text-align: center;
        top: 0;
        width: 25px;
        color: #fff;
    }

    .main-menu > li > a {
        display: block;
        font-weight: bold;
        font-size: 17px;
        font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
        padding: 15px 20px 14px 20px;
        position: relative;
        text-decoration: none;
        border-bottom: 1px solid gray;
        margin-bottom: 2px;
        background: black;
    }

        .main-menu > li > a:hover {
            background-color: #265397;
            color: #fff;
        }

        .main-menu > li > a:focus {
            background-color: #265397;
            color: #fff;
        }

body:not(.sw-toggled) #sidebar {
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

.sidebar.toggled {
    opacity: 0.8;
    display: block;
}

.sidebar {
    background: #000;
    box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
    height: 100%;
    display: none;
    overflow-y: auto;
    position: fixed;
    top: 0px;
    transition: all 300ms ease 0s;
    z-index: 10;
    right: 0px;
    width: 25%;
}

.pull-right span {
    font-size: 30px;
    cursor: pointer;
    color: #ba4c73;
    max-width: 24px;
    text-align: center;
    padding: 10px;
    text-decoration: none;
    font-size: 35px;
    line-height: 2;
}

.sidenav {
    height: 100%;
    width: 0;
    /*position: fixed;*/
    z-index: 99 !important;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
/***********************************New Header end****************************/
/**********************Slider Start**************************/
.carousel-inner {
    max-height: 550px;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block;
        height: 200px;
        max-width: 100%;
        line-height: 1;
    }

@media (min-width: 992px) {
    .section-main-bunner {
        min-height: 700px;
        height: 100vh;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 120px 0 100px;
    }
}

.section-main-bunner .main-bunner-img {
    opacity: 1;
    object-fit: cover;
    background-size: cover;
    background-position: 50% 80%;
    background-repeat: no-repeat;
}

.section-main-bunner {
    position: relative;
    overflow: hidden;
    padding: 80px 0 70px;
}

    .section-main-bunner .overlay-bg {
        position: absolute;
        z-index: 1;
        background: rgba(34,27,104,.5);
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

@media (min-width: 1200px) {
    .section-main-bunner .main-bunner-img {
        left: -100px;
        right: -100px;
        bottom: -100px;
        top: -100px;
        animation: bunner-img 10s infinite;
    }
}

.section-main-bunner .main-bunner-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.section-main-bunner .main-bunner-inner {
    position: relative;
    flex: 1;
}

@media (max-width : 787px) {
    .section-main-bunner {
        padding: 30px 0 70px;
        height: 330px;
    }

        .section-main-bunner .main-bunner-img {
            opacity: 1;
            object-fit: cover;
            background-size: cover;
            background-position: 50% 50%;
            background-repeat: no-repeat;
        }

        .section-main-bunner .main-bunner-inner {
            z-index: unset;
        }
}

@media (min-width: 992px) {
    h1, .heading-1 {
        font-size: 50px;
        line-height: 1.2;
    }
}

@media (min-width: 1200px) {
    .pr-xl-60 {
        padding-right: 60px;
    }
}

.text-opacity-80 {
    opacity: .8;
}

.font-weight-regular {
    font-weight: 400;
}

.slider-content {
    margin-top: 7em;
    position: relative;
    z-index: 1;
}

    .slider-content h2 {
        font-size: 40px;
        color: #fff;
        text-align: center;
        letter-spacing: .2em;
        line-height: 1.2;
        margin-top: 0px;
        margin-bottom: 40px;
        font-weight: 600;
        font-family: 'Playfair Display', serif;
    }

    .slider-content p {
        text-align: center;
        font-size: 18px;
        padding-right: 50px;
        color: #fff;
        line-height: 26px;
    }

@media(max-width:767px) {
    .slider-content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .slider-content p {
        font-size: 14px;
        padding-right: 0px;
    }

    .slider-content {
        z-index: 1;
    }
}

.v-center {
    align-self: center;
    align-items: center;
}

.carousel-control .fa {
    color: #2e70c1;
}
/**new privew next slider arrow start***/
.keen-slider-container.banner-category-container .keen-slider-arrow {
    align-items: center;
    background: #fff;
    border-radius: 20px;
    box-shadow: 5px 5px 10px #00000029;
    display: flex;
    height: 40px;
    justify-content: center;
    padding: 8px 12px;
    position: absolute;
    transform: translateY(-50%);
    width: 40px;
}

.keen-slider-container.banner-category-container .prev {
    left: -20px;
}

.keen-slider-container.banner-category-container .prev {
    left: -14px;
    top: 50%;
}

.keen-slider-container.banner-category-container .next {
    right: -20px;
}

.keen-slider-container.banner-category-container .next {
    right: -14px;
    top: 50%;
}

/**new privew next slider End***/
/**********************Slider end**************************/
/***Products section start on home page ****/


/***Products section start on home End ****/
/**About us section start***/
.section-title {
    margin: 20px auto;
}

.Main_title_1 {
    font-weight: bold;
    font-size: 35px;
}

    .Main_title_1:before {
        /* background-color: #00a550; */
        content: "";
        height: 7px;
        width: 60px;
        margin-right: -30px;
        margin-top: 30px;
        border-bottom: 1px solid #00a550;
        position: absolute;
    }

.titlelogo {
    width: 100px;
    height: 100px;
}


.section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
}

.section-bg {
    background-color: #f0f8ff;
}

.custom-text-box-image {
    border-radius: 30px;
    width: 100%;
    height: 580px;
    object-fit: cover;
}

.custom-text-box {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
    padding: 40px;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
    color: #00a550;
}

.services-one .mb-2 {
    margin-bottom: 0.5rem !important;
    color: #fff;
}

.services-one .Main_title_1:before {
    /* background-color: #00a550; */
    content: "";
    height: 7px;
    width: 60px;
    margin-right: -30px;
    margin-top: 30px;
    border-bottom: 1px solid #fff;
    position: absolute;
}

.mb-3 {
    margin-bottom: 1rem !important;
    color: #597670;
}

.custom-text-box {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
    padding: 10px 30px;
    height: 250px;
}

custom-text-box h2 {
    font-size: 35px;
}

.custom-text-box h5 {
    font-size: 20px;
}

.custom-text-box p {
    font-size: 13px;
    text-align: justify;
}

.custom-list {
    margin-bottom: 0;
    padding-left: 0;
}

.custom-list-item {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .custom-list-item i {
        background: #F0F8FE;
        border-radius: 30px;
        color: #5a6f80;
        font-size: 20px);
        text-align: center;
        display: inline-block;
        vertical-align: middle;
        width: 25px;
        height: 25px;
        line-height: 30px;
        margin-right: 5px;
    }

.custom-list-item {
    list-style: none;
    margin-top: 10px;
    margin-bottom: 10px;
}

.counter-number, .counter-number-text {
    color: #5bc1ac;
    font-size: 50px;
    font-weight: bold;
    line-height: normal;
}

.counter-thumb {
    background: #fff;
    border-radius: 30px;
    margin-bottom: 24px;
    padding: 30px;
}

.thm-btn-two {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    -webkit-appearance: none;
    appearance: none;
    outline: none !important;
    background-color: #00a550;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: var(--logi-letter-spacing);
    padding: 15px 40px 15px;
    transition: all 0.5s linear;
    overflow: hidden;
    z-index: 1;
    margin-left: 20px;
    border-radius: 30px 30px 30px 30px;
    margin-top: 10px;
}

    .thm-btn-two:hover {
        color: #fff;
    }

    .thm-btn-two:before {
        position: absolute;
        content: '';
        background-color: #000;
        width: 120%;
        height: 0;
        padding-bottom: 120%;
        top: -110%;
        left: -10%;
        border-radius: 50%;
        transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
        z-index: -1;
    }

    .thm-btn-two:after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: '';
        /*background-color: #000;*/
        transform: translate3d(0, -100%, 0);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
        z-index: -1;
    }

    .thm-btn-two:hover::before {
        transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
        transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
    }

@media(max-width:767px) {
    .custom-text-box-image {
        height: auto;
    }

    .custom-text-box {
        margin-top: 10px;
        height: auto;
    }
}
/**About us section End***/
/**Our Products Section on Home page Start***/
.collection {
    /*background-color: #fff;*/
    padding: 80px 0;
}

/*.bgimagefour {
    background-image: url('../images/PaperbagsImg/123456.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
}*/

/*.bgimagefour:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000a8;
        opacity: 0.8;
        z-index: 0;
    }*/

.Sustainability {
    background-color: #00a550;
    padding: 80px 0;
    /*background-image: url('../img/bg-3.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
}

.product-image img {
    height: 350px;
}

.m-name a {
    font-size: 25px;
}

.product-block {
    padding-top: 10px;
    position: relative;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
    display: flex;
    flex-direction: column;
    width: 100%;
    outline: none;
    --Media_ClipPath: inset(0);
    transition: clip-path .6s cubic-bezier(.17,.67,.83,.67),filter .8s ease;
    text-transform: uppercase;
    text-align: center;
    /*border:solid 1px #b7b7b7;*/
    /*padding:5px;*/
    /*clip-path: var(--Media_ClipPath);*/
}

    .product-block :hover {
        border-radius: 25px;
    }

    .product-block .product-image:hover {
        border-radius: 25px;
    }

    .product-block .product-image {
        margin: 0 10px;
    }

.gallerybutton {
    display: flex;
}

.product-caption {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 1.2rem 1rem;
    text-align: center;
    flex-grow: 1;
}

.posted-in {
    font-size: 12px;
    color: var(--website-color2);
    text-transform: uppercase;
    margin-bottom: 5px;
    font-weight: 500;
}

.product-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.2;
    margin-bottom: 4px;
}

.price {
    justify-content: center;
    margin-bottom: 0;
    color: var(--website-color1);
    font-size: 16px;
    font-size: 1rem;
    font-weight: 700;
    /*display: flex;*/
    flex-wrap: wrap;
    align-items: center;
}

    .price del {
        font-size: 12px;
        color: var(--website-color1);
        font-weight: 500;
    }

        .price del + ins {
            margin-right: 0.327em;
        }

    .price ins {
        order: -1;
        font-size: 14px;
        font-weight: 700;
        text-decoration: none;
    }

.description {
    /*height: 50px;
    overflow: hidden;*/
    font-size: 10px;
    text-align: left;
}

.product-block:hover {
    --Media_ClipPath: inset(0 round 25vw 25vw 0 0);
    transition: clip-path 1.6s cubic-bezier(.17,.67,.83,.67);
}

.product-caption .btn {
    color: var(--website-color1);
    margin-top: 10px;
    /*font-family: 'Questrial', sans-serif;*/
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 35px;
    border: 2px solid var(--website-color1);
    padding: 0;
    border-radius: 0;
    background-color: transparent;
    text-transform: uppercase;
    transition: all 1s ease 0s;
    width: 100%;
}

    .product-caption .btn.disabled {
        color: #ff0000;
        border: 2px solid Red;
    }

    .product-caption .btn:hover {
        background-color: var(--website-color2);
        border: 2px solid var(--website-color2);
        color: #fff;
    }

.product-caption .btnwhatsapp {
    color: green;
    border: 2px solid green;
    margin-right: 5px;
}

    .product-caption .btnwhatsapp:hover {
        color: #fff;
        border: 2px solid green;
        background: green;
    }

@media (max-width :767px) {
    .product-caption .btn {
        font-size: 11px;
    }

    .collection {
        padding: 35px 0;
    }
}

.owl-carousel2 .owl-nav {
    display: block !important;
}

.owl-carousel2 .owl-nav {
    position: absolute;
    left: 0px;
    top: 55%;
    width: 100%;
    margin-top: -60px;
}

    .owl-carousel2 .owl-nav .owl-prev, .owl-carousel2 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: var(--website-color2);
        background: none;
        z-index: 10;
        font-size: 22px;
        text-align: center;
        cursor: pointer;
        line-height: 45px;
        margin: 0px 8px;
        font-weight: 700;
        border-radius: 50px;
        display: inline-block;
        background-color: #ffffff;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
    }

    .owl-carousel2 .owl-nav .owl-prev {
        left: 0px;
        float: left;
    }

    .owl-carousel2 .owl-nav .owl-next {
        right: 0px;
        float: right;
    }

.owl-carousel .owl-item img {
    width: 100%;
    height: 250px;
    /*border-radius: 30px;*/
    transition: 0.5s all ease-in-out;
    /*border: solid 2px #f1f1f1;*/
    padding: 30px;
}

    .owl-carousel .owl-item img:hover {
        opacity: 1;
        visibility: visible;
        transform: scale(1.1);
        transition: 0.5s all ease-in-out;
        /*border-bottom: solid 2px #00a550;*/
        /*border: solid 2px #f1f1f1;*/
        padding: 15px;
    }

.collection .image-box {
    border: solid 2px #f1f1f1;
    border-bottom: solid 2px #00a550;
    border-radius: 30px;
    margin: 10px;
}
/**Our Products Section on Home Page End***/
/**Why choose paper bags  Section on Home Page start***/
section.services {
    background-image: url('../images/PaperbagsImg/p7.jpg');
    background-position: center;
    background-size: cover;
    padding: 40px 0;
    position: relative;
}

    section.services:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000000;
        opacity: 0.8;
        z-index: 0;
    }

.services .service-item {
    border-radius: 5px;
    padding: 20px;
    /*box-shadow: 0px 0px 15px rgb(0 0 0 / 10%);*/
    box-shadow: 0px 0px 15px rgb(101 101 101 / 92%);
    margin-top: 20px;
    background: #1d1b1b;
    height: 300px;
}

    .services .service-item:hover {
        transform: scale(1.1);
        transition: 0.5s all ease-in-out;
        /*border-bottom: solid 2px #00a550;*/
        background-color: #f1f1f1;
    }

    .services .service-item i {
        transition: all .5s;
        font-size: 50px;
        color: #43ba7f;
        margin-bottom: 30px;
        margin-right: 30px;
    }

    .services .service-item h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #fff;
    }

    .services .service-item p {
        font-size: 12px;
        color: #fff;
    }

    .services .service-item:hover h4 {
        color: #000;
    }

    .services .service-item:hover p {
        color: #000;
    }

.Main_title_1center {
    font-weight: bold;
    font-size: 35px;
    position: relative;
    color: #fff;
}

@media (max-width :767px) {
    .services .service-item i {
        height: auto;
    }

    .services .service-item i {
        float: left;
    }

    .services .service-item {
        height: auto;
    }
}
/**Why choose paper bags  Section on Home Page End***/
/**Contact us  Section on Home Page Start***/
/*.contact-area{
        background-color: #f0f8ff;
}*/
.contact-info-box {
    border: 2px solid #f1f1f1;
    padding: 40px;
    border-radius: 6px;
    background-color: #f0f8ff;
}

    .contact-info-box:hover {
        border: solid 2px #ccc;
        border-bottom: solid 2px #00a550;
    }

.mb-20 {
    margin-bottom: 20px;
}

.map-box iframe {
    width: 100%;
    height: 330px;
    border: 0px;
    border-radius: 6px;
    overflow: hidden;
}

.contact-info {
    padding: 0px;
    list-style: none;
    padding: 10px;
    border: solid 2px #3d405b;
}

    .contact-info li {
        margin-bottom: 12px;
        font-size: 16px;
        color: #000;
        padding: 0px;
        list-style: none;
    }

        .contact-info li a {
            color: #000;
        }

        .contact-info li i {
            margin-right: 6px;
        }

.contact-social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
    color: #fff !important;
    border-radius: 100%;
    font-size: 12px;
    background-color: #305a7d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .contact-social a:hover {
        background-color: #d5292a;
    }
/**Contact us  Section on Home Page End***/
/**Sustainability Commitment Sectionn start**/
.services-one {
    position: relative;
    display: block;
    /*background-color: #f2f5f9;*/
    /*padding: 120px 0 90px;*/
}

.services-one__top {
    position: relative;
    display: block;
}

.section-title__title {
    margin: 0;
    color: #000;
    font-size: 35px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: var(--logi-letter-spacing);
}

.section-title .border-title {
    position: relative;
    height: 2px;
    background-color: #f44647;
    width: 160px;
    display: inline-block;
    border-radius: 100%;
}

    .section-title .border-title:before {
        position: absolute;
        content: "";
        width: 110px;
        height: 1px;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: 4px;
        background-color: #fff;
        opacity: 0.3;
    }

    .section-title .border-title:after {
        position: absolute;
        content: "";
        width: 110px;
        height: 1px;
        left: 0px;
        right: 0px;
        margin: auto;
        bottom: -3px;
        background-color: #fff;
        opacity: 0.3;
    }

.services-one__container {
    position: relative;
    display: block;
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.services-one__single {
    position: relative;
    display: block;
    margin-top: 30px;
    /*margin-bottom: 30px;*/
}

.service-one__img {
    position: relative;
    display: block;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    overflow: hidden;
    z-index: 1;
}

    .service-one__img:before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        content: "";
        background-color: rgba(var(--logi-black-rgb), .30);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        transition: all 500ms ease;
        transform: translate3d(0px, 100%, 0px);
        z-index: 1;
    }

.mb-40 {
    margin-bottom: 40px;
}

.service-one__img img {
    width: 100%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-one__content {
    position: relative;
    display: block;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 5px 20px 0px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 37px 30px 28px;
    height: 275px;
}

    .service-one__content:hover {
        opacity: 0.7;
        background-image: url('../images/PaperbagsImg/Corrugated Mailer Boxes.jpg');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
    }

.services-one__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50px;
    width: 50px;
    background-color: #b5b7de;
    box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 5%);
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 3;
}

    .services-one__icon span {
        position: relative;
        display: inline-block;
        font-size: 33px;
        color: #fff;
        transition: all 500ms linear;
        transition-delay: 0.1s;
        transform: scale(1);
    }

.service-one__title {
    position: relative;
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--logi-letter-spacing);
    margin-bottom: 5px;
}

    .service-one__title:before {
        position: absolute;
        content: "";
        left: 0;
        top: -16px;
        height: 4px;
        width: 40px;
        /*background-image: -moz-linear-gradient(0deg, rgb(1, 95, 201) 0%, rgb(12, 224, 255) 100%);*/
        background-image: -webkit-linear-gradient(0deg, rgb(0 165 80) 0%, rgb(240 248 255) 100%);
    }

    .service-one__title a {
        color: #000;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

.service-one__text {
    font-size: 14px;
    letter-spacing: var(--logi-letter-spacing);
    line-height: 24px;
}

@media (max-width :767px) {
    .service-one__content {
        height: auto;
    }
}
/**Sustainability Commitment Sectionn start**/
/**why chooose paper bags start section***/

.process {
    background: #f0f8ff;
    position: relative;
    display: block;
    padding: 60px 0 60px;
}

.process-shape-1 {
    position: absolute;
    top: 0;
    left: 135px;
}

.process__inner {
    position: relative;
    display: block;
    counter-reset: count;
}

.process-shape-1 img {
    width: auto;
}

.process .section-title {
    margin-bottom: 18px;
}

.process__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 0 26px 0;
    margin-bottom: 22px;
}

.process__icon-box {
    position: relative;
    display: block;
    height: 150px;
    width: 150px;
    margin: 0 auto;
}

.process__icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(223, 227, 231);
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 10%);
    height: 148px;
    width: 148px;
    margin: 0 auto;
    z-index: 1;
}


.process__single-2 {
    margin-top: 100px;
}

.process__single-3 {
    margin-top: 50px;
}

.process__icon i {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #ef3938;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
}

.process__icon img {
    position: relative;
    display: inline-block;
    font-size: 60px;
    color: #ef3938;
    transition: all 500ms linear;
    transition-delay: 0.1s;
    transform: scale(1);
    height: 146px;
    width: 100%;
    border-radius: 50%;
}

    .process__icon img:hover {
        opacity: 0.6;
    }

    .process__icon img:before {
        background-color: #000;
    }

.process__icon imghover .process__icon:before {
    transform: scaleX(1);
}

.process__count {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #212c65;
    z-index: 2;
}

    .process__count:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #fff;
        font-size: 14px;
        line-height: 40px;
        font-weight: 700;
        border-radius: 50%;
        counter-increment: count;
        content: counters(count, ".", decimal-leading-zero);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

.process__content {
    position: relative;
    display: block;
    margin-top: 21px;
}

.process__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: var(--logi-letter-spacing);
    margin-bottom: 7px;
}

.process__text {
    font-size: 15px;
    letter-spacing: var(--logi-letter-spacing);
}

.process__single:hover .process__icon span {
    transform: scale(0.9);
    color: #fff;
}



.process__icon img {
    position: absolute;
    top: 0;
    left: 0;
    /*height: 40px;
    width: 40px;*/
    border-radius: 50%;
    background-color: #212c65;
    z-index: 2;
}

.process__icon:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    font-weight: 700;
    border-radius: 50%;
    counter-increment: count;
    /*content: counters(count, ".", decimal-leading-zero);*/
    transition: all 200ms linear;
    transition-delay: 0.1s;
    background-color: #afa0a4;
    transform-origin: center;
    transform-style: preserve-3d;
}



.process__single:hover .process__count:before {
    background-color: #000;
}

.process__single:hover .process__icon:before {
    transform: scaleX(1);
}
/**why chooose paper bags start section***/
.collection i {
    font-size: 30px;
}

.OSC {
    text-align: center;
}

    .OSC img {
        padding: 20px;
        height: 100px;
        border: solid 2px #00a550;
        border-radius: 50%;
        border-bottom: #00a550 solid 1px;
        transition: 0.5s all ease-in-out;
        background: #f1f1f1;
    }

    .OSC h4 {
        font-size: 17px;
        color: #fff;
    }

    .OSC img:hover {
        border: #fff solid 1px;
        transition: 0.5s all ease-in-out;
    }

@media (max-width :767px) {
    .OSC img {
        height: 100px;
    }
}

/***why chooose paper bags end****/
/******************************************new slider strat****************************************/

/*******************Devider slider strat*****************/
.heading-decorate .divider {
    display: none;
    vertical-align: super;
    padding-right: 15px;
}

    .heading-decorate .divider:after {
        height: 3px;
        width: 75px;
    }

.divider::after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 3px;
    background-color: #cef1ea;
}

@media (min-width: 768px) {
    .heading-decorate .divider {
        display: inline-block;
    }
}
/***********************Devider slider End*******************/
/***************Devider slider end****************/
.swiper-container {
    display: flex;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* Fix of Webkit flickering */
    z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
    float: left;
}

.swiper-container-vertical > .swiper-wrapper {
    flex-direction: column;
}

.swiper-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    align-self: stretch;
    align-items: stretch;
    width: 100%;
    height: auto;
    min-height: inherit;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-container {
    flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
    flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}

/* a11y */
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
    touch-action: pan-y;
}

.swiper-wp8-vertical {
    touch-action: pan-x;
}

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper {
    /* Windows 8 IE 10 fix */
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none;
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat;
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg);
    }
}

.swiper-slide > .vide__body,
.swiper-slide > .parallax_cnt {
    height: 100%;
}

.swiper-button-prev,
.swiper-button-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: none;
    font-size: 26px;
    line-height: 1;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease-in;
    will-change: transform;
    z-index: 10;
}

    .swiper-button-prev:hover,
    .swiper-button-next:hover {
        color: #cef1ea;
    }

@media (min-width: 992px) {
    .swiper-button-prev,
    .swiper-button-next {
        display: block;
    }
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}

.swiper-button-prev {
    left: 30px;
}

    .swiper-button-prev:before {
        font-family: "FontAwesome";
        content: "\f175";
    }

.swiper-button-next {
    right: 30px;
}

    .swiper-button-next:before {
        font-family: "FontAwesome";
        content: "\f176";
    }

.swiper-slider.swiper-container-rtl .swiper-button-prev::before {
    content: "\f061";
}

.swiper-slider.swiper-container-rtl .swiper-button-next::before {
    content: "\f060";
}

.swiper-pagination {
    position: absolute;
    display: block;
    text-align: center;
    transition: .3s;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0;
    }

    .swiper-pagination .swiper-pagination-bullet {
        position: relative;
        width: 15px;
        height: 15px;
        display: inline-block;
        border-radius: 100%;
        border: 2px solid #b7b7b7;
        background: transparent;
        overflow: hidden;
        transition: .2s;
    }

        .swiper-pagination .swiper-pagination-bullet:before {
            position: absolute;
            content: '';
            width: 150%;
            height: 150%;
            top: -3px;
            left: -3px;
            background: #cef1ea;
            transform: translateX(-200%);
            transition: all .3s;
        }

        .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-pagination .swiper-pagination-bullet:hover {
            border-color: #cef1ea;
        }

            .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before, .swiper-pagination .swiper-pagination-bullet:hover:before {
                transform: translateX(0);
            }

    .swiper-pagination.swiper-pagination-clickable .swiper-pagination-bullet {
        cursor: pointer;
    }

.swiper-pagination-black .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.6);
}

    .swiper-pagination-black .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: black;
    }

.swiper-container-vertical > .swiper-pagination {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0);
}

    .swiper-container-vertical > .swiper-pagination .swiper-pagination-bullet {
        margin: 5px 0;
        display: block;
    }

.swiper-container-horizontal > .swiper-pagination {
    bottom: 20px;
    left: 0;
    width: 100%;
}

    .swiper-container-horizontal > .swiper-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }

.swiper-slide {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    white-space: nowrap;
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
}

    .swiper-slide-caption h1 + * {
        margin-top: 20px;
    }

    .swiper-slide-caption .lead {
        display: none;
        text-align: justify;
    }

.swiper-slide .heading-decorate .divider:after {
    width: 50px;
}

@media (min-width: 992px) {
    .swiper-slide-caption .lead {
        display: block;
    }

    .swiper-slide-caption * + .lead {
        margin-top: 25px;
    }

    .swiper-slide .heading-decorate .divider:after {
        width: 50px;
    }
}

.swiper-slide .slider-logo {
    display: inline-block;
}

    .swiper-slide .slider-logo svg > * {
        stroke: #cef1ea;
    }

    .swiper-slide .slider-logo svg {
        width: 70px;
        height: 70px;
    }

@media (min-width: 576px) {
    .swiper-slide .slider-logo svg {
        width: 125px;
        height: 125px;
    }
}

.swiper-slide .slider-logo + * {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .swiper-slide .slider-logo + * {
        margin-top: 20px;
    }
}

.swiper-counter {
    display: none;
    position: absolute;
    top: 50%;
    right: 22px;
    font-size: 18px;
    line-height: 24px;
    padding: 12px 2px;
    text-align: center;
    z-index: 2;
    width: 53px;
    height: 53px;
    border-radius: 50%;
    border: 1px solid rgba(147, 147, 147, 0.7);
    transform: translateY(-50%);
    color: rgba(147, 147, 147, 0.7);
    letter-spacing: 0;
}

@media (min-width: 1200px) {
    .swiper-counter {
        display: block;
    }
}

.swiper-slider-1 {
    min-height: 360px;
}

@media (min-width: 768px) {
    .swiper-slider-1 {
        min-height: 40.10417vw;
    }
}

.swiper-slider-1 .swiper-button-prev,
.swiper-slider-1 .swiper-button-next {
    right: 40px;
    left: auto;
    display: none;
}

    .swiper-slider-1 .swiper-button-prev:before,
    .swiper-slider-1 .swiper-button-next:before {
        display: none;
    }

    .swiper-slider-1 .swiper-button-prev svg > *,
    .swiper-slider-1 .swiper-button-next svg > * {
        stroke: rgba(147, 147, 147, 0.7);
        transition: all .3s;
    }

    .swiper-slider-1 .swiper-button-prev:hover svg > *,
    .swiper-slider-1 .swiper-button-next:hover svg > * {
        stroke: #151515;
    }

@media (min-width: 1200px) {
    .swiper-slider-1 .swiper-button-prev,
    .swiper-slider-1 .swiper-button-next {
        display: block;
    }
}

.swiper-slider-1 .swiper-button-prev {
    top: calc(50% + 50px);
}

.swiper-slider-1 .swiper-button-next {
    top: calc(50% - 50px);
}

@media (min-width: 1200px) {
    .swiper-slider-1 .swiper-pagination-bullet {
        display: none;
    }
}

.slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
    right: 30px;
    bottom: inherit;
    left: inherit;
    top: 80%;
    width: auto;
    transform: translateY(-50%);
}

    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination .swiper-pagination-bullet {
        display: block;
        margin: 5px 0;
    }

@media (min-width: 768px) {
    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
        top: 50%;
    }
}

@media (min-width: 1800px) {
    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination {
        right: 40px;
    }
}

@media (min-width: 1200px) {
    .slider-pagination-vertical.swiper-slider-1 .swiper-pagination-bullet {
        display: block;
    }
}

.slider-scale-effect .swiper-slide:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.slider-scale-effect .swiper-slide.slide-bg-1:before {
    background: url(../images/slide-1-bg.jpg);
    background-size: cover;
}

.slider-scale-effect .swiper-slide.slide-bg-2:before {
    background: url(../images/slide-2-bg.jpg);
    background-size: cover;
}

.slider-scale-effect .swiper-slide.slide-bg-3:before {
    background: url(../images/slide-3-bg.jpg);
    background-size: cover;
}

.slider-scale-effect .slide-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 8.5s ease-out;
    transform: scale(1.08);
    background-size: cover;
    /*background-color:#f0f8ff;*/
}

@media (max-width: 767px) {
    .slider-scale-effect .slide-bg {
        background-position-x: 80%;
    }
}

.desktop .slider-scale-effect .swiper-slide:nth-child(1) .slide-bg {
    transform-origin: 0 0;
}

.desktop .slider-scale-effect .swiper-slide:nth-child(2) .slide-bg {
    transform: scale(1);
    transform-origin: 100% 100%;
}

.desktop .slider-scale-effect .swiper-slide:nth-child(3) .slide-bg {
    transform-origin: 50% 50%;
}

.slider-scale-effect .swiper-slide.swiper-slide-active .slide-bg {
    transform: scale(1);
}

.slider-scale-effect .swiper-slide:nth-child(2).swiper-slide-active .slide-bg {
    transform: scale(1.08);
}

.swiper-slider-2 {
    min-height: 360px;
}

@media (min-width: 768px) {
    .swiper-slider-2 {
        min-height: 40.10417vw;
    }
}

.swiper-slider-2 .swiper-button-prev,
.swiper-slider-2 .swiper-button-next {
    display: none;
    width: 40px;
    height: 120px;
    padding: 40px 0;
    background: rgba(0, 0, 0, 0.15);
    color: #ffffff;
}

    .swiper-slider-2 .swiper-button-prev:before,
    .swiper-slider-2 .swiper-button-next:before {
        font-family: 'FontAwesome';
        font-size: 40px;
    }

    .swiper-slider-2 .swiper-button-prev:hover,
    .swiper-slider-2 .swiper-button-next:hover {
        background: #cef1ea;
    }

.swiper-slider-2 .swiper-button-prev {
    left: 0;
}

    .swiper-slider-2 .swiper-button-prev:before {
        content: '\f104';
    }

.swiper-slider-2 .swiper-button-next {
    right: 0;
}

    .swiper-slider-2 .swiper-button-next:before {
        content: '\f105';
    }

@media (min-width: 1200px) {
    .swiper-slider-2 .swiper-pagination {
        display: none;
    }

    .swiper-slider-2 .swiper-button-prev,
    .swiper-slider-2 .swiper-button-next {
        display: block;
    }
}

.swiper-arrow-white.swiper-slider-2 .swiper-button-prev,
.swiper-arrow-white.swiper-slider-2 .swiper-button-next {
    background: rgba(255, 255, 255, 0.2);
}

    .swiper-arrow-white.swiper-slider-2 .swiper-button-prev:hover,
    .swiper-arrow-white.swiper-slider-2 .swiper-button-next:hover {
        background: #cef1ea;
    }

.swiper-white-content .swiper-slide-caption h1 {
    color: #ffffff;
}

.swiper-white-content .swiper-slide-caption p {
    color: #c5c5c5;
}

.swiper-white-content .swiper-slide-caption .button-default-outline {
    color: #ffffff;
}

.swiper-slider-with-info .swiper-slide-caption {
    padding-bottom: 140px;
}

.swiper-block-info {
    position: absolute;
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 100%;
    bottom: 60px;
    left: 50%;
    font-size: 14px;
    transform: translateX(-50%);
    z-index: 10;
}

    .swiper-block-info .swiper-block-info-item a, .swiper-block-info .swiper-block-info-item span {
        color: #ffffff;
        padding: 0 2px;
    }

        .swiper-block-info .swiper-block-info-item a:hover {
            color: #cef1ea;
        }

@media (min-width: 992px) {
    .swiper-block-info {
        flex-direction: row;
        justify-content: space-around;
        max-width: 600px;
    }
}

@media (min-width: 1200px) {
    .swiper-block-info {
        bottom: 40px;
    }
}

.swiper-caption-inner {
    overflow: hidden;
}

.swiper-white-filter:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
}

@media (min-width: 1200px) {
    .swiper-white-filter:before {
        display: none;
    }
}

.swiper-filter-overlay {
    position: relative;
}

    .swiper-filter-overlay > * {
        position: relative;
    }

    .swiper-filter-overlay:before {
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(255, 255, 255, 0.45);
    }

/****************************************new slider end*******************************************/


/***ImportExcel section on Home page  start****/
.contact-section {
    margin-bottom: 40px;
}

.contact-info-item {
    background: #3d4056;
    /*border-radius: var(--border-radius-medium);*/
    position: absolute;
    overflow: hidden;
    /*top: 10%;*/
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    text-align: center;
    padding: 10px;
    border-radius: 30px 0px 30px 30px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.contact-info-body h3, .contact-info-item a {
    color: #fff;
    margin-left: 0px;
}

.contact-section p span {
    font-weight: bold;
}
/***ImportExcel section on Home page  End****/
/**All Page Inner Header Start**/

.breadcrumbs-custom-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.breadcrumbs-custom-inner {
    display: flex;
    min-height: inherit;
    width: 100%;
    padding: 50px 0 25px;
    background: rgba(21,21,21,.56);
}


.breadcrumbs-custom-container::before {
    content: '';
    display: block;
}

.breadcrumbs-custom .breadcrumbs-custom-subtitle {
    color: #fff;
}

.title-decorated {
    position: relative;
    padding-left: 40px;
    text-align: left;
}

    .title-decorated::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0.8em;
        width: 30px;
        border-bottom: 1px solid;
    }

.breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
    margin-top: 15px;
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,.7);
}

.breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
    color: rgba(255,255,255,.7);
}

.breadcrumbs-custom-path a {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs-custom-path > * {
    padding-right: 10px;
}

.breadcrumbs-custom-path li::after {
    content: "";
    font-family: fontawesome;
    position: absolute;
    top: 51%;
    right: -5px;
    display: inline-block;
    font-size: inherit;
    font-style: normal;
    color: rgba(255,255,255,.5);
    transform: translate3d(0,-50%,0);
}

.breadcrumbs-custom-path li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: rgba(255,255,255,.7);
    margin-left: 10px;
}

.context-dark, .bg-gray-700, .bg-gray-800, .bg-primary, .bg-primary-darker, .context-dark h1, .bg-gray-700 h1, .bg-gray-800 h1, .bg-primary h1, .bg-primary-darker h1, .context-dark h2, .bg-gray-700 h2, .bg-gray-800 h2, .bg-primary h2, .bg-primary-darker h2, .context-dark h3, .bg-gray-700 h3, .bg-gray-800 h3, .bg-primary h3, .bg-primary-darker h3, .context-dark h4, .bg-gray-700 h4, .bg-gray-800 h4, .bg-primary h4, .bg-primary-darker h4, .context-dark h5, .bg-gray-700 h5, .bg-gray-800 h5, .bg-primary h5, .bg-primary-darker h5, .context-dark h6, .bg-gray-700 h6, .bg-gray-800 h6, .bg-primary h6, .bg-primary-darker h6, .context-dark [class^=heading-], .bg-gray-700 [class^=heading-], .bg-gray-800 [class^=heading-], .bg-primary [class^=heading-], .bg-primary-darker [class^=heading-] {
    color: #fff;
    background-size: cover;
    /*background-position: center;*/
    background-repeat: no-repeat;
}

.container2 {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
/*.breadcrumbs-custom bg-image{
    background-size: cover;
    background-position: center center;
}*/

@media (min-width: 576px) {
    .breadcrumbs-custom-path {
        margin-left: -40px;
        /*margin-right: -30px;*/
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom-inner {
        padding-bottom: 50px;
    }

    .breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
        margin-top: 10px;
    }
}

@media (min-width: 768px) {
    /*.breadcrumbs-custom-inner {
        padding: 80px 0 30px;
    }*/

    .title-decorated::before {
        width: 30px;
        top: 0.7em;
        border-bottom-width: 2px;
    }

    .breadcrumbs-custom-subtitle + .breadcrumbs-custom-title {
        margin-top: 5px;
    }

    /*.title-decorated {
        padding-left: 70px;
    }*/
}

@media (max-width: 768px) {
    .breadcrumbs-custom-path {
        margin-left: -40px;
    }
}

@media (min-width: 1200px) {
    .container2 {
        max-width: 1200px;
    }
}
/**All Page Inner Header End**/
/**About Us Page Start**/
.profile-modern {
    text-align: left;
}

.profile-modern-figure {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

.profile-modern-image {
    display: block;
    width: 100%;
}

.profile-modern-button, .profile-modern-button:active, .profile-modern-button:focus, .profile-modern-button:hover {
    color: #fff;
}

.profile-modern-button {
    position: absolute;
    right: 30px;
    bottom: 30px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.86em;
    height: 1.86em;
    text-align: center;
    border-radius: 50%;
    font-size: 32px;
    line-height: 1;
    background: #1e1e1e;
}

    .profile-modern-button .icon:first-child {
        display: block;
    }

    .profile-modern-button .icon:first-child, .profile-modern-button .icon:last-child {
        vertical-align: middle;
        transition: transform .3s cubic-bezier(.2,1,.3,1),opacity .3s cubic-bezier(.2,1,.3,1);
    }

    .profile-modern-button .icon {
        font-size: inherit;
    }

.icon i::before {
    position: relative;
    display: inline-block;
    font-weight: 400;
    font-style: normal;
    speak: none;
    text-transform: none;
}

.profile-modern-button .icon:last-child {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    opacity: 0;
    transform: translate3d(0,0,0);
}

.profile-modern-button .icon:first-child, .profile-modern-button .icon:last-child {
    vertical-align: middle;
    transition: transform .3s cubic-bezier(.2,1,.3,1),opacity .3s cubic-bezier(.2,1,.3,1);
}

.profile-modern-button .icon {
    font-size: inherit;
}

.icon {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
}

.mdi {
    display: inline-block;
    font: normal normal normal 24px/1 "Material Design Icons";
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}

.mdi-facebook-messenger:before {
    content: "\f303";
}

.profile-modern-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -10px;
    margin-left: -20px;
}

    .profile-modern-header > * {
        display: inline-block;
        margin: 0 0 10px 20px;
    }

    .profile-modern-header * + p {
        margin-top: 5px;
    }


    .profile-modern-header > * {
        display: inline-block;
        margin: 0 0 7px 33px;
    }

/*html .group-middle {
    display: table;
    vertical-align: middle;
}

html .group-xs {
    margin-bottom: -7px;
    margin-left: -7px;
}*/

html .group-middle > * {
    vertical-align: middle;
}

html .group-xs > * {
    display: inline-block;
    margin: 0 0 7px 7px;
}

.icon-sm {
    font-size: 22px;
}

.icon-creative:hover {
    color: #fff;
}

.icon-creative[class*=facebook]::after {
    background: #2059a0;
    border-radius: 50%;
}

.icon-creative[class*=twitter]::after {
    background: #00aae6;
    border-radius: 50%;
}

.icon-creative[class*=instagram]::after {
    background: linear-gradient(to top,#f15823 0%,#a7058e 100%);
    border-radius: 50%;
}

.icon-creative[class*=google]::after {
    background: #ff3807;
    border-radius: 50%;
}

.icon-creative[class*=linkedin]::after {
    background: #2881a8;
    border-radius: 50%;
}

.icon-creative:hover::after {
    opacity: 1;
    transform: scale3d(2,2,1);
}


.icon-creative::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    border-radius: inherit;
    pointer-events: none;
    opacity: 0;
    transform: scale3d(0,0,0);
    transition: .22s;
}

.progress-linear {
    position: relative;
    text-align: left;
}

    .progress-linear .progress-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        transform: translate3d(0,-10px,0);
        margin-bottom: -10px;
        margin-left: -5px;
        margin-right: -5px;
        color: #151515;
    }

        .progress-linear .progress-header > * {
            margin-top: 10px;
            padding-left: 5px;
            padding-right: 5px;
        }

    .progress-linear .progress-value {
        color: rgba(21,21,21,.7);
    }

    .progress-linear .progress-header > * {
        margin-top: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .progress-linear .progress-value::after {
        content: '\0025';
    }

    .progress-linear .progress-bar-linear-wrap {
        height: 2px;
        background: #f5f6fa;
    }

    .progress-linear .progress-bar-linear {
        width: 0;
        height: inherit;
        background: #ebb85e;
        transition: .5s all ease-in-out;
    }

        .progress-linear .progress-bar-linear.progress-red {
            background: #f43749;
        }

        .progress-linear .progress-bar-linear.progress-blue {
            background: #3963c3;
        }

.icon-creative, .icon-creative:active, .icon-creative:focus {
    color: #aeb1be;
}

@media(max-width:767px) {
    .section-md {
        padding: 40px 0 70px;
    }

    .profile-modern-header {
        display: initial;
    }
}

@media (min-width: 768px) {

    .section-md {
        padding: 60px 0;
    }

    .profile-modern {
        display: flex;
        align-items: flex-start;
        margin-left: -30px;
    }

        .profile-modern > * {
            margin-left: 30px;
        }

    .profile-modern-figure {
        max-width: 50%;
        flex-shrink: 0;
    }

    .profile-modern-main {
        flex-grow: 1;
    }

    h3, .heading-3 {
        font-size: 24px;
        line-height: 1.3;
        letter-spacing: 0;
        font-weight: 600;
    }
}

@media (min-width: 992px) {
    .section-md {
        padding: 60px 0 70px;
    }

    .profile-modern-figure {
        max-width: 28%;
    }

    html .group {
        margin-top: 30px;
        margin-left: -30px;
    }

        html .group > * {
            margin-left: 30px;
        }
}


@media (min-width: 1200px) {
    .profile-modern {
        margin-left: -60px;
    }

        .profile-modern > * {
            margin-left: 60px;
        }

    .progress-linear + .progress-linear {
        margin-top: 34px;
    }

    h3, .heading-3 {
        font-size: 34px;
        line-height: 1.2;
        font-weight: bold;
    }
}
/**About us Benefits section start***/
.benfifites {
    background-color: #f0f8ff;
    padding: 40px 0;
}


.text-primary {
    color: #00a550 !important;
    line-height: 1.2;
    font-weight: bold;
}

.text-dark {
    color: #1c2900 !important;
    line-height: 1.2;
    font-weight: bold;
}

.btn-square, .btn-sm-square, .btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    border-radius: 50px;
}

.ps-3 h5 {
    font-size: 17px;
    margin-top: 15px;
    margin-bottom: 0.5rem;
    font-weight: 600;
    line-height: 1.2;
    color: #1c2900;
}

.ps-3 {
    padding-left: 1rem !important;
}

hr {
    margin-top: 0px;
    /* margin-bottom: 20px; */
    border: 0;
    border-top: 1px solid #eee;
}

.w-25 {
    width: 25% !important;
}

.rounded-circle {
    border-radius: 50% !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.border {
    border: 3px solid #d0e0d8 !important;
}

@media(max-width:767px) {
    .benifitscenimg {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/**About us Benefits section End***/

/**Our Vision Mission Section Start***/
.wc-help {
    padding-bottom: 40px;
    padding-top: 40px;
}

    .wc-help .help-event {
        padding-right: 20px;
        padding-left: 20px;
    }

    .wc-help .wc-help-title {
        text-align: center;
        padding-bottom: 46px;
    }

    .wc-help .wc-help-img img {
        width: 100%;
        height: auto;
    }

    .wc-help .wc-help-img {
        padding-right: 12px;
    }

    .wc-help .wc-help-img {
        position: relative;
    }

.wc-story {
    position: absolute;
    display: block;
    right: 0;
    bottom: 0;
}

    .wc-story.story-2 {
        left: -70%;
    }

    .wc-story p {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        font-size: 24px;
        color: #000;
        font-weight: 800;
        font-family: Axiforma;
        line-height: 34px;
        z-index: 2;
    }

        .wc-story p:before {
            content: "";
            display: block;
            position: absolute;
            background-repeat: no-repeat;
            background-size: contain;
            width: 210px;
            height: 200px;
            background-image: url('../images/PaperbagsImg/p5.png');
            z-index: -1;
            animation: rotation 20s linear infinite;
        }

.wc-help .wc-help-content {
    padding-top: 0px;
    margin-left: 7px;
}

    .wc-help .wc-help-content p {
        /*max-width: 79%;*/
        padding-bottom: 15px;
    }

.box-categories {
    position: relative;
    text-align: left;
    /*max-width: 370px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 3.5% 20px 3.5% 40px;
    background: #fff;
    transition: all .3s ease;
    z-index: 1;
    border-left: 1px solid #f1f1f1;
}

    .box-categories::before {
        position: absolute;
        content: "";
        top: 12px;
        right: 12px;
        bottom: 12px;
        left: 12px;
        will-change: transform;
        pointer-events: none;
        z-index: -1;
        /*border-width: 1px;
        border-style: solid;
        border-color: rgb(225, 225, 225);*/
        border-image: initial;
        background: transparent;
        transition: inherit;
    }

.box-categories-content {
    max-width: 100%;
    margin: 0 auto;
}

.box-categories i {
    font-size: 45px;
    color: #00a550;
}

.box-categories-content img {
    width: 250px;
    height: 200px;
}

@media(max-width:767px) {
    .wc-help {
        padding-bottom: 0px;
        padding-top: 0px;
    }

        .wc-help .wc-help-content {
            padding-top: 0px;
            margin-left: 7px;
        }

            .wc-help .wc-help-content p {
                text-align: justify;
                max-width: 100%;
                padding-bottom: 15px;
            }
}
/**Our Vision Mission Section Start***/

/**About Us Page End**/
/**Contact Us Page Start***/
.conform {
    background-color: #f0f8ff;
    padding: 40px 0;
}

.layout-bordered-item {
    border: 0 solid #3d2535;
}

.contectdetpage h1 {
    font-size: 25px;
    text-align: center;
}

.contectdetpage p {
    text-align: center;
}

.list-0 {
    list-style: none;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

.container-xxl py-5 cos {
    margin-top: 0px;
}

.rounded-pill {
    border-radius: 50rem !important;
}

.bg-secondary {
    background-color: #FFF0E6 !important;
}

.d-inline-block {
    display: inline-block !important;
}

.py-1 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.px-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.v-center {
    align-self: center;
    align-items: center;
}

.common-heading h2 {
    text-align: left;
    font-size: 20px;
    font-weight: bold;
}

.common-heading {
    /* padding: 20px; */
    text-align: center;
    position: relative;
    z-index: 0;
}

    .common-heading > span {
        color: #e60072;
        text-transform: uppercase;
        letter-spacing: .5px;
        font-size: 16px;
        font-weight: 400;
        margin: 0 0 15px;
        display: block;
    }

    .common-heading p {
        font-size: 16px;
        line-height: 28px;
        text-align: left;
    }

.form-block .form-group {
    margin-bottom: 0;
    padding: 0px 10px;
}

.form-block input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #172b43;
    font-size: 16px;
    outline: 0;
    background: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.btn-primary {
    border-color: #fff;
}

.contectdetpage {
    padding: 40px 0 40px;
}

.layout-bordered {
    text-align: center;
}

.wow-outer {
    position: relative;
    overflow: hidden;
}

.layout-bordered-item-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 290px;
    padding: 0 15px;
    margin-left: auto;
    margin-right: auto;
}

.link-default, .link-default:active, .link-default:focus {
    color: #74757f;
}

.contectdetpage ul li i {
    font-size: 20px;
    color: #fff;
    background-color: #00a550;
    border: solid 1px #f1f1f1;
    border-radius: 50px;
    padding: 10px;
    margin: 5px;
}

    .contectdetpage ul li i:hover {
        background-color: #00a550;
        color: #fff;
    }

.contectdetpage ul li:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
    color: #00a550;
}


.contectdetpage a i {
    font-size: 20px;
    color: #fff;
    background-color: #00a550;
    border: solid 1px #f1f1f1;
    border-radius: 50px;
    padding: 10px;
    margin: 5px;
}

    .contectdetpage a i:hover {
        background-color: #00a550;
        color: #fff;
    }

.link-default:hover {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
    color: #00a550;
}

.list-0 li a {
    font-size: 17px;
}

.layout-bordered-item {
    font-size: 17px;
}

@media (min-width: 768px) {
    .layout-bordered {
        display: flex;
    }

    .layout-bordered-item {
        flex-basis: 33.333%;
        border-right-width: 1px;
    }
}

@media (max-width: 768px) {
    .list-0 {
        margin-left: -50px;
    }
}

/**Contact us Page End**/
/*Product page start****/
.flex-column {
    flex-direction: column !important;
}

.productspage img {
    max-width: 100%;
    width: 100%;
    height: 250px;
    /*border: solid 5px #f1f1f1;*/
    padding: 10px;
}

.mt-2 {
    margin-top: 10px !important;
}

.bg-light {
    background-color: #f0f8ff;
}

.border-top {
    border-top: 1px solid #dee2e6 !important;
}

.rounded-top {
    border-top-left-radius: 6px !important;
    border-top-right-radius: 6px !important;
}

.rounded-bottom {
    border-bottom-right-radius: 6px !important;
    border-bottom-left-radius: 6px !important;
}

.bg-primary {
    background-color: #00a550 !important;
}

.border-primary {
    border-color: #00a550 !important;
    border-bottom: 1px solid #00a550;
}

.bg-white {
    background-color: #fff !important;
}

.p-4 {
    padding: 1.5rem !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.causes-item:hover .causes-overlay {
    height: 100%;
    opacity: 1;
}

.position-relative {
    position: relative !important;
}

.causes-item .causes-overlay {
    position: absolute;
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, .5);
    overflow: hidden;
    opacity: 0;
    transition: .5s;
}

.btn-outline-primary {
    color: #fff;
    border-color: #fff;
}

    .btn-outline-primary:hover {
        color: #fff;
        background-color: #00a550;
        border-color: #00a550;
    }

.btn.btn-primary, .btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn {
    font-weight: 500;
    transition: .5s;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.productspage h1 {
    font-size: 25px;
}

.d-inline-flex {
    display: inline-flex !important;
}

.productspage small {
    font-size: 18px;
}

@media (max-width: 768px) {
    .causes-item {
        margin-top: 10px;
    }
}
/**product page end***/
.hero {
    background: #f1f1f1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .heading-decorate {
        font-size: 15px;
    }

    .thm-btn-two {
        padding: 10px 20px 10px;
    }
}
/***Our Clients Start*****/
.slider {
    position: relative;
    margin-top: -17px;
    z-index: 0;
}

.flip {
    position: relative;
}

    .flip:hover img {
        transform: rotateY(180deg);
    }

    .flip:hover i {
        transform: rotateY(180deg);
    }

.customer-logos {
    position: relative;
    background-color: #00a550;
}

    .customer-logos img {
        border-radius: 20px;
        padding: 15px;
        border: 1px solid #e7e7e7;
        margin: 15px 0;
    }

        .customer-logos img:hover {
            border-radius: 20px;
            padding: 15px;
            border: 1px solid #e7e7e7;
            margin: 15px 0;
            filter: grayscale(0);
            opacity: 1;
        }

.partner-image {
    max-width: 100%;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.customer-logos h4 {
    color: #fff;
}
/**Our Client End***/
.leftborder {
    border-left: solid 3px #fff;
}

.ImportExcel p {
    text-align: justify;
}

.imgabout {
    height: 610px;
}

@media (max-width: 768px) {
    .imgabout {
        height: auto;
    }

    section.services {
        padding: 20px 0;
    }

    .Sustainability {
        padding: 20px 0;
    }

    .section-padding {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .Main_title_1 {
        font-size: 20px;
    }

    .Main_title_1center {
        font-size: 20px;
    }

    .custom-text-box h5 {
        font-size: 10px;
    }

    .Main_title_1:before {
        display: none;
    }
}
