/* bootsrp 5 icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");
/* poppins */

@font-face {
    font-family: 'Poppins-Light';
    src: url('../fonts/Poppins-Light.ttf');
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
}

/* Mon */

@font-face {
    font-family: 'Montserrat-Light';
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: 'Montserrat-Medium';
    src: url('../fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: 'Montserrat-SemiBold';
    src: url('../fonts/Montserrat-SemiBold.ttf');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf');
}

@font-face {
    font-family: 'Impact';
    src: url('../fonts/Impact.ttf');
}
@font-face {
    font-family: 'Ramabhadra-Regular';
    src: url('../fonts/Ramabhadra-Regular.ttf');
}





/* common css strats here */

ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

/* ul li {list-style-type:none; padding:0px;} */

/* a.customize{text-decoration:none;}/* for removing underline for anchor*/

a {
    text-decoration: none !important;
}

/* for removing underline for anchor*/

button:focus,
.form-control:focus {
    outline: 0px !important;
    box-shadow: none !important;
}

a:hover {
    text-decoration: none;
}

textarea {
    resize: none;
}

.w-100 {
    width: 100%;
}

.w-auto {
    width: auto !important;
}

.h-100 {
    height: 100%;
}

.h-50p {
    height: 50px;
}

/* for display */

.d-inline-flex {
    display: inline-flex;
}

/* for display inline */

.d-inline-block {
    display: inline-block;
}

.d-flex {
    display: flex;
}

/* for display inline */

/* for positions */

.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

/* padding styles */

.p-0 {
    padding: 0px;
}

.p-5p {
    padding: 5px;
}

.p-10p {
    padding: 10px;
}

.p-15p {
    padding: 15px;
}

.p-20p {
    padding: 20px;
}

.p-30p {
    padding: 30px;
}

.p-40p {
    padding: 40px;
}

.pt-5p {
    padding-top: 5px;
}

.pt-10p {
    padding-top: 10px;
}

.pt-15p {
    padding-top: 15px;
}

.pt-20p {
    padding-top: 20px;
}

.pt-40p {
    padding-top: 40px;
}

.pt-50p {
    padding-top: 50px;
}

.pt-60p {
    padding-top: 60px;
}

.pt-100p {
    padding-top: 100px;
}

.ptb-5p {
    padding-top: 5px;
    padding-bottom: 5px;
}

.ptb-10p {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ptb-15p {
    padding-top: 15px;
    padding-bottom: 15px;
}

.ptb-20p {
    padding-top: 20px;
    padding-bottom: 20px;
}

.ptb-25p {
    padding-top: 25px;
    padding-bottom: 25px;
}

.ptb-30p {
    padding-top: 30px;
    padding-bottom: 30px;
}

.ptb-40p {
    padding-top: 40px;
    padding-bottom: 40px;
}

.ptb-50p {
    padding-top: 50px;
    padding-bottom: 50px;
}

.ptb-60p {
    padding-top: 60px;
    padding-bottom: 60px;
}

.ptb-70p {
    padding-top: 70px;
    padding-bottom: 70px;
}

.plr-10p {
    padding-left: 10px;
    padding-right: 10px;
}

.plr-20p {
    padding-left: 20px;
    padding-right: 20px;
}

.plr-30p {
    padding-left: 30px;
    padding-right: 30px;
}

.pb-10p {
    padding-bottom: 10px;
}

.pb-15p {
    padding-bottom: 15px;
}

.pb-20p {
    padding-bottom: 20px;
}

.pb-30p {
    padding-bottom: 30px;
}

.pb-40p {
    padding-bottom: 40px;
}

.pb-60p {
    padding-bottom: 60px;
}

.pb-80p {
    padding-bottom: 80px;
}

.ptb-4060p {
    padding-top: 40px;
    padding-bottom: 60px;
}

.pr-0p {
    padding-right: 0px;
}

.pl-0p {
    padding-left: 0px;
}

.pl-10p {
    padding-left: 10px;
}

.pl-15p {
    padding-left: 15px;
}

.pl-20p {
    padding-left: 20px;
}

.pl-25p {
    padding-left: 25px;
}

.pl-40p {
    padding-left: 40px;
}

.pl-50p {
    padding-left: 50px;
}

.pr-20p {
    padding-right: 20px;
}

.pr-30p {
    padding-right: 30px;
}

.pr-40p {
    padding-right: 40px;
}

.pr-50p {
    padding-right: 50px;
}


/* margin styles */

.mlr-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0px;
}

.m-15p {
    margin: 15px;
}

.m-lr-auto {
    margin: 0px auto;
}

.mt-5p {
    margin-top: 5px;
}

.mt-10p {
    margin-top: 10px;
}

.mt-15p {
    margin-top: 15px;
}

.mt-20p {
    margin-top: 20px;
}

.mt-25p {
    margin-top: 25px;
}

.mt-30p {
    margin-top: 30px;
}

.mt-40p {
    margin-top: 40px;
}

.mt-50p {
    margin-top: 50px;
}

.mt-60p {
    margin-top: 60px;
}

.mt-70p {
    margin-top: 70px;
}

.mt-80p {
    margin-top: 80px;
}

.mt-90p {
    margin-top: 90px;
}

.mt-100p {
    margin-top: 100px;
}

.mt-120p {
    margin-top: 120px;
}

.mt-130p {
    margin-top: 130px;
}

.mt-220p {
    margin-top: 220px;
}

.mb-0p {
    margin-bottom: 0px;
}

.mb-10p {
    margin-bottom: 10px;
}

.mb-15p {
    margin-bottom: 15px;
}

.mb-20p {
    margin-bottom: 20px;
}

.mb-25p {
    margin-bottom: 25px;
}

.mb-30p {
    margin-bottom: 30px;
}

.mb-40p {
    margin-bottom: 40px;
}

.mb-60p {
    margin-bottom: 60px;
}

.mb-70p {
    margin-bottom: 70px;
}

.mb-80p {
    margin-bottom: 80px;
}

.mb-100p {
    margin-bottom: 100px;
}

.mtb-2040p {
    margin-top: 20px;
    margin-bottom: 40px;
}

.mtb-5p {
    margin-top: 5px;
    margin-bottom: 5px;
}

.mtb-10p {
    margin-top: 10px;
    margin-bottom: 10px;
}

.mtb-15p {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mtb-20p {
    margin-top: 20px;
    margin-bottom: 20px;
}

.mtb-30p {
    margin-top: 30px;
    margin-bottom: 30px;
}

.mtb-40p {
    margin-top: 40px;
    margin-bottom: 40px;
}

.mtb-50p {
    margin-top: 50px;
    margin-bottom: 50px;
}

.mtb-60p {
    margin-top: 60px;
    margin-bottom: 60px;
}

.mtb-100p {
    margin-top: 100px;
    margin-bottom: 100px;
}

.mlr-10p {
    margin-left: 10px;
    margin-right: 10px;
}

.mlr-20p {
    margin-left: 20px;
    margin-right: 20px;
}

.ml-5p {
    margin-left: 5px;
}

.ml-10p {
    margin-left: 10px;
}

.ml-15p {
    margin-left: 15px;
}

.ml-20p {
    margin-left: 20px;
}

.ml-50p {
    margin-left: 50px;
}

.mr-5p {
    margin-right: 5px;
}

.mr-10p {
    margin-right: 10px;
}

.mr-15p {
    margin-right: 15px;
}

.mr-20p {
    margin-right: 20px;
}

.mr-30p {
    margin-right: 30px;
}

.mr-40p {
    margin-right: 40px;
}

.mr-50p {
    margin-right: 50px;
}

/* for box shadow */


/* for border radius  */

.brad-0 {
    border-radius: 0;
}

.brad-2 {
    border-radius: 2px;
}

.brad-3 {
    border-radius: 3px;
}

.brad-4 {
    border-radius: 4px;
}

.brad-5 {
    border-radius: 5px;
}

.brad-8 {
    border-radius: 8px;
}

.brad-50 {
    border-radius: 50px;
}

/* for borders  */

.br-0p {
    border: 0;
}

.br-gray-1p {
    border: 1px solid #e0dcdc;
}

.br-blue-1p {
    border: 1px solid #223b74;
}

.br-btmgray-1p {
    border-bottom: 1px solid #e0dcdc;
}

.br-tpgray-1p {
    border-top: 1px solid #e0dcdc;
}

.br-g2-1p {
    border: 1px solid #dee2e6;
}

.trans-yminus3 {
    transform: translateY(-3px);
}

/* for letter spacing  */

.ls-1p {
    letter-spacing: 1px;
}

.ls-2p {
    letter-spacing: 2px;
}

.ls-4p {
    letter-spacing: 4px;
}

/* for text-patterns*/

.txt-up {
    text-transform: uppercase;
}

.txt-cap {
    text-transform: capitalize;
}

.txt-undline {
    text-decoration: underline !important;
}

/* for backgorund colors */

.bg-white {
    background-color: white;
}

.bg-black {
    background-color: #000000;
}

.bg-trans {
    background: transparent;
}

.bg-blue {
    background-color: #0460a9;
}

.bg-gray {
    background-color: #f2f2f2;
    ;
}

.bg-yellow {
    background-color: #ffc90c;
}

.bg-lightblue {
    background-color: #f5f9fc;
}

.bg-green {
    background-color: #76a33a;
}

/* for text-colors*/

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-color {
    color: #333333;
}

.text-blue {
    color: #497d19;
}

.text-lightblue {
    color: #cdfffc;
}

.text-c1color {
    color: #00cade;
}

.text-c2color {
    color: #252525;
}

.text-c3color {
    color: #70a636;
}

.text-c4color {
    color: #0c55a4;
}

.text-c5color {
    color: #555656;
}

.text-c6color {
    color: #172839;
}

.text-c7color {
    color: #066799;
}

.text-c8color {
    color: #707070;
}

.text-c9color {
    color: #2f2f2f;
}

.text-c10color {
    color: #2a2a2a;
}

.text-f1color {
    color: #9ccbff;
}

.text-f2color {
    color: #e3f5ff;
}


/* poppins */

.fnt-Poppins-Light {
    font-family: 'Poppins-Light';
}

.fnt-Poppins-Regular {
    font-family: 'Poppins-Regular';
}

.fnt-Poppins-Medium {
    font-family: 'Poppins-Medium';
}

.fnt-Poppins-SemiBold {
    font-family: 'Poppins-SemiBold';
}

.fnt-Poppins-Bold {
    font-family: 'Poppins-Bold';
}

html, body {
    overflow-x: hidden;
    height: 100%;
}

body {
    font-size: 14px !important;
    line-height: 23px !important;
    color: #1e1e1e !important;
    font-family: 'Poppins-Light' !important;
    letter-spacing: 0px;
    background-color: #fefcee !important;
}

.container {
    max-width: 1230px !important;
}
.inner-top-banner{position: relative;}

.navbar-expand-lg .navbar-nav {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}


.navbar-nav>li>a {
    padding: 0px 7px !important;
    color: #fff !important;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Montserrat-Regular";
    filter: drop-shadow(0px 1px 0.5px rgba(0, 0, 0, 0.75));
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 100%;
}

.dropdown .dropdown-toggle {
    display: inline-block !important;
    width: 0%;
}

.dropdown {
    display: flex;
}

.dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 15px;
}

.nav-item.dropdown .dropdown-menu {

    margin-left: 0px;
    box-shadow: 0 8px 16px #0003;
    padding: 0px;
}

.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    border-radius: 0;
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}


