/*!
Theme Name: DigambarFlutes
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: digambarflutes
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

DigambarFlutes is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
        - Normalize
        - Box sizing
# Base
        - Typography
        - Elements
        - Links
        - Forms
## Layouts
# Components
        - Navigation
        - Posts and pages
        - Comments
        - Widgets
        - Media
        - Captions
        - Galleries
# plugins
        - Jetpack infinite scroll
# Utilities
        - Accessibility
        - Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
         ========================================================================== */

@charset "utf-8";

/*
        Resets
*/

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

caption,
th {
    text-align: left
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0
}

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

.clear {
    clear: both;
}


/*
        body Structure
*/

html,
body {
    height: 100%;
}

body {
    background: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #222;
}


/*
        Typography
*/

div,
p,
a,
li,
td {
    -webkit-text-size-adjust: none;
}

html,
html a {
    -webkit-font-smoothing: antialiased !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Montserrat", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px;
    font-weight: 600;
}

h2 {
    font-size: 40px;
    font-weight: 700;
    font-family: "Kaushan Script", cursive !important;
    color: #833108 !important;
}

h3 {
    font-size: 26px;
    font-weight: 600;
    font-family: "Kaushan Script", cursive !important;
}

h4 {
    font-size: 22px;
    font-weight: bold;
    color: #5c3410;
    font-family: "Kaushan Script", cursive !important;
}

h5 {
    font-size: 18px;
    font-weight: 400;
    font-family: "Kaushan Script", cursive !important;
}

h6 {
    font-size: 14px;
    font-weight: 400;
    font-family: "Kaushan Script", cursive !important;
}

p {
    font-family: "Montserrat", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 15px 0;
}

p span,
p strong {
    font-weight: 800;
}

img {
    border: none;
    max-width: 100%;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus,
a:active {
    text-decoration: none;
    outline: none;
    color: #000;
}

.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}


/*  navbarSection*/

.navbarSection {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: auto;
    z-index: 99;
}

.tophead {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px 0px;
    border-bottom: solid 1px #eee;
    background: white;
}

.tophead .tophead-menu-left,
.tophead .tophead-menu-right,
.tophead-menu-social {
    display: inline-block;
}

.tophead .tophead-menu-left ul,
.tophead .tophead-menu-right ul,
.tophead-menu-social ul {
    display: block;
    margin: 0;
    padding: 0;
}

.tophead .tophead-menu-left ul li,
.tophead .tophead-menu-right ul li {
    display: inline-block;
    list-style-type: none;
    margin-right: 15px;
    font-size: 14px;
}

.tophead .tophead-menu-left ul li:last-child,
.tophead .tophead-menu-right ul li:last-child,
.tophead-menu-social ul li:last-child {
    margin-right: 0;
}

.tophead .tophead-menu-left ul li i,
.tophead .tophead-menu-right ul li i {
    padding-right: 3px;
    color: #5c3410;
}

.tophead .tophead-menu-left ul li a,
.tophead .tophead-menu-right ul li a {
    font-size: inherit;
    color: #5c3410;
}

.header-social a:hover i {
    color: #5c3410 !important;
}

.tophead .tophead-menu-left ul li a:hover,
.tophead .tophead-menu-right ul li a:hover {
    text-decoration: underline;
    color: #5c3410;
}

.tophead-right-menu {
    text-align: right;
}


/*tophead-menu-social*/

.tophead-menu-social {
    margin-right: 20px;
    display: inline-block;
}

.tophead-menu-social ul li {
    display: inline-block;
    list-style-type: none;
}

.tophead-menu-social ul li a {
    display: inline-block;
}

.tophead-menu-social ul li a i {
    display: block;
    width: 25px;
    height: 25px;
    line-height: 23px;
    font-size: 13px;
    border-radius: 50%;
    border: solid 1px #ddd;
    text-align: center;
    color: #fff;
}

.tophead-menu-social ul li a:hover i {
    background: #e8b607;
    color: #fff;
    border-color: transparent;
}


/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 80px;
    padding: 0;
    background: #5c3410;
    box-shadow: 0 5px 50px rgba(0, 0, 0, 0.15);
    transition: all 400ms;
}


/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 5px;
    height: auto;
    padding: 0;
    position: relative;
    top: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #f0be03;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ffffff00;
}

.navbar-brand img {
    height: 75px;
    position: relative;
    transition: all 400ms;
}

.navbar-nav {
    margin-top: 0;
    position: relative;
    transition: all 400ms;
}

.navbar-collapse {
    float: right;
    padding-right: 0;
}

.navbar-default {
    background: transparent;
    border: none;
    margin: 0;
}


/*navbar-collapse*/

.navbar-collapse>ul>li {
    margin: 0 1px;
    color: #ffffff;
    height: 80px;
    line-height: 80px;
    padding: 0;
    position: relative;
    transition: all 400ms;
}

