/* bootsrp 5 icons */
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");

/* 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-30p {
    padding-top:30px;
}
.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-70p {
    padding-bottom:70px;
}


.pb-80p {
    padding-bottom: 80px;
}

.pb-85p {
    padding-bottom:85px;
}

.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-5p {
    margin-bottom: 5px;
}

.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-cream{background-color: #ffda6b;}

/* for text-colors*/

.text-black {
    color: #000000;
}

.text-white {
    color: #ffffff;
}

.text-color {
    color: #333333;
}
.text-org {
    color: #f18800;
}
.text-red {
    color: #e61b3c;
}
.text-blue {
    color: #497d19;
}
.text-yellow {
	color: #fcff00;
}
.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-c11color {
	color: #161300;
}

.text-f1color {
    color: #9ccbff;
}

.text-f2color {
    color: #e3f5ff;
}

/* for font-size */

.font10 {font-size: 10px;}

.font11 {font-size: 11px;}

.font12 {font-size: 12px;}

.font13 {font-size: 13px;}

.font14 {font-size: 14px;}

.font15{font-size:15px;}

.font16{font-size:16px;}

.font17{font-size:17px;}

.font18{font-size:18px;}

.font19{font-size:19px;}

.font20{font-size:20px;}

.font21{font-size:21px;}

.font22 {font-size: 22px;}

.font23{font-size:23px;}

.font24{font-size:24px;}

.font26{font-size:26px;}

.font28{font-size:28px;}

.font30{font-size: 30px;}

.font34{font-size: 34px;}

.font36{font-size: 36px;}

.font44{font-size: 44px;}

.font40{font-size: 40px;}

.font50{font-size: 50px;}

.font52{font-size: 52px;}

/* for line-hieght */

.lh-15p {line-height: 15px;}

.lh-16p {line-height: 16px;}

.lh-17p {line-height: 17px;}

.lh-18p {line-height: 18px;}

.lh-20p {line-height: 20px;}

.lh-21p {line-height: 21px;}

.lh-22p {line-height: 22px;}

.lh-23p {line-height: 23px;}

.lh-24p {line-height: 24px;}

.lh-25p {line-height: 25px;}

.lh-26p {line-height: 26px;}

.lh-27p {line-height: 27px;}

.lh-28p {line-height: 28px;}

.lh-29p {line-height: 29px;}

.lh-32p {line-height: 32px;}

.lh-33p {line-height: 33px;}

.lh-42p {line-height: 42px;}

.lh-44p {line-height: 44px;}

/* 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';}

/* Roboto */

.fnt-Roboto-Regular {font-family: 'Roboto-Regular';}

/* LoversQuarrel */

.fnt-LoversQuarrel-Regular {font-family: 'LoversQuarrel-Regular';}

/* SegoeScript */

.fnt-SegoeScript {
    font-family: 'SegoeScript';
}


/* for text-alignment*/

.text-center { text-align: center;}

.text-right { text-align: right;}

.text-left { text-align: left;}

.txt-end { text-align: end;}

.text-justify {text-align: justify;}

.text-initial {text-align: initial;}

/* for align-items*/

.align-items { align-items: center;}

.align-flex-end {align-items: flex-end;}

.justify-space {justify-content: space-between;}

.justify-center {justify-content: center;}

.justify-flex-end {justify-content: flex-end;}

.wh-space {white-space: pre-line;}

.obj-fit {object-fit: cover;}


html {
    overflow-x: hidden;
}

body {
    font-size: 14px;
    line-height: 23px;
    color: #1e1e1e;
    font-family: 'Poppins-Light';
    overflow-x: hidden;
    letter-spacing: 0px;
    background-color: #fefcee;
	position:relative;
}

.container {
    max-width: 1230px !important;
}


/*----- navbar toggler  css -----*/

.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: 22px;
  display: block;
  height: 2px;
  background-color: #000;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}

.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);
}