#appoint-btn a {
    line-height: 30px;
    margin-top: 1px;
}

.dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 8px 15px;
}

/* .navbar-expand-lg .navbar-nav>li:not(:last-child)>.nav-link {
    padding: 9.5px 55px 9.5px 0px !important;
} */

/* .navbar-expand-lg .navbar-nav>li:last-child>.nav-link {
    padding: 0px !important;

} */

/* ----- navbar toggler  css ----- */

.navbar {
    padding: 0px;
}

.navbar-toggler.x {
    border: none;
}

.navbar-toggler.x:focus {
    outline: none;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 10% 10%;
    -ms-transform-origin: 10% 10%;
    transform-origin: 10% 10%;
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
}

.navbar-toggler.x[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
}

.navbar-toggler.x .icon-bar {
    width: 16px;
    display: block;
    height: 1px;
    background-color: #fff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.navbar-toggler.x .icon-bar+.icon-bar {
    margin-top: 3px;
}

.navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

.navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
}

.navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
}

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

/*
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 66px;
} */
.nav-item.dropdown {
    display: inline-flex;
    align-items: center;

}

/* Mega menu */

/* MEGA MENU CSS */

.navigation {
    width: 100%;
    display: table;
    position: relative;
    font-family: inherit;
    /* background-color: #fff; */
}

