/*!
Theme Name: Dhananjay Group
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: dhananjay-group
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.

Dhananjay Group 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: "Poppins", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #323232;
}

/*
        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: "Josefin Sans", sans-serif;
    margin: 0 0 15px 0;
    line-height: normal !important;
}

h1 {
    font-size: 54px !important;
    font-weight: 800;
}

h2 {
    font-size: 40px;
    font-weight: 700;
}

h3 {
    font-size: 26px;
    font-weight: 600;
}

h4 {
    font-size: 22px;
    font-weight: 400;
}

h5 {
    font-size: 18px;
    font-weight: 400;
}

h6 {
    font-size: 14px;
    font-weight: 400;
}

p {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 300;
    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 #00205b;
}

/* navbar */

/*navigationBar*/

.navigationBar {
    display: block;
    width: auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    height: 90px;
    padding: 0;
    transition: all 200ms;
    background: #fff;
}

/*navigationBarContent*/

.navigationBarContent {
    position: relative;
    height: auto;
    background: #ffffff;
    border-radius: 100px;
}

.navbar {
    min-height: 40px;
}

.navbar-brand {
    display: inline-block;
    margin-top: 0px;
    height: 90px;
    padding: 0;
    position: absolute;
    top: -15px;
    transition: all 500ms;
    left: 0px;


}

.navbar-brand img {
    height: auto;
    transition: all 1000ms;
    transform: scale(1);
    position: relative;
    height: 75px;
    margin: 20px auto;
}

.navbar-nav {
    margin-top: 0;
    margin-right: 20px;
}

.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: #151515;
    height: 90px;
    line-height: 90px;
    padding: 0;
    position: relative;
    transition: all 200ms;
    font-family: "Josefin Sans", sans-serif;
}

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

.navbar-collapse>ul>li>a {
    display: block;
    color: inherit !important;
    padding: 0 15px;
    margin: 0;
    height: inherit;
    line-height: inherit;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    transition: all 400ms;
}

.navbar-collapse>ul>li>a>i {
    display: inline-block;
    margin: 0 5px 0 0;
    color: #00205b;
    transition: all 400ms;
}

.navbar-collapse>ul>li>a>i.fa-angle-down {
    margin: 0 0 0 3px;
}

/* 
.navbar-collapse>ul>li:before {
    content: '';
    display: block;
    position: absolute;
    top: 31%;
    left: 60px;
    right: 0;
    height: 35px;
    background: #00205b;
    transition: all 300ms;
    visibility: hidden;
    opacity: 0;
}

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

.navbar-collapse>ul>li:hover>a,
.navbar-collapse>ul>li.active>a {
    /*background: #00205b !important;
color: #fff !important;*/
    background: transparent !important;
    color: #00205b !important;
    z-index: 999;
}

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

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

/*drop down menu*/

.navbar-collapse>ul>li>ul {
    width: max-content;
    height: auto;
    background: #fff;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.15);
}

.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:last-child {
    border-bottom: none;
}

.navbar-collapse>ul>li>ul>li>a {
    display: block;
    padding: 15px;
    color: #00205b;
    font-size: 15px;
    height: auto;
    line-height: normal;
    transition: all 300ms ease-in-out;
}

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

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

.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;
}

/*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: #00205b;
    font-size: 15px;
    font-size: inherit;
    transition: all 300ms ease-in-out;
}

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

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

/*navigationBarScroll*/

.navigationBarScroll {
    height: 60px;
    background: rgba(255, 255, 255, 0.95) !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    top: 0;
}

.navigationBarScroll:before {
    display: none;
}

.navigationBarScroll .navbar-brand {
    margin-top: 14px;
    height: 107px;
    width: auto;
    background: #ffffff !important;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 10px 10px;
}

.navigationBarScroll .navbar-brand img {
    transform: scale(0.75);
    top: -25px;
    height: 105px;
}

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

.navigationBarScroll .navbar-collapse>ul>li:before {
    height: 35px;
    top: 20%;
}

/*banner-slider-full*/
.banner-slider-section {
    display: block;
    /* width: 100%; */
    height: 100%;
    position: relative;
    background: #fff;
    overflow: hidden;

}

.banner-slider-full {
    display: block !important;
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    z-index: 5;
}

.banner-slider-full .owl-wrapper-outer,
.banner-slider-full .owl-wrapper,
.banner-slider-full .owl-item,
.banner-slider-full .item {
    height: 100%;
}