/*--------------------------------------------------------------
# Desktop Navigation
--------------------------------------------------------------*/
@media (min-width: 1024px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: auto;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10px;} */
  .navbar {
    padding: 0;
	width: 100%;
  }

  .navbar ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
	justify-content:space-between;
    width: 100%;
	flex-wrap: wrap;
  }

  .navbar li {
    position: relative;
  }

  .navbar > ul > li {
    white-space: nowrap;
    /* padding: 8px 0 8px 30px; */
  }

.navbar a, .navbar a:focus {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-transform: uppercase;
	white-space: nowrap;
	transition: 0.3s;
	position: relative;
	font-size:14px;
	text-transform: uppercase;
	color: #ffffff;
	transition: color 0.3s, background 0.3s;
	font-family: 'Poppins-Medium';
	padding:8px 18px;
	letter-spacing: 0.8px;
}
  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
    /* width: 20px;
    height: 20px; */
    position: relative;
    z-index: 20;
	display: none;
  }

  .navbar a:hover,
  .navbar li.active>a,
  .navbar li:hover  a, .menu-active a {
    /* color: #e6323d; */
	/* background-color:#ffb800; */
	/* filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.75)); */
  }
    .navbar a:hover,
  .navbar li:hover  a {
    /* color: #e6323d; */
	background-color:#ffb800;
	/* filter: drop-shadow(0px 0px 0px rgba(0,0,0,0.75)); */
  }
  
  .navbar .menu-item-has-children ul {
    display: block;
    position: absolute;
    left: 0px;
    top: calc(100% + 30px);
    margin: 0;
    /* padding: 10px 0; */
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
	min-width:195px ;
 height: 100%;
  }

  /* .navbar .menu-item-has-children ul li { */
    /* min-width: 200px; */
  /* } */

  .navbar .menu-item-has-children ul a {
    padding:8px 16px;
    font-size: 13px;
	letter-spacing:0;
    text-transform: none;
    color:#000;
    background: #fff;
	text-shadow: none;
  }

  
  .navbar .menu-item-has-children ul a i {
    font-size: 12px;
  }

  .navbar .menu-item-has-children ul a:hover,
  .navbar .menu-item-has-children ul .active:hover,
  .navbar .menu-item-has-children ul li:hover > a {
    color: #fff;
        background-color:#ffb800;
        /* background-image: linear-gradient(90deg, #f8383b 0%, #fdfde9 100%); */
  }

  .navbar .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }

  .navbar .menu-item-has-children .menu-item-has-children ul {
    top: 0;
    left: calc(100% - 30px);
    visibility: hidden;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
    visibility: visible;
  }
}
/* 
@media (min-width: 1024px) and (max-width: 1366px) {
  .navbar .menu-item-has-children .menu-item-has-children ul {
    left: -90%;
  }

  .navbar .menu-item-has-children .menu-item-has-children:hover > ul {
    left: -100%;
  }
} */

@media (min-width: 1024px) {

  .mobile-nav-show,
  .mobile-nav-hide {
    display: none;
  }
}

