﻿body {
    font-family: Arial 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif sans-serif;
    font-size: 16px;
    line-height: 1.9em;
    font-style: normal;
    font-weight: normal;
    letter-spacing: .6px;
    color: #000;
    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: #fff;
    -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;
    font-size: 14px;
    border: solid 1px #fff;
    /* border-radius: 50%; */
    line-height: 2;
}

.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;
    font-size: 17px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #be2120;
    text-decoration: none;
    font-size: 17px;
    line-height: 25px;
    /*text-align: center;*/
    transform: scale(0.9);
}

#scrollUp {
    background: #be2120 none repeat scroll 0 0;
    bottom: 185px;
    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;
    /*animation: float-y 2s linear infinite;*/
}

/*footer 2*/
.site-footer {
    background-color: #2b2a28;
    /*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: 2px solid #fff;
    }

/*.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: #be2120;
    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;
    }

.footer-primary .widget ul li span {
    margin-right: 5px;
    color: #be2120;
}

.widget-text ul li i {
    margin-right: 5px;
}

.footercontainer ul li a:hover {
    transition: 0.5s all ease-in-out;
    border-bottom: 1px solid #dc2743;
}

.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;
}

.footer-bottom-bg {
    color: #fff;
    padding-left: 40px;
    padding-right: 40px;
}

    .footer-bottom-bg p {
        margin-bottom: 0px;
    }

@media(max-width:767px) {
    body {
        font-size: 11px;
    }

    .footer-bottom-bg p {
        text-align: center;
    }
}
/*header*/

.top-container {
    background-color: #2b2a28;
    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 10px 10px 10px;
        text-decoration: none;
        font-size: 15px;
        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: #fff;
        }


.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 10px 10px 10px;
    text-decoration: none;
    font-size: 15px;
    line-height: 25px;
    /*border-radius: 50px;*/
    color: #2b2a28;
    /*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: #be2120;
    }

    .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: 95px;
        /*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: -18px;
    }

/*.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: #2b2a28;
        padding: 10px 10px 10px 10px;
        text-align: center;
    }

        .top-container .rightcontent {
            text-align: center;
            float: none;
        }

    .navbar-collapse ul {
        background-color: #2b2a28;
        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) {
    .broucher {
        display: none;
    }
    /*.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;
}


.header-button--greip {
    overflow: hidden;
    color: #fff;
    font-family: input-mono-narrow, monospace;
    font-weight: 500;
    padding: 1rem 2rem;
}

    .header-button--greip span {
        display: block;
        position: relative;
    }

    .header-button--greip > span {
        overflow: hidden;
        mix-blend-mode: difference;
    }

    .header-button--greip:hover > span > span {
        animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
    }

    .header-button--greip::before {
        content: '';
        background: #0000003d;
        width: 100%;
        height: 100%;
        transform-origin: 50% 100%;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
        transition: clip-path 0.2s, -webkit-clip-path 0.2s;
        transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
    }

    .header-button--greip:hover::before {
        transition-duration: 0.3s;
        -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    }

    .header-button--greip:hover::before {
        transition-duration: 0.3s;
        -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
        clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    }

/*.header-button--greip > span {
    overflow: hidden;
    mix-blend-mode: difference;
}
.header-button--greip span {
    display: block;
    position: relative;
}*/

/***********************************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;
}

.camera_caption {
    /*background: #be2120ba none repeat scroll 0 0;*/
    /*background: rgba(252, 90, 10, 0.85) none repeat scroll 0 0;*/
    box-sizing: border-box;
    display: block;
    left: 0;
    /*padding: 10px 30px 45px 32px;*/
    position: relative;
    text-align: left;
    /*width: 570px;*/
    z-index: 0;
}

    .camera_caption h2, .camera_caption span, .camera_caption p {
        color: #0e121d;
    }

        .camera_caption h2 span {
            margin-top: 15px;
            font-size: 45px;
            font-weight: 500;
            display: block;
            line-height: 50px;
            letter-spacing: 0;
            width: 90%;
        }

        .camera_caption h2 + p {
            margin-top: 20px;
        }

    .camera_caption p {
        margin: 0;
        width: 75%;
        position: relative;
    }

    .camera_caption a {
        border: 2px solid #fff;
        bottom: 25px;
        color: #fff;
        display: inline-block;
        font-size: 35px;
        height: 76px;
        line-height: 68px;
        position: absolute;
        right: 30px;
        text-align: center;
        transition: all 0.25s ease 0s;
        width: 76px;
    }

        .camera_caption a:hover {
            background: #272d33 none repeat scroll 0 0;
            border-color: #272d33;
            transition: all 0.25s ease 0s;
        }

/*.camera_caption.caption-bg-2 {
        background: rgba(39, 45, 51, 0.85);
    }*/

.htc__slider__fornt__img {
    bottom: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}

/*.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}*/

@media (max-width: 514px) {
    .camera_caption h2 {
        font-size: 22px;
        line-height: 39px;
        text-transform: uppercase;
        font-family: inherit;
        font-weight: 900;
    }

        .camera_caption h2 span {
            font-size: 14px;
            line-height: 15px;
        }

    .camera_caption p {
        width: 80%;
        line-height: 21px;
    }

    .camera_caption a {
        bottom: 10px;
        font-size: 27px;
        height: 46px;
        line-height: 42px;
        right: 10px;
        width: 46px;
    }
}

@media (max-width: 923px) {
    .camera_caption {
        width: 100%;
    }
}

@media (max-width: 923px) {
    .camera_caption {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .camera_caption h2 span {
        /*font-size: 35px;*/
        line-height: 37px;
    }
}

@media (min-width: 1200px) {
    .camera_caption h2 {
        font-size: 33px;
        text-transform: capitalize;
        font-family: inherit;
        font-weight: 900;
        /* line-height: 9; */
        margin-top: 137px;
        /*font-size: 37px;
        text-transform: capitalize;
        font-family: inherit;
        font-weight: 900;*/
    }
}

/*@media (max-width: 1561px) {
    .camera_caption {
        padding: 24px 30px;
    }
}*/

/**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**************************/

.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;
    position: relative;
    z-index: 1;
}

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: flex;
    }
}

.swiper-slide-caption {
    width: 100%;
    white-space: normal;
    height: 480px;
}

    .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****/

/**All Page Inner Header Start**/


/**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;
}

.sliderbtn {
    margin-left: 37px;
}


.hero-img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    width: 45%;
    height: 100%;
}

    .hero-img:before {
        content: "";
        height: 100%;
        width: 100%;
        background-color: #be2120;
        position: absolute;
        top: 0;
        right: 0;
        -webkit-clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
        clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
    }

    .hero-img img {
        width: 400px;
        height: 100%;
        object-fit: cover;
        -webkit-clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
        clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
        filter: drop-shadow(2px 4px 6px black);
        /*margin-top: 70px;*/
    }

.icon-btn {
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 50px;
}

.icon-btn {
    --btn-size: 70px;
    /*line-height: 60px;*/
    font-size: 24px;
    background-color: #be2120;
    color: #fff;
    border-radius: 10px;
    border: 4px solid #fff;
    position: absolute;
    top: 50%;
    left: -20px;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.hero-img .icon-btn i {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media(max-width:767px) {
    .hero-img {
        display: none;
    }

    .section-md {
        padding: 40px 0 70px;
    }

    .swiper-slide-caption {
        height: auto;
    }

    .profile-modern-header {
        display: initial;
    }

    .hero .swiper-slide-caption img {
        display: none;
    }

    .sliderbtn {
        margin-left: 0px;
    }
}

@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: 80px 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, select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    margin: 0 0 15px;
    color: #555;
    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: #cccccc !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;
    background-image: url('../images/bg/bb_bg_1_1.jpg');
}

    .hero:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #EDEEF2;
        opacity: 0.8;
        z-index: 0;
    }

    .hero:before {
        background-color: #EDEEF2;
    }

@media only screen and (min-width: 1200px) {
    .align-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        /*display: flex;*/
        /*justify-content: center;*/
    }
}

@media (max-width: 768px) {
    .hero {
        background-size: cover;
    }

    .heading-decorate {
        font-size: 15px;
    }

    .thm-btn-two {
        padding: 10px 20px 10px;
    }
}

/***Home Page Section New Product list kn start****/

.caption h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    font-size: 27px;
}

.img_block {
    overflow: hidden;
    position: relative;
}

    .img_block img {
        max-width: inherit;
        width: 100%;
        height: 350px;
    }

    .img_block p {
        left: 3px;
        position: relative;
        top: 3px;
        margin: 0;
    }

    .img_block:hover span:after {
        opacity: 0;
    }

    .img_block:hover span:before {
        opacity: 1;
    }

    .img_block:hover a {
        background: #272d33;
    }

    .img_block .caption {
        position: absolute;
        width: 70%;
        z-index: 1;
        color: #fff;
        left: 26px;
        bottom: 26px;
    }

@media (max-width: 479px) {
    .img_block .caption {
        bottom: 16px;
        left: 16px;
    }
}

@media (max-width: 479px) {
    .img_block .caption p {
        line-height: 15px;
    }
}

.img_block .caption h3 {
    color: #fff;
    margin: 0;
}

@media (max-width: 979px) {
    .img_block .caption h3 {
        font-size: 35px;
        line-height: 35px;
    }
}

@media (max-width: 479px) {
    .img_block .caption h3 {
        font-size: 25px;
        line-height: 25px;
    }
}

.img_block a {
    color: #fff;
    background: #c02221;
    bottom: 30px;
    display: inline-block;
    font-size: 35px;
    height: 70px;
    line-height: 64px;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 71px;
    z-index: 2;
}

@media (max-width: 767px) {
    .img_block img {
        height: auto;
    }

    .img_block a {
        bottom: 10px;
        height: 46px;
        line-height: 42px;
        right: 10px;
        width: 46px;
        font-size: 30px;
    }
}

.img_block a:hover {
    opacity: 0.8;
}