.banner-slider-full .item .replaceImg {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

#banner-slider .owl-controls {
    position: absolute !important;
    bottom: 40% !important;
    width: 20px !important;
    right: 2%;
    z-index: 200;
}

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

#banner-slider .owl-buttons {
    display: none !important;
}

.banner-slider-full .item {
    position: relative;
    z-index: 20;
}

.banner-slider-section .banner-info {
    display: block;
    width: 50%;
    position: absolute;
    bottom: 35%;
    left: 100px;
    margin: 0;
    z-index: 10;
    text-align: left;
}

.banner-slider-section .banner-info p {
    display: inline-block;
    float: left;
    clear: both;
    padding: 5px 10px 5px 0;
    background: rgba(0, 104, 56, 0.8);
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 15px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    color: #fff;
    line-height: normal;
    border-radius: 0 30px 30px 0;
    position: relative;
}

.banner-slider-section .banner-info p:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background: rgba(0, 104, 56, 0.8);
}

.banner-slider-section .banner-info .bannerInfoHeading {
    display: inline-block;
    color: #000;
    padding: 0;
    font-size: 40px !important;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 0 15px 0;
    float: left;
    clear: both;
    padding: 5px 20px 5px 0;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    border-radius: 0 30px 30px 0;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.banner-slider-section .banner-info .bannerInfoHeading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    background: rgba(255, 255, 255, 0.8);
}

.banner-slider-section .banner-info .btn-transparent {
    font-size: 20px;
    padding: 12px 30px;
    background: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: normal;
}

.video-background {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

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

.video-background iframe {
    width: 110% !important;
    height: 110% !important;
    position: absolute;
    top: -5%;
    left: -5%;
}

.banner-slider-section video {
    background: url(assets/images/videoBg.jpg) no-repeat;
    background-size: cover;
    width: 110% !important;
    height: 110% !important;
    position: absolute;
    top: -5%;
    left: -5%;
}

/*media queries*/
@media (min-width: 1366px) {
    .video-background iframe {
        width: 130% !important;
        height: 130% !important;
        top: -15%;
        left: -15%;
    }

    .banner-slider-section .banner-info {
        bottom: 25%;
    }

    .aboutBlocks>h3 {
        font-size: 26px;
    }
}

/*down-arrow-box*/
.down-arrow-box {
    display: block;
    position: absolute;
    bottom: 30px;
    color: #fff;
    font-style: italic;
    width: 200px;
    margin: 0 auto;
    left: 0%;
    right: 0%;
    text-transform: uppercase;
    z-index: 25;
    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: 60px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
    z-index: 2;
}

.down-arrow-box span {
    display: inline-block;
    position: relative;
    font-size: 46px;
    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;
}

/* banner Social */
.banner-social {
    position: absolute;
    bottom: -1px;
    color: #fff;
    left: 0px;
    z-index: 15;
    text-align: left;
    background: #fff;
    width: auto;
    padding: 24px 50px;
    border-radius: 0px 40px 0px 11px;
}



/*Services Section*/

/* NewProduct Section */

.newProductSection {
    display: block;
    position: relative;
    padding: 80px 0px;
    clear: both;
    background: #f2f6f9;
}

/*productBlock*/

.productBlock {
    display: block;
    position: relative;
    margin-bottom: 12px;
    text-align: left;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 400ms;
    background: #fff;
    padding: 50px;
    border-radius: 40px;
}

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


.productBlock .productBlockInfo {
    display: block;
    position: relative;
    padding: 30px 2px 15px 40px;
}

.productBlock .productBlockInfo .protitle {
    font-size: 30px;
    margin-bottom: 30px;

}

.productBlock .productBlockInfo p {
    font-size: 22px !important;
    font-weight: 300;
    line-height: 1.3;
}

.productImg {
    text-align: center;
}

.productImg img {
    width: 70%;
    margin: 0 auto;
}

.productBlock .btn-transparent {
    border: solid 2px #00205b;
    color: #00205b;
    font-size: 18px;
    font-weight: 500;
}

.newProductSection .item {
    margin: 5px !important;
}

.newProductSection .owl-theme .owl-buttons>div.owl-next {
    right: 20px;
}

.newProductSection .owl-theme .owl-buttons>div.owl-prev {
    left: 20px;
}

.newProductSection .owl-theme .owl-buttons>div {
    display: block;
    position: absolute;
    bottom: 50%;
    opacity: 1;
    padding: 0 !important;
    font-size: 18px !important;
    opacity: 0 !important;
    background: #001c5b !important;
    width: 36px;
    height: 36px;
    line-height: 36px;
}

.newProductSection .owl-carousel .owl-buttons>div {
    opacity: 1 !important;
}

.newProductSection .owl-theme .owl-controls .owl-page span {
    background: #19366b;
}

/* ---------------about-section------------ */

.aboutsection {
    position: relative;
    width: 100%;
    clear: both;
    padding: 80px 0;
    background: #00205b;
}

.aboutsection .row {
    margin: 0 auto;
}


.about-boxx .section-header {
    text-align: left;
    margin-bottom: 30px;
}

.about-boxx {
    padding: 20px 10px;
    background: #fff;
    box-shadow: 0px 0px 15px -6px #000;
    border-radius: 0px;
    align-items: center;
    position: relative;
    float: left;
}

.aboutimg {
    position: relative;
    /* filter: drop-shadow(2px 4px 6px black); */
}

.aboutimg img {
    border-radius: 8px;
}

.abouttxt {
    padding: 0px 20px;
    text-align: left;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 4px solid #00205b;
}


.abouttxt h2 {
    padding: 0 0 8px 0;
    margin: 0;
}


.abouttxt h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.abouttxt h6 {
    color: #494848;
    font-family: "Josefin Sans", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
}

.abouttxt p {
    color: #222;
    text-align: justify;
    font-size: 16px;
    line-height: 1.5;
}

.about-btn {
    margin: 18px 0 0 0;
    background: #504864;
}

.about-btn {
    margin: 18px 0 0 0;
    background: #504864;
}

.btn-view {
    display: inline-block;
    padding: 10px 20px;
    background: #00205b;
    color: #fff;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-view:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}




/* WhyusSection */
.WhyusSection {
    position: relative;
    width: 100%;
    height: auto;
    clear: both;
    padding: 80px 0px;
    background: #fff;
}

.WhyusSection::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.7;
}

#WhyusSection .owl-controls .owl-page span {
    width: 15px !important;
    height: 15px !important;
    margin: 0 3px !important;
    background: #83799b !important;
}