/* 
.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    bottom: 10px;
    left: 0;
    right: 0;
    background: #f3f3f3;
    border-bottom: solid 5px #ed1c24;
    transition: all 400ms;
    visibility: hidden;
    opacity: 0;
} */

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    bottom: 0;
    visibility: visible;
    opacity: 1;
    border-radius: 0;
}

.navbar-collapse>ul>li:last-child {
    border: none;
}

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0 0;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    position: relative;
    z-index: 2;
    border-radius: 0 0 30px 30px;
}

.navbar-collapse>ul>li:hover:before,
.navbar-collapse>ul>li.active:before {
    /*width: 100%;
left: 0;*/
    bottom: 0;
    height: 100%;
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #d83135!important;
color: #fff !important;*/
    /* background: transparent !important; */
    color: #e8b607 !important;
    border-radius: 0;
}

.navbar-collapse.in {
    overflow-y: initial !important;
}


/*drop down menu*/

.navbar-collapse>ul>li>ul {
    /*display: block;*/
    width: 250px;
    height: auto;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 0;
    background: #fff;
    z-index: 10;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms ease-in-out;
    padding: 0;
    border-radius: 0;
    border: none;
}

.navbar-default .navbar-nav>.open>a,
.nav .open>a {
    background: transparent !important;
}

.navbar-collapse>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 10px 15px;
    color: #222;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    height: auto;
    white-space: normal;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li:hover {
    background: #ed1c24;
}

.navbar-collapse>ul>li>ul>li:hover>a {
    color: #fff;
    background: transparent;
}

.navbar-collapse>ul>li>ul>li>span.separator {
    display: block;
    padding: 5px 0;
    text-transform: uppercase;
    text-align: center;
}

.navbar-collapse>ul>li>ul>li:hover>span.separator {
    color: #fff;
}

.navbar-collapse>ul>li>ul>li>a>.fa-angle-right {
    display: inline-block;
    float: right;
    position: relative;
    top: 5px;
}

.navbar-collapse>ul>li>ul>li:last-child {
    border-bottom: none;
}


/*double dropdown*/

.navbar-collapse>ul>li>ul>li>ul {
    display: block;
    width: 180px;
    height: auto;
    position: absolute;
    left: 100%;
    line-height: normal;
    top: 0;
    background: #fff;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

.navbar-collapse>ul>li>ul>li:hover>ul {
    visibility: visible;
    opacity: 1;
}

.navbar-collapse>ul>li>ul>li>ul>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 13px;
    transition: all 300ms ease-in-out;
    position: relative;
}

.navbar-collapse>ul>li>ul>li>ul>li>a {
    display: block;
    padding: 5px 15px;
    color: #222;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover {
    background: #000000;
}

.navbar-collapse>ul>li>ul>li>ul>li:hover>a {
    color: #fff;
}


/*navigationBarScroll*/

.navigationBarScroll {
    height: 50px;
}

.navigationBarScroll .navbar-brand {
    margin-top: 8px;
}

.navigationBarScroll .navbar-brand img {
    height: 35px;
}

.navigationBarScroll .navbar-collapse>ul {
    margin-top: 0;
}

.navigationBarScroll .navbar-collapse>ul>li {
    height: 50px;
    line-height: 50px;
}

@media (min-width: 768px) {
    .navbar-collapse>ul>li>ul {
        display: block;
        visibility: hidden;
        opacity: 0;
    }

    .navbar-collapse>ul>li:hover>ul {
        left: 0;
        visibility: visible;
        opacity: 1;
    }
}


/*bannerSection*/

.bannerSection {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}

.bannerSection .bannerSectionContainer {
    display: block;
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
}

#bannerSlider,
#bannerSlider .owl-wrapper-outer,
#bannerSlider .owl-wrapper-outer .owl-wrapper,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item,
#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    height: 100%;
}

#bannerSlider .owl-wrapper-outer .owl-wrapper .owl-item .item {
    width: 100%;
    overflow: hidden;
}

#bannerSlider .owl-controls {
    position: absolute;
    width: auto;
    bottom: 50px;
    right: 100px;
    text-align: center;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 20px !important;
    height: 20px !important;
    margin: 0 3px !important;
    background: #fff !important;
}

.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 100%;
}

.bannerSection .bannerSlideImg {
    display: block;
    position: relative;
    background-size: cover !important;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(135deg,
        rgba(173, 171, 169, 0.5) 0%,
        rgba(14, 14, 14, 0.4) 50%,
        rgba(255, 217, 0, 0.183) 100%);
    z-index: 1;
}

.bannerSection .bannerSlideImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
        rgba(92, 52, 16, 0.5) 0%,
        rgba(234, 185, 2, 0.4) 50%,
        rgba(255, 215, 0, 0.3) 100%);
    z-index: 1;
    mix-blend-mode: overlay;
}