/*--------------------------------------------------------------
# Mobile Navigation
--------------------------------------------------------------*/
@media (max-width: 1023px) {
  /* .navbar ul li.menu-item-has-children>a{display: inline-block !important;width: 90%;}
  .navbar ul li.menu-item-has-children>span{display: inline-block;width: 10%;color: rgba(255, 255, 255, 0.7);} */
  .navbar ul li.menu-item-has-children>a i{
    position: absolute;
    right: 20px;
    width: 10%;
    height: 42px;
    text-align: center;
    top: 0px;
  
  }
  .navbar ul li.menu-item-has-children>a i::before{
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;
  }
  .navbar ul li.menu-item-has-children>a{position: relative;}
  .navbar {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    max-width:320px;
    bottom: 0;
    transition: 0.3s;
    z-index: 9997;
  }

  .navbar ul {
    position: absolute;
    inset: 0;
    padding:40px 10px 10px 10px !important;
    margin: 0;
    background-image:linear-gradient(0deg, #ce0b25 0%, #ff3f3e 100%);
    overflow-y: auto;
    transition: 0.3s;
    z-index: 9998;
  }
  

  .navbar a,
  .navbar a:focus {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
    padding:8px 20px;
    color:#fff;
    white-space: nowrap;
    text-transform: uppercase;
    transition: 0.3s;
    font-family: 'Poppins-Regular';
  }

  .navbar a i,
  .navbar a:focus i {
    font-size: 12px;
    line-height: 0;
    margin-left: 5px;
  }

  .navbar a:hover,
  .navbar .active,
  .navbar .active:focus,
  .navbar li:hover > a {
    color:#fff;
  }
  
  .navbar .menu-item-has-children ul,
  .navbar .menu-item-has-children .menu-item-has-children ul {
    position: static;
    display: none;
    padding:10px 0 !important;
    margin: 10px 20px;
    transition: all 0.5s ease-in-out;
    border: 1px solid #ffd086;
	/* background:rgb(238, 195, 130); */
  }
  .dropdown-active a{
    /* font-size: 12px !important; */
    padding: 6px 15px;
  }

  .navbar .menu-item-has-children > .dropdown-active,
  .navbar
    .menu-item-has-children
    .menu-item-has-children
    > .dropdown-active {
    display: block;
  }

  /* .navbar .dropdown>.dropdown-active, .navbar .dropdown .dropdown>.dropdown-active {
    display: block;
} */
  /* .mobile-nav-show { */
    /* position: relative; */
    /* color: #000; */
    /* font-size: 28px; */
    /* cursor: pointer; */
    /* line-height: 0; */
    /* transition: 0.5s; */
    /* z-index: 9999; */
    /* padding-right: 10px; */
  /* } */
.mobile-nav-show {
    color: #fff;
    font-size: 25px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    z-index: 9999;
    padding-right: 0;
    position: fixed;
    top: 90px;
    right: 0;
    background:#ce0b25;
    border-radius: 50px 0px 0px 50px;
    padding: 3px 2px 3px 6px;
}
  .mobile-nav-hide {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    line-height: 0;
    transition: 0.5s;
    position: fixed;
    left:275px;
    top: 15px;
    z-index: 9999;
  }

  .mobile-nav-active {
    overflow: hidden;
  }

  .mobile-nav-active .navbar {
    left: 0;
  }

  .mobile-nav-active .navbar:before {
    content: "";
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 9996;
  }
}

/* ------------------------------------------------------------------------------------------------------------*/
/* HEADER CSS */
/* ------------------------------------------------------------------------------------------------------------*/


/* HEADER TOP CSS */

.mobile-logo-sec{display:none;}

.top-header {
    position: relative;
    background-image: url(../images/header-bg2.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    z-index: 9;
}
/* .top-header:before { */
    /* content: ""; */
    /* height: 3px; */
    /* position: absolute; */
    /* right: 0; */
    /* left: 0; */
    /* top: 0; */
    /* z-index: 1; */
    /* background: #db1531; */
    /* width: 100%; */
/* } */
.logo-icon {
    height: 130px;
    margin-bottom: -6px;
}

.charminar-icon {
    position: absolute;
    right: 0px;
    bottom: 0;
    height: 120px;
}
/* HEADER-BOTTOM CSS  */

.header {
  background-image: linear-gradient(0deg, #ce0b25 0%, #ff3f3e 100%);
  width: 100%;
  justify-content: center;
}
.header-nav { 
	display:flex;
	align-items:center;
	flex-wrap: wrap;
	z-index: 997;
}

.header-right-img {
    position: absolute;
    right: 53px;
    height: 115px;
    bottom: 2px;
    z-index: -5;
}
.login-n a {
  background-color: #ffb800;
}
.lock-icon {
    margin-right: 5px;
    transform: translateY(-2px);
    height: 15px;
}

.thorm-right-waves, .thorm-left-waves {
    position: absolute;
    top: 0;
    width:585px;
}
.thorm-right-waves {left: 0;}
.thorm-left-waves {right: 0;}


.right-dgn, .left-dgn{position: absolute;top: 0; height: 110px;}
.right-dgn {left: 0;}
.left-dgn {right: 0;}

.centered-logo {
	height: 55px;
	margin-top: 3px;
	margin-bottom: -10px;
	text-align: center;
	position: relative;
	z-index: 9;    
}
/* ------------------------------------------------------------------- */
	/* HOME PAGE COMMON CSS */
/* ------------------------------------------------------------------- */

.section-title {
    font-size: 30px;
    color: #340e00;
    font-family: 'Poppins-Medium';
   
}
.section-title-gap{margin-bottom:15px;}

.flip-img{
	-webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.bg-properties {
	background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

/* common button css */

.btn-size {
    font-size: 13px;
    letter-spacing: 1px;
    color: #3b3b3b;
    font-family: 'Poppins-Light';
    width: 133px;
    height: 35px;
    border-radius: 18px;
    background-color: #ffffff;
    border: 1px solid #daa440;
    padding: 8px 22px;
}
.banner-bg {
    background-image: url(../images/banner-bg.jpg);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    z-index: 1;
    padding-bottom: 40px;
}
.banner-bg:after {
    content: '';
    background-image: url(../images/banner-border.png);
    background-repeat: repeat-x;
    background-position: center;
    background-size: 100%;
    position: absolute;
    bottom: -3px;
    z-index: 9;
    width: 100%;
    height: 15px;
    left: 0;
    right: 0;
}
/* MAIN CONTENT CSS */

.main-bg {
	background-image: url(../images/bg-wave.jpg);
    background-position: center;
	background-repeat: repeat;
	background-size:100%;
    position: relative;
    z-index: 1;
    padding-top: 20px;	
}
.bg-btm-design {
    margin-bottom: -15px;
    position: relative;
    z-index: 9;
}
.top-left, .top-right{position: absolute; z-index: -1;}

.top-left {
	left: -170px;
	top: 190px;
	width: 190px;
}
.top-right {
    right: -158px;
    top: 140px;
    width: 185px;
}
	
/* RESPONSIVE CSS */

@media screen and (min-width:1700px){
	.top-left {
		left: -240px;
		top:180px;
		width:250px;
	}
	.top-right {
		right: -245px;
		top: 85px;
		width: 280px;
	}

}



/* BUTTON CSS */

.side-button-block{padding:15px 16px 7px 16px;}

.side-buttonslis li {
	margin-top:11px;
}
.side-buttonslis li:first-child {
    margin-top: 0px;
}
.side-buttonslis li a {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'Poppins-Regular';
    padding:8px 10px;
    border-radius:2px;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* width: 187px; */
    /* height: 42px; */
}

.side-buttonslis li a span {margin-right:5px;}
.side-buttonslis li a img{height:19px;}
.sn-icon{height:18px !important;}


/* common css */

.btn-color li:first-child a{filter: drop-shadow(0px 3px 0px #b21414);
background-color: #ef3b3b;}
.btn-color li:nth-child(2) a{filter: drop-shadow(0px 3px 0px #308a0f);
background-color: #69af47;}
.btn-color li:nth-child(3) a{filter: drop-shadow(0px 3px 0px #ce590f);
background-color: #ff8c35;}
.btn-color li:nth-child(4) a{filter: drop-shadow(0px 3px 0px #744d00);
background-color: #a36b00;}

.btn-color li:first-child:hover a{background-color:#f93a3a;}
.btn-color li:nth-child(2):hover a{background-color:#72bd4d;}
.btn-color li:nth-child(3):hover a{background-color:#f58937;}
.btn-color li:nth-child(4):hover a{background-color:#b77902;}


/* BANNER CSS */

.banner-wrap {
	/* background-image: url(../images/banner-frame.png); */
	/* background-repeat: no-repeat; */
	/* padding: 10px; */
	/* background-position: center; */
	/* background-size: 100% 100%; */
	border-image-source: url(../images/banner-frame.png) !important;
	padding: 10px;
	border-image-repeat: stretch;
	border-image-slice: 22;
	border-image-width: 23px;
	border-image-outset: 0;
	display: block;
}

/* .banner-icon-bar{position:relative;} */
/* .banner-icon-bar:before { */
    /* content: ''; */
    /* border: 15px solid #000; */
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* width: 100%; */
    /* height: 100%; */
    /* z-index: 1; */
    /* opacity: 0.7; */
/* } */
/* .banner-icon-bar:after { */
    /* content: ''; */
    /* border: 1px solid #fff; */
    /* position: absolute; */
    /* top: 15px; */
    /* bottom: 15px; */
    /* z-index: 1; */
    /* left: 15px; */
    /* right: 15px; */
/* } */
.carousel-indicators {z-index: 5 !important;}
.carousel-indicators [data-bs-target] { 
	width: 12px !important; 
	height: 12px !important; 
	border-radius: 50%;
	background-color:#f15719;
}

/* carousel arrows css */

.carousel-control-next, .carousel-control-prev {
    opacity: 1;
	width: 4%;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 32px;
  height: 32px;
  background-color:#d31028 !important;
  background-size: 16px;
  padding: 15px !important;
  border-radius: 50px;
}

/* LATEST UPDATES CSS  */

.latest-sec {
    /* background: #e41e25; */
    padding: 8px 0px;
	background-image:linear-gradient(0deg, #e41e25 0%, #970005 100%);
}
.latest-post p{
	display: flex;
    width: 100%;
}
.latest-hd {
    font-size: 17px;
    text-transform: uppercase;
    color: #feffff;
    font-family: 'Poppins-SemiBold';
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}
.latest-hd img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* width: 100%; */
    z-index: 9;
    right: -25px;
}
.update-content {
    height: 100%;
    position: relative;
    display: grid;
    align-items: center;
    justify-content: center;
	color: #fff;
	margin-left: 30px;
}
.update-content ul {display:inline-flex;}
.update-content ul li {font-size:14px; color:#fff; padding-right:45px;}
.update-content ul li:before {
    content: '';
    border-radius: 50%;
    height:7px;
    width: 7px;
    margin-right:8px;
    background-color:#6b0003;
    margin-left: -25px;
    display: inline-block;
}

.latest-post:before, .latest-post:after{
	content: '';
	display: inline-block;
	width: 50px;
	height:46px;
	position: absolute; 
	top:-8px;
	background-repeat: no-repeat;
}
.latest-post:before {background-image: url("../images/lat-left.png");left: -75px; }
.latest-post:after{background-image: url("../images/lat-left.png");right: -75px; transform: scaleX(-1);}
.latnews-left,
.latnews-right {
  position: absolute;
  bottom: 0;
  top: -5px;
  z-index: -1;
}

.latnews-right {
  right: 0;
}

.latnews-left {
  left: 0;
}

/* GRID SECTION  */

.shadow-bg{
	filter: drop-shadow(0px 6px 10px rgba(0,0,0,0.15));
}

.box-gap{padding:15px;}

.grid-section {
	display: grid;
	width: 100%;
	grid-template-columns:1fr 230px;
	grid-gap:10px;
}
.grid-middle{overflow:hidden;}
.grid-right-content, .grid-left-content {height:100%;}
.grid-right-content{padding:22px 7px 18px 7px;}
.grid-left-content {
    padding-bottom:35px;
}
/* grid border css */
.bg-c{position:relative;}
.bg-c:before {
	content: '';
	background-image: url(../images/side-top-br.png);
	background-repeat:repeat-x;
	height: 15px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;	
}
.bg-c:after {
    content: '';
    background-image: url(../images/side-top-br.png);
    background-repeat: repeat-x;
    height: 15px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

/* GRID MIDDLE CSS */

.bg-c2:before {
	content: '';
	background-image: url(../images/grid-btm-br.png);
	background-repeat:repeat-x;
	height: 15px;
	width: 100%;
	position: absolute;
	bottom:0px;
	left: 0;	
}

/* GRID RIGHT SIDE CSS */

.side-grid-title{	
	font-size: 19px;
	text-transform: uppercase;
	color: #ffffff;
	font-family: 'Poppins-SemiBold';
}
.g-head {
    margin-left: -9px;
    position: relative;
    padding: 9px;
    background: #a00100;
}
.g-head::before {
    position: absolute;
    content: '';
    transform: rotate(-90deg);
    border-left: 9px solid transparent;
    border-bottom: 9px solid #4a0000;
    bottom: -9px;
    left: 0px;
}
.brwn-head{background-color: #b37806;}
.brwn-head::before {border-bottom: 9px solid #7c5200;}

.yel-head{background-color:#f9a624;}
.yel-head::before {border-bottom: 9px solid #c07500;}

/* SPONSORS CSS */

.sponser-img li {padding-top:11px;}
.sponser-img li div {
   width: 200px;
/* height: 100px; */
	border: 1px solid #76a55a;
    background-color: #ffffff;
    display: grid;
    justify-content: center;
    align-items: center;
	margin:auto;
}
.sponser-img li div img{
	width:100%; 
	/* padding:10px;  */
	/* height:75px;  */
	/* object-fit: contain; */
}

.sponser-img>ul>li:not(:last-child)>a>img {
    margin-bottom: 5px;
    max-width: 100%;
}
.sponser-img>ul {
    width: 100% !important;
}

.media-sp li div {
	border: 1px solid #eabb54;
}

/* links css */

.useful-lis {
    padding: 15px 15px 0px 35px;
}
.useful-lis li {
    list-style: disc;
}
.useful-lis li a{
	font-size: 14px;
line-height: 32px;
color: #7c0100;
font-family: 'Poppins-Regular';
}
/* GRID LEFT SIDE CSS */

/* WELCOME CSS */

.welcome-wrapper {
	background-color:#ffa800;
	background-image: url(../images/welcome-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	padding:13px;
}
.welcome-card{
	border-radius: 7px;
	filter: drop-shadow(0px 3px 2px rgba(0,0,0,0.15));
	padding:12px 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
}
.wel-bg1{	background-image:url(../images/wel-bg1.png);}
.wel-bg2{background-image:url(../images/wel-bg2.png);	}

.wel-logo{height:62px;}


.txt-dgn:before {
    content: url(../images/wel-right-icon.png);
    position: absolute;
    left: -5px;
}
.txt-dgn:after{
	content:url(../images/wel-left-icon.png); 
	position: absolute;
	right: -5px;
}

.wel-logo-bar:before{padding-right:75px; position: initial;}
.wel-logo-bar:after{padding-left:75px; position: initial;}

.wel_subtitle {
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #0f0d00;
	font-family: 'Poppins-SemiBold';
}
.wel_title{
	font-size:30px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #a00100;
	font-family: 'Poppins-Bold';
}
.wel_title span{color:#ff6600;}
.knw-btn1 {
	font-size: 14px;
    color: #ff6600;
    font-family: 'Poppins-Light'; 
}

.know_btn a{
	font-size: 13px;
	text-transform: uppercase;
	color: #f52048;
}
.know_btn a:before, .know_btn a:after {
    content: '';
    position: absolute;
    background-color: #ff2836;
    width: 65%;
    height: 1px;
    top: 50%;
}
.know_btn a:before {
    left: -75%;
}
.know_btn a:after {
    right: -75%;
}

.presid-icon-bar {
    background-image: url(../images/hero-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    padding: 6px;
    width: 142px;
    height: 142px;
    margin: auto;
}
.presid-icon {
    width: 129px;
    height: 100%;
    border-radius: 50%;
    background-color: #030303;
    object-fit: cover;
    object-position: top;
    overflow: hidden;
}

.presid-name {
	font-size: 16px;
	/* line-height: 18px; */
	text-transform: uppercase;
	color: #a00100;
	font-family: 'Poppins-Medium';
}

.presid-desgn {
    font-size: 13px;
    color: #0974c6;
    font-family: 'Poppins-Regular';
}

.presid-c {
    font-family: 'Ramabhadra-Regular';
    font-size: 17px;
    line-height:21px;
}


/* UPCOMING CSS */

.upcoming-box {
	border: 1px solid #e7e7e7;
}
.upcoming__icon {
    padding: 5px 0px 5px 5px;
}
.upcoming__icon img {
	width:190px !important;
	margin:auto;
	background-color: #669b67;
}
.upcoming-title{
	font-size: 18px;
	line-height: 23px;
	color: #02317c;
	font-family: 'Poppins-Medium';
}
.upcoming-lis{margin:15px 7px 25px 7px;}
.upcoming-lis li{
	font-size: 14px;
	color: #003c6c;
	background:#f8f8f8;
	border-bottom:1px solid #ebebeb;
	padding:8px 15px;
    display:flex;
}
.upcoming-lis li:last-child{border-bottom:0;}
.upcoming-lis i{
	font-size: 16px;
	margin-right:5px;
}
.upcoming_btn a {
	/* width: 99px; */
	/* height: 34px; */
	border-radius: 2px;
	background-image: linear-gradient(0deg, #f2f2f2 0%, #ffffff 100%);
	border: 1px solid rgba(0,0,0,0.16);
	font-size: 11px;
	text-transform: uppercase;
	color: #000000;
	font-family: 'Poppins-Regular';
	padding:8px 15px;
}
.upcoming_btn a:hover{
	background-image: linear-gradient(0deg, #ffffff 0%, #f2f2f2 100%);
}

.map-img img{
	background-image: linear-gradient(0deg, #d4fffd 0%, #d4fffd 0%, #ffffff 100%);
    border: 1px solid #c1efee;
    height: 390px;
	object-fit:cover;
}


/* GALLERY SECTION MAIN CSS */

.bg2 {
    position: relative;
    background-image: linear-gradient(0deg, #fdfde9 0%, #fdfde9 20%, #ffd969 100%);
}
.pillar-left, .pillar-right {
    position: absolute;
    top: 25px;
    height: 325px;
}
.pillar-left {
    left:-85px;
}
.pillar-right {
    right:-85px;
}

.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:25px;
    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;
}
.gallery-owl i {font-size: 35px;}

/* OWL CSS */

.owl-theme .owl-nav [class*=owl-]:hover { background: none !important;}
.owl-nav { display: block !important;}

.owl-nav .owl-prev {
    left: -35px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0px !important;
}
.owl-nav .owl-next {
    right: -40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    margin: 0px;
}

/* VIDEO CSS */

.video-item {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

.video-item::before {
    position: absolute;
    height:70px;
	width: 70px;
    background-image: url(../images/yt.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: ''; 
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}


/* FOOTER PART CSS */

.footer-logo { height:165px;}
.footer-sec {
    background: #fefeea;
}
.footer-sec .container{max-width: 1330px !important;}
.footer-block {
    background-image: url(../images/footer-bg.png);
	 background-repeat:repeat;
    background-position: center;
	 /* background-size: 100% 100%; */
    border-radius: 15px;
    background-color: #ffffff;
    border: 2px solid #f95b1e;
    position: relative;
    padding:25px;
	z-index: 10;
}
.footer-title {
	font-size: 20px;
	color: #990001;
	font-family: 'Poppins-SemiBold';
}

.fbox2{margin-left:45px;}
.fbox4{display: grid;justify-content: end;}

.fcal-cd ul li {border-bottom: 1px dotted #50545c; padding:10px 0px;}
.fcal-cd ul li:last-child{ border-bottom:0;}
.fcal-cd ul li a{color: #0d0012;}
.loc-fnt img, .cal-fnt img{height:18px;}
.mail-fnt img{height:15px;}
.note-fnt img{height:17px;}

.fmap iframe {
    width: 333px;
    height: 150px;
    border-radius: 15px;   
}

/* .foot-li {display: flex;flex-direction: column;flex-wrap: wrap;width: 100%;height: 156px;} */
/* .foot-li {columns: 2;} */
.foot-li li{margin-bottom:6px;}
.foot-li a{color: #272228; font-size: 14px;}
.fcal-cd li a:hover, .foot-li a:hover{color:#d0715c;}

/* subscribe css */

/* news letter css */
.news-letter img{margin-right:5px;}
.news-letter h5 span{font-size:12px;color: #591274;font-family: 'Roboto-Regular';}

/* subscribe css */

.subscribe-box img {margin-bottom: -27px;}
.subscribe-box input{
	font-size: 13px;
	color: #1b1b1b;
	border: 1px solid #ffc40b;
	border-radius:50px;
	background-color: rgba(255,255,255,0.5490196078431373);
	height:36px;
	width:100%;
	padding: 0px 15px;
}
.subscribe-box button{
	font-size: 14px;
	letter-spacing: 3px;
	border: 0;
	height: 36px;
	border-radius:50px;
	text-transform: uppercase;
	color: #9b0000;
	background-color: #ffc40b;
	padding: 0px 20px; 
	font-family: 'Oswald-Regular';
	position: absolute;
    right: 0;
	top: 0;
}

.subscribe-box input:focus {color:#1b1b1b; background-color: transparent;border-color: 0;outline: 0;box-shadow: none;}
.subscribe-box ::placeholder {color: #1b1b1b !important;}

/* social icons */
.f-icon {
    position: relative;
    text-align: center;
    width: 0px;
    height: 0px;
    padding:16px;
    color: #fff;
	border: 2px solid #ffffff;
	border-radius:50%;
    display: inline-block;
    margin:0px 0px 0px 10px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.f-icon i {
	font-size:18px; 
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.f-fb{border: 1px solid #4b69b1; color:#4b69b1;}
.f-tw{border: 1px solid #0e0e0e; color:#0e0e0e;}
.f-insta{border: 1px solid #974494; color:#974494;}
.f-yt{border: 1px solid #e83f3a; color:#e83f3a;}

.f-icon:hover{color:#fff;}
.f-fb:hover{background:#4b69b1;}
.f-tw:hover{background:#0e0e0e;}
.f-insta:hover{background:#974494;}
.f-yt:hover{background:#e83f3a;}

/* copy right section css */

.copy-right-block {
    background-image: url(../images/bottom-footer.png);   
    background-position: center;
    background-size:100% 100%;
    background-repeat: no-repeat;
	margin-top: -165px;
	padding:190px 0px 22px 0px;
    font-size: 14px;
    color: #fff;
	position: relative;
    z-index: 9;
}
.aw-txt{color:#ffda0a;}


.cpy-left-icon, .cpy-right-icon{
 position: absolute;
 bottom: 0;
 z-index: -1;
}
.cpy-left-icon {left: 0; height: 95px;}
.cpy-right-icon {right: 0; height: 95px;}
    


/* --------------------------------------------------------- */
	/* INNER PAGES COMMON CSS STARTS HERE */
/* --------------------------------------------------------- */

.innmain-bg{padding-top:0 !important;}

.mini-height{min-height:1420px;}

.inner-hd {
  padding: 10px 20px;
  background-image: linear-gradient(0deg, #fa593f 0%, #f9a624 100%);
}
.inner-title {
	font-size: 30px;
	letter-spacing: 0px !important;
	text-transform: uppercase;
	color: #fff !important;
	font-family: 'Poppins-Medium' !important;
	margin: 0;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
	/* display: inline-block; */
}
.inner-cnt {
    padding: 20px;
}
.min-ht{min-height:1250px;}

.tit-gap{margin-bottom:15px;}
.tit2{
	font-size:18px;
	color:#5e1901;
	font-family: 'Poppins-Medium';
}
.list-li li {
    background: url(../images/list-li.png) no-repeat left 3px !important;
    padding-left: 25px;
    vertical-align: middle;
	margin-bottom: 10px;
}

.upd-txt{padding-top:300px;}







/*.upcoming-box {
    padding-block: 7px;
}*/

.contact_de_set {
    display: flex;
    width: 105%;
    padding: 15px;
    border: 1px solid #e1e3e6;
}
.icon_set {
    font-size: 16px;
    background-color: #fd2e2c26;
    color: #de423b;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    width: 25px;
    height: 25px;
}
.icon_set {
    font-size: 16px;
    color: #de423b;
}
.adds_set {
    font-size: 18px;
    font-family: 'Muli-SemiBold';
    line-height: 25px;
    padding-bottom: 5px;
    color: #111;
}
h4.sec-title2 {
    font-size: 20px;
    font-family: 'Muli-SemiBold';
    margin-bottom: 0px;
}
.form_set {
    background-color: #FFFBF4;
    padding: 40px 60px;
}
.shadow_sec_set {
    box-shadow: 0px 3px 5px 0px rgba(221, 221, 221, 1);
    transition: all 0.3s linear;
}
 .navbar .menu-item-has-children ul.sub-menu.sub__menu {
        overflow: scroll;
        height: 250px;
    }
  