@import url('https://fonts.googleapis.com/css2?family=Tiro+Devanagari+Hindi:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	scroll-behavior: auto;
	--thm-font-logo: "Tiro Devanagari Hindi", serif;
	--thm-font: "Poppins", sans-serif;
	--thm-color: #000;
	--thm-color-bg: #fff;
	--thm-brown: #7c634e;
	--thm-brown-light: #d2b99f;
	--thm-white: #fff;
}
html {
    width: 100%;
    overflow-x: hidden;
}
body {
     font-family: var(--thm-font);
	color: var(--thm-color);
	font-size: 16px;
	line-height: 1.875;
	overflow-x: hidden;
}


a {
	color: var(--thm-base);
}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
    color: #7c634e;
 }

::placeholder {
	color: inherit;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	color: var(--thm-black);
}

@media (max-width: 575px) {

	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
}

@media (max-width: 575px) {
	p br {
		display: none;
	}
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
}
.page-wraper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	padding-top: 11px;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1160px;
	}
	.bannerSection .bx-wrapper {
    max-width: 63% !important;
}
}
.d-none-1{ display: none; }
 #style-2::-webkit-scrollbar-track
 {
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	 border-radius: 10px;
	 background-color: #F5F5F5;
 }

 #style-2::-webkit-scrollbar
 {
	 width: 7px;
	 background-color: #F5F5F5;
 }

 #style-2::-webkit-scrollbar-thumb
 {
	 border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	 background-color: var(--thm-base);
 }

.row {
	--bs-gutter-y: 0px;
}
.row > * {padding: 0 10px;}
.preloader {
	position: fixed;
	background-color: #e3e3e3;
	background-position: center center;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	text-align: center;
}

.preloader__image {
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-size: 200px;
	background-repeat: no-repeat;
	background-position: center center;
}
.preloader__imageTwo{
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: flipInY;
	animation-name: flipInY;
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/logo.png);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* scroll to top */
.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background: #d2b99f;
    border: 1px solid #fff;
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    /* display: none; */
    border-radius: 50%;
    transition: all 0.4s ease;
}

.scroll-to-top i {
	color: #ffffff;
	font-size: 18px;
	line-height: 45px;
}

.scroll-to-top:hover {
    background-color: #7c634e;
}

.scroll-to-top:hover i {
	color: #fff;
}


.owl-dot-style-one .owl-dots {
	display: flex;
	justify-content: center;
}

.owl-dot-style-one .owl-dots .owl-dot+.owl-dot {
	margin-left: 10px;
}

.owl-dot-style-one .owl-dots .owl-dot span {
	margin: 0;
	background-color: var(--thm-black);
	opacity: 0.1;
	transform: scale(1);
	transition: 500ms ease;
}

.owl-dot-style-one .owl-dots .owl-dot.active span {
	opacity: 1;
	background-color: var(--thm-base);
	transform: scale(1.6);
}

.owl-dot-style-one .owl-nav.disabled+.owl-dots {
	margin-top: 60px;
}
.innerSection .leftMenuArea nav.sidebar ul.collapse.show .has-submenu li a{
	color: #000 !important;
	font-weight: 500;
}
.innerSection .leftMenuArea nav.sidebar ul.collapse.show li a {
    color: #bb794e !important;
	font-weight: 500;
}

.innerSection .leftMenuArea nav.sidebar li.has-submenu.arrow ul li:after {
    color: #bb794e !important;
}

.main-menu {
	position: relative;
	z-index: 999;
	padding: 15px 0;
	background-color: var(--thm-brown-light);
}


.main-menu__logo {
	position: absolute;
	top: 0px;
	padding: 10px 14px;
	left: 0;
	/* height: 80px; */
	/* background: #fff; */
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.main-menu__logo {
		position: relative;
		top: auto;
		left: auto;
		height: 80px;
		width: auto;
	}
}

.main-menu__logo img {
	position: relative;
	z-index: 11;
}



@media (max-width: 1199px) {
	.main-menu__nav {
		display: none;
	}
}

.main-menu__right {
	margin-left: 10px;
	display: flex;
	align-items: center;
	padding-right: 0px;
	margin-left: auto;
	justify-content: end;
}

@media (max-width: 1199px) {
	.main-menu__right {
		padding-top: 0px;
		padding-right: 0;
	}
}

.main-menu__toggler {
	font-size: 20px;
	color: #fff;
	margin-right: 0px;
	transition: all 500ms ease;
	display: none;
	padding: 0px 0;
}

@media (max-width: 1199px) {
	.main-menu__toggler {
		display: flex;
	}
}

.main-menu__toggler:hover {
	color: var(--thm-base);
}

.main-menu__search {
	font-size: 24px;
	color: #fff;
	border-left: 1px solid var(--thm-border-color);
	padding-left: 30px;
	display: flex;
	align-items: center;
	height: 40px;
	padding-right: 15px;
	margin-left: 15px;
	transition: all 500ms ease;
}

@media (max-width: 475px) {
	.main-menu__search {
		padding-right: 0;
	}
	.container, .container-md, .container-sm{
		max-width: 100% !important;
	}
}

.main-menu__search:hover {
	color: var(--thm-base);
}

.main-menu__btn {
	padding: 12px 20px;
	border-radius: 10px;
	margin: 0 4px;
	font-size: 12px;
}

@media (min-width: 1581px) {
	.main-menu__btn {
		margin-right: 30px;
	}
}

@media (max-width: 475px) {
	.main-menu__btn {
		display: none;
	}
	.innerBanner{
		flex-direction: column;
	}
	.innerBanner .minister{
		text-align: center;
		margin: 10px 0 !important;
	}
	section.techologaSection.hdTextArea .eventArea img{
    width:100%;
    }

.directorSection .directorPanel h1{
	text-align: center;
}
.directorPanel{
	width: 85% !important;
}

.directorSection .directorPanel h1 img {
    width: 100% !important;
    height: 88px !important;
}
	.divisionsSection .divisionsPanel .divisionsLogoArea{
		width: 65px !important;
	}

	.divisionsSection .divisionsPanel .divisionsText-1 {
    font-size: 15px !important;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-2 {
    left: -51px !important;
    top: 80px !important;
    font-size: 12px !important;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-5 {
    right: -35px !important;
    top: 75px !important;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-3{
	left: 20px !important;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-6 {
    right: 0px !important;
    bottom: 40px !important;
}

.divisionsTextHb .boxIn-1{
	width: 70px !important;
	height: 70px !important;
	line-height: 75px !important;
}

.divisionsTextHb.pA-1{
	width: fit-content !important;
	left: -55px !important;;
}
.divisionsTextHb{
	padding: 4px 20px !important;
}

.divisionsTextHb.pA-4{
	right: -59px !important;
}

.divisionsTextHb.pA-2{
	left: 0 !important;
}

.divisionsTextHb.pA-6{
		right: -35px !important
}

.divisionsTextHb.pe-5.tr-1.pA-3 a{
	    text-wrap: pretty !important;
}
.divisionsTextHb.pA-3{
	left: 21px !important
}
.card-box{
	width: 100% !important;
}

.bannerSwiperPanel{
	padding: 20px !important;
}

.bannerSection .bx-wrapper {
    max-width: 100% !important;
}

}


.main-menu__btn:hover {
	background-color: var(--thm-black);
	color: #fff;
}


.main-menu__contact {
	display: none;
	align-items: center;
}

@media (min-width: 1581px) {
	.main-menu__contact {
		display: flex;
	}
}

.main-menu__contact__icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: var(--thm-gray);
	color: var(--thm-base);
	font-size: 27px;
	border-radius: 50%;
	margin-right: 13px;
	transition: all 500ms ease;
}

.main-menu__contact__text {
	color: var(--thm-color);
	transition: all 500ms ease;
	font-size: 14px;
	line-height: 1;
}

.main-menu__contact__text strong {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: var(--thm-black);
	margin-bottom: 10px;
}

.main-menu__contact:hover .main-menu__contact__icon {
	background-color: var(--thm-base);
	color: #fff;
}

.main-menu__contact:hover .main-menu__contact__text {
	color: var(--thm-color);
}

[class*=main-menu__logo__shape-] {
	position: absolute;
	width: 366px;
	height: 120px;
}

@media (max-width: 1199px) {
	[class*=main-menu__logo__shape-] {
		height: 80px;
		display: none;
	}
}

.main-menu__logo__shape-1 {
	fill: var(--thm-base);
	left: 0;
}

.main-menu__logo__shape-2 {
	fill: #ffffff;
	left: -5px;
}

.main-menu,
.stricky-header {
	/* after third level no menu */
}

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
	display: none;
}

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: flex;
		/* justify-content: space-between; */
		/* justify-content: center; */
	}
}