.WhyusSection .permalink a {
    color: #fff;
}

.WhyusSection .permalink a:hover {
    color: #fff;
}

.cd-pt-ab {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

}

.position-re-order {
    padding-bottom: 120%;
}

.position-re .item img {
    transition: 0.5s;
}

.WhyusSection .owl-theme .owl-controls .owl-page span {
    background: #83799b;
}



.tours1 .item,
.destination1 .item {
    position: relative;
    overflow: hidden;
    margin: 10px;

}

.tours1 .item:hover img,
.destination1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}

.tours1 .item:hover .con,
.destination1 .item:hover .con {
    bottom: 0;
}

.tours1 .item img,
.destination1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 100%;

}

.tours1 .item .category,
.destination1 .item .category {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Barlow', sans-serif;
    padding: 6px 12px;
    line-height: 1.5em;
    text-transform: uppercase;
    box-shadow: 0px 0px 35px 0px rgb(0 0 0 / 5%);
    background: #83799b;
}

.tours1 .item .category a,
.destination1 .item .category a {
    color: #fff;
}

.tours1 .item .category:hover,
.destination1 .item .category:hover {
    color: #fff;
}

.tours1 .item .con,
.destination1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(15, 36, 84, .1) 2%, rgb(0 3 51) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(15, 36, 84, .01) 2%, rgb(0 3 51) 90%);
    background: linear-gradient(to bottom, transparent 0, rgb(15 36 84 / 0%) 2%, rgb(0 3 51) 80%);
}

.tours1 .item .con h6,
.tours1 .item .con h6 a,
.destination1 .item .con h6,
.destination1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 13px;
    font-family: 'Barlow', sans-serif;
    display: inline;
}

.tours1 .item .con h6 i,
.destination1.item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
}

.tours1 .item .con h5,
.elementor-widget-container .tl-tour-el-title,
.elementor-widget-container .tl-tour-el-title a,
.tours1 .item .con h5 a,
.destination1 .item .con h5,
.destination1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 24px;
    line-height: 28px !important;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.tours1 .item .con p,
.destination1 .item .con p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
}

.tours1 .item .con span,
.destination1 .item .con span {
    color: #fff;
    font-size: 10px;
}