.navigation * {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.navigation-portrait {
    height: 40px;
}

.navigation-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 19998;
}

.navigation-hidden {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.align-to-right {
    float: right;
}

.nav-header {
    float: left;
}

.navigation-hidden .nav-header {
    display: none;
}

.nav-brand {
    /* line-height: 70px; */
    padding: 0;
    color: #343a40;
    font-size: 24px;
    text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
    color: #343a40;
}

/* .navigation-portrait .nav-brand { */
/* font-size: 18px; */
/* line-height: 48px; */
/* } */

.nav-logo>img {
    height: 48px;
    margin: 11px auto;
    padding: 0 15px;
    float: left;
}

.nav-logo:focus>img {
    outline: initial;
}

.navigation-portrait .nav-logo>img {
    height: 36px;
    margin: 6px auto 6px 15px;
    padding: 0;
}

.nav-toggle {
    width: 30px;
    height: 19px;
    /* padding: 3px 2px 0 !important; */
    position: absolute;
    top: 50%;
    margin-top: -14px;
    right: 20px;
    display: none;
    cursor: pointer;
}

.nav-toggle:before {
    content: "";
    position: absolute;
    width: 24px;
    height: 2px;
    background-color: #343a40;
    border-radius: 10px;
    box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
    display: block;
    position: absolute;
    top: -30px;
    width: auto;
    right: -4px;
    padding: 10px 10px 17px!important;
    background: #ac1014a6;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}

.navigation-portrait .nav-menus-wrapper {
    width: 320px !important;
    height: 100%;
    top: 0;
    left: -400px;
    position: fixed;
    background-color: #fedf46;
    z-index: 20000;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    /* transition-duration: 0.2s;
    transition-timing-function: ease; */
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
    left: auto;
    right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
    left: 0;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
    left: auto;
    right: 0;
}

.nav-menus-wrapper-close-button {
    width: 30px;
    height: 18px;
    margin: 12px 7px;
    display: none;
    float: right;
    color: #000;
    cursor: pointer;
    position: initial !important;
    font-size: 26px!important;
}

.navigation-portrait .nav-menus-wrapper-close-button {
    display: block;
}

.nav-menu {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: normal;
    font-size: 0;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.navigation-portrait .nav-menu {
    width: 100%;
}

.navigation-landscape .nav-menu.nav-menu-centered {
    float: none;
    text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered>li {
    float: none;
}

.nav-menu>li {
    display: inline-block;
    float: left;
    text-align: left;
}
.nav-menu>li.active{background-color: #d60906;}
.nav-menu>li:hover{background-color: #d60906;}
.navigation-portrait .nav-menu>li {
    width: 100%;
    position: relative;
    border-top: solid 1px #e9c927;
}

.navigation-portrait .nav-menu>li:last-child {
    border-bottom: solid 1px #e9c927;
}

.nav-menu+.nav-menu>li:first-child {
    border-top: none;
}


.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 12px 15px 12px 26px;
}

/* .nav-menu > li:hover > a,
  .nav-menu > li.active > a,
  .nav-menu > li.focus > a {
    color: #fff;
  } */

.nav-menu>li>a>i,
.nav-menu>li>a>[class*="ion-"] {
    width: 18px;
    height: 16px;
    line-height: 16px;
    transform: scale(1.4);
}

.nav-menu>li>a>[class*="ion-"] {
    width: 16px;
    display: inline-block;
    transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
    width: 100%;
    text-align: center;
}

.nav-menu.nav-menu-social>li {
    text-align: center;
    float: none;
    border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social>li {
    width: auto;
}

.nav-menu.nav-menu-social>li>a>[class*="ion-"] {
    font-size: 12px;
}

.nav-menu.nav-menu-social>li>a>.fa {
    font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social>li>a {
    padding: 15px;
}

.submenu-indicator {
    margin-left: 6px;
    margin-top: 6px;
    float: right;
    transition: all 0.2s;
    cursor: pointer;
    /* display: none; */
}

.nav-dropdown.nav-submenu {
    top: 45px;
}



.navigation-portrait .submenu-indicator {
    width: 54px;
    height: 35px;
    margin-top: 0;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    z-index: 20000;
}

.submenu-indicator-chevron {
    height: 6px;
    width: 6px;
    display: block;
    border-style: solid;
    border-width: 0 1px 1px 0;
    /* border-color: transparent #70798b #70798b transparent; */
    transform: rotate(45deg);
    transition: border 0.2s;
}

.navigation-portrait .submenu-indicator-chevron {
    position: absolute;
    top: 13px;
    left: 25px;
    color: #000;
}

.nav-item.nav-item1.focus .submenu-indicator-chevron {
    color: #fff;
}

.nav-menu>li:hover>a .submenu-indicator-chevron,
.nav-menu>.active>a .submenu-indicator-chevron,
.nav-menu>.focus>a .submenu-indicator-chevron {
    border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.navigation-portrait .navbar-nav li a {
    z-index: 100;
    position: relative;
}

.nav-overlay-panel {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: none;
    z-index: 19999;
}

.no-scroll {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.nav-search {
    height: 70px;
    float: right;
    z-index: 19998;
}

.navigation-portrait .nav-search {
    height: 48px;
    padding: 0 10px;
    margin-right: 52px;
}

.navigation-hidden .nav-search {
    display: none;
}

.nav-search-button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    cursor: pointer;
    background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
    width: 50px;
    height: 48px;
    line-height: 46px;
    font-size: 22px;
}

.nav-search-icon {
    width: 14px;
    height: 14px;
    margin: 2px 8px 8px 4px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #343a40;
    text-align: left;
    text-indent: -9999px;
    border: 2px solid;
    border-radius: 50%;
    transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
    content: "";
    pointer-events: none;
}

.nav-search-icon:before {
    width: 2px;
    height: 11px;
    top: 11px;
    position: absolute;
    left: 50%;
    border-radius: 0 0 1px 1px;
    box-shadow: inset 0 0 0 32px;
    transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
    color: #ff6b00;
}

.nav-search>form {
    width: 100%;
    height: 100%;
    padding: 0 auto;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.nav-search-inner {
    width: 70%;
    height: 70px;
    margin: auto;
    display: table;
}

.navigation-portrait .nav-search-inner {
    height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
    height: 70px;
    width: 100%;
    margin: 0;
    padding: 0 12px;
    font-size: 26px;
    text-align: center;
    color: #343a40;
    outline: none;
    line-height: 70px;
    border: none;
    background-color: transparent;
    transition: all 0.3s;
}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
    height: 48px;
    font-size: 18px;
    line-height: 48px;
}

.nav-search-close-button {
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    line-height: normal;
    color: #343a40;
    font-size: 20px;
    cursor: pointer;
    text-align: center;
}

.navigation-portrait .nav-search-close-button {
    top: 10px;
    right: 14px;
}

.nav-button {
    margin: 18px 15px 0;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
    color: #fff;
    text-decoration: none;
}

.navigation-portrait .nav-button {
    width: calc(100% - 52px);
    margin: 17px 26px;
}

.nav-text {
    margin: 25px 15px;
    display: inline-block;
    color: #343a40;
    font-size: 14px;
}

.navigation-portrait .nav-text {
    width: calc(100% - 52px);
    margin: 12px 26px 0;
}

.navigation-portrait .nav-text+ul {
    margin-top: 15px;
}

.nav-dropdown {
    background-image: linear-gradient(0deg, #ad1115 0%, #ffc113 100%);
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.1));
    min-width: 180px;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    list-style: none;
    z-index: 1000;
    white-space: nowrap;
    padding: 0;
    /* border-radius: 3px; */
    color: #fff;
}

.navigation-portrait .nav-dropdown {
    width: 100%;
    position: static;
    left: 0;
}

.nav-dropdown .nav-dropdown {
    right: 100%;
}

.nav-menu>li>.nav-dropdown {
    /* border-top: solid 1px #f0f0f0; */
}

.nav-dropdown>li {
    width: 100%;
    float: left;
    clear: both;
    position: relative;
    text-align: left;
}

.nav-dropdown>li>a {
    padding: 16px 20px;
    font-size: 12px;
    display: inline-block;
}

.nav-dropdown>li:hover>a,
.nav-dropdown>li.focus>a {
    /* color: #70a636; */
    color: #990006;
    background-color: #ffd800;
}

.nav-dropdown.nav-dropdown-left {
    right: 0;
}

.nav-dropdown>li>.nav-dropdown-left {
    left: auto;
    right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left>li>a {
    text-align: right;
}

.navigation-portrait .nav-dropdown>li>a {
    padding: 7px 20px 7px 30px;
    font-family: 'Montserrat-Light';
}

.navigation-portrait .nav-dropdown>li>ul>li>a {
    padding-left: 50px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>a {
    padding-left: 70px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>a {
    padding-left: 90px;
}

.navigation-portrait .nav-dropdown>li>ul>li>ul>li>ul>li>ul>li>a {
    padding-left: 110px;
}

.nav-item>a>.submenu-indicator {
    display: none
}

.nav-dropdown .submenu-indicator {
    right: 15px;
    top: 10px;
    position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
    right: 0;
    top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(-45deg);
}

.navigation-portrait .nav-dropdown .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(45deg);
}

/* .nav-dropdown > li:hover > a .submenu-indicator-chevron,
  .nav-dropdown > .focus > a .submenu-indicator-chevron {
    border-color: transparent #70a636 #70a636 transparent;
  } */

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
    left: 10px;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator .submenu-indicator-chevron {
    transform: rotate(135deg);
}

.nav-dropdown-horizontal {
    width: 100%;
    left: 0;
    background-color: #fdfdfd;
    border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
    width: 100%;
    top: 100%;
    left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
    border-top: none;
}

.nav-dropdown-horizontal>li {
    width: auto;
    clear: none;
    position: static;
}

.navigation-portrait .nav-dropdown-horizontal>li {
    width: 100%;
}

.nav-dropdown-horizontal>li>a {
    position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
    height: 18px;
    top: 11px;
    transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
    height: 42px;
    top: 0;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator.submenu-indicator-up {
    transform: rotate(-180deg);
}

.megamenu-panel {
    width: 100%;
    padding: 15px;
    display: none;
    position: absolute;
    font-size: 14px;
    z-index: 98;
    text-align: left;
    color: inherit;
    border-top: solid 1px #f0f0f0;
    background-color: #fdfdfd;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
    padding: 25px;
    position: static;
    display: block;
}

.megamenu-panel [class*="container"] {
    width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
    padding: 0;
}

.megamenu-panel-half {
    width: 50%;
}

.megamenu-panel-quarter {
    width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
    width: 100%;
}

.megamenu-panel-row {
    width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
    content: "";
    display: table;
    line-height: 0;
}

.megamenu-panel-row:after {
    clear: both;
}

.megamenu-panel-row [class*="col-"] {
    display: block;
    min-height: 20px;
    float: left;
    margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
    margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
    float: none;
    display: block;
    width: 100% !important;
    margin-left: 0;
    margin-top: 15px;
}

.navigation-portrait .megamenu-panel-row:first-child [class*="col-"]:first-child {
    margin-top: 0;
}

.megamenu-panel-row .col-1 {
    width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
    width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
    width: 22.75%;
}

.megamenu-panel-row .col-4 {
    width: 31.333333333333%;
}

.megamenu-panel-row .col-5 {
    width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
    width: 48.5%;
}

.megamenu-panel-row .col-7 {
    width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
    width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
    width: 74.25%;
}

.megamenu-panel-row .col-10 {
    width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
    width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
    width: 100%;
}

.megamenu-tabs {
    width: 100%;
    float: left;
    display: block;
}

.megamenu-tabs-nav {
    width: 20%;
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
    width: 100%;
}

.megamenu-tabs-nav>li>a {
    width: 100%;
    padding: 10px 16px;
    float: left;
    font-size: 13px;
    text-decoration: none;
    color: #343a40;
    border: solid 1px #eff0f2;
    outline: 0;
    background-color: #fff;
}

.megamenu-tabs-nav>li.active a,
.megamenu-tabs-nav>li:hover a {
    background-color: #f5f5f5;
}

.megamenu-tabs-pane {
    width: 80%;
    min-height: 30px;
    padding: 20px;
    float: right;
    display: none;
    font-size: 13px;
    color: #343a40;
    border: solid 1px #eff0f2;
    background-color: #fff;
}

.megamenu-tabs-pane.active {
    display: block;
}

.navigation-portrait .megamenu-tabs-pane {
    width: 100%;
}

.megamenu-lists {
    width: 100%;
    display: table;
}

.megamenu-list {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    display: inline-block;
    float: left;
    list-style: none;
}

.megamenu-list:last-child {
    margin: 0;
    border: none;
}

.navigation-landscape .megamenu-list {
    margin: -15px 0;
    padding: 20px 0;
    border-right: solid 1px #f0f0f0;
}

.navigation-landscape .megamenu-list:last-child {
    border: none;
}

.megamenu-list>li>a {
    width: 100%;
    padding: 10px 15px;
    display: inline-block;
    color: #343a40;
    text-decoration: none;
    font-size: 13px;
}

.megamenu-list>li>a:hover {
    background-color: #ff6b00;
    color: #fff;
}

.megamenu-list>li.megamenu-list-title>a {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #343a40;
}

.megamenu-list>li.megamenu-list-title>a:hover {
    background-color: transparent;
}

.navigation-landscape .list-col-2 {
    width: 50%;
}

.navigation-landscape .list-col-3 {
    width: 33%;
}

.navigation-landscape .list-col-4 {
    width: 25%;
}

.navigation-landscape .list-col-5 {
    width: 20%;
}

.nav-menu>li>a {
    display: inline-block;
    /* padding: 13px 11px;
      display: inline-block;
      text-decoration: none;
      font-size: 14px;
      color: #fff;
      font-family: 'OpenSans-Regular';
      text-transform: uppercase;
      letter-spacing: 1px; */
    transition: color 0.3s, background 0.3s;
    /* line-height: 21px; */
}

.nav-dropdown>li>a {
    font-size: 13px;
    line-height: 22px;
    padding: 8px 15px;
    width: 100%;
    color: #fff;

}

/* .nav-dropdown>li>a:hover {
    background-color: #ffefef;
    color: #e3001b;
} */


/* .nav-dropdown > li > a:hover,
  .nav-dropdown > li > a:focus {
    color: #70a636;
  }
   */
.main_header_area.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}

.transparent-menu {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}

.navigation-portrait .nav-menu>li>a {
    width: 100%;
    height: auto;
    padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {

    .nav-dropdown>li>a,
    .megamenu-list>li>a {
        width: 85%;
    }
}



a.nav-link span.submenu-indicator {
    pointer-events: none;
}

.nav-item.focus>.nav-dropdown.nav-submenu {
    display: block !important;
}

.nav-item1.focus>.nav-dropdown.nav-submenu {
    display: block !important;
}

.nav-dropdown .nav-dropdown.nav-submenu2 {
    right: auto !important;
    left: 100% !important;
    top: 0 !important;
}
/* ---- Header section---------------------------------------------------------------- */


.top-header {
    position: relative;
    background-image: url(../images/top-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 0 10px;
    min-height: 145px;
}
.logo-img {
    height: 150px;
    position: absolute;
    left: 110px;
}
.top-header::before {
    top: 0px;
    left: 0;
    position: absolute;
    content: '';
    background-image: url(../images/top-bdr.png);
    /* background-repeat: repeat-x; */
    background-position: top;
    height: 21px;
    background-size: 100% 100%;
    width: 100%;
}

.logo-img {
    /* height: 154px; */
    z-index: 4;
    /* position: relative; */
    margin-top: 5px;
}
.btm-header {
    font-size: 13px;
    letter-spacing: 0px;
    line-height: 16px;
    text-transform: uppercase;
    top: 0;
    z-index: 1000;
    background-color: #ad1115;
    color: #fff;
 position: sticky;
    top: -1px;
}

.banner-top-images {
    position: absolute;
    z-index: 2;
    height: 460px;
}

.right-cloth {
    right: -1px;
}

.left-cloth {
    left: -1px;
}

.right-leaf {
    right: 0;
    top: 150px;
}

.left-leaf {
    left: 0;
    top: 150px;
}

.banner-btm-bdr {
    width: 100%;
    position: absolute;
    bottom: -1px;
    z-index: 3;
}

.carousel-indicators {
    z-index: 4 !important;
}

.carousel-dark .carousel-indicators [data-bs-target] {
    background-color: #ad1115 !important;
}

.carousel-indicators [data-bs-target] {
    width: 10px !important;
    height: 10px !important;
    border-radius: 50%;
}

.cmn-box-shadow {
    filter: drop-shadow(0px 3px 7.5px rgba(113, 56, 0, 0.22));
    background-color: #ffffff;
    z-index: 1;
    position: relative;
}

/* About-section */
.cmn-box-shadow::before {
    top: 0;
    position: absolute;
    content: '';
    background-image: url(../images/about-top-bdr.png);
    background-repeat: repeat-x;
    height: 8px;
    background-size: contain;
    width: 100%;
    left: 0;
}

.cmn-box-shadow::after {
    left: 0;
    position: absolute;
    content: '';
    background-image: url(../images/about-btm-bdr.png);
    background-repeat: repeat-x;
    height: 13px;
    background-size: contain;
    width: 100%;
    bottom: 0px;
}

.about-head1 {
    font-size: 26px;
    line-height: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #5c8f29;
    font-family: "Poppins-Regular";
    text-align: center;
}

.about-head2 {
    font-size: 36px;
    margin-bottom: 11px;
    line-height: 44px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ba090d;
    font-family: "Impact";
    text-align: center;
    filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 0.15));
    border: 1px solid rgba(255, 255, 255, 0.46);
}

.about-grid>div:nth-child(1),
.about-grid>div:nth-child(3) {
    border: 26px solid transparent;
    border-image-source: url(../images/about-bdr.png);
    border-image-repeat: revert;
    border-image-slice: 40;
    border-image-width: 40px;
    text-align: center;
}

.about-grid {
    display: grid;
    grid-template-columns: 240px 1fr 240px;
    padding: 10px 5px 15px 5px;
    align-items: center;
    gap: 30px;
}

.about-grid img {
    padding: 5px;
    /* display: block; */
    /* max-width: 100%; */
    width: 150px;
}

.bdr-btn {
    display: inline-block;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #daa440;
    font-size: 13px;
    line-height: 36px !important;
    padding: 0px 22px;
    letter-spacing: 3px;
    line-height: 24px;
    text-transform: uppercase;
    color: #3b3b3b;
    text-align: center;
}

.bdr-btn::before {
    width: 0;
    content: '';
    position: absolute;
    height: 100%;
    background-color: #daa440;
    transition: 0.3s;
    left: 0;
    z-index: -1;
}

.about-sec .bdr-btn {
    margin-top: 16px;
    position: relative;
    overflow: hidden;
    z-index: 3;
}

.about-sec .bdr-btn:hover::before {
    width: 100%;
    z-index: -1;
}

/* News and event section */

.news-event-sec .cmn-box-shadow {
    padding: 25px 20px 23px 12px;
}

.news-event-sec {
    margin-bottom: 100px;
}

.g-head {
    margin-left: -8px;
    position: relative;
    line-height: 40px;
    padding: 0px 38.5px;
    background-image: linear-gradient(90deg, #f54b4e 0%, #ffa85e 100%);
    font-size: 23px;
    letter-spacing: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Poppins-SemiBold";
    text-align: center;
}

.g-head::before {
    position: absolute;
    content: '';
    transform: rotate(-90deg);
    border-left: 8px solid transparent;
    border-bottom: 8px solid #d00f12;
    bottom: -8px;
    left: 0px;
}

.bg-ash {
    box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.07);
    background-color: #ffffff;
    margin-left: 8px;
}

.bg-content {
    padding: 30px 25px;
}

.event-grid {
    display: grid;
    grid-template-columns: 1fr 243px;
    gap: 25px;
}
.event-grid.user{margin-bottom: 100px;}
.g-head.bg-change1 {
    background-image: linear-gradient(90deg, #7daf41 0%, #2cb058 100%);
}

.g-head.bg-change1::before {
    border-bottom-color: #5d8b11;
}

.event-sec>.row>.col-sm-9>div {
    height: 100%;
    max-width: 95%;
    border-bottom: 1px solid #d5d5d5;
}

.event-head {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 4px;
    color: #1d1d1d;
    padding-top: 15px;
}

.event-img img {
    max-width: 100%;
}

.event-img {
    overflow: hidden;
}

.event-sec p {
    font-size: 14px;
    margin-bottom: 5px;
}


/* .sponser-img img {
    width: 100%;
} */

.ticker>ul>li:not(:last-child)>a>img {
    margin-bottom: 5px;
    max-width: 100%;
}

.ticker>ul {
    width: 100% !important;
}

.bg-content.extra-p {
    padding: 11px 23px 14px 23px !important;
}

.sec-title {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #222222;
    font-family: "Poppins-SemiBold";
    text-align: center;
}

.galley-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
    row-gap: 15px;
}

.cmn-gap {
    padding: 0px 9px 0px 18px;
}

/* #video-gallery .owl-nav .owl-prev {
    left: -27px;

}
#video-gallery .owl-nav .owl-next {
    right: -35px;
} */
.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000000a1;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.g-box:hover .overlay {
    height: 100%;
}

.text {
    color: white;
    font-size: 13px;
    text-transform: uppercase;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.font25 {
    font-size: 25px;
}

.owl-nav {
    display: block !important;
}

.owl-nav .owl-prev {
    left: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0px !important;
}

.owl-nav .owl-next {
    right: -45px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: none !important;
}

.gallery-owl i {
    font-size: 35px;
}

.video-item::before {
    position: absolute;
    height: 50px;
    background-image: url(../images/youtube.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: '';
    width: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.btm-right-img {
    position: absolute;
    left: -144px;
    top: -147px;
    z-index: 0;

}

.btm-left-img {
    position: absolute;
    right: -144px;
    top: -147px;
    z-index: 0;
}


/* Footer section */

.footer-sec {
    background-image: url(../images/footer-bg.png);
    padding: 69px 0px;
    background-repeat: no-repeat;
    z-index: 20;
    position: relative;
    background-size: 100% 100%;
    background-color: #fff;
    border-top: 1px solid #e8e5c9;
}

.footer-box-head {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #202242;
    text-align: center;
}

.footer-box {
    border: 1px solid;
    height: 100%;
    display: grid;
    align-items: center;
    padding: 10px;
}

.clr-4 {
    color: #ff6c00 !important;
}

.clr-5 {
    color: #ffcc00;
}

.footer-phone {
    font-size: 28px;
    letter-spacing: 0px;
    line-height: 23px;
    color: #2f2f2f;
    font-family: "Montserrat-SemiBold";
    text-align: center;
}

.footer-sec input {
    border: 2px solid rgba(16, 16, 17, 0.2);
    border-radius: 0;
    /* border-right: 0px; */
    padding: 4px 10px
}

.gd-btn {
    border-radius: 2px;
    background-image: linear-gradient(90deg, #ff3228 0%, #ff9b1a 100%);
    border: 0px !important;
    padding: 2px 14px;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 14px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat-Bold";
}

.lh-18p {
    line-height: 18px;
    display: inline-block;
}

.copy-right-sec {
    background-color: #ad1215;
    color: #fff;
    padding: 30px 0px 26px;
    font-family: 'Poppins-Light';
}


.carousel-control-next,
.carousel-control-prev {
    z-index: 6 !important;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #ad1215 !important;
    color: #000;
    border-radius: 50%;
    fill: none !important;
}

.carousel-dark .carousel-control-next-icon,
.carousel-dark .carousel-control-prev-icon {
    filter: none !important;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    background-size: 50% 50% !important;
}

.carousel-control-next,
.carousel-control-prev {
    width: 9% !important;
}





/* Inner Pages */

/* Common Banner In Inner Pages */
.inner-banner-sec .container{
    padding: 0px 14px 14px 14px !important;
    border-top: 0px !important;
    border: 0px solid orange;
 border-image:
  url("../images/inner-banner-bdr.png")
      14 /                    /* slice */
      0px 14px 14px 14px /
      0px 0px 0px 0px       /* outset */
      round;
    position: relative;
}
.inner-banner-title{
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}
.inner-banner-title .head{
    position: relative;
    font-size: 36px;
line-height: 48px;
color: #ffffff;
font-family: "Poppins-Regular";
text-align: center;
filter: drop-shadow(0px 3px 0px #000000);
}
.login-head{
    font-size: 36px;
line-height: 48px;
font-family: "Poppins-Medium";
}
.inner-cmn-content .event-grid{
    padding:28px 20px 20px 30px;
}
.inner-cmn-content .btm-right-img{
top:-250px
}
.inner-cmn-content .btm-left-img{
top:-250px
}
/* About Page */


.about-inner-img-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
 }
 .about-inner-img-grid>div{
     position:relative;
     text-align:center;
 }
 .about-inner-img-grid span{
    position:absolute;
     width:100%;
     display:block;
     bottom:10px;
     font-family: 'Ramabhadra-Regular';
     font-size: 18px;
     color: #ffffff;
     line-height: 25px;
      /* text-shadow: 2px 2px  #000000; */
     padding-inline:10px;
     text-shadow: 0px 4px 3px rgb(0 0 0),
              0px 8px 13px rgb(0 0 0),
              0px 18px 23px rgb(0 0 0 / 0%);
 }

/* Captch */
.captchabg {
    background: #000;
    color: #fff;
    padding: 10px;
    margin: 0 5px;
}
.error{color: #ff3737 !important;}
.min-row{
    padding-block: 120px;
}


.select2-container{
    margin-top: -10px !important;
}
.select2-container--default .select2-selection--single
{
    border: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #757575;
    font-family: 'Poppins-Light';
    font-size: 13px !important;
}


.cus-ul{
    padding: 0px;
    list-style: none;
}

.cus-ul>li{
    padding-block: 4px;
    padding-left: 15px;
    position: relative;
}
.cus-ul>li::before{
    position: absolute;
    content: '>';
    width: 10px;
    height: 10px;
    left: 0;
}

.cus-ex-table td{
white-space: nowrap;
}
.cus-ex-table thead tr td, .cus-ex-table thead tr th{
    background-color: #ad1115;
    color: #fff;
}
.cus-ex-table{
    overflow-x: auto;
}


/* Sri */

.community-services > div {
    position: relative;
    padding: 20px 40px;
    border: 1px solid #eae4ea;
    box-shadow: 0px 0px 10px #eaeaea;
    font-family: "Trebuchet MS", sans-serif;
  }

  .community-services > div:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    top: 0;
  }
  .community-services > div:not(:last-child){
      margin-bottom: 30px;
  }
  .community-services > div:nth-child(1)::before {
    left: 0;
    background-image: linear-gradient(90deg, #f94b7d 0%, #c3203b 100%);
  }
  .community-services > div:nth-child(2)::before {
    right: 0;
    background-image: linear-gradient(90deg, #fd5123 0%, #ff9c43 100%);
  }
  .community-services > div:nth-child(3)::before {
    left: 0;
    background-image: linear-gradient(90deg, #f94b7d 0%, #c3203b 100%);
  }
  .community-services > div:nth-child(4)::before {
    right: 0;
    background-image: linear-gradient(90deg, #fd5123 0%, #ff9c43 100%);
  }
  .community-services > div:nth-child(5)::before {
    left: 0;
    background-image: linear-gradient(90deg, #15aa97 0%, #6eceab 100%);
  }
  .community-services > div:nth-child(6)::before {
    right: 0;
    background-image: linear-gradient(90deg, #bad159 0%, #6d9443 100%);
  }
  .community-services > div:nth-child(2n+2){
    text-align: end;
  }
  .community-services > div:nth-child(2) h3{
    color: #fd5123;
  }
  .community-services > div:nth-child(4) h3{
    color: #fd5123;
  }
  .community-services > div:nth-child(5) h3{
    color: #15aa97;
  }
  .community-services > div:nth-child(6) h3{
    color: #6d9443;
  }
  .community-services h3{
    color: #ce2949;
  }
  .v_pos p{
    font-family: 'Ramabhadra-Regular';
    font-size: 18px;
    color: #383838;
    line-height: 26px;
  }
  .v_pos {
    position: relative;
  }

  .v_pos {
    position: relative;
    transition: all 0.3s ease-in-out;
  }
  .v_pos:hover {
    transform: scale(1.03);
    transition: all 0.3s ease-in-out;
  }

  .fnt-ram
{
    font-family: 'Ramabhadra-Regular';
    font-size: 15px;
    color: #383838;
    line-height: 25px;
}

.event-sec.home .event-img img{

    width: 197px;
    height: 127px;
    object-fit: contain;
    background-color: whitesmoke;

}
.hide{
    display: none !important;
}
.order-title
{
    font-family: 'Montserrat-SemiBold';

}

.order-title.txt-up
{
    text-transform: capitalize;

}
#security_code-error{
    padding-left: 5px;
}
.about-head3{
    font-family: 'Montserrat-SemiBold';
    font-size: 18px;
    margin-block: 10px;
}
.mem-type{
    display: none;
}
.mem-type.show{
    display: block;
}
.contact-box{
    /* font-family: 'Montserrat-SemiBold'; */
    /* font-size: 18px; */
    /* margin-bottom:10px; */
}
.contact-box .font16{
    font-size: 18px !important;
}
.f-r
{
    float: right;
}

.owl-carousel .owl-item img.gallery__icon  {
    display: block;
    height: 185px ;
    width: 100% !important;
    object-fit: cover;
}
.font15{
    font-size: 16px;
}
