@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');
body {
    font-family: 'Open Sans', sans-serif;
    color: #999;
}

h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 {
    font-family: 'Roboto Slab', serif;
    color: #303030;
}

ul {
    list-style-type: none;
}
.hide{
    display: none;
}
p {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #424141;
    line-height: 26px;
    font-weight: 400;
}

a {
    text-decoration: none;
    display: inline-block;
    outline: none;
}

a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none;
}

img {
    max-width: 100%;
    display: inline-block;
}

button {
    border: none;
    outline: none;
    box-shadow: none;
    display: block;
    padding: 0;
    background: transparent;
}

input, textarea {
    font-family: 'Open Sans', sans-serif;
    display: block;
    font-size: 14px;
    line-height: 28px;
    outline: none;
    box-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header3g {
    width: 100%;
    display: block;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16);
    border-bottom: solid 1px #ddd;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    padding: 10px 0;
}
.header3g .containe{
    position: relative;
}

.header3g .logo3g {
    width: 350px;
}

.logo3g a, .logo3g a img {
    display: block;
}

.menuzord-menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: nowrap;
    line-height: 3.5;
}

.menuzord-menu li a {
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    color: #333;
    display: block;
    transition: all 0.3s linear 0s;
}

.menuzord-menu li:last-child a {
    padding-right: 0;
}

.menuzord-menu li a:hover, .menuzord-menu li.active a {
    color: #fe0000;
}

.bannerImg {
    width: 100%;
    height: calc(96vh - 40px);
    object-fit: cover;
    object-position: top;
}

.boxed_wrapper {
    width: 100%;
    background: #fff;
    overflow-x: hidden;
}

.sec-padd {
    padding: 80px 0;
}

.sec-padd2 {
    padding: 80px 0 30px;
}

.sec-padd3 {
    padding: 80px 0 50px;
}

.sec-padd-top {
    padding-top: 80px;
}

.sec-padd-bottom {
    padding-bottom: 80px;
}

.no-padd {
    padding: 0px;
}

.paddt-50 {
    padding-top: 50px;
}

.mb-30 {
    margin-bottom: 30px;
}

.list_inline li {
    display: inline-block;
}

.padd-80 {
    padding-top: 80px;
}

.tran3s {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.center {
    text-align: center;
}

.thm-color {
    color: #c9e465;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

.border-bottom {
    border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 1200px) {
    .container {
        padding: 0;
    }
}

.thm-btn {
    position: relative;
    background: #c9e465;
    font-size: 14px;
    line-height: 48px;
    border-radius: 25px;
    color: #ffffff;
    border: 1px solid #faff2d;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn:hover {
    background: transparent;
    color: #2ca70f;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thmail-btn {
    position: relative;
    background: #b79d19;
    font-size: 14px;
    line-height: 48px;
    border-radius: 22px;
    color: #ffffff;
    border: 1px solid #f1db6b;
    text-transform: uppercase;
    font-weight: 700;
    display: inline-block;
    padding: 0 38px;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thmail-btn:hover {
    background: transparent;
    color: #fff;
    transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}

.thm-btn.style-2 {
    background: #fe0000;
    color: #fff;
    border-color: #fe0000;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}

.thm-btn.style-2:hover {
    background: #fe0000;
    color: #fff;
    border-color: #c9e465;
}

.thm-btn.style-3 {
    background: transparent;
    color: #fff;
    border-color: #fff;
}

.thm-btn.style-3:hover {
    background: #FFF;
    color: #2ca70f;
    border-color: #fff;
}

.section-title {
    position: relative;
    margin-bottom: 25px;
}

.section-title h2 {
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 32px;
}

.section-title h3 {
    position: relative;
    text-transform: capitalize;
    font-weight: 400;
}

.section-title h4 {
    position: relative;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}

.scroll-top {
    width: 50px;
    height: 40px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 99;
    display: none;
    color: #fff;
    text-align: center;
    background: #fe0000;
}

.scroll-top span:before {
    font-size: 27px;
}

.scroll-top:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icons/preloader.svg);
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #292121;
    background: #292121;
}

::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.75);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(255, 255, 255, 0.75);
}

/*======logo========*/

.main-logo {
    margin: 13px 0;
    width: 30%;
}

.main-logo a, .main-logo a img {
    display: block;
    width: 100%;
}

/*=====menu========*/

@keyframes menu_sticky {
    0% {
        margin-top: -100px;
    }
    50% {
        margin-top: -90px;
    }
    100% {
        margin-top: 0;
    }
}

