html,body{
    font-family: "Montserrat", sans-serif;
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Montserrat", sans-serif;
}
p,label,small{
    font-family: "Montserrat", sans-serif;
}
p{
    font-size: 16px;
    line-height: 26px;
    color: #858585;
}
a{
    font-family: "Montserrat", sans-serif;
    text-decoration: none !important;
    color: #000;
}

.box-5{
    padding: 1.875rem;
    background: #fafafa;
    border-radius: 15px;
    border: 1px solid #e9e9e9;
}
.box-black{
    background: rgba(0, 0, 0, .7);
    border-radius: 10px;
    padding: 2.8rem 2.4rem;
}

.bg-f2f2f2{
    background-color: #f2f2f2;
}
.bg-gray{
    background-color: #eee;
}
.bg-gray2{
    background-color: #f5f3f0;
}
.bg-bluegray{
    background-color: #f9f9ff;
}
.bg-l-green{
    background-color: #edfff4;
}



.product-breadcrum{
    background-color: #f2efef;
    text-transform: uppercase;
    padding: 20px 0px;
    font-size: 15px;
    font-weight: 400;
}
.product-breadcrum a{
    margin: 0px 10px;
}

.contact-form {
    border: 2px dashed #ebebeb;
    -webkit-box-shadow: 0px 8px 40px 0px rgba(105, 116, 119, 0.08);
    box-shadow: 0px 8px 40px 0px rgba(105, 116, 119, 0.08);
    border-radius: 30px;
    background-color: #fdfdfd;
    padding: 35px 40px 40px 40px;
}
.form-control, .form-select {
    border: 1px solid #e7e7e7;
    border-radius: 8px !important;
    font-size: 15px;
    padding: 12px;
    color: #000 !important;
    background-color: #e9ecef;
}
.form-floating label {
    color: #687bb5;
    font-size: 14px;
}
.form-control:focus, .form-select:focus {
    box-shadow: unset;
}
.btn-1 {
    background-color: #e05200;
    padding: 10px 30px;
    font-size: 16px;
    border-radius: 6px;
    line-height: 18px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.text-label{
    color: #687bb5;
}

.contact-us-area .address-items h4 {
    border-bottom: 1px solid #e7e7e7;
    font-weight: 700;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
    margin-bottom: 1rem;
    font-size: 1.2rem;
}
.contact-us-area .address-items ul {
    padding-left: 0;
    list-style: none;
}
.contact-us-area .address-items ul {
    padding-left: 0;
    list-style: none;
}
.contact-us-area .address-items .info li {
    margin-bottom: 1.6rem;
    display: flex;
    align-items: center;
    position: relative;
}
.contact-us-area .address-items .info li .icon {
    position: absolute;
    top: 0;
}
.contact-us-area .address-items .info li em {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: 50%;
    color: #18c460;
    font-size: 20px;
    height: 50px;
    line-height: 48px;
    margin-bottom: 15px;
    text-align: center;
    width: 50px;
}
.contact-us-area .address-items .info li span {
    padding-left: 60px;
    display: block;
}
.contact-us-area .address-items .info li span a {
    color: #333;
    text-decoration: none;
}


/* Navbar Area - Start */
.top-navbar{
    background-color: #305724;
    padding-top: 6px;
    padding-bottom: 6px;
}
.top-navbar-title {
    color: #fff;
    margin-bottom: 2px;
    letter-spacing: 1px;
}
.top-navbar .social-media a{
    color: #fff;
    font-size: 16px;
    padding: 6px;
}


.navbar{
    padding: 0px;
}
.navbar .navbar-brand img{
    width: 200px;
}
.navbar .navbar-nav .nav-link{
    font-size: 16px;
    font-weight: 400;
    color: #1d1d1b;
    padding: 20px 12px !important;
font-weight: bold;
}
.navbar .navbar-nav .nav-link:hover{
    color: #00a551;
}

.dropdown-menu {
    padding: 0px !important;
    border-radius: 0px !important;
}
.dropdown-menu .dropdown-item {
    padding: 10px 20px !important;
}
.dropdown-menu .dropdown-item {
    border-bottom: 1px solid #ddd;
    font-size: 14px;
}
.dropdown-menu li .dropdown-item:hover{
    background-color: #fff;
    color: #f76d3c !important;
}
@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; }
}