.img_block span:after, .img_block span:before {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    content: '';
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.img_block span:after {
    background: -webkit-linear-gradient(left, #272d33 5%, rgba(39, 45, 51, 0.98) 7%, rgba(39, 45, 51, 0) 100%);
    background: -o-linear-gradient(left, #272d33 5%, rgba(39, 45, 51, 0.98) 7%, rgba(39, 45, 51, 0) 100%);
    background: linear-gradient(to right, #272d33 5%, rgba(39, 45, 51, 0.98) 7%, rgba(39, 45, 51, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272d33', endColorstr='#00272d33', GradientType=1);
    z-index: 1;
}

.img_block span:before {
    background: linear-gradient(to right, #64646a 3%, #64646a 5%, rgba(252, 90, 10, 0) 100%);
    /*background: linear-gradient(to right, #c02221 3%, #c02220 5%, rgba(252, 90, 10, 0) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc5a0a', endColorstr='#00fc5a0a', GradientType=1);
    opacity: 0;
}

.row-30 {
    margin-bottom: -30px;
}

    .row-30 > * {
        margin-bottom: 30px;
    }

.text-color1 {
    color: #be2120;
    font-size: 40px;
    line-height: 1.05455;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    /*text-transform: uppercase;*/
    /*text-align: center;*/
}

    .text-color1 img {
        width: 15%;
    }


.fw-light {
    color: #2b2a28;
    /*font-weight: 900 !important;*/
}

@media (max-width: 767px) {
    .img_block .caption {
        width: 77%;
    }

    .caption h2 {
        font-size: 22px;
    }

    .text-color1 {
        font-size: 22px;
    }
}

/***Home Page Section New Product list kn End****/
/**Product List Home page Start**/

.marked-list {
    margin-top: 9px;
}

    .marked-list li:hover a, .marked-list li:active a {
        text-decoration: none;
        background: #be2120;
        color: #fff;
    }

    .marked-list li:before {
        content: '\f105';
        position: absolute;
        left: 20px;
        top: 17px;
        font: 400 14px 'FontAwesome';
        line-height: inherit;
        font-size: 24px;
        color: #4e4d4c;
    }

    .marked-list li a {
        margin: 1px 0;
        text-transform: uppercase;
        color: #be2120;
        padding: 19px 0 19px 46px;
        display: block;
        font-size: 19px;
        font-weight: 500;
    }

    .marked-list li {
        position: relative;
        border-bottom: 1px solid #dadbdc;
    }

.sub-cat {
    list-style: circle;
    margin-left: 30px;
    border-bottom: none !important;
}

    .sub-cat:before {
        content: attr(theLittleDetails);
        position: absolute;
        left: 15%;
        bottom: calc(100% - 1.5em);
        background-image: conic-gradient(from 10deg at 1em 100%, #fff 30deg, #fff0 30deg), linear-gradient(0deg, #fff0 1.5em, #fff 1.5em);
        color: #246;
        font-weight: 700;
        padding: 1em 2em 2.5em;
        pointer-events: none;
        opacity: 0;
        filter: drop-shadow(1px 2px 4px #0003);
        transition: opacity 0.4s;
    }

.ptypetitle {
    background-color: #be2120;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}

ul, ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

/**Product List Home page End**/
/**Home page section About us start**/
.section-title .subtitle {
    display: inline-flex;
    color: #625958;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}

.sigma_about h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 1.2;
    position: relative;
    font-weight: 600;
    color: #be2120;
}


.sigma_about-sec {
    /*background-color: #ebebeb;*/
    z-index: 1;
}

.sigma_about {
    position: relative;
}

    .sigma_about .text-color1 {
        margin-left: 0px;
    }

    .sigma_about .sigma_about-content .important-text {
        padding: 30px;
        background-color: #fff;
        box-shadow: 0 0 40px 5px rgba(0, 0, 0, .03);
        margin-bottom: 30px;
        position: relative;
        overflow: hidden;
    }

        .sigma_about .sigma_about-content .important-text::before {
            content: "\f12a";
            font-family: "Font Awesome 5 Pro";
            font-weight: 400;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            position: absolute;
            font-size: 80px;
            top: -5px;
            right: -5px;
            opacity: .2;
            color: #be2120;
        }

    .sigma_about .sigma_general-list {
        padding: 0;
        background-color: transparent;
        margin: 20px 0;
    }

    .sigma_about .sigma_about-image-1,
    .sigma_about .sigma_about-image-2 {
        border: 8px solid #be2120;
        background-color: #be2120;
        padding: 5px;
        border-radius: 50%;
        position: relative;
    }

    .sigma_about.style-1 .sigma_about-image-1 {
        /*animation: float-y 2s linear infinite;*/
        overflow: hidden;
    }

    .sigma_about .sigma_about-image-1 img,
    .sigma_about .sigma_about-image-2 img {
        border-radius: 50%;
        width: 100%;
    }

    .sigma_about .sigma_about-image-2 {
        position: absolute;
        bottom: 30px;
        left: 5px;
        overflow: hidden;
    }

    .sigma_about .sigma_about-image-3 {
        overflow: hidden;
    }

    .sigma_about.style-1 .sigma_about-image-2 {
        animation: float-y 2s linear infinite;
        animation-delay: 800ms;
    }

    .sigma_about.style-1 .sigma_about-image-1:before,
    .sigma_about.style-2 .sigma_about-image-1:before,
    .sigma_about.style-5 .sigma_about-image-1:before,
    .sigma_about.style-6 .sigma_about-image-1:before,
    .sigma_about.style-7 .sigma_about-image-1:before,
    .sigma_about.style-8 .sigma_about-image-1:before,
    .sigma_about.style-11 .sigma_about-image-1:before,
    .sigma_about.style-13 .sigma_about-image-1:before,
    .sigma_about.style-15 .sigma_about-image-1:before,
    .sigma_about.style-17 .sigma_about-image-1:before,
    .sigma_about.style-21 .sigma_about-image-1:before,
    .sigma_about.style-22 .sigma_about-image.image-1:before {
        content: "";
        position: absolute;
        left: -100%;
        top: 0;
        width: 50%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .3)));
        transform: skewX(25deg);
        z-index: 2;
        transition: 1s;
    }

    .sigma_about.style-1:hover .sigma_about-image-1:before,
    .sigma_about.style-2:hover .sigma_about-image-1:before,
    .sigma_about.style-5:hover .sigma_about-image-1:before,
    .sigma_about.style-6:hover .sigma_about-image-1:before,
    .sigma_about.style-7:hover .sigma_about-image-1:before,
    .sigma_about.style-8:hover .sigma_about-image-1:before,
    .sigma_about.style-11:hover .sigma_about-image-1:before,
    .sigma_about.style-13:hover .sigma_about-image-1:before,
    .sigma_about.style-15:hover .sigma_about-image-1:before,
    .sigma_about.style-17:hover .sigma_about-image-1:before,
    .sigma_about.style-21:hover .sigma_about-image-1:before,
    .sigma_about.style-22:hover .sigma_about-image.image-1:before {
        left: 130%;
    }

    .sigma_about.style-1 .sigma_about-image-2:before,
    .sigma_about.style-10 .sigma_about-image-2:before,
    .sigma_about.style-18 .sigma_about-image-1:before,
    .sigma_about.style-9 .sigma_about-image-1.has-no-content:after,
    .sigma_about.style-21 .sigma_about-image-2:before,
    .sigma_about.style-22 .sigma_about-image.image-5:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        width: 0;
        height: 0;
        transition: 0.9s;
    }

    .sigma_about.style-1:hover .sigma_about-image-2:before,
    .sigma_about.style-10:hover .sigma_about-image-2:before,
    .sigma_about.style-18:hover .sigma_about-image-1:before,
    .sigma_about.style-9:hover .sigma_about-image-1.has-no-content:after,
    .sigma_about.style-21:hover .sigma_about-image-2:before,
    .sigma_about.style-22:hover .sigma_about-image.image-5:before {
        animation: circle 0.5s linear;
    }

    .sigma_about .sigma_progress {
        margin-top: 60px;
    }

        .sigma_about .sigma_progress .progress {
            overflow: visible;
        }

        .sigma_about .sigma_progress .progress-bar {
            position: relative;
        }

            .sigma_about .sigma_progress .progress-bar span {
                position: absolute;
                top: 50%;
                right: 0;
                width: 4px;
                height: 20px;
                background-color: #be2120;
                transform: translateY(-50%);
            }

                .sigma_about .sigma_progress .progress-bar span:last-child {
                    right: auto;
                    left: 0;
                }

        .sigma_about .sigma_progress .sigma_progress-count {
            padding: 0;
            background-color: transparent;
            color: #be2120;
            right: 0;
        }

            .sigma_about .sigma_progress .sigma_progress-count::before {
                content: none;
            }

        .sigma_about .sigma_progress.with-secondary .progress-bar,
        .sigma_about .sigma_progress.with-secondary .progress-bar span {
            background-color: #be2120;
        }

        .sigma_about .sigma_progress.with-secondary .sigma_progress-count {
            color: #be2120;
        }



    /* style 3 */
    .sigma_about.style-3 .sigma_about-image-1,
    .sigma_about.style-3 .sigma_about-image-2 {
        border-radius: 0;
    }

    .sigma_about.style-3 .sigma_about-image-1 {
        animation: float-y 2s linear infinite;
    }

    .sigma_about.style-3 .sigma_about-image-2 {
        right: 0;
        left: auto;
        bottom: -125px;
        z-index: 1;
        animation: float-x 2s linear infinite;
        animation-delay: 600ms;
    }

        .sigma_about.style-3 .sigma_about-image-1 img,
        .sigma_about.style-3 .sigma_about-image-2 img,
        .sigma_about.style-4 .sigma_about-image-1 img {
            width: auto;
        }

    .sigma_about.style-3 .sigma_about-exp {
        color: #000;
        display: block;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.4;
        position: absolute;
        top: 75px;
        right: -36px;
        transform: rotate(270deg);
        background-color: #fff;
        padding: 10px;
    }

    .sigma_about.style-3 .sigma_video-btn {
        position: absolute;
        left: 10px;
        bottom: -104px;
        width: 80px;
        height: 80px;
        background-color: #be2120;
        color: #fff;
        z-index: 1;
    }

        .sigma_about.style-3 .sigma_video-btn:hover,
        .sigma_about.style-4 .sigma_video-btn:hover {
            background-color: #00a550;
        }

    .sigma_about.style-3 .sigma_general-list ul,
    .sigma_about.style-4 .sigma_about-list {
        column-count: 2;
    }

        .sigma_about.style-3 .sigma_general-list ul li i {
            width: 30px;
            height: 30px;
            font-size: 14px;
        }

    /* style 4 */
    .sigma_about.style-4 .sigma_about-image-1 img {
        border: 20px solid #be2120;
        border-radius: 0;
    }

    .sigma_about.style-4 .sigma_video-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -40px;
        background-color: #be2120;
        color: #fff;
    }

    .sigma_about.style-4 .sigma_about-list {
        margin: 20px 0;
    }

        .sigma_about.style-4 .sigma_about-list li span {
            color: aqua;
            font-family: var(--thm-font);
            font-weight: 600;
            text-transform: uppercase;
            font-size: 18px;
            display: block;
            margin-bottom: 5px;
        }

        .sigma_about.style-4 .sigma_about-list li + li {
            margin-top: 20px;
        }

    /* Style 5 */
    .sigma_about.style-8 .sigma_about-image-1,
    .sigma_about.style-8 .sigma_about-image-2,
    .sigma_about.style-7 .sigma_about-image-1,
    .sigma_about.style-7 .sigma_about-image-2,
    .sigma_about.style-9 .sigma_about-image-1,
    .sigma_about.style-12 .sigma_about-image-1,
    .sigma_about.style-13 .sigma_about-image-1,
    .sigma_about.style-14 .sigma_about-image-1,
    .sigma_about.style-15 .sigma_about-image-1,
    .sigma_about.style-16 .sigma_about-image-1,
    .sigma_about.style-5 .sigma_about-image-1,
    .sigma_about.style-11 .sigma_about-image-1,
    .sigma_about.style-5 .sigma_about-image-2,
    .sigma_about.style-10 .sigma_about-image-1,
    .sigma_about.style-10 .sigma_about-image-2,
    .sigma_about.style-18 .sigma_about-image-1,
    .sigma_about.style-20 .sigma_about-image-1,
    .sigma_about.style-21 .sigma_about-image-1,
    .sigma_about.style-21 .sigma_about-image-2,
    .sigma_about.style-24 .sigma_about-image,
    .sigma_about.style-26 .sigma_about-image {
        border-radius: 0;
        border: 0;
        padding: 0;
        background-color: transparent;
    }

        .sigma_about.style-8 .sigma_about-image-1 img,
        .sigma_about.style-8 .sigma_about-image-2 img,
        .sigma_about.style-7 .sigma_about-image-1 img,
        .sigma_about.style-7 .sigma_about-image-2 img,
        .sigma_about.style-9 .sigma_about-image-1 img,
        .sigma_about.style-12 .sigma_about-image-1 img,
        .sigma_about.style-13 .sigma_about-image-1 img,
        .sigma_about.style-14 .sigma_about-image-1 img,
        .sigma_about.style-15 .sigma_about-image-1 img,
        .sigma_about.style-16 .sigma_about-image-1 img,
        .sigma_about.style-5 .sigma_about-image-1 img,
        .sigma_about.style-11 .sigma_about-image-1 img,
        .sigma_about.style-5 .sigma_about-image-2 img,
        .sigma_about.style-10 .sigma_about-image-1 img,
        .sigma_about.style-18 .sigma_about-image-1 img,
        .sigma_about.style-10 .sigma_about-image-2 img,
        .sigma_about.style-20 .sigma_about-image-1 img,
        .sigma_about.style-21 .sigma_about-image-1 img,
        .sigma_about.style-21 .sigma_about-image-2 img,
        .sigma_about.style-24 .sigma_about-image img {
            border-radius: 0;
            width: auto;
        }

    .sigma_about.style-5 [class*="sigma_about-image-"],
    .sigma_about.style-10 [class*="sigma_about-image-"] {
        position: absolute;
    }

    .sigma_about.style-5 .sigma_about-image-1 {
        top: 0;
        left: 0;
        max-width: 400px;
        max-height: 450px;
        z-index: 1;
        animation: float-y 2s linear infinite;
        overflow: hidden;
    }

    .sigma_about.style-8 .sigma_progress,
    .sigma_about.style-6 .sigma_progress,
    .sigma_about.style-5 .sigma_progress {
        margin: 0;
    }

    .sigma_about.style-5 .sigma_about-image-2 {
        right: 20px;
        bottom: 0;
        left: auto;
        max-width: 400px;
        max-height: 260px;
        z-index: 2;
        animation: float-x 2s linear infinite;
    }

    .sigma_about.style-5 .sigma_about-image-3 {
        right: 20px;
        top: 20px;
        max-width: 160px;
        z-index: 2;
        animation: float-x 2s linear infinite;
        animation-delay: 800ms;
    }

    .sigma_about.style-5 .sigma_about-image-4 {
        top: 140px;
        right: 95px;
        z-index: 3;
        animation: float-x 2s linear infinite;
        animation-delay: 1500ms;
    }

    .sigma_about.style-5 .sigma_about-image-5 {
        z-index: 4;
        left: -45px;
        bottom: 20px;
        animation: float-y 2s linear infinite;
        animation-delay: 700ms;
    }

    /* Style 7 */
    .sigma_about.style-7 .sigma_about-image-1 img,
    .sigma_about.style-9 .sigma_about-image-1 img,
    .sigma_about.style-12 .sigma_about-image-1 img,
    .sigma_about.style-13 .sigma_about-image-1 img,
    .sigma_about.style-14 .sigma_about-image-1 img,
    .sigma_about.style-15 .sigma_about-image-1 img,
    .sigma_about.style-16 .sigma_about-image-1 img,
    .sigma_about.style-11 .sigma_about-image-1 img,
    .sigma_about.style-18 .sigma_about-image-1 img,
    .sigma_about.style-20 .sigma_about-image-1 img,
    .sigma_about.style-24 .sigma_about-image img {
        width: 100%;
        height: 500px;
    }

    .sigma_about.style-7 .sigma_about-image-1,
    .sigma_about.style-7 .sigma_media {
        animation: float-y 3s linear infinite;
        overflow: hidden;
    }

    .sigma_about.style-7 .sigma_about-image-2 {
        position: absolute;
        left: -20px;
        bottom: 0;
        border-right: 20px solid #fff;
        border-top: 20px solid #fff;
        z-index: 1;
        animation: float-y 3s linear infinite;
        animation-delay: 900ms;
    }

    .sigma_about.style-7 .sigma_media,
    .sigma_about.style-9 .sigma_media,
    .sigma_about.style-14 .sigma_media,
    .sigma_about.style-13 .sigma_about-author,
    .sigma_about.style-20 .sigma_about-author {
        position: absolute;
        right: 0;
        top: 0;
        font-family: var(--thm-font);
        background-color: #2b2a28;
        padding: 20px;
        font-size: 18px;
        line-height: 1;
        color: #fff;
        min-width: 300px;
        margin-top: 0;
    }

        .sigma_about.style-7 .sigma_media span,
        .sigma_about.style-9 .sigma_media span {
            display: flex;
            align-items: center;
        }

            .sigma_about.style-7 .sigma_media span b,
            .sigma_about.style-9 .sigma_media span b,
            .sigma_about.style-14 .sigma_media .about-counter b {
                font-size: 78px;
                font-weight: 700;
                min-width: 100px;
            }

    .sigma_about.style-7 .sigma_media-content img {
        position: absolute;
    }

    /* Style 8 */
    .sigma_about.style-8 {
        position: relative;
    }

        .sigma_about.style-8 .sigma_about-image-1 {
            position: absolute;
            left: 0;
            bottom: 0;
            max-width: 575px;
            overflow: hidden;
        }

        .sigma_about.style-8 .shape {
            position: absolute;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            top: 100px;
            background-color: var(--thm-base);
            height: 465px;
            width: 465px;
            border-radius: 50%;
            z-index: -1;
        }

.bg-primary-1 {
    background-color: #be2120;
}

.sigma_info-description h5 {
    color: #be2120;
}

.sigma_info .sigma_info-title {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    /*justify-content: space-around;*/
}

    .sigma_info .sigma_info-title .sigma_info-icon, .sigma_info.style-21 .sigma_info-description .sigma_info-icon {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        border-radius: 50%;
        color: #fff;
    }

.sigma_info.style-10, .sigma_info.style-15, .sigma_info.style-17, .sigma_info.style-18, .sigma_info.style-20, .sigma_info.style-24, .sigma_info.style-26 {
    box-shadow: none;
    padding: 0;
    /*display: flex;*/
}

.btn-skewed button, .btn-skewed input[type=reset], .btn-skewed input[type="button"], .btn-skewed input[type="submit"], .btn-skewed .sigma_btn {
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

    .btn-skewed button:before, .btn-skewed input[type=reset]:before, .btn-skewed input[type="button"]:before, .btn-skewed input[type="submit"]:before, .btn-skewed .sigma_btn:before {
        clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
    }

.sigma_btn {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    background-color: #be2120;
    border: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    padding: 17px 30px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 0;
    overflow: hidden;
    z-index: 1;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    border: solid 2px #be2120;
}

    .sigma_btn:hover {
        color: #fff;
        background-color: #484646;
        border: solid 2px #484646;
    }

@media (min-width: 992px) {
    .offset-lg-1 {
        margin-left: 8.33333333%;
    }
}


/* Style 9 */

.sigma_about.style-9 .sigma_about-image-1:before,
.sigma_about.style-14 .sigma_about-image-1:before {
    content: "";
    position: absolute;
    bottom: -15px;
    left: -15px;
    border-left: 120px solid #be2120;
    border-top: 120px solid transparent;
    border-right: 100px solid transparent;
    z-index: -1;
}

.sigma_about.style-9 .sigma_about-image-1 {
    /*animation: float-y 2s linear infinite;*/
    overflow: visible;
}

    .sigma_about.style-9 .sigma_about-image-1.has-no-content {
        overflow: hidden;
    }

        .sigma_about.style-9 .sigma_about-image-1.has-no-content:before {
            content: none;
        }

.sigma_about.style-9 .sigma_media {
    top: 60px;
    right: -80px;
    /*animation: float-x 3s linear infinite;*/
}

.sigma_about.style-9 .sigma_info.style-15,
.sigma_about.style-11 .sigma_info.style-15,
.sigma_about.style-14 .sigma_info.style-15,
.sigma_about.style-15 .sigma_info.style-15,
.sigma_about.style-21 .sigma_info.style-15 {
    padding: 10px;
    /* box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%); */
    /* border-radius: 20px 20px; */
    height: 230px;
    margin-bottom: 10px;
    margin-left: -20px;
    border: solid 1px #f1f1f1;
}


    .sigma_about.style-9 .sigma_info.style-15 .sigma_info-description h5,
    .sigma_about.style-11 .sigma_info.style-15 .sigma_info-description h5,
    .sigma_about.style-14 .sigma_info.style-15 .sigma_info-description h5,
    .sigma_about.style-15 .sigma_info.style-15 .sigma_info-description h5,
    .sigma_about.style-16 .sigma_info.style-15 .sigma_info-description h5,
    .sigma_about.style-21 .sigma_info.style-15 .sigma_info-description h5 {
        font-size: 16px;
    }

.sigma_about.style-9 .video-box,
.sigma_about.style-12 .video-box {
    display: flex;
    align-items: center;
    margin-left: 50px;
}

    .sigma_about.style-9 .video-box .sigma_video-btn,
    .sigma_about.style-12 .video-box .sigma_video-btn {
        background-color: var(--thm-secondary);
        color: #fff;
        width: 60px;
        height: 60px;
    }

        .sigma_about.style-9 .video-box .sigma_video-btn:before,
        .sigma_about.style-9 .video-box .sigma_video-btn:after {
            content: none;
        }

    .sigma_about.style-9 .video-box span,
    .sigma_about.style-12 .video-box span {
        color: var(--thm-secondary);
        font-weight: 600;
        line-height: 1.5;
        margin-left: 15px;
    }

/* Style 10 */

.sigma_about.style-10 .sigma_about-image-1 {
    top: 0;
    left: 0;
    position: relative;
    max-width: 300px;
    animation: float-y 2s linear infinite;
}

    .sigma_about.style-10 .sigma_about-image-1:before {
        content: "";
        position: absolute;
        right: -10px;
        bottom: -26px;
        background-color: var(--thm-base);
        width: 258px;
        height: 200px;
        z-index: -1;
    }

.sigma_about.style-10 .sigma_about-image-2 {
    top: 50%;
    transform: translateY(-50%);
    bottom: auto;
    right: 0;
    left: auto;
    z-index: -2;
}

.sigma_about.style-10 .sigma_about-image-3 {
    left: 50px;
    bottom: 0;
    z-index: -1;
    max-width: 300px;
    max-height: 260px;
    z-index: -3;
    animation: float-x 2s linear infinite;
}

.sigma_about.style-10 .sigma_media,
.sigma_about.style-18 .sigma_media,
.sigma_about.style-23 .sigma_media {
    flex-direction: column;
    align-items: flex-start;
    margin: 16px 0 30px;
}

    .sigma_about.style-10 .sigma_media span {
        display: inline-block;
        font-size: 24px;
        font-weight: 600;
        color: var(--thm-base);
    }

.sigma_about.style-10 .sigma_media-content,
.sigma_about.style-18 .sigma_media-content,
.sigma_about.style-23 .sigma_media-content {
    margin-left: 0;
}

/* Style 11 */

.sigma_about.style-11 .sigma_about-image-1 {
    overflow: hidden;
}

.sigma_about.style-11 .sigma_info.style-15 .sigma_info-icon,
.sigma_about.style-21 .sigma_info.style-15 .sigma_info-icon {
    font-size: 38px;
    position: relative;
}

    .sigma_about.style-11 .sigma_info.style-15 .sigma_info-icon:after {
        content: "";
        position: absolute;
        top: -10px;
        right: -10px;
        width: 40px;
        height: 40px;
        background-color: rgba(var(--thm-base-rgb), 0.1);
        border-radius: 50%;
    }

    .sigma_about.style-11 .sigma_info.style-15 .sigma_info-icon.secondary-color:after {
        background-color: rgba(var(--thm-secondary-rgb), 0.1);
    }

.sigma_about.style-11 .sigma_about-content > p,
.sigma_about.style-21 .sigma_about-content > p,
.sigma_about.style-24 .sigma_about-content > p {
    margin-bottom: 30px;
}

/* Style 12 */

.sigma_about.style-12 .video-box {
    margin-left: 0;
    justify-content: space-between;
    padding: 20px 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(var(--thm-secondary-rgb), 0.5);
}

    .sigma_about.style-12 .video-box .sigma_video-btn {
        background-color: var(--thm-base);
    }

        .sigma_about.style-12 .video-box .sigma_video-btn:hover {
            background-color: var(--thm-base-hover);
        }

    .sigma_about.style-12 .video-box span {
        color: #fff;
        margin-left: 0;
        font-size: 20px;
    }

.sigma_about.style-12 .sigma_about-image-1 {
    margin-bottom: -100px;
    margin-top: 80px;
}

.sigma_about.style-12 .sigma_about-content .sigma_about-contact {
    margin-top: 30px;
}

    .sigma_about.style-12 .sigma_about-content .sigma_about-contact span {
        color: #fff;
        font-size: 32px;
        display: block;
        font-weight: 600;
        line-height: 1;
    }

/* Style 13 */

.sigma_about.style-13 .sigma_about-author {
    background-color: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
}

.sigma_about.style-13 .sigma_about-author {
    top: 25px;
    right: -80px;
    animation: float-x 3s linear infinite;
}

    .sigma_about.style-13 .sigma_about-author img,
    .sigma_about.style-20 .sigma_about-author img {
        border-radius: 50%;
        margin-right: 20px;
    }

.sigma_about.style-13 .sigma_about-author,
.sigma_about.style-20 .sigma_about-author {
    font-size: 18px;
    display: flex;
    align-items: center;
}

.sigma_about.style-13 .sigma_about-image-1 {
    animation: float-y 3s linear infinite;
    overflow: hidden;
}

.sigma_about.style-13 .sigma_tab-item .nav-tabs {
    margin-bottom: 12px;
}

    .sigma_about.style-13 .sigma_tab-item .nav-tabs .nav-item {
        margin-bottom: 0;
    }

    .sigma_about.style-13 .sigma_tab-item .nav-tabs .nav-link {
        padding: 0;
        color: var(--thm-secondary);
        opacity: 0.2;
        font-size: 16px;
    }

        .sigma_about.style-13 .sigma_tab-item .nav-tabs .nav-link:hover,
        .sigma_about.style-13 .sigma_tab-item .nav-tabs .nav-link.active {
            color: var(--thm-secondary);
            opacity: 1;
            background-color: transparent;
            box-shadow: none;
        }

/* Style 14 */

.sigma_about.style-14 .sigma_about-image-1 {
    margin-bottom: 55px;
    right: -60px;
}

    .sigma_about.style-14 .sigma_about-image-1 img,
    .sigma_about.style-15 .sigma_about-image-1 {
        animation: float-y 3s linear infinite;
    }

.sigma_about.style-14 .sigma_media {
    bottom: -55px;
    top: auto;
    right: 21px;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    min-width: 250px;
}

    .sigma_about.style-14 .sigma_media .about-counter b {
        font-weight: 600;
    }

.sigma_about.style-14 .sigma_about-image-1:before {
    border: 0;
    bottom: -55px;
    left: -60px;
    width: 180px;
    height: 520px;
    background-color: var(--thm-base);
}

.sigma_about.style-14 .sigma_info.style-15 {
    margin-bottom: 10px;
    align-items: center;
}

    .sigma_about.style-14 .sigma_info.style-15 .sigma_info-title .sigma_info-icon i {
        font-size: 18px;
    }

    .sigma_about.style-14 .sigma_info.style-15 .sigma_info-title .sigma_info-icon {
        width: 50px;
        height: 50px;
        background-color: var(--thm-base-hue);
        color: var(--thm-base);
    }

.sigma_about.style-14 .sigma_about-content .sigma_btn {
    margin-top: 28px;
}

/* Style 15 */

.sigma_about-sec.style-15:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 58%;
    height: 100%;
    background-color: var(--thm-section-bg-light);
}

.sigma_about.style-15 .sigma_about-image-1 {
    overflow: hidden;
}

.sigma_about.style-15 .sigma_info.style-15 .sigma_info-title .sigma_info-icon {
    width: 90px;
    height: 90px;
    background-color: #fff;
    border: 7px solid var(--thm-border);
    color: var(--thm-base);
    margin-right: 28px;
}

.sigma_about.style-15 .sigma_info.style-15 .sigma_info-description h5 {
    font-weight: 400;
}

    .sigma_about.style-15 .sigma_info.style-15 .sigma_info-description h5 span {
        font-weight: 600;
    }

.sigma_about.style-15 .sigma_info.style-15 + .sigma_info.style-15 {
    margin-top: 40px;
    margin-bottom: 0;
}

/* Style 16 */

.sigma_about-image-1.style-16 {
    position: absolute;
    right: 0;
    object-fit: cover;
    width: 48%;
    height: calc(100% - 200px);
}

.sigma_about.style-16 .sigma_info.style-15 {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
    border-radius: 0;
    padding-left: 50px;
    padding: 30px;
    background-color: #fff;
}

.sigma_about.style-16 .sigma_about-content > p {
    margin-bottom: 40px;
}

.sigma_about.style-16 .sigma_info.style-15 .number {
    position: absolute;
    left: -18px;
    top: 25px;
    padding: 5px 10px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sigma_about.style-16 .sigma_info.style-15 .sigma_info-title .sigma_info-icon {
    width: 50px;
    height: 50px;
}

    .sigma_about.style-16 .sigma_info.style-15 .sigma_info-title .sigma_info-icon i {
        font-size: 50px;
    }

/* Style 17 */
.sigma_about-skill.style-17:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 64%);
    height: 100%;
    background-color: var(--thm-secondary);
}

.sigma_about.style-17.has-animation {
    animation: float-y 3s linear infinite;
}

.sigma_about.style-17 .sigma_general-list {
    margin: 30px 0 0;
}

    .sigma_about.style-17 .sigma_general-list.style-3 {
        margin: 25px 0 35px;
    }

        .sigma_about.style-17 .sigma_general-list.style-3 li span {
            font-weight: 400;
        }

        .sigma_about.style-17 .sigma_general-list.style-3 li i {
            color: rgb(116 116 116 / 72%);
        }

.sigma_about-sec.style-17.extra-padding {
    padding-bottom: 380px;
}

    .sigma_about-sec.style-17.extra-padding + .section {
        z-index: auto;
    }

/* Style 18 */

.sigma_about.style-18 .sigma_about-image-1 {
    overflow: hidden;
}

.sigma_about.style-18 .sigma_media {
    margin: 0;
    align-items: center;
}

    .sigma_about.style-18 .sigma_media + .sigma_media {
        margin-left: 65px;
    }

.sigma_about.style-18 .sigma_progress {
    margin: 38px 0 20px;
}

    .sigma_about.style-18 .sigma_progress.round.sm svg {
        width: 140px;
        height: 140px;
    }

    .sigma_about.style-18 .sigma_progress.round.sm > span {
        font-size: 38px;
    }

    .sigma_about.style-18 .sigma_progress.round .sigma_progress-stroke {
        stroke-width: 10px;
    }

    .sigma_about.style-18 .sigma_progress.round .sigma_progress-round {
        stroke-width: 10px;
        stroke-linecap: square;
    }

    .sigma_about.style-18 .sigma_progress.round > i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 38px;
        color: var(--thm-base);
    }

    .sigma_about.style-18 .sigma_progress.has-secondary-color .sigma_progress-round {
        stroke: var(--thm-secondary);
    }

    .sigma_about.style-18 .sigma_progress.has-secondary-color > i {
        color: var(--thm-secondary);
    }

/* Style 19 */

.sigma_about-image-1.style-19 {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 44%;
}

.sigma_about.style-19 .sigma_about-content .important-text {
    margin-top: 58px;
    margin-bottom: 0;
    padding: 25px 30px 25px 140px;
    overflow: visible;
}

    .sigma_about.style-19 .sigma_about-content .important-text::before {
        content: "\f086";
        top: 50%;
        transform: translateY(-50%);
        right: 20px;
        color: var(--thm-secondary);
        opacity: 0.1;
    }

    .sigma_about.style-19 .sigma_about-content .important-text p {
        color: var(--thm-secondary);
        font-weight: 600;
    }

    .sigma_about.style-19 .sigma_about-content .important-text span {
        color: var(--thm-base);
        font-weight: 600;
        display: block;
        margin-top: 5px;
    }

    .sigma_about.style-19 .sigma_about-content .important-text .author {
        position: absolute;
        left: 25px;
        top: -20px;
    }

/* Style 20 */
.sigma_about-sec.style-20:before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--thm-section-bg-light);
    width: 100%;
    width: calc(100% - 420px);
    height: 100%;
}