.tours1 .item .con .butn-light,
.destination1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #676977;
    padding: 11px 30px;
}

.tours1 .item .con .butn-light:hover,
.destination1 .item .con .butn-light:hover {
    border-color: #2095AE;
}

.WhyusSection .section-title {
    text-align: center;
    text-transform: uppercase;
}

/*key indicators*/

.keyIndicatorsSection {
    display: block;
    clear: both;
    position: relative;
    height: auto;
    padding: 80px 0px;
    background: url(assets/images/slide1.jpg) no-repeat fixed 100% 0;
    backface-visibility: hidden;
    background-size: cover;
    overflow: hidden;
    color: #fff;
}

.keyIndicatorsSection::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #00205b;
    opacity: 0.8;
}

.project-fig {
    text-align: center;
    padding: 20px 10px;
    margin-bottom: 20px;
    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;
}

.project-fig i {
    margin-bottom: 15px;
    color: #fff;
    font-size: 38px;
    display: inline;
    margin-right: 10px;
    font-weight: 500;
}

.project-fig h3 {
    color: #fff;
    font-size: 46px;
    display: inline;
    font-weight: 500;
}

.project-fig h4 {
    color: #fff;
    margin-top: 10px;

}

.section-header p {
    font-size: 18px;
}

/* Team section start */

.ourteam {
    position: relative;
    clear: both;
    padding: 50px 0px;
    overflow: hidden;
    background: #ffffff;
}

.ourteam .title {
    color: rgb(6, 6, 6);
}

.team-pic {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px;
}

.team-pic img {
    width: 65% !important;
}

.team-member {
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 6px 0px darkgrey;
    box-shadow: 0 4px 15px rgb(0 0 0 / 20%);
    transition: 0.3s;
    margin: 10px 15px 30px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}


.team-member:hover {

    transform: translateY(-10px) !important;
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.2);

}

.team-member h4 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
}

.team-member .text-muted {
    color: #6c757d !important;
    text-transform: uppercase;
}

.team-member:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.team-pic img {
    border-radius: 100%;
    background: #ffffff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.team-social a {
    margin: 0 5px;
    color: #00205b;
    font-size: 22px;
    transition: 0.3s;
}

.team-social a:hover {
    color: #0056b3;
}

.ourteam .owl-theme .owl-controls .owl-page span {
    background: #00205b;
}

/* sidebar */

/* sidebar */
.multi-contact-sidebar {
    position: fixed;
    top: 25%;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    transition: all 0.4s ease;
}

/* Each tab layout */
.sidebar-tab {
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: all 0.4s ease;
}

/* Vertical tab label */
.tab-label {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    background: #1978f2;
    color: #fff;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 0px 0 0 0px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s ease;
}

.sidebar-wpcl i {
    font-size: 20px;
    padding: 0px 2px;
}


.tab-label:hover {

    color: #ffffff;
    background: #f79133 !important;
}


/* WhatsApp and Phone tabs colors */
.tab-label.whatsapp {
    background: #25D366;
    color: white;
}

.tab-label.phone {
    background: #ff0033;
}

/* Hidden sliding content box (form) */
.tab-content.contact-form {
    position: absolute;
    right: 45px;
    top: 0;
    background: #fff;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.3s ease;
    z-index: -1;
}


.tab-label .fa {
    margin-bottom: 10px;
    font-size: 18px;
}

.tab-label  .fa fa-whatsapp{
    font-size: 22px !important;
}
/* Slide-in effect when open */
.sidebar-tab.open .tab-content.contact-form {
    transform: translateX(0%);
    opacity: 1;
    z-index: 1;
    padding: 15px 5px;
}

/* Form styling */
.tab-content form {
    display: flex
        ;
    flex-direction: column;
    gap: 10px;
}

.tab-content input,
.tab-content textarea {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}

.tab-content button {
    background: #00205b;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.sidebar-tab .enquiry-form {
    max-width: 400px;
    margin: auto;
    padding: 0px;
    background: #fff;
    border-radius: 10px;
}

.sidebar-tab .enquiry-form .form-group {
    margin-bottom: 10px;
}

.sidebar-tab .enquiry-form label {
    display: none;
    color: #fff;
}

.sidebar-tab .enq-formgroup {
    display: block;
    position: relative;
    margin-bottom: 15px;
    height: 45px;
}

.sidebar-tab .enq-formgroup  p{
    color: red;
    margin-top: 5px;
}

