html,body{
    font-family: 'Nunito', sans-serif;
	scroll-behavior: smooth;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Nunito', sans-serif;
}

#readmore-para{
    display: none;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

.fs-18{
    font-size: 18px;
}
.fs-16{
    font-size: 16px;
}
.fs-14{
    font-size: 14px;
}
.fs-20{
    font-size: 20px;
}
.read-more{
    font-size: 18px;
    color: #10100f;
    font-weight: 600;
}
.read-more:hover{
    color: #10100f;
}
.read-more i{
    margin-left: 10px;
}
.bg-img1{
    background-image: url(../images/about-bg-image.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.bg-img1 .overlay{
    padding: 80px 0px;
    background-color: #0000005e;
}


.top-navbar{
    background-color: #10100f;
    padding: 4px 0;
}
.top-navbar .social-media a{
    color: #fff !important;
    margin: 0px 10px;
}
.top-navbar .top-nav-link {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    padding: 0px 10px;
}


.navbar{
    padding: 0;
}
.navbar .nav-link{
    padding: 24px 10px !important;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
}
.navbar-brand img {
    position: absolute;
    top: 0;
    width: 170px;
    background: #ffffff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 30%);
}

.bg-light-gray{
    background-color: #f5f5f5;
}
.bg-gray{
    
    background-color: #eaefed !important;
}
a{
    text-decoration: none !important;
}

.section{
    padding-top: 46px;
    padding-bottom: 46px;
}
.main-heading{
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 22px;
}

.product-box{
    margin-bottom: 2em;
    background-color: #fefefe;
    border-radius: 30px;
    transition: all .3s;
    cursor: pointer;
}
.product-box:hover {
    background-color: #83bb28;
}
.product-box:hover .product-box-title,
.product-box:hover .product-box-para {
    color: #fff;
}
.product-box img{
    border-radius: 30px 30px 0px 0px;
}
.product-box-body{
    padding: 1.5em;
}
.product-box-title{
    font-size: 20px;
    color: #83BB28;
    font-weight: 800;
}
.product-box-para{
    color: #000;
}

.footer{
    padding: 40px 0px;
    background-color: #10100f;
}
.footer p,
.footer-copyright p{
    color: #adb5bd;
}
.footer-title{
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.footer-links a{
    color: #adb5bd;
    font-size: 15px;
    display: block;
    margin-bottom: 8px;
}
.footer-links a i{
    margin-right: 6px;
}

.footer-copyright{
    padding: 30px 0px;
    border-top: 1px solid #283353;
    background-color: #10100f;
}


/* Contact Page */
.contact-form-area{
    background-color: #fff;
}
.contact-form-box .contact-form-header{
    text-align: center;
}
.contact-form-box .contact-form-header h1{
    margin-bottom: 12px;
    font-size: 37px !important;
    font-weight: 700;
    color: #000;
}
.contact-form-box .contact-form-body{
    background-color: #ddd;
    -webkit-box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
    box-shadow: 0 8px 16px 0 rgb(146 184 255 / 20%);
    border-radius: 5px;
    padding: 50px;
    margin-bottom: 16px;
}
.contact-form-box .contact-form-body input.form-control,
.contact-form-box .contact-form-body select.form-control{
    height: 40px;
}
.contact-form-box .contact-form-body .form-control{
    border-radius: 5px;
    font-size: 15px;
}
.contact-form-box .contact-form-body .form-control:focus{
    border-color: #c63230;
    box-shadow: none;
}
.contact-form-box .contact-form-body .btn-contact{
    border-radius: 5px;
    margin-top: 10px;
    background: #fdd209;
    border: none;
    color: #fff;
    padding: 10px 20px;
}


.contact-info-area{
    background-color: #f6f6f6;
}
.contact-info-area .contact-info-box{
    margin-bottom: 20px;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    background: #fff;
    padding: 30px 15px;
    min-height: 257px;
    font-size: 14px;
}
.contact-info-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.contact-info-box .icon {
    display: inline-block;
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #f5f5f5;
    border-radius: 50%;
    font-size: 35px;
    color: #fdd209;
    -webkit-transition: .5s;
    transition: .5s;
    margin-bottom: 15px;
    position: relative;
}
.contact-info-box .icon i {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.contact-info-box:hover .icon {
    background-color: #fdd209;
    color: #fff;
    border-color: #fdd209;
}
.contact-info-box .contact-info-heading{
    font-size: 20px !important;
    font-weight: 600;
    color: #1E1E1E;
}
.contact-info-box p{
    font-size: 13px;
    color: #2B2B2B !important;
}
/* End - Contact Page */


/* Banner Design - Start */
.global-banner{
    background: url(../images/banner-image.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 220px;
}

.banner-content{
    background: #2b1b0e;
    padding: 20px 0px;
}
.banner-content .banner-heading{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: uppercase;
}
.banner-content .banner-flow-path{
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin: 0;
}
.banner-active{
    color: #EB9723 !important;
}
/* Banner Design - End */

/* Dropdown Design and Hover - Start */
.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
    border: none;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    background-color: #ffffff;
    box-shadow: 0 3px 25px 0px rgb(0 0 0 / 7%), 0 0 0 rgb(0 0 0 / 10%) inset;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #202942;
    color: #fff;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* Dropdown Design and Hover - End */

.related-product{
    border-radius: 10px;
    text-align: center;
}
.related-product .related-image{
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 10px;
}
.related-heading{
    font-size: 20px;
    font-weight: 600;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.zoom {
    transition: transform .2s; /* Animation */
    margin: 0 auto;
}
  
.zoom:hover {
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.box-2{
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
    padding: 40px;
    background: white;
    margin-top: 20px;
}
.about-image{
    width: 110%;
    margin-left: 38px;
    margin-top: -70px;
}

.box-1{
    border-radius: 10px;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #ddd;
}
.box1-img{
    border-radius: 10px;
    width: 100%;
}
.box1-heading{
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin-top: 16px;
    margin-bottom: 16px;
}
.box1-text{
    font-size: 16px;
    color: #262626;
    margin-bottom: 16px;
}

.box-4{
    border: 1px solid #ddd;
    padding: 14px 8px;
    border-radius: 5px;
    transition: all 700ms ease;
    margin-bottom: 16px;
}
.box-4:hover {
    -webkit-box-shadow: 0px 2px 10px 3px #f0eef9;
    box-shadow: 0px 2px 10px 3px #f0eef9;
}

.btn1{
    padding: 0px 30px;
    line-height: 48px;
    height: 48px;
    font-size: 16px;
    font-weight: 500;
    background: #ffc729;
    color: #000;
    border: 1px solid #e9b421;
}
.btn1:hover{
    color: #fff;
    background: #10100f;
}

.product-enquiry-form{
    padding: 20px;
    background-color: #fff;
    border-radius: 14px;
}
.product-enquiry-form h4{
    font-size: 26px;
    font-weight: 800;
    margin-bottom: 14px;
}
.product-enquiry-form label{
    font-size: 14px;
    color: #000;
    font-weight: 800;
    letter-spacing: 0.8px;
}
.product-enquiry-form .form-control,
.product-enquiry-form .form-select{
    background: #F8F8F8;
    padding: 8px 10px;
    border-radius: 4px;
    border: 1px solid #e9e9e9;
    font-size: 14px;
    box-shadow: none !important;
}



.box-3{
    border-radius: 10px;
    background-color: #fff;
    border: thin solid rgba(0,0,0,.12);
    margin: 6px;
}
.box-3-body{
    padding: 22px;
}
.box-3-img{
    border-radius: 10px 10px 0px 0px;
}
.box-3-heading{
    font-size: 26px;
    font-weight: 400;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 16px;
}
.box-3-text{
    font-size: 16px;
    color: #262626;
    margin-bottom: 0px;
}


.owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -7%;
    font-size: 44px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    border-radius: 50px !important;
    line-height: 49px !important;
    border: 1px solid #ddd;    
    color: #88bd40 !important;
    background-color: #fff !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    outline: none !important;
}
.owl-nav .owl-next {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -7%;
    color: #444444 !important;
    font-size: 44px !important;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 52px;
    height: 52px;
    line-height: 49px !important;
    border-radius: 50px !important;
    border: 1px solid #ddd;    
    color: #88bd40 !important;
    background-color: #fff !important;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
    outline: none !important;
}
.owl-nav .owl-prev:hover {
    color: #ffffff !important;
    background-color: #c27f5f !important;
}
.owl-nav .owl-next:hover {
    color: #ffffff !important;
    background-color: #c27f5f !important;
}
.owl-prev i{
    font-size: 30px;
    display: block;
}
.owl-next i{
    font-size: 30px;
    display: block;
}
.features.fea-primary:hover{
	-webkit-box-shadow: 0 10px 25px rgb(60 72 88 / 15%);
    box-shadow: 0 10px 25px rgb(60 72 88 / 15%);
    background-color: #2f55d4 !important;
    color: #ffffff !important;
    transition: all 0.5s ease;
    background-color: #2f55d4 !important;
}
.features.fea-primary:hover .para {
    color: rgba(255, 255, 255, 0.5) !important;
}
.features.fea-primary:hover .icon2, .features.fea-primary:hover .para {
    color: rgba(255,255,255,.5)!important;
}
.footer-top {
    padding: 30px 0px;
    background-color: #ffc729;
}
.footer-top .footer-top-heading {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
.footer-top .footer-btn {
    padding: 10px 44px;
    border-radius: 8px;
    color: #fff;
    margin-right: 10px;
    background-color: #10100f;
}

.navbar .nav-link {
    padding: 26px 14px !important;
    font-size: 17px;
    color: #000 !important;
    font-weight: 500 !important;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {

    .whatsapp-sticky img {
        width: 160px !important;
    }

    .owl-nav .owl-prev {
        top: auto;
        position: inherit;
        font-size: 20px !important;
        line-height: 38px !important;
    }
    .owl-nav .owl-next {
        top: auto;
        position: inherit;
        font-size: 20px !important;
        line-height: 38px !important;
    }
    .owl-nav{
        margin-top: 44px !important;
    }

    .navbar-nav .nav-item .nav-link{
        padding: 6px 2px !important;
        border-bottom: 1px solid #ccc;
        font-size: 18px !important;
    }
   
    .footer-top h4{
        font-size: 18px;
    }

    .navbar{
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .navbar .navbar-brand{
        margin-right: 0px;
    }
    .navbar .navbar-brand img {
        width: 90px;
        position: relative;
        box-shadow: none;
    }
    .navbar-nav .dropdown-menu{
        height: 300px;
        overflow: scroll;
    }
    .top-navbar .top-nav-link{
        font-size: 12px;
        padding: 0px 4px;
    }
}

@media only screen and (min-width: 200px) and (max-width: 375px)  {

    .top-navbar .top-nav-link{
        font-size: 12px;
        padding: 0px 4px;
    }
    .navbar .navbar-brand img {
        width: 60px;
    }
    .social-media a{
        font-size: 12px;
    }
    .navbar-nav .dropdown-menu{
        height: 300px;
        overflow: scroll;
    }
}