/********** Template CSS **********/
:root {
    --primary: #0e3053;
    --secondary: #FB9F38;
    --light: #F5F8F2;
    --dark: #252C30;
}
.white{
    color:#fff;
    font-size:15px;
}
.yellow{
    color:#ffc812;
    font-size:15px;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arno Pro Caption;
    color: #0c0c0c;
    margin: 0 0 20px;
}
.black{
    color: #000000;
    font-weight: 900;
}
figure{
    margin:0px;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
body{
    font-family: Arno Pro Caption;
    font-family: Arno Pro Caption;
}
.fw-medium {
    font-weight: 600;
}

.fw-bold {
    font-weight: 700;
}

.fw-black {
    font-weight: 900;
}



/*video {*/
/*    display: none;*/
/*    z-index: 100;*/
/*    position: absolute;*/
/*    top: 0px;*/
/*    width:100%;*/
/*    height:650px;*/
/*}*/
#play{
    display: none;
}

/*#play:checked~video {*/
/*    display: block;*/
/*     background-color: #ffae25; */
/*    z-index: 100;*/

/*}*/
#play:checked~ .img-bg{
    display:none;
    background-color:pink;
}

label .play-img {
    position: absolute;
    left: 50%;
    top: 50%;
}
.jump .img-bg{
    width:100%;
    height:100%;
}
/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*video code*/
  .bg {
        position: relative;
        width: 100%;
        height: auto;
    }
    .img-bg {
        width: 100%;
        height: auto;
    }
    .play-btn {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
    }
    .play-img {
        width: 50px;
        height: 50px;
    }
    video {
        width: 100%;
        height: auto;
    }
    .hidden {
        display: none;
    }
/*video end code*/

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
.carousel {
    z-index: -1;
}

/*** Navbar ***/
.sticky-top {
    top: -150px;
    transition: .5s;
}