.bannerSection .bannerSlideImg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:
        linear-gradient(135deg,
        rgba(9, 9, 9, 0.5) 10%,
        rgba(14, 14, 14, 0.4) 50%,
        rgba(236, 240, 15, 0.101) 100%);
    z-index: 1;
}

.bannerSection .bannerSlideImg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(45deg,
        rgba(13, 206, 145, 0.5) 10%,
        rgba(234, 185, 2, 0.4) 50%,
        rgba(255, 215, 0, 0.3) 100%);
    z-index: 1;
    mix-blend-mode: overlay;
}

.bannerSection .bannerSlideBlock {
    display: table;
    position: absolute;
    z-index: 2;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    overflow: hidden;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
    display: block;
    width: 50%;
    color: #fff;
    padding: 60px 0;
    position: relative;
    z-index: 2;
}


.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
    /* display: inline-block;
font-weight: 300;
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-size: 30px;
position: relative;
line-height: 46px !important;
transition: all 900ms;
margin: 0; */
    color: #ffffff !important;

}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
    display: block;
    position: relative;
    transition: all 800ms;
    line-height: 55px;
    color: white;
    font-size: 28px;
}

/* .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: 0.2;
    z-index: -1;
    transform: skew(40deg);
    transition: all 1000ms;
} */

.bannerSection .owl-item.active .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2:before {
    left: 0;
    transform: skew(0deg);
    opacity: 0.6;
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    background: #f37435 !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}

.bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn:hover {
    background: #fff !important;
    color: #d83135 !important;
    text-shadow: none;
}


/*down-arrow-box*/

.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 40px;
    color: #fff;
    font-style: italic;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    text-transform: uppercase;
    z-index: 5;
    text-align: center;
}

.down-arrow-box strong {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    position: relative;
    top: -10px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.down-arrow-box a {
    display: block;
    clear: both;
    position: relative;
    top: 0;
    width: 50px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    z-index: 2;
    border-radius: 100%;
    animation: scrollAnim 1s linear infinite;
    -webkit-animation: scrollAnim 1s linear infinite;
    -moz-animation: scrollAnim 1s linear infinite;
    -ms-animation: scrollAnim 1s linear infinite;
    -o-animation: scrollAnim 1s linear infinite;
}

.down-arrow-box span {
    display: inline-block;
    position: relative;
    font-size: 34px;
    color: #fff;
    width: inherit;
    height: inherit;
    line-height: inherit;
    text-align: center;
    top: 0;
    transition: all 300ms;
}

.down-arrow-box a:hover span {
    color: #fff;
}

.down-arrow-box a:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background: #fff;
    opacity: 0.2;
    z-index: -2;
    animation: downarrowBubbles 1.2s ease-in-out infinite;
    -webkit-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -moz-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -o-animation: downarrowBubbles 1.2s ease-in-out infinite;
    -ms-animation: downarrowBubbles 1.2s ease-in-out infinite;
}

.down-arrow-box a:after {
    background: #e8b607;
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    z-index: -1;
    transition: all 400ms;
}

.down-arrow-box a:hover:after {
    background: #5c3410;
}

@-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-o-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-moz-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-ms-keyframes downarrowBubbles {
    0% {
        transform: scale(1);
    }

    75% {
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(2);
    }
}

@-webkit-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-o-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-moz-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-ms-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}

@-keyframes scrollAnim {
    0% {
        top: 0px;
    }

    50% {
        top: 6px;
    }

    100% {
        top: 0px;
    }
}



/*carouselWithArrows*/

.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    margin: 2px;
    border-radius: 0;
    background: rgba(0, 102, 179, 0.9) !important;
    opacity: 1;
    font-size: 30px;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    background: #d83135 !important;
}

/* section-head */
.section-head {
    text-align: center;
}

.section-head img {
    margin: 0 auto;
    display: block;
    width: 90px;
}

.aboutsection {
    position: relative;
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0px;
    overflow: hidden;

}

.aboutus h2 {
    color: #833108;
    font-size: 35px;

}

.aboutus h1 {
    color: #000;
    font-weight: 500;
    margin: 0;
    word-spacing: 2px;
}

.aboutus p {
    color: #292828;
    text-align: left;
    line-height: 1.8;

    padding-top: 10px;
}

.aboutus button {
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 4px;
    border-radius: 8px;
    cursor: pointer;
}

.aboutus .button1:hover {
    background-color: transparent;
    border: 1px solid #833108;
    color: #833108;
}

.button1 {
    background-color: #eab902;
    color: white;
    border: none;
}

.aboutus .button2:hover {
    background-color: #006838;

    color: #ffffff;
}

.button2 {
    background-color: transparent;
    color: #006838;
    border: 1px solid #006838;
}


.aboutus {
    margin-top: 10px;
}

.aboutimg {
    padding: 20px 20px;

}

