/* @import url(https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900);

@font-face {
	font-family: 'PoppinsRegular';
	src: url('../fonts/PoppinsRegular.eot?v=1.1.0');
	src: url('../fonts/PoppinsRegular.eot?#iefix&v=1.1.0') format('embedded-opentype'), url('../fonts/PoppinsRegular.woff2?v=1.1.0') format('woff2'), url('../fonts/PoppinsRegular.woff?v=1.1.0') format('woff'), url('../fonts/PoppinsRegular.ttf?v=1.1.0') format('truetype'), url('../fonts/PoppinsRegular.svg?v=1.1.0#PoppinsRegular') format('svg');
}

@font-face {
	font-family: 'PoppinsSemiBold';
	src: url('../fonts/PoppinsSemiBold.eot');
	src: url('../fonts/PoppinsSemiBold.eot') format('embedded-opentype'), url('../fonts/PoppinsSemiBold.woff2') format('woff2'), url('../fonts/PoppinsSemiBold.woff') format('woff'), url('../fonts/PoppinsSemiBold.ttf') format('truetype'), url('../fonts/PoppinsSemiBold.svg#PoppinsSemiBold') format('svg');
}

@font-face {
	font-family: 'PoppinsBold';
	src: url('../fonts/PoppinsBold.eot');
	src: url('../fonts/PoppinsBold.eot') format('embedded-opentype'), url('../fonts/PoppinsBold.woff2') format('woff2'), url('../fonts/PoppinsBold.woff') format('woff'), url('../fonts/PoppinsBold.ttf') format('truetype'), url('../fonts/PoppinsBold.svg#PoppinsBold') format('svg');
}

@font-face {
	font-family: 'PoppinsLight';
	src: url('../fonts/PoppinsLight.eot');
	src: url('../fonts/PoppinsLight.eot') format('embedded-opentype'), url('../fonts/PoppinsLight.woff2') format('woff2'), url('../fonts/PoppinsLight.woff') format('woff'), url('../fonts/PoppinsLight.ttf') format('truetype'), url('../fonts/PoppinsLight.svg#PoppinsLight') format('svg');
}

@font-face {
	font-family: 'PoppinsMedium';
	src: url('../fonts/PoppinsMedium.eot');
	src: url('../fonts/PoppinsMedium.eot') format('embedded-opentype'), url('../fonts/PoppinsMedium.woff2') format('woff2'), url('../fonts/PoppinsMedium.woff') format('woff'), url('../fonts/PoppinsMedium.ttf') format('truetype'), url('../fonts/PoppinsMedium.svg#PoppinsMedium') format('svg');
}

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap'); */

/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
/* :root {
	scroll-behavior: auto;
	--thm-font: "PoppinsRegular", sans-serif;
	    --primary-text-color-rgb: 0, 31, 63;
	--thm-base: #1979bc;
	--thm-orange: #fe8800;
    --thm-text-dark: #c4cdff;


	--thm-black: #12206e;
	--thm-blackbg: #6c83ff;
} */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');




body {
 
	font-family: "Montserrat", sans-serif!important;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;

  line-height: 1.865;
}

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

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Montserrat", sans-serif!important;
	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: 1200px;
	}
}
.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/loading.gif);
	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(../images4/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: var(--thm-base);
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	text-align: center;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	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: var(--thm-black);
}

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

/*--------------------------------------------------------------
# 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) rotqte(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: 99999;
	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: #162f6a;
	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-transition: 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;
	background-color: #fff;
	margin-left: -15px;
	margin-right: -15px;
	padding: 10px;
}

.mobile-nav__close {
	position: absolute;
	top: -3px;
	right: 5px;
	font-size: 18px;
	color: #222222;
	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;
	line-height: 30px;
	color: #ffffff;
	font-size: 14px;
	 font-family: "Roboto", serif;
	font-weight: 500;
	/* height: 46px; */
	align-items: center;
	transition: 500ms;
	white-space: normal;
	line-height: 17px;
}
.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: #fff;
}

.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: #fff;
	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: #fff;
	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; }

/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/
.page-header {
	background-color: var(--thm-base);
	position: relative;
}

.page-header__bg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 1199px) {
	.page-header__bg {
		background-position: left center;
	}
}

.page-header .container {
	position: relative;
	z-index: 10;
	padding-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 480px) {
	.page-header .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}
}

.page-header .container h2 {
	margin: 0;
	line-height: 1;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	border-left: 3px solid #9b3e1a;
	padding: 10px 0px 10px 10px;
}

@media (max-width: 480px) {
	.page-header .container h2 {
		font-size: 40px;
	}
}

/**Top Header**/
.topHeader {
	background: #f5df7b;
	color: #06152f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	 /*   background-color: transparent;
    background-image: linear-gradient(-92deg, #1C6932 0%, #0D401C 100%);*/
}

.topHeader .topHeader a {
	color: #06152f;
	margin: 0 5px;
	font-family: Arial, Helvetica, sans-serif;
}

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

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

.topHeader .common-left ul li {
	float: left;
	font-size: 11px;
	font-weight: 600;
	text-align: left;
	/*padding-right: 25px;*/
	text-transform: uppercase;
	line-height: 15px;
}

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

.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 #bea01a;
	margin: 0;
	font-size: 12px;
	display: block;
	padding: 9px 9px;
	float: left;
	text-transform: uppercase;
}

.topRightHeader .dropdown>a:hover {
	background: #0f66ad;
	color: #fff;
}

.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: 41px;
	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: #008080;
	color: #fff;
}

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

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

.topRightHeader .dropdown .languageMenu {
    left: auto;
    right: -15px;
    max-width: 100px;
    width: 100px !important;
}

.topRightHeader .dropdown .languageMenu li a {
	padding: 3px 23px;
	display: block;
}
.armyBox {margin-left: 15px; padding-left:5px; border-left: 1px solid #eeeeee;}
.armyBox img{ width: 30px; margin:0 6px; }

/*nav header*/
.main-menu {
	position: relative;
	z-index: 91;
	/* background: #0f66ad; */
	background: #096fc3;
	padding-top: 0;
    padding-bottom: 0;
}



.main-menu .container-fluid {
	display: flex;
	align-items: center;
}

@media (min-width: 1200px) {
	.main-menu .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

@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: 15px; */
	margin-left: auto;
}

.main-menu__right a img{ height: 55px; }

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

.main-menu__toggler {
	font-size: 20px;
	color: var(--thm-black);
	margin-right: 30px;
	transition: all 500ms ease;
	display: none;
}

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

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

.main-menu__search {
	font-size: 24px;
	color: #12206e;
	border-left: 1px solid #e7e1dc;
	padding-left: 20px;
	display: flex;
	align-items: center;
	height: 40px;
	/* padding-right: 15px; */
	margin-left: 5px;
	transition: all 500ms ease;
}

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

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

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

.btn-2 {
	background-color: var(--thm-black);
	color: #fff;
}

.btn-2:hover {
	background-color: var(--thm-base);
	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 .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;
	}
}

.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-family: var(--thm-font);
	font-size: 16px;
	display: flex;
	align-items: center;
	color: var(--thm-color);
	position: relative;
	transition: all 500ms ease;
	padding: 8px 16px;
	color: #fff;
}

.main-menu .main-menu__list>li>a.active {
    background: #ecc757;
    color: #000000;
}
/*.main-menu .main-menu__list>li>a::after,
.stricky-header .main-menu__list>li>a::after {
	content: '';
	width: 100%;
	height: 2px;
	background-color: var(--thm-base);
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scale(0, 1);
	transform-origin: right center;
	transition: transform 500ms ease;
}*/

.main-menu .main-menu__list>li.current>a, .main-menu .main-menu__list>li:hover>a, .stricky-header .main-menu__list>li.current>a, .stricky-header .main-menu__list>li:hover>a {
    background: #ecc757;
    color: #000000;
}

.main-menu .main-menu__list>li.current>a::after,
.main-menu .main-menu__list>li:hover>a::after,
.stricky-header .main-menu__list>li.current>a::after,
.stricky-header .main-menu__list>li:hover>a::after {
	transform: scale(1, 1);
	transform-origin: left center;
}

.main-menu .main-menu__list li ul,
.stricky-header .main-menu__list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 250px;
	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: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: 30px;
	color: #000;
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 7px;
	transition: 500ms;
}

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

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

.stricky-header {
	position: fixed;
	z-index: 991;
	top: 0;
	left: 0;
	background-color: #ffffff;
	width: 100%;
	transform: translateY(-120%);
	transition: transform 500ms ease;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}

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

.stricky-header .main-menu__logo {
	top: 0;
	height: 80px;
}

.stricky-header .main-menu__logo__shape-1,
.stricky-header .main-menu__logo__shape-2 {
	height: 80px;
}

.stricky-header.stricky-fixed {
	-webkit-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.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: 20px;
	color: var(--thm-black);
	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: #fff;
}

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


.pxl-section-divider-top-img {
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 2px;
   background: url(../images/header-dv1.webp);
    top: -9px;
}

.pxl-section-divider-bottom-img {
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    height: 10px;
   background: url(../images/shape-layer1.webp);
    top: -9px;
}