.main-menu .main-menu__list,
.stricky-header .main-menu__list {
	margin-left: auto;
	margin-right: auto;
}

.main-menu .main-menu__list>li,
.stricky-header .main-menu__list>li {
	position: relative;
}


.main-menu .main-menu__list>li>a,
.stricky-header .main-menu__list>li>a {
	font-size: 16px;
	display: flex;
	font-weight: 500;
	line-height: 18px;
	align-items: center;
	color: #fff;
	position: relative;
	transition: all 500ms ease;
	padding:2px 2px;
	position: relative;
	margin: 0 20px;

	
}
.main-menu .main-menu__list>li:first-child>a{ margin-left: 0; }
.main-menu .main-menu__list>li>a:after{ position: absolute; background: #7c634e; content: ''; width: 1px; height: 100%; right: -21px; top: 0; bottom: 0; }
.main-menu .main-menu__list>li:last-child>a:after{ display: none; }
.main-menu .main-menu__list>li>a:before{ position: absolute; background: #7c634e;
 content: ''; width: 100%; height: 2px; right: 0; bottom: 0; opacity: 0; transition: all ease-in-out .2s;}


.main-menu .main-menu__list>li:hover a:before,.main-menu .main-menu__list>li a.active:before{ opacity: 1; }

.main-menu .main-menu__list>li>a

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 260px;
	background-color: #fff;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	opacity: 0;
	visibility: hidden;
	/* transition: 500ms ease; */
	z-index: 99;
	box-shadow: 0px 0px 65px 0px rgba(0, 0, 0, 0.1);
}

.main-menu .main-menu__list > li:nth-child(n+9)  ul,
.stricky-header .main-menu__list > li:nth-child(n+9) ul {left: auto;
    right: 0;}

.main-menu .main-menu__list li:hover>ul,
.stricky-header .main-menu__list li:hover>ul {
	opacity: 1;
	visibility: visible;
}

.main-menu .main-menu__list li ul li,
.stricky-header .main-menu__list li ul li {
	flex: 1 1 100%;
	width: 100%;
	position: relative;
}

.main-menu .main-menu__list li ul li+li,
.stricky-header .main-menu__list li ul li+li {
	border-top: 1px solid rgba(var(--thm-black), 0.1);
}

.main-menu .main-menu__list li ul li a,
.stricky-header .main-menu__list li ul li a {
	font-size: 14px;
	line-height: 20px;
	color: var(--thm-black);
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
	background-color:#162f6a;
	color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
	display: none;
}

.main-menu .main-menu__list li ul .dropdown-toggle::after {
    position: absolute;
    right: 6px;
    top: 18px;
    transform: rotate(-90deg);
}