.aboutimg img {

    border-radius: 20px;
}

.section-head .heading h2 {
    color: #000;
}


/* <!--Gallery Section  --> */
.BrandSection {
    position: relative;
    clear: both;
    width: 100%;
    display: block;
    padding: 60px 0px;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
    background: url(assets/images/Products-banner1.jpg) no-repeat fixed 100% 0;
    background-size: cover;
    z-index: 999;
}

.BrandSection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000000;
    opacity: 0.2;
    z-index: -1;
}

.BrandSection .section-head h2 {
    color: rgb(255, 255, 255) !important;
}


.pa-product-box {
    box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 7%);
    border-radius: 15px;
    /* padding: 50px 30px 44px; */
    /* padding: 50px 30px; */
    text-align: center;
    position: relative;
    transition: 0.3s;
    margin-bottom: 30px;
    background: white;
    margin: 20px;
}


.pa-product-box img {
    border-radius: 15px 15px 0px 0px;
}

.pa-product-title {
    padding: 10px;
}

.pa-product-title h4 {
    margin-top: 20px;
}

.pa-product-box:hover,
.pa-blog-box:hover,
.pa-counter-box:hover,
.pa-medicine-box:hover {
    transform: translateY(-5px);
}

.pa-product-content {
    padding-top: 30px;
}

.pa-product-content h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.pa-product-cart {
    bottom: -25px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
}

.pa-product-box:hover .pa-product-cart {
    bottom: -15px;
    opacity: 1;
    visibility: visible;
}


.pa-product-cart>a {
    width: 50%;
    /* height: 35px;
line-height: 35px; */
    border: 1px solid #738d6c;
    text-align: center;
    display: block;
    background: #fff;
    border-radius: 4px;
    padding: 5px;
    margin: 0 auto;
    text-align: center;
}

.pa-product-cart ul li {
    display: inline-block;
    margin: 0 5px;
}

.pa-product-cart ul li svg {
    width: 16px;
    height: 16px;
    transition: 0.3s;
}


/* ourbrands */
.ourbrands {
    position: relative;
    clear: both;
    width: 100%;
    padding: 60px 0px;
}

/*testimonial-section*/

.testimonial-section {
    display: block;
    position: relative;
    clear: both;
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background: #fff8e5;
    /* background-color: rgb(187, 179, 179); */

}

.testimonial-section .heading small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 0;
    font-weight: 600;
}

.review-card {
    background: white;
    border-radius: 15px;
    padding: 25px;
    margin-bottom: 30px;
    margin: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.review-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.reviewer-img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #eebc10;
    padding: 3px;
    background: white;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.review-text {
    font-style: italic;
    line-height: 1.6;
    margin-top: 15px;
}

.rating .fa {
    color: #ffc107;
}

.stat-item {
    padding: 20px;
    background: white;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
}

.section-title h2 {
    font-size: 32px;
    font-weight: bold;
}

.review-header {
    position: relative;
    margin-bottom: 10px;
}

.review-date {
    margin-top: 15px;
    font-size: 0.9em;
    color: #999;
}

.stat-item .text-primary {
    color: #e3b618;
}

.stat-item .text-muted {
    color: #000000;
}



.reviewer-info {
    margin-left: 100px;
}

/* 
.testimonial-block {
    display: block;
    position: relative;
}

.testimonial-block .testimonial-description {
    display: block;
    float: left;
    position: relative;
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
    margin: 10px;
    background: #fff;
    color: #333;
}

.testimonial-block .testimonial-description>p>i {
    margin: 0px 5px;
    color: #ed1c24;
    font-size: 18px;
}

.testimonial-block .testimonial-description h5 {
    display: block;
    padding: 0px 0 10px 0px;
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 16px;
}

.testimonial-block .testimonial-description h5>span {
    font-weight: 400;
    font-size: 14px;
}

.testimonial-section .owl-controls .owl-page span {
    background: #d83135 !important;
}
*/

/*carouselWithArrows*/

.testimonial-section .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    left: initial;
    right: 10px;
    top: -65px;
}

.carouselWithArrows.owl-theme .owl-controls {
    margin: 0;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0;
    margin: 2px;
    border-radius: 0;
    background: transparent !important;
    opacity: 1;
    font-size: 30px;
    border: 1px solid #d3d8dd;
    color: #333;
}

.carouselWithArrows.owl-theme .owl-controls .owl-buttons div:hover {
    background: #5c3410 !important;
    color: #fff;
}


/* clients */

.ourClients {
    margin-top: 20px;
    clear: both;
    display: block;
    text-align: center;
}