.sigma_about-sec.style-20 .sigma_about-image-1 {
    position: absolute;
    top: -130px;
    left: -50px;
}

.sigma_about.style-20 .sigma_about-author {
    position: relative;
    right: 0;
    top: 0;
    background-color: transparent;
    padding: 0;
    min-width: 100%;
    margin-top: 30px;
}


/* Style 21 */

.sigma_about.style-21 p {
    opacity: 0.8;
}

.sigma_about.style-21 .sigma_info.style-15 .sigma_info-description h5,
.sigma_about.style-21 .sigma_info.style-15 .sigma_info-title i {
    color: #fff;
}

.sigma_about.style-21 .sigma_info.style-15 .sigma_info-icon {
    width: auto;
    height: auto;
    font-size: 44px;
}

.sigma_about.style-21 .sigma_about-image-1 {
    max-width: 400px;
    border-radius: 6px;
    overflow: hidden;
    animation: float-y 3s linear infinite;
}

.sigma_about.style-21 .sigma_about-image-2 {
    right: 0;
    left: auto;
    bottom: 18px;
    max-width: 370px;
    border-radius: 6px;
    overflow: hidden;
    animation: float-y 3s linear infinite;
    animation-delay: 1s;
}

/* Style 22 */

.sigma_about.style-22 .sigma_general-list.style-3 {
    margin: 25px 0 35px;
}