.sidebar-tab .enquiry-form input {
    height: 40px;
    border-radius: 5px;
    border: solid 1px #bbbbbbbb;
}

.sidebar-tab .enquiry-form input, .enquiry-form textarea {
    display: block;
    width: 100%;
    background: #fff;
    color: #222;
    text-indent: 45px;

}

.sidebar-tab .enquiry-form input:focus {
    border-color: #d5b272;
    outline: none;
    box-shadow: 0 0 5px rgba(213, 178, 114, 0.4);
}

.sidebar-tab .submit-btn {
    width: 100%;
    background-color: #d5b272;
    color: #fff;
    padding: 12px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s ease;
}

.submit-btn i {
    margin-right: 6px;
}

.submit-btn:hover {
    background-color: #000000;
}

.enq-formgroup i {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #00205b;
    border-radius: 5px 0 0 5px;
    text-align: center;
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.dropdown-item1 {
    font-weight: bold;
    cursor: pointer;
    display: block;
    padding: 5px;
}

.contact-fixed-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 9999;
}

.contact-fixed-container a {
    width: 55px;
    height: 55px;
    background-color: #25D366;
    /* WhatsApp green by default */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.contact-fixed-container a.phone {
    background-color: #a32917;
    /* Phone icon blue */
}

.contact-fixed-container a:hover {
    opacity: 0.9;
}

/* Each tab layout */
.sidebar-tab {
    display: flex;
    align-items: flex-start;
    position: relative;
    transition: all 0.4s ease;
}

/* WhatsApp and Phone tabs colors */
.tab-label.whatsapp {
    background: #25D366;
    color: white;
}

.tab-label.phone {
    background: #ff0033;
}

/*footer*/

.footer {
    display: block;
    clear: both;
    /* width: 100%; */
    height: auto;
    min-height: 400px;
    position: relative;
    overflow: hidden;
    padding: 70px 0;
    background: #00205b;
    color: #fff;
}


.footer>.row {
    position: relative;
    z-index: 2;
}

.footer .heading,
.footer .heading-center {
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer .heading:after,
.footer .heading-center:after {
    background: #fff;
}

.footerAbout img {
    width: 85%;
    margin-top: 30px;
}

.footer hr {
    border-top: solid 1px rgba(0, 0, 0, 0.2);
    border-bottom: none;
}

@media (max-width: 1366px) {
    .footer .heading {
        font-size: 16px;
    }
}

/*addressInfo*/

.addressInfo {
    display: block;
    position: relative;
}

.addressInfo h4 {
    font-weight: bold;
    font-size: 20px;
}

.addressInfo p {
    margin: 0;
}

.addressInfo i {
    color: #fff;
}

.map iframe {
    pointer-events: unset
}

/*footerStrip*/

.footerStrip {
    display: block;
    clear: both;
    background: #012b79;
    text-align: center;
    padding: 15px 0;
    color: #fff;
}

.footerStrip strong {
    font-weight: bold;
}

.footerStrip a {
    color: #fff;
    font-weight: bold;
}

.footerStrip a:hover {
    text-decoration: underline;
    color: #ddd;
}

.footer-social {
    display: inline-block;
    margin-top: 15px;
}

.footer-social a {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 6px;
    text-align: center;
    border-radius: 100%;
}


.footer-social a:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #001c5b;
}

.footer-social .footerfacebookLink {
    background: #204385;
}

.footer-social .footertwitterLink {
    background: #2aa9e0;
}

.footer-social .footeryoutubeLink {
    background: #eb2429;
}

.footer-social .footerlinkedinLink {
    background: #02669a;
}

.footer-social .footerpinterestLink {
    background: #ca2128;
}

.footer-social .footergoogle-plusLink {
    background: #d3492c;
}

/*footerLinks*/

.footerLinks {
    display: block;
    position: relative;
}

.footerLinks ul {
    margin: 0 0 0 16px;
}

.footerLinks ul li {
    list-style-type: disc;

}

.footerLinks ul li a {
    display: inline-block;
    padding: 6px 0;
    color: #fff !important;
}


.footerLinks a{
    color: white !important;
}
.footerLinks ul li a:hover {
    color: #ccc !important;
}

/*misc*/

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

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

.heading-center {
    display: block;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    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: #00205b;
}

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

/* .heading:after,
.heading-center:after,
.heading2:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #e3bc71;
    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: 26px;
    text-transform: uppercase;
    letter-spacing: 10px;
    padding-bottom: 15px;
    font-weight: 300;
}

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

.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: #dfdfdf !important;
    border-color: transparent !important;
    color: #000000 !important;
}

.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: #00205b !important;
    color: #fff;
    border: none;
    border-color: transparent;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
    background: #e3bc71 !important;
    color: #00205b;
}

.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: #00205b;
    z-index: 200;
}

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

/*media queries*/

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

@media (max-width: 1250px) {
    .navbar-collapse>ul>li>a {
        padding: 0 10px;
    }

    .navbar-collapse>ul>li {
        font-size: 14px;
        margin: 0;
    }
}

@media (max-width: 1180px) {
    .navigationBarScroll .navbar-collapse>ul>li>a>i {
        display: none;
    }

    .navigationBarScroll .navbar-collapse>ul>li>a>i.fa-angle-right {
        display: inline-block;
    }

    .navigationBarScroll .navbar-collapse>ul>li {
        font-size: 16px;
    }

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

    .containerWrapper {
        padding: 0 30px;
    }
}

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

}

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

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

