/* @import url('https://fonts.googleapis.com/css2?family=Kaushan+Script&display=swap'); */

/*** GENERIC CSS ***/
html,
body {
    overflow-x: hidden;
}

body {
    font-size: 17px;
    font-family: "Calibri", sans-serif;
    color: #777777;
}

a {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
    text-decoration: none;
    color: #777777;
}

a:hover {
    text-decoration: none;
    color: #24a9e2;
}

a:focus {
    text-decoration: none;
}

button {
    outline: 0 !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

button:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    vertical-align: middle;
}

p:last-child {
    margin-bottom: 0;
}

img {
    max-width: 100%;
    height: auto;
}

.img .play {
    /*new icon for ins khukri which in the frontpage of diu*/
    max-width: 100%;
    height: 45px;
    text-align: center;
}

.visible-xs {
    display: none;
}

.btn-default {
    background: #09b666;
    padding: 10px 35px;
    color: #fff;
    border-radius: 0px;
    min-width: 200px;
    text-transform: uppercase;
}

.btn-default:hover {
    color: #fff;
    background: #134db8;
}

.underlined {
    position: relative;
    display: inline-block;
}

.underlined::after {
    content: "";
    width: 100px;
    background: #134db8;
    height: 4px;
    position: absolute;
    top: 100%;
    left: 0%;
}

ul.list li {
    margin: 0px 0px 15px 0px;
}

.header.fixed {
    background: #092a4d;
    position: fixed;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.navbar-light .navbar-brand img {
    position: relative;
    transition: all 0.3s;
    max-height: 135px;
}

.header.fixed .navbar-light .navbar-brand img {
    max-height: 80px;
}

/*** PRELOADER ***/
.preloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #fff;
    top: 0;
    left: 0;
    z-index: 99999;
}