/* Navbar Area - End */


/* Slider - Start */
.carousel-control-prev,
.carousel-control-next{
    opacity: 1;
}
.carousel-control-prev i,
.carousel-control-next i{
    background-color: #000;
    padding: 10px 10px;
    font-size: 20px;
    fill: #fff;
    border-radius: 100px;
    text-align: center;
    width: 40px;
    height: 40px;
}
.carousel-caption{
    bottom: unset !important;
    top: 20%;
}
.slider-content .content-area h1{
    font-size: 30px;
    line-height: 40px;
}
/* Slider - End */


.btn-theme {
    background-color: #d81f34;
    color: #f0f6fe;
    font-size: 15px;
    font-weight: 700;
    border-radius: 50px;
    padding: 8px 15px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    z-index: 1;
    border: 0px;
    text-align: center;
}
.btn-theme:hover:before {
    width: 100%;
    right: 0%;
    opacity: 1;
}
.btn-theme:before {
    width: 0%;
    height: 100%;
    position: absolute;
    right: 100%;
    bottom: 0px;
    content: "";
    background-color: #219653;
    opacity: 0.1;
    z-index: -1;
    transition: 0.5s all ease;
}
.bg-green{
    background-color: #219653 !important;
}
.bg-yellow{
    background-color: #ffb800 !important;
    color: #000;
}

/* Footer Area */
.footer-top{
    padding: 40px 0px;
}
.call-area{
    border-radius: 63px;
    padding: 35px 65px;
    margin-top: 28px;
    -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
    box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
    background-color: #fff;
    display: flex;
    justify-content: space-between;
}
.call-area-box {
    margin-right: 30px;
}
.call-area-box--content {
    padding-left: 15px;
}
.call-area-box--content__title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 5px;
}
.call-area-box--content__desc {
    font-size: 13px;
    color: #647589;
    margin-bottom: 0px;
}