.sigma_about.with-image.style-22 {
    height: 645px;
}

.sigma_about.style-22 .sigma_about-image {
    position: absolute;
    border-radius: 6px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
    overflow: hidden;
    z-index: 1;
}

    .sigma_about.style-22 .sigma_about-image.image-2 {
        left: 26%;
        top: 75px;
        z-index: 2;
        animation: float-x 2s linear infinite;
        animation-delay: 200ms;
    }

    .sigma_about.style-22 .sigma_about-image.image-3 {
        right: 80px;
        top: 25px;
        z-index: 3;
    }

    .sigma_about.style-22 .sigma_about-image.image-4 {
        left: 30px;
        bottom: 0;
        z-index: 1;
    }

    .sigma_about.style-22 .sigma_about-image.image-5 {
        right: 20%;
        bottom: 78px;
        z-index: 4;
        animation: float-y 2s linear infinite;
    }

    .sigma_about.style-22 .sigma_about-image.image-6 {
        right: 65px;
        bottom: 40%;
        z-index: 1;
    }

/* Style 23 */

.sigma_about.style-23 .sigma_media {
    margin: 34px 0;
}

    .sigma_about.style-23 .sigma_media i {
        display: flex;
        font-size: 38px;
        color: var(--thm-base);
        margin-bottom: 15px;
    }

    .sigma_about.style-23 .sigma_media h5 {
        margin-bottom: 0;
    }

.sigma_about.with-image.style-23 {
    padding: 80px 0;
}

    .sigma_about.with-image.style-23:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 80%;
        height: 100%;
        background-color: var(--thm-section-bg-light);
        z-index: -1;
    }

    .sigma_about.with-image.style-23 .sigma_about-image img,
    .sigma_about-image.style-24.absolute-image img,
    .sigma_about-image.style-25 .sigma_about-image-1 img,
    .sigma_about-image.style-25 .sigma_about-image-2 img,
    .sigma_about-image.style-25 .sigma_about-image-3 img,
    .sigma_about-image.style-25 .sigma_about-image-4 img {
        border-radius: 6px;
        box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.03);
    }

    .sigma_about.with-image.style-23 .sigma_about-image.image-1 {
        animation: float-y 2s linear infinite;
    }

    .sigma_about.with-image.style-23 .sigma_about-image + .sigma_about-image {
        margin-top: 30px;
    }


/* Style 24 */

.sigma_about.style-24 .sigma_about-image {
    animation: float-y 2s linear infinite;
    padding-right: 70px;
}

.sigma_about.style-24 .sigma_info.style-15,
.sigma_about.style-26 .sigma_info.style-15 {
    background-color: #fff;
    box-shadow: 0 8px 10px 3px rgb(0 0 0 / 4%);
    padding: 35px;
}

    .sigma_about.style-24 .sigma_info.style-15 .sigma_info-icon,
    .sigma_about.style-26 .sigma_info.style-15 .sigma_info-icon {
        background-color: var(--thm-base);
        color: #fff;
        font-size: 16px;
        width: 30px;
        height: 30px;
    }

/* Style 24 with absolute-image */

.sigma_about-sec.style-24 {
    background-color: var(--thm-section-bg-light);
    position: relative;
}

    .sigma_about-sec.style-24:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0;
        width: 30%;
        height: 100%;
        background-color: var(--thm-secondary);
    }

.sigma_about.style-24.absolute-image {
    padding: 0 100px;
}

    .sigma_about.style-24.absolute-image .sigma_info.style-15,
    .sigma_about.style-26 .sigma_info.style-15 {
        padding: 18px;
        display: inline-flex;
        margin-bottom: 15px;
    }

    .sigma_about.style-24.absolute-image .sigma_info-description h5,
    .sigma_about.style-26 .sigma_info-description h5 {
        margin: 0;
    }

    .sigma_about.style-24.absolute-image .sigma_about-content .sigma_info.style-15:nth-child(2),
    .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(2),
    .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(5) {
        margin-left: 10px;
    }

    .sigma_about.style-24.absolute-image .sigma_about-content .sigma_info.style-15:nth-child(3),
    .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(3),
    .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(6) {
        margin-left: 22px;
    }

        .sigma_about.style-24.absolute-image .sigma_about-content .sigma_info.style-15:nth-child(2):hover,
        .sigma_about.style-24.absolute-image .sigma_about-content .sigma_info.style-15:nth-child(3):hover,
        .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(2):hover,
        .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(3):hover,
        .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(5):hover,
        .sigma_about.style-26 .sigma_about-content .sigma_info.style-15:nth-child(6):hover {
            margin-left: 0;
        }

.sigma_about-image.style-24.absolute-image {
    position: absolute;
    right: 30px;
    height: 100%;
    width: 35%;
    top: 0;
    z-index: 5;
    animation: float-y 2s linear infinite;
}

    .sigma_about-image.style-24.absolute-image:before {
        content: "";
        position: absolute;
        right: -40px;
        top: -50px;
        width: 250px;
        height: 250px;
        background-color: #fff;
        border-radius: 50%;
        animation: zoom-fade 3s linear infinite;
        z-index: -1;
    }

/* Style 25 */