.preloader .lds-ripple {
    position: relative;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.preloader .lds-ripple div {
    position: absolute;
    border: 2px solid #134db8;
    opacity: 1;
    border-radius: 0;
    -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.preloader .lds-ripple div:nth-child(2) {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 28px;
        left: 28px;
        width: 0;
        height: 0;
        opacity: 1;
    }
    100% {
        top: -1px;
        left: -1px;
        width: 58px;
        height: 58px;
        opacity: 0;
    }
}

.img-rounded {
    border-radius: 15px;
}

.hover-animate {
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.hover-animate:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

h3 {
    font-size: 35px;
    line-height: 1.5;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    /* color: #000; */
    font-weight: 800;
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1000; /* Ensure it's on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}
/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    text-align: center;
    z-index: 1001; /* Ensure it's on top */
}
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/*** HEADER ***/
.header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all 0.3s;
}

.navbar {
    padding: 0;
    align-items: start;
    /* background-color: #092A4D; */
    /* position: relative; */
    /* color: white; */
    /* padding: 3px 0px 3px 0px; */
}

.navbar-light .navbar-nav li {
    margin-top: 15px;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: "Calibri", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 15px;
    padding: 7px 5px;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #ef8816 !important;
}

.navbar-nav .nav-item {
    position: relative;
}

.navbar-light .navbar-nav .nav-item.lang.fts {
    margin-left: 20px;
}

.navbar-light .navbar-nav .nav-item.lang.lts {
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-item.mlast .nav-link {
    padding-top: 5px;
    margin-left: 15px;
}

.navbar-light .navbar-nav .nav-item.cbox .nav-link {
    border: 2px solid #fff;
    background: #000;
    padding: 0;
    min-width: 28px;
    text-align: center;
    min-height: 28px;
    margin: 0px 2px;
}

.navbar-light .navbar-nav .nav-item.cbox.pink .nav-link {
    background: #092a4d;
}

.navbar-light .navbar-nav .nav-item.lang .nav-link {
    border: 2px solid #fff;
    padding: 0;
    min-width: 28px;
    text-align: center;
    line-height: 24px;
    margin: 0px 2px;
}

.navbar-light .navbar-nav .nav-item .nav-link:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 1px;
    bottom: -2px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
    background-color: #fff;
}

.navbar-nav li.dropdown:hover ul.sub-menu {
    display: block;
    -webkit-animation: growDown-data-v-4928139d 0.3s ease-in-out forwards;
    animation: growDown-data-v-4928139d 0.3s ease-in-out forwards;
    transform-origin: top center;
    top: 100%;
}

ul.sub-menu {
    left: 0px;
    top: -100%;
    min-width: 280px;
    width: 100%;
    border: none;
    text-align: left;
    left: -150%;
    right: -150%;
    margin: auto;
    margin-top: 0px;
    border-radius: 2px;
    width: calc(100% + 50px);
    padding: 10px 0;
    background-color: rgba(25, 25, 25, 0.9);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

ul.sub-menu li {
    width: 100%;
    padding-bottom: 0px !important;
    position: relative;
}

ul.sub-menu li a {
    line-height: 1;
    transition: all 0.3s;
    text-transform: capitalize;
    width: 100%;
    display: inline-block;
    clear: both;
    white-space: nowrap;
    border: 0;
    margin: 0px;
    width: 100%;
    position: relative;
    font-weight: 400;
    font-size: 15px;
    padding: 10px 10px 10px 30px;
    color: #000 !important;
    border: none;
    text-transform: uppercase;
    padding: 7px 20px;
    text-decoration: none;
    display: block;
    text-align: left;
    cursor: pointer;
    color: hsla(0, 0%, 98%, 0.8) !important;
}

ul.sub-menu li:last-child::after {
    display: none;
}

.navbar-nav .nav-item ul.sub-menu li {
    margin-bottom: 10px;
}

.navbar-nav .nav-item ul.sub-menu li:last-child {
    margin: 0;
}

.navbar-nav .nav-item ul.sub-menu li:hover:after {
    background: #000;
}

.navbar-nav .nav-item ul.sub-menu li:hover a {
    background-color: #fafafa !important;
    color: rgba(0, 0, 0, 0.8) !important;
}

.header .searchform {
    display: flex;
    align-items: center;
    background: none;
    border: 2px solid #fff;
    justify-content: center;
}

.header .searchform input {
    background: none;
    border: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    padding: 0px 0px 0px 10px;
    min-width: 250px;
    height: 24px;
    font-family: "Calibri", sans-serif;
    border: none;
    border-radius: 0;
    outline: none !important;
}

.header .searchform input::-webkit-input-placeholder {
    color: #fff;
}

.header .searchform button:hover {
    opacity: 1;
}

.header .searchform button {
    background: none;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 0px 5px;
    opacity: 0.7;
}

/*** Below css is for search ***/
.search-data {
    background: #d6dad0;
}
.search-li {
    color: black;
}
.search-h4 {
    margin-left: 25px;
    color: #fc7437;
    font-size: 15px !important;
}
.no-record-found-search {
    font-size: 35px;
    margin-bottom: 15px;
    margin-top: 35px;
    text-align: center;
}

/* Below one css of class home is for sidemenu to not display with header links. */
.navbar-light .navbar-nav .nav-item.home {
    display: none;
}

/*** Sitemap ***/
.sitemap {
    text-align: center;
    margin-top: 20px;
}
/* Main Nodes */
.node {
    display: inline-block;
    background-color: #092a4d;
    color: white;
    padding: 10px 20px;
    margin: 10px;
    border-radius: 5px;
    position: relative;
    border: 2px solid transparent; /* Default border */
    transition: background-color 0.3s ease, color 0.3s ease,
        border-color 0.3s ease; /* Added border transition */
}
/* Sub-Nodes */
.sub-node {
    display: inline-block;
    background-color: #d3d3d3;
    color: black;
    padding: 8px 15px;
    margin: 5px;
    border-radius: 5px;
    position: relative;
    border: 2px solid transparent; /* Default border */
    transition: background-color 0.3s ease, color 0.3s ease,
        border-color 0.3s ease; /* Added border transition */
}
/* Hover effect for Main Nodes */
.node:hover {
    background-color: #ffa500; /* Change background color on hover */
    color: #000; /* Ensure font color stays white */
    border-color: #092a4d; /* Add border color on hover */
}
/* Hover effect for Sub-Nodes */
.sub-node:hover {
    background-color: #000; /* Change background color to black on hover */
    color: white; /* Ensure font color stays white */
    border-color: #092a4d; /* Add border color on hover */
}
/* Line Styling */
.line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin-top: -10px; /* Adjust this value to control vertical alignment */
}
/* Vertical line from parent to sub-node */
.vertical-line {
    position: relative;
    height: 30px;
    width: 2px;
    background-color: #ccc;
    margin: 0 auto;
}
/* Sub-node wrapper for horizontal alignment */
.sub-node-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
    position: relative;
}
/* Horizontal line connecting sub-nodes */
.sub-line {
    position: relative;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    margin-top: -5px; /* Adjust to control vertical position */
}
/* Adjust node containers */
.node-container {
    display: inline-block;
    position: relative;
}
.node-container .line {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}