@media (max-width: 991px) {
    .navigationBarScroll {
        position: absolute;
        height: auto
    }

    .navigationBar {
        height: auto;
        position: absolute;
        top: 0px;
    }

    .navbar-collapse {
        float: left;
        clear: both;
        width: 100%;
        margin-top: 12px;
        border-top: solid 1px #ddd;
    }

    .navbar-collapse>ul>li {
        height: auto;
        line-height: normal;
    }

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

    .navbar-collapse>ul>li::before {
        height: 100%;
    }

    .overviewBlockContainer {
        margin-bottom: 30px;
    }

}

@media (max-width: 875px) {
    .navbar-collapse>ul>li>ul>li>a {
        font-weight: 300;
    }

    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding-left: 30px;
    }

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

    .servicesSection .carouselWithArrows.owl-theme .owl-controls .owl-buttons {
        top: initial;
        bottom: 15px;
    }

    .servicesSection .carouselWithArrows.owl-theme .owl-controls .owl-buttons div {
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.3);
    }
}

@media (max-width: 768px) {
    .navigationBar {
        position: relative;
        background: #fff;
        height: auto;
        width: 100%;
        float: none;
        left: 0;
        height: auto;
    }

    .navigationBar:before {
        display: none;
    }

    .navigationBarContent {
        padding-bottom: 0;
    }

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

    .navbar-header {
        margin: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 28px;
        height: 3px;
        border-radius: 1px;
        background-color: #00205b !important;
    }

    .navbar-brand {
        margin: 12px 0;
        border: none;
        height: 110px;
        padding: 0;
        position: absolute;
        top: -30px;
        transition: all 500ms;
        left: 0px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        background: white !important;
        border-radius: 18px;
        z-index: 999;
    }

    .navbar-collapse {
        float: none;
        background: #fff;
        margin-top: 10px;
        padding: 0;
        width: auto;
    }

    .navbar-toggle {
        background: #fff;
        border-radius: 0;
        border: none;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .navbar-collapse>ul>li {
        color: #090909;
        border-bottom: solid 1px #ddd;
    }

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

    .navbar-collapse>ul>li:hover,
    .navbar-collapse>ul>li.active,
    .navbar-collapse>ul>li.active:hover {
        background: #dccfd400;
        color: #fff;
    }

    .partnersRow h4 {
        margin: 0 0 15px 0;
    }

    .navigationBarScroll .navbar-brand {
        margin-top: 0;
    }

    .navigationBarScroll .navbar-brand img {
        transform: scale(1);
        top: 0;
    }

    .navbar-collapse>ul>li>ul {
        display: none;
        /*left: 105%;*/
        visibility: visible;
        opacity: 1;
        transition: none;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        color: black !important;
        font-weight: normal;
    }

    .video-background iframe {
        width: 100% !important;
        height: 100% !important;
        position: absolute;
        top: 0%;
        left: 0%;
    }

    .servicesliderBlock::before {
        display: none;
    }

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

    .servicesliderBlock .servicesliderBlockImg,
    .servicesliderBlock .servicesliderBlockImg>div {
        transform: skew(0deg);
    }

    .servicesliderBlock .servicesliderBlockImg>div {
        width: 100%;
        height: 100%;
        left: 0;
    }

    .servicesliderDescBlock {
        width: 100%;
    }

    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding: 50px;
    }

    .footerAbout {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .banner-slider-section {
        height: 230px;
    }

    .banner-social {
        padding: 10px 20px;

    }

    .abouttxt {
        text-align: left;
        padding: 0;
        border-radius: 8px;
        margin: 30px 10px;
        border-left: none;
    }

    .footer-social a {
        color: #fff;
        display: inline-block;
        font-size: 16px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 2px;
        text-align: center;
        border-radius: 100%;
    }

    #banner-slider .owl-controls {
        right: -20px;
    }


    .productBlock {
        padding: 45px 30px;
        border-radius: 40px;
    }



    .productImg img {
        width: 80%;
        margin: 0 auto;
    }

    .productBlock .productBlockInfo {
        padding: 15px 2px 15px 15px;
    }

    .newProductSection .owl-theme .owl-buttons>div.owl-prev {
        left: 0px;
    }

    .newProductSection .owl-theme .owl-buttons>div.owl-next {
        right: 0px;
    }

    .newProductSection {
        display: block;
        position: relative;
        padding: 50px 0px;
    }

    .productBlock .productBlockInfo p {
        font-size: 20px !important;
    }

    .brand-box img {
        width: 100%;
    }

    .footer {
        padding: 50px 0;
    }

    .footerAbout img {
        margin-bottom: 30px;
    }

    .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;
    }

    .servicesliderDescBlock .servicesliderDescBlockInner .heading::after {
        display: none;
    }

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



    .breadcrumb {

        bottom: 60px !important;
        background: #ffffff;
        color: #000;
        margin-bottom: 0px;
        border-radius: 0px 68px 0px 0px;
        /* border-bottom: solid 1px #ccc; */
        padding: 20px 0px !important;
        width: 80% !important;
        font-family: 'Josefin Sans';
    }


    .breadcrumb span {

        font-size: 18px !important;
    }


    .innerBannerSection {

        position: relative;
        height: 215px !important;

    }

    .productBlock .row {
        display: grid !important;

    }

}