.theme_menu.stricky-fixed {
    margin: 0;
    padding: 0px 0;
    position: fixed;
    background: #ffffff;
    top: 0;
    left: 0;
    width: 100%;
    /*z-index: 99999;*/
    animation-name: menu_sticky;
    animation-duration: 0.60s;
    animation-timing-function: ease-out;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(93, 73, 73, 0.12);
}

.theme_menu .container {
    position: relative;
}

.theme_menu {
    position: relative;
    z-index: 99;
    padding: 0px 0;
}

.theme_menu .menu-column {
    padding-left: 0;
    padding-right: 0px;
    position: inherit;
}

.theme_menu .menuzord {
    padding: 0;
    background: transparent;
    float: right;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/

.rev_slider_wrapper {}

.rev_slider_wrapper .slide-content-box h1 {
    color: #ffffff;
    font-size: 80px;
    line-height: 54px;
    font-weight: 400;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box h1 span {
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.rev_slider_wrapper .slide-content-box h2 {
    color: #ffffff;
    font-size: 60px;
    line-height: 54px;
    font-weight: 400;
    margin: 0px 0 25px;
    text-transform: uppercase;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box h3 {
    color: #ffffff;
    font-size: 34px;
    line-height: 54px;
    font-weight: 400;
    margin: 0px 0 5px;
    text-transform: uppercase;
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 0.35);
}

.rev_slider_wrapper .slide-content-box p {
    color: #e2e2e2;
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 30px;
}

.rev_slider_wrapper a.thm-btn.style-3, .rev_slider_wrapper a.thm-btn {
    transition: all 500ms ease !important;
    padding: 13px 38px;
}

.rev_slider_wrapper .slide-content-box.last-slide p {
    margin: 0;
}

.rev_slider_wrapper .slide-content-box.last-slide a {
    margin: 0 8px;
}

.rev_slider_wrapper .slotholder {
    position: relative;
}

.slotholder:after {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.tp-bannertimer {
    display: none;
}

.rev_slider_wrapper .tparrows {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: rgba(0, 0, 0, 0.2);
}

.tparrows:before {
    font-family: 'icomoon';
    line-height: 60px;
}

.tparrows.tp-leftarrow:before {
    content: "\e926";
}

.tparrows.tp-rightarrow:before {
    content: "\e927";
}

/*** 

====================================================================
    about style
====================================================================

***/

.about {
    position: relative;
}

.about .section-title p {
    font-size: 16px;
    margin: 10px 0 0;
}

.about .img-box {
    margin-bottom: 50px;
}

.about .content {
    margin-bottom: 50px;
}

.about .content h2 {
    font-weight: 700;
    position: relative;
    top: -6px;
    margin-bottom: 10px;
}

.about .content h4 {
    font-size: 20px;
    color: #2ca70f;
    margin-bottom: 15px;
}

.about .content p {
    margin-bottom: 25px;
}

/*** 

====================================================================
    call-out style
====================================================================

***/

.call-out {
    background: #c9e465;
    padding: 5px 0 25px;
    margin-top: 20px;
}

.call-out .logo {
    margin-top: 23px;
}

.call-out h4 {
    color: #fff;
    margin-top: 33px;
    font-size: 22px;
    font-weight: 700;
}

.call-out .thm-btn.style-3 {
    margin-top: 20px;
}

/*** 

====================================================================
  Main Footer
====================================================================

***/

.main-footer {
    position: relative;
    background: #111709;
    padding: 15px 0 15px 0;
    border-top: 3px solid #fe0000;
}

.main-footer .footer-widget {
    margin-top: 15px;
}

.main-footer .footer-widget p {
    color: #999
}

.main-footer .section-title {
    margin-bottom: 20px;
}

.main-footer .section-title:after, .main-footer .section-title:before {
    display: none;
}

.main-footer .section-title h4 {
    color: #fff;
    padding-top: 18px;
    padding-bottom: 10px;
}

.main-footer .footer-logo {
    margin-bottom: 40px;
    padding-top: 5px;
}

/*============ about-column =================*/

.main-footer .about-column .text {
    margin-bottom: 20px;
}

.about-column li {
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #999;
    line-height: 26px;
    margin-bottom: 7px;
}

.about-column li span {
    font-size: 18px;
    color: #2ca70f;
    position: absolute;
    left: 0;
    top: 6px;
}

/*============ link-column =================*/

.main-footer .link-column li {
    position: relative;
    margin-bottom: 16px;
}

.main-footer .link-column li a {
    position: relative;
    margin-left: 15px;
    color: #999;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 14px;
}

.main-footer .link-column li a:hover,
.main-footer .link-column li a.active  {
    color: #2ca70f;
}

.main-footer .link-column li a:before {
    content: "\f0dd";
    position: absolute;
    font-size: 16px;
    font-family: FontAwesome;
    left: -19px;
    top: 0px;
    transform: rotate(-90deg);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.main-footer .link-column li a:hover:before {
    color: #2ca70f;
    transition: .5s ease-in-out;
}

.main-footer .link-column li a:after {
    content: '';
    position: absolute;
    left: 0px;
    background: transparent;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    transition: .5s ease-in-out;
}

.main-footer .link-column li a:hover:after, 
.main-footer .link-column li a.active:after {
    background-color: #2ca70f;
    transition: .5s ease;
}

/*============ post-column =================*/

.main-footer .post-column .post {
    position: relative;
    padding-left: 90px;
    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px solid #363636;
}

.main-footer .post-column .post:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.main-footer .post-column .post-thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
    height: 70px;
}

.main-footer .post-column h5 {
    position: relative;
    top: -5px;
    font-size: 16px;
    color: #999;
    line-height: 26px;
}

.main-footer .post-column .post-info {
    color: #2ca70f;
    font-size: 15px;
}

/*============ contact-column =================*/

.main-footer .contact-column {
    position: relative;
}

.main-footer .contact-column h5 {
    font-size: 16px;
    color: #999;
    margin-bottom: 18px;
}

.main-footer .contact-column form {
    position: relative;
    margin-bottom: 25px;
}

.main-footer .contact-column input {
    background: #2e2e2e;
    border: 1px solid #363636;
    width: 100%;
    padding: 0 15px;
    line-height: 40px;
}

.main-footer .contact-column button {
    position: absolute;
    right: 0;
    top: 0;
    height: 42px;
    width: 40px;
    line-height: 42px;
    background: #2ca70f;
    color: #fff;
}

.main-footer .contact-column p {
    padding-bottom: 19px;
    margin-bottom: 20px;
    border-bottom: 1px solid #363636;
}

/*===========footer bottom ================*/

.footer-bottom {
    background: #111709;
    border-top: 1px solid #19220e;
    padding: 8px 0;
}

.footer-bottom .copy-text {
    color: #848484;
    font-size: 14px;
}

.footer-bottom .copy-text a {
    color: #2ca70f;
    font-size: 14px;
}

.footer-bottom a {
    color: #2ca70f;
    font-size: 16px;
    transition: .3s ease;
}

.btnSec {
    padding-top: 15px;
    text-align: center;
}

.our-team {
    padding-top: 20px;
}

.inpuBorderSec {
    width: 100%;
    padding-right: 15px;
    background-color: #fff;
    border: none;
    border: solid 1px #cacaca;
    line-height: 43px;
    border-radius: 6px;
    padding-left: 15px;
}

/*.leftSideSec{
  width: 70%;
}*/

.rightSideSec {
    /* width: 30%;*/
    text-align: center;
    padding-top: 20px;
}

.haeding {
    color: #333!important;
    padding-bottom: 25px!important;
    text-align: center!important;
}

.m-r-10 {
    margin-right: 10px;
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.containerSec {
    padding: 15px;
}

/*hover-effect*/

.hoverSec {
    position: relative;
    /*  width: 32.2%;*/
    /*padding: 0;*/
    margin-bottom: 8px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
    /*  margin-right: 5px;*/
    height: 300px;
}

.image {
    display: block;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    /* height: 300px;*/
}

.overlay {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    opacity: 0.9;
    background-color: #c9e465;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.hoverSec:hover .overlay {
    bottom: 0;
    height: 100%;
}

.textSec {
    color: #fff;
    width: 100%;
    padding: 15px;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.textSec h3 {
    color: #000;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 600;
}

.textSec p {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #000;
    padding-bottom: 7px;
}

.secImg {
    padding-top: 15px;
}

.inputSec {
    padding-bottom: 10px;
}

/*media-float*/

.listSec {
    /*    width: 50px;
    height: 40px;*/
    position: fixed;
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 999;
    /* display: none;*/
    color: #fff;
    text-align: center;
    /* background: #fe0000;*/
}

.listSec {
    list-style: none;
    text-decoration: none;
}

.listSec li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.listSec li a {
    border-radius: 50%;
    background-color: #c9e465;
    color: #212529;
    text-align: center;
    font-size: 16px;
    width: 35px;
    line-height: 2;
    height: 35px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.5);
}

.whatsappLogo img {
    width: 43px;
}

.addressHead {
    color: #e4e4e4;
    font-size: 17px;
    font-weight: 500;
    padding-bottom: 10px;
}

.addre {
    padding-bottom: 15px;
}

.AboutSec {
    padding-top: 20px;
    padding-bottom: 10px;
}

.contactCont {
    margin-top: 20px;
}

.contactForm {
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    text-align: left;
    padding: 10px 0px;
}

.contactAddress {
    width: 47%;
}

.contactInput {
    padding: 10px;
    width: 100%;
    list-style: none;
}

.contactInput li {
    padding-top: 15px;
}

.contactInput h2, .contactAddress h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contSec {
    border: solid 1px #ccc;
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
}

.contSec h2 {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
}

.contSec p {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
}

.mapSec {
    width: 100%;
    height: 300px;
    margin: 30px 0 20px 0;
}

.mapSec iframe {
    width: 100%;
    height: 100%;
}

/*// text-area*/

.inpuText {
    width: 100%;
    padding-right: 15px;
    background-color: transparent;
    border: none;
    border: solid 1px #ccc;
    line-height: 38px;
    border-radius: 6px;
    resize: vertical;
    padding-left: 15px;
    height: 80px;
    line-height: 1.6;
}

.inpuBorder {
    width: 100%;
    padding-right: 15px;
    background-color: transparent;
    border: none;
    border: solid 1px #ccc;
    line-height: 33px;
    border-radius: 6px;
    padding-left: 15px;
}

.contact-info li img {
    width: 70px;
    margin-top: 10px;
}

.videoSec {
    height: 300px;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2);
    margin-top: 15px;
}

.videoSec video {
    width: 100%;
    height: 100%;
}

.contact-info li p {
    font-size: 14px;
    color: #2ca70f;
    display: inline-block;
    padding-right: 4px;
}

.product-img {
    border: 10px solid #f1f0f0;
    border-radius: 5px;
    box-shadow: 1px 1px 1px 1px #dcdcdc;
}

.product-exp {
    border: 1px solid #efefef;
    padding: 30px 20px 20px 40px;
    /*float: right;*/
    margin-bottom: 40px;
    margin-top: 20px;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
}

.product-exp h3 {
    margin: -50px -61px !important;
    color: rgb(248, 246, 246) !important;
    margin-bottom: 10px;
    background: #c9e465;
    display: inline-block;
    padding: 6px 40px 7px 30px;
    position: absolute;
    width: auto !important;
    text-align: center;
    border-radius: 28px;
    font-size: 20px;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.6);
    border-bottom: 5px solid #a89898;
}

.pa-0 {
    padding: 0;
}

.pa-0 .hov {
    padding: 0 6px;
}

.shareSec {
    padding-top: 60px;
    max-width: 550px;
    margin: 0 auto;
}

.ScanImg {
    text-align: center;
}
.mobileMenu{
    width: 50px;
    height: 40px;
    text-align: center;
    padding: 8px 10px;
    font-size: 17px;
    border-radius: 5px;
    background-color: #fe0000;
    color: #fff;
    display: none;
}
@media screen and (max-width: 1024px) {
    .mobileMenu{
        display: block;
    } 
    .mobileMenu .fa-close{
        display: none;
    }
    .mobileMenu.active .fa-bars{
        display: none;
    }
    .mobileMenu.active .fa-close{
        display: block;
    }
    .rightMenu{
        position: absolute;
        z-index: 999;
        top: 40px;
        right: 0;
        width: 300px;
        padding: 10px;
        background-color: #fff;
        text-align: center;
        border: solid 1px #ddd;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
        display: none;
    }
    .menuzord-menu{
        flex-wrap: wrap;
    }
    .menuzord-menu li{
        width: 100%;
    }
    .header3g .container{
        position: relative;
    }
}
@media screen and (max-width: 768px) {
    .bannerImg{
        height: 400px;
    }
}
@media screen and (max-width: 767px) {
    .bannerImg{
        height: 300px;
    }
}
@media screen and (max-width: 440px) {
    .header3g .logo3g{
        width: 250px;
    }
    .bannerImg{
        height: 220px;
    }
}
@media screen and (max-width: 320px) {
    .header3g .logo3g{
        width: 220px;
    }
    .bannerImg{
        height: 200px;
    }
}

.videoSec iframe{
    height: 100%;
    width: 100%;
}
.pa-0{
    padding: 0
}
#hiddenSection {
    display: none;
}
.btn-primary{
    background-color: #c9e465;
    color: #212529;
    padding: 10px 15px;
    margin-top: 10px;
}

/* Privacy Policy */
.clsPrivacyBanner{
    background: #c9e465; 
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clsPrivacyBanner h2{
    text-align: center;
    font-size: 36px;
    font-weight: 600;
    color: #000;
}

.clsPrivacyContent{
    padding: 50px 0;
}

.clsPrivacyContent h3{
    margin-top: 20px;
    margin-bottom: 10px;
}

.clsPrivacyContent p{
   margin-bottom: 10px;
}

.clsRequstFormSec{
    padding: 50px 0;
}