/*** Banner ***/
.banner {
    background: url(../img/bg-banner.png) top center no-repeat;
    background-size: cover;
    padding-top: 150px;
    height: 650px;
}

.banner {
    background: url(../img/bg-banner.png) top center no-repeat;
    background-size: cover;
    padding-top: 150px;
}

.banner .logo img {
    max-height: 140px;
}

.opacity-0 {
    opacity: 0;
}

.banner h2 {
    font-family: "Kaushan Script", cursive;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    filter: drop-shadow(0 0 8px #000000);
    font-size: 54px;
    line-height: 0.7;
    color: #ffffff;
    margin-top: 150px;
    margin-bottom: 50px;
    font-weight: 400;
}

.banner h2 span {
    color: #fff;
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    display: inline-block;
}

.banner .imgs h2 {
    position: relative;
    padding-left: 45px;
}

.banner .imgs .al {
    position: absolute;
    top: -24px;
    left: 0;
    max-height: 158px;
}

/* Visitor information section */
.visitor__info {
    margin-bottom: 35px;
}
.visi_info {
    color: #000;
}
.section-header {
    background-color: #092a4d;
    color: white;
    padding: 8px 5px 1px 5px;
    text-align: center;
}
.section-subheader {
    color: black;
    text-align: center;
    padding: 10px;
}

/*** MENUS ***/
.side-menu {
    position: fixed;
    background: rgba(9, 42, 77, 0.74);
    top: 0px;
    right: -140%;
    width: 400px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    height: 100%;
    z-index: 99;
}

.side-menu.intro {
    right: 0px;
}

.side-menu ul.main-menu ul {
    padding: 0;
}

.side-menu ul.main-menu li {
    list-style: none;
    display: inline-block;
    width: 100%;
}

.side-menu ul.main-menu {
    padding-left: 0px;
    margin-top: 125px;
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.side-menu ul.main-menu li a {
    display: inline-block;
    padding: 10px;
    border: none;
    border-radius: 0;
    background: transparent;
    text-transform: none;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    cursor: pointer;
    padding: 10px 0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    width: 100%;
    position: relative;
    padding-left: 35px;
}

.side-menu ul.main-menu li a img {
    position: absolute;
    top: 12px;
    left: 0;
    max-width: 20px;
}

.side-menu ul.main-menu li a:hover {
    background: none;
    color: #ef8816;
}

a.CloseBtn {
    float: right;
    color: #fff;
    font-size: 26px;
    margin: 35px 26px 45px 15px;
    position: relative;
    z-index: 99;
    cursor: pointer;
}

a.CloseBtn:before,
a.CloseBtn:after {
    content: "";
    display: block;
    width: 22px;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    left: 50%;
    top: 50%;
}

a.CloseBtn:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

a.CloseBtn:after {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

/* History Section Front Page*/
.section__ins {
    position: relative; /* Ensure that the pseudo-element is positioned relative to this element */
    background-image: url(../img/bghistory.jpg); /* Update with actual background image URL */
    background-size: cover;
    color: white;
    padding: 50px;
    /* height: 600px; */
    overflow: hidden; /* Ensure that the pseudo-element does not overflow */
}

.section__ins::before {
    content: ""; /* Required for the pseudo-element */
    position: absolute; /* Position it absolutely to cover the entire section */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Overlay color */
    z-index: 1; /* Ensure the overlay is above the background image but below the content */
}

.ins {
    position: relative; /* Position relative to ensure content is above the overlay */
    z-index: 2; /* Content should be above the overlay */
}

.highlight {
    color: #ffa500; /* Orange color for highlighted text */
}

.readmore-history {
    color: #fff;
    text-decoration: underline;
}

.readmore-history:hover {
    color: #ffa500;
    text-decoration: underline;
}

.image-wrapper {
    text-align: right;
}

.image-wrapper img {
    max-width: 100%;
    height: auto;
    border: 1px solid white;
    margin-top: 35px;
}

/*** info Praful Patel ***/
.info {
    padding: 55px 0px;
}

/* .info h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #505050;
    font-family: "Calibri";
    margin-top: 10px;
    margin-bottom: 0px;
} */

.info h4 {
    font-size: 24px;
    text-transform: uppercase;
    color: #555;
    font-family: "Calibri";
    margin-top: 10px;
    margin-bottom: 0px;
}

.info h6 {
    font-size: 19px;
    color: #505050;
    font-family: "Calibri";
    font-weight: 400;
    line-height: 1.1;
}

.info h6 span {
    font-size: 16px;
    color: #505050;
    font-family: "Calibri";
}

/* .info h3 {
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #515050;
} */

.info h3 {
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #777777;
}

.info p {
    line-height: 1.2;
}

.info .readmore {
    text-decoration: underline;
}

/* Souvenir Section */
.souvenir-section {
    background-color: #f28c38;
    padding: 50px;
    text-align: center;
}

.souvenir-title {
    color: black;
    font-size: 2em;
    margin-bottom: 20px;
}

.souvenir-images img {
    max-width: 100%;
    height: auto;
    margin: 10px;
    /* border: 2px solid white; */
}

/* .horizontal__image {
    height: 232px;
    width: auto;
} */

.view-more {
    color: #fff;
    font-size: 1.2em;
    margin-top: 20px;
    display: inline-block;
    text-decoration: underline;
}

.view-more:hover {
    color: #092a4d;
    text-decoration: underline;
}

/* Memorial Section on front Page */
.section-background {
    background-color: #f8f9fa;
    /* padding: 70px 40px; */
    padding: 70px 0px 70px 65px;
}

.image-container img {
    width: 100%;
    height: auto;
    margin-top: 44px;
}

.text-container {
    color: #666666;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text-container h2 {
    font-size: 1rem;
    font-weight: bold;
    color: #333333;
}

.text-container p {
    font-size: 1rem;
    color: #666666;
}

.readmore__memorial {
    color: #555;
    text-decoration: underline;
}

.readmore__memorial:hover {
    color: #ffa500;
    text-decoration: underline;
}

.text-salute {
    background-color: #ffa500;
    color: white;
    text-align: center;
    padding: 0px;
    font-weight: bold;
    margin-top: 0px;
}

.gun-img {
    width: auto;
    height: 100%;
}

.icon-container img {
    width: auto;
    height: 250px;
    margin-top: 0px;
}

/* Style for History page */
.intro__title h3 {
    text-align: center;
}

/* button colors for Feedback */
.feedback__button {
    background-color: #092a4d;
    border-color: #000;
}
.feedback__button:hover {
    background-color: #ffa500;
    border-color: #092a4d;
}

/*** Feedback Thanks Page Style ***/
.feedback__thanks {
    background-color: #f8f9fa;
    font-family: "Helvetica Neue", sans-serif;
}
.thank-you-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    margin-top: 50px;
}
.thank-you-card {
    background: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
    animation: fadeInUp 1s ease-out;
}
.thank-you-card h1 {
    font-size: 3rem;
    color: #343a40;
    margin-bottom: 20px;
    animation: pulse 2s infinite;
}
.thank-you-card p {
    font-size: 1.2rem;
    color: #6c757d;
    margin-bottom: 30px;
}
.thank-you-icon {
    font-size: 5rem;
    color: #28a745;
    margin-bottom: 20px;
    animation: bounceIn 1.2s ease-in-out;
}
.btn-custom {
    background-color: #092a4d;
    color: white;
    padding: 12px 25px;
    font-size: 1.1rem;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.btn-custom:hover {
    background-color: #ffa500;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes pulse {
    0%,
    100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes bounceIn {
    from,
    20%,
    40%,
    60%,
    80%,
    to {
        animation-timing-function: ease-in-out;
    }
    0% {
        opacity: 0;
        transform: scale(0.3);
    }
    20% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(0.9);
    }
    60% {
        opacity: 1;
        transform: scale(1.03);
    }
    80% {
        transform: scale(0.97);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

/**** contact ****/
.title2 h2 {
    font-size: 50px;
    color: #000;
    margin-top: 30px;
    margin-bottom: 0px;
}

.title2 p {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.contact-info {
    padding-bottom: 100px;
}

.contact-info h3 {
    color: #606060;
    font-size: 25px;
    font-family: "Calibri", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 25px;
}

.contact-info h3.blue {
    color: #070cf4;
}

.contact-info .contact-details {
    align-items: start;
    padding-bottom: 4px;
}

.contact-info .contact-details img {
    margin-right: 10px;
    margin-top: 5px;
}

.contact-info .lts p {
    color: #000000;
    font-size: 18px;
    line-height: 1.2;
}

.contact-info .lts p a {
    color: #000000;
}

.info-common.gallery .btns-green .nav-tabs {
    justify-content: center;
    display: flex;
    margin-bottom: 20px;
}

.info-common .btns-green .nav-tabs li {
    width: auto;
    display: inline-block;
    margin-right: 5px;
}

.info-common .nav-tabs li {
    width: 24.5%;
}

.info-common .btns-green .nav-tabs {
    justify-content: start;
    display: block;
}

.info-common .nav-tabs {
    border: none;
    justify-content: space-between;
}

.pagi.grey ul li a:hover,
.pagi.grey ul li a.active {
    background: #000000 !important;
    color: #fff !important;
}

.pagi ul {
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.pagi ul li {
    display: inline-block;
    margin-right: 5px;
}

.pagi ul li a:hover,
.pagi ul li a.active {
    display: inline-block;
    background: #33950d;
    color: #fff;
    opacity: 1 !important;
}

.pagi ul li a {
    display: inline-block;
    background: #d9d9d9;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    font-family: "Calibri", sans-serif;
    font-size: 20px;
    min-width: 45px;
    line-height: 42px;
    font-weight: bold;
}

.info-common.gallery .btns-green .nav-tabs .nav-link {
    background-color: #787878;
    min-width: 250px;
    margin: 0;
}

.info-common.gallery .btns-green .nav-tabs .nav-link.active {
    background-color: #092a4d;
}

.info-common .nav-tabs .nav-link {
    margin-bottom: 01px;
    border: none;
    border-radius: 0;
    display: inline-block;
    min-width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    background-color: #c1066b;
    text-align: center;
    padding: 0;
}

.info-common.gallery .gallerybox {
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.info-common.gallery .gallerybox figure {
    margin: 0;
    width: 100%;
    height: 100%;
    min-height: 250px;
}

.info-common.gallery .gallerybox h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Calibri", sans-serif;
    margin: 0;
    line-height: 1;
}

.info-common.gallery .gallerybox .align.mid h4 {
    text-align: center;
    margin-bottom: 40px;
}

.info-common.gallery .gallerybox .align.mid {
    padding: 12px 0px 12px 15px;
}

.info-common.gallery .gallerybox .align {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(9, 42, 77, 0.8);
    padding: 12px 0px 12px 15px;
    padding: 12px 70px 12px 15px;
}

.info-common.gallery .gallerybox .align .date {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #d28b2f;
    line-height: 44px;
    min-width: 68px;
    color: #fff;
    font-size: 20px;
    text-align: center;
}

.info-common.gallery .sppr > div {
    padding: 0px 6px;
}

.infoship.bg5 {
    background: url(../img/inskhukari.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding-bottom: 600px;
}

.infoship .mts {
    margin-top: 250px;
}

.altext {
    display: inline-block;
}

.altext .logocount {
    display: flex;
    align-items: center;
}

.altext h4 {
    color: #fff;
    font-size: 85px;
    font-family: "Impact", sans-serif;
    font-weight: 400;
    margin: 0;
    line-height: 0.9;
}

.altext h5 {
    color: #fff;
    font-size: 18px;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0;
    padding-left: 5px;
    line-height: 1.3;
}

.altext .hline {
    color: #fff;
    font-size: 14px;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    background: #192846;
    line-height: 26px;
    padding: 0px 6px;
    display: inline-block;
}

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

.logoins > img {
    margin-right: 15px;
}

.logoins h3 {
    color: black;
    font-size: 45px;
    line-height: 0.7;
    margin: 0;
    margin-top: 46px;
}

.logoins h3 span {
    color: #092a4d;
    font-size: 15px;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
}

/*** FOOTER ***/
.footer {
    background: url(../img/footer_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    padding: 90px 0px 40px 0px;
}

.footer h3 {
    color: #092a4d;
    text-transform: uppercase;
    font-family: "Calibri", sans-serif;
    font-weight: bold;
    font-size: 24px;
}

.footer .contact-details {
    margin-bottom: 10px;
    align-items: start;
}

.footer .contact-details p,
.footer .contact-details a {
    color: #092a4d;
    font-size: 19px;
    line-height: 1.2;
}

.footer .contact-details img {
    margin-right: 20px;
}

.footer .contact-details.qr {
    margin-top: 40px;
}

.qr__code {
    height: auto;
    width: 75px;
}

.footer .foot-links {
    margin: 0px 0px 15px 0px;
    padding: 0px;
    list-style: none;
}

.footer .foot-links li a {
    color: #092a4d;
}

.footer .site-visitors {
    padding: 3px;
    color: #000;
    width: auto;
    display: inline-block;
    font-weight: bold;
}

/*** COPYRIGHTS ***/
.copyrights {
    background: #092a4d;
    padding: 15px 0px;
}

.copyrights p {
    color: #fff;
    font-size: 14px;
    font-family: "Calibri", sans-serif;
}

/*** BREADCRUMBs ***/
.breadcrumb {
    background: #fff;
}

.breadcrumb ul li a {
    color: #696969;
    font-size: 15px;
}

.breadcrumb-item.active {
    color: #303030;
}

.banner-slider .owl-dots {
    display: none;
    position: absolute;
    bottom: 20px;
    letter-spacing: 0;
    width: 100%;
}

.banner-slider.owl-theme .owl-dots .owl-dot span {
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
}

.banner-slider.owl-theme .owl-dots .owl-dot.active span,
.banner-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}

.slidershow .banner-slider .owl-dots {
    display: block;
}

.banner-slider h1 {
    color: #fff;
    font-size: 100px;
    line-height: 1.2;
    width: auto;
    display: inline-block;
    border-bottom: 3px solid #fff;
    text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.7);
}

/*** DARK THEME ***/
html.dark {
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: gray; /* IE6-9 */
    filter: grayscale(100%);
}

/* welcome page of state */
.welcomeText {
    text-align: center;
    margin-bottom: 20px;
    margin-top: -15px;
    color: #777777;
    font-size: 60px;
}

/* footer social icons */
.instagram_icons {
    height: 37px;
}

/* New css for THE TRAVEL DESTINATION in praful patel's section */
.travel {
    font-family: "Calibri", sans-serif;
    font-size: 16px;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
    color: #c72602 !important;
}

/* Below 2 css is for Instagram in social media section */
.instagram-embed-container {
    width: 399px;
    height: 654px;
    overflow: hidden;
    margin-bottom: 0px; /* Adjust as needed */
}

.instagram-media {
    width: 399px;
    height: 460px;
    overflow: hidden;
}

/* main section  */
.readmore.travel {
    font-size: 12px !important;
    font-variant: small-caps;
}
#gtwenty_banner {
    margin-top: 10px;
}
.modal-content {
    background-color: #7dc0cc;
}

/*media gallery section */
#mediaGalleryModalLabelPhotoData {
    color: black;
    text-align: center;
    margin-left: 55px;
    font-size: 30px;
}
#mediaGalleryModalLabelVideoData {
    color: black;
    text-align: center;
    margin-left: 55px;
    font-size: 30px;
}
#thumbs {
    height: 38px;
}
.fa.fa-users.symbol {
    display: none;
}

/* Hide spinners for Chrome, Safari, Edge, Opera */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinners for Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.custom-banner-caption h1 {
    color: #fff;
    font-size: 100px;
    line-height: 1.2;
    width: auto;
    display: inline-block;
    border-bottom: 3px solid #fff;
    text-shadow: 7px 7px 0px rgba(0, 0, 0, 0.7);
}
.custom-banner-caption h2 {
    font-family: "Kaushan Script", cursive;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
    filter: drop-shadow(0 0 8px #000000);
    font-size: 54px;
    line-height: 0.7;
    color: #ffffff;
    margin-top: 150px;
    margin-bottom: 50px;
    font-weight: 400;
}