.sigma_about-image.style-25 {
    padding-right: 40px;
    position: relative;
}

    .sigma_about-image.style-25 .sigma_about-image-1 {
        position: absolute;
        top: -78px;
        left: 0;
        z-index: 1;
        animation: float-y 2s linear infinite;
        animation-delay: 800ms;
    }

    .sigma_about-image.style-25 .sigma_about-image-2 {
        padding: 0 70px;
    }

        .sigma_about-image.style-25 .sigma_about-image-2 img {
            width: 100%;
        }

    .sigma_about-image.style-25 .sigma_about-image-3 {
        position: absolute;
        height: 100%;
        top: -78px;
        width: 100%;
        text-align: center;
        z-index: -1;
        animation: float-y 2s linear infinite;
    }

    .sigma_about-image.style-25 .sigma_about-image-4 {
        position: absolute;
        right: 20px;
        bottom: -47px;
        z-index: 1;
        animation: float-x 2s linear infinite;
    }

/* Style 26 */

.sigma_about.style-26 {
    padding-left: 70px;
}

.sigma_about-image.style-26 {
    padding-right: 70px;
    position: relative;
}

    .sigma_about-image.style-26 .sigma_about-image-1,
    .sigma_about-image.style-26 .sigma_about-image-2 {
        position: relative;
        overflow: hidden;
    }

        .sigma_about-image.style-26 .sigma_about-image-1:before {
            content: "";
            position: absolute;
            left: -100%;
            top: 0;
            width: 50%;
            height: 100%;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .7)), to(rgba(255, 255, 255, .3)));
            transform: skewX(25deg);
            z-index: 2;
            transition: 1s;
        }

        .sigma_about-image.style-26 .sigma_about-image-1 img {
            width: 100%;
        }

    .sigma_about-image.style-26:hover .sigma_about-image-1:before {
        left: 130%;
    }

    .sigma_about-image.style-26 .sigma_about-image-2 {
        width: 215px;
        height: 215px;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 4%);
        position: absolute;
        right: -20px;
        bottom: 80px;
        z-index: 3;
        animation: float-y 2s linear infinite;
    }

        .sigma_about-image.style-26 .sigma_about-image-2:before {
            content: "";
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            background-color: rgba(255, 255, 255, 0.2);
            border-radius: 50%;
            width: 0;
            height: 0;
            transition: 0.9s;
        }

    .sigma_about-image.style-26:hover .sigma_about-image-2:before {
        animation: circle 0.5s linear;
    }

    .sigma_about-image.style-26 .sigma_about-image-2 img {
        width: 215px;
        height: 215px;
        border-radius: 50%;
        border: 10px solid #fff;
    }

    .sigma_about-image.style-26 .sigma_about-counter {
        position: absolute;
        top: 65px;
        left: -30px;
        padding: 12px 24px;
        background-color: #fff;
        box-shadow: 0 0 10px 5px rgb(0 0 0 / 4%);
        display: flex;
        align-items: center;
        border-radius: 6px;
        z-index: 1;
        animation: float-x 2s linear infinite;
    }

        .sigma_about-image.style-26 .sigma_about-counter .icon-box {
            width: 50px;
            height: 50px;
            background-color: var(--thm-base);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .sigma_about-image.style-26 .sigma_about-counter .icon-box i {
                color: #fff;
                font-size: 18px;
                transition: 0.3s;
                transform: rotate(0);
            }

    .sigma_about-image.style-26:hover .sigma_about-counter .icon-box i {
        transform: rotate(360deg);
    }

    .sigma_about-image.style-26 .sigma_about-counter .content-box {
        flex: 1;
        margin-left: 15px;
    }

        .sigma_about-image.style-26 .sigma_about-counter .content-box span {
            line-height: 1.6;
            display: flex;
            font-size: 22px;
            font-weight: 700;
            color: #000;
        }


@keyframes preloader-spinner-inner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes float-x {
    0% {
        transform: translateX(-20px);
    }

    50% {
        transform: translateX(-10px);
    }

    100% {
        transform: translateX(-20px);
    }
}

@keyframes float-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@keyframes float-y-ease {
    0% {
        transform: translateY(-3px);
    }

    50% {
        transform: translateY(3px);
    }

    100% {
        transform: translateY(-3px);
    }
}





@media (max-width: 767px) {
    .sigma_about.style-9 .sigma_info.style-15 {
        height: auto;
    }

    .sigma_about h3 {
        font-size: 22px;
    }

    .sigma_about.style-9 .sigma_media {
        top: 0px;
        right: -40px;
        animation: float-x 3s linear infinite;
    }

    .sigma_about.style-7 .sigma_media, .sigma_about.style-9 .sigma_media, .sigma_about.style-14 .sigma_media, .sigma_about.style-13 .sigma_about-author, .sigma_about.style-20 .sigma_about-author {
        min-width: 225px;
    }
}
/**Home page section About us end**/

/**Home page section thouths start**/
.bg-cover {
    background-size: cover;
}

.dark-overlay:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: -1;
}

.sigma_cta {
    position: relative;
    /*text-align: center;*/
    overflow: hidden;
}

.owl-prev {
    display: none;
}

/*.owl-next {
    display: none;
}*/
.owl-carousel1 .owl-nav {
    position: absolute;
    left: 0px;
    top: 55%;
    width: 100%;
    margin-top: -50px;
}

    .owl-carousel1 .owl-nav .owl-prev {
        left: 2px;
        float: left;
    }

    .owl-carousel1 .owl-nav .owl-next {
        right: 2px;
        float: right;
    }

    .owl-carousel1 .owl-nav .owl-prev, .owl-carousel1 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        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: #b6a3a38f;
        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-carousel1 .owl-nav .owl-prev:hover, .owl-carousel1 .owl-nav .owl-next:hover {
            color: #fff;
            background-color: #be2120;
        }

.owl-carousel3 .owl-nav .owl-prev:hover, .owl-carousel3 .owl-nav .owl-next:hover {
    color: #fff;
    background-color: #be2120;
}

.owl-carousel3 .owl-nav {
    position: absolute;
    left: 0px;
    top: 55%;
    width: 100%;
    margin-top: -50px;
}

    .owl-carousel3 .owl-nav .owl-prev {
        left: 2px;
        float: left;
    }

    .owl-carousel3 .owl-nav .owl-next {
        right: 2px;
        float: right;
    }

    .owl-carousel3 .owl-nav .owl-prev, .owl-carousel3 .owl-nav .owl-next {
        position: relative;
        width: 40px;
        height: 40px;
        bottom: 50%;
        color: #fff;
        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: #b6a3a38f;
        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%);
    }

.section {
    position: relative;
    padding: 50px 0;
    z-index: 1;
}

.section-title .subtitle {
    display: inline-flex;
    color: #64646a;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 600;
}


.section-title .title.sm {
    text-align: left;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
}

}

.sigma_btn.light {
    background-color: #fff;
    color: #be2120;
}

.btn-skewed .sigma_btn:before {
    clip-path: polygon(8px 0%, 100% 0%, calc(100% - 8px) 100%, 0% 100%);
}

@media (max-width: 767px) {
    .owl-carousel1 .owl-nav .owl-prev, .owl-carousel1 .owl-nav .owl-next {
        width: 20px;
        margin: 0px -2px;
    }

    /*.owl-carousel1 .owl-nav .owl-prev {
        display: none;
    }
    .owl-carousel1 .owl-nav .owl-next {
        display: none;
    }*/



    .section-title .subtitle {
        margin-top: 20px;
    }

    .section-title .title.sm, .section-title .title {
        font-size: 40px;
    }
}

.mySlides1 {
    display: none;
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 30%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: #00000030;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

    /* On hover, add a grey background color */
    .prev:hover, .next:hover {
        background-color: #f1f1f1;
        color: black;
    }
/**Home page section thouths end**/
/**Product list Start carasoul**/
/*.case-section-area {
    background-image: url('../images/Slider/S11.png');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 132px 0 282px;
    position: relative;
    z-index: 1;
}
.image-box{
    background-color:#fff;
}
    .case-section-area:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: -1;
    }

    .case-section-area .dreamit-section-sub-title h5 {
        color: #be2120;
        font-weight: bold;
    }

    .case-section-area .dreamit-section-main-title h2 {
        letter-spacing: 0px;
        font-weight: 800;
        line-height: 1.2;
    }

.member-box {
    padding: 10px;
}

.dreamit-section-main-title h2 {
    color: #fff;
    font-size: 48px;
    margin: 12px 0 2px;
    letter-spacing: 3px;
    font-weight: 700;
}

.case-study-area {
    padding: 0 111px 60px;
}

.case-study-thumb {
    position: relative;
    z-index: 1;
    height: 500px;
}

    .case-study-thumb:before {
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
        top: 25px;
        content: "";
        opacity: 1;
        transition: .5s;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        border-top-right-radius: 5px;
        border-top-right-radius: 5px;
    }

    .case-study-thumb img {
        width: 100%;
        border-bottom-left-radius: 5px !important;
        border-bottom-right-radius: 5px !important;
    }

.case-study-cotent {
    text-align: center;
    padding: 31px 0 30px;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    background: #fff;
    z-index: 1;
    opacity: 1;
    position: relative;
    top: -20px;
    width: 87%;
    border-radius: 5px;
    margin: auto;
}

.case-catagories span {
    color: #be2120;
    font-size: 17px;
}

.case-study-title h2 {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin: 7px 0 0;
}

    .case-study-title h2 a {
        font-weight: 700;
        letter-spacing: 1px;
    }

.row.case {
    position: relative;
    margin-top: -218px;
}

@media (max-width: 767px) {
    .dreamit-section-main-title h2 {
        font-size: 22px;
    }

    .case-section-area {
        padding: 25px 0 240px;
    }

    .case-study-thumb {
        height: auto;
    }
}*/
.feature_single_content {
    width: 100%;
    height: 480px;
    padding: 0;
    border: 1px solid #ddd;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 30px;
    border-bottom: 5px solid #2b2a28;
    background: #F1F1EF;
}

    .feature_single_content .service_img img {
        height: 430px;
        /* --x: 10px; */
        /* --y: 20px; */
        /* outline: var(--y) solid rgba(0, 0, 0, 0.4); */
        outline-offset: calc(-1 * var(--y));
        padding: 30px;
        transition: 1s;
        width: 100%;
        /*transform: perspective(1000px) rotateX(var(--_a, 40deg));
        clip-path: polygon( var(--y) var(--y), calc(100% - var(--y)) var(--y), calc(100% - var(--y)) calc(100% - var(--y)), calc(100% - var(--y) - var(--x)) var(--_c, 100%), calc(var(--x) + var(--y)) var(--_c, 100%), var(--y) calc(100% - var(--y)) );*/
        /*outline: var(--y) solid rgba(0, 0, 0, 0.4);*/
        transition: 1s;
    }

        .feature_single_content .service_img img:hover {
            --_a: 0deg;
            --_c: calc(100% - var(--y));
        }

    .feature_single_content .feature-info {
        border-radius: 5px;
        width: 100%;
        top: -20px;
        display: block;
        background: #2b2a28;
        max-width: 320px;
        margin-left: auto;
        margin-right: auto;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        padding: 15px 15px 14px 17px;
        color: #fff;
        font-weight: 700;
        overflow: hidden;
        transition: .2s ease-in-out;
        position: relative;
        text-align: center;
    }

        .feature_single_content .feature-info:before {
            content: "\f178";
            font-family: "FontAwesome";
            font-size: 24px;
            color: #fff;
            background-color: #be2120;
            opacity: 0;
            transition: opacity .2s ease-in-out, transform .28s ease-in-out;
            -webkit-transform: translateX(-10px) scale(0);
            transform: translateX(-10px) scale(0);
            position: absolute;
            top: 10px;
            left: 14px;
        }

.light-version p {
    color: #888;
}

.feature_single_content .feature-info:hover:before {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1);
}

.feature_single_content .feature-info:hover {
    background: #be2120;
    color: #fff;
    /*padding-left: 48px;*/
}

@media (max-width: 767px) {
    .feature_single_content {
        height: auto;
    }
}
/**Product list Start carasoul**/

/**Homepage testimonial Section Start **/
.pad-tb {
    /*background-image: url('../images/bg/mt-2099-content-bg02.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left bottom;
    background-color: #2b2a28;*/
    padding: 45px;
    border-bottom: solid 1px;
}

.card-body h5 span {
    font-weight: bold;
    font-size: 25px;
    color: #fff;
}

.card .publicreview {
    font-size: 25px;
    color: #fcba03;
    margin-right: 18px;
    margin-bottom: 30px;
}

.card i {
    font-size: 50px;
    color: #800000;
}

.testimonial .card-text {
    color: #fff;
}