.navbar .navbar-brand {
    position: absolute;
    padding: 0;
    width: 170px;
    height: 135px;
    top: 0;
    left: 0;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-weight: 600;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: Arno Pro Caption;
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.img-logo{
    height: 70px;
    /*mix-blend-mode: hard-light;*/
}
@media (max-width:991.98px) {
    .navbar .navbar-brand {
        width: 126px;
        height: 100px;
    }

    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 75px;
        border-top: 1px solid #EEEEEE;
    }
    .img-logo{
        height: 40px;
    }
    .contact-card {
        padding-bottom: 2.5rem;
    }
    .why-choose-us {
    overflow-x: hidden;
}
    
    
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    background: rgba(136, 180, 78, .7);
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {
    width: 15%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 3.5rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 450px;
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.page-header {
    background: linear-gradient(rgba(136, 180, 78, .7), rgba(136, 180, 78, .7)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    margin-bottom: 3rem;
    padding-bottom: 2rem;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: var(--primary);
}

.section-title::after {
    position: absolute;
    content: "";
    width: 28px;
    height: 28px;
    bottom: -13px;
    left: calc(25% - 13px);
    background: var(--dark);
    border: 10px solid #FFFFFF;
    border-radius: 28px;
}

.section-title.text-center::before {
    left: 25%;
}

.section-title.text-center::after {
    left: calc(50% - 13px);
}


/*my code*/
.contact-card {
    /*border: 2px solid #d9d9d9;*/
    /*border-radius: 10px;*/
    /*background-color: #ffffff;*/
    /*box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);*/
    /*padding: 20px;*/
    text-align: center;
    padding-top: 6.8rem;
}

.header-con {
    color: #000;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 0;
}

.logo img {
    /*max-width: 70px;*/
    /*height: auto;*/
    width: 100px;
}
.con-ban {
    padding-left: 0;
    padding-right: 0;
}

.company-name {
    color: #2b2b8f;
    font-size: 30px;
    margin: 10px 0;
}

.info p {
    padding: 10px 0px;
    font-size: 18px;
    color: #fff;
    margin: 5px 0;
    background: #2b2b8f;
}
.address{
      font-size: 16px;
      font-weight:700;
}
.info a {
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.info a:hover {
    text-decoration: underline;
}

/*** Products ***/
.product {
    background: linear-gradient(rgba(136, 180, 78, .1), rgba(136, 180, 78, .1)), url(../img/wheat.jpg) left bottom no-repeat;
    background-size: cover;
    /* background-image: url(../img/wheat.jpg); */
    padding: 0px;
    background-attachment: fixed;
}

.product-carousel .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}
.product-img{
    width:100%;
}
.store-item{
    background-color:#fff;
}
.bottom-content {
   position: relative;
    padding-left:10px;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-top: 0;
    margin-top:2px;
}
.icon-box{
    background-color:#000;
}
.product-carousel .owl-nav .owl-prev,
.product-carousel .owl-nav .owl-next {
    margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.product-carousel .owl-nav .owl-prev:hover,
.product-carousel .owl-nav .owl-next:hover {
    background: #FFFFFF;
    color: var(--primary);
}
 /* General Styling for Owl Carousel Navigation */
.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none; /* Ensures buttons don't block hover effects on items */
}

.owl-nav button {
    background-color: #007bff; /* Primary color for buttons */
    color: #fff; /* White icon color */
    border: none;
    border-radius: 50%; /* Circular buttons */
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add some shadow */
    pointer-events: auto; /* Enable button interaction */
    transition: all 0.3s ease; /* Smooth hover effect */
}

.owl-nav button:hover {
    background-color: #0056b3; /* Darker blue on hover */
    transform: scale(1.1); /* Slightly enlarge button on hover */
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

.owl-nav button i {
    font-size: 18px; /* Icon size */
    line-height: 1;
}

.owl-nav .owl-prev {
    position: absolute;
    left: -10px; /* Adjust position as needed */
     margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

.owl-nav .owl-next {
    position: absolute;
    right: 15px; /* Adjust position as needed */
     margin: 0 10px;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 55px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .15);
    font-size: 25px;
    transition: .5s;
}

 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}
.owl-nav button {
    background: #fff;
    border: none;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #333;
}
.owl-dots {
    text-align: center;
    margin-top: 15px;
}
.owl-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.owl-dot.active {
    background: #333;
}
.carousel-item-new img{
    height:582px;
}
.white{
    color:#fff;
}
.h-sider-left{
    padding:40px 20px;
}
.h-sider-left a{
    font-size:20px;
}
.h-sider-right-con{
    padding: 26px 30px !important;
    background: aliceblue;
    border-radius: 10px;
}
/* product-end */
.blog-2 .blog-photo {
    position: relative;
    height: 210px;
}
.blog-2 .detail {
    padding: 30px 20px 10px;
}
.blog-2 h4 {
    text-align: left;
    margin: 0;
    padding: 0;
    height: 50px;
    overflow: hidden;
}
.blog-2 p {
    font-size: 15px;
}
.blog-2 .read_more_btn {
    padding: 8px 25px;
    margin-bottom: 15px;
    /*margin-top: 10px;*/
}
.read_more_btn {
    padding: 10px 30px;
    background: 0;
    color: #693;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #693;
    font-weight: 200;
    transition:0.2s;
}
.read_more_btn:hover{
    color:#fff;
    /*font-weight: 300;*/
    background-color:#693;
}
/*.blog-2 .bp {*/
/*    clip-path: polygon(0 0, 100% 0, 100% 90%, 0 100%, 0 100%);*/
/*}*/


/*<!--frequently asked question start-->*/
.webpulse_home_clients {
    float: left;
    width: 100%;
    margin: 0;
    padding-top:40px;
}
.accordion-button:focus {
    z-index: 3;
    border-color:none;
    outline: 0;
    box-shadow: none;
}
.accordion-item{
    margin-bottom:20px;
}
.accordion-button{
    background-color:#6197ce;
}

 /*<!--frequently asked question end-->*/
/* <!-- industry --> */

.display-6{
color: #0e3053;
text-transform: uppercase;
}
.about-sec{
    margin-top:-90px;
    padding-top:0px;
}
.about-content{
    position:relative;
    overflow:hidden;
}
.com-img{
    position: relative;
    margin-bottom: 0;
    height: 240px;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-top:3px solid #fff;
}
.about-content:hover{
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}
.about-content:hover .bottom-content .left-text h4 a{
    color:#0e3053;
}
.about-content:hover .bottom-content .icon-box .img-icon{
    background-color:#0e3053;
}
.overlap-product{
    background-color: rgba(0, 0, 0, .8);
    width: 100%;
    padding: 0px;
}
.overlap{
    position:absolute;
    bottom:0;
    transition:0.5s;
    height:250px;
    width:100%;
    background-color:black;
    transform:translatey(500px);
}
.about-content:hover .full-content .overlap{
    background-color: rgb(34, 34, 34, .9);
 transform:translatey(-73px);
    
}
.inner{
    padding:30px;
}
.home_icon_box {
    background: #f8f8f8;
    padding: 30px;
    text-align: center;
    margin-bottom: 17px;
}
.home_icon_box img {
    margin-bottom: 10px;
}
.home_icon_box .factTitle {
    font-size: 16px;
    font-weight: 700;
    text-transform: inherit;
    margin: 0;
    padding: 0;
    color: #693;
    text-align: center;
    font-family: Arno Pro Caption;
}
.about_content {
    padding-top: 20px;
    text-align: center;
    /*max-height: 430px;*/
    overflow: hidden;
    overflow-y: auto;
}
.about_content p {
    margin-bottom: 20px;
    font-size: 16px;
    font-style: italic;
}

/* industry end */



/* <!-- why-choose-us start --> */
.why-choose-us:before {
    position: relative;
    left: 0;
    top: 0;
    height: 100%;
    width: 35%;
    background-color: #f7f7f7;
    content: "";
}
.why-choose-us .image-column .image:before {
    position: absolute;
    top: 60px;
    right: -65px;
    width: 65px;
    height: 460px;
    /*background-image: url(../img/pattern-4.jpg);*/
    content: "";
}
.why-choose-us .image-column {
    position: relative;
    margin-bottom: 50px;
}
.why-choose-us{
    padding-top: 100px;
}
.why-choose-us .image-column .inner-column {
    position: relative;
}
.why-choose-us .image-column .image {
    position: relative;
    margin-bottom: 0;
    display: inline-block;
}
.why-choose-us .inner-column {
    position: relative;
}
.sec-title {
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.sec-title .title {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #0e3053;
    font-weight: 400;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.offerTitle{
    font-family: Arno Pro Caption;
    color: #0c0c0c;
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 700;
}
.feature-block .icon {
    position: relative;
    display: inline-block;
    font-size: 50px;
    color: #7abf18;
    font-weight: 400;
    margin-bottom: 10px;
}
.feature-block .inner-box {
    position: relative;
    margin-bottom: 25px;
    min-height: 266px;
}
.feature-block .offerSubTitle {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    color: #333;
    font-weight: 700;
    margin-bottom: 10px;
}
.feature-block .offerSubTitle a {
    color: #333;
    display: inline-block;
}
.feature-block .text {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    padding-right: 30px;
}
#store-sec{
    background: #f0f0f0;
    padding-bottom:50px;
    padding-top:50px;
}
/* why-choose-us end */

/*** Contact ***/
.contact .btn-square {
    width: 100px;
    height: 100px;
    border: 20px solid var(--light);
    background: var(--primary);
    border-radius: 50px;
}



/*** Footer ***/
.footer {
    color: #B0B9AE;
    background: url(../img/footer-bg-img.png) no-repeat center top;
    background-size:cover;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: Arno Pro Caption;
    font-weight: 900;
    color: var(--primary);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
    background:#0e3053;
}


.copyright a:hover {
    color: #FFFFFF !important;
}