.ourClients .clientSliderBlock {
    display: block;
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

.ourClients .item {
    margin: 5px 10px;
    text-align: center;
}

.ourClients .owl-controls .owl-page span {
    background: #fff !important;
}

/* End Testimonials */
/* FAQ SECTION */
/* .accordionSection {
    position: relative;
    clear: both;
    padding: 60px 0 60px 0;
    width: 100%;
    height: auto;
}

.accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-title {
    background: transparent;
    color: #444;
    cursor: pointer;
    padding: 15px 20px;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    width: 100%;
    text-align: left;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.accordion-title:hover {
    background-color: #f9f1f3;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 20px;
    color: #555;
    font-size: 14px;
}

.accordion-item.active .accordion-content {
    padding: 15px 20px;
}

.arrow {
    transition: transform 0.3s ease;
}

.accordion-item.active .arrow {
    transform: rotate(180deg);
}  */


/* Advantages Section */

.advantagesection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    overflow: hidden;
    padding: 60px 0;
    background-color: #cfd7db;
    background: url(assets/images/Background\ image\ 10.jpeg) no-repeat scroll 100% 0;
    /* background-position: center; */
    background-size: cover;
}

.advantagesection .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    text-align: center;
}
.advantagesection:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: #ce0800; */
    background: #fefafa;
    opacity: 0.7;
}

.section-subtitle {
    margin-bottom: 40px;
}

.benefit-card {
    background: #fff;
    height: 325px;
    border-radius: 10px;
    padding: 25px 20px;
    margin-bottom: 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.benefit-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}

.benefit-card .icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: #c084fc;
}

.benefit-icon {
    font-size: 50px;
    color: #e5b91b;
    margin-right: 20px;
}

/* 
.benefit-card h4 {
    font-weight: bold;
} */

/*footerSection*/

.footerSection {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 60px 0px;
/*    background: url('assets/images/banner5.jpg') no-repeat center center;*/
    background-size: cover;
    color: #eee;
    font-size: 16px;
}

.footerSection:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom,
        rgba(51, 51, 51, 0.95) 0%,
        rgba(51, 51, 51, 0.85) 100%);
    z-index: 1;
}

.footerSection .container {
    position: relative;
    z-index: 2;
}

.footerSection .footerHeading {
    font-weight: 600;
    color: #e8b607 !important;
    font-size: 20px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footerSection .footerHeading:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background: #e8b607;
}

.footerSection .footerHeading2 {
    font-size: 24px;
    display: block;
    padding: 0px;
    clear: both;
    color: #e8b607;
}

.footer-text {
    margin-bottom: 20px;
    color: #fff;
}

.productsUl {
    margin: 0;
    padding: 0px 15px;
}

.productsUl li {
    color: inherit;
    margin-bottom: 10px;
    font-size: 14px;
}

.productsUl li a {
    font-size: inherit;
    font-family: inherit;
    color: inherit;
    font-weight: 500;
    color: #fff;
    transition: all 0.3s ease;
}

.productsUl li a:hover {
    color: #e8b607;
    padding-left: 5px;
}

.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
}

.socialLinks ul {
    display: inline-block;
    margin: 0;
    padding: 0;
}

.socialLinks ul li {
    display: inline-block;
}

.socialLinks ul li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    margin: 0 3px;
    color: #fff;
    background: rgba(232, 182, 7, 0.2);
    transition: all 0.3s ease;
}

.socialLinks ul li a:hover {
    background: #e8b607;
    transform: translateY(-3px);
}

.socialLinks ul li a .fa-facebook {
    border-radius: 50%;
    background: #eebc10;
}

.socialLinks ul li a .fa-youtube {
    border-radius: 50%;
    background: #eebc10;
}

.socialLinks ul li a .fa-linkedin {
    border-radius: 50%;
    background: #eebc10;
}

.socialLinks ul li a .fa-instagram {
    border-radius: 50%;
    background: #eebc10;
}

.socialLinks ul li a i {
    display: inline-block;
    height: inherit;
    line-height: inherit;
    width: inherit;
    font-size: inherit;
}

.footer-text p {
    margin: 0px;
    color: #eee;
}

.footer-text p a:hover {
    color: #eebc10;
}

.footer-text p a {
    margin: 10px 0px;
    color: #eee;
}

.footer-text p i {
    padding-right: 10px;
    color: #f37435;
}

.footer-strip {
    background: #000000;
    color: #fff;
    padding: 15px;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    font-weight: 600;
}

.footer-strip p {
    margin: 0px auto;
    padding: 0px;
}

/*misc*/

.containerWrapper {
    position: relative;
    width: auto;
    padding: 0 100px;
    z-index: 10;
}

.containerWrapper:after {
    content: '';
    display: block;
    clear: both;
}

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.heading-center h2 {
    margin-bottom: 0;
}

.heading,
.heading2 {
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}

.heading small,
.heading2 small {
    font-size: 18px;
    color: #ed1c24;
}

.heading small a,
.heading2 small a {
    color: inherit;
}

/* .heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #f37435;
    position: absolute;
} */

.heading-center:after {
    margin: 0 auto;
    left: 0%;
    right: 0%;
    bottom: 0;
}

