
@font-face {
    font-family: 'poppins-black';
    src: url('../fonts/poppins-black.woff2') format('woff2'),
         url('../fonts/poppins-black.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-bold';
    src: url('../fonts/poppins-bold.woff2') format('woff2'),
         url('../fonts/poppins-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-extrabold';
    src: url('../fonts/poppins-extrabold.woff2') format('woff2'),
         url('../fonts/poppins-extrabold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-italic';
    src: url('../fonts/poppins-italic.woff2') format('woff2'),
         url('../fonts/poppins-italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-light';
    src: url('../fonts/poppins-light.woff2') format('woff2'),
         url('../fonts/poppins-light.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-medium';
    src: url('../fonts/poppins-medium.woff2') format('woff2'),
         url('../fonts/poppins-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-regular';
    src: url('../fonts/poppins-regular.woff2') format('woff2'),
         url('../fonts/poppins-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-semibold';
    src: url('../fonts/poppins-semibold.woff2') format('woff2'),
         url('../fonts/poppins-semibold.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poppins-thin';
    src: url('../fonts/poppins-thin.woff2') format('woff2'),
         url('../fonts/poppins-thin.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

body {
    font-size: 16px;
    font-family: 'poppins-regular';
}

/*header menu*/
a.navbar-brand img {
    max-width: 450px;
}
.lead {
    font-size: 21px;
    line-height: 32px;
    color: #181825;
}
.z-index-0 {
    z-index: 0;
}
::selection {
    background: rgba(255, 244, 147, 0.8);
    color: #272c30;
}
.btn {
    font-size: 16px;
    padding: 11px 21px;
    border-radius: 4px;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    transition: 0.3s ease;
}
/*--- btn default --*/
.btn-brand {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-brand:hover {
    color: #fff;
    background-color: #08b072;
    border-color: #08b072;
}
.btn-brand.focus,
.btn-brand:focus {
    color: #fff;
    background-color: #08b072;
    border-color: #08b072;
    box-shadow: none;
}
/*----------------- 7. Headers ---------------------------------*/
.headersection {
    background-color: rgba(0, 0, 0, 0%);
    position: relative;
    z-index: 9;
    /*-webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);*/
    position: absolute;
    width: 100%;
}
/* -------------------- Top Header --------------------*/
.top-header {
    background-color: #fff;
    font-size: 14px;
    color: #626582;
    line-height: 30px;
    border-bottom: 1px solid #f0f1f9;
    border-top: 3px solid #3544ee;
    padding-bottom: 4px;
    padding-top: 4px;
}
.top-header ul {
    margin-bottom: 0px;
}
.top-header ul li {
    float: left;
    margin-left: 18px;
}
.top-header ul li a {
    color: #626582;
}
.top-header i {
    font-size: 10px;
}
.top-header-social {
}
.top-header-social i {
    font-size: 14px;
}
.top-header-social ul {
    margin-left: 10px;
}
.top-header-social ul li {
    float: left;
    margin-left: 8px;
}
.top-header-social ul li a {
    color: #9d9ea7;
}
.top-header-social ul li a:hover {
    color: #01d486;
}
/*-------------------------------------------------------------------8. Navigations-------------------------------------------------------------------*/
/*-------------------- Navigation classic ---------------------*/

.navbar-classic.navbar-light .navbar-nav .nav-link {
    color: #181825;
    padding: 12px 16px;
}

.navbar-classic .navbar-nav .nav-item .nav-link {
    font-size: 16px;
    color: #fff;
    padding: 10px 11px;
    line-height: 20px;
    font-family: 'poppins-medium';
}


.navbar-classic .navbar-nav .nav-item .nav-link:hover {
    color: #d6732f;
}
.navbar-classic .navbar-nav .nav-item .nav-link:hover.dropdown-toggle::after {
    color: #3544ee;
}
.navbar-classic.navbar {
    padding: 10px 0px;
}
.navbar-classic .dropdown-toggle::after {
    display: none;
}
.arrodown {
    font-size: 14px;
    margin-left: 5px;
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-item {
    border-bottom: 1px solid #f1f1f6;
    border-radius: 0px;
}
.navbar-brand {
    display: inline-block;
    /*padding-top: 5px;
    padding-bottom: 2px;*/
    padding: 0;
    margin-right: initial;
    line-height: inherit;
    white-space: nowrap;
    color: #181825;
    font-size: 24px;
}

.dropdown-menu {
    position: absolute;
    /*top: 100%;*/
    top: 20px;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 16rem;
    /*padding: 12px;*/
    padding: 10px;
    margin: 18px 0px;
    font-size: 1rem;
    color: #808294;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgb(255, 255, 255);
    border-radius: 2px;
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 12px 15px 12px;
    clear: both;
    font-weight: 400;
    color: #373435;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 16px;
    line-height: 15px;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #4955ef;
    text-decoration: none;
    background-color: #eeeffd;
    border-radius: 4px;
}
.dropdown-item:focus .dropdown-toggle::after,
.dropdown-item:hover.dropdown-toggle::after {
    color: #4955ef;
}
@media (min-width: 992px) {
    .dropdown .dropdown-menu {
        display: block;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in;
    }
    .dropdown:hover > .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
    .dropdown-submenu:hover .dropdown-menu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu a::after {
    transform: rotate(-90deg);
    position: absolute;
    right: 17px;
    top: 25px;
}
.dropdown-submenu .dropdown-menu {
    top: 0px;
    left: 100%;
    margin-left: 13px;
    margin-right: 0.1rem;
}
.caret-up {
    width: 0;
    height: 0;
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-bottom: 4px solid;
    display: inline-block;
    margin-left: 2px;
    vertical-align: middle;
}
.mega-dropdown {
    position: unset;
}
.mega-dropdown-menu {
    width: 100%;
    position: absolute;
    top: 63px;
    margin: 15px 0px;
}
.mega-dropdown-menu ul {
    list-style: none;
}
.nav-dropitem-arrow {
    position: relative;
    font-size: 12px;
    opacity: 0;
    padding-right: 10px;
}
.nav-dropitem-arrow i {
    position: absolute;
    /* top: -1px;
    */
}
.dropdown-item:focus,
.dropdown-item:hover {
    /*color: #3544ee;*/
    /*background-color: #eeeffd;*/
    color: #fff;
    text-decoration: none;
    background-color: #d6732f;
    border-radius: 4px;
}
.dropdown-item:hover .nav-dropitem-arrow {
    color: #4955ef;
    opacity: 1;
    margin-right: 5px;
}
.navbar-classic .navbar-toggler,
.navbar-boxed .navbar-toggler {
    padding: 17px 15px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid #eaeaf0;
    border-radius: 0.25rem;
    position: relative;
}
/* mobile menu css */
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    /*border-bottom: 1px solid #f1f1f6;30-12 */
}
.navbar-classic .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.navbar-boxed .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-boxed .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu {
    background: #fff;
    box-shadow: none;
    margin: 7px 0px;
}
.navbar-transparent .navbar-collapse.show .navbar-nav .nav-item .nav-link {
    border-bottom: 1px solid #495bfb;
}
.navbar-transparent .navbar-collapse.show .dropdown .dropdown-menu .dropdown-submenu.dropdown-item {
    border-bottom: 1px solid #f1f1f6;
}
.icon-bar {
    width: 21px;
    height: 3px;
    background-color: #3544ee;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px;
}
.navbar-toggler:focus {
    outline: 0px;
}
.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: #3544ee;
}
.navbar-toggler .middle-bar {
    opacity: 0;
}
.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: #3544ee;
}
.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: #3544ee;
}
.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: #3544ee;
}

/*end header menu*/

/*headersection*/

.herosliderdetails {
    position: absolute;
    left: 46.7%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
}
.herosliderdetails h2{
    font-size: 42px;
    line-height: 50px;
    color: #fff;
    /*font-family: 'poppins-bold';*/
    font-family: 'poppins-medium';
}
.herosliderdetails p {
    width: 50%;
    font-size: 18px;
    margin: 10px 0 15px;
    color: #fff;
    font-family: 'poppins-light';
    text-align: justify;
}
a.themebtn {
    background: #d6732f;
    font-size: 18px;
    color: #fff;
    padding: 12px 36px;
    display: inline-block;
    border-radius: 50px;
    transition: all .3s ease-out;
    /*box-shadow: 0 2.5px 1px 0px #fff, 0 0 0px 0px #fff;*/
    font-family: 'poppins-light';
}
a.themebtn:hover{
    text-decoration: none;
    color: #d6732f;
    background: #fff;
    /*box-shadow: 0 2.5px 1px 0px #d6732f, 0 0 0px 0px #d6732f;*/
}

.heroslider-owl-carousel > .owl-nav {
    margin: 0;
}
.heroslider-owl-carousel > .owl-dots {
    position: absolute;
    /*bottom: -15px;*/
    bottom: -15px;
    left: 0;
    right: 0;
    width: 5%;
    margin: 0 auto;
    background: #fff;
    padding: 0px 0px;
    border-radius: 50px;
    -webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
    height: 30px;
    line-height: 40px;
}
.heroslider-owl-carousel > .owl-dots > button.owl-dot > span{
    background: #000;
}

.heroslider-owl-carousel > .owl-dots > button.owl-dot.active > span{
    background: #d6732f;
}
.heroslider-owl-carousel > .owl-dots > button.owl-dot:focus{
    outline: none;
    border: none;
}
.heroslider-owl-carousel > .owl-nav > button.owl-prev {
    position: absolute;
    top: 50%;
    left: 30px;
    opacity: 1;
    margin: 0;
}
.heroslider-owl-carousel > .owl-nav > button.owl-next {
    position: absolute;
    top: 50%;
    right: 30px;
    opacity: 1;
    margin: 0;
}
/*.heroslider-owl-carousel > .owl-nav > button.owl-prev > span, .heroslider-owl-carousel > .owl-nav > button.owl-next > span {
    width: 55px;
    height: 55px;
    background: #d6732f;
    display: inline-block;
    color: #fff;
    font-size: 70px;
    line-height: 42px;
    border-radius: 50%;
    transition: all .1s ease-in;
    -webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
}*/
.index-prev, .index-next {
    width: 55px !important;
    height: 55px;
    color: #fff;
    background: #d6732f;
    padding: 15px 0;
    border-radius: 50%;
    transition: all .1s ease-in;
}
.index-prev:hover, .index-next:hover{
    background: #fff;
    color: #d6732f;
}

.produ-prev, .produ-next {
    width: 40px !important;
    height: 40px;
    color: #fff;
    background: #d6732f;
    padding: 7px 0;
    transition: all .1s ease-in;
}
.produ-prev:hover, .produ-next:hover{
    background: #fff;
    color: #d6732f;
}
.produ-prev{margin-right: 10px;}
/*.heroslider-owl-carousel > .owl-nav > button.owl-prev > span:hover, .heroslider-owl-carousel > .owl-nav > button.owl-next > span:hover{
    background: #000;
}*/
.heroslider-owl-carousel > .owl-nav > button.owl-prev:hover,
.heroslider-owl-carousel > .owl-nav > button.owl-next:hover {
    background: transparent;
    cursor: pointer;
}
.heroslider-owl-carousel > .owl-nav > button.owl-prev:focus-visible,
.heroslider-owl-carousel > .owl-nav > button.owl-next:focus-visible {
    outline: none;
    border: none;
}
.heroslider-owl-carousel > .owl-nav > button.owl-prev:focus,
.heroslider-owl-carousel > .owl-nav > button.owl-next:focus {
    outline: none;
    border: none;
}
.heroslider-owl-carousel > .owl-dots > button.owl-dot:hover > span {
    background: #d6732f;
}
/*end headersection*/

/*aboutussection*/
.aboutussection {
    padding: 70px 0;
    /*background: url(../images/aboutus-bg.png);*/
    /*background: url(../images/home-product.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    background-attachment: fixed;*/
    background: #000;
}
.titlehead h2 {
    font-size: 42px;
    text-align: center;
    margin: 0 0 70px;
    position: relative;
    color: #fff;
    font-family: 'poppins-light';
}
.titlehead h2::after {
    content: "";
    position: absolute;
    background: url(../images/headline.png) no-repeat;
    width: 233px;
    height: 18px;
    top: 60px;
    left: 50%;
    margin-left: -116.5px;
}
.aboutus-right {
    padding: 0 25px;
}
.aboutus-right p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 24px;
    color: #fff;
    font-family: 'poppins-light';
}
.aboutus-right h3 {
    font-size: 38px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}
.aboutus-right h3::before{
    content: "";
    position: absolute;
    top: 45px;
    left: 0;
    width: 72px;
    height: 5px;
    background: #d6732f;
}
.aboutus-left {
    position: relative;
    z-index: 1;
    border: 2px solid #fff;
}
.aboutus-left::before {
    content: "";
    position: absolute;
    top: -10px;
    left: -10px;
    width: 150px;
    height: 150px;
    background: #d6732f;
    z-index: -1;
}
.aboutus-left::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 150px;
    height: 150px;
    background: #d6732f;
    z-index: -1;
}
/*end aboutussection*/


/*oursection*/
.oursection {
    padding: 70px 0 105px;
    background: #000;
}

.flip-card {
    background-color: transparent;
    width: 100%;
    /*width: 360px;*/
    height: 238px;
    perspective: 1000px;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    -webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-card-front {
    background-color: #fff;
    color: black;
    /*padding: 25px 20px 0px 20px;*/
}

.flip-card-back {
    background-color: #d6732f;
    color: white;
    transform: rotateY(180deg);
    /*padding: 20px 30px 0;*/
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    font-weight: normal;
}
.flip-card-front h3 {
    font-size: 28px;
    margin-bottom: 20px;
    border-bottom: 1px solid #b1b0b0;
    padding-bottom: 20px;
}
/*end oursection*/

/*productsection*/

/*.productsection {
    padding: 70px 0 105px;
}*/
.productsection {
    padding: 70px 0px;
    background: url(../images/home-product.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.productbtn {
    text-align: center;
    margin-top: -20px;
}
.productbtn a {
    background: #d6732f;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    padding: 8px 15px;
    border-radius: 50px;
    transition: all .3s ease-in;
}
.productbtn a:hover{
    background: #000;
    color: #fff;
    text-decoration: none;
}
.producthead h3 {
    font-size: 26px;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
}
.productdetails > div{
    position: relative;
    z-index: 1;
}
.productdetails > div::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -15px;
    width: 100%;
    height: 100%;
    border: 3px solid #d6732f;
    z-index: -1;
}
/*.item.productitem img {border: 2px solid #d6732f;}*/
.item.productitem img {border: 2px solid #d6732f;background: #fff;}
.product-slider-owl-carousel > .owl-nav > button.owl-prev,
.product-slider-owl-carousel > .owl-nav > button.owl-next {opacity: 1;margin: 0;}
.product-slider-owl-carousel > .owl-nav > button.owl-prev > span, 
.product-slider-owl-carousel > .owl-nav > button.owl-next > span {
    width: 35px;height: 35px;background: #d6732f;display: inline-block;color: #fff;
    font-size: 50px;line-height: 24px;border-radius: 0;transition: all .1s ease-in;
    -webkit-box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.09);
    box-shadow: 0px 3px 11px 0px rgb(0 0 0 / 9%);
}
.product-slider-owl-carousel > .owl-nav > button.owl-prev > span{margin-right: 10px;}
.product-slider-owl-carousel > .owl-nav > button.owl-prev > span:hover,
.product-slider-owl-carousel > .owl-nav > button.owl-next > span:hover{background: #000;}
.product-slider-owl-carousel > .owl-nav > button.owl-prev:hover,
.product-slider-owl-carousel > .owl-nav > button.owl-next:hover {background: transparent;cursor: pointer;}
.product-slider-owl-carousel > .owl-nav > button.owl-prev:focus-visible,
.product-slider-owl-carousel > .owl-nav > button.owl-next:focus-visible {outline: none;border: none;}
.product-slider-owl-carousel > .owl-nav > button.owl-prev:focus,
.product-slider-owl-carousel > .owl-nav > button.owl-next:focus {outline: none;border: none;}
.product-slider-owl-carousel > .owl-nav {padding-top: 0;position: absolute;right: 0;top: -57px;}
.owl-theme .owl-nav {margin-top: 0px !important;}
/*end productsection*/

/*company profile*/
.companybannersection {
    background: url(../images/company-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
}
.core-purpose-values-section {
    padding: 95px 0;
    background: #f7f7f7;

    background: url(../images/core-purpose-values-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    box-shadow: inset 0 0 0 2000px rgb(0 0 7 / 70%);
    background-attachment: fixed;
}
.bannerdetails h4 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}
.bannerdetails {
    text-align: center;
    margin-top: 70px;
}
.breadcrumb {
    background: transparent;
    border-radius: 0;
    margin: 0;
    padding: 0;
}
.bannerdetails > nav > ol.breadcrumb > li.breadcrumb-item > a {
    color: #fff;
    padding: 0 0;
    font-size: 16px;
    letter-spacing: 1px;
}
.bannerdetails > nav > ol.breadcrumb > li.breadcrumb-item > a:hover{text-decoration: none;}
.breadcrumb-item.active {
    color: #d6732f;
    letter-spacing: 1px;
    font-weight: bold;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #ffffff;
    content: "/";
}
.core-purpose-values-left img {
    -webkit-box-shadow: 8px 10px 10px 0px rgb(0 0 0 / 9%);
    -moz-box-shadow: 8px 10px 10px 0px rgb(0 0 0 / 9%);
    box-shadow: 8px 10px 10px 0px rgb(0 0 0 / 9%);
    border: 2px solid #d5732c;
}
.core-purpose-values-right {
    padding: 0 50px;
}
.core-purpose-values-right h2 {
    font-size: 38px;
    margin-bottom: 20px;
    position: relative;
    color: #fff;
}
.core-purpose-values-right h2::after {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    width: 72px;
    height: 5px;
    background: #d6732f;
}
.core-purpose-values-right p {
    font-size: 18px;
    line-height: 32px;
    color: #fff;
    font-family: 'poppins-light';
}
.core-purpose-values-right ul {
    padding-left: 20px;
    margin: 0;
}
.core-purpose-values-right ul li{
    font-size: 18px;
    color: #fff;
    font-family: 'poppins-light';
}
/*end company profile*/


/*infrastructure*/
.infrastructuresection{
    padding: 70px 0 95px;
    background: url("../images/infrastructure-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: inset 0 0 0 2000px rgb(0 0 7 / 50%);
    background-attachment: fixed;
}
.infrastructure-details {
    position: relative;
}

.gallery {
    display: flex;
    flex-wrap: wrap;
    margin: -1rem -1rem;
}

.gallery-item {
    flex: 1 0 24rem;
    margin: 1rem;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 14px 0px rgb(0 0 0 / 40%);
    transition: all .2s ease-in;
    border: 7px solid #fff;
}
.gallery-item h5 {
    position: absolute;
    color: #fff;
    background: #d6732f;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1px;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px 0px;
    width: 80%;
    text-align: center;
    transition: all 0.4s ease-in;
}
.gallery-item h5:hover{
    text-decoration: none;
}
.gallery-item:hover h5{
    bottom: 35%;
}
.gallery-image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 400ms ease-out;
}

.gallery-image:hover {
    transform: scale(1.15);
}
.gallery-item img{
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 0.4s ease-in;
}
.gallery-item:hover img{
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
@supports (display: grid) {
    .gallery {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(22rem, 1fr));
        grid-gap: 2rem;
    }

    .gallery,.gallery-item {margin: 0;}
}
/*end infrastructure*/




/*.qualitysection*/
.qualitysection{
    padding: 70px 0;
    background: #000;
}
.qualitysection p {
    font-size: 14px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 24px;
    padding-right: 50px;
    color: #fff;
}
.quality-counter {
    background: #d6732f;
    margin-bottom: 30px;
    text-align: center;
    padding: 20px 0;
    -webkit-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 14px 0px rgb(0 0 0 / 40%);
    transition: all .2s ease-in;
    border: 3px solid #fff;
}
.quality-counter:hover{
    background: #000;
}
.counter-icon .cicon {
    color: white;
    font-size: 32px;
}
.counter-value {
    color: #fff;
    font-size: 32px;
    margin: 15px 90px;
    font-weight: bold;
    letter-spacing: 2px;
    border-top: 2px dashed #fff;
    border-bottom: 2px dashed #fff;
}
.quality-counter h5 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1.5px;
    font-weight: bold;
    margin-top: 20px;
}
.qualityinstrument-1 {
    /*background: #f7f7f7;*/
    padding: 70px 0;
    background: url("../images/quality-bg.png");
    /*box-shadow: inset 0 0 0 2000px rgb(0 0 7 / 80%);*/
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.qualityinstrument-2 {
    padding: 70px 0;
    background: #000;
}
.qualityinstruments-right {
    padding-left: 20px;
}
.qualityinstruments-right h2 {
    font-size: 36px;
    margin-bottom: 0px;
    position: relative;
    line-height: 54px;
    color: #fff;
}
.qualityinstruments-right h2::after {
    content: "";
    position: absolute;
    top: 47px;
    left: 0;
    width: 72px;
    height: 5px;
    background: #d6732f;
}
.qualityinstruments-left{
    /*-webkit-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 14px 0px rgb(0 0 0 / 40%);
    transition: all .2s ease-in;*/

    /*border: 2px dashed #ffffff;
    padding: 10px;*/

    padding: 10px;
    border: 3px solid transparent;
    -moz-border-image: -moz-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
    -webkit-border-image: -webkit-linear-gradient(top left, #3acfd5 0%, #3a4ed5 100%);
    border-image: linear-gradient(to bottom right, #ffffff 0%, #d6732f 100%);
    border-image-slice: 1;
}


/*end qualitysection*/




/*whyussection*/
.whyussection {
    padding: 70px 0 95px;
    background: url(../images/why-us-bg.png);
    box-shadow: inset 0 0 0 2000px rgb(0 0 7 / 50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
/*image gallary*/
.img-wrapper {position: relative;margin-bottom: 30px;}
.img-wrapper img {width: 100%;}
.img-wrapper:hover{cursor: pointer;}
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
}
.custpluse {
    font-size: 48px;
    color: #d6732f;
}
.img-wrapper a{
    position: relative;
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    -moz-box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 40%);
    box-shadow: 2px 3px 14px 0px rgb(0 0 0 / 40%);
    transition: all .2s ease-in;
    border: 7px solid #fff;
}
.whyus-head {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    /*z-index: 9;*/
}
.whyus-head h3 {
    font-size: 19px;
    color: white;
    background: #d6732f;
    padding: 20px 0;
    font-weight: bold;
    letter-spacing: 1.5px;
    height: 70px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.img-overlay i {color: #fff;font-size: 3em;}
#overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#overlay img {margin: 0;width: 80%;height: auto;object-fit: contain;padding: 5%;}

@media screen and (min-width: 768px) {
    #overlay img {width: 60%;}
}

@media screen and (min-width: 1200px) {
    #overlay img {width: 50%;}
}

#nextButton {color: #fff;font-size: 2em;transition: opacity 0.8s;}
    #nextButton:hover {opacity: 0.7;  cursor: pointer}

@media screen and (min-width: 768px) {
    #nextButton {font-size: 3em;}
}

#prevButton {color: #fff;font-size: 2em;transition: opacity 0.8s;}
#prevButton:hover {opacity: 0.7;}

@media screen and (min-width: 768px) {
    #prevButton {font-size: 3em;  cursor: pointer}
}

#exitButton {color: #fff;font-size: 2em;transition: opacity 0.8s;position: absolute;top: 15px;right: 15px;}
#exitButton:hover {opacity: 0.7; cursor: pointer;}

@media screen and (min-width: 768px) {
    #exitButton {font-size: 3em;}
}/*end image gallary*/
/*end whyussection*/



/*productbrass*/
.productbrasssection{
    padding: 70px 0 95px;
    background: #000;
}
.productbrass-head h4 {
    color: #fff;
    font-size: 22px;
}
.productbrass-details a {
    display: inline-block;
}
.productbrass-details{position: relative;z-index: 1;margin-bottom: 40px;}
.productbrass-details::before{
    content: "";
    position: absolute;
    top: -5px;
    left: -5px;
    width: 150px;
    height: 150px;
    background: #d6732f;
    z-index: -1;
    transform: scale(1);
    transition: all .3s ease 0s;
}
.productbrass-details::after{
    content: "";
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 150px;
    height: 150px;
    background: #d6732f;
    z-index: -1;
}
.productbrass-head {
    position: absolute;
    bottom: 5px;
    left: 0px;
    background: rgba(214, 115, 47, 50%);
    padding: 5px 10px;
    transition: all .4s ease 0s;
}
.productbrass-details:hover .productbrass-head{
    bottom: 40%;
    background: rgba(214, 115, 47, 100%);
}
/*.productbrass-details:hover::before{
    transform: scale(1.1);
}*/

/*end productbrass*/

/*contactussection*/
.contactussection {
    padding: 95px 0;
    background: #000;
}
.form-group.custform-group > label {
    color: #fff;
}
.contact-right {
    border-top: 1px solid #d6732f;
    padding-top: 30px;
}
.contact-btn {
    margin: 0px 0 30px;
}
span.contact-icon {
    margin-right: 20px;
}
.contact-right p {
    color: #fff;
    margin-bottom: 10px;
}
.contact-right p:nth-child(3) {
    margin-bottom: 30px;
}
.contact-right p a {
    color: #fff;
}
span.contact-icon{
    color: #d6732f;
    font-size: 16px;
}

.contact-social a span{
    color: #fff;
    font-size: 16px;
    width: 40px;
    height: 40px;
    background: #d6732f;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    transition: all .3s ease-in;
    text-align: center;
}

.contact-social {
    border-top: 1px solid #d6732f;
    padding-top: 30px;
}
.contact-social a{
    display: inline-block;
    margin-right: 10px;
}
.contact-social a:nth-child(3){margin: 0;}
span.contact-icon:hover,
.contact-social a span:hover {
    color: #d6732f;
    background: #fff;
}
.form-group.custform-group{margin-bottom: 20px;}
.form-group.custform-group input,
.form-group.custform-group textarea {
    padding: 20px .75rem;
    font-size: 14px;
    font-weight: normal;
}
.form-group.custform-group textarea {
    padding: .375rem .75rem;
}
.freebirdFormviewerComponentsQuestionBaseRoot{    padding: 10px;}
/*end contactussection*/


/*managementsection*/
.managementsection {
    padding: 70px 0 95px;
    background: #000;
}
.management-detail h3 {
    color: #fff;
    margin: 20px 0 10px;
    font-size: 26px;
}
.management-detail h5 {
    color: #d9d9d9;
    font-size: 18px;
}
.management-detail {
    position: relative;
    z-index: 1;
}
.management-detail::before  {
    content: "";
    position: absolute;
    top: -6px;
    left: -7px;
    width: 150px;
    height: 150px;
    background: #d6732f;
    z-index: -1;
}

.management-detail img{border: 1px solid #fff;}
.main-timeline{ position: relative; }
.main-timeline:before,
.main-timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline:before{
    content: "";
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 50%;
}
.main-timeline .timeline{
    width: 50%;
    float: left;
    position: relative;
    z-index: 1;
}
.main-timeline .timeline:before,
.main-timeline .timeline:after{
    content: "";
    display: block;
    width: 100%;
    clear: both;
}
.main-timeline .timeline:first-child:before,
.main-timeline .timeline:last-child:before{
    content: "";
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgb(214 115 47);
    position: absolute;
    top: 0;
    right: -14px;
    z-index: 1;
}
.main-timeline .timeline:last-child:before{
    top: auto;
    bottom: 0;
}
.main-timeline .timeline:last-child:nth-child(even):before{
    right: auto;
    left: -12px;
    bottom: -2px;
}
.main-timeline .timeline-content{
    text-align: center;
    margin-top: 8px;
    position: relative;
    transition: all 0.3s ease 0s;
}
.main-timeline .timeline-content:before{
    content: "";
    width: 100%;
    height: 5px;
    background: rgb(214 115 47);
    position: absolute;
    top: 88px;
    left: 0;
    z-index: -1;
}
.main-timeline .circle{
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #fff;
    border: 8px solid rgb(214 115 47);
    float: left;
    margin-right: 25px;
    position: relative;
}
.main-timeline .circle:before{
    content: "";
    width: 26px;
    height: 30px;
    background: rgb(214 115 47);
    margin: auto;
    position: absolute;
    top: 0;
    right: -33px;
    bottom: 0;
    z-index: -1;
    box-shadow: inset 7px 0 9px -7px #444;
}
.main-timeline .circle span{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    line-height: 268px;
    font-size: 80px;
    color: #454344;
}
.main-timeline .circle span:before,
.main-timeline .circle span:after{
    content: "";
    width: 28px;
    height: 50px;
    background: #000;
    border-radius: 0 0 0 21px;
    margin: auto;
    position: absolute;
    top: -54px;
    right: -33px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .circle span:after{
    border-radius: 21px 0 0 0;
    top: 0;
    bottom: -56px;
}
.main-timeline .circle .img{
    vertical-align: initial;
    border-radius: 50%;
}
.main-timeline .content{
    display: table;
    padding-right: 40px;
    position: relative;
}
.main-timeline .year {
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0 50px 0;
    border-radius: 20px;
    font-size: 24px;
    color: #fff;
    background: #d6732f;
}
.main-timeline .title{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-top: 0;
}
.main-timeline .description {
    font-size: 18px;
    color: #fff;
    text-align: left;
}
.main-timeline .icon{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #fff;
    border: 4px solid rgb(214 115 47);
    position: absolute;
    top: 78px;
    right: -14px;
}
.main-timeline .icon:before{
    content: "";
    width: 15px;
    height: 25px;
    background: #d6732f;
    margin: auto;
    position: absolute;
    top: -1px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:before,
.main-timeline .icon span:after{
    content: "";
    width: 21px;
    height: 25px;
    background: #000;
    border-radius: 0 0 21px 0;
    margin: auto;
    position: absolute;
    top: -30px;
    left: -15px;
    bottom: 0;
    z-index: -1;
}
.main-timeline .icon span:after{
    border-radius: 0 21px 0 0;
    top: 0;
    left: -15px;
    bottom: -30px;
}
.main-timeline .timeline:nth-child(2n) .timeline-content,
.main-timeline .timeline:nth-child(2n) .circle{
    float: right;
}
.main-timeline .timeline:nth-child(2n) .circle{
    margin: 0 0 0 25px;
}
.main-timeline .timeline:nth-child(2n) .circle:before{
    right: auto;
    left: -33px;
    box-shadow: -7px 0 9px -7px #444 inset;
}
.main-timeline .timeline:nth-child(2n) .circle span:before,
.main-timeline .timeline:nth-child(2n) .circle span:after{
    right: auto;
    left: -33px;
    border-radius: 0 0 21px 0;
}
.main-timeline .timeline:nth-child(2n) .circle span:after{
    border-radius: 0 21px 0 0;
}
.main-timeline .timeline:nth-child(2n) .content{
    padding: 0 0 0 40px;
    margin-left: 2px;
}
.main-timeline .timeline:nth-child(2n) .icon{
    right: auto;
    left: -14px;
}
.main-timeline .timeline:nth-child(2n) .icon:before,
.main-timeline .timeline:nth-child(2n) .icon span:before,
.main-timeline .timeline:nth-child(2n) .icon span:after{
    left: auto;
    right: -15px;
}
.main-timeline .timeline:nth-child(2n) .icon span:before{
    border-radius: 0 0 0 21px;
}
.main-timeline .timeline:nth-child(2n) .icon span:after{
    border-radius: 21px 0 0 0;
}
.main-timeline .timeline:nth-child(2){
    margin-top: 180px;
}
.main-timeline .timeline:nth-child(odd){
    margin: -175px 0 0 0;
}
.main-timeline .timeline:nth-child(even){
    margin-bottom: 180px;
}
.main-timeline .timeline:first-child,
.main-timeline .timeline:last-child:nth-child(even){
    margin: 0;
}
@media only screen and (max-width: 990px){
    .main-timeline:before{ left: 100%; }
    .main-timeline .timeline{
        width: 100%;
        float: none;
        margin-bottom: 20px !important;
    }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: auto !important;
        right: -13px !important;
    }
    .main-timeline .timeline:nth-child(2n) .circle{
        float: left;
        margin: 0 25px 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .circle:before{
        right: -33px;
        left: auto;
        box-shadow: 7px 0 9px -7px #444 inset;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:before,
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        right: -33px;
        left: auto;
        border-radius: 0 0 0 21px;
    }
    .main-timeline .timeline:nth-child(2n) .circle span:after{
        border-radius: 21px 0 0 0;
    }
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 40px 0 0;
        margin-left: 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon{
        right: -14px;
        left: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon:before,
    .main-timeline .timeline:nth-child(2n) .icon span:before,
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        left: -15px;
        right: auto;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:before{
        border-radius: 0 0 21px 0;
    }
    .main-timeline .timeline:nth-child(2n) .icon span:after{
        border-radius: 0 21px 0 0;
    }
    .main-timeline .timeline:nth-child(2),
    .main-timeline .timeline:nth-child(odd),
    .main-timeline .timeline:nth-child(even){
        margin: 0;
    }
}
@media only screen and (max-width: 480px){
    .main-timeline:before{ left: 0; }
    .main-timeline .timeline:first-child:before,
    .main-timeline .timeline:last-child:before{
        left: -12px !important;
        right: auto !important;
    }
    .main-timeline .circle,
    .main-timeline .timeline:nth-child(2n) .circle{
        width: 130px;
        height: 130px;
        float: none;
        margin: 0 auto;
    }
    .main-timeline .timeline-content:before{
        width: 99.5%;
        top: 68px;
        left: 0.5%;
    }
    .main-timeline .circle span{
        line-height: 115px;
        font-size: 60px;
    }
    .main-timeline .circle:before,
    .main-timeline .circle span:before,
    .main-timeline .circle span:after,
    .main-timeline .icon{
        display: none;
    }
    .main-timeline .content,
    .main-timeline .timeline:nth-child(2n) .content{
        padding: 0 10px;
    }
    .main-timeline .year{
        margin-bottom: 15px;
    }
    .main-timeline .description{
        text-align: center;
    }
}

/*end managementsection*/


/*compressionproductsection*/
.compressionproductsection{
    padding: 70px 0 95px;
    background: #000;
}
.product-left {
    /*padding: 10px 0;*/
    background: #d6732f;
}
.product-left h4 {
    color: #d6732f;
    background: #fff;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    /*font-family: 'poppins-medium';*/
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}
.gar {
    margin-right: 15px;
}
.product-left ul {
    margin: 0;
    list-style-type: none;
    /*border: 2px solid #fff;*/
}
.product-left li {
    
}
.product-left li a {
    padding: 11.5px 10px;
    color: #fff;
    border-bottom: 1px solid #000;
    font-family: 'poppins-light';
    letter-spacing: 0.6px; 
    font-size: 16px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #fff 50%, #d6732f 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}
.product-left li a:hover{
    text-decoration: none;
    color: #000;
    background-position: left bottom;
}
.product-left li:last-child a {
    border-bottom: none;
}
.product-text {
    margin: 30px 0px;
    /*margin: 60px 0 50px;*/
}
.product-text p{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 15px;
    line-height: 24px;
    color: #fff;
}
.product-text p:last-child {
    margin: 0;
}
.product-text h4 {
    color: #d6732f;
    font-size: 18px;
    font-weight: bold;
    font-family: 'poppins-italic';
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 30px;
}
a.active {
    background: #fff !important;
    color: #000 !important;
}
.sgar {
    margin-right: 15px;
    color: #d6732f;
}
.product-table > .table-responsive > table.table.table-bordered > tbody > tr > th {
    vertical-align: middle;
    color: #fff;
    font-weight: normal;
    letter-spacing: 1px;
}
.product-table > .table-responsive > table.table.table-bordered > tbody > tr > td {
    color: #fff;
}
.product-table > .table-responsive > table.table.table-bordered > tbody > tr > td > ul{
    list-style-type: none;
}
.product-table > .table-responsive > table.table.table-bordered > tbody > tr > td > ul li {
    display: flex;
    align-items: center;
    line-height: 28px;
}
.product-table h4 {
    color: #d6732f;
    font-size: 18px;
    font-weight: bold;
    font-family: 'poppins-italic';
    letter-spacing: 1px;
    line-height: 24px;
    margin-top: 20px;
}
/*end compressionproductsection*/


/*section.capabilitiessection*/
.capabilitiessection {
    padding: 70px 0;
    background: #000;
}
.capabilities-left {
    padding: 0 50px;
}
.capabilities-left h2 {
    font-size: 28px;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 4px solid #d6732f;
}
.capabilities-left p {
    font-size: 17px;
    line-height: 26px;
    text-align: justify;
    margin-top: 10px;
    color: #fff;
}
.ourcompany-head h2 {
    color: #fff;
    margin-bottom: 40px;
}
/*end section.capabilitiessection*/


/*footersection*/
.footerdetail {
    padding: 0px 0 40px;
    background: url(../images/footer-bg.png);
    box-shadow:inset 0 0 0 2000px rgba(0, 0, 7, 80%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}
.footer-logo {
    background: #fff;
    padding: 10px 0;
    width: 12%;
    margin: -25px auto 60px;
    text-align: center;
    border: 2px solid #d6732f;
}
.footer-detail ul{list-style-type: none;margin-bottom: 0;}
.footer-detail ul li{display: block;line-height: 32px;}
.footer-detail ul li a {
    color: #fff;
    font-size: 16px;
}
.footer-detail ul li a:hover{text-decoration: none;}
.footer-logo img {
    max-width: 120px;
}
.footer-detail p {
    display: flex;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer-detail p:last-child {
    margin: 0;
}
.footer-detail p a {
    color: #fff;
}
.footer-detail p a:hover{text-decoration: none;color: #d6732f;}
span.footer-icon {
    margin-right: 20px;
    font-size: 20px;
    color: #d6732f;
}
.footer-social {
    border-top: 1px solid #d6732f;
    margin-top: 30px;
    text-align: center;
}
.footer-detail h3 {
    color: #fff;
    border-bottom: 1px solid #d6732f;
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 24px;
    font-family: 'poppins-medium';
}
.footer-social a{display: inline-block;margin-top: 30px;margin-right: 10px;}
.footer-social a:last-child {margin-right: 0;}
.footer-social a span {
    color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background: #d6732f;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    transition: all .3s ease-in;
}
.footer-social a span:hover{
    color: #d6732f;
    background: #fff;
}
.footercopyright {
    background: #d6732f;
    padding: 10px 0;
}
.footer-left p {
    font-size: 14px;
    color: #fff;
}
.footer-left p a{color: #fff;text-decoration: underline;font-family: 'poppins-medium';}
/*end footersection*/
.row.cust-align {
    display: flex;
    align-items: center;

}
.row.res-view {
    display: none;
}






/*responsive*/
@media (max-width: 1366px) {
    .heroslider-owl-carousel > .owl-dots{width: 8%;}
}
@media (max-width: 1280px) {
    
}

@media (max-width: 1170px) {

}

@media (max-width: 1024px) {
    /*a.navbar-brand img {max-width: 380px;}*/
    a.navbar-brand img {max-width: 320px;}
    .navbar-classic .navbar-nav .nav-item .nav-link{padding: 10px 5px;}
    .heroslider-owl-carousel > .owl-dots{width: 10%;}
    .herosliderdetails {left: 50%;}
    .footer-logo{width: 16%;}
    .herosliderdetails h2{font-size: 34px;}
    .herosliderdetails p{margin: 10px 0; width: 100%;}
    .aboutus-left img {width: 100%;}
    .aboutus-left{margin-bottom: 40px;}
    /*.aboutus-right{text-align: center;}*/
    .productdetails > div{margin-bottom: 40px;}
    .productdetails > div img {width: 100%;}
    .producthead h3{text-align: center;}
    .flip-card{margin-bottom: 30px;}
    .counter-value {margin: 15px;}
    .quality-counter h5 {font-size: 16px;}
    .qualityinstruments-right h2 {font-size: 22px;}
    .management-detail h3{font-size: 22px;}
    .management-detail h5{font-size: 17px;}
    .contactussection {padding: 45px 0;}
    .flip-card-front img {    height: 240px;    object-fit: cover;    object-position: center;}
    .qualitysection p{padding: 0;}
    .capabilities-left h2 {font-size: 22px;}
    .capabilities-left {padding: 0 25px;}
    .google-contactus > iframe {width: 100%;}
}

@media (max-width: 991px) {
    a.navbar-brand img {max-width: 450px;}
    div#navbar-classic {padding: 30px 0;}
    div#navbar-classic > ul.navbar-nav.ml-auto.mt-2.mt-lg-0.mr-3 {margin: 0 !important;}
    .herosliderdetails h2 {font-size: 38px;line-height: 26px;}
    .navbar-classic .navbar-nav .nav-item .nav-link {padding: 15px 0px;}
    .navbar-classic .navbar-toggler, .navbar-boxed .navbar-toggler {border: 2px solid #d6732f;border-radius: 50%;}
    .navbar-toggler.collapsed .top-bar {background-color: #d6732f;}
    .icon-bar{background-color: #d6732f;}
    .navbar-toggler.collapsed .bottom-bar,.navbar-toggler .bottom-bar,.navbar-toggler .top-bar {background-color: #d6732f;}
    .headersection {background-color: rgba(0, 0, 0, 100%);position: relative;} 
    .navbar-classic .navbar-collapse.show .navbar-nav .nav-item .nav-link {border-bottom: 1px solid #525252;display: flex;align-items: center;justify-content: space-between;}
    .compressionproductsection {padding: 40px 0;}
    .product-img{margin-bottom: 30px;} 
    .product-text{margin-top: 0;}
    .product-text h4{text-align: center;margin-top: 30px;}
    .product-img {text-align: center;}
    .footer-detail h3{margin: 30px 0 20px;font-size: 26px;padding-bottom: 20px;}
    .footer-logo {width: 22%;margin: -25px auto 30px;}
    .product-table h4{text-align: center;margin: 20px 0;}
    .contactussection {padding: 60px 0 70px;}
    .qualityinstrument-1,.qualityinstrument-2 {padding: 20px 0 40px;}
    .qualitysection {padding: 30px 0 40px;}
    .qualitysection p{padding: 0;}
    .quality-right {margin-bottom: 30px;}
    .whyussection {padding: 40px 0 65px;}
    .whyus-head h3{font-size: 16px;}
    .core-purpose-values-section {padding: 65px 0;}
    .qualityinstruments-right h2 {line-height: 50px;}

    .capabilities-left {   padding: 0px;}
    .capabilities-left p {   margin-bottom: 30px;}
    .capabilities-right img {width: 100%;}
    .row.des-view {display: none;}   
    .row.res-view {display: block;}
    /*.res-p{padding: 0;}*/
}

@media (max-width: 900px) {
    .core-purpose-values-right {padding: 0 30px;}
    .aboutus-right.infra-right {margin-bottom: 40px;}
    .management-detail h5 {margin-bottom: 40px;}
    .main-timeline .description{width: 57vh;}
    .aboutus-right{padding: 0;}
    .quality-left img {width: 100%;}
}

@media (max-width: 768px) {
    .oursection {padding: 40px 0px;}
    .aboutussection{padding: 40px 0;}
    .titlehead h2 {font-size: 36px;}
    .bannerdetails h4 {font-size: 28px;}
    .contact-map {margin-bottom: 30px;}
    .contact-right p{display: flex;}
    .contact-social{text-align: center;}
    .core-purpose-values-right{padding: 0 40px;}
    .core-purpose-values-right h2 {font-size: 28px;}
    .core-purpose-values-right h2::after{top: 40px;}
    .core-purpose-values-right p {line-height: 28px;}
    .flip-card-front img {    width: 100%;}
    .quality-left img {width: 100%;}
    .herosliderdetails h2 {font-size: 28px;}
    .capabilities-left {padding: 0;}
    .capabilities-left h2 {    font-size: 28px;margin: 30px 0 20px; padding-bottom: 20px;}
    .main-timeline .content{display: inherit;}    
}

@media (max-width: 767px) { 
    .herosliderdetails h2{font-size: 24px;}
    .herosliderdetails p{margin: 10px 0;}
    .heroslider-owl-carousel > .owl-dots {width: 15%;}
    .aboutus-left{margin-bottom: 40px;}
    .titlehead h2::after{top: 50px;}
    /*.aboutus-right{text-align: center;}*/
    .productdetails > div{margin-bottom: 40px;}
    .footer-logo {width: 30%;}
    .productdetails > div{text-align: center;}
    .productdetails > div::before{display: none;}
    .contact-btn {text-align: center;}
    .qualityinstruments-right {margin-bottom: 30px;padding-left: 0;}
    .qualityinstruments-right h2 {text-align: center;line-height: 50px;}
    .qualityinstruments-right h2::after{right: 0;margin: 0 auto;}
    .whyus-head h3{height: auto;font-size: 17px;padding: 10px 0;}
    .core-purpose-values-left img{margin: 50px 0;}
    .core-purpose-values-section {padding: 65px 0 30px;}
    .aboutus-left.infra-left {margin: 0;}
    .aboutus-right h3 {font-size: 28px;}
    .managementsection {padding: 40px 0 30px;}
    .management-detail img {width: 100%;}
    .management-detail h3{text-align: center;}
    .management-detail h5 {margin-bottom: 50px;text-align: center;}
    /*.main-timeline .description{width: 440px;}*/
    .main-timeline .description{width: 44vh;}
    .herosliderdetails p{font-size: 15px;}
    .main-timeline .content{display: table;}
}

@media (max-width: 601px) {
    .main-timeline .description{width: auto;}
}

@media (max-width: 480px) {
    a.navbar-brand img {max-width: 390px;}
    .footer-logo {width: 45%;margin-bottom: 20px;}
    .item.custitem img {height: 400px;object-fit: cover;}
    .heroslider-owl-carousel > .owl-dots {width: 24%;}
    .herosliderdetails {left: 35%;}
    .herosliderdetails h2 {font-size: 23px;}
    .qualityinstruments-right h2 {font-size: 18px;}
    .gallery {grid-template-columns: repeat(auto-fit, minmax(20rem, 1fr));}
    .aboutus-right h3 {font-size: 24px;}
    .main-timeline .circle .img {vertical-align: revert;width: 100%;}
    .main-timeline .description{width: 72vh;}
    
}

@media (max-width: 414px) {
    .main-timeline .description{width: auto;}
    a.navbar-brand img {max-width: 270px;}
}
@media (max-width: 411px) {
    .main-timeline .description{width: auto;}
}
@media (max-width: 360px) {
    .main-timeline .description{width: auto;}
    .item.custitem img{object-position: 60%;}
}

@media (max-width: 320px) {
    a.navbar-brand img {max-width: 230px;}
    .gallery {grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));}
    .main-timeline .description{width: auto;}

}
/*end responsive*/