.justify-content-center {
    justify-content: center !important;
}

.slider-row {
    display: flex;
    flex-wrap: wrap;
}

.card {
    margin: 20px 27px;
    /*width: 350px;*/
    height: 350px;
    border-radius: 30px;
    box-shadow: 0px 0px 5px 2px #dddfe0;
    padding: 20px 20px;
    border: 0;
}

.gtco-testimonials .pic {
    width: 100px;
    height: 100px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #2b2a28;
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
}

.testimonial {
    /* background: #4D241C; */
    padding: 30px 30px 30px 30px;
    margin: 10px;
    border-radius: 0 30px 0px 0;
    color: #fff;
    position: relative;
    border: 5px solid #2b2a28;
}

testimonial .pic {
    width: 210px;
    height: 210px;
    line-height: 200px;
    border-radius: 50%;
    border: 14px solid #D0AB6D;
    position: absolute;
    top: -15px;
    left: -120px;
    overflow: hidden;
}

.testimonial .testimonial-info {
    display: inline-block;
    width: 30%;
    float: left;
    font-size: 20px;
    font-weight: 700;
    color: #2b2a28;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 28px 0px;
    margin: 0;
    border-right: 1px solid #a19b9b4f;
}

.testimonial .description {
    display: inline-block;
    width: 58%;
    font-size: 15px;
    color: #2b2a28;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    padding: 28px 0 28px 28px;
    position: relative;
    text-align: justify;
}

@media (max-width: 767px) {

    .testimonial .testimonial-info {
        border-right: none;
        border-bottom: 1px solid #D0AB6D;
        width: 100%;
    }

    .testimonial .description {
        width: 100%;
        padding: 0px;
    }
}
/**Homepage testimonial Section End**/

/**Homepage Why Choose us Section Start**/
.choose {
    position: relative;
    padding: 55px 0;
    background: #F1F1EF;
}

    .choose .choosebglist {
        /*background: #0A0F2E; */
        margin-top: 5px;
        /* border-radius: 5px; */
        border-bottom: solid 1px #d8d8d8;
    }

        .choose .choosebglist:hover {
            cursor: pointer;
            transition: all 250ms ease;
            transform: scale(1.03);
            /*background: linear-gradient(to bottom,#c7ecff 0,#f9efff 100%);*/
            transition: 0.5s all ease-in-out;
        }
/*.choose::after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-image: url('../images/bg/choose-shape.png');
    }*/

.common-title span {
    display: inline-block;
    color: #64646a;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    letter-spacing: 1px;
    /*font-weight: 900 !important;*/
}

.choose-left-content .common-title h3 {
    color: #ffffff;
    margin-bottom: 0;
}

.choose-left-content .common-title p {
    color: #000;
    margin: 40px 0;
}

.choose-content-wrapper {
    display: flex;
    margin-top: 30px;
}

.choose-wrapper {
    position: relative;
    overflow: hidden;
    width: 266px;
    height: 148px;
    background: #0A0F2E;
    text-align: center;
    margin-right: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
    z-index: 1;
}

    .choose-wrapper::before {
        content: '';
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #ff9f0d;
        transition: 0.3s;
    }

.choose-wrapper-inner {
    position: relative;
    z-index: 1;
}

.choose-wrapper i {
    display: inline-block;
    color: #ff9f0d;
    font-size: 38px;
    margin-bottom: 15px;
}

.choose-wrapper span {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.choose-right-content {
    display: flex;
    justify-content: center;
    /*position: relative;*/
}

.choose-image {
    position: relative;
    z-index: 2;
    transform: rotate(5deg);
    width: 100%;
}

    .choose-image img {
        width: 100%;
    }

.choose-border {
    position: absolute;
    top: -25px;
    right: -5px;
    z-index: 1;
    transform: rotate(5deg);
    filter: grayscale(1);
    /*animation: chooseBorder 2s linear infinite alternate;*/
}

.choose .ms-4 {
    margin-left: 1.5rem !important;
}

.choose h3 {
    color: #000;
    font-size: 15px;
    font-weight: 600;
    display: block;
}

.chooseiconimg {
    width: 55px;
    height: 55px;
}

.choose .choosepare {
    color: #fff;
}
/*.choose-wrapper:hover i {
    color: #ffffff;
}*/

/*.choose-wrapper:hover::before {
    left: 0;
}*/

.choose .text-color1 {
    text-align: left;
}

@keyframes chooseBorder {
    0% {
        top: -25px;
        right: 10px;
    }

    100% {
        top: 0px;
        right: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    .choose-right-content-image {
        display: none;
    }
}
/**Homepage Why Choose us Section End**/

/**Homepage Video Section End**/
.primary-overlay::before, .dark-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #F1F1EF;
    z-index: -1;
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

@keyframes pulseInOut {
    0% {
        opacity: 1;
        transform: scale(.3);
    }

    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}

.sigma_video {
    position: relative;
}

.sigma_about.style-2 .sigma_about-image-1, .sigma_about.style-3 .sigma_about-image-1, .sigma_about.style-3 .sigma_about-image-2, .sigma_about.style-4 .sigma_about-image-1, .sigma_about.style-17 .sigma_about-image-1 {
    border: 0;
    padding: 0;
    border-radius: 0;
    overflow: hidden;
}

.sigma_video .sigma_about-image-1, .sigma_about .sigma_about-image-2 {
    border: 8px solid #000);
    background-color: #fff;
    padding: 5px;
    border-radius: 50%;
    position: relative;
}

.sigma_video.style-2 .sigma_about-image-1 img, .sigma_about.style-3 .sigma_about-image-1 img, .sigma_about.style-3 .sigma_about-image-2 img, .sigma_about.style-4 .sigma_about-image-1 img, .sigma_about.style-17 .sigma_about-image-1 img {
    border-radius: 0;
}

.imgvid {
    border: solid 5px #be2120;
}

.sigma_video.style-2 .sigma_about-image-1 .sigma_video-btn, .sigma_about.style-17 .sigma_about-image-1 .sigma_video-btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#section-video .style-2 ul li i {
    color: #000;
}

.sigma_video-btn {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #fff;
    color: #be2120;
    font-size: 20px;
    transition: 0.3s;
}

    .sigma_video-btn:before {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border: 2px solid #fff;
        animation-name: pulseInOut;
        opacity: 0;
        border-radius: 50%;
        animation-duration: 3s;
        animation-iteration-count: infinite;
    }

    .sigma_video-btn:after {
        content: '';
        position: absolute;
        top: -10px;
        left: -10px;
        width: calc(100% + 20px);
        height: calc(100% + 20px);
        border: 2px solid #fff;
        animation-name: pulseInOut;
        opacity: 0;
        border-radius: 50%;
        animation-duration: 3.5s;
        animation-iteration-count: infinite;
    }

.sigma_video h3 {
    color: #be2120;
}

.text-white {
    color: #000;
}

.sigma_about-content .m-0 {
    color: #000;
}
/**Homepage Video Section End**/
/**Homepage Chemical Section Start**/
/*.service-container {
    overflow: hidden;
    margin-top: 40px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 16px 3px 7px rgb(223 217 217);
    transition: 0.8s;    
    border: 1px solid #ddd;
}*/

.member-box {
    margin: 10px;
    overflow: hidden;
    margin-top: 40px;
    padding: 15px;
    background: #FFFFFF;
    box-shadow: 4px 3px 7px rgb(223 217 217);
    /*box-shadow: 16px 3px 7px rgb(223 217 217);*/
    transition: 0.8s;
    /* background: #F1F1EF; */
    border: 1px solid #ddd;
}

.service-content-wrapper {
    position: relative;
    /*background: linear-gradient(to right bottom, #F1F1EF 50%, #212531 50%);*/
}

.service-content-wrapper-overlay {
    position: absolute;
    top: 0;
    width: 0%;
    height: 100%;
    left: 0;
    background: #ffffff;
    z-index: 10;
    animation-name: panel;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    animation-duration: 1s;
    animation-delay: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: both;
}

.service-image {
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    height: 215px;
    transition: 0.3s;
}

    .service-image img {
        border-radius: 5px;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        /*height: 100%;*/
        transition: 0.5s;
        background-size: cover;
    }


/*.service-image i {
        display: inline-block;
        width: 65px;
        height: 65px;
        line-height: 65px;
        text-align: center;
        font-size: 36px;
        background-color: #2b2a28;
        color: #ffffff;
        position: absolute;
        right: 0;
        bottom: 0;
        transition: 0.8s;
    }*/

.service-container:hover .service-content-wrapper {
    transform: scale(1.1);
    transition: 0.5s all ease-in-out;
}

.service-container:hover .service-image i {
    bottom: 74%;
}

.service-container h5 {
    font-weight: 600;
    font-size: 13px;
    margin-top: 20px;
    text-align: center;
    background-color: #e1e1e1;
    padding: 10px;
    color: #000;
}

.service-container p {
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.05);*/
    margin-bottom: 0;
    /*padding-bottom: 30px;*/
    /*height: 130px;*/
    font-size: 15px;
    text-align: center;
}

@media (max-width: 767px) {
    .service-image {
        height: 350px;
    }

    .service-container p {
        height: auto;
    }
}
/**Homepage Chemical Section End**/

/**All page Header Section Start**/
.bg-gray-7 {
    background-color: #f3f3f3;
}

.box-transform-wrap {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.breadcrumbs-custom {
    position: relative;
    padding: 20px 0;
    text-align: center;
    /*background-color: #be2120;*/
}

.breadcrumbs-custom-title {
    letter-spacing: -0.02em;
    font-size: 50px;
    line-height: 1.05455;
    font-weight: 900;
    text-transform: uppercase;
}

.box-transform {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% + 150px);
    height: calc(100% + 150px);
    will-change: transform;
    /*animation: bgPos 100s linear infinite;*/
    transform: translate3d(75px, -75px, 0) rotate(0.001deg);
    background-position: 50% 50%;
    background-size: cover;
    pointer-events: none;
    z-index: -1;
}

    .box-transform:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: -1;
    }

.breadcrumbs-custom-path {
    padding: 10px 0;
    margin-left: -17px;
    margin-right: -17px;
}

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
    }

    .breadcrumbs-custom-path > * {
        padding-left: 17px;
        padding-right: 17px;
    }

    .breadcrumbs-custom-path a, .breadcrumbs-custom-path a:active, .breadcrumbs-custom-path a:focus {
        color: #777777;
    }

    .breadcrumbs-custom-path a {
        display: inline;
        vertical-align: middle;
    }

    /*.breadcrumbs-custom-path li::after {
        position: absolute;
        content: "";
        top: 46%;
        right: -8px;
        display: inline-block;
        font-size: 14px;
        line-height: 1;
        font-style: normal;
        font-family: "Material Design Icons";
        color: #151515;
        transform: translate3d(0, -50%, 0);
    }*/
    .breadcrumbs-custom-path li i {
        margin-left: 10px;
    }

    .breadcrumbs-custom-path li.active {
        font-weight: 900;
        color: #151515;
    }

    .breadcrumbs-custom-path li {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        line-height: 1.5;
        font-weight: 500;
        letter-spacing: .13em;
        text-transform: uppercase;
        padding: 5px;
    }

.context-dark {
    color: #ffffff;
}

@keyframes bgPos {
    25% {
        transform: translate3d(150px, -150px, 0) rotate(0.001deg);
    }

    75% {
        transform: translate3d(0, 0, 0) rotate(0.001deg);
    }
}


@media (min-width: 576px) {
    .breadcrumbs-custom {
        padding: 70px 0;
    }
}

@media (min-width: 768px) {
    .breadcrumbs-custom {
        padding: 80px 0;
    }

    .breadcrumbs-custom-path {
        padding: 20px 0;
    }
}

@media (min-width: 992px) {
    .breadcrumbs-custom {
        padding: 90px 0;
    }
}

/*@media (min-width: 1200px) {
    .breadcrumbs-custom {
        padding: 40px 0;
    }
}*/
/**All page Header Section End**/

/**About us Page Start**/
.about-area .text-color1 {
    font-size: 38px;
}

.about-thumb img {
    width: 100%;
    /*animation: float-y 2s linear infinite;*/
    overflow: visible;
    height: 500px;
}

.about-area.style-four .about-title h2 {
    padding: 10px;
    color: #ffffff;
    background: #2c2b28;
}

.about-area.style-four .about-button a {
    padding: 21px 50px;
    background: #be2120;
}

/*.about-button {
    position: relative;
    z-index: 1;
    display: inline-block;
    margin-top: 26px;
}*/