.heading2:after {
    left: -120px;
    top: 10px;
}

.heading:after {
    bottom: 0;
    left: 0;
}

.heading small {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 0;
    font-weight: 600;
}

.heading span,
.heading-center span,
.heading2 span {
    color: #ed1c24;
}

.btn-transparent {
    display: inline-block;
    padding: 8px 15px;
    border: solid 2px #fff;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    transition: all 300ms ease-in-out;
}

.btn-transparent:hover,
.btn-transparent:focus,
.btn-transparent:active,
.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    background: #f37435 !important;
    border-color: transparent !important;
    color: #fff;
}

.btn {
    transition: all 300ms ease-in-out;
    border-radius: 0 !important;
}

.btn:hover,
.btn:focus,
.btn:active {
    box-shadow: 0 6px 50px rgba(0, 0, 0, 0.2);
}

.btn-primary {
    background: #d6a90b !important;
    color: #fff;
    font-size: 17px;
    border: none;
    border-radius: 20px;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #833108 !important;
    color: #fff;
}

.btn-rounded {
    border-radius: 50px !important;
}

.space5 {
    display: block;
    clear: both;
    padding: 5px 0;
}

.space10 {
    display: block;
    clear: both;
    padding: 10px 0;
}

.space50 {
    display: block;
    padding: 50px 0;
    clear: both;
}

.space30 {
    display: block;
    padding: 30px 0;
    clear: both;
}

.space15 {
    display: block;
    padding: 15px;
    clear: both;
}

.centertext,
.center {
    text-align: center;
}

.white {
    color: white;
}

.container {
    position: relative;
    z-index: 10;
}


/**********scrollUp**********/

.scrollup {
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    opacity: 0.9;
    position: fixed;
    bottom: 50px;
    right: 20px;
    color: #fff;
    font-size: 26px;
    display: none;
    background: #e8b607;
    z-index: 200;
}

.scrollup:hover {
    background: #5c3410;
    opacity: 1;
    color: #fff;
}


/*media queries*/

@media (max-width: 1400px) {
    .scroll-down-arrow {
        bottom: 30px;
    }
}

@media (max-width: 1280px) {
}

@media (max-width: 1200px) {
    .container {
        width: auto;
        padding: 0 40px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 30px 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 32px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        height: 50px;
        line-height: 50px;
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding-right: 30px;
    }

    .containerWrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 991px) {
    .overviewBlockContainer {
        margin-bottom: 30px;
    }

    .overviewSectionLeft {
        width: 100%;
        float: none;
        clear: both;
        position: relative;
        height: auto;
    }

    .overviewSectionRight {
        width: 100%;
        float: none;
        clear: both;
    }
}

@media (max-width: 875px) {
    .navigationBar {
        height: auto;
    }

    .navbar-brand {
        margin-bottom: 12px;
    }

    .navbar-collapse {
        float: none;
        clear: both;
        width: 100%;
        padding: 0;
        border-top: solid 1px rgba(0, 0, 0, 0.3);
    }

    .navbar-collapse>ul>li {
        height: 40px;
        line-height: 40px;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding-left: 30px;
    }

    .aboutsliderDescBlock {
        height: auto;
        min-height: 400px;
    }

    .tophead-menu-left {
        display: none !important;
    }

    .bannerSection {
        height: 312px;
        top: -5px;
    }
}