@media (max-width: 650px) {

    .servicesliderDescBlock .servicesliderDescBlockInner {
        padding: 30px 15px;
    }
}

@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;
	background-position: center !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;
}
.innerBannerSection .head{
    position: absolute;
    top: 227px;
    display: none;
}
.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: white;
    /* margin-top: 44px; */
    font-size: 18px;
}
.breadcrumb span a {
    font-weight: normal;
    color: 	white;
}

.breadcrumb {
    position: relative;
    left: 25px;
    right: 0;
    bottom: 60px;
    background: #00205b;
    color: #ffffff;
    margin-bottom: 0px;
    border-radius: 92PX;
    /* border-bottom: solid 1px #ccc; */
    padding: 40px 0px;
    width: 30%;
    font-family: 'Josefin Sans';
    text-align: center;
    BORDER: 5PX SOLID WHITE;
}
/* .breadcrumb {
    position: relative;
    left: 0px;
    right: 0;
    bottom: 90px;
    background: #ffffff;
    color: #000;
    margin-bottom: 0px;
    border-radius: 0px 68px 0px 0px;
    
    padding: 40px 0px;
    width: 30%;
    font-family: 'Josefin Sans';
    text-align: center;

} */
.breadcrumb_last{
    font-weight: 600 !important;
}

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

/* Preloader container */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff; /* Background color */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Centered content */
.preloader-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Logo styling */
.logo {
    width: 300px; /* Adjust logo size */
    margin-bottom: 20px;
    animation: fadeInOut 2s infinite;
    border-radius: 10px;
}

.logo {
    width: 300px;
    margin-bottom: 20px;
    animation: pulse 0.8s infinite;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 1;
    }
    50% {
        transform: scale(1.1);
        opacity: 0.7;
    }
}


.productBlock .row {
    display: flex ;
    align-items: center !important;
    justify-content: center !important;
}


body.category-5 .product-content a:nth-child(2) {
    display: none;
}

body.category-6 .product-content a:nth-child(2) {
    display: none;
}


body.category-9 .product-content a:nth-child(2) {
    display: none;
}

body.category-11 .product-content a:nth-child(2) {
    display: none;
}

body.category-12 .product-content a:nth-child(2) {
    display: none;
}

body.category-5 .fancybox__container .gallery {
    display: none;
}
/* Target page with ID = 10 */
.category-4 a[data-fancybox] {
    pointer-events: none;  /* Disable clicking */
    cursor: default;
}