header.header{ padding: 0px 0; background: #fff; position:relative; }

header.header .main-menu__logo .logoTextArea{line-height:22px; }
header.header .main-menu__logo .logoTextArea strong{display:block; }
header.header .main-menu__logo .logoTextArea span{display:block; }

.bannerSection{ width:100%;}
/* .bannerSection .bannerLeftArea{ height:100%; background: url(../images/bg09.webp); border-radius:15px; } */
.bannerSection .bannerLeftArea{ height:100%; background: #fbebcc; border-radius:15px; }


.bannerSection .bannerLeftArea .bannerLeftAreaPanel:last-child{ border:0; }

.bannerSection .bannerLeftArea .bannerLeftAreaPanel h4 {
	font-family: "Montserrat", sans-serif!important;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.bannerSection .bannerLeftArea .bannerLeftAreaPanel.bg-8{background: #efd9a9;}

.bannerSection .bannerLeftArea .bannerLeftAreaPanel p{font-family: "Montserrat", serif!important; font-size: 13px; margin: 0; padding: 0; margin-bottom: 5px; line-height: 19px;}

.bannerSection .bannerLeftArea .bannerLeftAreaPanel a{ background:#ecc757; padding:5px 10px; background:#ecc757; font-size: 12px; color:#000; border-radius:7px; }
.bannerSection .bannerLeftArea .bannerLeftAreaPanel a:hover{ background:#0f66ad; color: #fff;}

.bannerSection .bannerRightArea{ height:100%;background: #efd9a9; border-radius:15px; }
.bannerSection .bannerRightArea .bannerRightAreaPanel h4{ font-size:18px; font-weight:600; line-height:25px; }
.bannerSection .bannerRightArea .bannerRightAreaPanel.bg-8{ background: url(../images/bg09.webp);}
.bannerSection .bannerRightArea .bannerRightAreaPanel p{ font-size:15px; margin:0; padding:0; margin-bottom: 10px; line-height:22px; }
.bannerSection .bannerRightArea .bannerRightAreaPanel a{ background:#ecc757; padding:5px 10px; background:#ecc757; font-size: 12px; color:#000; border-radius:7px; }
.bannerSection .bannerRightArea .bannerRightAreaPanel a:hover{ background:#0f66ad; color: #fff;}

.bannerSection .bx-wrapper{ padding: 0; margin:0; border:0; border-radius: 20px;}
.bannerSection .bannerSlider{ width: 100%; }
.bannerSection .bannerSlider img{ width: 100%; border-radius: 20px;}
.bannerSection .bx-wrapper .bx-controls-direction a { z-index: 9;}
.bannerSection .bx-wrapper .bx-prev {
    left: 10px;
    background: url('../images/controls.png') no-repeat 0 -32px;
}
.bannerSection .bx-wrapper .bx-next {
    background: url('../images/controls.png') no-repeat -43px -32px;
}

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

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

}

.bannerSection .bx-wrapper .bx-controls-auto {
    bottom: 10px !important;
    right: 10px !important;
    background: #008080;
    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 .bx-start {
    background: url(../images4/controls.png) -86px -11px no-repeat;
}

.bx-wrapper .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: block;
}
.bannerSection .bannerHdSt {
    position: absolute;
    right: 15px;
    bottom: 0;
    z-index: 9;
    padding: 15px;
    color: #fff;
    background: rgba(0,0,0,0.9);
    border-radius: 7px;
}

.bannerSection .bannerSearchBox{ position: absolute; bottom: 30px; left: 19%; right: 19%; background: #fff; padding: 15px; border-radius: 50px; }
.bannerSection .bannerSearchBox .bannerinputArea{ border:1px solid #b1b8bc;  width: 100%; padding: 5px 10px; border-radius: 50px;}
.bannerSection .bannerSearchBox .btnSearch{ background: #fe8800; color: #fff; border-radius: 50px; }





.aboutSection { background: #000 url(../images/bg-min.png); position: relative; padding: 60px 0; }
/*.aboutSection:before{position: absolute; opacity: 5%; content: ''; left: 0; right: 0; top:0; bottom:0;  background: url(../images/about-us-bg.png); background-size: cover;}*/
.aboutSection .container{ z-index: 1; position: relative; }
.aboutSection .aboutLeftpanel{}

.aboutSection .aboutLeftpanel .aboutImgPanel-1 img{ width: 412px; height: 412px; border:12px solid #fff; border-radius: 50%; position: relative; z-index: 1;}
.aboutSection .aboutLeftpanel .aboutImgPanel-2 {
    right: -13px;
    position: absolute;
    bottom: -24px;
    z-index: 2;
}
.aboutSection .aboutLeftpanel .aboutImgPanel-2 img{ width: 276px; height: 276px; border:8px solid #fff; border-radius: 50%; }
.aboutSection .aboutLeftpanel .aboutImgPanel-3 {
    right: 50px;
    position: absolute;
    top: 40px;
}
.aboutSection .aboutLeftpanel .aboutImgPanel-4 {
    right: -9px;
    position: absolute;
    bottom: -36px;
}
.aboutSection .aboutLeftpanel .aboutImgPanel-5 {
    left: -13px;
    position: absolute;
    bottom: -24px;
    z-index: 2;
}
.aboutSection .aboutLeftpanel .aboutImgPanel-5 img{ width: 200px; height: 200px; border:6px solid #fff; border-radius: 50%; }


.contentAreaBox h6{
    font-weight: 600;
    color:var(--thm-base);
    text-transform: uppercase;
    padding-right: 10px;
    display: inline-block;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}
.contentAreaBox h6::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 48px;
    background: linear-gradient(90deg, rgb(16 114 182) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px, rgb(15 107 171) 8px, rgb(15 107 171) 13px, rgba(255, 255, 255, 0) 13px, rgba(255, 255, 255, 0) 18px, rgba(255, 255, 255, 0) 18px, rgb(15 107 171) 0);
}

.contentAreaBox h2 {
  letter-spacing: 1.2px;
  font-size: 20px;
  color: #fff;
  padding: 13px 26px;
  background: #0f66ad;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.29;
  margin-bottom: 0px;
}

.contentAreaBox h2 span{ position: relative; font-weight: 700; display: inline-block;}
.contentAreaBox h2 span::before{position: absolute; top: calc(100% - 6px); left: 0; content:''; background-size: 100% 100%; width: 137px; background-image: url(../images/banner-2-title-vector.svg);     height: 14px;}
.contentAreaBox p{line-height: 24px;  font-size: 14px;   text-align: justify;}
.contentAreaBox {

	border: 1px solid #eae8f1;
    background: #fff;
   border-radius: 15px 15px 4px 4px;
    box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.contentAreatext{ padding: 25px; text-align: justify;}
.contentAreaBox ul{ margin:0; padding: 0; list-style: none; display: inline-block; width: 100%; }
.contentAreaBox ul li{position: relative; padding-left: 2px; margin-bottom: 10px; font-weight: 400; font-size: 14px;}
/* .contentAreaBox ul li::after{position: absolute; top:0px; left: 0; content:''; width: 30px; height: 30px;  border: 1px solid var(--thm-base); border-radius: 50%; background-size: 15px 13px; background-image: url(../images/checkmark.svg); background-repeat: no-repeat; background-position: center;}
 */
 a.ed-btns.readmoreup {
    margin-left: 8px;
	color:#008080;
}
.contentAreaBox .dot-icon {
    font-size: 10px;
    margin-right: 7px;
    margin-top: 8px;
}

.ed-btn {
    background-color: var(--thm-base);

    color: #fff;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.ed-btn:hover{background-color: var(--thm-orange); color: #fff;}

.ed-btn-1 {

    background-color: var(--thm-orange);
    color: #fff;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
    font-weight: 500;
    text-transform: uppercase;
}

.ed-btn-1:hover{background-color: var(--thm-base); color: #fff;}

.upComungNews{ }
.upComungNews .newsBoxArea {
    box-shadow: 0 2px 11px 3px rgba(0, 0, 0, 0.09);
    overflow: hidden;
    background: #fff;
    z-index: 9;
    position: relative;
}
.newsAreaHd {
    background: #ecc757;
    color: #000;
    padding: 10px;
    font-weight: 700;
    width: 180px;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.upComungNews .newsBoxArea a.btnPs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #000;
    border-radius: 50px;
    position: absolute;
    font-size: 11px;
    right: -10px;
    background: #ecc757;
    top: 10px;
    border: 1px solid #fff;
}
.newsBoxAreaSd {padding-right: 15px;padding-left: 15px;}
.newsBoxAreaSd marquee{padding-top: 10px;color: #000;font-size: 14px;font-weight: 700;}
.newsBoxAreaSd marquee a{color: #000;font-size: 14px;}




.clientSection{  background:#f5f1ec url(../images/client-bg.png) repeat-x ; padding: 40px 10px 40px 10px; border-top: 1px solid #f2f2f2; position: relative;}
.clientSection img{ height: 100px; background:#fff;}

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

    float: left;
    position: relative;
    left: 75px;
    top: 43px;
}

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

}


/* ///////////////Manish Changes ////////////// */
header.header .headerSocial ul li.youtube a {
    background: #e83f3a;
}

	header.header .headerSocial ul li.twitter {
		background: transparent;
		width: 40px;
		height: 40px;
		line-height: 38px;
		border-radius: 50px;
		border: 1px solid #000;
	}

	header.header .headerSocial ul li.twitter:hover{
		background:#000;
	}
	header.header .headerSocial ul li.twitter img:hover{
		filter:brightness(10) invert(0);
	}


header.header .headerSocial ul li.twitter img{ margin-top: -5px; }

.innerSection .textAreaPanel ul.pagination{border:0; border-top: 1px solid #a3cadb; border-bottom: 1px solid #a3cadb;}
.innerSection .textAreaPanel ul.pagination li{border:0; margin: 0;}
.innerSection .textAreaPanel ul.pagination li a{border:0; margin: 0; border-right: 1px solid #a3cadb; border-left: 1px solid #a3cadb; background:transparent;}
.innerSection .textAreaPanel ul.pagination li a:hover{text-decoration: none;}

.tenderBoxArea img {
    width: 100%;
}

header.header .headerSocial ul li.twitter a {
    background: transparent !important;
}


.video-main {
display: inline-block;
  position: absolute;
  z-index: 99;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.video-main .video {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 100%;
  background: transparent;
  color: #fe8800;
  font-size: 20px;
  display: inline-block;
  background: #fff;
  z-index: 999;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}



.video-main .waves {
  position: absolute;
  width: 150px;
  height: 150px;
  background: rgba(225, 225, 225, 0.3);
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-radius: 100%;
  right: -50px;
  bottom: -50px;
  z-index: -1;
   -webkit-animation: waves 3s ease-in-out infinite;
  animation: waves 3s ease-in-out infinite;
}

.video-main .wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.video-main .wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.video-main .wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}


@media all and (min-width: 768px) {
  .fancybox-thumbs {
    top: auto;
    width: auto;
    bottom: 0;
    left: 0;
    right : 0;
    height: 95px;
    padding: 10px 10px 5px 10px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.3);
  }

   .fancybox-thumbs .fancybox-thumbs__list{ margin: auto; }
.fancybox-container.fancybox-show-thumbs .fancybox-caption{ display: none !important; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 0;
    bottom: 95px;
  }
}



/* Remove for prod */
.museumSliderSection{ width: 100%; overflow: hidden; position: relative; }
.museumSliderSection .museumBoxArea{ position: relative; }
.museumSliderSection .museumBoxArea::after{position: absolute; left: 0; top:0; right: 0; bottom: 0; background: rgba(0,0,0,.7); content: '';}
.museumSliderSection .museumBoxArea img{ width: 100%; }
.museumSliderSection .museumBoxArea .museumContArea{ position: absolute; left:50px; top:70px; z-index: 1; }
.museumSliderSection .museumBoxArea .museumContArea h6{ color: #fff; }
.museumSliderSection .museumBoxArea .museumContArea  h6::before {
    background: linear-gradient(90deg, rgb(254 136 0) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px, rgb(238 127 0) 8px, rgb(254 136 0) 13px, rgba(255, 255, 255, 0) 13px, rgba(255, 255, 255, 0) 18px, rgba(255, 255, 255, 0) 18px, rgb(254 136 0) 0);
}
.museumSliderSection .museumBoxArea .museumContArea h2{ color: #fff; font-size: 60px; line-height: 70px; margin-bottom: 25px; }
.museumSliderSection .museumBoxArea .museumContArea h2 span{color: #ffcd0b;}
.museumSliderSection .museumBoxArea .museumContArea .ed-btn { background-color: var(--thm-orange);}
.museumSliderSection .museumBoxArea .museumContArea .ed-btn:hover { background-color: var(--thm-base);}

.museumSliderSection .museumBoxArea .museumIconArea {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    background: #fff;
    width: 100px;
    padding: 15px;
    border-radius: 50px 50px 0 0;
    z-index: 1;
    height: 80px;
    box-shadow: 0 0 0 5px rgba(255,255,255,.3);
}
.rtl-slider-flex {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.thumb-prev,
.thumb-next { display: none;
	bottom: 12px !important;
	right: calc(9% + 0.75em) !important;
}

.thumb-prev {
	right: calc(0% + 0.75em) !important;
}

/* Necessary styles */
.rtl-slider-flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	box-sizing: border-box;
	position: relative;
}

.rtl-slider-flex .rtl-slider {
	width: 100%;
}

.rtl-slider-flex .rtl-slider-nav {
	position: absolute;
	right: 30px;
	top:80px;
	width: 300px;
	margin-top: 0px;
	/*height: 387px;*/
	overflow: hidden;
}

.rtl-slider-flex .rtl-slider-nav .slick-list {
	padding: 0 !important;
}

.rtl-slider-flex .rtl-slider-nav .rtl-slider-slide {
	padding: 22px 0;
	margin-bottom: 4px;
	opacity: 1;
	/*  background: #e8e8e8; */
	text-align: center; font-size: 18px; font-weight: 600;
	transition: all 0.3s ease;
	box-shadow: 0 0 5px #212121;
	cursor: pointer;
	display: block !important;
	width: 90% !important;
	margin: auto !important;
	background: rgb(232, 232, 232);
	background: linear-gradient(180deg, rgba(232, 232, 232, 1) 0%, rgba(255, 255, 255, 1) 100%);
}

.rtl-slider-flex .rtl-slider-nav .slick-slide.slick-current.slick-active .rtl-slider-slide {
	opacity: 1;
	background: var(--thm-base);
	width: 100% !important;
	margin: auto !important;
	color: #fff;
}



.rtl-slider-flex .thumb-prev,
.rtl-slider-flex .thumb-next {
	position: absolute;
	top: 50%;
	margin-top: 15px;
	right: -41px !important;
	height: 36px;
	width: 36px;
	border: 1px solid var(--thm-base);
	border-radius: 50px;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: all 0.3s ease;
	color: #fff;
	background: var(--thm-base);
}

.rtl-slider-flex .thumb-prev {
	top: 50%;
	margin-top: -30px;
	right: -41px !important;
}

.rtl-slider-flex .thumb-prev:hover,
.rtl-slider-flex .thumb-next:hover {
	background: var(--thm-black);
}

.socialMediaSection {
    width: 100%;
    padding: 0  20px;
    position: relative;
    z-index: 1;
}
.socialMediaSection .socialMediaContainer{width: 100%; padding:50px; background: #0d401c; border-radius: 50px;
    background-repeat: no-repeat;
    background-position: bottom left; overflow: hidden; position: relative;}
.socialMediaSection .socialMediaContainer .shapesBox-1{ position: absolute; width: 214px; right: -50px; top:0; }
.socialMediaSection .socialMediaContainer .shapesBox-1 img{ width: 100%; }

.socialMediaSection .socialMediaContainer .socialMediaBox{ background: #fff; padding: 20px;
	filter: drop-shadow(0px 0px 20px rgba(var(--primary-text-color-rgb), 0.15));
    border-radius: 25px; }
.socialMediaSection .socialMediaContainer .socialMediaBox h4{ font-size: 20px; background:#1760ce; padding:10px 10px; border-radius:50px; color: #fff; margin-bottom: 15px;}
.socialMediaSection .socialMediaContainer .socialMediaBox h4 i{ width: 30px; height: 30px; text-align: center; background: #fff; border-radius: 50px; line-height: 30px; color: #1760ce; margin-right:5px; }
.socialMediaSection .socialMediaContainer .socialMediaBox h4.ytBg{ background: #f00; }
.socialMediaSection .socialMediaContainer .socialMediaBox h4.ytBg i{ color: #f00; }
.socialMediaSection .socialMediaContainer .socialMediaBox h4.twBg{background: #0aa9c9;}
.socialMediaSection .socialMediaContainer .socialMediaBox h4.twBg i{color: #0aa9c9;}



/*	schedule Section*/
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}

.schedule-section{
	position: relative;
	padding: 60px 0 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	background-color: #fffdf9;
	overflow: hidden;
}

.eventDateArea .eventDateBox{background: #f8bc24; text-align: center; border-radius: 10px;}
.eventDateArea span{ display: block; color: #000; font-weight: 600; line-height: 20px; padding: 10px 5px;}
.eventDateArea span span{ padding: 0; }
.eventDateArea span.bg-edpurple { color: #000; border-radius: 10px;background-color: #5b3aee; padding: 7px 30px; color: #fff; font-weight: 600;}

.schedule-section .icon-circle-4{
	right: -200px;
	bottom: 160px;
}

.schedule-section .icon-circle-3{
	left: -375px;
	top: 340px;
	opacity: .30;
}

.tabs-box{
	position: relative;
}

.tabs-box .tab{
	display: none;
}

.tabs-box .tab.active-tab{
	display: block;
}

.schedule-tabs{
	position: relative;
}

.schedule-tabs .btns-box{
	position: relative;
	display: block;
	margin-bottom: 40px;
}

.schedule-tabs .tab-buttons{
	position: relative;
	text-align: center;
}

.schedule-tabs .tab-buttons li{
	position: relative;
    display: inline-block;
    height: 135px;
    width: 160px;
    border-radius: 20px;
    background-color: #ffffff;
    font-size: 16px;
    line-height: 20px;
    color: #222222;
    font-weight: 600;
    text-align: left;
    padding: 15px 15px;
    padding-top: 70px;
    padding-left: 90px;
	cursor: pointer;
	margin: 0 15px 20px;
	border: 1px solid #dddddd;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-tabs .tab-buttons li .day{
    position: absolute;
    left: 0px;
    top: 30px;
    padding: 5px 20px;
    background-color: #222222;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #ffffff;
    border-radius: 0 15px 15px 0;
}

.schedule-tabs .tab-buttons li .date{
	position: absolute;
    left: -0;
    top: 80px;
    width: 100px;
    text-align: center;
    font-size: 38px;
    line-height: 20px;
    font-weight: 600;
    color: #222222;
}

.schedule-tabs .tab-buttons li .month{
	display: block;
    font-size: 20px;
    line-height: 1em;
    font-weight: 600;
    color: #222222;
    text-transform: uppercase;
}

.schedule-tabs .tab-buttons li .year{
	font-size: 30px;
}

.schedule-tabs .tab-buttons li.active-btn{
	box-shadow: 0 20px 30px rgba(0,0,0,.10);
}

.schedule-tabs .tab-buttons li:nth-child(4n + 1) .day{
	background-color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .day{
	background-color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .day{
	background-color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .day{
	background-color: #e6275a;
}


.schedule-tabs .tab-buttons li:nth-child(4n + 1) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 1) .date{
	color: #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 2) .date{
	color: #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 3) .date{
	color: #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4) .month,
.schedule-tabs .tab-buttons li:nth-child(4n + 4) .date{
	color: #e6275a;
}


.schedule-tabs .tab-buttons li:nth-child(4n + 1).active-btn{
	box-shadow: 0 0px 30px rgba(255,194,11,.30);
	border: 1px solid #ffc20b;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 2).active-btn{
	box-shadow: 0 0px 30px rgba(64,203,180,.30);
	border: 1px solid #40cbb4;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 3).active-btn{
	box-shadow: 0 0px 30px rgba(76,53,169,.30);
	border: 1px solid #4c35a9;
}

.schedule-tabs .tab-buttons li:nth-child(4n + 4).active-btn{
	box-shadow: 0 0px 30px rgba(230,39,90,.30);
	border: 1px solid #e6275a;
}

.schedule-timeline{
	position: relative;
}

/*=== Schedule Block ===*/

.schedule-block{
	position: relative;
	margin-bottom: 30px;
}

.schedule-block:after{
	display: table;
	clear: both;
	content: "";
}

.schedule-block .inner-box{
	position: relative;
	float: right;
	width: 50%;
	text-align: left;
}

.schedule-block .inner-box .inner{
	position: relative;
	padding: 20px 30px 20px;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	box-shadow: 0 0 30px rgba(0,0,0,0.05);
	margin-left: 80px;
	border-radius: 20px;
}

.schedule-block .inner:before{
	position: absolute;
    top: 0;
    bottom: -30px;
    right: 100%;
    border-left:2px dashed #dddddd;
    content: "";
    margin-right: 80px;
}

.schedule-block .inner:after{
	position: absolute;
	right: 100%;
	top: 35px;
	border-top: 15px solid transparent;
	border-right: 20px solid #f8bc24;
	border-bottom: 15px solid transparent;
	content: "";
}

.schedule-block .date{
    position: absolute;
    left: -132px;
    width: 100px;
    top: 0px;
    height: 100px;
    background-color: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    color: #212639;
    font-weight: 500;
    padding: 30px 15px 0;
    border-radius: 50%;
    border:2px dashed #dddddd;
    box-shadow: 0 0 30px rgba(0,0,0,0.05);
}

.schedule-block .speaker-info{
	position: relative;
	padding-left: 80px;
	padding-top: 10px;
	min-height: 60px;
}

.schedule-block .speaker-info .thumb{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	border-radius: 50%;
	overflow: hidden;
}

.schedule-block .speaker-info .name{
	font-size: 16px;
	color: #212639;
	font-weight: 500;
	line-height: 1.2em;
}

.schedule-block .speaker-info .designation{
	font-size: 13px;
}

.schedule-block h4{
	position: relative;
	margin:0; padding: 0;
	font-size:16px;
	line-height: 20px;
	color: #0f1925;
	font-weight: 600;
	margin-bottom:5px;

}

.schedule-block h4 a{
	color: #212639;
	display: inline-block;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.schedule-block h4 a:hover{
	color: #f14b59;
}

.schedule-block .text{
	position: relative;
	font-size: 15px;
	line-height: 26px;
	color: #000;
	margin-bottom: 15px;
}

.schedule-block .btn-box{
	position: relative;
	padding: 6px 0;
	position: absolute;
}
.schedule-block .btn-box.right-20{ right: 20px; }
.schedule-block .btn-box.left-20{ left: 20px; }

.schedule-block .btn-box a{
	padding: 7px 15px;
	line-height: 20px;
	font-size: 14px;
	background-color: #444444;
	color: #ffffff;
	border-top:2px solid transparent;
	border-bottom:2px solid transparent;
	border-radius: 5px;
}

.schedule-block .btn-box a:hover{
	color: #ffffff;
	/* box-shadow: 0 10px 20px rgba(0,0,0,0.10); */
}

.schedule-block.even .inner-box{
	float: left;
	text-align: right;
}

.schedule-block.even .inner-box .inner{
	margin-left: 0;
	margin-right: 80px;
}

.schedule-block.even .inner:before{
	right: auto;
	left: 100%;
	margin-left: 80px;
	margin-right: 0;
}

.schedule-block.even .inner:after{
	right: auto;
	left: 100%;
	border-right: 0;
	border-left: 20px solid #40cbb4;
}

.schedule-block:last-child .inner:before{
	display: none;
}

.schedule-block.even .date{
	left: auto;
	right: -132px;
}

.schedule-block.even .speaker-info{
	padding-left: 0;
	padding-right: 80px;
}

.schedule-block.even .speaker-info .thumb{
	left: auto;
	right: 0;
}

.schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) .inner:before{
	border-color: #ffc20b;
}

.schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) .inner:before{
	border-color: #40cbb4;
}

.schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) .inner:before{
	border-color: #4c35a9;
}

.schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) .inner:before{
	border-color: #e6275a;
}

/* Backgroud */

.schedule-block:nth-child(4n + 1) .btn-box a{
	background-color:#ffc20b;
}

.schedule-block:nth-child(4n + 1) .btn-box a:hover{
	color:#ffc20b;
	border-radius:0px;
	background: #fff;
	border-color:#ffc20b;
}

.schedule-block:nth-child(4n + 2) .btn-box a{
	background-color: #40cbb4;
}

.schedule-block:nth-child(4n + 2) .btn-box a:hover{
	border-radius:0px;
	color: #fff;
	background:#fff;
	border-color: #40cbb4;
}





.schedule-block:nth-child(4n + 3) .btn-box a{
	background-color: #4c35a9;
}

.schedule-block:nth-child(4n + 3) .btn-box a:hover{
	border-radius:0px;
	color: #4c35a9;
	background:#fff;
	border-color: #4c35a9;
}



.schedule-block:nth-child(4n + 4) .btn-box a{
	background-color: #e6275a;
}

.schedule-block:nth-child(4n + 4) .btn-box a:hover{
	border-radius:0px;
	color: #e6275a;
	background:#fff;
	border-color: #e6275a;
}

/* color */

.schedule-section.style-three .schedule-block:nth-child(4n + 1) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 1) .date,
.schedule-block:nth-child(4n + 1) h4 a:hover{
	color: #ffc20b;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 2) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 2) .date,
.schedule-block:nth-child(4n + 2) h4 a:hover{
	color: #40cbb4;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 3) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 3) .date,
.schedule-block:nth-child(4n + 3) h4 a:hover{
	color: #4c35a9;
}

.schedule-section.style-three .schedule-block:nth-child(4n + 4) .date,
.schedule-section.style-two .schedule-block:nth-child(4n + 4) .date,
.schedule-block:nth-child(4n + 4) h4 a:hover{
	color: #e6275a;
}


/***

====================================================================
	schedule Section Style two
====================================================================

***/


.gallerySection{ background-image: url(../images/shapes/pattern-4.jpg); padding: 50px 0; }

.projects-section-two {
    position: relative;
    padding: 80px 0 0 0;

}

.projects-section-two .bg-image {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	/*max-height: 660px*/
	height: calc(100% - 100px);
}

.projects-section-two .upper-box {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 80px 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	margin-bottom: 100px
}

.projects-section-two .upper-box .text-column {
	padding: 20px 0;
	padding-left: 70px;
	border-left: 1px solid rgba(255, 255, 255, .1);
	max-width: 640px
}

.projects-section-two .upper-box .count-box {
	position: relative;
	text-align: right
}

.projects-section-two .upper-box .count-box .title {
	padding-right: 10px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff
}

.projects-section-two .upper-box .text {
	font-size: 18px;
	line-height: 36px;
	color: #8f8f8f
}

.projects-section-two .upper-box .numbers {
	font-size: 100px;
	color: var(--theme-color2);
	font-weight: 800;
	line-height: 1em
}

/*.projects-section-two .carousel-outer {
	margin: 0 -260px
}
*/
.projects-section-two .owl-item:nth-child(even) .project-block .inner-box {
	margin-top: 0
}
.sub-title-1{ color: #fed800; padding-left: 25px; position: relative; font-size: 18px;}
.sub-title-1:before {
    position: absolute;
    left: 0;
    top: 0;
    letter-spacing: .2em;
    color: #fed800;
    content: "//";
    color: var(--thm-orange);
}
.headline-title{ color: #fff; font-weight: 700; font-size: 60px; }
.sec-title {
	position: relative;
	margin-bottom: 50px;
	z-index: 2
}
.hap-section-title p{ color: #fff; }

.sec-title .sub-title {
	position: relative;
	top: -8px;
	font-size: var(--sec-title-subtitle-font-size);
	color: var(--sec-title-subtitle-color);
	line-height: var(--sec-title-subtitle-line-height);
	font-weight: var(--sec-title-subtitle-font-weight);
	font-family: var(--sec-title-subtitle-font-family);
	display: inline-block;
	padding-left: 20px
}

.sec-title .sub-title:before {
	position: absolute;
	left: 0;
	top: 0;
	letter-spacing: .2em;
	content: "//";
	color: var(--thm-orange)
}

.sec-title h1 {
	position: relative;
	font-size: 60px;
	line-height: 1em;

}

.sec-title h2 {
	position: relative;
	font-size: 32px;
	color: #000;
	font-weight:600;
	margin-top: -5px;
	margin-bottom: 0
}

.sec-title .text {
	margin-top: 30px
}

.sec-title .row .text {
	max-width: 450px;
	width: 100%
}

.sec-title.light h3,
.sec-title.light h2,
.sec-title.light h1 {
	color: #fff
}

.sec-title.light .sub-title,
.sec-title.light .text {
	color: #fff
}

/*.projects-section-two .carousel-outer {
    margin: 0 -260px;
}
*/

ul.PhotoPanelLink{ margin:0; padding: 0; list-style: none;}
ul.PhotoPanelLink li{border-radius: 50px; border:1px solid #fff; padding: 5px 25px; color: #fff; cursor: pointer;}
ul.PhotoPanelLink li.active,ul.PhotoPanelLink li:hover{background-color: var(--thm-orange);  border:1px solid var(--thm-orange);}
.project-block {
	position: relative
}

.project-block .inner-box {
	position: relative
}

.project-block .inner-box:hover .image-box .image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .4
}

.project-block .inner-box:hover .info-box {
	opacity: 1;
	visibility: visible;
	bottom: 20px
}

.project-block .image-box {
	position: relative;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .image-box .image {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	margin-bottom: 0;
	background-color:#0f0f0f;
}

.project-block .image-box .image img {
	width: 100%;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
  height:250px;
}

.project-block .info-box {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 25px 30px;
	min-width: 270px;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
	border-radius: 0 10px 10px 0;
	background-color: #fff;
	z-index: 1;
	opacity: 0;
	visibility: hidden
}

.project-block .info-box .title {
	margin-bottom: 0
}
.project-block .info-box .title a{ color: #000; font-weight: 600; }

.project-block .info-box .title:hover {
	color: var(--bg-theme-color2)
}

.project-block .read-more {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	right: 20px;
	top: -26px;
	height: 52px;
	width: 52px;
	font-size: 18px;
	background-color: #fe8800;
	border-radius: 50%;
	color: #fff;
	z-index: 3;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease
}

.project-block .read-more:hover {
	color: #fff;
	background: var(--thm-base);
}

.hap-contact-form {
	max-width: 550px
}

.hap-contact-form .hap-contact-select {
	position: relative;
	-webkit-appearance: none
}

.hap-contact-section{ position: relative; z-index: 99; margin-bottom: 50px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 50px;
    border-radius: 50px;
    border: 1px solid rgba(255,255,255,.1);
    margin-bottom: 50px;
}

.hap-contact-form .hap-contact-select:before {
	top: 12px;
	right: 15px;
	width: 34px;
	height: 34px;
	color: #000;
	font-weight: 900;
	content: "\f0d7";
	line-height: 34px;
	text-align: center;
	position: absolute;
	border-radius: 100%;
	font-family: "Font Awesome 5 Pro";
	background-color: #d1eeff
}

.hap-contact-form input,
.hap-contact-form select,
.hap-contact-form textarea {
	width: 100%;
	height: 50px;
	color: #000;
	padding-left: 20px;
	margin-bottom: 18px;
	border-radius: 40px;
	background-color: #fff;
	-webkit-appearance: none
}

.hap-contact-form input::-webkit-input-placeholder,
.hap-contact-form select::-webkit-input-placeholder,
.hap-contact-form textarea::-webkit-input-placeholder {
	font-size: 17px;
	color: #9fa4af
}

.hap-contact-form input::-moz-placeholder,
.hap-contact-form select::-moz-placeholder,
.hap-contact-form textarea::-moz-placeholder {
	font-size: 17px;
	color: #9fa4af
}

.hap-contact-form input:-ms-input-placeholder,
.hap-contact-form select:-ms-input-placeholder,
.hap-contact-form textarea:-ms-input-placeholder {
	font-size: 17px;
	color: #9fa4af
}

.hap-contact-form input::-ms-input-placeholder,
.hap-contact-form select::-ms-input-placeholder,
.hap-contact-form textarea::-ms-input-placeholder {
	font-size: 17px;
	color: #9fa4af
}

.hap-contact-form input::placeholder,
.hap-contact-form select::placeholder,
.hap-contact-form textarea::placeholder {
	font-size: 17px;
	color: #9fa4af
}

.hap-contact-form textarea {
	height: 100px;
	padding-top: 15px
}

.hap-contact-form button {
	color: #fff;
	width: 100%;
	height: 62px;
	border: none;
	font-weight: 700;
	font-size: 17px;
	border-radius: 40px;
	text-transform: uppercase;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	background: -webkit-gradient(linear, left top, right top, from(#6256ed), color-stop(50%, #f350bc), to(#6256ed));
	background: linear-gradient(90deg, #6256ed 0, #f350bc 50%, #6256ed);
	background-size: 200%, 1px
}

.hap-contact-text-area,
.pt-20 {
	padding-top: 20px
}

.hap-contact-social,
.inv-lan-testimonial-item .testimonial-author,
.mt-35 {
	margin-top: 35px
}

.hap-contact-social a {
	color: #fff;
	font-weight: 700;
	margin-right: 40px
}

.hap-topic-section .hap-section-title {
	max-width: 850px
}

.hap-topic-item {
	width: 188px;
	height: 235px;
	margin: 0 15px;
	padding: 45px 15px;
	border-radius: 100px;
	border: 2px solid #efefef;
	-webkit-transition: .5s;
	transition: .5s
}

.hap-topic-item .inner-text a {
	font-size: 20px;
	font-weight: 700;
	display: inline-block
}

.mapSection{background-image: url(../images/shapes/map_bg.png); background-size: contain; position: relative;
    -o-object-position: top;
    object-position: top;
    background-repeat: repeat;}
.mapSectionbgArea{background-image: url(../images/shapes/boxes.png); background-size: contain;
    -o-object-position: top;
    object-position: top;
    background-repeat: repeat;}


.mapSection .mapAreaBox{ background: #e2e7ff; padding: 0px 50px; position: relative; background-image: url(../images/shapes/boxes.png); background-size: contain;}
.mapSection .mapAreaBox:after{background: #e2e7ff; position: absolute; left: 0; top:-50px; content: ''; width: 100%; height: 50px; border-radius:20px 20px 0 0; }
.mapSection .mapAreaBox:before{background: #e2e7ff; position: absolute; left: 0; bottom:-50px; content: ''; width: 100%; height: 50px; border-radius:0 0 20px 20px; z-index: 1; }
.mapSection .mapLocationArea {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #fefefe;
    z-index: 2;
    position: relative;
}
.mapSection .mapLocationArea iframe{ width: 100%; height: 400px; }
.mapSection .mapAreaBox h5{ margin-bottom: 25px; font-weight: 600; position: relative; display: inline-block; padding-left: 20px;}
.mapSection .mapAreaBox h5:after{ position: absolute; left: 0; top:4px; width: 50px; height: 15px; content: '';
background: rgb(25,121,188);
background: linear-gradient(119deg, rgba(25,121,188,0) 0%, rgba(25,121,188,0) 3%, rgba(25,121,188,1) 3%, rgba(25,121,188,1) 15%, rgba(25,121,188,0) 15%, rgba(25,121,188,0) 20%, rgba(25,121,188,0) 20%, rgba(25,121,188,0) 25%, rgba(25,121,188,1) 25%, rgba(25,121,188,1) 30%, rgba(25,121,188,0) 30%, rgba(25,121,188,0) 35%, rgba(25,121,188,0) 35%);
 }
.mapSection .mapAreaBox h5::before {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 48px;
    background: linear-gradient(90deg, rgb(16 114 182) 3px, rgba(255, 255, 255, 0) 3px, rgba(255, 255, 255, 0) 8px, rgb(15 107 171) 8px, rgb(15 107 171) 13px, rgba(255, 255, 255, 0) 13px, rgba(255, 255, 255, 0) 18px, rgba(255, 255, 255, 0) 18px, rgb(15 107 171) 0);
}

.mapAreaPoint{ background: #fff; padding: 15px; border-radius: 15px; -webkit-box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 30px 10px rgba(0, 0, 0, 0.05); position: relative; }

.mapAreaPoint:after {
    width: 50px;
    height: 40px;
    position: absolute;
    right: -22px;
    top: 30px;
    content: '';
    background: #fff;
    background: #fff;
    transform: rotate(45deg);
}
.mapAreaPoint svg{ fill: #fb2525; width: 15px; }
.mapAreaPoint .video-main .video{ background: transparent; }
.mapAreaPoint .video-main.lehArrow {
    left: 143px;
    top: 70px;
}

.mapAreaPoint .video-main.NewDelhiArrow {
     left: 140px;
    top: 155px;
}


.mapAreaPoint .video-main.indoreArrow {
    left: 110px;
    top: 245px;
}

.mapAreaPoint .video-main.vishakhaPatnamArrow {
     left: 214px;
    top: 313px;
}


.mapAreaPoint .video-main.belgaonArrow {
        left: 102px;
    top: 342px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
	background-color: #0D401C;
	background-image: url(../images/shapes/footer-bg-1-1.png);
	background-repeat: no-repeat;
	background-position: top center;
	background-blend-mode: luminosity;
	/*padding-top: 40px;
	padding-bottom: 40px;
	display: flex;*/
}

.main-footer--extra-padding {
	padding-top: 186px;
}


.footer-widget--about .footer-widget__info {
	margin-top: 17px;
}

footer.main-footer .main-menu__logo .logoTextArea{ line-height:22px; color:#fff }
footer.main-footer .main-menu__logo .logoTextArea strong{ display:block; }
footer.main-footer .main-menu__logo .logoTextArea span{ display:block; }

.footer-widget__logo {
	position: relative;
	display: inline-flex;
	margin-top: 0px;
}

.footer-widget__title {
	margin: 0;
	display: flex;
	align-items: center;
	color: #fff;
	font-size: 20px;
	margin-bottom: 35px;
}

.footer-widget__title::before {
    font-size: 19px;
    color: #f9ba12;
    content: '||';
    margin-right: 7px;
}
.footer-widget__menu {
	margin-bottom: 0;
}

.footer-widget__menu li+li {
	margin-top: 6px;
}
.footer-widget__menu li {
    margin-bottom: 0;
	display:inline;
}
.footer-widget__menu li a {
	color: #fff;
	font-size: 16px;
	line-height: 1.7em;
	transition: all 500ms ease;
}

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

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

.footer-widget__social a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 41px;
	height: 41px;
	background-color: #F8C32C;
	color: #52320A;
	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;
	font-weight: 700;
}

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

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

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

}

.footer-widget__info li:hover {
	color: var(--thm-base);
}

.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: #fff;
	font-size: 14px;
	padding-bottom: 20px;
}

.footer-widget__mailchimp__text {
	display: flex;
	align-items: center;
	color: #fff;
	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 #fff;
	font-size: 8px;
	color: #fff;
	border-radius: 50%;
	margin-right: 10px;
}

.totalVisitorsBox {
    background: #f8c32c;
    width: 100%;
    border-radius: 10px;
    color: #000;
    padding: 15px;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.submitBtnplane {
    font-size: 19px;
    font-weight: 700;
    position: absolute;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    width: 30px;
    height: 30px;
    border: 0;
    top: 11px;
    right: 0;
    color: #fff;
    background-color: transparent;
    cursor: pointer;
}

@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-top: 22px;
	padding-bottom: 22px;
	background-color: #0D401C;
}

.bottom-footer__text {
	margin: 0;
	color: #fff;
	font-size: 14px;
}





.servicev2-section {
  position: relative;
  z-index: 1;
}
.servicev2-section::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 320px;
  content: "";
  background: #1f4e3d;
  z-index: -1;
}

.service-itemsv02 {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.4s;
  background:#fff;
  text-align:center;
}
.service-itemsv02 .thumb {
  overflow: hidden;
  border-radius: 0;
}
.service-itemsv02 .thumb .mimg {
  border-radius: 0px;
  overflow: hidden;
  transition: all 0.4s;
}
.service-itemsv02 .content {
  padding: 20px 30px 40px 40px;
  width: 100%;
  border-radius: 0px 0px 5px 5px;
  background: #1f4e3d;
}
.service-itemsv02 .content .iocns-box {
  width: 153px;
  height: 153px;
  background:#FFF;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
  border: 3px dashed #ccc;
}
.service-itemsv02 .content .title {
  font-size: 30px;
  font-weight: 400;
  font-weight: 400;
  line-height: 40px;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}
.service-itemsv02 .content p {
  color: #fff;
  margin-bottom: 15px;
}
.service-itemsv02 .content .arrows {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 3px;
  color: #fff;
}
.service-itemsv02 .content .arrows i {
  color: #fff;
  padding-left: 10px;
  font-size: 14px;
}
.service-itemsv02:hover {
  border-color: var(--p2-clr);
}
.service-itemsv02:hover .mimg {
  transform: scale(1.1);
}
.service-itemsv02:hover .content .title {
  color:#ff0;
}
.service-itemsv02.service-style03 {
  border: 1px solid var(--p200-clr);
}
.service-itemsv02.service-style03 .content {
  display: flex;
  justify-content: center;
  padding: 24px 40px 30px;
  background: #f4fbf5;
  gap: 25px;
  border: unset !important;
}
.service-itemsv02.service-style03 .content .title {
  margin-bottom: 0;
  color: #1f4e3d;
}
.service-itemsv02.service-style03:hover {
  border-color: var(--p1-clr);
}
@media (max-width: 1399px) {
  .service-itemsv02.service-style03 .content {
    display: flex;
    padding: 19px 24px 22px;
    gap: 15px;
  }
  .service-itemsv02.service-style03 .content .title {
    font-size: 26px;
    line-height: 32px;
  }
  .service-itemsv02 .content {
    padding: 20px 10px 30px 24px;
  }
}
@media (max-width: 1199px) {
  .service-itemsv02.service-style03 .content {
    display: flex;
    padding: 16px 17px 14px;
    gap: 10px;
  }
  .service-itemsv02.service-style03 .content .title {
    font-size: 20px;
    line-height: 28px;
  }
  .service-itemsv02.service-style03 .content img {
    width: 44px;
  }
  .service-itemsv02 .content {
    padding: 20px 10px 20px 20px;
  }
  .service-itemsv02 .content .iocns-box {
    width: 80px;
    height: 80px;
    margin-top: -70px;
    margin-bottom: 16px;
  }
  .service-itemsv02 .content .iocns-box img {
    width: 40px;
  }
  .service-itemsv02 .content .title {
    font-size: 21px;
    line-height: 40px;
    margin-bottom: 8px;
  }
  .service-itemsv02 .content p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .service-itemsv02 .content .arrows {
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 3px;
    font-family: "Roboto", serif;
    color: #fff;
  }
  .service-itemsv02 .content .arrows i {
    color: #fff;
    padding-left: 10px;
    font-size: 14px;
  }
}


.d-center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.Working-section {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

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

.p900-bg {
    background:url('../images/aboutBG.png');
    position: relative;
}
.p900-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../images/bg10.png);
    width: 100%;
    opacity: 0.05;
    height: 100%;
}

.Working-section .working-slilli {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: -1;
    animation: updown 2s linear infinite;
}

@keyframes updown {
  50% {
    transform: translateY(-10px);
  }
}


.working-proces-items01 {
  border-radius: 10px;
  background: rgb(16 189 189);
border: 3px solid #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
   box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 24px;

}
.working-proces-items01 .box-01{ position:relative; z-index:9;   padding: 160px 30px 30px;   transition: all ease-in-out 0.2s;}
.working-proces-items01:after{ position: absolute;  left:0; top:0; width:100%; height:100%; top:0; left:0; background:rgba(0, 0, 0, .6); content:''; }

.working-proces-items01.hoverBg-1{ background:url(../images/bg06.jpg); background-size: cover;}
.working-proces-items01.hoverBg-2{ background:url(../images/bg07.jpg); background-size: cover;}
.working-proces-items01.hoverBg-3{ background:url(../images/bg08.jpg); background-size: cover;}

.working-proces-items01:hover .box-01{ padding: 150px 30px 40px;   transition: all ease-in-out 0.2s;}

.working-proces-items01 .step-working {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  transition: all 0.5s;
}
.working-proces-items01 .step-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  font-family: "Roboto", serif;
  color: var(--p900-clr);
  position: absolute;
  right: 26px;
  top: 22px;
}
.working-proces-items01 h3 {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}
.working-proces-items01:hover .step-working {
  transform: scale(1.08);
}
@media (max-width: 1199px) {
  .working-proces-items01 {
    padding: 14px 14px 16px;
  }
  .working-proces-items01 .step-working {
    width: 60px;
  }
  .working-proces-items01 .step-text {
    font-size: 18px;
    right: 16px;
    top: 10px;
  }
  .working-proces-items01 h3 {
    font-size: 24px;
    font-weight: 400;
  }
}



.Working-section .working-arrows-one {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 129px;
  object-fit: contain;
}
.Working-section .working-arrows-two {
  position: absolute;
  bottom: -50px;
  left: 250px;
  width: 129px;
  object-fit: contain;
}
.Working-section .working-arrows-three {
  position: absolute;
  bottom: -50px;
  right: 250px;
  width: 129px;
  object-fit: contain;
}


.Working-section .working-green {
  position: absolute;
  bottom: 0;
  left: 0;
}



 .pxl-section-divider-bottom-top-img {

    height: 23px;
    background-color: #0d401c;
    background:url(../images/bg05.jpg);
    top: -20px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 1;
}

.pxl-divider-separator{
    height: 1px;
    width: 100%;
    background-image: repeating-linear-gradient(90deg, var(--clr-border), var(--clr-border) 7px, transparent 7px, transparent 11px);
    background-repeat: no-repeat;
        border-color: #FFFFFF26;
    --clr-border: #FFFFFF26;
    border-width: 1px;
}




.whatNewsArea{ width:100%;  position:relative; }
.whatNewsArea:after{ width:100%; bottom: 10px; position:absolute; left:0; top:0; background:rgba(0, 0, 0,.4); content:''; }
.whatNewsArea .videoAreaTopBg{ position:absolute; top:0; width:100%; height:117px; z-index:99; }
.whatNewsArea .newsBoxArea{ position:absolute; left:0; bottom:0; z-index:999; width:100%; }

.whatNewsArea .benifit-items {
    padding: 0px;
    position: relative;
    bottom: 0;
    background: #1f4e3d;

    border-radius: 15px 15px 0 0;

}

.whatNewsArea .newsBoxPanel{  }
.whatNewsArea .newsBoxPanel h2{ margin:0; padding:0; font-size:22px; color:#fff; margin-bottom:15px; }
.whatNewsArea .newsBoxPanel h2 a{ color:#fff; }
.whatNewsArea .newsBoxPanel h2 a:hover{ color:#e4eb0e; }
.whatNewsArea .newsBoxPanel ul { margin:0; padding:15px; background:#255845;  list-style:none; border-radius: 15px; border: 1px dashed #fff;}
.whatNewsArea .newsBoxPanel ul li{margin:0; padding:0;  border-bottom: 1px dashed #7dceb0; padding-bottom: 5px; margin-bottom: 10px;}
.whatNewsArea .newsBoxPanel ul li a{ color:#fff; display:block; font-size: 14px;}
.whatNewsArea .newsBoxPanel ul li a span{ color:#e4eb0e; display:block; font-size:13px; }
.whatNewsArea .newsBoxPanel ul li a p{margin:0; padding:0;}
.whatNewsArea .newsBoxPanel.importantLinkArea{background: #fff;}
.whatNewsArea .newsBoxPanel.importantLinkArea h2{ color:#000; }
.whatNewsArea .newsBoxPanel.importantLinkArea h2 a{ color:#000; }
.whatNewsArea .newsBoxPanel.importantLinkArea h2 a:hover{ color:#e4eb0e; }
.whatNewsArea .newsBoxPanel.importantLinkArea ul { margin:0; padding:15px; background:#255845;  list-style:none; border-radius: 15px; border: 1px dashed #fff;}
.whatNewsArea .newsBoxPanel.importantLinkArea ul li{margin:0; padding:0;  border-bottom: 1px dashed #7dceb0; padding-bottom: 5px; margin-bottom: 10px;}
.whatNewsArea .newsBoxPanel.importantLinkArea ul li a{ color:#fff; display:block; font-size: 14px;}
.whatNewsArea .newsBoxPanel.importantLinkArea ul li a span{ color:#e4eb0e; display:block; font-size:13px; }
.whatNewsArea .newsBoxPanel.importantLinkArea ul li a p{margin:0; padding:0;}


/* latest css start */
.aboutwhatNewsArea .newsBoxPanel{      overflow: hidden; }
.aboutwhatNewsArea .newsBoxPanel h2{ margin:0; font-weight: 600; padding:0; font-size:22px; color:#fff; margin-bottom:15px; }
.aboutwhatNewsArea .newsBoxPanel h2 a{ color:#fff; }
.aboutwhatNewsArea .newsBoxPanel h2 a:hover{ color:#e4eb0e; }
.aboutwhatNewsArea .newsBoxPanel ul { margin:0;  list-style:none; padding:0;}
.aboutwhatNewsArea .newsBoxPanel ul li{margin:0; padding:0; padding-bottom: 5px; margin-bottom: 5px;}
.aboutwhatNewsArea .newsBoxPanel ul li a{ color:#000; display:block; font-size: 14px;}
.aboutwhatNewsArea .newsBoxPanel ul li a span{ color:#e4eb0e; display:block; font-size:13px; }
.aboutwhatNewsArea .newsBoxPanel ul li a p{margin:0; padding:0; display: flex; line-height: 21px;}
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea{background: #fff;}
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea h2{ color:#000; }
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea h2 a{ color:#000; }
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea h2 a:hover{ color:#e4eb0e; }
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea ul { margin:0; padding:15px; background:#255845;  list-style:none; border-radius: 15px; border: 1px dashed #fff;}
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea ul li{margin:0; padding:0;  border-bottom: 1px dashed #7dceb0; padding-bottom: 5px; margin-bottom: 10px;}
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea ul li a{ color:#fff; display:block; font-size: 14px;}
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea ul li a span{ color:#e4eb0e; display:block; font-size:13px; }
.aboutwhatNewsArea .newsBoxPanel.importantLinkArea ul li a p{margin:0; padding:0;}

.aboutwhatNewsArea .newsBoxPanel .btn{
	color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    background: #0f66ad; float:right;}
.aboutwhatNewsArea .newsBoxPanel .btn:hover{background: #ecc757; color:#000;}
.aboutwhatNewsArea .arrowrght{margin-left:4px;}
.dot-icon {
    font-size: 7px;
    margin-right: 12px;
    margin-top: 4px;
    background: #24baba !important;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    line-height: 13px;
    padding: 0 3px;
    color: #008080;
}



.contentAreaBox .ed-btn {
    color: #fff;
    border-radius: 99px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 46px;
    padding: 0 37px;
    font-weight: 500;
    text-transform: capitalize;
    background-image: linear-gradient(90deg, #196730, #439a0d);
    font-size: 16px;
    margin-top: 31px;
}
/* latest css end */



.service-two {
    background-color: #1f4e3d;
    padding-top: 60px;
    padding-bottom: 80px;
    position: relative;
	margin-top: 353px;

}

.service-two__card-content h3 a{font-size:20px; color:#333; font-weight:800; line-height:20px;}

.service-two__card {
    border-radius: 5px;
    margin-bottom: 20px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.service-two__card-image {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.service-two__card-image > img {
    width: 100%;
	vertical-align: middle;
    border-style: none;
}

.service-two__card-content {
        padding-bottom: 45px;
        padding-left: 35px;
        padding-right: 35px;
    }

.service-two__card-content {

    text-align: center;

}

.service-two__card-icon {
        width: 108px;
        height: 108px;
        top: -54px;
        margin-bottom: -54px;
        font-size: 50px;
    }

.service-two__card-icon {
    width: 153px;
    height: 153px;
    background: #FFF;
    border-radius: 50%;
    margin: 30px 15px 26px 30px;
    border: 3px dashed #ccc;
	display: flex;
    justify-content: center;
    align-items: center;

}



/*  */



.service-two .row {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-two__card {
    margin: 15px;
    margin-top: -350px;
    z-index: 9999;
    position: relative;
    padding: 20px;
    background-color: #fff;
    border-radius: 0px;
    text-align: center;
	border:1px solid #f1f1f1;
}
.service-two__card:hover{background-color: #eef2f5;}

.service-two__card-icon img {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
}



/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.fooetr-nav{}
.fooetr-nav ul{margin:0px; padding:0px;}
.fooetr-nav ul li {
    display: inline-block;
}
.fooetr-nav ul li a{
	padding: 10px 4px 10px 10px;
    font-size: 14px;
    font-weight: 500;
	color:#fff;}
.fooetr-nav ul li a::after {
    content: "";
  background-image: url(../images/divider.png);
    width: 2px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    left: 8px;
    position: relative;
    top: 0px;
}
.fooetr-nav ul li:last-child a::after {
    content: none;
}

.nav-link:focus, .nav-link:hover {
    color: #000;
	background:#ecc757;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: #ecc757;
}
.dropdown-item{
	color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.2rem;
    padding-left: 1.2rem;
    font-size: 15px;
    }
.nav-link{color:#fff}
#footer .menu-bg{background:url(../images/footer-top-bg.jpg) repeat #333; border-bottom: 3px solid #0e0e0e; text-align: center;}
#footer {
  color: #fff;
  font-size: 14px;
  background: #111111;
}

#footer .footer-top {

    background-image: url(../images/footer-bottom-bg.png);
    background-repeat: repeat;
    background-color: #333;
    padding: 11px 0 0 0px;
    color: #fff;
    position: relative;
    text-align: center;
}

#footer .footer-top .footer-contact {
  margin-bottom: 0px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

#footer .footer-top .footer-contact h3 span {
  color: #e03a3c;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
   font-family: "Roboto", serif;
}
.social-links{text-align:left !important;}
#footer .footer-top h4 {
  font-size: 20px;
  font-weight: 800;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 2px;
  background: #0081c0;
  bottom: 0;
  left: 0;
}

#footer .footer-top .footer-links {
  margin-bottom: 0px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: white;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: 11px;
  line-height: 17px;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #aaaaaa;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 5px 10px;
  position: relative;
  border-radius: 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #e03a3c;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #e35052;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
}

#footer .social-links a {
  font-size: 16px;
  display: inline-block;
  background: #2b2b2b;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #0081c0;
  color: #fff;
  text-decoration: none;
}

.logo-cmf a {
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 15px;
    padding-right: 25px;
	float: right;
}


/* gallery start */
.explore-collectionBG {
    background-color: #c8762d;
    background-image: url(../images/pattern-7.jpg);
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-size: cover !important;
}

.content-section {
    width: 100%;
    display: block;
    padding: 50px 0;
    position: relative;
    background-size: cover !important;
    background-position: center !important;
}
.content-section .container {
    position: relative;
    z-index: 1;
}

.section-title {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.section-title h2 {
    width: 100%;
    display: block;
    margin-bottom: 0;
    font-size: 30px;
    color: #439a0d;
    font-weight: 600;
     font-family: "Roboto", serif;
    line-height: 1;
}

.anchortab-links {
    position: absolute;
    right: 115px;
    top: 0;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}

.anchortab-links .nav-link.active, .anchortab-links .nav-link:hover {
    border-bottom: 2px solid #439a0d !important;
    color: #439a0d;
    background-color: transparent;
    border-color: transparent;
}

.anchortab-links .nav-link {
    background-color: transparent;
    border-color: transparent;
    padding: 10px 20px 20px;
    padding-bottom: 7px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}

.anchortab-links .nav-link {
    background-color: transparent;
    border-color: transparent;
    padding: 10px 20px 20px;
    padding-bottom: 7px;
    color: #000;
    text-transform: uppercase;
    font-weight: 600;
}
#collection-photoslider .item {
    border: 5px solid #fff;
    border-radius: 6px;
    margin: 0px;
    padding: 0px;
}

#collection-photoslider .collection-image {
    overflow: hidden;
}

#collection-photoslider .collection-image img {
    transition: all 0.5s ease;
}

#nav-tabContent p {
    background: #f7efec;
    padding: 8px;
    height: 62px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}

.clientArea .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block;
}
.owl-theme .owl-nav {
    margin: 0;
}

#collection-photoslider .owl-nav .owl-next, #collection-photoslider .owl-nav .owl-prev {
    top: -70px;
    transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    background-image: linear-gradient(90deg, #196730, #439a0d);
    color: #fff;
    border-color: #ccc;
}

#clientslider .owl-nav .owl-next, #clientslider .owl-nav .owl-prev, #collection-photoslider .owl-nav .owl-next, #collection-photoslider .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border: 1px solid #a86e49;
    border-radius: 35px;
    color: #a86e49;
}

#collection-photoslider .owl-prev:hover, #collection-photoslider .owl-next:hover {
    background-image: linear-gradient(to right, #196730 0%, #439a0d 51%, #196730 100%);
    border: 1px solid #fff;
    color: #000;
}

#collection-photoslider .owl-nav .owl-next {
    right: 0;
}

#collection-photoslider .owl-nav .owl-next, #collection-photoslider .owl-nav .owl-prev {
    top: -70px;
    transform: unset;
    -moz-transform: unset;
    -webkit-transform: unset;
    -o-transform: unset;
    background-image: linear-gradient(90deg, #196730, #439a0d);
    color: #fff;
    border-color: #ccc;
}

#nav-tabContent p {
    background: #f7efec;
    padding: 8px;
    height: 62px;
    text-align: center;
    line-height: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
}
.col-12.text-center .custom-button {
    margin-top: 25px;
}
.custom-button:before {
    content: "";
    width: 100%;
    height: 100%;
    position: relative;
    left: 0;
    top: 0;
    border: 2px solid transparent;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.custom-button:hover, .custom-button.whitebtn:hover {
    background-image: linear-gradient(to right, #196730 0%, #439a0d 51%, #196730 100%) !important;
    color: #fff !important;
}


.custom-button.whitebtn {
    background: #fff;
    color: #000;
    padding: 9px 14px;
    border-radius: 4px;
    font-size: 15px;
}
#nav-tabContent a:hover {
    color: #439a0d;
}

#nav-tabContent a {
    color: #000;
}

.explore-collectionBG button.owl-prev {
    right: 0;
    left: 1079px;
}

.casestudy_fullimage {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.casestudy_fullimage .item_image, .casestudy_fullimage .item_video {
    width: 100%;
    display: block;
    height: 217px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#56222f), to(#d17088));
    background-image: -webkit-linear-gradient(bottom, #56222f, #d17088);
    background-image: -o-linear-gradient(bottom, #56222f, #d17088);
    background-image: linear-gradient(0deg, #56222f, #d17088);
}
.casestudy_fullimage:hover .item_image > img {
    opacity: .1;
}
.casestudy_fullimage .item_image img {
    width: 100%;
    height: 217px;
    display: block;
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.casestudy_fullimage .item_content {
    left: 0px;
    z-index: 1;
    bottom: 50px;
    padding: 30px;
    position: absolute;
    padding-bottom: 25px;
    width: 100%;
    text-align: center;
}

.casestudy_fullimage .item_content .item_title {
    overflow: hidden;
    display: inline-block;
}

.casestudy_fullimage .item_content .item_title > a, .casestudy_fullimage .item_content .item_category > a {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.casestudy_fullimage .item_content .item_title > a {
    color: #ffffff;
    display: block;
    font-size: 22px;
}

.casestudy_fullimage .item_content .item_title > a i {
    font-size: 40px;
}
/* gallery end */


.service-two::before {
    content: "";
    width: 100%;
    height: 16px;
    background-image: url(../images/ripped-paper-gray-up.png);
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}


.service-two::before {
    content: "";
    width: 100%;
    height: 16px;
    background: #eef2f5;
    position: absolute;
    top: -16px;
    left: 0;
    z-index: 10;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    background-size: auto;
}


/* tab start */
.sectionTwo.tabArea .nav-tabs {
    border-bottom: 0;
}
/*.tabArea.tabListArea .nav-tabs .nav-item {
    flex-basis: auto;
}
.tabArea .nav-tabs .nav-item .nav-link:hover, .tabArea .nav-tabs .nav-item.show .nav-link, .tabArea .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #24baba;
    border-color: #24baba;
}

.tabArea .nav-tabs .nav-link {
    background-color: #008080;
    margin-bottom: -1px;
    color: #fff;
    border: 0;
    border-radius: 15px 15px 0 0;
    font-size: 14px;
    padding: 10px 5px;
    line-height: 20px;
}*/

.tabArea ul.nav-tabs {
  position: relative;
  margin:0;
  background: #0f66ad;
  color: #fff;


}
.tabArea ul.nav-tabs li a{ color: #fff; border-radius: 0; border: 0;  background: #0f66ad; top:0;   transition: all ease-in-out 0.2s;  border-right: 0.125rem solid #fff;}
.tabArea ul.nav-tabs li a:hover{
    color: #495057;
  top: -5px;  position: relative;
bottom: 0;
color: #fff;
  transition: all ease-in-out 0.2s;
}
.tabArea ul.nav-tabs li a.active {
	background: #ecc757;
    color: #495057;
 position: relative;  transition: all ease-in-out 0.2s;
 top: -5px;

}
.tabArea ul.nav-tabs li a.active:after{ position: absolute; height:4px; bottom:-4px; background:#ecc757; left:0; right:-2px; content:'';  border-right: 0.125rem solid #fff;}


.tabArea .tab-content {
    border: 1px solid #eae8f1;
    background: #fff;
    padding: 15px;
    box-shadow: 6px 11px 41px -28px #796eb1;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.tab-content>.active {
    display: block;
}

.aboutSection #marquee1 {

    height: 198px;
    overflow: hidden;
  }

.aboutSection #marquee1:hover {
    animation-play-state: paused;
  }
/* tab end */
.tabArea .tab-content .twitterBlock {
    height: 260px;
    overflow: auto;
}

.tabArea .tab-content .twitterBlock {
    height: 260px;
    overflow: auto;
}

.photogalleryhomeSection {
    background: #f5f1ec url(../images/client-bg.png) repeat-x;
    padding: 8px 0px 17px 0;
    border-top: 1px solid #f2f2f2;
    position: relative;
}

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

.photogalleryhomeSection button.owl-prev {
    left: -36px;
}

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

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


.photogalleryhomeSection .owl-nav button.owl-next {
    right: -34px;
}

.photogalleryhomeSection .owl-nav button {
    position: absolute;
    top: 40px;
    color: #757575;
    width: 30px;
    height: 26px;
    overflow: hidden;
}
.photogalleryhomeSection .owl-nav button.owl-next:before {
    content: "\f105";
}

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

.photogalleryhomeSection .btnBox {
    float: left;
    position: relative;
    left: 75px;
    top: 43px;
}
.photogalleryhomeSection .arrowrght {
    margin-left: 4px;
}
.mainphotogalleryhead a.btnPs {
    width: 25px;
    height: 25px;
    line-height: 25px;
    color: #323232;
    border-radius: 5px;
    position: absolute;
    text-align: center;
    font-size: 11px;
    right: 10px;
    background: #fff;
    bottom: 10px;
    border: 1px solid #ccc;
}

.mainphotogalleryhead .btnBox {
    float: left;
    position: relative;
    left: -4px;
    top: 41px;
}
.sliderArrowDs-1 h4{float:left; margin-bottom:0 !important; color: #0e0c0c; font-weight: 800;}
.contentarea p{font-size:12px; color:#8c9393; margin-bottom:2px}

.mainphotogalleryhead {
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 6px;
}
.readmorehome {
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    background: #0f66ad ;

}

.readmorehome:hover {
    background: #ecc757;
    color: #000;
}

.contentarea {
    margin: 7px 0 0 0;
}

.photogalleryhomeSlider .item {
	border: 1px solid #eae8f1;
    background: #fff;
    padding: 15px;
    -webkit-box-shadow: 6px 11px 41px -28px #796eb1;
}

.sliderArrowDs-1 h5{font-size:15px; color:#0f66ad; font-weight:500;}
a.btn.btnviewall {
    color: #fff;
    padding: 3px 6px;
    font-size: 13px;
    font-weight: 400;
    margin-top: 3px;
    background: #0f66ad;

}

a.btn.btnviewall:hover {
    background: #ecc757;
    color: #000;
}


/*----------------------------------------------------*/
/*Service area*/
/*----------------------------------------------------*/
.nio-ins-service-section {
  padding-top: 165px;
  padding-bottom: 60px;
}
.nio-ins-service-section .nio-ins-section-title {
  max-width: 540px;
}
.nio-ins-service-section .nio-ins-section-title p {
  font-size: 20px;
}

.nio-ins-service-innerbox {
  z-index: 1;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: linear-gradient(45deg, #aa00f1 0%, #6722d6 100%);
  cursor: pointer;
}
.nio-ins-service-innerbox:before {
  top: 2px;
  left: 1px;
  content: "";
  width: 99.3%;
  height: 95.5%;
  z-index: -1;
  position: absolute;
  background-color: #fff;
  border-radius: 15px;
  transition: 500ms all ease;
}
.nio-ins-service-innerbox .nio-ins-service-img {
  margin-right: 10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
/*  -webkit-mask-image: url(../images/img-shape.png);
  mask-image: url(../images/img-shape.png);*/
}
.nio-ins-service-innerbox .nio-ins-service-text {
  display: table;
  padding: 15px 15px 15px 0px;
}
.nio-ins-service-innerbox .nio-ins-service-text h3 {
  color: #111111;
  font-size: 15px;
  font-weight: 700;
  padding-bottom:0px;
}
.nio-ins-service-innerbox .nio-ins-service-text p {
  color: #666666;
  padding-bottom: 0px;
      font-size: 13px;
      line-height: 20px;
  transition: 500ms all ease;
  margin: 0;
}
.nio-ins-service-innerbox .nio-ins-service-text .ser-more-btn {
  color: #000000;
  font-weight: 700;
  font-size: 14px;
  transition: 500ms all ease;
}
.nio-ins-service-innerbox .nio-ins-service-text .ser-more-btn i {
  color: #f26d7d;
}
.nio-ins-service-innerbox .nio-ins-service-icon {
  top: 40px;
  left: -100px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  position: absolute;
  border-radius: 5px;
  background: linear-gradient(45deg, #aa00f1 0%, #6722d6 100%);
}
.nio-ins-service-innerbox .nio-ins-service-icon i {
  color: #fff;
  font-size: 40px;
}
.nio-ins-service-innerbox:hover:before {
  width: 0;
}
.nio-ins-service-innerbox:hover .nio-ins-service-text h3, .nio-ins-service-innerbox:hover .nio-ins-service-text p, .nio-ins-service-innerbox:hover .nio-ins-service-text .ser-more-btn, .nio-ins-service-innerbox:hover .nio-ins-service-text .ser-more-btn i,.nio-ins-service-innerbox:hover .nio-ins-service-text h3 a {
  color: #fff;
}
.nio-ins-service-innerbox:hover .nio-ins-service-icon {
  background: #fff !important;
  transition: 500ms all ease;
}
.nio-ins-service-innerbox:hover .nio-ins-service-icon i {
  color: #8015e0;
}

.nio-ins-service-content {
}
.nio-ins-service-content .minsterArea:nth-child(2) .nio-ins-service-innerbox {
  background: linear-gradient(-35deg, #fc409a 0%, #ff8917 100%);
}
.nio-ins-service-content .minsterArea:nth-child(2) .nio-ins-service-innerbox .nio-ins-service-icon {
  background: linear-gradient(-35deg, #fc409a 0%, #ff8917 100%);
}
.nio-ins-service-content .minsterArea:nth-child(2) .nio-ins-service-innerbox:hover .nio-ins-service-icon i {
  color: #fc4a89;
}
.nio-ins-service-content .minsterArea:nth-child(3) .nio-ins-service-innerbox {
  background: linear-gradient(-35deg, #0997ac 0%, #9ee9ac 100%);
}
.nio-ins-service-content .minsterArea:nth-child(3) .nio-ins-service-innerbox .nio-ins-service-icon {
  background: linear-gradient(-35deg, #0997ac 0%, #9ee9ac 100%);
}
.nio-ins-service-content .minsterArea:nth-child(3) .nio-ins-service-innerbox:hover .nio-ins-service-icon i {
  color: #21a4ac;
}
.nio-ins-service-content .minsterArea:nth-child(4) .nio-ins-service-innerbox {
  background: linear-gradient(-35deg, #1053fa 0%, #7197ec 100%);
}
.nio-ins-service-content .minsterArea:nth-child(4) .nio-ins-service-innerbox .nio-ins-service-icon {
  background: linear-gradient(-35deg, #1053fa 0%, #7197ec 100%);
}
.nio-ins-service-content .minsterArea:nth-child(4) .nio-ins-service-innerbox:hover .nio-ins-service-icon i {
  color: #1e5df8;
}


.nio-ins-service-innerbox img {
    max-width: 100%;
    height: auto;
        border-style: none;
}

.float-left {
    float: left!important;
}

.btnAreo {
  /* background-color: #ecc757!important; */
  font-weight: 500;
  /* border: 1px solid #b1b1b1; */
  padding: 12px 18px;
  font-size: 15px;
  border-radius: 50px;
  color: #4c4c4c;
  box-shadow: rgba(0, 0, 0, 0.18) 0px 2px 4px;
}

.btnAreo i {
    margin-left: 5px;
    -webkit-transition: 200ms all ease;
    transition: 200ms all ease;
}

.btnAreo:hover {
    color: #0f66ad;
}

.btnAreo:hover i {
    margin-left: 8px;
}

.section-05{  background: #f5f1ec url(../images/fv-bg.jpg) repeat-x; position: relative;z-index: 9;}
.section-05 .boxAreaList{ height:100%; padding:50px 15px; }
.section-05 .boxAreaList.bg-9{ background:#f5f7f9; position: relative;}
.section-05 .boxAreaList.bg-9:after{ width:100%; height:20px; position: absolute; border-radius:0 0 15px 15px; background:#f5f7f9; bottom:-20px; content:''; left: 0; }
.section-05 .boxAreaList.bg-9:before{ width:100%; height:20px; position: absolute; border-radius:15px 15px 0 0; background:#f5f7f9; top:-20px; content:''; left: 0; }


.section-05 .boxAreaList h4{ font-size:20px; margin-bottom:40px; font-weight:600; position:relative; }
.section-05 .boxAreaList h4:after{ width:50px; height:5px; background:#000; content:''; border-radius: 50px; position: absolute; bottom:-10px; left:0; }
.section-05 .boxAreaList ul{ margin: 0;
    padding: 0;
    list-style: none;
    height: 285px;
    overflow-y: auto;
}

.section-05 .boxAreaList ul li {
  margin-bottom: 14px;
  font-size: 16px!important;
  /* letter-spacing: 1px;
  word-spacing: 1.2px; */
	font-family: "Montserrat", sans-serif!important;
}

.section-05 .boxAreaList ul li a {
  line-height: 1.6;
  font-size: 14px;
  color: #2e2e2e!important;
  position: relative;
  padding-left: 30px;
  display: block;
}
.section-05 .boxAreaList ul li a:after{  position:absolute; left:0; top:3px; content: "\f058"; color:#0f66ad; font-size:20px; line-height: 20px; font-family: "Font Awesome 5 Free"; }
.process-card-wrap2{ position:relative; }
.process-card.style2 {
    border: 1px solid #ffffff57;
        background: rgba(245, 223, 123, .2);
    border-radius: 20px;
    padding: 30px;

    margin: 55px 0;
}

.process-card-wrap2:after {
    content: url(../images/process-arrow-5-1.svg);
    position: absolute;
    display: inline-block;
    inset-inline-end: 0;
    inset-inline-end: 0;
    -webkit-transform: translate(50%, -5px);
    transform: translate(50%, -5px);
    width: 190px;
    height: 41px;
    bottom: -21px;
}

.process-card.style2 .process-card_number {
    display: inline-block;
    font-size: 60px;
    font-weight: 700;
    color: transparent;
    margin-bottom: 10px;
    -webkit-text-stroke: 1px #ffe200;
}

.process-card.style2 .process-card-text {
    color: #ffffff;
    font-size: 18px;
    opacity: 0.7;
    margin-bottom: 10px;
    display: block;
}

.process-card.style2 .process-card-title {
  letter-spacing: 1.2px;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 0;
}

.process-card.style2 .process-card-title a:hover{color:#ecc757;}

.process-card-wrap2:nth-child(even):after {
/*    inset-inline-end: auto;*/
    inset-block-start: -10px;
    -webkit-transform: translate(50%, -5px) rotateX(180deg);
    transform: translate(50%, -5px) rotateX(180deg);
}

.process-card-wrap2.after-none:after{ display:none; }



/*new*/
.sectionBox-5{ width:100%; padding:25px 0; }

.sectionBox-5 h2 {
    margin: 0;
    border: none;
    color: #fff;
    background: #0f66ad;
    font-size: 21px;
    border-radius: 0;
    border-radius: 9px 9px 0 0;
    padding: 11px 14px;
}
.sectionBox-5 .sectionBoxArea {
  border-radius: 0px 0px 10px 10px;
  border: 1px solid #b9b9b940;
  text-align: left;
  padding: 22px 21px 1px 19px;
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
}
/* gallery */
.galleryBox { 
  /* 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%); */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 25px;
}
.galleryBox .single-shuffle{margin:0;}

.galleryBox h4 {
  border-radius: 0px 0px 10px 10px;
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  background: #dff6fa;
  padding: 14px 35px 15px 35px;
  margin: 0;
  border-top: 1px solid #98aeb23d;
  height: 74px;
  overflow: overlay;
}

.galleryAreaBt
{ padding:10px; background: #fff; }

.single-shuffle {
  position: relative;
  z-index: 1; }
  .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: 193px;
    -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(11, 11, 11, 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(11, 11, 11, 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(83% - 90px);
        display: block;
        height: 100%;
        width: 100%;
    }

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

    .single-shuffle .aspect .aspect__inner 
    { position:relative;
      overflow: hidden; }

  .single-shuffle .aspect--16x9 {
    padding-bottom: 56.25%; }

  .single-shuffle .aspect--9x80 {
    padding-bottom: calc(112.5% + 30px); }

  .single-shuffle .aspect--32x9 {
    padding-bottom: calc(28.125% - 8px); }

.sbox_V1 .single-shuffle {
  margin-bottom: 0px;
  padding: 0px; }

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

.pf-8 .single-shuffle 
{margin-bottom: 0px; }

.NewsSection .newsPanel {
   background: #ededed; 
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 8px 10px rgba(0, 0, 0, .07);
    border: 1px solid #dddddd;
}
.NewsSection .newsPanel:hover {
    box-shadow: 0 8px 10px rgba(0, 0, 0, .09);
}

.NewsSection .newsPanel a
{ display:block; padding:20px; }

.NewsSection .newsPanel a .newsBox h5
{ font-size:16px; 
  font-weight:600; 
  margin:0; 
  padding:0; 
  margin-bottom:5px; 
  color: #162f6a; }

.NewsSection .newsPanel a .newsBox h5 i
{ margin-right:5px; }

.NewsSection .newsPanel a .newsBox p
{ font-size:16px; 
  margin:0; 
  padding:0;}

.NewsSection .newsPanel a:hover .newsBox h5,.NewsSection .newsPanel a:hover .newsBox 
p{ color:#000; }

.btnArea{
    background: #ecc757;
    border-radius: 50px;
    padding: 8px 18px;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.btnArea:hover{
    background: #0f66ad;
   color: #fff;
}

.inner-pg p {
  text-align: justify;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 22px;
}

  .inner-pg ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 5px;
}

.bannerLeftAreaPanel h4 , p{
  letter-spacing: 0px;
  text-align: justify;
}

.node__content ul{
  padding-left: 1rem;
}


.gallery-para {
	font-family: "Montserrat", sans-serif!important;
  font-size: 14px;
  background-color: #f5f5f5;
  line-height: 1.3;
  padding: 10px 14px 10px 18px;
  text-align: left;
}

.field--name-body ul li a{
  color: #66b7ff !important;
}

.video-gallery{
  width: 100%;
  height: 100%;
}

.video-detail-text{
  /* border-radius: 0px 5px 3px 2px; */
  font-weight: 600;
  text-align: center;
  font-size: 14px;
  /* line-height: 13px; */
  background: #dff6fa;
  padding: 10px 35px 7px 30px;
  margin: 0;
  border-top: 1px solid #98aeb23d;
  height: 38px;
}

a.skipcontent{ padding:10px 9px;}

.bannerLeftAreaPanel p {
   text-align: justify;  
}

img.conference-crops {
    float: right;
    width: auto !important;
    padding: 9px 0 0 12px;
}

img.Heirkrujam {
    float: right;
    width: auto;
	padding: 9px 0 9px 12px;
}
img.imphal2 {
    width: auto;
}

img.imphal3 {
    width: auto;
}
img.impha11 {
    width: auto;
}
.icar-cri img {
    padding: 10px 11px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	border-radius:5px;
	border:1px solid #dde0e3;
}

.icar-cri .row {
    align-items: center;
}

img.drauc_sucessstory1 {
    margin-top: 23px;
    margin-bottom: 8px;
}


/* new menu */

.dropdown-item.active, .dropdown-item:active {
    color: #000;
    text-decoration: none;
    background-color: #ecc757;
}	 

  .navbar .dropdown-menu {
    line-height: initial;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: -.5rem;
  }
  .dropend:hover > .dropdown-menu {
    display: block;
    position: absolute;
    top: -.5rem;
    left: 100%;
    margin-left: 0;
  }
 .dropdown-menu {
  transition: all 0.3s ease-in-out;
  padding:0 0;
}
.dropdown-item{padding: 8px 20px;}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    border: none;
}

.navbar-toggler {
    padding: 5px 8px;
    font-size: 1.25rem;
    line-height: 1;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 0.25rem;
    transition: box-shadow 0.15s ease-in-out;
	position: relative;
    left: 290px;
	margin: 5px 3px;
}

.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  
}

.navbar-toggler-icon {
    display: inline-block;
    width: auto;
    height: auto;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    text-align: center;
}
 /* new menu */
 .row.follwedf img {
    margin-bottom: 20px;
}


.row.as-partasrb img {
    margin-bottom: 20px;
}

img.asrb18 {
    margin-top: 15px;
}
img.asrb18 {
    margin-bottom: 15px;
}
img.asrb6 {
    width: auto;
}
section.major-achievement img { 
    width: auto;
}
.row.major_imphal_20 img { 
    width: 100%;
}
.row.major_imphal_25 .col-lg-4 {
    margin-bottom: 17px;
}
.row.major_imphal_33 .col-lg-4 {
    margin-bottom: 17px;
}
.row.major_imphal_20 .col-lg-4 {
    margin-bottom: 17px; 
}
.row.major_imphal_17 img {
    margin-bottom: 10px;
}
.row.\32 016-17 img {
    width: 100%;
    margin-bottom: 10px;
}
#block-icar-content a {
    color: #0c62e1;
}
.shivraj {
    background: #f4f8fd;
    padding: 9px 23px;
}
.row.success-storiespage .col-lg-2 {
    border: 1px solid #ccc;
    padding: 4px 4px;
    border-radius: 4px;
}

.shivraj .row {
  align-items: center;
}

.imgtyy {
    background: #fff;
    padding: 9px 6px;
    text-align: center;
    border-radius: 4px;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

h3.chouhanname {
    color: #0f66ad;
    font-weight: 600;
    margin-bottom: 0;
}
b.bharatiyas {
    font-size: 18px;
    color: #535455; font-weight: 600;
}

#block-icar-content table tbody tr th {
    font-size: 14px;
    background: #0f66ad;
    color: #fff;
}
.breadcrumb a {
    color: #0f66ad;
font-weight: 600;
}
.breadcrumb span {
    color: #000;
	font-weight: 600;
}
.bread-arrow {
    margin: 9px 3px 0 2px;
    font-size: 11px;
    color: #333;
}
.main-braedcrumb .breadcrumb {
padding: 0 0 4px 0;
    
}
.main-braedcrumb{background:#f1f1f1;}

.major-functions {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}


/* .dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
} */


.topRightHeader .dropdown .menuPanelDown li a.colorBox#blackBtn {
    background: #000;
}

.topRightHeader .dropdown .menuPanelDown li a.colorBox#whiteBtn {
    background: #fff; color: #000;
}
.searchAreaPanel { position: relative;}

.searchAreaPanel .search-list{position: absolute;
  z-index: 99;
 }

  .searchAreaPanel .search-list ul{ margin: 0; padding: 0; list-style: none;}
  .searchAreaPanel .search-list ul li{ position: relative;  background: #fff;  padding:5px 15px; padding-left: 20px;} 
  .searchAreaPanel .search-list ul li:after {
    position: absolute;
    width: 8px;
    height: 8px;
    background: #000;
    border-radius: 50%;
    left: 6px;
    top: 14px;
    content: '';
}