.about-button a {
    display: inline-block;
    color: #fff;
    letter-spacing: 2px;
    transition: .5s;
    position: relative;
    z-index: 1;
}

.button {
    pointer-events: auto;
    cursor: pointer;
    background: #e7e7e7;
    border: none;
    padding: 1.5rem 3rem;
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    position: relative;
    display: inline-block;
    border: solid 1px #000;
}

.button--greip {
    overflow: hidden;
    color: #fff;
    font-family: input-mono-narrow, monospace;
    font-weight: 500;
    padding: 1rem 2rem;
}

    .button--greip span {
        display: block;
        position: relative;
    }

    .button--greip > span {
        overflow: hidden;
        mix-blend-mode: difference;
    }

    .button--greip:hover > span > span {
        animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
    }

.swiper-slide .btnbgchnage::before {
    background: #fff;
}

.button--greip::before {
    content: '';
    background: #000;
    width: 100%;
    height: 100%;
    transform-origin: 50% 100%;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    transition: clip-path 0.2s, -webkit-clip-path 0.2s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.2, 1);
}

.button--greip:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.button--greip:hover::before {
    transition-duration: 0.3s;
    -webkit-clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 0 0, 0% 100%);
}

.button::before, .button::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@keyframes MoveUpInitial {
    to {
        transform: translate3d(0,-105%,0);
    }
}

@keyframes MoveUpEnd {
    from {
        transform: translate3d(0,100%,0);
    }

    to {
        transform: translate3d(0,0,0);
    }
}

@keyframes marquee {
    0% {
        transform: translate3d(var(--move-initial), 0, 0);
    }

    100% {
        transform: translate3d(var(--move-final), 0, 0);
    }
}

.about-area.style-four .about-button:after {
    background: #2b2a28;
}

.about-button:hover:after {
    top: 0px;
    left: 0px;
}

.abthought .bg-vide {
    position: relative;
    z-index: 0;
    z-index: 0;
    inset: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url('../../assets/images/Slider/S11.png');
}

    .abthought .bg-vide:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .6);
        z-index: -1;
    }

.caption1 {
    position: relative;
    background: #be2120ba none repeat scroll 0 0;
    /*background: rgba(252, 90, 10, 0.85) none repeat scroll 0 0;*/
    box-sizing: border-box;
    display: block;
    padding: 44px 30px;
    text-align: left;
    width: 570px;
    z-index: 0;
}

.abthought .caption1 h2 {
    letter-spacing: -0.02em;
    font-size: 70px;
    line-height: 1.05455;
    font-weight: 900;
    text-transform: uppercase;
    color: #fff;
}

    .abthought .caption1 h2 span {
        font-size: 35px;
        font-weight: 500;
        display: block;
        line-height: 45px;
        margin-bottom: 14px;
        letter-spacing: 0;
    }

.abthought .caption1 p {
    margin: 0;
    width: 75%;
    position: relative;
}

.abthought .caption1 h2, .caption1 span, .caption1 p {
    color: #fff;
}

.abthought .caption1 a {
    border: 2px solid #fff;
    bottom: 38px;
    color: #fff;
    display: inline-block;
    font-size: 35px;
    height: 76px;
    line-height: 68px;
    position: absolute;
    right: 30px;
    text-align: center;
    transition: all 0.25s ease 0s;
    width: 76px;
}

.section-sm {
    padding: 40px 0;
}

.bg-vide > * {
    position: relative;
    z-index: 1;
}


@media (min-width: 768px) {
    .section-sm {
        padding: 40px 0;
    }
}

@media (max-width: 767px) {
    .caption1 {
        width: 100%;
    }

        .caption1 h2 {
            font-size: 43px;
            line-height: 49px;
        }

            .caption1 h2 span {
                font-size: 29px;
                line-height: 29px;
            }

    .abthought .caption1 h2 {
        font-size: 35px;
    }
}

@media (min-width: 1200px) {
    .caption1 h2 {
        font-size: 79px;
    }
}

.about-video {
    position: absolute;
    top: 48%;
    left: 40%;
}

.progress {
    display: flex;
    height: 5px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
    margin-bottom: 10px;
    background: #FD532F;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3),;
    }

    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0.3),;
    }
}

.ailata-about-area.style-two.upper .proces-title h3 {
    font-size: 20px;
}

.ailata-about-area.style-two .dreamit-section-sub-title h5 {
    color: #CC7A31;
    font-size: 16px;
    margin-bottom: 15px;
}

.ailata-about-area.style-two .proces-title h3 {
    color: #2b2a28;
    font-weight: 700;
}

.ailata-about-area.style-two .bg-info {
    background-color: #2b2a28 !important;
}

.ailata-about-area.style-two .progress {
    background: #FF9F0D;
}

.ailata-about-area.style-two .bg-success {
    background-color: #2b2a28 !important;
}

.ailata-about-area.style-two .ailata-about-thumb {
    position: relative;
    /*left: 39px;*/
}

.box-icon-classic-icon i {
    color: #fff;
    display: inline-block;
    text-align: center;
    /* height: 70px; */
    width: 50px;
    margin-top: 4px;
    font-size: 30px;
    font-weight: 600;
    line-height: 60px;
    background: linear-gradient(173deg, rgb(190 33 32), rgb(43 42 40));
    border-radius: 50%;
    box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 15%);
    animation: iconClassic 20s ease-in-out infinite;
}

.ailata-about-thumb img {
    width: 100%;
    height: 500px;
    animation: rotateAnimation 30s linear infinite;
}

@media (max-width: 767px) {
    .ailata-about-thumb img {
        height: auto;
    }
}

@keyframes rotateAnimation {
    from {
        transform: rotateY(45deg);
    }

    to {
        transform: rotateY(225deg);
    }
}

.about-video-icon a {
    color: #fff;
}

.about-video-icon a, .about-icon a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    border-radius: 100%;
    position: relative;
    color: #fff;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
    background: #be2120;
    font-size: 28px;
    z-index: 1;
}

/**about counter**/
.abcount {
    padding: 40px 0;
    /*background: linear-gradient(173deg, rgb(190 33 32), rgb(43 42 40));*/
}

.about-page__experience .counter-one__list {
    margin-top: 60px;
}

.counter-one__list {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.counter-one__single {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 33%;
    max-width: 33%;
    width: 100%;
    text-align: center;
    /*margin-bottom: 30px;*/
}

    .counter-one__single:before {
        position: absolute;
        top: 20px;
        bottom: -1px;
        right: 0;
        content: "";
        width: 1px;
        background-color: #eeeeee26;
    }

.about-page__experience .counter-one__plus {
    color: #fff;
}

.bg-gray-100 {
    background-color: #f5f5f5;
}

.box-icon-classic {
    text-align: left;
    transition: all .2s ease;
    z-index: 1;
}

.unit-body {
    flex: 0 1 auto;
    margin-left: 10px;
}

.flex-column {
    flex-direction: column !important;
}

/*.counter-one__plus {
    color: #fff;
}*/

.abcount a {
    color: #000;
    font-weight: bold;
}

/*.abcount p {
    color: #fff;
}*/

.unit-spacing-lg > * {
    margin-bottom: 30px;
    margin-left: 30px;
}

.unit-left, .unit-right {
    flex: 0 0 auto;
    max-width: 100%;
}

.box-icon-classic-title {
    text-transform: none;
    letter-spacing: .05em;
    /*text-align: left;*/
    font-size: 18px;
}

.box-icon-classic-icon {
    display: inline-block;
    text-align: center;
    height: 70px;
    width: 100%;
    margin-top: 4px;
    font-size: 52px;
    font-weight: 600;
    line-height: 60px;
    color: #000;
    /*background: linear-gradient(173deg, rgb(190 33 32), rgb(43 42 40));*/
    /*border-radius: 50%;*/
    box-shadow: 8px 9px 3px 0 rgb(4 7 12 / 15%);
    animation: iconClassic 20s ease-in-out infinite;
}

.contactform .icon {
    color: #be2120;
}

.contactform i {
    color: #be2120;
}

    .contactform i:hover {
        color: #2b2a28;
    }

.contactform ul li {
    border-bottom: solid 1px #777777;
}

.brbottom {
    border-bottom: solid 1px #f1f1f1;
}

/*.box-icon-classic-text {
    text-align: left;
}*/
/*.te-counter-card:last-child {
    border-right: none;
}*/
.counter-up-area.style-1 {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #080c12;
}

.te-counter-card {
    z-index: 1;
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 60px;
}

    .te-counter-card .te-counter-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        text-align: center;
    }

        .te-counter-card .te-counter-item:before {
            position: absolute;
            content: "";
            height: 100%;
            width: 1px;
            background-color: rgba(255, 255, 255, 0.3);
            right: -30px;
        }

        .te-counter-card .te-counter-item .te-counter-title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            /*gap: 20px;*/
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .te-counter-card .te-counter-item .icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
        }

            .te-counter-card .te-counter-item .icon img {
                -webkit-transition: all 0.5s ease-out;
                transition: all 0.5s ease-out;
            }

        .te-counter-card .te-counter-item .te-counter-title .content {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

        .te-counter-card .te-counter-item .number {
            font-family: "Jost", sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 58px;
            letter-spacing: -1.92px;
            text-align: center;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }

        .te-counter-card .te-counter-item .number {
            font-family: "Jost", sans-serif;
            font-weight: 600;
            font-size: 48px;
            line-height: 58px;
            letter-spacing: -1.92px;
            text-align: center;
            color: #ffffff;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin: 0;
        }

        .te-counter-card .te-counter-item .title {
            margin: 0;
            font-family: "Jost", sans-serif;
            font-weight: 400;
            font-size: 16px;
            line-height: 32px;
            color: #ffffff;
        }

@media (max-width: 575px) {
    .te-counter-card {
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 50px;
    }
}

@media (Min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
        border-left: solid 1px #d4d3d3;
    }
}

@media (min-width: 992px) {
    .section-lg {
        padding: 90px 0;
    }

    /*.box-icon-classic-icon {
        height: 115px;      
        font-size: 25px;
        line-height: 115px;      
    }*/
}

@media (max-width: 768px) {
    .flex-md-row {
        margin-top: 10px;
        flex-direction: row !important;
        border: solid 1px #d4d3d3;
    }

    .counter-one__single {
        max-width: 100%;
    }

    .counter-one__list {
        display: block;
    }

    /*.box-icon-classic-icon i {
        color: #fff;
        display: inline-block;
        text-align: center;
     
        width: 20px;
        margin-top: 4px;
        font-size: 20px;
     
        line-height: 30px;
        background: linear-gradient(173deg, rgb(190 33 32), rgb(43 42 40));
        border-radius: 50%;
        box-shadow: 4px 4px 10px 0 rgb(0 0 0 / 15%);
        animation: iconClassic 20s ease-in-out infinite;
        font-size: 10px;
    }*/


    .counter-one__plus {
        font-size: 17px;
    }

    .abcount a {
        font-size: 17px;
    }

    .abcount p {
        font-size: 14px;
    }
}
/**ab counter**/
/**About us Page  End**/

/***Contact Us page Start***/

.contactform h4 {
    color: #be2120;
    font-size: 40px;
    line-height: 1.05455;
    margin-top: 0;
    margin-bottom: 20px;
    font-weight: 900;
    margin-left: 10px;
}

    .contactform h4 span {
        color: #2b2a28;
    }

.contactus-pg-border {
    border: solid 1px #f1f1f1;
    padding: 15px;
}

.form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 15px;
    margin: 0 0 15px;
    border-radius: 4px;
}

.form-group #txtmessage {
    width: 100%;
}

.aside-contacts {
    text-align: center;
    letter-spacing: 0;
}

.aside-contacts-title {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #151515;
}

@media (min-width: 768px) {
    .aside-contacts {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .aside-contacts {
        margin-left: 30px;
        padding-left: 35px;
        border-left: 1px solid #ebebeb;
    }
}

@media (min-width: 1200px) {
    .aside-contacts {
        margin-left: 70px;
    }
}
/***Contact Us page ENd***/

/**************************Gallery page start*****************/
.gallery-image {
    height: 170px;
    margin-bottom: 20px;
    overflow: hidden;
}

    .gallery-image img {
        width: 100%;
        /*height: 100%;*/
    }

.filterDiv {
    display: none;
    /*box-shadow: inset 0px 0px 15px rgb(0 0 0 / 20%);*/
    /*border: solid 1px #eee;*/
}

#myBtnContainer {
    text-align: center;
    margin-bottom: 20px;
}

