/*!
Theme Name: spi
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: spi
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.

spi 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
}

ol,
ul {
    list-style: none
}

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: "Lexend", sans-serif;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: #454545;
    overflow-x: hidden !important;
}

/*
        Typography
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800');

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

h1 {
    font-size: 40px;
    font-weight: 800;
}

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

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

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

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

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

p {
    font-family: "Lexend", sans-serif;
    font-size: 14px;
    font-weight: 400;

}

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




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

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

.flx {
    display: flex;
    align-items: center;
}

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

.heading small {
    font-size: 18px;
    color: #0089d2;
}

.heading small a {
    color: inherit;
}

.heading:after,
.heading-center:after {
    content: "";
    display: block;
    width: 100px;
    height: 3px;
    background: #0089d2;
    position: absolute;
    bottom: 0;
}

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

.heading:after {
    left: 0%;
}

.heading span,
.heading-center span {
    color: #0089d2;
}

.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: #4d4d4d !important;
    border-color: transparent !important;
    color: #fff;
}

.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}

.navbar {
    min-height: 0px;
    margin-bottom: 0px;
}

.navbar-nav {
    margin: 0;
    float: none;
    text-align: center;
}

/*.navbar-nav>li {*/
/*    float: none;*/
/*    display: inline-block;*/
/*    text-transform: uppercase;*/
/*    width: 14%;*/
/*}*/
.collapse2 .dropdown .dropdown-menu {
    bottom: 40px;
    border-radius: 0;
    box-shadow: none;
    top: unset;
}

.collapse2 .navbar-nav {
    margin: 0;
    float: left;
    width: 100%;
}

/*.collapse2 .navbar-nav>li {*/
/*    width: 19%;*/
/*}*/

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

.btn-default {
    border: solid 1px #ddd !important;

    background-color: orangered;
    color: white;
}

.btn-primary {
    background: #0089d2 !important;
    color: #fff;
    border-color: transparent;
}

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

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

.containerWrapper {
    position: relative;

    width: 100%;
    padding: 0px 30px;

}



/**********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: #ff0000;
    z-index: 200;
}

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


.marquee {
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    background-color: #780100;
    color: white;
    padding: 10px 0;
    font-weight: 500;
}

.marquee span {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
}

@keyframes marquee {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.top-bar {
    background-color: #0089d2;
    /* Deeper blue */
    color: white;
    padding: 8px 0;
    font-size: 13px;
}

.top-bar a {
    color: #ffffff;
    transition: color 0.3s;
}

.top-bar a:hover {
    color: #f1c40f;
    /* Gold */
    text-decoration: none;
}

.header-main {
    padding: 0px;
    text-align: center;

}

.header-main h1 {
    color: #720101;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 700;
}

.header-main p {
    color: #004f79;
    font-size: 20px;
    font-weight: 600;
}