.footer-section {
    background-color: #f3f7f1;
    padding: 136px 0px 30px 0px;
    margin-top: -104px;
}
.footer-section p, .footer-section a{
    color: #162D0F;
    font-weight: 400;
}
.footer-section .footer-heading{
    font-size: 16px;
    color: #162D0F;
    font-weight: 500;
    margin-bottom: 16px;
}
.footer-link,
.footer-link a{
    color: #162D0F;
    font-size: 13px;
    font-weight: 400;
    padding: 5px 0px;
}
.footer-link i{
    margin-right: 06px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.footer-social ul li {
    display: inline-block;
    margin-left: 0;
}
.footer-social ul li a {
    color: #000000;
    font-size: 20px;
    background-color: #efefef;
    border: none;
    border-radius: 4px;
    padding: 9px 14px;
    transition: all 0.3s ease-in-out;
}
.footer-social ul li a:hover {
    background-color: #fa360a;
    border-color: #fa360a;
    color: #fff;
}
.footer-copyright-area{
    background-color: #f3f7f1;
    border: 1px solid #e8e8e1;
    padding: 30px 0px;
}
.copyright-text{
    font-size: 12px;
}
.copyright-link{
    text-decoration: underline !important;
    text-underline-offset: 2px;
    padding: 2px 20px 2px 0;
}

/* Footer Area */



.underline{
    height: 4px;
    width: 60px;
    background-color: #d81f34;
    margin-top: 10px;
    margin-bottom: 20px;
}
.banner-area{
    background-image: url('../images/banner-img.jpg');
    /* background-blend-mode: overlay;
    background-color: #103741; */
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
.banner-heading{
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}
.banner-sub-heading{
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 14px;
}
.banner-area .breadcrumb-item,
.banner-area .breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before{
    color: #fff !important;
}
.text-justify{
    text-align: justify;
}
.product-box{
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: 12px;
    border-radius: 6px;
}
.product-box-img img{
    border-radius: 6px;
    margin-bottom: 10px;
    min-height: 285px;
}
.product-heading{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.product-box-content{
    padding: 4px 0px;
    margin-bottom: 6px;
    text-align: center;
}
.product-price .start-from{
    font-size: 12px;
    font-weight: 500;
}
.product-price .sell-price{
    font-size: 16px;
    font-weight: 600;
}
.product-price .save-price{
    font-size: 14px;
    font-weight: 500;
}

.section{
    padding: 64px 0px;
}
.main-heading{
    font-size: 30px;
    font-weight: 700;
    color: #2c3038;
    margin-bottom: 10px;
}
.main-heading span{
    color: #2dc26b;
}

.fs-12{
    font-size: 12px;
}
.fs-13{
    font-size: 13px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-21{
    font-size: 21px;
}
.fs-20{
    font-size: 36px;
    font-weight: 700!important;
}


/* Pagination - Start */
.pagination .page-item.active .page-link {
	background-color: #892b7c;
}
.pagination li {
    display: inline-block;
    margin-right: 8px;
}
.pagination li a {
    display: block;
    padding: 8px 15px;
    background-color: #f5f5f5;
    color: #444;
    border: 1px solid #ddd !important;
}
/* Pagination - End */

.owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: -60px;
    background-color: #00a551 !important;
    color: #fff !important;
    width: 38px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    opacity: 1;
}
.owl-carousel .owl-nav .owl-next {
    right: -60px;
    position: absolute;
    top: 50%;
    left: inherit;
    background-color: #00a551 !important;
    color: #fff !important;
    width: 38px;
    height: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    opacity: 1;
}


.product-view-title{
    font-size: 26px;
}
.product-view-price .sell-price{
    font-size: 24px;
    font-weight: 600;
    color: #e80e29;
    margin-right: 10px;
}
.product-view-price .save-price{
    font-size: 18px;
    font-weight: 600;
    color: #000;
}
.qty-input{
    padding: 0px 10px;
    text-align: center;
    border-radius: 0px !important;
    font-weight: 600;
}
.input-group .input-group-text{
    font-weight: 600;
}
.product-view-box{
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 20px;
}
.product-info{
    border: 1px solid #ececec;
    border-radius: 15px;
    padding: 15px 15px;
    margin-top: 10px;
}
.product-info .nav-tabs{
    border-bottom: 1px solid #000;
}
.product-info .nav-tabs .nav-link{
    color: #305724;
    font-weight: 600;
}
.product-info .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    color: #fff;
    background-color: #305724 !important;
    border: #305724 !important;
}
.product-info .tab-pane{
    padding: 14px 10px;
}


@media only screen and (max-width: 680px) {

    .nav-link {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        border-bottom: 1px solid #ddd;
    }
    .banner-overlay{
        padding-top: 70px;
    }
    .banner-heading{
        font-size: 28px;
    }

    .owl-nav .owl-prev{
        position: inherit;
        left: -18%;
    }
    .owl-nav .owl-next{
        right: -18%;
        position: inherit;
    }
    .book-school-visit .school-visit-box{
        padding: 20px 20px;
    }
    .main-heading{
        font-size: 24px;
        line-height: 1.4 !important;
    }

    .mobileFooter-btns{
        text-align: center;
    }
    .mobileFooter-btns a i{
        font-size: 18px;
        padding: 6px 0px;
        display: block;
        color: #fff;
    }
    .mobileFooter-btns a{
        font-size: 13px;
        color: #fff;
    }
    .mob-cta-border{
        border-right: 1px solid #ae9a9a;
    }

  
    .section{
        padding-top: 44px;
        padding-bottom: 44px;
    }

    .banner-area{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .banner-heading{
        font-size: 20px;
    }
    .banner-area .breadcrumb-item{
        font-size: 13px;
    }
   
    .main-heading{
        font-size: 20px;
    }

    .navbar-brand{
        position: relative;
    }
    .navbar-brand .logo{
        width: 80px;
    }

    .call-area{
        display: block;
        padding: 8px;
        border-radius: 8px;
    }
    .call-area-box--content__title{
        font-size: 16px;
        margin-bottom: 0px;
    }
    .call-area-box{
        margin-bottom: 20px;
    }
}