.category-7 a[data-fancybox] {
    pointer-events: none;  /* Disable clicking */
    cursor: default;
}
.category-8 a[data-fancybox] {
    pointer-events: none;  /* Disable clicking */
    cursor: default;
}



/* Only on Category ID 5 */
body.category-5 .fancybox__container {
    background: rgba(0,0,0,.92);
}
body.category-5 .fancybox__caption {
    font-size: 16px;
    text-align: center;
}


body.category-5 .fancybox__container {
    background: rgba(0, 0, 0, 0.9);
}

.product-img {
    position: relative;
    overflow: hidden;
}

.product-img img {
    display: block;
    width: 100%;
    height: auto;
}

.search-overlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 28px;
    color: #fff;
    background: rgb(0 32 91 / 89%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s ease;
}

.fancybox-link:hover .search-overlay {
    opacity: 1;
}




/* --------------offerign section-------------- */


.offering-section {
  position: relative;
  clear: both;
  padding: 50px 0px;
  width: 100%;
  background: url(../images/explore-background.jpg);

}

.offering-section p {
  line-height: 1.6;
}

.offering-section .offering-box {
  background-color: #fff;

  border-radius: 8px;
  text-align: center;
  transition: transform 0.3sease, box-shadow 0.3sease !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 15px 30px;

}



.offering-section .offering-title {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0px;
  position: relative;
  bottom: 0;
  padding: 10px 15px;
  border-radius: 0px;
  background: linear-gradient(to right, #00205b, #00205b);
  transition: all 0.3s ease;
  text-transform: capitalize;
  width: 100%;
}

.offering-section .offering-title:hover {
  background: #000000;
  color: white;

}

.offering-section .title-area {
  padding: 10px;
}


.offering-section .offering-title a {
  color: white;
  transition: all 300ms ease-in-out;
}

.offering-section  .title {
	text-transform:uppercase;
}




.offering-section .owl-buttons {
  width: 100%;
  position: absolute;
  bottom: 60%;
}

.offering-section .owl-theme .owl-controls .owl-buttons .owl-prev {
    position: absolute;
    left: 0%;
    background: #00205b;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50px;
}

.offering-section .owl-theme .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0%;
    background: #00205b;
    color: #FFF;
    opacity: 1;
    padding: 0;
    font-size: 19px;
    width: 35px;
    height: 35px;
    line-height: 36px;
    border-radius: 50px;
}

.category-badge {
  position: absolute;
  top: 25px;
  right: 30px;
  background: #00205b;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 600;
  transition: all 300ms ease-in-out;
}

.offering-section .title-area {
  padding: 10px;
}

.title {
  font-size: 40px;
  position: relative;
  font-weight: 700;
}

.offering-section p {
  line-height: 1.6;
}







.offering-box .con h5 a {
  position: relative;
  color: #fff;
  font-size: 24px;
  line-height: 28px !important;
  font-weight: 600;
  margin-top: 0px;
  margin-bottom: 20px;
  text-transform: capitalize;
  text-align: left;
}

.offering-box .permalink a {
  color: #fff;
}


/* Wrapper for each product box */
.offering-section .offering-box {
  position: relative;
  overflow: hidden;
  margin: 10px;
  border-radius: 5px;
}

/* Image transition */
.offering-section .offering-box img {
  width: 100%;
  height: auto;
  transition: all 0.5s ease;
}

/* Zoom + darken on hover */
.offering-section .offering-box:hover img {
  transform: scale(1.09);
  filter: brightness(70%);
  transition: all 1s ease;
}



/* Content overlay (hidden initially) */
.offering-section .offering-box .con {
  position: absolute;
  bottom: -49px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 3, 51, 0.8) 20%);
  transition: all 0.3s ease;
  z-index: 2;
  color: #fff;
  text-align: left;
}

/* Slide up on hover */
.offering-section .offering-box:hover .con {
  bottom: 0;
}

/* Title inside .con */
.offering-section .offering-box .con h5,
.offering-section .offering-box .con h5 a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 10px 0;
}

/* Divider line */
.offering-section .offering-box .con .line {
  height: 2px;
  background: #fff;
  width: 40px;
  margin-bottom: 10px;
}

/* Know more link */
.offering-section .offering-box .con .permalink a {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.offering-section .offering-box .con .permalink a:hover {
  color: #2095AE;
}

.breadcrumb span > a[href="https://www.dhananjaygroup.com/subproducts/"] {
    display: none !important;
}