@media (max-width: 768px) {
    .navbar-collapse {
        border-top: none;
    }

    .navbar-nav {
        margin-top: 0;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

    .aboutsliderBlock::before {
        display: none;
    }

    .aboutsliderBlock {
        width: 100%;
        height: 400px;
        margin: 0;
    }

    .aboutsliderBlock .aboutsliderBlockImg,
    .aboutsliderBlock .aboutsliderBlockImg>div {
        transform: skew(0deg);
    }

    .aboutsliderBlock .aboutsliderBlockImg>div {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .aboutsliderDescBlock {
        width: 100%;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding: 50px;
    }

    article.post.clearfix {
        margin-bottom: 20px;
    }

    .servicetext {
        /* position: absolute; */
        POSITION: relative;
        top: 0;
        left: 0;
        width: 108%;
        margin-top: 10px;
        background-color: #006838;
        z-index: 1;
        opacity: 0.9;
        margin-left: -14px;
        padding: 47px 25px;
    }

    .service1 img {
        height: auto;
        width: 100%;
        margin-bottom: 10px;
    }

    .feature-title h2 {
        font-size: 35px;
        text-align: center;
        margin-top: 20px;
        font-weight: 600;
    }

    .feature-title p {
        text-align: center;
    }

    .service-box {
        margin-left: 25px;
        margin-top: 40px;
    }

    .aboutimg img {
        width: 100%;
    }

    .s1 {
        position: relative;
        width: 100%;
        left: 0;
        background-color: #fff;
        padding: 52px 30px 66px;
        top: 0;
        z-index: 1;
        word-spacing: 2px;
        margin-top: 0px;
        font-weight: 500;
        opacity: 0.9;
        border-top: 1px solid rgb(223, 221, 221);
    }

    .s2 {
        position: relative;
        width: 119%;
        left: 0;
        margin-left: -30px;
        background-color: #006838;
        padding: 26px 58px 47px;
        margin-top: 20px;
        top: 0;
        z-index: 1;
        opacity: 0.9;
        color: white;
        word-spacing: 2px;
    }

    .s3 p {
        font-size: 15px;
        padding: 16px;
        color: white;
        font-weight: 500;

    }

    .s3 {
        position: relative;
        width: 100%;
        left: 0;
        background-color: #ed1c24;
        margin-top: 10px;
        padding: 18px;
        top: 0;
        z-index: 1;
        opacity: 0.9;
    }

    .contain1 p {
        color: grey;
        font-size: 13px;
        text-align: left;
        word-spacing: 0px;
    }

    .contain1 h1 {
        color: #000;
        padding-top: 10px;
        font-size: 35px;
        font-weight: 500px;
    }

    .contain1 img {
        border-radius: 15px;
        margin-left: 0px;
    }

    .contain2 img {
        height: 600px;
        width: 100%;
        border-radius: 40px;
    }

    .feature-box {
        padding-left: 28px;
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .feature-box2 {
        padding-left: 44px;
        margin-top: 20px;
        margin-bottom: 32px;
    }

    .aboutus h1 {
        color: #000;
        font-weight: 500;
        margin: 0;
        font-size: 42px;
        word-spacing: 2px;
    }

    .section-head img {

        width: 60px;
    }

}

@media (max-width: 767px) {
    .navbar-brand img {
        height: 58px;
    }

    .navbar-nav::before {
        display: none;
    }

    /* .navbar-collapse>ul>li {
    color: #222;
} */

    .navigationBar {
        position: relative;
    }

    .navbar-toggle {
        border-radius: 0;
        margin-right: 0;
        border: none;
        margin-top: 22px;
    }

    .navbar-collapse {
        overflow: hidden;
    }

    .navbar-nav {
        margin: 0;
    }

    .navbar-collapse>ul>li::before {
        display: none;
    }

    .navbar-collapse>ul>li {
        border-bottom: solid 1px #ddd;
        height: auto;
        line-height: normal;
    }

    .navbar-collapse>ul>li>a {
        padding: 15px;
    }

    /* 
.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    color: #d83135 !important;
} */

    .tophead-right-menu {
        text-align: center;
    }

    .tophead .tophead-menu-left ul li,
    .tophead .tophead-menu-right ul li {
        margin-right: 6px;
    }


    .container {
        padding: 0 20px;
    }

    .scroll-down-arrow {
        display: none;
    }

    .bannerSection .bannerSectionContainer {
        top: 123px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 24px;
        line-height: 28px !important;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 strong {
        font-size: 16px;
        line-height: 36px;
    }

    .down-arrow-box {
        display: none;
    }

    /* .bannerSection {
    height: 300px;
} */
    .scrollup {
        right: 0;
        bottom: 0;
    }

    .footerMenu ul li {
        margin: 10px 0;
    }

    .overviewBlock {
        border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    }

    .containerWrapper {
        padding-left: 15px;
        padding-right: 15px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        padding: 0;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner {
        width: auto;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner .heading::after {
        display: none;
    }

    .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        position: relative;
        top: initial !important;
        bottom: initial !important;
    }

    .project-fig {
        text-align: center;
        padding: 20px 10px;
        margin-bottom: 0;
        transition: all 0.4s ease-in 0s;
        -webkit-transition: all 0.4s ease-in 0s;
        -moz-transition: all 0.4s ease-in 0s;
        -ms-transition: all 0.4s ease-in 0s;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .BrandSection {
        position: relative;
        clear: both;
        width: 100%;
        display: block;
        padding: 60px 0px;
        background-color: rgb(255, 255, 255);
        overflow: hidden;
        background: url(assets/images/IMG_3072.PNG) no-repeat fixed 100% 0;
        background-size: cover;
        z-index: 999;
    }

    .BrandSection:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #000000;
        opacity: 0.2;
        z-index: -1;
    }


    /* 
.bannerSection .bannerSlideBlock,
.bannerSection .bannerSlideImg {
    width: 100%;
    height: 80%;
}

.aboutsection {

    padding: 0px 0px;

} */
}

@media (max-width: 650px) {
    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>h2 {
        font-size: 20px;
        padding: 5px;
        margin-top: 25px;
    }

    .bannerSection .bannerSlideBlock .bannerSlideCaption .bannerSlideCaptionInner>.btn {
        padding: 10px 15px;
        font-size: 13px;
        height: auto;
        line-height: normal;
    }

    #bannerSlider .owl-controls {
        bottom: 10px;
        left: 0px;
        right: 0px;
    }

    .aboutsliderDescBlock .aboutsliderDescBlockInner {
        padding: 30px 15px;
    }

    #bannerSlider .owl-controls .owl-page span {
        width: 13px !important;
        height: 13px !important;
    }

    .benefit-card {

        height: auto;

    }


}

@media (max-width: 500px) {

}



/* InnerPage  */
.innerPageSection{
    padding: 0px 0 0 0;
    position: relative;
}

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 400px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.innerBannerSection:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(0 0 0 / 30%);
}
.innerbanner{
    height: 368px;
    background-size: cover;
}
.innerBannerSection h1{
    font-size: 32px !important;
    letter-spacing: 2px;
    color:#fff;
    font-weight: bold;
    font-family: "Kaushan Script", cursive !important;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
}
.innerBannerSection .head h3{
    color: #ff7700;
    font-size: 30px;
}
.innerBannerSection .innerBannerImg{
    background-size: cover !important;
    height: 100%;
    /*    background-attachment: fixed !important;*/
    position: relative;
}
.innerBannerSection .innerBannerImg:before{
    position: absolute;
    content:'';
    top:0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,.3);
}
.InnerBannerHeading{
    position: absolute;
    top: -60px;
    color: #fff;
}
.InnerBannerHeading h1{
    font-size: 36px !important;
}
.breadcrumb span {
    font-weight: normal;
    color: #fff;
}
.breadcrumb span a {
    font-weight: normal;
    color: #fff;
}
.breadcrumb {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    background:#ffcc2a;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0;
    border-bottom: solid 1px #ccc;
    padding: 5px 10px;
}
.breadcrumb_last{
    font-weight: 600 !important;
}

.table a{
    color: blue;
}
.table a:hover{
    color:#ffcc2a ;
}


@media (max-width: 720px) {
    .innerBannerSection .head{
        top: 192px;
    }
    .innerBannerSection h1{
        font-size: 20px !important;
    }
    .innerBannerSection{
        height: 250px;
    }

}
/*innerPageSection */



/* Main social media container */
.socialCustomIcon {
    position: fixed;
    bottom: 70px;
    left: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
    z-index: 99999999;
}

/* Styling for the share icon */
.socialCustomIcon .share {
    position: relative;
}

.socialCustomIcon .share i {
    font-size: 25px;

    cursor: pointer;
    transition: color 0.3s ease;
}

/* Styling for the submenu (hidden by default) */
.socialCustomIcon .submenu {
    position: absolute;
    bottom: 70px;
    left: 56%;
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    list-style: none;
    z-index: 10;
}

.socialCustomIcon .submenu li {
    margin: 5px 0;
    /* Spacing between icons */
    opacity: 1;
    transform: translateY(10px);
    transition: opacity 0.4s ease, transform 0.4s ease;
}

/* Each social media icon */
.socialCustomIcon .submenu li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    background-color: #079300;
    color: white;
    text-decoration: none;
    font-size: 20px;
    border-radius: 59px;
    transition: background 0.3s ease, transform 0.3s ease;
}