.main-menu ul.main-menu__list ul li a{white-space: inherit; padding: 10px 20px;}
.main-menu__btn {
    padding: 1px 12px;
    border-radius: 10px;
    margin: 0 4px;
    background: #7C634E;
    color: #D2B99F;
    font-size: 13px;
}
.main-menu__btn:hover{ background: #e4ad00; color: #000;}

.mobile-nav__buttons {
	display: flex;
	margin-left: auto;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.mobile-nav__buttons {
		display: none;
	}
}

.mobile-nav__buttons a {
	font-size: 20px;
	color: var(--thm-black);
	cursor: pointer;
}

.mobile-nav__buttons a+a {
	margin-left: 10px;
}

.mobile-nav__buttons a:hover {
	color: var(--thm-base);
}

.mobile-nav__toggler {
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	transition: 500ms;
}

.mobile-nav__toggler:hover {
	color: var(--thm-base);
}

@media (min-width: 1200px) {
	.mobile-nav__toggler {
		display: none;
	}
}

.main-menu--two:not(.stricky-header) {
	position: relative;
	margin-bottom: -40px;
}

.main-menu--two .main-menu__logo {
	position: relative;
	top: auto;
	left: auto;
	height: 110px;
	background-color: var(--thm-black);
	width: 260px;
	top: -30px;
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.main-menu--two .main-menu__logo {
		top: auto;
		width: auto;
		padding-left: 20px;
		height: auto;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.main-menu--two .main-menu__logo::after {
	content: '';
	width: 15px;
	height: 30px;
	top: 0;
	left: 100%;
	background-color: var(--thm-black);
	position: absolute;
	clip-path: polygon(100% 100%, 0 0, 0 100%);
}

.main-menu--two__inner {
	background-color: var(--thm-black);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding-right: 20px;
}

.main-menu--two .main-menu__nav {
	padding-left: 0;
	margin-left: auto;
	margin-right: auto;
}

.main-menu--two .main-menu__list>li {
	padding-top: 40px;
	padding-bottom: 40px;
}

.main-menu--two .main-menu__list>li+li {
	margin-left: 40px;
}

.main-menu--two .main-menu__right {
	padding-right: 0;
	margin: 0;
}

@media (max-width: 1199px) {
	.main-menu--two .main-menu__right {
		margin-left: auto;
	}
}

.main-menu--two .main-menu__btn {
	margin-right: 0;
}

@media (max-width: 520px) {
	.main-menu--two .main-menu__btn {
		display: none;
	}
}

.main-menu--two .main-menu__btn:hover {
	background-color: #fff;
	color: var(--thm-black);
}

.main-menu--two .main-menu__search {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: 520px) {
	.main-menu--two .main-menu__search {
		padding-right: 0;
	}
}

.main-menu--two .main-menu__list>li>a {
	color: var(--thm-text-dark);
}

.main-menu--two .mobile-nav__toggler {
	color: #fff;
}

.stricky-header.main-menu--two {
	background-color: var(--thm-black);
}

.stricky-header.main-menu--two .main-menu__logo {
	top: auto;
	padding-top: 0;
	height: auto;
	width: auto;
	justify-content: flex-start;
}

.stricky-header.main-menu--two .main-menu__list>li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.stricky-header.main-menu--two .main-menu--two__inner {
	padding-right: 0;
}

.main-menu--three .main-menu__logo {
	width: 265px;
	height: 92px;
	background-color: var(--thm-base);
	top: 0;
}

@media (max-width: 600px) {
	.main-menu--three .main-menu__logo {
		width: auto;
		height: auto;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.main-menu--three .main-menu__list>li {
	padding-top: 31px;
	padding-bottom: 31px;
}

@media (max-width: 600px) {
	.main-menu--three .main-menu__btn {
		display: none;
	}
}

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/
@keyframes bubbleMover {
	0% {
		transform: translateY(0px) translateX(0) rotate(0);
	}

	30% {
		transform: translateY(10px) translateX(30px) rotate(5deg);
		transform-origin: center center;
	}

	50% {
		transform: translateY(30px) translateX(50px) rotate(15deg);
		transform-origin: right bottom;
	}

	80% {
		transform: translateY(10px) translateX(30px) rotate(5deg);
		transform-origin: left top;
	}

	100% {
		transform: translateY(0px) translateX(0) rotate(0);
		transform-origin: center center;
	}
}

@keyframes shapeMover {

	0%,
	100% {
		transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
	}

	50% {
		transform: perspective(400px) rotate(-20deg) translateZ(10px) translateY(10px) translateX(10px);
	}
}

@keyframes banner3Shake {
	0% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}

	30% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	60% {
		-webkit-transform: rotate3d(1, 0, 0, 0deg);
		transform: rotate3d(1, 0, 0, 0deg);
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg);
	}

	100% {
		-webkit-transform: rotate3d(0, 1, 0, 0deg);
		transform: rotate3d(0, 1, 0, 0deg);
	}
}

@keyframes squareMover {

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

	20%,
	60% {
	-webkit-transform: translate(20px, 40px) rotate(180deg);
	transform: translate(20px, 40px) rotate(180deg);
   }

	30%,
	80% {
		-webkit-transform: translate(40px, 60px) rotate(0deg);
		transform: translate(40px, 60px) rotate(0deg);
	}
}

@keyframes treeMove {

	0%,
	100% {
		-webkit-transform: rotate(0deg) translateX(0);
		transform: rotate(0deg) translateX(0);
	}

	25%,
	75% {
		-webkit-transform: rotate(5deg) translateX(15px);
		transform: rotate(5deg) translateX(15px);
	}

	50% {
		-webkit-transform: rotate(10deg) translateX(30px);
		transform: rotate(10deg) translateX(30px);
	}
}

@keyframes zoom-fade {
	0% {
		transform: scale(0.9);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.9);
	}
}

/*--------------------------------------------------------------
# Mobile Nav
--------------------------------------------------------------*/
.mobile-nav__wrapper {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	transform-origin: right center;
	z-index: 9999999;
	transform: translateX(-100%);
	transform-origin: left center;
	transition: transform 500ms ease 500ms, visibility 500ms ease 500ms;
	visibility: hidden;
}

.mobile-nav__wrapper .container {
	padding-left: 0;
	padding-right: 0;
}

.mobile-nav__wrapper.expanded {
	opacity: 1;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	visibility: visible;
	-webkit-transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms;
	transition: transform 500ms ease 0ms, visibility 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000000;
	opacity: 0.5;
	cursor: pointer;
}

.mobile-nav__content {
	width: 300px;
	background: #7C634E;
	z-index: 10;
	position: relative;
	height: 100%;
	overflow-y: auto;
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transitio: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
	-webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
	-webkit-transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
	transform 500ms ease 0ms;
	transition: opacity 500ms ease 0ms, visibility 500ms ease 0ms,
	transform 500ms ease 0ms, -webkit-transform 500ms ease 0ms;
}

.mobile-nav__wrapper.expanded .mobile-nav__content {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
		-webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
		-webkit-transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
		transform 500ms ease 500ms;
	transition: opacity 500ms ease 500ms, visibility 500ms ease 500ms,
		transform 500ms ease 500ms, -webkit-transform 500ms ease 500ms;
}

.mobile-nav__content .thm-btn {
	padding: 8px 0;
	width: 100%;
	text-align: center;
}

.mobile-nav__content .logo-box {
	margin-bottom: 20px;
	display: flex;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px;
}

.mobile-nav__close {
	position: absolute;
	top: 0px;
	right: 17px;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
}

.mobile-nav__content .main-menu__list,
.mobile-nav__content .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.mobile-nav__content .main-menu__list ul {
	display: none;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list ul li a {
	padding-left: 1em;
}

.mobile-nav__content .main-menu__list li:not(:last-child) {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-nav__content .main-menu__list li a {
	display: flex;
	justify-content: space-between;
	color: #ffffff;
	font-size: 14px;
	font-family: var(--thm-font);
	font-weight: 500;
	height: auto;
	align-items: center;
	transition: 500ms;
	white-space: normal;
	line-height: 1.5;
	padding: 7px 0;
}
.mobile-nav__content .main-menu__list li ul li a{
    padding: 10px 0;
}
.mobile-nav__content .main-menu__list li a.expanded {
	color: var(--thm-base);
}
.mobile-nav__content .dropdown-item:focus,.mobile-nav__content .dropdown-item:hover{background-color: transparent;}
.mobile-nav__content .main-menu__list li a button {
	width: 30px;
	height: 30px;
	background-color: var(--thm-base);
	border: none;
	outline: none;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: rotate(-90deg);
	transition: transform 500ms ease;
}

.mobile-nav__content .main-menu__list li a button.expanded {
	transform: rotate(0deg);
	background-color: #fff;
	color: var(--thm-black);
}

.mobile-nav__content .main-menu__list li.cart-btn span {
	position: relative;
	top: auto;
	right: auto;
	transform: translate(0, 0);
}

.mobile-nav__content .main-menu__list li.cart-btn i {
	font-size: 16px;
}

.mobile-nav__top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 30px;
}

.mobile-nav__top .main-menu__login a {
	color: var(--thm-text-dark);
}

.mobile-nav__language {
	display: flex;
	align-items: center;
}

.mobile-nav__language img {
	border-radius: 50%;
	margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none;
	color: var(--thm-text-dark);
	font-size: 14px;
}

.mobile-nav__social {
	display: flex;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: #fff;
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 15px;
}

.mobile-nav__social a:hover {
	color: var(--thm-base);
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mobile-nav__contact li {
	color: var(--thm-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: inherit;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--thm-base);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--thm-base);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__wrapper .main-menu__list .dropdown-toggle::after{ display: none; }




/**Top Header**/
.topHeader {
	background: #fff;
	font-size: 12px;
	border-bottom: 1px solid #e7ebef;
	/* position: relative;
    z-index: 99999; */
}

.topHeader .topHeader a {
	color: #595656;
	margin: 0 5px;
}

.topHeader i {
	vertical-align: middle;
	margin-top: -3px;
}

.topHeader .common-left ul {
	list-style: none;
}

.topHeader .common-left ul li {
	float: left;
	text-align: left;
	line-height: 15px;
	position: relative;
	padding: 0 7px 0 8px;
}

.topHeader .common-left ul li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #adaeae;
    overflow: hidden;
    margin-top: -7px;
}
.topHeader .common-left ul li:first-child {
    padding-left: 0;
}
.topHeader .common-left ul li:first-child:before{ display: none; }
.topHeader .common-left ul li a,
.topHeader a {color: #595656; font-size: 14px;
}

.topHeader .common-left ul li a:hover,
.topHeader a:hover {
	color: var(--thm-base);
}

.topHeader .common-left ul li span {
	display: block;
}

.topHeader .common-left ul li img {
	float: left;
}

.topHeader .common-middle a {
	margin: 0 10px;
	font-size: 13px;
}

.topRightHeader {
	color: #000;
}

.topRightHeader .dropdown>a {
	border-left: 1px solid #eeeeee;
	margin: 0;
	font-size: 12px;
	display: block;
	padding: 5px 9px;
	float: left;
	text-transform: uppercase;
}

.topRightHeader .dropdown>a:hover {
	background: #02a9e3;
	color: #fff !important;
}

.topRightHeader .dropdown {
	float: left;
}

.topRightHeader .dropdown>img {
	cursor: pointer;
}

.topRightHeader .dropdown-menu {
	left: auto;
	right: 0;
	border: 0;
	box-shadow: none;
}

.topRightHeader .dropdown .menuPanelDown {
	left: 1px;
	right: auto;
	top: 34px;
	padding: 0;
	min-width: 42px;
	border-radius: 0;
	text-align: center;
}

.topRightHeader .dropdown .menuPanelDown li {
	padding: 0;
}

.topRightHeader .dropdown .menuPanelDown li a {
	border-bottom: 1px solid #cecece;
	text-align: center;
	margin: 0;
	padding: 3px 0px;
	    display: block;
	font-size: 14px;
	background: #02a9e3;
	color: #fff;
}

.topRightHeader .dropdown .menuPanelDown li a:hover {
	background: #333;
}

.topRightHeader .dropdown:hover .menuPanelDown {
	display: block;
	width: 100%;
}

.topRightHeader .dropdown .languageMenu {}

.topRightHeader .dropdown .languageMenu li a {
	padding: 3px 23px;
	display: block;
}
.ms-n5 {
    margin-left: -40px !important;
}



.headerSection{ width: 100%; position: relative; }
.headerSection header.header{ padding: 10px 0 5px 0; background: var(--thm-brown); }
.headerSection header.header .logo h2{ font-size: 40px; font-family: var(--thm-font-logo); color: var(--thm-white); }
.headerSection header.header .logo h2 span{ display: block; font-size: 15px; font-family: var(--thm-font); }
.headerSection header.header .logo img{height: 120px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.headerSection header.header .logo:hover h2{ color: var(--thm-white); }
.headerSection header.header .ine_logo{ height:115px; float:left; } 
@media (max-width:1100px) {
.headerSection header.header .ine_logo{ display:none; } 	
}
/* .headerSection.stricky-fixed{ position: fixed; top: 0; z-index: 99999;  }
.headerSection.stricky-fixed header.header .logo h2{font-size: 20px;}
.headerSection.stricky-fixed header.header .logo h2 span{font-size: 13px;}
.headerSection.stricky-fixed header.header .logo img{ height: 80px; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s; }

.fxArea-2.stricky-fixed-1{ margin-top: 120px; } */

.headerSection header.header .searchAreaBox .form-control{ }
.headerSection header.header .searchAreaBox .btn{ background: var(--thm-brown-light); color: var(--thm-white);  }


.bannerSection .bx-wrapper{ padding: 0; margin:0; border:0;}
.bannerSection .bannerSlider{ width: 100%; }
.bannerSection .bannerSlider img{width: 100%; object-fit: inherit;object-position: center;}
.bannerSection .bannerSlider .bannerSliderText{ position: absolute; width: 600px; bottom: 10px; left: 0;
	padding:8px; background: rgba(0, 0, 0, .8); padding-left:30px; padding-right:10px;}
.bannerSection .bannerSlider .bannerSliderText span{margin: 0;padding: 0;margin-bottom: 10px;font-size: 14px;color: #fff;}
.bannerSection .bannerSlider .bannerSliderText span i{ margin-right: 5px; }
.bannerSection .bannerSlider .bannerSliderText p{margin: 0; padding: 0; font-size: 15px; line-height: 21px; color: #fff;}
.bannerSection .bx-wrapper .bx-controls-direction a { z-index: 9;}
.bannerSection .bx-wrapper .bx-controls-direction a:focus,
.bannerSection .bx-wrapper .bx-controls-auto .bx-stop:focus{outline: 0;   box-shadow: 0 0 0 2px #fff;
}
.bannerSection .bx-wrapper .bx-prev {
    /*left: -40px;*/
    background: url('../images/controls.png') no-repeat 0 -32px;
        filter: brightness(0) invert(1);
}
.bannerSection .bx-wrapper .bx-next {
	 /*right: -40px;*/
    background: url('../images/controls.png') no-repeat -43px -32px;
        filter: brightness(0) invert(1);
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-stop {

    background: url('../images/controls.png') -83px -41px no-repeat;

}

.bannerSection .bx-wrapper .bx-controls-auto {
    bottom: 53px !important;
    right: 10px !important;
    background: #162f6a;
    height: 25px;
    width: 25px;
    padding-top: 7px;
    border-radius: 5px;
    padding-left: 5px;
    line-height: 20px;
    /* display: none; */
}
.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item:last-child {
    display: block;
}

.bannerSection .bx-wrapper .bx-controls-auto{ display: none; }
.bannerSection .bx-wrapper .bx-controls-auto .bx-start {
    background: url(../images/controls.png) -84px -11px no-repeat;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
}

section.mapSection{ padding: 20px 0; }
section.mapSection h1{ margin: 0; padding: 0; font-weight: 700;  font-size: 20px; color: var(--thm-brown); padding-bottom: 10px; border-bottom: 1px solid #000000; }
.lineArea{ width:100%; height: 1px; background:#bfaea0;}
section.mapSection .mapArea{ padding: 10px 0; border: 0; }
section.mapSection .mapArea .mapBox{ height: 170px; position: relative;}
section.mapSection .mapArea .mapBox img{ width: 100%; height: 170px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
section.mapSection .mapArea .mapBox img:nth-child(2){ opacity: 0; position: absolute; left: 0; top: 0; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
/*section.mapSection .mapArea .mapBox:hover img:nth-child(2){opacity: 1; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}*/
section.mapSection .mapArea .mapBox:hover img:nth-child(1){opacity: 1; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
section.mapSection .container .row .col:first-child  .mapArea .mapBox img{ padding: 30px; }
section.mapSection .mapArea h3{margin: 0; padding:10px 0; font-size:14px;}
section.mapSection .mapArea h3 span{ display: block; }

.clientSection{ background: #fff; padding: 10px 50px; position: relative;}
.clientSection .container{ background: #f3f3f3; position: relative; padding: 0 50px;}
.clientSection img{ height: 100px; }

.clientSection a.btnPs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    font-size: 11px;
    right: 10px;
    background: #7c634e;
    bottom:10px;
    border: 1px solid #ccc;
}


.clientSection .owl-nav{ position: absolute; width: 100%; top: 0; }

.clientSection .owl-nav button{ position: absolute; top: 40px; color: #757575; width: 30px; height: 26px;
    overflow: hidden;}
.clientSection .owl-nav button.owl-prev{ left: -40px; }
.clientSection .owl-nav button.owl-next{right: -40px;}

.clientSection .owl-nav button:before {
           font-family: "Font Awesome 5 Free";
    color: #323232;
    border: 1px solid #ccc;
    width: 24px;
    font-weight: 900;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;

    font-size: 16px;
    transition: all 0.5s ease;
}

.clientSection .owl-nav button.owl-prev:before {
 content: "\f104";

}

.clientSection .owl-nav button.owl-next:before {
 content: "\f105";

}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
	background: url('../images/logo_footer_bg.jpg');
	padding:15px  0px;
	display: flex;
	position: relative;
}
.main-footer:after{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: '';
 background: rgba(72, 55, 42, .9); }

.main-footer .container{ position: relative; z-index: 9; }
.main-footer .footerLogo{ margin-bottom: 15px; }
.main-footer .footerLogo .footerLogoBox{ display: contents; }
.main-footer .footerLogo .logo h2 {
    font-size: 40px;
    font-family: var(--thm-font-logo);
    color: var(--thm-white);
}

.main-footer .footerLogo .logo h2 span {
    display: block;
    font-size: 15px;
    font-family: var(--thm-font);
}
.main-footer h6{ font-size: 16px; color: #D2B99F; font-weight: 600; text-decoration: underline; }
.main-footer ul{ margin: 0; padding: 0; list-style: none; }
.main-footer ul li {margin: 0; padding: 0; line-height: 18px;}
.main-footer ul li a{ color: #fff; font-size: 14px; line-height: 1.5;}
.main-footer ul li a:hover{color: #D2B99F;}

.main-footer .phoneNo{ font-size: 13px; color: #fff; }
.main-footer .phoneNo i{color: #D2B99F; margin-right: 10px; transform: rotate(95deg);}
.main-footer .addressArea{ color: #fff; padding-top: 10px; }
.main-footer .addressArea h5{margin: 0; padding: 0; font-size: 16px; color: #fff; font-weight: 600; padding-bottom: 5px; }
.main-footer .addressArea h6{margin: 0; padding: 0; font-size: 13px; text-decoration: none; color: #fff; font-weight: 600; padding-bottom: 5px;}
.main-footer .addressArea p{margin: 0; padding: 0; font-size: 14px; line-height: 1.5;}


.footer-widget__social {
	display: flex;
	align-items: center;
}

.footer-widget__social a.outside_link {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border: 0;
	background: #D2B99F;
	color: #7C634E;
	font-size: 16px;
	transition: all 500ms ease;
	border-radius: 50%;
}

.footer-widget__social a+a {
	margin-left: 10px;
}

.footer-widget__social a:hover {
	background-color: #fff;
	color: var(--thm-black2);
}

.footer-widget__text {
	margin: 0;
	color:#fff;
	font-size: 14px;
	line-height: 20px;
}

.footer-widget__info li {
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 16px;
}

.footer-widget__info li+li {
	margin-top: 6px;
}

.footer-widget__info li a {
	color: inherit;
	transition: all 500ms ease;
	font-size: 14px;
}

.footer-widget__info li>i {
	color: #fff;
	transition: all 500ms ease;
	margin-right: 5px;
	position: relative;
	top: 2px;
}

.footer-widget__info li:hover {
	color: #fff;
}

.footer-widget__info li:hover>i {
	color: #fff;
}

.footer-widget__mailchimp input[type=text],
.footer-widget__mailchimp input[type=email],
.footer-widget__mailchimp input[type=phone] {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	color: var(--thm-text-dark);
	font-size: 14px;
	padding-bottom: 20px;
}

.footer-widget__mailchimp__text {
	display: flex;
	align-items: center;
	color: var(--thm-text-dark);
	font-size: 14px;
	margin-top: 27px;
	margin-bottom: 0;
}

.footer-widget__mailchimp__text>i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19px;
	height: 19px;
	border: 1px solid var(--thm-text-dark);
	font-size: 8px;
	color: var(--thm-text-dark);
	border-radius: 50%;
	margin-right: 10px;
}

@media (min-width: 1200px) {
	.footer-widget--newsletter {
		margin-left: -30px;
	}
}

.footer-widget--newsletter .footer-widget__mailchimp {
	margin-top: -10px;
	position: relative;
}

.footer-widget--time .footer-widget__text {
	line-height: 2.25em;
	margin-top: -12px;
}

.footer-widget--time .footer-widget__social {
	margin-top: 27px;
}

.footer-widget--links .footer-widget__menu {
	margin-top: -10px;
}

.bottom-footer {
	padding: 10px 0;
	background: #D2B99F;
	text-align: center;
}

.bottom-footer a{ color: #af6c3f; margin: 0 0px; font-size: 14px; font-weight: 600; }
.bottom-footer a:hover{ color: #7C634E; }
.directorSection{ width: 100%; }
.directorPanel{ width: 55%; margin: auto; }
.directorSection .directorPanel h1{margin:0; padding:0; font-size: 30px; color: #7C634E; text-transform: uppercase; font-weight: 700;}
.directorSection .directorPanel h1 span{ position: relative; }
.directorSection .directorPanel h1 span:after {
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 4px;
    background:#7C634E;
    content: '';
}
.directorSection .directorPanel h1 img{ width: 79px; height: 88px; }
.directorSection .directorPanel .directorImgBox{ text-align: center; }
.directorSection .directorPanel img{width: 200px; height: 200px; border-radius: 50%; } 

.directorSection .directorPanel .directorMessageArea{ background: rgba(195, 166, 136, 0.5); text-align: center; border-radius: 20px; padding: 30px; position: relative; }
.directorSection .directorPanel .directorMessageArea:after {
    position: absolute;
    left: -30px;
    top: -30px;
    width: 89px;
    height: 84px;
    background-image: url(../images/director/arrow.svg);
    content: '';
}

.directorSection .directorPanel .directorMessageArea:before {
    position: absolute;
    right: 30px;
    bottom: 17px;
    font-size: 36px;
    line-height: 36px;
    height: 13px;
    color: #7C634E;
    content: '"""""';
}
.directorSection .directorPanel .directorMessageArea h3{color: #7C634E; font-size: 20px; font-weight: 700;}
.directorSection .directorPanel .directorMessageArea p{ color: #000000; font-size: 14px; line-height:1.5; font-weight:500; text-align: justify; position: relative;}
.directorSection .directorPanel .directorMessageArea p:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    height: 4px;
    background:#7C634E;
    content: '';
}
.directorSection .directorPanel .directorMessageArea p a{color: #005288;padding: 0 10px;font-size: 18px;}
.directorSection .directorPanel .directorMessageArea p a:hover{ text-decoration: underline; }
.section-3 { width: 100%; padding:0px; }
.section-3 .boxMottoArea{ width: 90%; margin: auto; padding-top: 60px; border-top: 5px solid #7C634E; }
.section-3 .boxMottoArea a{ display: block; }
.section-3 .boxMottoArea .boxMotto{ background: #D2B99F;
 padding: 10px 15px; padding-top: 175px; text-align: center; position: relative; height: 601px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.section-3 .boxMottoArea .boxMotto:after {
    position: absolute;
    left: 50%;
    top: -60px;
    width: 2px;
    height: 240px;
    content: '';
    background: #7C634E;
    z-index: -1;
}

.section-3 .boxMottoArea .row .col-md-3:nth-child(2n+1) .boxMotto{ margin-top: 130px; background: #7C634E; }
.section-3 .boxMottoArea .row .col-md-3:nth-child(2n+1) .boxMotto h2{ color: #fff; }
.section-3 .boxMottoArea .row .col-md-3:nth-child(2n+1) .boxMotto p{ color: #fff; }
.section-3 .boxMottoArea .row .col-md-3:nth-child(2n+1) .boxMotto:after{ top: -196px; height: 240px; }
.section-3 .boxMottoArea .boxMotto .boxMottoLogo{position: absolute; top: 100px; left:0%; width: 100%; text-align: center; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.section-3 .boxMottoArea .boxMotto .boxMottoLogo img{ 
 width: 109px; height: 115px;  margin-bottom: 20px; }
.section-3 .boxMottoArea .boxMotto h2{width: 100%; position: absolute; text-align: center; top: 230px; left:0%;
	 font-size: 24px; font-weight: 700; color: #5F4D3D; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.section-3 .boxMottoArea .boxMotto p{color: #5F4D3D; font-size: 14px; line-height: 1.5; 
	font-weight: 700;  text-align: center; opacity: 0; visibility: hidden;
 transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.section-3 .boxMottoArea .boxMotto p img{ width: 215px; }
.section-3 .boxMottoArea .boxMotto:hover .boxMottoLogo{top: 20px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.section-3 .boxMottoArea .boxMotto:hover .boxMottoLogo img{width: 79px; height: 85px;}
.section-3 .boxMottoArea .boxMotto:hover h2{top: 110px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.section-3 .boxMottoArea .boxMotto:hover p{opacity: 1; visibility:visible; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}

.divisionsSection{ width: 100%; }
.hdTextArea h2 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: var(--thm-brown);
    padding-bottom: 15px;
    border-bottom: 1px solid #bfaea0;
    font-weight: 700;
}

.divisionsSection .divisionsPanel{ width: 70%; margin: auto; padding: 40px 0px; position: relative; }
.divisionsSection .divisionsPanel .divisionsLogoArea{ position: absolute; width:200px;  top: 50%; left: 50%;    -webkit-transform: translateX(-58%) translateY(-58%);
    -moz-transform: translateX(-58%) translateY(-58%);
    transform: translateX(-58%) translateY(-58%);}
.divisionsSection .divisionsPanel .divisionsLogoArea img{ width: 100%; }
.divisionsSection .divisionsPanel .divisionsText-1{ position: absolute; cursor: pointer; font-size: 20px; font-weight: 700; color: #7C634E; text-transform: uppercase; }
.divisionsSection .divisionsPanel .divisionsText-1.dPo-1 {
    left: 10px;
    top: 10px;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-2 {
    left: -70px;
    top: 220px;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-3 {
    left: -80px;
    bottom: 40px;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-4 {
    right: -170px;
    top: 10px;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-5 {
    right: -75px;
    top: 220px;
}
.divisionsSection .divisionsPanel .divisionsText-1.dPo-6 {
    right: -61px;
    bottom: 49px;
}
.divisionsTextHb {
    position: absolute;
    background: #E2D0BE;
    padding: 15px 20px;
    font-size: 14px;
    text-align: right;
    line-height: 1.5;
    text-wrap: nowrap;
    text-transform: none;
    opacity: 0;
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
}
.divisionsTextHb a{ display: block; color: #7C634E; }
.divisionsText-1:hover .divisionsTextHb{ opacity: 1; transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;}
.divisionsTextHb.tr-1:after {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 0px;
    height: 0px;
    background: transparent;
    border-left: 0px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid white;
}
.divisionsTextHb.tr-2:after {
    position: absolute;
    right: 0;
    top: 0;
    content: '';
    width: 0px;
    height: 0px;
    background: transparent;
    border-right: 0px solid transparent;
    border-left: 30px solid transparent;
    border-top: 30px solid white;
}
.divisionsTextHb.pA-1 {
    left: -178px;
    top: 7px;
    width: 420px;
    z-index: 9;
}

.divisionsTextHb.pA-2 {
    left: -82px;
    top: 9px;
     z-index: 9;
}
.divisionsTextHb.pA-3 {
    left: -155px;
    top: -13px;
     z-index: 9;
}
.divisionsTextHb.pA-4 {
    right: 0px;
    top: 7px;
     z-index: 9;
}
.divisionsTextHb.pA-5 {
    right: -100px;
    top: 1px;
    padding: 20px;
    padding-right: 40px;
     z-index: 9;
}
.divisionsTextHb.pA-6 {
    right: -112px;
    bottom: -20px;
     z-index: 9;
}
.divisionsTextHb .boxIn-1 {
    position: absolute;
    width: 148px;
    height: 148px;
    line-height: 148px;
    border-radius: 50%;
    background: #927E6D;
    text-align: center;
    border: 5px solid #fff;
    font-size: 14px;
    box-shadow: 0 0 20px #000;
}
.divisionsTextHb .boxIn-1.ar-01{ right: -115px; top: -25px;}
.divisionsTextHb .boxIn-1.ar-02{ left: -136px; top: -28px;}
.divisionsTextHb .boxIn-1 span {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
    display: inline-block;
    text-wrap: balance;
}
.text-left{ text-align: left !important; }



.sectionEngageSection{ position: relative; }
.sectionEngageSection .engageArea{ padding: 20px 0; text-align: center; font-size: 15px; text-align: center; color: #7C634E; font-weight: 500; }

.bannerSwiperPanel{ padding: 20px 70px 60px 70px; }
.card-box {
  width: 397px;
  background: linear-gradient(89.96deg, rgba(255, 255, 255, 0.05) 0.03%, rgba(255, 255, 255, 0.008) 49.66%, rgba(255, 255, 255, 0.05) 99.96%);
 /*  backdrop-filter: blur(2px); */
  padding:0;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: 100%;
  z-index: 3;
}
.card-box .top {
  margin-bottom: 20px;
}
.card-box .top span {
  font-size: 50px;
  margin-right: 13px;
}
/* .icon-logo-01:before {
    content: "\e909";
    color: #fff;
} */
.icon-logo-01{ color: rgba(255, 255, 255, 0.75);}

.card-box .numberBox{ width: 40px; height: 45px; border-radius: 10px;
  position: absolute; right: 15px;  top: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
   text-align: center; line-height: 45px; font-size: 20px; color: rgba(255, 255, 255, 0.75);}
.card-box .top h6 {
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: -5px;
  color: #fff;
}
.card-box .top h6.price {
  background: linear-gradient(264.28deg, #DEC7FF -38.2%, #5C27FE 103.12%), #FFFFFF;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-top: 5px;
  margin-bottom: 0;
  font-size: 20px;
}

.card-box .content .image {
  height: 349px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.card-box .content .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    border-radius: 15px;
}
.card-box .content .info {
  align-items: center;
}
.card-box .content .info img {
  min-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 13px;
}
.card-box .content .info h6 {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}
.card-box .content .info p {
  font-weight: 300;
  font-size: 14px;
}
.card-box:hover .content .image img {
  transform: scale(1.1);
}

.action-wrapperAr-1{ color: #fff; }
.IcolorBox.greenIcon, .IcolorBox.greenIcon i {
    color: #62ed1b;
}

.IcolorBox i {
    color: #fc9034;
    vertical-align: middle;
    font-size: 15px;
}


.ta-nft-gdbg {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ta-nft-gdbg img {
  width: 100%;
  max-height: 100%;
  height: 100%;
}

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

.swiperTextBox{ width: 100%; text-align: center;
 position: absolute; background: #D2B99F; 
 left: 0; bottom: 0;}

 .swiperTextBox a{ text-align: center; padding: 5px; display: block;
 text-decoration: underline;
font-size: 14px; color: #000; font-weight: 500; line-height: 20px;}

 .banner.s2 .swiper-button-next, .banner.s2 .swiper-button-prev, .banner.s3 .swiper-button-next, .banner.s3 .swiper-button-prev, .banner.s4 .swiper-button-next, .banner.s4 .swiper-button-prev {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #7C634E;
  bottom: 30px;
  top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner.s2 .swiper-button-next::after, .banner.s2 .swiper-button-prev::after, .banner.s3 .swiper-button-next::after, .banner.s3 .swiper-button-prev::after, .banner.s4 .swiper-button-next::after, .banner.s4 .swiper-button-prev::after {
  display: none;
}
/* .banner.s2 .swiper-button-next:hover, .banner.s2 .swiper-button-prev:hover, .banner.s3 .swiper-button-next:hover, .banner.s3 .swiper-button-prev:hover, .banner.s4 .swiper-button-next:hover, .banner.s4 .swiper-button-prev:hover {
  background: #703FFE;
}
 */
.banner.s2 .swiper-button-next, .banner.s3 .swiper-button-next, .banner.s4 .swiper-button-next {
  right: 50%;
   margin-right: -80px;
   color: #7C634E;
   fill:#7C634E;
}


.banner.s2 .swiper-button-prev, .banner.s3 .swiper-button-prev, .banner.s4 .swiper-button-prev {
  left: 50%;
  margin-left: -80px;
  color: #7C634E;
  fill:#7C634E;
 
}


.eventSection{}
.eventSection .eventArea {padding: 20px 70px 0px 70px;}
.eventSection .eventArea .eventBox{}
.eventSection .eventArea .eventBox .eventImgBox{}
.eventSection .eventArea .eventBox .eventImgBox img{width: 100%; height: 230px;}
.eventSection .eventArea .eventBox h4{ margin: 0;
    padding:10px 0;
    font-size: 17px;
    line-height: 23px;
    color: var(--thm-brown);
    font-weight: 600;
}

.eventSection .eventArea .eventBox h4 a{ margin: 0;
    padding:10px 0;
    font-size: 17px;
    line-height: 23px;
    color: var(--thm-brown);
    font-weight: 600;
}

    .eventSection a.btnPs {
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #323232;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    font-size: 17px;
    right: 10px;
    background: #fff;
    bottom:10px;
    border: 1px solid #ccc;
}


.eventSection .owl-nav{ position: absolute; width: 100%; top: 100px; }

.eventSection .owl-nav button{ position: absolute; top: 40px; color: #757575; 
	width: 40px; height: 40px;
    overflow: hidden;}
.eventSection .owl-nav button.owl-prev{ left: -60px; }
.eventSection .owl-nav button.owl-next{right: -60px;}

.eventSection .owl-nav button:before {
           font-family: "Font Awesome 5 Free";
    color: #323232;
    border: 1px solid #7C634E;
    width: 35px;
    font-weight: 900;
    height: 35px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 5px;

    font-size: 16px;
    transition: all 0.5s ease;
}

.eventSection .owl-nav button.owl-prev:before {
 content: "\f060";

}

.eventSection .owl-nav button.owl-next:before {
 content: "\f061";

}

.gallerySection{ position: relative; }
.gallerySection .bannerSwiperPanel {
    padding: 20px 80px 60px 80px;
}


.innerSection{
    background: url('../images/logo_inner_bg.jpg');
    padding: 15px  0px;
    position: relative;
}

.innerSection .leftLogoArea{border-bottom: 1px solid #bfaea0; }
.innerSection .leftLogoArea img{ width: 80px; }
.full-img-w img{ width: 100%; }
.innerSection ul{margin: 0; padding: 0; list-style: none;}
.innerSection  h2{ color: #7C634E; font-size: 32px; font-weight: 700; }
.innerSection  h4{ color: #7C634E; font-size: 16px; font-weight: 700; }
.f-12{ font-size: 14px; line-height:1.5;}
.f-13{ font-size: 14px; } 
.f-14{ font-size: 14px; }
.f-15{ font-size: 15px; }
.f-16{ font-size: 16px; } 
.f-20{ font-size: 20px !important; } 
.fw-400{ font-weight: 400; }
.fw-500{font-weight: 500;} 
.fw-600{font-weight: 600;}
.fw-700{font-weight: 700;} 
.fw-800{font-weight: 800;}     
.text-black{color: #000;}
.innerSection .leftLogoArea h3{ color: #E4AD00; font-size: 15px; font-weight: 700; }
.innerSection .leftMenuArea nav.sidebar {}
.innerSection .leftMenuArea nav.sidebar ul{ list-style: none; margin: 0; padding: 0; }
.innerSection .leftMenuArea nav.sidebar ul li{ border-bottom: 1px solid #bfaea0; padding:7px 0;  position: relative;}
.innerSection .leftMenuArea nav.sidebar ul li a{ color: #000; font-size: 14px; line-height:1.5; font-weight: 600; display: block; }
.innerSection .leftMenuArea nav.sidebar ul li a:hover,.innerSection .leftMenuArea nav.sidebar ul li.active > a{color: #E4AD00;}
.innerSection .leftMenuArea nav.sidebar ul li ul{ 
	list-style: none; margin: 0; padding: 0; padding-left: 20px; 
}
.innerSection .leftMenuArea nav.sidebar ul li.has-submenu > a:before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-size: 16px;
    font-weight: 600;
    position: absolute;
    color:#000; 
    right: 2px;
    top: 5px;
    transform: rotate(90deg);
    transition: all 500ms ease;
}
 .innerSection .leftMenuArea nav.sidebar ul li.has-submenu.arrow > a:before{ transform: rotate(-90deg);}


.innerSection .leftMenuArea nav.sidebar  ul li ul li{ position: relative; }
.innerSection .leftMenuArea nav.sidebar  ul li ul li:after{ position: absolute; left:-12px; top: 0px; color: #000; font-size: 15px; content: '\f0da'; font-family: "Font Awesome 5 Free"; font-weight: 700; }
.innerSection .leftMenuArea nav.sidebar  ul li ul li:last-child{ border: 0; }
.innerSection .leftMenuArea nav.sidebar ul li ul li ul{ 
	list-style: none; margin: 0; padding: 0; padding-left: 20px; 
}
.innerSection .leftMenuArea nav.sidebar ul li ul li ul li{ position: relative; }
.innerSection .leftMenuArea nav.sidebar ul li ul li ul li:after{ position: absolute; left:-18px; top: 1px; color: #e9bc30; font-size: 15px; content: '\f138'; font-family: "Font Awesome 5 Free"; font-weight: 700; }
.innerSection p{font-size: 15px; }
.trainingPanel{}
.innerSection .dataAreaPanel{ padding:0 0px; margin-top: 60px;text-align:justify }
.innerSection .dataAreaPanel h3{color: #7C634E; font-size: 20px; font-weight: 700;margin-bottom: 0px; margin-top: 15px; }
.innerSection .dataAreaPanel h4{color: #7C634E; font-size: 16px; font-weight: 700; margin-bottom: 15px;}
.innerSection .dataAreaPanel h5{color: #7C634E; font-size: 14px; font-weight: 700; margin-bottom: 15px;}
.innerSection .dataAreaPanel h6{color: #7C634E; font-size: 18px; font-weight: 700; margin-bottom: 15px;}

.innerSection .dataAreaPanel ul{ list-style: none; margin: 0; padding: 0; margin-bottom: 0px; }
.innerSection .dataAreaPanel ul li{ position: relative; font-size: 14px; padding-left: 15px;}
.innerSection .dataAreaPanel ul li:after{ position: absolute; width: 8px; height: 8px; background: #000; left: 0; top: 8px; content: ''; }
.innerSection .dataAreaPanel p{font-size: 15px;  line-height: 1.5;margin-bottom:10px;text-align:justify;}

.innerSection .dataAreaPanel ol{margin: 0; padding: 0; padding-left: 40px; margin-bottom: 0;}
.innerSection .dataAreaPanel ol li{ position: relative; font-size: 15px; padding-left: 5px; line-height: 1.5;}

.innerSection .dataAreaPanel table.table{ border: 0; border-left: 1px solid #000; border-top: 1px solid #000; }
.innerSection .dataAreaPanel table.table thead tr th{ background-color: var(--thm-brown-light); font-weight: 700;}

.innerSection .dataAreaPanel table.table thead tr th,.innerSection .dataAreaPanel table.table tbody tr td{
	border: 0; border-right: 1px solid #000; border-bottom: 1px solid #000;
	font-size: 14px; color: #000;
}

.blackText{ color: #000 !important; }
.text-sd{ text-shadow: 0 0 5px #000; font-size: 14px; font-weight: 600; }


/* gallery */
.galleryAreaBt {
	padding: 10px;
	background: #fff;
	border: 1px solid #b9b9b9;
	-webkit-box-shadow: 5px 8px 30px 0 rgb(31 35 37 / 8%);
	-moz-box-shadow: 5px 8px 30px 0 rgba(31, 35, 37, 0.08);
	box-shadow: 5px 8px 30px 0 rgb(31 35 37 / 8%);
}

.single-shuffle {
	position: relative;
	z-index: 1;
	   text-align: center;
	    background: #fff;
/*    border: 1px solid #6092bd;
  
    padding:5px;*/
    transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    -ms-transition: all ease-in-out .2s;
    -o-transition: all ease-in-out .2s;
    -webkit-transition: all ease-in-out .2s;
    overflow: hidden;
}
.single-shuffle-box{ overflow: hidden; position: relative;  height: 220px; }
.single-shuffle:hover .ssf-hover i.fa-link {font-size: 29px;}
.single-shuffle:hover .ssf-hover {
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.single-shuffle:hover .ssf-hover:before {
	opacity: 1;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.single-shuffle:hover .ssf-hover i {
	font-size: 40px;
	color: #fff;
}

.single-shuffle:hover .ssf-hover img {
	opacity: 1;
}

.single-shuffle img {
	display: block;
	width: 100%;
	max-width: none;
	height: 250px;
	-o-object-fit: cover;
	object-fit: cover;
}

.single-shuffle .ssf-hover {
	position: absolute;
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding-top: 0px;
	background-color: rgba(124 , 99, 78, 0.8);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.single-shuffle .ssf-hover:before {
	position: absolute;
	content: '';
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	z-index: 1;
	padding-top: 0px;
	background-color: rgba(124 , 99, 78, 0.8);
	text-align: center;
	opacity: 0;
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-ms-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
	z-index: -1;
}

.single-shuffle .ssf-hover img {
	max-width: 35px;
	max-height: 35px;
	opacity: 0;
	margin: 0 auto;
}

.single-shuffle .ssf-hover a {
	padding-top: calc(40% - 39px);
	display: block;
	height: 100%;
	width: 100%;
}

.single-shuffle .aspect {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}



.ssV1-2 .ssf-hover i {
	border: 1px solid #fff;
	padding: 5px 8px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.contactBoxTop{ background: #7C634E url('../images/logo.svg') no-repeat 10px center; background-size: 66px; padding:30px; color: #fff; font-size: 40px; font-weight: 600; text-align:center; }
.addressPanel{ background: #D2B99F; padding: 15px; }
.addressPanel h4,.addressPanel p strong{ color: #5F4D3D; }

.mapArea{ border: 1px solid #bfaea0; padding: 10px; }
.mapArea iframe{ width: 100%; height: 500px; }

.loginFormArea{padding: 30px 0;}
.loginFormArea h2{ font-size: 40px; font-weight: 700; }
.loginFormArea p{font-size: 15px; font-weight: 600;}
.loginFormArea .form-outline{ margin-bottom: 10px; }
.loginFormArea .form-outline label{ color: #000000; font-size: 15px;}
.loginFormArea .form-outline .form-control{ border: 1px solid #7C634E; }
.loginFormArea p a{ text-decoration: underline; }
.loginFormArea .form-outline .btn{background:#D2B99F; width: 100%; color: #000; font-size: 20px; text-transform: uppercase;}
.loginFormArea .form-outline a{ font-size: 20px; color: #000; }
.loginFormArea .form-outline span a{ font-size: 20px; color: #5F4D3D; font-weight: 700; }
.loginLogo{ width: 100%;}
.loginLogo img{ width: 220px; }

.innerSection .modernizationPanel p{font-size: 14px;  font-weight: 500;}
.innerSection .modernizationPanel ul{ list-style: none; margin: 0; padding: 0; margin-bottom: 15px; }
.innerSection .modernizationPanel ul li{ position: relative; font-size: 14px; padding-left: 15px; font-weight: 600;}
.innerSection .modernizationPanel ul li:after{ position: absolute; width: 8px; height: 8px; background: #000; left: 0; top: 8px; content: ''; }
.innerSection .table{ width: 100%; border: 0; border-top: 1px solid #fff; border-left: 1px solid #fff; }
.innerSection .table thead tr th,.innerSection .table tbody tr td{border-bottom: 1px solid #fff; border-right: 1px solid #fff; color: #000; font-weight: 600; font-size: 14px;}
.innerSection .table thead tr th{ background: #7C634E; color: #fff; text-align: center; border: 0; }
.innerSection .table tbody tr td{ background: #D2B99F; }

.dataAreaPanel table tr, td {
    border: 1px solid #bfaea0;
    padding: 5px;
}

table {
    border: 1px solid #bfaea0;
}
section.divisionsSection.hdTextArea.inner h2 {
    text-align: center;
}
section.divisionsSection.hdTextArea.inner{
    padding:20px;
}


.directorSection .directorPanel .directorMessageArea p {
    text-align: justify;
}
.directorPanel.directorMsg {
    width: 100%;

}


.directorPanel.directorMsg .directorMessageArea p {
    text-align: justify;
}

.innerSection .dataAreaPanel p a {
    color: #0d6efd;
}

.innerSection .dataAreaPanel p a:hover{
    text-decoration: underline;
}

form.feedbackForm {
    border-radius: 17px;
    padding: 39px;
}

.form-group.radioBtns {	
    padding: 20px 0;
}
.form-group.radioBtns label{
    margin-right: 10px
}

.form-group.radioBtns input[type="radio"]{
	margin-right: 10px !important
	;
}

div#captcha_img a.text-black {
    background: #d2b99f;
    padding: 17px;
    font-size: 21px;
    color: #fff !important;
}

form.feedbackForm button#submit{
	margin-top: 20px;
}

.images_pm_cm{
display: flex;
justify-content:end;
}

.innerBanner {
   
    justify-content: center;
    align-items: center;
    background-color: #7c634e;
}
.innerBanner .minister {
    align-self: center;
    margin: 0 10px;
}
.innerBanner .minister img{
   	width: 236px;
   	height: 267px;
   	object-fit: contain;
}
.innerBanner .minister p {
    margin: 5px;
    text-align: center;
    border: 1px solid #e5e5e5;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 0 10px #00000014;
    background-color: #d2b99f;
}

button.btn.btn-primary.languageBtn {
    padding: 3px 20px;
    background: #fff;
    border: 0;
    color: #7c634e;
    border: 2px solid #fff;
}

button.btn.btn-primary.languageBtn:hover{
    background:transparent;
    color:#fff;
}

.bannerSection .bx-wrapper{
	max-width: 100% !important;
}
/*Director message english box css*/
.directorSection .directorPanel .directorMessageArea.two:after {
    position: absolute !important;
    left: 248px !important;
    top: -26px;
    width: 89px;
    height: 84px;
    background-image: url(../images/director/arrow.svg);
    content: '';
    transform: rotate(90deg);
}


.content.galleryBox .single-shuffle:hover .ssf-hover img {
    opacity: 1;
    top: 40px;
    position: relative;
}
.banner-home-brb img{
	
	width:100%;
}
.bannerSection{ background: #fff3e6;}
.bannerSection .bannerTextBox{ height:100%; overflow: hidden; }
.bannerSection .bannerTextBox h3{ padding:5px 15px; margin:0; background: #7C634E; color:#fff; font-size:16px; }
.bannerSection .bannerTextBox .bannerlawsArea{ padding:15px; height:100%; overflow: hidden; position: relative;}
.height-300px {
    height: 286px;
}
.bannerSection .bannerTextBox .bannerlawsArea .height-300px{height:100%;}
.bannerSection .bannerTextBox ul{padding:0; margin:0; list-style:none;}
.bannerSection .bannerTextBox ul li {
    padding: 0;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #c0bdbd;
	padding-left:15px;
}
.bannerSection .bannerTextBox ul li:after{ width:7px; height:7px; background:#7C634E; border-radius:1px; position: absolute; left:0; top:11px; content: '';}

.bannerSection .bannerTextBox.leftPnArea ul li:nth-child(14n+0){ margin-bottom:300px; }

.bannerSection .bannerTextBox a {
    display: block;
    padding: 5px 0;
    font-size: 14px;
    color: #000;
    line-height:1.5;
}
.bannerSection .bannerTextBox a:hover{color:#000;}
.bannerSection .bannerImgBox{}

.bannerSection .bannerImgBox img{width:100%;}
.center-on-page{
margin-left:20px;
}
.center-on-page select {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	outline: 0;
	box-shadow: none;
	border: 0 !important;
	background: #d2b99f;
	background-image: none;
  }
  .center-on-page .select {
	position: relative;
	display: block;
	width: 110px;
	height: 2em;
	line-height: 2;
	background: #2c3e50;
	overflow: hidden;
	border-radius: 0;
	font-size: 12px;
  }
  .center-on-page select {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0 0 0 .5em;
	color: #ffffff;
	cursor: pointer;
  }
  .center-on-page select::-ms-expand {
	display: none;
  }
.center-on-page .select::after {
    content: '\25BC';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 0 6px;
    background: #7c634e;
    pointer-events: none;
    border: 1px solid #d2b99f;
    border-left: 0;
    color: #d2b99f;
}
  .center-on-page .select:hover::after {
	color: #f39c12;
  }
  .center-on-page .select::after {
	-webkit-transition: .25s all ease;
	-o-transition: .25s all ease;
	transition: .25s all ease;
  }
.content.galleryBox .single-shuffle:hover .ssf-hover img {
    opacity: 1;
    top: 40px;
    position: relative;
}
.swiperTextBox.galleryys {
    line-height: 1.5;
    width: 100%;
    height: 72px;
    font-size: 14px;
    text-align: center;
    position: relative;
    background: #D2B99F;
    left: 0;
    bottom: 14px;
    border-radius: 0px 0 20px 20px;
    z-index: 9;
    text-decoration: underline;
}


.gallerySection .bannerSwiperPanel  {
    width: 396px;
    margin: auto;
    padding: 40px 0 60px 0;
}

.gallerySection .card-box .content .image {
    height: 500px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.dataAreaPanel .single-shuffle-box {
  
    height: auto;
}

.innerSection .dataAreaPanel a{
color:#0d6efd;
    margin-top: 60px;
    text-align: justify;
}


.marqueeBox{ height:300px; }

@media (max-width: 1300px) {
	.marqueeBox{ height:300px; }
}
@media (max-width: 1200px) {
	.marqueeBox{ height:220px; }
}


@media (min-width: 1700px) {
.marqueeBox{ height:410px; }

}

@media (min-width: 1800px) {
.marqueeBox{ height:480px; }

}
 .page-wrapper {
   overflow: visible !important;
   z-index: 999999;
}
/* Hide search by default */
.top-info-list .dropdown.searchBtn .dropdown-menu {
  display: none;
  top: 34px;
  position: absolute;
  left: 0;
  z-index: 9999;
}

/* Show when .show class is added */
.top-info-list .dropdown.searchBtn.show .dropdown-menu {
  display: block !important;
}

/* Form styling */
.top-info-list .dropdown.searchBtn .searchBoxSt {
  padding: 10px;
  border: 1px solid #bebebe;
}

.top-info-list .dropdown.searchBtn .dropdown-menu .input-group {
  flex-wrap: nowrap;
}

.top-info-list .dropdown.searchBtn .dropdown-menu input {
  width: 220px;
}

.top-info-list .dropdown.searchBtn .dropdown-menu button {
  border-radius: 0;
}
.validatercss {
    
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: left;
    margin: 20px 57px 0 55px;
    
}
ul.searchtophead {
    margin: 0;
    padding: 0;
}

/* matquee */
.marquee-container {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.marquee-content {
  display: inline-block;
  animation: scrollUp 15s linear infinite;
}

@keyframes scrollUp {
  0%   { transform: translateY(100%); }
  100% { transform: translateY(-100%); }
}

/* Optional: style buttons */
.marquee-container .btnBox {
  margin-top: 10px;
}
.marquee-container .btnPs {
  background: #7a5c44;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  text-decoration: none;
  margin-right: 5px;
}
.marquee-container .btnPs:hover {
  background: #5c4333;
}

/* fsfsfsf */


/* fsfsfsf */
/* matquee end */

/*  */

.marquee-wrapper {
  height: 300px;
  overflow: hidden;
  position: relative;
}

.marquee-contentlaw {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
  animation: scrollUp 15s linear infinite;
}

.marquee-wrapper:hover .marquee-contentlaw {
  animation-play-state: paused;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-100%);
  }
}

.marquee-contentlaw li {
  padding: 5px 0;
}

.marquee-controls {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.marquee-controls .btnPs {
  width: 30px;
  height: 30px;
  background-color: #7a5c44; /* Adjust color as needed */
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.marquee-controls .btnPs:hover {
  background-color: #5e4633;
}

.marquee-controls .btnPs i {
  font-size: 12px;
  width: auto;
  height: auto;
}


.marquee-controls .btnPs.toggleBtn {
   /*  width: 30px;
    height: 30px; */
    border-radius: 50%;
    background-color: #7a5c44;
    color: white;
    border: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

.marquee-controls.btnPs.toggleBtn:hover {
    background-color: #5e4633;
  }
  
.marquee-controls button.btnPs.play1 {
    position: absolute;
}  

.marquee-controls button.btnPs.stop1 {
    position: absolute;
}

.webinforfooter {
    text-align: left;
}

.bottom-footer .webinforfooter a{padding-right:20px}
.developed-maintainedfooter{
	text-align:right;
}

.bottom-footer p {
    padding: 0;
    margin: 0;
}

form.feedbackForm button#submit {
    margin-top: 20px;
    background: #74675c;
    border-color: #74675c;
}

form.feedbackForm button#submit:hover {
    background: #d2b99f;
    border-color: #d2b99f;
	color:#000;
}
.maincapchaimg {
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.capchainput input.form-control {
    height: 68px;
}
.capchainput {
    margin-top: 19px;
    margin-left: 16px;
}

div#captcha_img a.text-black {
    border-radius: 4px;
}

div#captcha_img {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px 3px 2px 3px;
    display: flex;
   
}

div#captcha_img a.text-black {
    background: #d2b99f;
    padding: 12px 22px;
	margin-left: 8px;
   
}
/*  */

