:root {
	--primary--color: #000;
    --secondary--color: #009688;
	--tertiary--color: #333333;
	--line--color: #12346b21;
	--nav--color: #3f1751;
	--dark-blue:#4caf50;
	--orange--color: #ff9800;
	--pink--color: #e53267;
	--maroon: #e10000;
	--purple: #5d005d;
	--yellow--color:#fdbf14;
	--clr--dark: #44536a;
	--bootstrap-primary-clr: #005f98;
	--clr--light-grey: #dedede;
	--clr--purple: #009688;
	--primary-gradient: linear-gradient(97deg, rgba(28,214,197,1) 0%, rgba(0,150,136,1) 100%);
	/* Gradients */
	--white--gradient: linear-gradient(179.36deg, hsla(0, 0%, 100%, .5) -13.59%, rgba(190, 201, 240, .14) 99.45%);
	/* --red--gradient: linear-gradient(to right, #EA384D, #D31027); */
	--red--gradient: linear-gradient(to right, #ff512f, #dd2476);
	--boxone--gradient: linear-gradient(to right, #ffc3a0, #ffafbd);
	--boxtwo--gradient: linear-gradient(to right, #2193b0, #6dd5ed);
	--boxthree--gradient: linear-gradient(to right, #ef629f, #eecda3);
	--boxfour--gradient: linear-gradient(to right, #009688, #74abfe);
	--green-gradient: linear-gradient(to right, #00b09b, #96c93d);
	--reded--gradient: linear-gradient(to right, #f87277, #e83138);
	--prime-gradient: linear-gradient(to right, #029ff4, #0471cc);
	--greenary-gradient: linear-gradient(to right, #01e8b4, #04c988);
	--blue--gradient: linear-gradient(to right, #0e40a0, #2196f3);
	/* Extras */
	--light--clr: #F2F2F2;
	--cross-pattern: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='40' height='40' patternTransform='scale(1) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0, 0%, 100%, 0)'/><path d='M11 6a5 5 0 01-5 5 5 5 0 01-5-5 5 5 0 015-5 5 5 0 015 5'  stroke-width='1' stroke='none' fill='hsla(259, 11%, 65%, 1)'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>");
	--web-green: #6fb22e;
	--color-light:#ffff;
	/* Social media icon colors */
	--fb--color: #3b5998;
	--tweet--color: #55acee;
	--ytube--color: #cd201f;
	--instagram--color: #d82f83;
	--linkedin--color: #0072b1;
	/* Footer */
	--footer--bg-color: #111111;
	--footer--con-bg-color: #111111;
}


* {
    font-family: "Inter";
}


/* h1,h2,h3,h4{
    font-family: neosencesemibold;
} */

html {
    scroll-behavior: smooth;
}


.font-small{
    font-size: 0.8em;
}


.sticky-top-side {
    position: -webkit-sticky;
    position: sticky;
    top: 15%;
    z-index: 99;
}

.section-header {
    text-align: center;
    position: relative;
    margin-bottom: 3.6rem;
}

.font-big-head {
    line-height: 0.8;
    font-size: 10rem;
    color: rgb(0 0 0 / 13%) !important;
    font-weight: 500;
}


.section-header.has-bottom-sep {
    padding-bottom: 2.1rem;
    position: relative;
}

/* .carousel-inner {
    min-height: 350px;
} */


.text-black{
    color: #000;
}

.section-header.has-bottom-sep::before {
    content: "";
    display: inline-block;
    height: 1px;
    width: 550px;
    background-color: rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media (max-width: 700px) {
    .section-header.has-bottom-sep::before {
        width: 100%;
    }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4 {
    margin-bottom: 1.8rem;
}

.font-title{
    font-size: 3rem !important;
}

.s-header {
    width: 100%;
    background-color: transparent;
    position: fixed;
    top: 0;
    z-index: 9999;
}


.header-logo {
    display: inline-block;
    position: relative;
    margin: 0;
    z-index: 501;
    padding-left: 50px;
}

.badge-gallery{
    color: #000;
    font-weight: 300;
    font-size: 14px;

}

.flex-end{
    justify-content: flex-end;
}


.swiper-slide {
    flex-shrink: 0;
    width: 20% !important;
    height: 100%;
    position: relative;
    transition-property: transform;
    display: block;
}

.bg-primary{
    background: var(--primary--color);
}

.bg-secondary{
    background: var(--secondary--color) !important;
}


/* MULTIPLE CAROUSEL ITEMS */

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center;
            padding: 1px;
            margin: 5px;
            background: #fff;
            border: 1px solid #ececec;
            color: #666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }

        .btn-primary {
            background-color: var(--secondary--color) !important;
            color: #fff;
        }

/* MULTIPLE CAROUSEL ITEMS */


.header-logo a {
    display: block;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.site-logo{
    background-image: url(../img/logo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 45px;
    width: 14rem;
    margin: 0 5px 0;
}
.site-logo-1{
    background-image: url('../img/logo.png');
}

.header-nav {
    background: #fff;
    color: rgba(255, 255, 255, .25);
    font-size: 1.3rem;
    line-height: 1.846;
    padding: 1.6rem 0 1.6rem 0;
    height: 100%;
    width: 22%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateZ(0);
    /* -webkit-backface-visibility: hidden; */
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    visibility: hidden;
}

@media (max-width: 700px) {
    .header-nav {
        width: 100%;
    }
}

.header-nav a,
.header-nav a:visited {
    color: rgba(255, 255, 255, .5);
}

.header-nav a:hover,
.header-nav a:focus,
.header-nav a:active {
    color: var(--primary--color);
}

.header-nav h3 {
    font-size: 11px;
    line-height: 1.5;
    text-transform: uppercase;
    letter-spacing: .25rem;
    margin-bottom: 4.8rem;
    margin-top: .9rem;
    color: var(--primary--color);
}

.dropdown-menu {
    min-width: 18rem;
    left: -8rem;
}

.dropdown:hover>a {
    color: #fff;
}

.bg-green{
    background: var(--secondary--color) !important;
}

.bg-red{
    background: var(--primary--color) !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.border-none{
    border: none !important;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    margin-left: 50%;
}

.line-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

.dropdown:hover>.dropdown-menu .dropdownmenu {
    opacity: 1;
    height: auto;
    background: #ffffff;
}

.dropdownmenu li a {
    color: #000000 !important;
    font-weight: 400 !important;
}

.dropdownmenu li:hover {
    background: var(--secondary--color);
    width: 100%;
    transition: 0.3s;
}


.dropdownmenu li:hover a{
    color: #ffffff !important;
  
}

.header-nav p {
    margin-bottom: 2.7rem;
}

.header-nav__content {
    position: relative;
    left: 0;
    opacity: 1;
    visibility: visible;
}

.header-nav__list {
    font-size: 1.2rem;
    margin: 3rem 0;
    padding: 0 1rem 1.8rem;
    list-style: none;
}

.header-nav__list li {
    padding-left: 0;
    line-height: 3.5rem;
}

.header-nav__list a,
.header-nav__list a:visited {
    color: #1a1a1a;
}

.video-content-holder {
    position: absolute;
    top: 30%;
    left: 3%;
    z-index: 999;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .1;
}

.font-slider{
    font-weight: 500;
    font-size: 1.2em;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #00000054 !important;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.header-nav__social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 1.8rem;
    position: absolute;
    left: 40%;
    transform: translate(-40%, 0);
}

.header-nav__social li {
    margin-right: 0;
    padding-left: 0;
    display: inline-block;
}

.header-nav__social li a {
    color: rgba(255, 255, 255, .5);
    font-size: 20px;
}

#mySidenav {
    /* background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../img/menu-bg.jpg); */
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
}

.header-nav__social li a:hover,
.header-nav__social li a:focus {
    color: #fff;
}

.header-nav__social li:last-child {
    margin: 0;
}

.header-nav__close {
    display: block;
    height: 30px;
    width: 30px;
    border-radius: 3px;

    position: absolute;
    top: 36px;
    right: 30px;
    font: 0/0 a;
    text-shadow: none;
    color: transparent;
    z-index: 800;
}

.header-nav__close span::before,
.header-nav__close span::after {
    content: "";
    display: block;
    height: 2px;
    width: 20px;
    background-color: #1a1a1a;
    position: absolute;
    top: 50%;
    left: 9px;
    margin-top: -1px;
}

.header-nav__close span::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-nav__close span::after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-is-open .header-nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    -webkit-overflow-scrolling: touch;
}

.menu-is-open .header-nav .header-nav__content {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    left: 0;
}

.header-menu-toggle {
    width: 50px;
    top: -50px;
    color: #000;
    right: 25px;
    position: absolute;
}

.header-menu-toggle.opaque {
    background-color: #000;
}

.header-menu-toggle.opaque .header-menu-text {
    background-color: #000;
}

.header-menu-toggle:hover,
.header-menu-toggle:focus {
    color: #1a1a1a;
}

.header-menu-text {
    display: block;
    position: absolute;
    top: 0;
    left: -70px;
    width: 70px;
    padding-left: 12px;
}

.header-menu-icon {
    display: block;
    width: 22px;
    height: 2px;
    margin-top: -1px;
    position: absolute;
    left: 10px;
    top: 50%;
    right: auto;
    bottom: auto;
    background-color: #fff;
  
}

.header-menu-icon::before,
.header-menu-icon::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: inherit;
    position: absolute;
    left: 0;

}

.header-menu-icon::before {
    top: -9px;
}

.header-menu-icon::after {
    bottom: -9px;
}

@media only screen and (max-width:600px) {
    .s-header {
        height: auto;
        padding: 0 0;
    }
    .font-big-head {
        line-height: 0.8;
        font-size: 3rem;
        color: rgb(0 0 0 / 10%) !important;
    }
    .header-logo {
        left: 0px;
        padding: 0;
        padding-left: 4px;
    }

}

@media only screen and (max-width:400px) {
    .header-menu-text {
        display: none;
    }
}
.video-section{
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
}

.video-container{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .2;
    z-index: 1;
    background-color: #000;
}

.success-story-background{
    max-height: 600px;
    object-fit: cover;
}

.whatsapp-banner-btn{
    background: #ff6f42;
    border: 2px solid #ff6f42 !important;
}

 .s-home {
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent;
    position: relative;
    display: table;
    background-size: cover;
}
.s-home_1 {
    background-image: url(../img/1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}

.s-home_2 {
    background-image: url('../img/advantages-polyhouse/advantages-image.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
}

.text-secondary{
    color: var(--secondary--color);
}

.background-green-light{
    background: #4caf5021;
}
.background-red-light{
    background: #f4433638;
}

.rounded {
    border-radius: 1rem !important;
}

table td {
    font-size: 1em;
    font-weight: 500;
    padding: 0.8em;
}


/*Table Style One*/
.table .table-header{
    background:#FEC107;
    color:#333;
}
.table .table-header .cell{
    padding:20px;
}
@media screen and (max-width: 640px){
    table {
        overflow-x: auto;
        display: block;
    }
    .table .table-header .cell{
        padding:20px 5px;
    }
}



.contact-banner {
    background-image: url('../img/contact-us.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}
.advisory-banner {
        background-image: url('../img/banner6.jpg');
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
}

.product-banner {
    background-image: url('../img/products.jpg');
        background-position: left;
        background-repeat: no-repeat;
        background-size: cover;
        height: 100%;
}
.blog-banner{
    background-image: url('../img/blog.jpg');
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
}




/* IMAGE CAROUSEL */




/* IMAGE CAROUSEL */


.s-home_1 .overlay_1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 52%;
    opacity: .4;
    background-color: #000;
}

.no-js .s-home {
    background: #000;
}

.home-content {
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 10px;
    left: 0;
    color: #fff;
    overflow: hidden;
}

.home-content h3 {
    font-size: 1.4rem;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .3rem;
    position: relative;
    margin-top: 0;
    margin-bottom: 1.3rem !important;
    margin-left: 6px;
}

h3 {
    font-size: 2.75rem;
}

.text-yellow{
    color: var(--yellow--color);
}

.text-primary{
    color: var(--primary--color) !important;
}
.text-secondary{
    color: var(--secondary--color) !important;
}

a.text-secondary:focus, a.text-secondary:hover {
    color: var(--primary--color)!important;
}


/* .active{
    border-bottom: 10px solid var(--primary--color);
} */

a.text-primary:hover, a.text-primary:focus, a.text-primary:active {
    color: var(--secondary--color) !important;
    font-weight: 700;
}

.pins_animation.ihotspot_pulse {
    -moz-animation: AniMy 1.5s infinite !important;
    -webkit-animation: AniMy 1.5s infinite !important;
    animation: AniMy 1.5s infinite !important;
}

.point_style .pins_animation {
    border: none;
    -webkit-box-shadow: 0 0 0 10px var(--theme-color-text_link_02);
    -ms-box-shadow: 0 0 0 10px var(--theme-color-text_link_02);
    box-shadow: 0 0 0 10px var(--theme-color-text_link_02);
}

.pins_animation.ihotspot_pulse {
    -moz-animation: Ani 2s infinite;
    -webkit-animation: Ani 2s infinite;
    animation: Ani 2s infinite;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.body .point_style a img, body .point_style img {
    max-width: inherit !important;
    vertical-align: inherit;
    border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    box-shadow: none !important;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
}
.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.point_style img {
    position: absolute;
    top: 0;
    left: 0;
    width: inherit;
    max-width: inherit;
}

a:hover {
    text-decoration: none;
    color: var(--yellow--color);
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#powerTip {
    padding: 8px 40px 11px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    background-color: var(--theme-color-inverse_dark) !important;
    color: #ffffff !important;
}

.ihotspot_pulse_default{
    opacity: 1 !important;
}
.ihotspot_pulse:hover{
    opacity: 1;
}

.product-img{
    border-radius: 0.5rem; 
}

.product-hover:hover{
    transform: scale(1.03);
    color: var(--base-color);
}
.product-hover{
    transition: transform .2s;
    
}

.ihotspot_pulse {
    opacity: 0;
}

.box-design {
    transition: ease all 0.5s;
    -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    background: #fff;
    transition: ease all 0.2s;
}

.box-design:hover {
    transition: ease all 0.5s;
    -webkit-box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    box-shadow: 0 14px 24px rgb(62 57 107 / 20%);
    background: linear-gradient(90deg, rgba(240,122,41,1) 0%, rgba(240,92,41,1) 18%, rgba(240,169,41,1) 100%);
    transition: ease all 0.2s;
    transform: translateY(-5px) scale(1.0);
    color: #fff;
}

.place-name {
    max-width: 130px;
    background: var(--secondary--color);
    padding: 5px 10px;
    border-radius: 0.25rem;
    color: #fff;
    z-index: 99999;
}

.home-page-map-absolute{
    position: absolute;
    z-index: 99; 
}

.place-name-base {
    max-width: 130px;
    background: var(--clr--dark);
    padding: 5px 10px;
    border-radius: 0.25rem;
    color: #fff;
    z-index: 99999;
}


#powerTip {
    background-color: #000;
}
#powerTip {
    cursor: default;
    background-color: #333;
    background-color: rgba(0,0,0,.8);
    border-radius: 6px;
    color: #fff;
    display: none;
    padding: 10px;
    position: absolute;
    white-space: nowrap;
    z-index: 2147483647;
}

.wrap_svl {
    position: relative;
    float: left;
    margin: 0 auto;
    max-width: 100%;
}

.point_style {
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}
.elementor *, .elementor :after, .elementor :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}
.point_style {
    cursor: pointer;
}
.point_style {
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}

.pins_animation {
    border: 3px solid rgba(255,255,255,.5);
    width: 30px;
    height: 30px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    box-shadow: 0 0 20px rgb(255 255 255 / 50%);
    pointer-events: none;
}

.point_style {
    position: relative;
    z-index: 10;
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    box-sizing: border-box;
    text-align: center;
}
.drag_element {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1px;
    min-height: 1px;
}




.home-content h1 {
    font-size: 4.3rem;
    line-height: 1;
    margin-top: 0;
    color: #fff;
    font-weight: 500;
}
.home-content h2 {
    font-size: 4rem;
    line-height: 1;
    margin-top: 0;
    color: #fff;
    font-weight: 400;
}

.fw-bold {
    font-weight: 600 !important;
}

.home-content__buttons {
    text-align: left;
}

.text-grey{
    color: #999999 !important;
}

.home-content__buttons .btn {
    border: 1px solid var(--primary--color);
    color: var(--primary--color);
    margin: 1.5rem 1.5rem 0 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 0;
    padding: .7rem 1rem;
    font-weight: 600;
    box-shadow: none;
}

.btn-fill{
    border: 1px solid var(--primary--color);
    background-color: var(--primary--color);
    color: #fff !important;
    box-shadow: none !important;
}

.btn-fill:hover{
    border: 1px solid var(--primary--color);
    background-color: #fff;
    color: var(--primary--color) !important;
}

.bg-topbar{
    background: #ff6f42;
}

.whatsapp-floating{
    font-size: 1em;
    background: var(--secondary--color);
    border-radius: 0 10px;
    padding: 10px 20px;
    color: #fff;
    transition: 0.2s;
}

.whatsapp-floating:hover{
    font-size: 1em;
    background: #03bca9;
    border-radius: 0 10px;
    padding: 10px 20px;
    color: #fff;
    transition: 0.2s;
}

.whatsapp-sticky {
    position: fixed;
    right: 2%;
    z-index: 9999;
    bottom: 3%;
}

.hr-banner {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.home-content__buttons .btn:last-child {
    margin-right: 0;
}

.home-content__buttons .btn:hover,
.home-content__buttons .btn:focus {
    background: var(--secondary--color)!important;
    color: #fff !important;
    border: 1px solid var(--secondary--color) !important;
}

.home-content__scroll {
    position: absolute;
    right: 9.5rem;
    bottom: 8.4rem;
}

.home-content__scroll a {
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    color: #fff;
    position: relative;
    display: inline-block;
    line-height: 3rem;
    text-decoration: none;
    padding-left: 2.5rem;
    font-weight: 600;
}

.home-content__scroll a::before {
    border-bottom: 2px solid var(--primary--color);
    border-right: 2px solid var(--primary--color);
    content: '';
    display: block;
    height: 8px;
    width: 8px;
    margin-top: -6px;
    pointer-events: none;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    -ms-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
}

.home-content__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: var(--primary--color);
    position: absolute;
    right: 7.2rem;
    bottom: 0;
}

.home-social {
    list-style: none;
    margin: 0;
    position: absolute;
    top: 58%;
    right: 3.4rem;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.home-social a {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-social li {
    position: relative;
    padding: .9rem 0;
}

.home-social li a {
    display: block;
    width: 33px;
    height: 33px;
}

.home-social i,
.home-social span {
    position: absolute;
    top: 0;
    line-height: 33px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.home-social i {
    font-size: 14px;
    right: 0;
    text-align: center;
    display: inline-block;
    width: 33px;
    height: 33px;
    line-height: calc(33px - 4px);
    border: 2px solid #fff;
    border-radius: 50%
}

.home-social span {
    color: #fff;
    right: 4.5rem;
    font-size: 1.3rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.home-social li:hover span {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

html.cl-preload .home-content__main {
    opacity: 0;
}

html.cl-loaded .home-content__main {
    animation-duration: 2s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .home-content__main {
    opacity: 1;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@media only screen and (max-width:1500px) {
    .home-content h1 {
        font-size: 3rem;
    }
    .home-content h3 {
        font-size: 1rem;
    }
    .home-content__main {
        max-width: 1000px;
    }
    .home-content__line {
        height: 5.2rem;
    }
    .home-content__scroll {
        right: 8.5rem;
        bottom: 3.4rem;
    }
}

@media only screen and (max-width:1200px) {
    .home-content h1 {
        font-size: 4.3rem;
    }
    .home-content__main {
        max-width: 800px;
    }
}

@media only screen and (max-width:1000px) {
    .home-content h1 {
        font-size: 4rem;
    }
    .home-content br {
        display: none;
    }
    .home-content__main {
        padding-top: 10rem;
        padding-right: 80px;
        max-width: 680px;
    }
    
}

@media only screen and (max-width:800px) {
    .home-content {
        /* padding-bottom: 4.6rem; */
    }
    .home-content h3 {
        font-size: 1.2rem;
    }
    .home-content h1 {
        font-size: 4rem;
    }
    .home-content__main {
        padding-right: 70px;
        max-width: 550px;
    }

}

@media only screen and (max-width:700px) {
    .home-content__main {
        max-width: 490px;
    }
    .home-content__buttons {
        padding-top: 1.2rem;
        text-align: center;
    }
    .home-content__buttons .btn {
        display: block;
        width: 70%;
        margin: 1.5rem 0 0;
    }
    .home-social {
        right: 4rem;
    }
    .home-content__scroll {
        right: 2.5rem;
    }
    .home-content__line {
        right: 1.5rem;
    }
    
    
}

@media only screen and (max-width:600px) {
    .home-content h1 {
        font-size: 3.8rem;
    }
    .home-social {
        right: 2rem;
    }
    .video-parallax {
        width: unset;
        object-fit: cover;
        height: 80vh !important;
    }
    .video-content-holder {
        position: absolute;
        top: 30%;
        left: 0%;
        z-index: 999;
    }
    .home-social li {
        padding: .6rem 0;
    }
    .home-social i {
        font-size: 17px;
        border: none;
    }
    .home-social span {
        display: none;
    }
    .home-content__scroll {
        bottom: 1.4rem;
    }
    .home-content__line {
        height: 3.2rem;
    }
}

@media only screen and (max-width:500px) {
    .s-home {
        min-height: 500px;
    }
    .home-content h1 {
        font-size: 3.5rem;
    }
 
    .home-page-map-absolute{
        position: relative;
        z-index: 0; 
    }
    .place-name-base{
        /* max-width: 20px; */
        /* display: none; */
        opacity: 0;
        }
    
        .place-name{
          /* max-width: 20px; */
          /* display: none; */
          opacity: 0;
          }
    .drag_element:hover .place-name-base{
        /* display:block; */
        opacity:1;
      }
    
      .drag_element:hover .place-name{
        /* display:block; */
        opacity:1;
      }
    .home-content__main {
        text-align: center;
        max-width: none;
        padding-top: 7rem;
        padding-right: 25px;
        width: 90%
    }
    .home-content__buttons {
        padding-top: 1.2rem;
    }
    .home-content__buttons .btn {
        width: auto;
        margin: 1.5rem 0 0;
    }
    .home-social {
        display: none;
    }
}

@media only screen and (max-width:450px) {
    .home-content h1 {
        font-size: 3.3rem;
    }
}

@media only screen and (max-width:400px) {
    .s-home {
        min-height: 400px;
        height: 60%;
    }
    .home-content h1 {
        font-size: 2rem;
    }
    .home-content__main {
        padding-top: 10rem;
        width: auto;
    }
}

.s-about {
    padding-top: 3.2rem;
    padding-bottom: 2rem;
    background-color: var(--primary--color);
    color: #010507;
    position: relative;
}

.s-about .section-header.has-bottom-sep::before {
    background-color: rgba(255, 255, 255, .25);
}

.about-desc {
    font-size: 1.7rem;
    line-height: 1.75;
    text-align: center;
    max-width: 1024px;
}

.about-stats {
    text-align: center;
}

.stats__col {
    margin: 5.4rem 0;
    padding: 0 2rem;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.stats__col:last-child {
    border-right: none;
}

.stats__count {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1;
    color: #fff;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Inter;
}

.stats h5 {
    margin-top: 1.8rem;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.333;
    position: relative;
}

.about__line {
    display: block;
    width: 2px;
    height: 10.2rem;
    background-color: #fff;
    position: absolute;
    right: 7.2rem;
    top: 0;
}

@media only screen and (max-width:1500px) {
    .about__line {
        height: 5.2rem;
    }
    .about-desc {
        font-size: 1.2rem;
        max-width: 940px;
    }
}

@media only screen and (max-width:1200px) {
    .about-desc {
        font-size: 1rem;
        max-width: 940px;
    }
}

.about-stats .col-6 {
    border-right: 1px solid rgba(255, 255, 255, .25);
}

.about-stats .col-6:last-child {
    border-right: none;
}

@media only screen and (max-width: 1200px) {
    .about-stats .col-6:nth-child(2n+1) {
        border-right: 1px solid rgba(255, 255, 255, .25);
    }
    .about-stats .col-6:nth-child(n) {
        border: none;
    }
}

.about-stats {
    padding-top: 3rem;
    padding-bottom: 3.9rem;
}

.about-stats {
    max-width: 800px;
}

.stats__col {
    margin: 1.5rem 0;
}

.stats__col:nth-child(n) {
    border: none;
}

.stats__col:nth-child(2n+1) {
    border-right: 1px solid rgba(255, 255, 255, .25);
}

@media only screen and (max-width:1500px) {
    .about-stats {
        padding-top: 5rem;
        padding-bottom: 3.9rem;
    }
}

@media only screen and (max-width:800px) {
    .about-desc {
        font-size: 2rem;
        max-width: 600px;
    }
    .stats__count {
        font-size: 8rem;
    }
    .stats h5 {
        margin-top: 1.2rem;
        font-size: 0.9rem;
    }
}

@media only screen and (max-width:700px) {
    .about__line {
        right: 1.5rem;
    }
}

@media only screen and (max-width:600px) {
    .s-about {
        padding-top: 1rem;
    }
    .about-desc {
        font-size: 1.9rem;
    }
    .about-stats {
        padding-top: 0;
    }
    .stats__col {
        margin: 0;
        padding-top: 3rem;
        padding-bottom: 3rem;
        position: relative;
    }
    .stats__col::after {
        content: "";
        display: block;
        height: 1px;
        width: 250px;
        background-color: rgba(255, 255, 255, .25);
        position: absolute;
        bottom: 0;
        left: 50%;
        margin-left: -125px;
    }
    .stats__col:last-child::after {
        display: none;
    }
    .stats__col:nth-child(n) {
        border: none;
    }
    .about__line {
        height: 3.2rem;
    }
}

@media only screen and (max-width:700px) {
    .about-desc {
        font-size: 1.3rem;
    }
    .about-desc p {
        text-align: justify;
        text-align-last: center;
    }
    .stats__count {
        font-size: 2.8rem;
    }
}

header {
    position: fixed;
    top: 0;
    left: 0;
    padding: 0;
    background: #e3e5e1;
    width: 100%;
    box-sizing: border-box;
    z-index: 1000;
}

header .logo {
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    float: left;
    font-weight: bold;
}

header nav {
    float: right;
}

header nav ul {
    display: block;
    margin: 0;
    padding: 0;
}

header nav ul li {
    list-style: none;
    position: relative;
}

header nav ul li .sub-menu:before {
    content: "\f0d7";
    position: absolute;
    font-family: fontAwesome;
    line-height: 50px;
    color: #fff;
    right: 20px;
}

header nav ul li.active .sub-menu:before {
    content: "\f0d8";
}


/*dropdown-starts*/

header nav ul li ul {
    position: relative;
    left: 0;
    background: #fff;
    display: block;
    opacity: 0;
    height: 0;
    transition: height 0.9s ease-in;
}

header nav ul li.active ul {
    opacity: 1;
    height: auto;
}

header nav ul li.active ul li a {
    font-size: 1em;
}

header nav ul li.active a.sub-menu {
    color: var(--primary--color);
}

header nav ul li ul li {
    display: block;
    width: 100%;
    line-height: 1.1;
}

header nav ul li a {
    text-decoration: none;
    padding: 0 10px;
    display: block;
    text-align: left;
    font-size: 1em;
    /* color: #fff; */
    font-weight: 300;
}

.line-height-0{
    line-height: 1 !important;
}

     /* Add this CSS to style your submenu */
     .header-nav__list .submenu {
        display: none;
        padding-left: 20px; /* Indentation for submenu */
    }
    
    .header-nav__list li:hover .submenu {
        display: block;
    }

    .bg-grey{
        background-color: #ebebeb !important;
    }

.txtclr a{
    color: #fff;
}

header nav ul li a:hover {
    color: var(--secondary--color) !important;
}

header.sticky nav ul li a:hover {
    color: #1a1a1a;
}

@media (max-width: 1500px) {
    header nav ul li a {
        font-size: 1em;
    }
}

header nav ul li a:hover {
    text-decoration: none;
}

header nav ul li a.active {
    color: #fff;
    background: #1a1a1a;
}

.menu-toggle {
    color: #636363;
    float: right;
    line-height: 50px;
    font-size: 24px;
    cursor: pointer;
    display: none;
}

@media (max-width: 991px) {

    .menu-toggle {
        display: block;
    }
    /* header nav {
      position: absolute;
      width: 100%;
      height: calc(100vh - 50px);
      background: #8ec149e0;
      top: 50px;
      left: -100%;
      transition: 0.5s;
    } */
    header nav.active {
        left: 0;
    }
    header nav ul {
        display: block;
        text-align: center;
    }

    header nav ul li.active ul {
        position: relative;
        background: #000000;
    }
    header nav ul li ul li {
        width: 100%;
    }
}

#mySidenav::-webkit-scrollbar {
    width: 0;
}



.sticky {
    background-color: var(--primary--color);
    box-shadow: -webkit-box-shadow -1px 14px 54px -15px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -1px 14px 54px -15px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 14px 54px -15px rgba(0, 0, 0, 0.3);
}

.display-1 {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.2;
}

.kploductkart .row .col-12:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
}

.kploductkart .row .col-12:nth-child(odd) {
    padding-left: 0;
}

.display-1--light {
    color: #ffffff;
}


/* product section */

.s-product {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: #010507;
    position: relative;
}

.kploductkart .row {
    margin-bottom: 15px;
}

.kgroupproduct {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 70px;
}

.kproduct {
    width: 100%;
    height: 600px;
    background: white;
    text-align: center;
    position: relative;
    padding: 60px;
}

.kproduct img {
    max-width: 65%;
    max-height: 60%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.kgroupproduct * {
    color: #ffffff;
}

.kproduct * {
    color: #000000;
}

.kgroupproduct p,
.kproduct p,
.kgroupproduct span,
.kproduct span {
    font-weight: 400;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 1.7;
}


/* .kgroupproduct span:hover,.kproduct span:hover{
        text-decoration: underline;
    } */

.s-contact {
    background-color: #151515;
    background-image: url(../assets/contact-bg.jpg);
    background-repeat: no-repeat;
    background-position: center, center;
    padding-top: 4rem;
    padding-bottom: 4rem;
    color: rgba(255, 255, 255, .5);
    position: relative;
}

.display_mobile {
    display: none;
}

@media screen and(max-width:700px) {
    .display_mobile {
        display: block;
    }
}

.s-contact .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .8;
    background-color: #151515;
}

.s-contact .form-field {
    position: relative;
}

.s-contact .form-field:after {
    content: "";
    display: table;
    clear: both;
}

.s-contact .form-field label {
    font-size: 1rem;
    line-height: 2.4rem;
    position: absolute;
    bottom: -.3rem;
    right: .6rem;
    text-transform: uppercase;
    letter-spacing: .1rem;
    padding: 0 2rem;
    margin: 0;
    color: #fff;
    background: var(--primary--color);
}

.s-contact .form-field label::after {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    margin-top: -6px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid var(--primary--color);
}

.contact__line {
    display: block;
    width: 2px;
    height: 20.4rem;
    background-color: var(--primary--color);
    position: absolute;
    left: 50%;
    top: -10.2rem;
    margin-left: -1px;
}

.subhead {
    font-size: 1.7rem;
    line-height: 1.333;
    text-transform: uppercase;
    letter-spacing: .25rem;
    color: var(--primary--color);
    margin-top: 0;
    margin-bottom: 0;
}

.contact-content {
    background-color: rgba(0, 0, 0, .2);
    color: rgba(255, 255, 255, .4);
    padding-top: 6rem;
    padding-bottom: 6rem;
    font-size: 1rem;
    line-height: 2;
    position: relative;
}

.contact-content h3 {
    margin-top: 0;
    margin-bottom: 6.6rem;
    color: #fff;
}

.cinfo a {
    color: rgba(255, 255, 255, .4);
}

.contact-content h5 {
    margin-top: 0;
    color: var(--primary--color);
}

.contact-content input[type=email],
.contact-content input[type=number],
.contact-content input[type=search],
.contact-content input[type=text],
.contact-content input[type=tel],
.contact-content input[type=url],
.contact-content input[type=password],
.contact-content textarea,
.contact-content select {
    color: rgba(255, 255, 255, .6);
    border-bottom: 1px solid rgba(255, 255, 255, .07);
    margin-bottom: .9rem;
}

.contact-content input[type=email]:focus,
.contact-content input[type=number]:focus,
.contact-content input[type=search]:focus,
.contact-content input[type=text]:focus,
.contact-content input[type=tel]:focus,
.contact-content input[type=url]:focus,
.contact-content input[type=password]:focus,
.contact-content textarea:focus,
.contact-content select:focus {
    color: #fff;
    border-bottom: 1px solid var(--primary--color);
}

.contact-content button,
.contact-content .btn {
    margin-top: 3.6rem;
}

.contact-content input::-webkit-input-placeholder,
.contact-content select::-webkit-input-placeholder,
.contact-content textarea::-webkit-input-placeholder {
    color: #4f4f4f;
}

.contact-content input:-moz-placeholder,
.contact-content select:-moz-placeholder,
.contact-content textarea:-moz-placeholder {
    color: #4f4f4f;
}

.contact-content input::-moz-placeholder,
.contact-content select::-moz-placeholder,
.contact-content textarea::-moz-placeholder {
    color: #4f4f4f;
}

.contact-content input:-ms-input-placeholder,
.contact-content select:-ms-input-placeholder,
.contact-content textarea:-ms-input-placeholder {
    color: #4f4f4f;
}

.contact-content input.placeholder,
.contact-content select.placeholder,
.contact-content textarea.placeholder {
    color: #4f4f4f!important;
}

.contact-content .btn.btn--primary,
.contact-content button.btn--primary,
.contact-content input[type=submit].btn--primary,
.contact-content input[type=reset].btn--primary,
.contact-content input[type=button].btn--primary {
    background: var(--primary--color);
    border-color: var(--primary--color);
    color: #fff;
}

.contact-content .btn.btn--primary:hover,
.contact-content button.btn--primary:hover,
.contact-content input[type=submit].btn--primary:hover,
.contact-content input[type=reset].btn--primary:hover,
.contact-content input[type=button].btn--primary:hover,
.contact-content .btn.btn--primary:focus,
.contact-content button.btn--primary:focus,
.contact-content input[type=submit].btn--primary:focus,
.contact-content input[type=reset].btn--primary:focus,
.contact-content input[type=button].btn--primary:focus {
    background: #33a242;
    border-color: #33a242;
}

.contact-content .btn,
.contact-content button,
.contact-content input[type=submit],
.contact-content input[type=reset],
.contact-content input[type=button] {
    display: inline-block;
    font-size: 1.2rem;
    text-transform: uppercase;
    letter-spacing: .3rem;
    line-height: calc(3.4rem - .4rem);
    padding: 0 3rem;
    margin: 0 .3rem 1.2rem 0;
    color: #000;
    text-decoration: none;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #c5c5c5;
    border: .2rem solid #c5c5c5;
}

.full-width {
    width: 100%;
}

textarea {
    min-height: 5rem;
}

#contactForm textarea {
    min-height: 2rem;
}

.contact-primary,
.contact-secondary {
    float: left;
    padding: 0 5rem;
}

.contact-primary {
    width: 65%
}

.contact-primary #contactForm {
    margin-top: -1.5rem;
}

.contact-secondary {
    width: 35%
}

.contact-secondary::before {
    content: "";
    display: block;
    width: 35%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: transparent;
}

.contact-secondary .contact-info {
    position: relative;
}

.contact-secondary .cinfo {
    margin-bottom: 4.8rem;
}

.contact-social {
    list-style: none;
    display: inline-block;
    margin: 0;
    font-size: 2rem;
}

.contact-social li {
    margin-right: 15px;
    padding-left: 0;
    display: inline-block;
}

.contact-social li a {
    color: #fff;
}

.contact-social li a:hover,
.contact-social li a:focus {
    color: var(--primary--color);
}

.contact-social li:last-child {
    margin: 0;
}

@media only screen and (max-width:700px) {
    .display_mobile {
        display: block;
    }
    button.close {
        width: 80px;
    }
    button.close img {
        width: 100%;
    }
    .display-1 {
        font-size: 2rem;
        font-weight: 600;
        line-height: 1.2;
    }
    .kploductkart .row .col-12:nth-child(even) {
        padding-left: 0;
    }
    .kploductkart .row .col-12:nth-child(odd) {
        padding-left: 0;
        padding-right: 0;
    }
    .kproduct {
        padding: 30px 10px;
        height: 740px;
    }
    .kproduct img {
        max-width: 100%;
        max-height: 100%;
    }
}

.message-warning,
.message-success {
    display: none;
    background: #111;
    font-size: 1.5rem;
    line-height: 2;
    padding: 3rem;
    margin-bottom: 3.6rem;
    width: 100%
}

.message-warning {
    color: #ff6163;
}

.message-success {
    color: var(--primary--color);
}

.message-warning i,
.message-success i {
    margin-right: 10px;
    font-size: 1.2rem;
}

.submit-loader {
    display: none;
    position: relative;
    left: 0;
    top: 1.8rem;
    width: 100%;
    text-align: center;
    margin-bottom: 3rem;
}

.submit-loader .text-loader {
    display: none;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.846;
    color: #fff;
    letter-spacing: .2rem;
    text-transform: uppercase;
}

.oldie .submit-loader .s-loader {
    display: none;
}

.oldie .submit-loader .text-loader {
    display: block;
}

.s-loader {
    margin: 1.2rem auto 3rem;
    width: 70px;
    text-align: center;
    -webkit-transform: translateX(0.45rem);
    -ms-transform: translateX(0.45rem);
    transform: translateX(0.45rem);
}

.contact-content h3 {
    margin-top: 0;
    margin-bottom: 4.6rem;
    color: #fff;
}

.s-loader>div {
    width: 9px;
    height: 9px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    margin-right: .9rem;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out both;
    animation: bouncedelay 1.4s infinite ease-in-out both;
}

.s-loader .bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s;
}

.s-loader .bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s;
}

@-webkit-keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@media only screen and (max-width:1200px) {
    .contact-content {
        max-width: 900px;
    }
}

@media only screen and (max-width:1000px) {
    .contact-content {
        max-width: 700px;
    }
    .contact-primary,
    .contact-secondary {
        float: none;
        width: 100%
    }
    .contact-primary #contactForm {
        margin-top: -1.5rem;
        margin-bottom: 7.2rem;
    }
    .contact-secondary .hide-on-fullwidth {
        display: none;
    }
    .contact-secondary::before {
        display: none;
    }
    .message-warning,
    .message-success {
        margin-bottom: 6rem;
    }
}

@media only screen and (max-width:800px) {
    .contact-content h3 {
        text-align: center;
    }
}

@media only screen and (max-width:600px) {
    .s-contact {
        padding-top: 12rem;
        padding-bottom: 0;
    }
    textarea {
        min-height: 12rem;
    }
    .contact__line {
        height: 14.4rem;
        top: -7.2rem;
    }
    .contact-content {
        padding-bottom: 6rem;
        text-align: center;
        padding-top: 0rem;
    }
    .contact-primary,
    .contact-secondary {
        padding: 0 20px;
    }
}

@media only screen and (max-width:400px) {
    .contact-primary,
    .contact-secondary {
        padding: 0 5px;
    }
}

.text-white {
    color: #fff;
}

.go-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 600;
    display: none;
}

.go-top a,
.go-top a:visited {
    text-decoration: none;
    border: 0;
    display: block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: #000;
    color: rgba(255, 255, 255, .5);
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.go-top a i,
.go-top a:visited i {
    font-size: 18px;
    line-height: inherit;
}

.go-top a:hover,
.go-top a:focus {
    color: #fff;
}

@media only screen and (max-width:900px) {
    .footer-main .left {
        padding-right: 20px;
    }
    .footer-main .right {
        padding-left: 20px;
    }
}

@media only screen and (max-width:800px) {
    .display-2 {
        font-size: 1.5rem;
    }
    footer .row {
        max-width: 600px;
    }
    .footer-main .left {
        padding-right: 15px;
        margin-bottom: 4.2rem;
    }
    .footer-main .right {
        padding-left: 15px;
    }
}

@media only screen and (max-width:600px) {
    .footer-main .left {
        padding-right: 10px;
    }
    .footer-main .right {
        padding-left: 10px;
    }
    .footer-logo {
        margin: -.6rem auto 3.6rem;
    }
    .footer-bottom {
        padding-bottom: .6rem;
    }
    .footer-bottom .copyright span {
        display: block;
    }
    .footer-bottom .copyright span::after {
        display: none;
    }
    .go-top {
        right: 0;
        bottom: 0;
    }
}

@media only screen and (max-width:500px) {
    .footer-subscribe #mc-form input[type=email] {
        padding: 1.2rem 20px;
        background: rgba(0, 0, 0, .1);
        text-align: center;
    }
    .footer-subscribe #mc-form input[type=submit] {
        position: static;
        width: 100%;
        margin-bottom: 1.8rem;
    }
    .footer-subscribe #mc-form label {
        text-align: center;
    }
    .footer-bottom .copyright .col-sm-6:first-child {
        text-align: center;
    }
    .footer-bottom .copyright .col-sm-6:last-child {
        text-align: center;
    }
}

@media only screen and (max-width:400px) {
    .footer-main .left {
        padding-right: 0;
    }
    .footer-main .right {
        padding-left: 0;
    }
}

.s_pro_det {
    margin-top: 0;
    background-color: transparent;
    border-radius: 7px;
}

.headbdr {
    /*  border-bottom: 7px solid ;*/
    width: 184px;
    margin: 0 auto;
    padding-top: 5px;
    height: 2px;
    border-radius: 2px;
    background: -moz-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(73, 160, 66, 1)), color-stop(100%, rgba(144, 186, 62, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    /* ie10+ */
    background: linear-gradient(90deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    /* w3c */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#49A042', endColorstr='#90BA3E', GradientType=1);
    /* ie6-9 */
}

.backpro3 {
    position: relative;
    background: url(../assets/academia.jpg) no-repeat;
    background-color: #ffffff;
    background-attachment: fixed;
    height: 350px;
    background-position: left top;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    background-size: 100%;
    overflow: hidden;
}

.pro_img_txt {
    vertical-align: middle;
    display: table-cell;
    color: white;
    font-size: 44px;
}

@media screen and (max-width:720px) {
    .backpro3 {
        background-attachment: scroll;
        height: 177px;
        background-position: bottom left;
    }
    .pro_img_txt {
        font-size: 22px;
        top: 35%;
        position: relative;
    }
    .h2,
    h2 {
        font-size: 1.8rem;
    }
}

.kploductkart .col-sm-6 {
    margin-bottom: 15px;
}

.height2 {
    height: 210px;
}

.imgx1 {
    overflow: hidden;
}

.zoomimg img {
    max-width: 100%;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.zoomimg:hover img {
    transform: scale(1.1);
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.zoomimg:hover img {
    transform: scale(1.1);
    transition: o.5s;
}

.border-belowslider{
    border-right: 1px solid  #c0c0c0 ;
    border-top: 1px solid  #c0c0c0 ;
    border-bottom: 1px solid  #c0c0c0 ;
}

.height1 {
    height: 196px;
}

.overlaybrowes {
    position: absolute;
    width: 89%;
    height: 100%;
    /*left: 0;*/
    padding: 10px;
    display: table;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
    z-index: 9;
    overflow: hidden;
}

.overlaybrowes1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 99;
    padding: 10px;
    display: table;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.overlaybrowespro {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 99;
    padding: 10px;
    display: table;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.overlaybrowespro1 {
    position: absolute;
    width: 100%;
    height: 210px !important;
    left: 0;
    z-index: 99;
    padding: 10px;
    display: table;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.7) 98%, rgba(0, 0, 0, .7) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
}

.grid_margin {
    margin: 20px 0px;
    border: 7px solid #fff;
    box-shadow: 3px 4px 6px #dddada;
    border-radius: 5px;
    overflow: hidden;
}

.grid_marginpro {
    margin: 20px 0px;
}

.div_img {
    background: url(../assets/footerup1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.proset {
    border: 7px solid #fff;
    box-shadow: 3px 4px 6px #dddada;
    border-radius: 5px;
    overflow: hidden;
}

.grid_margin12 {
    margin: 3px 0px;
    border: 7px solid #fff;
    box-shadow: 3px 4px 6px #dddada;
    border-radius: 5px;
}

.grid_sm_margin {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 31.5%;
    -ms-flex: 0 0 31.5%;
    flex: 0 0 31.5%;
    max-width: 31.5%;
    margin: 0px 10px;
}

.grid_sm_margin1 {
    -webkit-box-flex: 0;
    -webkit-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
    margin: 0px 10px;
}

.image-boxes-img-wrapper img {
    max-width: 100%;
}

.ab-content {
    padding-top: 5%;
    padding-right: 4%;
    padding-bottom: 33px;
    padding-left: 5%;
}

.ab-content .tbk__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
}

.ab-content p {
    text-align: justify;
    line-height: 1.7;
    font-weight: 400;
    font-size: 14px;
    color: #9c9c9c;
}

.txtabout .para p {
    text-align-last: center;
    font-weight: 400;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 1.7;
}

.grid_text {
    display: table-cell;
    text-align: center;
    vertical-align: bottom;
    color: white;
    font-size: 26px;
    padding: 20px 0;
    line-height: 30px;
}

.pad_topraech {
    padding-top: 10px;
}

.headbdrabt {
    width: 184px;
    margin: 0 auto;
    padding-top: 5px;
    height: 2px;
    border-radius: 2px;
    background: -moz-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(73, 160, 66, 1)), color-stop(100%, rgba(144, 186, 62, 1)));
    background: -webkit-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    background: -o-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    background: -ms-linear-gradient(360deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    background: linear-gradient(90deg, rgba(73, 160, 66, 1) 0%, rgba(144, 186, 62, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#49A042', endColorstr='#90BA3E', GradientType=1);
}

.min-height-120{
    min-height: 120px;
}

.testtxt {
    color: #5B5B5B;
    font-size: 37px;
    padding: 20px 0 0 0;
}

.headtxtsize1 {
    font-size: 30px;
    color: #5B5B5B;
    font-weight: initial;
}

.padtopbtm45 {
    padding-top: 45px;
    padding-bottom: 45px;
}

.para p {
    font-size: 13px;
    color: #576768;
    line-height: 21px;
}

.txtabout img {
    padding-bottom: 20px;
}

.detail_div {
    padding: 15px 15px 0;
}

.model_bg {
    padding: 7px;
    color: #ffffff;
    background: var(--primary--color);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#5aa642', endColorstr='#85b640', GradientType=1);
}

.modal-dialog {
    max-width: 450px;
    margin: 170px auto;
}

.modal-content {
    border: none;
}

.modtxtsize {
    font-size: 27px;
    color: #eee;
    font-weight: initial;
    position: relative;
    top: 270px;
    text-align: center;
}

.text-green{
    color: var(--primary--color) !important;
}

h6{
    font-weight: 500 !important;
}


.modin {
    width: 100%;
    padding: 8px;
    border-radius: 4px;
    border: 1px solid #767D7766 !important;
    margin-bottom: 9px;
    font-size: 15px;
    color: #576768;
}

.nav-tabs-centered {
    display: flex;
    justify-content: center;
  }

.btnmodal {
    padding: 9px 00px;
    border-radius: 3px;
    border: 1px solid #54B426;
    background: #54B426;
    width: 100%;
    color: #ffffff;
}

.btnmodal:hover {
    background: #76d04a;
    transition: 0.2s background ease-in-out;
}

.ab-testimonial {
    padding: 5rem 0;
}

.ab-testimonial .ab-card {
    height: 400px;
    padding: 10px;
    position: relative;
}

.dir-testimonial {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.font-category{
    font-size: 20px !important;
}

.dir-testimonial img {
    width: 100%;
    height: auto;
    max-height: 100%;
}

.testimonial_content {
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    width: 100%;
    background: rgba(35, 35, 35, .8);
    padding: 25px 18px;
    font-size: 12px;
    color: #fff;
    opacity: 0;
    transition: all 0.2s ease-in;
}

.testimonial_content h3 {
    font-family: Inter;
    font-weight: 600;
}

.testimonial_content p {
    text-align: justify;
    font-weight: 400;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 1.7;
}

.ab-card:hover .testimonial_content {
    height: 55%;
    opacity: 1;
    top: -100%;
}

.ab-card:hover .testimonial_content.over_height {
    height: 66%;
}

.ab-card:hover .testimonial_content.over_height1 {
    height: 53.4%;
}

@media screen and (max-width:1180px) and (min-width:750px) {
    .pro_displaynone {
        display: none;
    }
    .header-menu-toggle {
        position: absolute;
        right: 50px;
        right: 25px;
        position: absolute;
    }
    .display_mobile {
        display: block;
    }
    .home-content h1 {
        font-size: 3rem;
    }
    .home-content {
        padding-bottom: 10.6rem;
    }
}

button.close {
    width: 30px;
    max-width: 100%;
    color: #fff;
    margin: 0rem;
    font-size: 20px;
    border: none;
    background: #000;
    border-radius: 200%;
}

button.close img {
    max-height: 100%;
    max-width: 100%;
}


/*----------------------- product details  --------------------------*/

.name_bar {
    width: 150px;
    height: 2px;
    background-color: var(--primary--color);
}

.get_q_btn {
    cursor: pointer;
    border-radius: 180px;
    background: var(--secondary--color);
    padding: 5px 10px;
    text-align: center;
    color: #fff;
}

.gat_q_div {
    position: absolute;
    bottom: 10%;
    left: 2.8%
}

.pad_top125 {
    padding-top: 50px;
}

ul.discription_tab {
    border-bottom: none;
    padding: 0 25px 0 0;
}

.tab_btn {
    padding: 15px;
    color: #000000;
    font-size: 25px;
}

.inrpad {
    color: #5B5B5B;
    padding: 6px 13px;
    text-align: center;
}

.amazingslider-arrow-right-0,
.amazingslider-arrow-left-0 {
    display: none;
}

.active .tab_btn {
    border-bottom: 1px solid var(--primary--color);
    color: var(--primary--color);
}

.tabcontent {
    padding-top: 50px;
    margin-bottom: 50px;
}

.product_detail tr {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #E9E7E7E6;
    text-align: left;
    padding: 15px;
}

.tabcontent table.table tbody tr td {
    border-top: none;
    padding: auto 25px;
}

.tabcontent table.table,
.pro_discription {
    background-color: #e0e0e024;
    font-size: 14px;
    color: #9c9c9c;
    line-height: 1.7;
    padding: 0 10px;
}

.demo-slider-3 {
    height: 450px;
}

#amazingslider-12 {
    height: 100% !important;
}

.amazingslider-wrapper-0 {
    height: 80%;
}

.amazingslider-bottom-shadow-0 {
    display: none !important;
}

.amazingslider-slider-0 {
    height: 100%;
}

.amazingslider-swipe-box-0 img {
    height: 100% !important;
    margin-top: 0 !important;
    border: 1px solid #C3C3C3 !important;
}

.amazingslider-nav-container-0 {
    margin-left: 0 !important;
}

.amazingslider-bullet-wrapper-0 {
    margin-left: 0 !important;
}

.product_detail {
    margin-top: 10px;
}

.product_detail tr td {
    padding: 10px 15px;
}

.amazingslider-swipe-box-0 {
    height: 100% !important;
}

.amazingslider-box-0 {
    height: 100% !important;
}

.amazingslider-box-0 a {
    display: none;
}

.amazingslider-box-0 div {
    background-color: transparent !important;
}

.amazingslider-bullet-image-0 {
    height: 65px !important;
    overflow: hidden;
    border: 1px solid #C3C3C3;
    padding: 7px 5px 5px;
    position: relative;
}

.startfont {
    color: var(--secondary--color);
    margin-top: 15px;
}

.boxbdr {
    border: 1px solid #C3C3C3;
    border-radius: 6px;
}

/* CSS to make Google reCAPTCHA responsive */
@media (max-width: 320px) {
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 300px) {
    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

/* Adjusting for tablets */
@media (max-width: 768px) { /* targeting smaller tablets */
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media (max-width: 1024px) { /* targeting larger tablets */
    .g-recaptcha {
        transform: scale(0.8);
        -webkit-transform: scale(0.8);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}



.d_heading {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: bold;
}

.d_heading+p {
    margin-bottom: 0;
}

.amazingslider-bullet-wrapper-0 {
    margin-top: 0 !important;
}

.bgtwoclr {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(88, 166, 65, 1)), color-stop(71%, rgba(112, 175, 64, 1)), color-stop(100%, rgba(133, 183, 64, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: linear-gradient(135deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#85b740', GradientType=1);
    border: 1px solid #C3C3C3;
    border-radius: 5px;
}

.bgtwoclr:hover {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(255, 255, 255, 1)), color-stop(52%, rgba(88, 166, 65, 1)), color-stop(71%, rgba(112, 175, 64, 1)), color-stop(100%, rgba(133, 183, 64, 1)));
    background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: -o-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(88, 166, 65, 1) 52%, rgba(112, 175, 64, 1) 71%, rgba(133, 183, 64, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#85b740', GradientType=1);
}

.amazingslider-img-elem-0 {
    object-fit: cover;
    width: 100% !important;
}

.inrclr {
    font-size: 25px;
    font-weight: 600;
}

.inrpad2 {
    padding: 5px 0px 0px 70px;
}

.inrclr3 {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
}


@media screen and (min-width:320px) and (max-width:720px) {
    .tab_btn {
        padding: 5px;
        font-size: 18px;
    }
    .product_detail tr td {
        padding: 10px 5px 0;
        font-size: 12px;
    }
    .gat_q_div {
        position: relative;
        bottom: -0;
        left: 0;
        padding: 15px;
    }
    .inrclr3 {
        font-size: 15px;
    }
    .h2,
    h2 {
        font-size: 1.6rem;
    }
    .inrclr {
        font-size: 25px;
        font-weight: 600;
    }
}

.big-font {
    font-size: 9em !important;
    line-height: 0.8;
}