.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
    box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}

.btnFilter, .btnFilter:hover, .btn.active {
    cursor: pointer;
    background: #2b2a28;
    /*border-color: #d68b2f;*/
    color: #ffffff;
    margin: 4px;
    /*color: white;*/
    padding: 20px;
    position: relative;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    text-align: center;
    /*font-family: "Poppins", Sans-serif;*/
    font-size: 16px;
    border-radius: 0px;
    border-bottom: solid 2px #616161;
}

    .btn.active, .btnFilter:hover {
        background: #be2120;
        border-bottom: solid 2px #be2120;
        color: #fff;
    }

}
/************Gallery page end*****************/
/************Mining page end*****************/
.Mining .text-primary {
    color: #f68a0a !important;
}

.Mining .bg-primary {
    background-color: #FF9F0D !important;
}

.projects .nav-item {
    box-shadow: 0 0 30px rgba(0, 0, 0, .09);
}

    /*.projects-item .projects-content {
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}*/

    .projects .nav-item a.active {
        background: #FF9F0D;
    }

        /*.projects .nav-item a span {
        color: #2b2a28;
    }*/


        .projects .nav-item a.active span {
            color: #fff;
        }

        .projects .nav-item a.active .projects-icon {
            background: #2b2a28 !important;
        }

            .projects .nav-item a.active .projects-icon span {
                color: #FF9F0D;
            }

.silicapgimgbg {
    /*text-align: center;*/
    /*border: solid 1px #eee;*/
    padding: 10px;
    /*background: #F1F1EF;*/
    /*height: 442px;*/
}

    .silicapgimgbg img {
        height: 400px;
    }


/*.projects-content h4, p {
    text-align: left;
}*/

.projects-item img {
    /*width: 100%;*/
    height: 400px;
    /*background-color: #f1f1f1;*/
}

.Solutionimght .mySlides1 img {
    width: 100%;
    height: 350px;
}

.Mining .bg-white {
    background-color: #fff !important;
    text-align: left;
}

.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 40px;
    height: 40px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-xl-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square,
.btn-xl-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.btn-primary {
    color: #FF9F0D;
    border: none;
}

    .btn.btn-primary:hover {
        background: rgba(255, 255, 255, .3);
        color: #fff;
    }

.btn.btn-light {
    color: #FF9F0D;
    border: none;
}

    .btn.btn-light:hover {
        color: #fff;
        background: #FF9F0D;
    }

.d-flex {
    display: flex !important;
}

.me-3 {
    margin-right: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

@media (max-width: 768px) {
    .Solutionimght .mySlides1 img {
        height: auto;
    }

    .projects-item img {
        width: 100%;
        height: auto;
    }
}
/************Mining page end*****************/

/************Chemical page end*****************/
.Chemical .text-color1 {
    font-size: 60px;
}

.Chemical .tablinks {
    width: 35%;
    padding-left: 2px;
}

    .Chemical .tablinks a:active {
        background-color: #be2120;
    }

.tablinks a {
    background: linear-gradient(173deg, rgb(190 33 32), rgb(43 42 40));
    color: #fff;
    font-size: 15px;
}


.Chemical .tab {
    display: flex;
}

.Chemical img {
    /*padding: 10px;*/
    width: 100%;
    height: auto;
    /*border: solid 5px #827f7f;*/
}

.Chemical .projects-icon img {
    padding: 10px;
    width: 100%;
    height: auto;
    /*border: solid 5px #827f7f;*/
}



.Mining .bg-primary {
    background-color: #ff9f0d !important;
}

.borderdesign {
    margin-bottom: 10px;
    padding: 30px;
    border-bottom: solid 2px #f1f1f1;
    text-align: center;
}

.contactHeading {
    font-size: 20px;
    padding-bottom: 20px;
    /*border-bottom: 2px solid #be2120;*/
    margin-bottom: 25px;
    margin-top: 0;
    line-height: 1;
    color: #222;
    text-transform: uppercase;
    margin-top: 20px;
    position: relative;
}

    .contactHeading:before {
        position: absolute;
        content: "";
        width: 50px;
        height: 5px;
        /* left: 0; */
        bottom: 0;
        /* background: #36b4e5; */
        border-radius: 2px;
        border-bottom: 2px solid #bcbcbc;
    }

.Chemical .filterDiv {
    box-shadow: none;
}

.terms-content {
    margin-bottom: 20px;
}

    .terms-content ul {
        list-style: disc;
        margin-left: 20px;
    }

@media (max-width: 767px) {
    .Chemical .text-color1 {
        font-size: 22px;
    }

    .btnFilter, .btnFilter:hover, .btn.active {
        width: 100%;
    }

    .Chemical .tablinks {
        width: 100%;
    }

    .Chemical .tab {
        display: initial;
    }
}
/**table drw start**/
table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}

/**table drw end**/
/**Client Page Start**/
.square-holder {
    padding: 40px;
    border: 1px solid #cecece;
    align-items: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    background-color: #f1f1f1;
    min-height: 200px;
    height: 200px;
    border-radius: 3%;
}

    .square-holder img {
        max-width: 100%;
        filter: grayscale(100%);
        transition: all 0.3s;
    }

.row .col.s4 {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
}

.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}

.square-holder:hover img {
    filter: none;
}

.square-holder img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.procenter {
    justify-content: center;
    display: flex;
}

@media (max-width: 767px) {
    .square-holder {
        height: 120px;
        min-height: 0px;
    }

    .row .col.s4 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
}
/**Client Page End**/
/************Chemical page end*****************/
/**Get inquiry Side bar btn start**/
.GetInquiry {
    position: fixed;
    width: 138px;
    height: 135px;
    bottom: 0px;
    right: -25px;
    bottom: 0px;
    /*background-color: #fff;*/
    color: #FFF;
    /*border-radius: 50px;*/
    text-align: center;
    font-size: 30px;
    /*box-shadow: 2px 2px 3px #999;*/
    z-index: 100;
    line-height: 44px;
    /*border: 2px solid #2b2a28;*/
    -webkit-transition: .3s;
    transition: .3s;
    /*animation: float-y 2s linear infinite;*/
}

.GetBrouchure {
    position: fixed;
    width: 50px;
    bottom: 0px;
    /* right: 0px; */
    bottom: 50px;
    /* background-color: #fff; */
    color: #FFF;
    /* border-radius: 50px; */
    text-align: center;
    font-size: 30px;
    /* box-shadow: 2px 2px 3px #999; */
    z-index: 100;
    line-height: 44px;
    /* border: 2px solid #2b2a28; */
    -webkit-transition: .3s;
    transition: .3s;
}

    .GetBrouchure img {
        width: 100%;
    }

    .GetBrouchure span.contact-tooltip {
        background-color: #be2120;
        position: absolute;
        border-radius: 50px;
        line-height: 14px;
        text-align: center;
        font-size: 12px;
        font-weight: 500;
        padding: 7px 10px;
        width: 108px;
        right: -60px;
        top: -45px;
        /* opacity: 0; */
        /* visibility: hidden; */
        box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
        transition: all 0.3s linear;
        -webkit-transition: all 0.3s linear;
        transition-delay: 1s;
        color: #fff;
    }
/*.GetInquiry:hover {
        position: fixed;
        width: 45px;
        height: 45px;
        bottom: 35px;
        right: 12px;
        text-align: center;
        font-size: 30px;
        line-height: 39px;
        border: 2px solid #2b2a28;
        transition: .3s;
        background-color: #be2120;
        color: #25d366;
    }*/
.contact-icon {
    display: block;
}

    .contact-icon.active span.contact-tooltip {
        top: 15px;
        opacity: 1;
        visibility: visible;
    }

span.contact-tooltip {
    background-color: #be2120;
    position: absolute;
    border-radius: 50px;
    line-height: 14px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    padding: 7px 10px;
    width: 108px;
    right: 51px;
    top: -45px;
    /* opacity: 0; */
    /* visibility: hidden; */
    box-shadow: 0 5px 10px rgb(0 0 0 / 12%);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition-delay: 1s;
    color: #fff;
}

    span.contact-tooltip:after {
        content: '';
        position: absolute;
        right: 55px;
        bottom: -10px;
        border-top: 12px solid #be2120;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
    }

.my-float {
    margin-top: 16px;
}


.GetInquiry img {
    width: 100%;
    transform: translateX(0) rotate(346deg);
}
/**Get inquiry Side bar btn end**/
/**Call TO Action all Page Bottom end**/
/*.leftrightspace {
    padding: 0px 40px;
}*/
.slider-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1200px) {
    .slider-container {
        max-width: 1200px;
    }
}

.bg-image-custom {
    position: relative;
    z-index: 0;
}

.bg-image-custom-inner {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
/**Call TO Action all Page Bottom end**/

.phone, .mail, .address {
    color: #000;
}

/**About us Page Start***/
.sigma_about-content {
    text-align: justify;
    font-size: 17px;
}

.about-section .about-image {
    position: relative;
}

    .about-section .about-image .image-text {
        background: linear-gradient(173deg, rgb(190 33 32), rgb(43 42 40));
        border-radius: 50% 50% 0 0;
        padding: clamp(24px, 2.5vw, 64px) clamp( 2.667vw,16px, 69px);
        /*padding: clamp(19px, 1.5vw, 53px) clamp( 1.667vw,11px, 65px);*/
        position: absolute;
        bottom: 1px;
        right: 0;
    }

    .about-section .about-image img {
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        margin-top: 55px;
    }

.color-white {
    color: #FFFF;
}

@media (max-width: 767px) {
    .about-section .about-image .image-text {
        padding: 5px;
    }

    .about-section .image-text h2 {
        font-size: 18px;
    }

    .GetInquiry {
        display: none;
    }

    .about-section .about-image img {
        margin-top: 0px;
    }

    .p-4 {
        padding: 0px !important;
    }

    .leftrightspace {
        padding: 0px 0px;
    }
}
/**About us Page End***/
.projects-item .text-color1 {
    font-size: 30px;
}

.RecommendedSolution ul {
    display: flex;
    position: relative;
}

    .RecommendedSolution ul li {
        border-left: solid 1px #ddd;
        width: 50%;
        margin-top: 10px;
        /*border-bottom: solid 1px #ddd;*/
    }

.RecommendedSolution h4 {
    color: #64646a;
}

.Benefits {
    padding: 10px;
}

    .Benefits h4 {
        font-weight: 900;
    }

    .Benefits ul li {
        list-style: circle;
        margin-left: 20px;
        color: #6f6c6c;
    }

.StepWise {
    padding: 10px 20px;
    /*width:50%;*/
}

.stepimg {
    width: 110px;
    height: 110px;
}

    .stepimg img {
        width: 100%;
    }

.StepWise h3 {
    font-weight: bold;
    font-size: 18px;
}

.stepone {
    margin: 10px 0px;
    background-color: #2b2a28;
    color: #fff;
    width: 100px;
    height: 40px;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}

.Becomeadealer {
    background-image: url('../images/bg/0120.png');
}

    .Becomeadealer .contactus-pg-border {
        border: solid 1px #f1f1f1;
        padding: 30px;
        z-index: 1;
        background-color: #2b2a28;
        box-shadow: 0 3px 20px #00000057;
        border-radius: 10px;
    }

.becomeadealerimg {
    width: 100%;
}

@media (max-width: 767px) {
    .RecommendedSolution h4 {
        font-size: 14px;
    }

    .StepWise h3 {
        font-size: 10px;
    }
}

.contactform .btn.btn-primary {
    margin-top: 10px;
    color: #fff;
    border: solid 2px #000;
    height: 50px;
    background-color: #000;
    width: 100px;
}

    .contactform .btn.btn-primary:hover {
        background: rgba(255, 255, 255, .3);
        border: solid 2px #be2120;
        background-color: #be2120;
    }

.txtred {
    color: #be2120;
}
/**iso Certi Start**/
.secisocerti {
    background: #F1F1EF;
}

    .secisocerti img {
        width: 100%;
    }
/**iso Certi End**/
/**Calculation Start**/
.Calculation .btn.btn-primary {
    color: #fff;
    border: solid 2px #000;
    height: 50px;
    background-color: #000;
    width: 100px;
}

    .Calculation .btn.btn-primary:hover {
        background: rgba(255, 255, 255, .3);
        border: solid 2px #be2120;
        background-color: #be2120;
    }


    .boxPP{
            background-color: #f1f1f1;
    padding: 20px;
    }

.TermsandConditions ul{
        list-style: circle;
}
.TermsandConditions ul li{
        margin-left: 35px;
}