.chhsambhajinagar {
    text-transform: uppercase;
    /*    position: absolute;*/
    /*    bottom: 10px;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*    width: 315px;*/
    /*    margin: 0 auto;*/
    /*    padding: 3px 0 3px 0;*/
    /*    background: #fff;*/
    /*    border-radius: 5px;*/

}
/* Existing styles */
.navbar-inverse {
    background: #0089d2 !important;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar-inverse .navbar-nav>li>a {
    color: white;
    padding: 10px 0px !important;
    font-weight: 500;
    transition: all 0.3s;
    text-transform: uppercase;
    transition: all 400ms;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.open>a {
    background-color: #006faa !important;
    transition: all 0.3s ease;
}

.dropdown-menu>li {
    display: block;
    border-bottom: solid 1px #ddd;
    font-size: 14px;
    transition: all 300ms ease-in-out;
    position: relative;
    line-height: normal;
    height: auto;
    white-space: normal;
}

.dropdown-menu>li:last-child {
    border: none;
}

.navbar-inverse .dropdown-menu {
    background-color: #006faa;
}

.navbar-inverse .dropdown-menu>li>a {
    color: #ecf0f1;
    /*transform: translateY(-10px);*/
    transition: all 0.3s ease;
}

.navbar-inverse .dropdown-menu>li>a:hover {
    background-color: #34495e;
    color: white;
    /*transform: translateY(0);*/

}

/* NEW: Hover functionality for dropdowns - Desktop only */
@media (min-width: 768px) {
    /* Show dropdown on hover */
    .navbar-nav > li.dropdown:hover > .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    /* Smooth transition for dropdown appearance */
    .dropdown-menu {
        transition: all 0.3s ease;
        display: none;
    }

    /* Keep dropdown open when hovering over it */
    .navbar-nav > li.dropdown:hover > .dropdown-menu,
    .navbar-nav > li.dropdown > .dropdown-menu:hover {
        display: block;
    }

    /* Remove the caret rotation on click (optional) */
    .navbar-nav > li.dropdown > a .caret {
        transition: transform 0.3s ease;
    }

    .navbar-nav > li.dropdown:hover > a .caret {
        transform: rotate(180deg);
    }
}

/* Mobile: Keep click functionality */
@media (max-width: 767px) {
    .navbar-nav .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: #006faa;
        border: 0;
        box-shadow: none;
    }
}
.admissions-btn {
    background-color: #ffcc00 !important;
    color: #2c3e50 !important;
    font-weight: bold !important;
}

.section-padding {
    padding: 15px 0 0 0;
    display: block;
    clear: both;
    overflow: hidden;
    width: 100%;
    position: relative;
}

.section-padding .col-md-3 {
    padding: 0px;
}

.section-heading {
    margin-bottom: 40px;
    padding-bottom: 15px;
    border-bottom: 4px solid #3498db;
    font-weight: 700;
    color: #2c3e50;
}


/*bannerImgBlock*/

.bannerImgBlock,
.bannerImgBlock2 {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
}

.bannerImgBlock {
    height: 485px;
}

.bannerImgBlock img{
    width: 100%;

}

.bannerImgBlock2 {
    height: 221px;
}

.bannerImgBlock>span,
.bannerImgBlock2>span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 10px;
    background: rgba(237, 28, 36, 0.8);
    color: #fff;
}

.bannerImgBlock>div,
.bannerImgBlock2>div {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover !important;
}

.bannerImgBlock h3,
.bannerImgBlock2 h3 {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    color: #fff;
    background: -linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.0));
    margin: 0;
}

.bannerImgBlock h3 {
    padding: 200px 30px 30px 30px;
}

.bannerImgBlock2 h3 {
    font-size: 18px;
    padding: 100px 15px 15px 15px;
}

#bannerSlider {
}

.owl-wrapper-outer {
    max-height: 485px;
}

#bannerSlider .owl-controls {
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

#bannerSlider .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    margin: 0 2px;
    background: #fff;
}

.bannerImgBlock2:nth-of-type(1) {
    margin-bottom: 8px;
}

.bannerImgBlock:hover,
.bannerImgBlock2:hover {
    opacity: 0.95;
}




.info-card {
    display: block;
}
.info-card  .dropdown-menu{
    padding: 5px 15px;
    position: relative;
}

.info-card  .dropdown-menu>li>a{
    display: inline-block;

    padding: 8px 10px !important;

}