/* Different background colors for each social media icon */
.socialCustomIcon .submenu li a.facebook {
    background-color: #3b5998;
}

.socialCustomIcon .submenu li a.twitter {
    background-color: #1da1f2;
}

.socialCustomIcon .submenu li a.youTube {
    background-color: #ff0000;
}

.socialCustomIcon .submenu li a.instagram {
    background: linear-gradient(45deg, #833ab4, #fd1d1d, #fcb045);
}

/* Hover effect */
.socialCustomIcon .submenu li a:hover {
    transform: translateX(10px);
}


/* Staggered delay for each icon so they appear one by one */
.socialCustomIcon .share:hover .submenu li:nth-child(1) {
    transition-delay: 0.1s;
}

.socialCustomIcon .share:hover .submenu li:nth-child(2) {
    transition-delay: 0.2s;
}

.socialCustomIcon .share:hover .submenu li:nth-child(3) {
    transition-delay: 0.3s;
}

.socialCustomIcon .share:hover .submenu li:nth-child(4) {
    transition-delay: 0.4s;
}

/* Hover effect on the main share icon */
.socialCustomIcon .share:hover i {
    color: #ffffff;
}

.socialCustomIcon .share .fa-share-alt {
    font-size: 25px;
    color: #ffffff;
    cursor: pointer;
    transition: color 0.3s ease;
    background: #185d9a;
    /* padding: 20px; */
    border-radius: 46px;
    text-indent: -3px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 2;
}

.phone {
    background: linear-gradient(71.04deg, rgb(72, 0, 4) -6.92%, rgb(216, 78, 85) 109.43%) !important;
    color: white;
}