.info-card h2 {
    margin-top: 0;
    font-size: 22px;
    font-weight: 600;
    text-align: left;
    color: #ffffff;
    padding-bottom: 10px;
    padding-top: 0px;
    padding: 8px 15px;
    background: linear-gradient(45deg, #ff6a00, #ff7b00, #ff7b00) !important;
}

.info-card .list-group-item {
    border: none;
    padding: 10px 0;
    font-size: 15px;
    color: #34495e;
    background: none;
}

.info-card .list-group-item a:hover {
    color: #c0392b;
    text-decoration: underline;
}

.info-card .list-group-item a {
    color: white;
    text-decoration: none;
}

.info-card .list-group-item .fa {
    color: #ffcc00;
    margin-right: 10px;
    font-size: 18px;
}

.info-card .dropdown-menu {
    width: 100%;
}

.resultsdropdown {
    width: 100%;
    background: linear-gradient(to right, #05669a, #43a4cd);
    background: linear-gradient(to right, #05669a, #43a4cd);
    padding: 12px;
    box-shadow: 0 4px 15px rgb(0 0 0 / 31%);
    font-size: 16px;
    font-size: 16px;
    font-weight: 600;
    height: 235px;
}

.info-card ul li .fa {
    color: #ffcc00;
    margin-right: 10px;
    font-size: 18px;
}

.video-thumbnail {
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.video-thumbnail img {
    border-radius: 5px;
}

.video-thumbnail .caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
    color: white;
    padding: 30px 15px 15px 15px;
}

.flash-news-item {
    border-left: 4px solid #f1c40f;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    transition: all 0.3s ease;
}

.flash-news-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.gallery-thumbnail {
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.gallery-thumbnail img {
    transition: transform 0.4s ease;
}

.gallery-thumbnail:hover img {
    transform: scale(1.1);
}

.mahlogo img {
    width: 75%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.logoimg img {
    width: 75%;
    margin-top: 8px;
    margin-bottom: 8px;
}

.flx-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.navtextcont {
    display: block;
    width: 100%;
    position: relative;
    /* z-index: 200; */
    /*height: 250px;*/
    padding: 0;
    transition: all 400ms;
    /*background: url("assets/images/navbarimg.png") no-repeat center;*/
    background-size: 100%;
    margin: 35px auto;
    text-align: center;

}

.navtextcont img {
    width: 88%;

}



.dropdown-menu>li>a {
    padding: 8px 20px !important;
}

.video-background {
    box-shadow: 0 4px 15px #0000003b;

}

/* Blinking animation */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.blinking {
    animation: blink 1.2s infinite;
    color: #d9534f;
    /* Bootstrap danger red */
    font-weight: bold;
}


/* Container for the entire section */
.newssection {
    background-color: #f8f9fa;
    position: relative;
    clear: both;
    width: 100%;
}

.newssection .col-md-2 {
    padding-left: 10px;
    padding-right: 10px;
}


/* Styles for all news boxes */

.flashbox {
    background: linear-gradient(91deg, #ff3d00, #ff830f, #ff7c00) !important;
    box-shadow: -4px 4px 13px 3px #2d53db1a;
    padding: 15px;
    margin-top: 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    height: 300px;
    box-shadow: -4px 4px 13px 3px #2d53db1a;
    height: 235px;
    margin-bottom: 11px;
}

.flashbox li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 8px 0;
    transition: color 0.3s ease;
    animation: flash 1.5s infinite;
	font-size:18px;
}

/* Option 1: Blue to White flash */
@keyframes flash {
    0%, 100% {
        color: #0089d2; /* bright blue */
    }
    50% {
        color: #FFFFFF; /* white */
    }
}
.flashbox li a:hover {
    text-decoration: underline;
}

.flashbox h2 {
    color: white;
    border-bottom: 2px solid #ffffff;
    padding-top: 0px;
    font-size: 20px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    position: relative;
    z-index: 9;
    padding-top: 0px;
}


.flashbox li a i {
    color: white;
}



/* ============ footer-section ============== */

.footer-section {
    background: black;
    /* background: linear-gradient(to right, #00476d, #43a4cd); */
    /* background-attachment: fixed; */
    background-size: cover;
    position: relative;
    width: 100%;
    clear: both;
    overflow: hidden;
    padding: 13px 0px 0px;
}


.footer-img {
    display: flex;
}

.footer-top {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
}
.socialLinks {
    display: block;
    clear: both;
    padding-top: 10px;
    position: relative;
    top: -9px;
    text-align: right;
}

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

.socialLinks li {
    display: inline-block;
}

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

.socialLinks ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    line-height: 47px;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    margin: 0 5px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

/* BRAND COLORS */
.socialLinks a .fa-facebook {
    background: #1877F2; /* Facebook Blue */
    border-radius:50%;
}

.socialLinks a .fa-instagram {
    background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4); /* Instagram gradient */
}

.socialLinks a .fa-linkedin {
    background: #0A66C2; /* LinkedIn Blue */
}

.socialLinks a .fa-twitter {
    background: #1DA1F2; /* Twitter Blue */
}

.socialLinks a .fa-whatsapp {
    background: #25D366; /* WhatsApp Green */
}

/* OPTIONAL – hover slightly darken effect */
.socialLinks a:hover i {
    filter: brightness(0.9);
}

.socialLinks ul li a .fa:hover {
    border-radius: 50%;
    background:#720101;
    color: white;
}

.footer h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer p {
    text-align: left;
    float: left;
    margin: 0 0 2.6%;
    padding: 0 0px;
    color: #ffffff;
    line-height: 1.5;
    font-size: 16px;
    font-weight: 400;
}

.footer1 {
    width: 100%;
}



.footer1 h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer1 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer1 ul a:hover {
    color: #d5b272;
    font-weight: 600;
}

.footer1 p {
    text-align: justify;
    border-bottom-left-radius: 0px 43px;
    padding: 0px 0px;
    font-weight: 300;
    color: #fff;
    font-size: 16px;
}

.footer2 {
    position: relative;
    left: 0px;
    color: #fff;
}

.footer2 h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer2 ul a {
    line-height: 35px;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
}

.footer2 ul a:hover {
    color: #ff631b;
    font-weight: 600;
}

.footer3 {
    color: #fff;
    display: flex;
    gap: 15px;
    margin-left: -1px;
    margin-top: -5px;
}
.footer3 a {
    color: white;
    margin-top: 5px;
}
.footer3 h2 {
    margin: 45px 0 30px;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    color: #fff;
}

.footer3 p {
    font-weight: 400;
    line-height: 25px;
    color: #fff;
    line-height: 2;
    font-size: 14px;
    font-weight: 400;
    margin-top: 2px;
}

.footer3 p a {
    font-weight: 400;
    line-height: 25px;
    font-size: 13px;
    color: #fff;
}


.footerstrip {
    position: relative;
}

.strip-txt-1 h3 {
    float: left;
    text-align: left;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
    line-height: 1.5 !important;
}

.strip-txt-1 {
    text-align: left;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: start;
    justify-items: start;
    text-align: right;
}

.strip-txt-2 {
    text-align: right;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    justify-items: end;
    text-align: right;
}

.strip-txt-2 h4 {
    float: left;
    text-align: right;
    color: #ffffff;
    font-family: "Josefin Sans", sans-serif;
    font-size: 15px;
}

.strip-txt-2 h4 a {
    color: white;
}

.socialLinks .fa-brands:hover {
    background: #ff5002;
    color: #ffffff;
}


/* ============ media query ============== */
@media (max-width: 1440px) {
    .navtextcont {
        background-size: cover;
    }

    .flashbox {
        height: 165px;
        overflow: hidden;
    }

    .resultsdropdown {
        height: 175px;
        font-size:20px;
    }

    .bannerImgBlock {
        height: 370px;
    }
}

@media (max-width: 1050px) {
    .navigationBar {
        height: auto;
        padding-bottom: 10px;
    }

    .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: 50px;
        line-height: 50px;
        display: block;
    }

    .SecondNavbar .navbar-header {
        display: none;
    }

    .SecondNavbar .navbar-inverse .navbar-collapse {
        border-color: transparent;
    }

    .navbar-nav .open .dropdown-menu {
        text-align: center;
    }

    /* .collapse .navbar-nav {
    margin: 0;
    float: none;
    text-align: left;
} */

    .collapse2 .navbar-nav {
        margin: 0;
        float: none;
    }

    .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: 850px) {
    .navbar-collapse>ul>li>a {
        padding: 0 6px;
        font-size: 14px;
    }

    .tophead-menu-social {
        margin-bottom: 5px;
        margin-right: 0;
    }

    .tophead-menu-social,
    .tophead .tophead-menu-right {
        float: none !important;
        clear: both;
    }


}

@media (max-width: 767px) {
    .navigationBar {
        position: relative;
    }

    .tophead {
        text-align: center;
        display: none !important;
    }

    .tophead-menu-social {
        clear: none;
        text-align: center;
    }

    .tophead .tophead-menu-right {
        clear: none;
        float: right !important;
    }

    .tophead .col-md-4.col-sm-4>.pull-right {
        float: none !important;
        width: 100%;
        clear: both;
        text-align: center;
        padding-top: 15px;
    }

    .tophead-menu-social {
        margin-bottom: 0;
    }

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

    .navbar-inverse {
        background: white !important;
    }


    .navbar-inverse .navbar-toggle .icon-bar {
        background-color: #838383;
    }


    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus {
        background-color: #d3d3d3;
        border-radius: 2px;
    }

    .navbar-inverse .navbar-nav>li>a {
        color: #000;
    }

    .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-nav>li.register {
        margin-left: 0px;
        margin-top: 10px;
    }

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

    .container {
        padding: 0 20px;
    }

    .bannerSection .bannerSectionContainer {
        top: 0;
    }

    .bannerSection {
        height: 400px;
    }

    .tab-section img {

        margin-bottom: 40px;
    }

    .tab-buttons .nav-tabs>li.active>a {
        border-radius: 50px !important;
    }

    .footer-section {
        background: black;
        /* background: linear-gradient(to right, #00476d, #43a4cd); */
        /* background-attachment: fixed; */
        background-size: cover;
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 13px 6px 13px 6px !important;
    }
}

@media (max-width: 768px) {

    .navbar-nav>li,
    .collapse2 .navbar-nav>li {
        width: 100%;
    }

    .section-padding .col-md-3 {
        padding: 0px 15px;
    }

    #bannerSlider {
        margin-top: 20px;
    }

    .bannerImgBlock {
        height: auto;
    }

    .flashbox {
        margin-top: 0px;
    }

    .section-padding {
        padding: 0px 0;
    }

    .step-box:after {
        bottom: -20px;
        transform: rotate(90deg);
        right: 0;
        left: 0;
    }

    .offering-section .title {
        color: white;
        font-size: 30px;
    }

    .flashbox h2 {
        font-size: 18px !important;
    }

    .ourAttractions-container .serviecBlockArrow {
        right: 153px;
        bottom: -16px;
    }

    .ourAttractions-container .serviecBlockArrow-2 {
        left: 153px;
        top: -16px;
    }

    .step-box {
        margin: 0 0 50px;
    }

    .navbar-brand img {
        height: 66px;
        position: relative;
        margin-top: -17px;
    }

    .navbar-brand {
        top: 0px;
    }

    .svg-wrapper {
        height: 57px;
    }

    .banner-txt {
        top: 15%;
        padding: 13px 0;
    }

    .banner-txt h1 {
        font-size: 14px;
        letter-spacing: 3px;
        margin: 0 0 5px 0;
    }

    .banner-txt p {
        font-size: 12px;
        line-height: normal;
        padding: 0 15px 13px;
    }

    .banner-txt a {
        font-size: 8px;
        letter-spacing: 2px;
        padding: 5px 15px;
        top: 0;
    }


    .about-boxx {
        padding: 10px 0 70px;
        height: auto;
        display: grid;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 0px;
    }



    /* ------------feature------------ */
    .featuresection {
        width: 100%;
        background: url(assets/images/tour-background.jpg);
        color: #000;
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        width: 100%;
    }

    .feature-head h2 {
        color: #000;
        font-size: 32px;
        font-weight: 900;
        margin-bottom: 0;
        padding: 0;
    }

    .feature-head span {
        color: #000;
        font-size: 28px;
        font-weight: 300;
    }

    .feature {
        text-align: center;
        background-color: #fff;
        padding: 36px 0px;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-bottom: 40px;
    }


    /* ------------about------------ */
    .aboutsection {
        position: relative;
        width: 100%;
        clear: both;
        background-color: #ffffff;
        padding: 40px 0px 80px;

        overflow: hidden !important;
    }

    .feature-card {
        height: 300px !important;
    }

    .aboutafter {
        width: 250px;
        height: 250px;
        background-color: #f7b10a;
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: -1;
        border-radius: 10px;
    }

    .aboutbefore {
        width: 250px;
        height: 250px;
        background-color: #133152db;
        position: absolute;
        right: 5px;
        bottom: 4px;
        z-index: -1;
        border-radius: 10px;
    }

    .aboutimg {
        position: relative;
        left: 0;
        top: 30px;
        width: 100%;
    }

    .abouttxt li {
        margin: 0 12px 10px 0;
        padding: 5px 8px;
        font-size: 18px;
    }

    .abouttxt h1 {
        color: #000;
        font-family: "Josefin Sans", sans-serif;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2em !important;
    }

    .abouttxt {
        padding: 0px;
        text-align: left;
        padding: 0px;
        text-align: center;
    }

    .abouttxt p {
        color: #494848;
        font-family: "Josefin Sans", sans-serif;
        font-size: 17px;
        font-weight: 300;
        line-height: 1.6em;
        position: relative;
        left: 0;
        text-align: justify;
    }

    /* ------------videosection------------ */


    .videotxt {
        padding: 40px 45px;
        color: #000000;
        background-color: #fff;
        width: 100%;
        flex-direction: row;
        display: grid;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        position: relative;
        left: 0;
    }



    .videosection {
        position: relative;
        /* background-attachment: fixed; */
        background-size: cover;
        padding: 50px 25px;
        position: relative;
        background: url(assets/images/video-background.jpg);
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .video-content h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        text-align: left;
        padding: 0;
    }

    .videolink {
        padding: 10px 0px;
        display: flex;
        align-items: center;
        margin-top: 16px;
    }


    /* ------------extra-feature------------ */


    .extra-feature-head h3 {
        color: #34414b;
        font-size: 26px;
        font-weight: 300;
        font-family: "Josefin Sans", sans-serif;
        margin-bottom: 0;
    }

    .extra-feature-head h2 {
        color: #34414b;
        font-size: 30px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        font-family: "Josefin Sans", sans-serif;
    }

    .extra-feature-head a {
        font-size: 15px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #d5b272;
        border-radius: 0 0 0 0;
        position: relative;
        top: 0px;
        font-family: "Josefin Sans", sans-serif;
    }

    .extra-feature {
        position: relative;
        padding: 50px 0px 35px;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra-block {
        padding: 10px 30px;
    }

    .extra-feature-head .col-md-12 {
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .extra {
        background-color: #fff;
        box-shadow: 0px 0px 6px 0px darkgrey;
        text-align: left;
        padding: 27px 47px;
        margin-bottom: 30px;
    }


    .extra-block .col-md-3 {
        padding: 0px;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }



    /* ------------gallerysection------------ */


    .gallery-box1 h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 45px;
        font-weight: 700;
        padding: 0;
    }

    .gallerysection-1 {
        background: url(assets/images/gallery-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 17px;
        position: relative;
    }

    .gallery-box1 p {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 16px;
        font-weight: 300;
        padding-bottom: 20px;
        width: 100%;
    }

    /* ------------exploresection------------ */

    .explore-image {
        border-style: solid;
        border-width: 15px;
        border-color: #fff;
        box-shadow: 0 20px 30px 0 rgba(0, 0, 0, .08);
        position: relative;
        top: 0;
    }

    .exploresection {
        background: url(assets/images/explore-background.jpg);
        background-attachment: fixed;
        background-size: cover;
        position: relative;
        padding: 50px 14px;
        position: relative;
    }



    .explore-txt {
        padding: 25px 0px;
    }

    .explore-txt h3 {
        color: #d5b272;
        font-family: "Josefin Sans", sans-serif;
        font-size: 29px;
        font-weight: 500;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt h2 {
        color: #d5b272;
        font-family: "Josefin Sans", sans-serif;
        font-size: 46px;
        font-weight: 700;
        padding: 0;
        margin-bottom: 0;
        background: linear-gradient(to right, #fa5f01 0%, #faaf01 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .explore-txt p {
        color: #494848;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
        font-weight: 300;
        line-height: 1.6em;
        padding-top: 10px;
    }

    .explore-txt a {
        font-family: "Josefin Sans", sans-serif;
        font-size: 23px;
        font-weight: 500;
        fill: #fff;
        color: #fff;
        background-color: #d5b272;
        border-radius: 0 0 0 0;
        position: relative;
        top: 20px;
        left: 0;
    }



    /* ------------destination------------ */

    .destination {
        position: relative;
        padding: 50px 17px 0px;
        position: relative;
        background-color: #f9f9f9;
        display: flex;
        align-items: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .destination-image {
        margin-bottom: 20px;
    }

    .destination-head h2 {
        color: #000;
        font-family: "Josefin Sans", sans-serif;
        font-size: 36px;
        font-weight: 300;
        line-height: 1.3em;
        padding: 0;
    }






    .brand-section .owl-theme .owl-buttons>div.owl-prev {
        position: absolute;
        left: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div.owl-next {
        position: absolute;
        right: 10px;
    }

    .brand-section .owl-theme .owl-buttons>div {
        bottom: 11vh;
        z-index: 2;
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 20px !important;
    }


    .brand-box {
        margin: 20px 49px;
    }





    /* ------------blogsection------------ */
    .blogsection {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 17px;
        background-color: #f8f8f8;
    }

    .blog-txt {
        position: relative;
        width: 100%;
        flex-wrap: wrap;
        align-content: flex-start;
        padding: 0;
        margin-bottom: 50px;
    }

    .blog-post {
        padding: 25px 00px;
    }


    /* ------------tesstimonial------------ */
    .tesstimonial {
        position: relative;
        width: 100%;
        clear: both;
        overflow: hidden;
        padding: 50px 0 90px;
    }

    .testimonial-head h2 {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 32px;
        font-weight: 700;
        padding: 0;
        margin: 0;
    }

    .testimonial-head h3 {
        font-size: 28px;
        font-weight: 300;
        padding: 0;
        margin: 0;
    }

    .test-txt p {
        color: #fff;
        font-family: "Josefin Sans", sans-serif;
        font-weight: 400;
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 12px;
    }

    .test-txt h3 {
        font-weight: 300;
        margin: 0;
        font-size: 18px;
    }

    .test-img {
        border-radius: 50px;
        top: 0;
        padding: 0px 27px;
    }

    .test-txt img {
        margin-bottom: 8px;
    }

    .tesstimonial-box {
        padding: 20px 30px 40px;
        display: flex;
    }




    .banner-slider-section .owl-theme .owl-pagination {
        bottom: 5% !important;
    }

    .service-head h2 {
        font-size: 32px;
    }


    #banner-slider .banner-info .containerWrapper {
        padding: 0 25px !important;
    }

    .step-section-head h2 {
        font-size: 32px;
    }

    .blog-txt h2 {
        font-size: 32px;
    }

    .blog-txt h3 {
        font-size: 28px;
    }

    .step-img {
        margin: 0px 90px;
    }

    .tesstimonial .svg-wrapper {
        height: 80px;
    }

    .brand-head h2 {
        font-size: 32px;
    }

    /* ------------footer-section------------ */


    .socialLinks ul li a {
        display: inline-block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        font-size: 15px;
        text-align: center;
        margin: 0 5px;
        margin-top: 18px;
    }

    .socialLinks ul {
        display: flex;
        margin: 0;
        padding: 0;
        width: 100%;
    }

    .socialLinks {
        display: block;
        clear: both;
        padding-top: 0;
        position: relative;
        top: 0;
        text-align: right;
        margin-top: 18px;
    }

    .footer h2 {
        margin: 0;
        font-size: 22px !important;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer p {
        text-align: left;
        float: left;
        margin: 0;
        padding: 0 0px;
        color: #ffffff;
        line-height: 1.5;
        font-size: 16px;
        font-weight: 400;
        padding-bottom: 22px;
    }

    .footer1 h2 {
        margin: 0;
        font-size: 22px !important;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer2 h2 {
        margin: 0;
        font-size: 22px !important;
        font-weight: 600;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .footer3 h2 {
        margin: 0;
        font-size: 22px !important;
        font-weight: 700;
        position: relative;
        color: #fff;
        padding: 21px 0px 10px;
    }

    .strip-txt-1 {
        text-align: center;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
        margin-bottom: 10px;
    }

    .footer-top {
        display: inline-block;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-1 h3 {
        text-align: center;
        color: #ffffff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
        margin: 0;
    }

    .strip-txt-2 {
        text-align: right;
        display: flex;
        align-items: center;
        align-content: center;
        justify-content: center;
        justify-items: center;
        text-align: center;
    }

    .strip-txt-2 h4 {
        text-align: center;
        color: #ffffff;
        font-family: "Josefin Sans", sans-serif;
        font-size: 15px;
    }


    .product-slider-section .offering-box::before {
        content: '';
        position: absolute;
        top: 10px;
        right: 0;
        bottom: 0;
        left: 15px;
        background: rgba(0, 0, 0, 0.87);
        opacity: 0.4;
        height: 211px !important;
        width: 316px !important;
    }

    .down-arrow-box a {
        top: 40px !important;
    }

    .banner-slider-section {
        height: auto !important;
    }

    #banner-slider .banner-info {
        bottom: 25% !important;
        text-align: left;
    }

    #banner-slider .banner-info .bannerInfoHeading {
        font-size: 25px !important;
        padding: 0px 5px !important;
    }

    .navbar-collapse>ul>li>ul {
        background: none ! important;
    }



    .offering-section .owl-theme .owl-controls .owl-page span {
        display: none !important;
    }

    .offering-section .offering-title {
        font-size: 18px !important;
        padding: 10px !important;
    }

    .product-slider-section .offering-title {
        font-size: 18px !important;
        padding: 10px !important;
    }

    .containerWrapper {
        position: relative;
        padding: 0 15px !important;
        z-index: 10;
        width: 100%;
    }

    .logoimg img {

        margin-left: 110px;
    }

    .header-main h1 {
        font-size: 25px !important;
    }

    .info-card {
        height: auto !important;
        margin: 20px 0px !important;
    }

    .newsbox {
        height: auto !important;

    }

    .header-main {
        display: none;
    }

    .innerBannerSection{
        height: 225px !important;
    }

    .innerBannerSection .head {

        top: 100px !important;
    }

    .footer3 p{
        margin-top: 18px !important;
    }

}

@media (min-width: 768px) {
    .nav.navbar-nav {
        display: flex;
    }

    .navbar-nav>li {
        flex: 1;
    }



}

@media (min-width: 1912px) {
    .header-main h1 {
        font-size: 38px;
    }

    .header-main p {

        font-size: 26px;

        line-height: 35px;
    }

}


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

.innerBannerSection{
    width: 100%;
    position: relative;
    height: 250px;
    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;
}
.innerBannerSection .head{
    position: absolute;
    top: 100px;
}
.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:#780100;
    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 ;
}
/*innerPageSection */

.footer3 .socialLinks ul li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    font-size: 16px;
    text-align: center;
    margin: 0px 5px;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}


body.page-id-142 tr.bgcolor td {
    border: none !important;
    background-color: red !important; /* light blue shade */
    color: white !important;
    font-weight: 600;

    font-size: 18px;
    color: #002366;
}



.gt_selected a {
    padding: 7px 5px !important;

}


/* ----------flag imag hide---------- */

.gtranslate_wrapper img {
    display: none !important;
}

.dropdown-menu li a{
    white-space: normal;
    word-break: break-word;   /* break long word */
}





        /* Preloader Container */
        #preloader {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: #dddddd82;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 9999;
            transition: opacity 0.5s ease-out;
        }

        #preloader.fade-out {
            opacity: 0;
        }

        /* Logo/Image Container */
        .logo-image {
            
            width: 80%;
            height: auto;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .logo-image {
                max-width: 300px;
                width: 70%;
            }
        }
