@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');
}
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
:root {
	scroll-behavior: auto;
	--thm-font: "PoppinsRegular", sans-serif;
	    --primary-text-color-rgb: 0, 31, 63;
	--thm-base: #3c487c;
	--thm-orange: #fe8800;
    --thm-text-dark: #c4cdff;


	--thm-black: #12206e;
	--thm-blackbg: #6c83ff;

  --thm-base-border2: #f4f4f7;
  --theme-color2: #12206e;
  --theme-color3: #7054e6;
  --theme-color4: #f89321;
  --theme-color5: #ef5c72;
  --bg-theme-color1: var(--theme-color1);
  --bg-theme-color2: var(--theme-color2);
  --bg-theme-color3: var(--theme-color3);
  --bg-theme-color4: var(--theme-color4);
  --bg-theme-color5: var(--theme-color5);
  --theme-color1-rgb: 25, 30, 36;
  --theme-color2-rgb: 0, 199, 196;
  --theme-color3-rgb: 112, 84, 230;
  --theme-color4-rgb: 248, 147, 33;
  --theme-color5-rgb: 239, 92, 114;
  --border-theme-color1: var(--theme-color1);
  --border-theme-color2: var(--theme-color2);
}

body {
	font-family: 'PoppinsRegular';
	color: var(--thm-color);
	font-size: 16px;
	line-height: 1.875;
}


a {
	color: #000;}

a,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

::placeholder {
	color: inherit;
	opacity: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--heading-font);
	color: var(--thm-black);
}

@media (max-width: 575px) {

	h1 br,
	h2 br,
	h3 br,
	h4 br,
	h5 br,
	h6 br {
		display: none;
	}
}

@media (max-width: 575px) {
	p br {
		display: none;
	}
}

::placeholder {
	color: inherit;
	opacity: 1;
}

.page-wrapper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	/* overflow: hidden; */ 
}
.page-wraper {
	position: relative;
	margin: 0 auto;
	width: 100%;
	min-width: 300px;
	overflow: hidden;
	padding-top: 11px;
	
}

@media (min-width: 1200px) {
	.container {
		max-width: 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(../images/logo.png);
	background-size: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}

/* scroll to top */
.scroll-to-top {
	display: inline-block;
	width: 45px;
	height: 45px;
	background: 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: 10px;
	font-size: 18px;
	color: #222222;
	cursor: pointer;
}
.mobile-nav__content .logo-box img{width: 100%}
.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: var(--thm-font);
	font-weight: 500;
	/* height: 46px; */
	align-items: center;
	padding:10px 5px;
	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: var(--thm-text-dark);
}

.mobile-nav__language {
	display: flex;
	align-items: center;
}

.mobile-nav__language img {
	border-radius: 50%;
	margin-right: 10px;
}

.mobile-nav__language .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 70px;
}

.mobile-nav__language .bootstrap-select>.dropdown-toggle {
	padding: 0;
	background-color: transparent;
	border-radius: 0;
	border: none;
	outline: none;
	color: var(--thm-text-dark);
	font-size: 14px;
}

.mobile-nav__social {
	display: flex;
	align-items: center;
}

.mobile-nav__social a {
	font-size: 16px;
	color: #fff;
	transition: 500ms;
}

.mobile-nav__social a+a {
	margin-left: 15px;
}

.mobile-nav__social a:hover {
	color: var(--thm-base);
}

.mobile-nav__contact {
	margin-bottom: 0;
	margin-top: 20px;
	margin-bottom: 20px;
}

.mobile-nav__contact li {
	color: var(--thm-text-dark);
	font-size: 14px;
	font-weight: 500;
	position: relative;
	display: flex;
	align-items: center;
}

.mobile-nav__contact li+li {
	margin-top: 15px;
}

.mobile-nav__contact li a {
	color: inherit;
	transition: 500ms;
}

.mobile-nav__contact li a:hover {
	color: var(--thm-base);
}

.mobile-nav__contact li>i {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: var(--thm-base);
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 14px;
	margin-right: 10px;
	color: #fff;
}

.mobile-nav__wrapper .main-menu__list .dropdown-toggle::after{ display: none; }

/*--------------------------------------------------------------
# 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:80px 0;
}

@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: 30px;
	font-weight: 800;

}

@media (max-width: 480px) {
	.page-header .container h2 {
		font-size: 40px;
	}
}

/*14june24*/


/**Top Header**/
.topHeader {
	background: #fff;
	color: #06152f;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #e7ebef;
}

.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 #eeeeee;
	margin: 0;
	font-size: 12px;
	display: block;
	padding: 9px 9px;
	float: left;
	text-transform: uppercase;
}

.topRightHeader .dropdown>a:hover {
	background: var(--thm-base);
	color: #fff;
}

.topRightHeader .dropdown>a.login{ background:#26316d; color:#fff; font-weight:600; }
.topRightHeader .dropdown>a.login:hover{ background:#1979bc; 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: #02a9e3;
	color: #fff;
}

.topRightHeader .dropdown .menuPanelDown li a:hover {
	background: #333;
}

.topRightHeader .dropdown:hover .menuPanelDown {
	display: block;
	width: 100%;
}

/* .topRightHeader .dropdown .languageMenu{} */

.topRightHeader .dropdown .languageMenu li a {
	padding: 3px 23px;
	display: block;
}
.armyBox {margin-left: 15px; padding-left:5px; border-left: 1px solid #eeeeee;}
.armyBox img{height:35px; margin:0 10px; }

/*nav header*/
.main-menu {
	position: relative;
	z-index: 91;
}

.main-menu .container-fluid {
	display: flex;
	align-items: center;
}

@media (min-width: 1200px) {
	.main-menu .container-fluid {
		padding-left: 0;
		padding-right: 0;
	}
}

.main-menu__logo {
/*	position: absolute;*/
	top: 0px;
	padding: 0 10px;
	left: 0;
	height: 80px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 1199px) {
	.main-menu__logo {
		position: relative;
		top: auto;
		left: auto;
		height: 80px;
		width: auto;
	}
}

.main-menu__logo img {
	position: relative;
	z-index: 11;
	height: 80px;
}

.main-menu__nav {
	margin-left: auto;
}

@media (max-width: 1199px) {
	.main-menu__nav {
		display: none;
	}
}

.main-menu__right {
	margin-left: 10px;
	display: flex;
	align-items: center;
	padding-right: 15px;
	
}

.main-menu__right a img{ height: 69px; }

@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: 0px;
	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,
.stricky-header{
	after third level no menu
} */

.main-menu .main-menu__list,
.main-menu .main-menu__list ul,
.stricky-header .main-menu__list,
.stricky-header .main-menu__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	align-items: center;
	display: none;
}

@media (min-width: 1200px) {

	.main-menu .main-menu__list,
	.main-menu .main-menu__list ul,
	.stricky-header .main-menu__list,
	.stricky-header .main-menu__list ul {
		display: flex;
	}
}

.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 {
	padding-top: 22px;
	padding-bottom: 22px;
	position: relative;
}

.main-menu .main-menu__list>li+li,
.stricky-header .main-menu__list>li+li {
	margin-left: 15px;
}

@media (min-width: 1341px) {

	.main-menu .main-menu__list>li+li,
	.stricky-header .main-menu__list>li+li {
		margin-left: 15px;
	}
}

.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: 3px 15px;
	border-radius: 5px 5px 5px 5px;
}

.main-menu .main-menu__list>li>a.active {
	background:var(--thm-base); color: #fff;
}

/*.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:#3c487c; color: #fff;
}

.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: 0; */
	left: 0;
	min-width: 230px;
	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: 15px;
	line-height: 30px;
	color: var(--thm-black);
	display: flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 4px;
	padding-bottom: 4px;
	transition: 500ms;
}

.main-menu .main-menu__list li ul li:hover>a,
.stricky-header .main-menu__list li ul li:hover>a {
	background-color: var(--thm-base);
	color: #fff;
}

.main-menu .main-menu__list li ul li>ul,
.stricky-header .main-menu__list li ul li>ul {
	top: 0;
	left: 100%;
}

.main-menu .main-menu__list li ul li>ul.right-align,
.stricky-header .main-menu__list li ul li>ul.right-align {
	top: 0;
	left: auto;
	right: 100%;
}

.main-menu .main-menu__list li ul li>ul ul,
.stricky-header .main-menu__list li ul li>ul ul {
	display: none;
}

.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: var(--thm-text-dark);
}

.main-menu--two .mobile-nav__toggler {
	color: #fff;
}

.stricky-header.main-menu--two {
	background-color: var(--thm-black);
}

.stricky-header.main-menu--two .main-menu__logo {
	top: auto;
	padding-top: 0;
	height: auto;
	width: auto;
	justify-content: flex-start;
}

.stricky-header.main-menu--two .main-menu__list>li {
	padding-top: 30px;
	padding-bottom: 30px;
}

.stricky-header.main-menu--two .main-menu--two__inner {
	padding-right: 0;
}

.main-menu--three .main-menu__logo {
	width: 265px;
	height: 92px;
	background-color: var(--thm-base);
	top: 0;
}

@media (max-width: 600px) {
	.main-menu--three .main-menu__logo {
		width: auto;
		height: auto;
		padding-left: 30px;
		padding-right: 30px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.main-menu--three .main-menu__list>li {
	padding-top: 31px;
	padding-bottom: 31px;
}

@media (max-width: 600px) {
	.main-menu--three .main-menu__btn {
		display: none;
	}
}








header.header{ padding: 5px 0; background: #fff; }
header.header .headerSocial ul{ margin: 0; padding: 0; }
header.header .headerSocial ul li{ list-style: none;}
header.header .headerSocial ul li a{ width: 40px; height: 40px; display: block; line-height: 42px; color: #fff; border-radius: 50px;}
header.header .headerSocial ul li a i{ font-size: 18px; }
header.header .headerSocial ul li.twitter a{ background: #37b1e2; }
header.header .headerSocial ul li.facebook a{ background: #4b69b1; }
header.header .headerSocial ul li.pinterest a{ background: #e83f3a; }
header.header .headerSocial ul li.instagram a{background: rgb(98,99,209);
background: linear-gradient(228deg, rgba(98,99,209,1) 0%, rgba(198,47,149,1) 20%, rgba(221,102,87,1) 50%, rgba(242,169,105,1) 76%, rgba(247,209,117,1) 100%);}
header.header .headerSocial ul li.flickr a{ background: #fe0083;  }
header.header .headerSocial ul li a:hover{ background: #fff; color: #000; border: 1px solid #333;}

header.header .homeLinkArea a{background: #162F6A; padding:5px 10px; color: #fff; border-radius:50px; font-size: 13px;}
header.header .homeLinkArea a:hover{background: #08a24e;}
header.header .searchAreaBox .form-control {
    padding: 5px 10px;
}
.bannerSection .bx-wrapper{ padding: 0; margin:0; border:0;}
.bannerSection .bannerSlider{ width: 100%; }
.bannerSection .bannerSlider img{ width: 100%; }
.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: #162f6a;
    height: 25px;
    width: 25px;
    padding-top: 7px;
    border-radius: 5px;
    padding-left: 5px;
    line-height: 20px;
    display: none;
} */
.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: none;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-controls-auto-item:last-child {
    display: block;
}

.bannerSection .bx-wrapper .bx-controls-auto .bx-start {
    background: url(../images/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: #faf9f6; position: relative; padding: 90px 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{font-size: 40px; text-transform: capitalize; font-weight: 600; line-height: 1.29;}
.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;}

.contentAreaBox ul{ margin:0; padding: 0; list-style: none; display: inline-block; width: 100%; }
.contentAreaBox ul li{ width: 50%; float: left; position: relative; padding-left: 40px; margin-bottom: 15px; font-weight: 600; }
.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;}

.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: #162f6a;
    color: #fff;
    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: #fff;
    border-radius: 50px;
    position: absolute;
    font-size: 11px;
    right: -10px;
    background: #162f6a;
    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: #f1f1f1; margin-top:36px; margin-bottom:36px; padding: 10px 50px; border-top: 1px solid #f2f2f2; position: relative;}
.clientSection img{ height: 100px; }

.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; 
}


.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; background:inherit !important;}
.clientSection .owl-nav button.owl-next{right: -40px; background:inherit !important;}

.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  100px;
    position: relative;
    z-index: 1;
	margin-top:40px;
}
.socialMediaSection .socialMediaContainer{width: 100%; padding:50px; background: #e2e7ff; border-radius: 50px;  background-image: url(../images/shapes/map_1.png);
    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;
    margin-top: -39px;
    
}

.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: #8f8f8f
}

/*.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
}

.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:#00838f url(../images/shapes/bg-pattern.png);
 background-size: 8%;
    -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; padding-right: 10px;}
.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: #030d46;
	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-widget__logo {
	position: relative;
	display: inline-flex;
	margin-top: 0px;
}
.footer-widget__logo img{width:auto; }
.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 a {
	color: var(--thm-text-dark);
	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: var(--thm-black);
	color: #fff;
	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: var(--thm-text-dark);
	font-size: 14px;
	line-height: 20px;
}

.footer-widget__info li {
	display: flex;
	align-items: top;
	color: var(--thm-text-dark);
	font-size: 16px;

}

.footer-widget__info li+li {
	margin-top: 6px;
}

.footer-widget__info li a {
	color: inherit;
	transition: all 500ms ease;
}

.footer-widget__info li>i {
	color: var(--thm-base);
	transition: all 500ms ease;
	margin-right: 15px;
	position: relative;
	top: 2px;
}

.footer-widget__info li:hover {
	/*
	color: var(--thm-base);
	*/
	color: #fff;
}

.footer-widget__info li:hover>i {
	color: #fff;
}

.footer-widget__mailchimp input[type=text],
.footer-widget__mailchimp input[type=email],
.footer-widget__mailchimp input[type=phone] {
	display: block;
	width: 100%;
	border: none;
	outline: none;
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 3px solid rgba(255, 255, 255, 0.2);
	color: var(--thm-text-dark);
	font-size: 14px;
	padding-bottom: 20px;
}

.footer-widget__mailchimp__text {
	display: flex;
	align-items: center;
	color: var(--thm-text-dark);
	font-size: 14px;
	margin-top: 27px;
	margin-bottom: 0;
}

.footer-widget__mailchimp__text>i {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 19px;
	height: 19px;
	border: 1px solid var(--thm-text-dark);
	font-size: 8px;
	color: var(--thm-text-dark);
	border-radius: 50%;
	margin-right: 10px;
}

.totalVisitorsBox {
    background: #08145c;
    width: 100%;
    border-radius: 10px;
    color: var(--thm-text-dark);
    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;
}



.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: 10px;
	padding-bottom: 10px;
	background-color: #020930;
}

.bottom-footer__text {
	margin: 0;
	color: var(--thm-text-dark);
	font-size: 14px;
}


/*
====================================================================
    team Section
====================================================================

***/
.team-section {
  position: relative;
  padding: 80px 0 80px;
  overflow: hidden;
  background: url(../images/bg2.jpg);
}
.team-section .sec-title {
  margin-bottom: 25px;
}

.team-block {
  position: relative;
  margin-bottom: 40px;
}
.team-block .inner-box {
  position: relative;
}
.team-block .inner-box:hover .image-box:after {
  border-color: var(--border-theme-color2);
  -webkit-clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
          clip-path: polygon(25% -70%, 75% -70%, 120% 50%, 75% 170%, 25% 170%, -20% 50%);
}
.team-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.team-block .inner-box:hover .social-links {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.team-block .inner-box:hover .share-icon {
  background-color: var(--bg-theme-color2);
}
.team-block .image-box {
  position: relative;
  height: 275px;
  width: 275px;
  border-radius: 50%;
  padding: 27px 27px;
  margin: 0 auto 20px;
  background: #fff;
}
.team-block .image-box:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border: 8px solid #f2f8f8;
  border-top: 0;
  content: "";
  border-radius: 0 0 200px 200px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.team-block .image-box:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  border: 8px solid #f2f8f8;
  border-top: 0;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
          clip-path: polygon(50% 0, 50% 0, 50% 50%, 50% 100%, 50% 100%, 50% 50%);
  content: "";
  border-radius: 0 0 200px 200px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.team-block .image-box .image {
  position: relative;
  overflow: hidden;
  height: 220px;
  width: 220px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 0;
  z-index: 1;
}
.team-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.team-block .share-icon {
  position: absolute;
  left: 30px;
  top: 20px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: var(--theme-color2);
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 3;
}
.team-block .social-links {
  position: absolute;
  left: 35px;
  top: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: top;
          transform-origin: top;
  z-index: 3;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  border-radius: 20px;
  overflow: hidden;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
}
.team-block .social-links a {
  position: relative;
  height: 35px;
  width: 40px;
  display: block;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.team-block .social-links a:hover {
  color: var(--theme-color2);
}
.team-block .info-box {
  position: relative;
  text-align: center;
}
.team-block .info-box .name {
  z-index: 2;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}
.team-block .info-box .name a{ color:#000; }
.team-block .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  z-index: 2;
  line-height: 20px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}



/*** 

====================================================================
    Categories Current
====================================================================

***/
.categories-section-current {
  position: relative;
  padding: 120px 0 70px;
  background-color: #f1f7f7;
      object-position: center top;
    background: url(../images/shapes/bg-pattern.png) 0% 0% / 8% repeat rgb(0, 131, 143);
}
.categories-section-current .icon-group-1 {
  left: -300px;
  top: 180px;
}
.categories-section-current .icon-group-2 {
  right: -320px;
  top: 200px;
}

.category-block-current {
  position: relative;
  margin-bottom: 50px;
}
.category-block-current .inner-box {
  position: relative;
  text-align: center;
  max-width: 173px;
  margin: 0 auto;
}
.category-block-current .inner-box:hover .icon {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
  color: #ffffff !important;
  background-color: var(--bg-theme-color2);
}
.category-block-current .icon-box {
  position: relative;
  height: 170px;
  width: 170px;
  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;
  padding: 20px;
  border: 2px dashed #fff;
  border-radius: 50%;
  margin-bottom: 20px;
}
.category-block-current .icon-box .icon {
  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;
  height: 130px;
  width: 130px;
  background-color: #ffffff;
  font-size: 64px;
  line-height: 1em;
  border-radius: 50%;
  color: var(--theme-color2);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.category-block-current .title {
  margin-bottom: 0;
  color:#fff;
}
.category-block-current .title:hover {
  color: var(--theme-color2);
}

/*.category-block-current:nth-child(6n+2) .inner-box .icon-box {
  border-color: #ef5c72;
}*/
.category-block-current:nth-child(6n+2) .inner-box .icon {
  color: #ef5c72;
}
.category-block-current:nth-child(6n+2) .inner-box:hover .icon {
  background-color: #ef5c72;
}

/*.category-block-current:nth-child(6n+3) .inner-box .icon-box {
  border-color: #f8b81f;
}*/
.category-block-current:nth-child(6n+3) .inner-box .icon {
  color: #f8b81f;
}
.category-block-current:nth-child(6n+3) .inner-box:hover .icon {
  background-color: #f8b81f;
}

.category-block-current:nth-child(6n+4) .inner-box .icon-box {
  border-color: #22d17e;
}
.category-block-current:nth-child(6n+4) .inner-box .icon {
  color: #22d17e;
}
.category-block-current:nth-child(6n+4) .inner-box:hover .icon {
  background-color: #22d17e;
}

.category-block-current:nth-child(6n+5) .inner-box .icon-box {
  border-color: #8e56ff;
}
.category-block-current:nth-child(6n+5) .inner-box .icon {
  color: #8e56ff;
}
.category-block-current:nth-child(6n+5) .inner-box:hover .icon {
  background-color: #8e56ff;
}

.category-block-current:nth-child(6n+6) .inner-box .icon-box {
  border-color: #41c2fa;
}
.category-block-current:nth-child(6n+6) .inner-box .icon {
  color: #41c2fa;
}
.category-block-current:nth-child(6n+6) .inner-box:hover .icon {
  background-color: #41c2fa;
}

.categories-section-current .sec-title h2,.categories-section-current .sec-title .sub-title,
.categories-section-current .category-block-current .title a{color: #fff}

/*** 

====================================================================
    News Section
====================================================================

***/
.news-section {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}

.news-block {
  position: relative;
  margin-bottom: 50px;
}
.news-block .inner-box {
  position: relative;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.news-block .inner-box:hover .image-box .image a:after {
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.news-block .image-box {
  position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
}
.news-block .image-box .image img {
  display: block;
  width: 100%;
  border-radius: 15px;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.news-block .image-box .image a:after {
  background: rgba(255, 255, 255, 0.3);
  bottom: 0;
  content: "";
  left: 50%;
  position: absolute;
  right: 51%;
  top: 0;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.news-block .image-box .date {
  position: absolute;
  right: 30px;
  top: 0px;
  background: var(--theme-color5);
  color: #fff;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 60px;
  width: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
  border-radius: 0 0 50px 50px;
  letter-spacing: 1px;
}
.news-block .image-box .date b {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 16px;
  color: #fff;
}
.news-block .content-box {
  position: relative;
  margin-top: -60px;
  padding: 0 20px;
}
.news-block .content-box .content {
  position: relative;
  padding: 20px 30px 1px;
  background-color: #fff;
  border-radius: 15px 15px;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.07);
}
.news-block .content-box .post-info {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0px;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
.news-block .content-box .post-info li {
  position: relative;
  font-size: 11px;
  line-height: 24px;
  color: #7d8185;
  font-weight: 400;
  margin-right: 14px;
}
.news-block .content-box .post-info li i {
  margin-right: 2px;
  color: var(--theme-color2);
  font-size: 14px;
}
.news-block .content-box .title {
  margin-bottom: 10px; font-size: 16px; line-height: 25px; 
}
.news-block .content-box .title:hover {
  color: var(--theme-color5);
}
.news-block .read-more {
  font-size: 14px;
  line-height: 30px;
  color: #7d8185;
  padding: 10px 30px;
  font-weight: 400;
  margin-left: -30px;
  margin-right: -30px;
  border-top: 1px solid #dae6e6;
  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;
}
.news-block .read-more i {
  margin-left: 10px;
  color: var(--theme-color1);
  font-size: 16px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
}
.news-block .read-more:hover {
  color: var(--theme-color4);
}
.news-block .read-more:hover i {
  color: var(--theme-color4);
}

/*** 

====================================================================
    News Section Two
====================================================================

***/
.news-section-two {
  position: relative;
  padding: 120px 0 70px;
  overflow: hidden;
}
.news-section-two .icon-dotted-map-4 {
  left: -640px;
  top: 0;
}
.news-section-two .title-column {
  position: relative;
  margin-bottom: 50px;
}
.news-section-two .carousel-column {
  position: relative;
  margin-bottom: 20px;
}
.news-section-two .carousel-column .carousel-outer {
  position: relative;
  margin-right: -410px;
}
.news-section-two .carousel-column .news-block {
  padding: 0 15px 30px;
  margin-bottom: 0;
}
.news-section-two .carousel-column .news-block .content-box .content {
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.07);
}
.news-section-two .news-carousel .owl-nav {
  bottom: 190px;
  left: -400px;
}

.news-carousel .owl-nav {
  display: none;
}

.news-carousel .owl-dots {
    position: absolute;
    left: 0;
    bottom: -38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
   -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 281px;
    justify-content: center;
}
.news-carousel .owl-dots .owl-dot {
  display: block;
  margin-right: 2px;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background-color: #d1d2d3;
  border: 3px solid #fff;
  font-size: 20px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.news-carousel .owl-dots .owl-dot.active, .news-carousel .owl-dots .owl-dot:hover {
  border-color: var(--border-theme-color2);
  background-color: #fff;
}


.process-area5 {
    position: relative;
    padding: 4px 0;
   
        background:#eef1fa;
}

.process-area5 .sec-title {
    margin-bottom: 8px;
    
}

.process-tabs-wrapper {
	position: relative;
	border-radius: 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-filter: drop-shadow(0px 16px 48px rgba(18, 20, 26, 0.06));
	filter: drop-shadow(0px 16px 48px rgba(18, 20, 26, 0.06));
	z-index: 3;
	overflow: hidden;
	margin-top:30px;
	margin-bottom:30px;
}

@media (max-width: 990px) {
	.process-tabs-wrapper {
		display: block
	}
}
@media only screen and (min-width: 1300px) {
    .th-container4 {
        max-width: 1380px;
    }
}
.process-tabs-wrapper:before {
	content: "";
	position: absolute;
	inset: 0;
	background-repeat: no-repeat;

	mask-repeat: no-repeat;

	mask-position: center;
	
	mask-size: cover;
	background-size: cover;
	background-position: center center;

	--webkit-mask-image: url(../images/services/process-shape.png);
	background-image: url(../images/services/process-shape.png);
	background-color: #fff;
	z-index: -1;
	overflow: hidden
}

.checklist ul {
    padding-left: 0;
    list-style: none;
    text-align: left;
    margin-bottom: 0;
    margin-top: 15px;
}

.checklist li {
    color: #000;
    font-weight: 500;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}

@media (max-width: 1199px) {
	.process-tabs-wrapper {
		gap: 30px
	}
}

.process-tabs-wrapper .process-image {
	min-width: 344px;
	border-radius: 30px
}

.shape-mockup {
    position: absolute;
    z-index: -1;
}

.th-anim img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}

.process-image img {
    border-radius: 20px;
}

@media (max-width: 1199px) {
	.process-tabs-wrapper .process-image {
		min-width: 230px
	}
}

@media (max-width: 767px) {
	.process-tabs-wrapper .process-image {
		min-width: 100%;
		margin-top: 40px
	}
}

.process-tabs-wrapper .box-text {
	font-size: 14px;
	margin-bottom: 0
}

.process-tabs-wrapper .checklist li {
	font-size: 14px
}

.process-tabs-wrapper .checklist li:not(:last-child) {
	margin-bottom: 5px
}

.process-tabs-wrapper .th-btn {
	margin-top: 30px
}

.process-tabs-tabs.nav-tabs {
	border-bottom: none;
	padding: 60px 20px 60px 20px;
	display: block;
	border-right: 1px solid #E3E7F0;
}

@media (max-width: 1299px) {
	.process-tabs-tabs.nav-tabs {
		padding: 40px 40px 40px 40px
	}
}

@media (max-width: 991px) {
	.process-tabs-tabs.nav-tabs {
		padding: 40px 20px 40px 40px;
		margin-bottom: 0
	}
}

@media (max-width: 375px) {
	.process-tabs-tabs.nav-tabs {
		max-width: 100%;
		padding: 60px 20px 20px 20px
	}
}

.process-tabs-tabs.nav-tabs .nav-link:focus,
.process-tabs-tabs.nav-tabs .nav-link:hover {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link,
.process-tabs-tabs.nav-tabs .nav-link.active {
	color: #fff;
	background-color: transparent;
	border-color: transparent;
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .step,
.process-tabs-tabs.nav-tabs .nav-link.active .step {
	color: #fff;
	background: var(--thm-base);
}

.process-tabs-tabs.nav-tabs .nav-item.show .nav-link .title,
.process-tabs-tabs.nav-tabs .nav-link.active .title {
	color: #fff;
	background: var(--thm-base);
}
.process-tabs-tabs.nav-tabs .nav-link:hover .step,
.process-tabs-tabs.nav-tabs .nav-link:hover .title {
	color: #fff;
	background: var(--thm-base); } 



.process-tabs-tabs .nav-link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 10px;
	background-color: transparent;
	box-shadow: none;
	padding: 0
}

.process-tabs-tabs .nav-link:not(:last-child) {
	margin-bottom: 18px
}

@media (max-width: 520px) {
	.process-tabs-tabs .nav-link {
		display: block
	}
}

.process-tabs-tabs .nav-link .step {
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	color: #000;
	background-color: #fff;
	border: 1px solid #E3E7F0;
	border-radius: 100px;
	display: block;
	padding: 19.5px 20px;

	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

@media (max-width: 1199px) {
	.process-tabs-tabs .nav-link .step {
		font-size: 14px;
		padding: 16px 20px
	}
}

@media (max-width: 520px) {
	.process-tabs-tabs .nav-link .step {
		margin-bottom: 20px
	}
}

@media (max-width: 375px) {
	.process-tabs-tabs .nav-link .step {
		min-width: 100%;
		padding: 14px 30px
	}
}

.process-tabs-tabs .nav-link .title {
	font-weight: 600;
	font-size: 16px;
	line-height: 30px;
	color: #3c487c;
	background-color: #fff;
	border: 1px solid #E3E7F0;
	border-radius: 100px;
	display: block;
	padding: 14px 15px;
	min-width: 350px;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-align:left;
}

@media (max-width: 1299px) {
	.process-tabs-tabs .nav-link .title {
		min-width: 200px
	}
}

@media (max-width: 1199px) {
	.process-tabs-tabs .nav-link .title {
		font-size: 16px;
		padding: 14px 20px;
		min-width: 150px
	}
}

@media (max-width: 990px) {
	.process-tabs-tabs .nav-link .title {
		min-width: 300px
	}
}

@media (max-width: 375px) {
	.process-tabs-tabs .nav-link .title {
		min-width: 100%;
		padding: 14px 30px
	}
}

@media (max-width: 991px) {
	.process-tabs-tabs {
		margin-bottom: 30px
	}
}

.process-wrapper {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	gap: 30px;
/*	border-left: 1px solid #E3E7F0;*/
	padding: 60px 60px 60px 40px;
	z-index: 2
}

@media (max-width: 1299px) {
	.process-wrapper {
		padding: 40px 40px 40px 40px
	}
}

@media (max-width: 1199px) {
	.process-wrapper {
		padding: 60px 40px 40px 0;
		margin: 0;
		border: none
	}
}

@media (max-width: 991px) {
	.process-wrapper {
		padding: 40px 40px 40px 0
	}
}

@media (max-width: 990px) {
	.process-wrapper {
		padding: 0px 40px 40px 60px
	}
}

@media (max-width: 767px) {
	.process-wrapper {
		display: block;
		padding: 0 40px 40px 40px
	}
}

.process-wrapper:before {
	content: "";
	position: absolute;
	top: 60px;
	left: -2px;
	width: 9px;
	height: 35px;
	background-color: #fff;
	z-index: 1
}



@media (min-width: 1930px) {
	.process-area5 {
		-webkit-clip-path: path("M0 0L468.703 128.559H3333V1192L2864.3 1068.58H0V0Z");
		clip-path: path("M0 0L468.703 128.559H3333V1192L2864.3 1068.58H0V0Z")
	}
}

@media (max-width: 990px) {
	.process-area5 {
		-webkit-clip-path: none;
		clip-path: none;
		padding: 515px 0 80px 0;
		margin-bottom: 80px
	}
}

@media (max-width: 1199px) {
	.process-area5 .container {
		max-width: 100%
	}
}

.process-area4 {
	max-width: 1760px;
	display: block;
	margin: auto
}

.process-card2 {
	text-align: center
}

.process-card2-wrap {
	position: relative
}

.process-card2-wrap:after {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='154' height='31' viewBox='0 0 154 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.01514 21.3442C22.6268 8.46921 79.5758 -10.9353 134.479 14.4469' stroke='white' stroke-width='3' stroke-dasharray='5 5'/%3E%3Cpath d='M134.055 13.9293L134.078 14.2636L133.777 14.4113L124.484 18.9803L146.959 21.7007L133.365 3.59837L134.055 13.9293Z' fill='white' stroke='white'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	height: 30px;
	width: 153px;
	position: absolute;
	top: 75px;
	right: -75px
}

@media (max-width: 991px) {
	.process-card2-wrap:after {
		display: none
	}
}

.process-card2-wrap:last-child:after {
	display: none
}

.process-card2_icon {
	width: 134px;
	height: 134px;
	line-height: 134px;
	background-color: #EFF1F9;
	text-align: center;
	border: 5px solid rgba(28, 28, 37, 0.2);
	border-radius: 100px;
	margin: 0 auto 25px auto;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out
}

@media (max-width: 1199px) {
	.process-card2_icon {
		width: 100px;
		height: 100px;
		line-height: 100px
	}
}

.process-card2_icon img {
	-webkit-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out
}

.process-card2 .box-title {
	font-weight: 600;
	color: #fff;
	margin-bottom: 8px
}

.process-card2_text {
	max-width: 285px;
	color: #fff;
	margin: 0 auto -0.5em auto
}

.process-card2_number {
	font-family: var(--title-font);
	font-weight: 600;
	font-size: 60px;
	line-height: 36px;
	background: -webkit-linear-gradient(top, #fff 0%, #466EF9 100%);
	background: linear-gradient(180deg, #fff 0%, #466EF9 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fil	l-color: transparent;
}

.process-card2:hover .process-card2_icon img {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.process-area6 {
	background-color: #16181D;
	-webkit-mask-repeat: repeat-x;
	mask-repeat: repeat-x;
	-webkit-mask-size: cover;
	mask-size: cover
}

@media (max-width: 991px) {
	.process-area6 {
		-webkit-mask-image: none !important;
		mask-image: none !important
	}
}

.process-shape {
	background-repeat: repeat-x;
	width: 100%;
	height: 100%
}

.process-card3 {
	position: relative
}

.process-card3_icon {
	position: relative;
	margin-bottom: 30px
}

.process-card3_icon:before {
	content: "";
	position: absolute;
	top: -15px;
	left: -15px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	background-color: rgba(64, 115, 96, 0.3);
	border-radius: 999px;
	z-index: -1
}

.process-card3_icon img {
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.process-card3 .box-title {
	color: #fff;
	font-size: 30px;
	font-weight: 600
}

.process-card3_text {
	color: #A1A6B0
}

.process-card3:hover .process-card3_icon img {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg)
}

.particle-1 {
	max-width: 440px;
	height: 390px
}

.particle-2 {
	max-width: 800px;
	height: 790px;
	aspect-ratio: 16 / 14
}

.particle-2.small {
	max-width: 515px;
	height: 490px
}

.particle-3 {
	max-width: 600px;
	height: 470px
}

.box-particle {
	position: absolute;
	bottom: 0;
	right: 0;
	max-width: 180px;
	height: 100px;
	z-index: -1
}

.shape-mockup {
    position: absolute;
    z-index: -1;
   
}

.shape-mockup.bottomArea-02 {
      top: -8%;
    right: 28.9%;
}
.shape-mockup.bottomArea {
     right: 28.9%;
 
    bottom: -12%;
}

.shape-mockup.bottomArea-01 {
    top: 13%;
    left: 27%;
    z-index: 3;
}

.breadcrumbArea { background:#28366e; padding:5px 15px; color:#fff; font-size:14px; }
.breadcrumbArea .breadcrumb{ padding:0px; margin: 0;}
.breadcrumbArea .breadcrumb a{color: #ffc74e;}
.breadcrumbArea .breadcrumb .breadcrumb-item,.breadcrumb .breadcrumb-item.active,.breadcrumb-item + .breadcrumb-item::before {color:#fff;}


.aboutSection .memeberBox{ background:#f5e2e2; padding:15px; border-radius:10px; border:1px solid #e2c5c5; }
.aboutSection .memeberBox img{ width:100%; }
.aboutSection .memeberBox h4{ padding:0; margin:0; color:#000; margin-bottom:2px; }
.aboutSection .memeberBox p{ padding:0; margin:0; color: #7b7777;}

.aboutSection .memeberBox.bg-4{background: #e2f5ea; border: 1px solid #a4ccb5;}
.sub-title.beforeNone:before{ display:none !important; }


.news-section-two{ padding: 50px 0; }
 .news-section-two .benefit-two__tab ul.benefit-two__tab__title{  margin: 0px;
    margin-bottom: 15px;
    border-bottom: 3px solid #cacaca;
    padding: 0; padding-bottom: 5px;} 
.news-section-two .benefit-two__tab ul.benefit-two__tab__title .hdPanel {
    font-size: 22px;
    position: absolute;
    top: -6px;
    font-weight: 600;
}
.news-section-two .benefit-two__tab__title li { padding: 0; }
.news-section-two .benefit-two__tab__title li span{padding:0  15px 9px 15px; position: relative;font-weight: 800;}
.news-section-two .benefit-two__tab__title li.active-btn span,.news-section-two .benefit-two__tab__title li:hover span{ background: #fff; color: var(--thm-base); transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.news-section-two .benefit-two__tab__title li span:after{ width:0%; position: absolute; bottom: -3px; left: 50%; content: ''; height: 3px; background-color:var(--thm-base); transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;  }
.news-section-two .benefit-two__tab__title li.active-btn span:after,.news-section-two .benefit-two__tab__title li:hover span:after{width: 100%; left: 0; right: 0;}
.news-section-two .boxTabArea {border:1px solid #cbcbcb; border-radius: 5px; padding: 10px;}
.news-section-two .boxTabArea ul{margin:0; padding: 0; background-color: #f2f4f9;}
.news-section-two .boxTabArea ul li{margin:0; padding: 0;}
.news-section-two .boxTabArea ul li:nth-child(2n){ background-color: #fff; }
.news-section-two .boxTabArea ul li a{display: block; padding: 5px 10px 5px 5px; color: #333; font-size: 14px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.news-section-two .boxTabArea ul li a i{ color: var(--thm-base); margin-right:5px; margin-left: 5px; transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.news-section-two .boxTabArea ul li a span{display: block; font-weight: 600;}
.news-section-two .boxTabArea ul li a:hover{color:var(--thm-base); transition: all ease-in-out .2s; -moz-transition: all ease-in-out .2s; -webkit-transition: all ease-in-out .2s;}
.news-section-two .boxTabArea ul li a:hover i{margin-right:7px; margin-left: 10px; }


.news-section-two .latestStatisticsBox {}

.news-section-two .latestStatisticsBox h3{ font-size: 20px; color: #242424; margin: 0; padding: 0; position: relative;
    padding-bottom: 15px; font-weight: 700; margin-bottom: 15px;}
 .news-section-two .latestStatisticsBox h3:before, .news-section-two .latestStatisticsBox h3:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}   

.news-section-two .latestStatisticsBox h3:after {
    background: var(--thm-base);
    left: 30px;
}

.news-section-two .latestStatisticsBox .latestStatisticsPanel{border:1px solid #cbcbcb; border-radius: 5px; padding: 10px; }
.news-section-two .latestStatisticsBox .latestStatisticsPanel .countBox{background-color: #f2f4f9; padding: 10px;}


.aboutSectionMission{background: #f2e8ca; padding: 50px 0}
.aboutSectionMission .aboutMsBox{ background:#fff; padding:15px; border-radius:15px; min-height: 300px;}
.aboutSectionMission .aboutMsBox h6{
    font-weight: 600;
    color: var(--thm-base);
    text-transform: uppercase;
    padding-right: 10px;
    display: inline-block;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.aboutSectionMission .aboutMsBox 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) 0px);
}

.aboutSectionMission .aboutMsBox ul{ margin:0; padding:0; }
.aboutSectionMission .aboutMsBox ul li{ list-style:none; line-height:22px; margin-bottom: 15px;}

.team-section .sec-title .sub-title{ font-size:25px; }
.team-section .sec-title .sub-title:before{ display:none; }

.projectPanel{}
.projectPanel h2{ font-size:25px; font-weight:600; margin:0; padding:0; margin-bottom:20px; border-left:5px solid #000; padding-left:10px; border-radius:5px; }

.accordion-button{ background:#f2f2f2; }


.contact-main {/*background: #fff; padding: 30px;*/ border-bottom: 2px solid var(--thm-base);}  


.contact-info li {padding-left: 50px; position: relative;     padding-right: 23px;
    padding-bottom: 11px;
    padding-top: 11px;
    border-radius: 6px; background: #28366e;
    padding-right:15px; padding-top:5px; padding-bottom:5px;}
.contact-info li i{position: absolute; left: 9px; top: 8px; line-height: 24px; font-size: 30px; color: #fff; text-align: center;}
.contact-info li span{font-size: 16px; color: #23244a; font-weight: bold; text-transform: uppercase; display: block; margin-bottom: 8px;}
.contact-info li p{margin-bottom: 0; line-height: 24px;}
.contact-info li a{color: #555;}
.dark-bg .contact-info li a{color: #ffffff;}
.contact-info li a:hover{color: var(--thm-base);}
.theme-bg .contact-info span, .dark-bg .contact-info span{color: #ffffff}
.theme-bg .contact-info li i{color: #ffffff;}
.theme-bg .contact-info li a{color: #ffffff;}
.theme-bg .contact-info li a:hover{color: #23244a;}
 .contact-box {/* position: absolute; top: 50%; z-index: 99; transform: translateY(-50%); width: 100%; */ margin-top:30px;} 

.contact-main .form-group{margin-bottom: 20px; position: relative;}
 label{font-size: 14px; color: #333}
.contact-main .form-control{height: 50px; border-radius: 4px; background:#f1f1f1;  font-size: 13px; padding: 0 12px; border: none; border-bottom: 2px solid #f5f5f5; box-shadow: none;}
.grey-bg .form-control{background: #ffffff}
.contact-main textarea.form-control{height: 150px;}
.form-control:focus{box-shadow: none; border-color: var(--thm-base);}
.contact-main select.form-control {/*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/ height: 50px !important;}
iframe{width: 100%; border: none; pointer-events: auto;}
.iframe-h{height: 500px !important;}
.iframe-h-2{height: 900px !important;}
.help-block.with-errors {position: absolute; color: red; right: 0; font-size: 10px; line-height: 14px;}
.form-control::-moz-placeholder{color: #555}
.map iframe {border: 0px; width: 100%; height: 100%; z-index: 1; -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: grayscale(100%);}

.contact-main {
    border: 2px solid var(--thm-base-border2);
}
.contact-btn {cursor: pointer; display: inline-block; position: fixed; right: -39px; top: 40%; z-index: 99; 
transform: translateY(-50%) rotate(90deg); -webkit-transform: translateY(-50%) rotate(90deg); -o-transform: translateY(-50%) rotate(90deg); -ms-transform: translateY(-50%) rotate(90deg); -moz-transform: translateY(-50%) rotate(90deg);}
.contact-bg { background: #ffffff; color: var(--thm-base); text-transform: uppercase; position: relative; display: block; padding: 10px; font-weight: 500; z-index: 10; -webkit-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); -moz-box-shadow: 0 0 13px 3px rgba(0,0,0,0.1); box-shadow: 0 0 13px 3px rgba(0,0,0,0.1);}
.contact-btn:hover .contact-bg{background: var(--thm-base); color: #ffffff}
.contact-form {background: #ffffff; height: 100%; border: 1px solid rgba(0, 0, 0, 0.2); box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); padding: 80px 30px 30px; width: 450px; position: fixed; right:-600px; top: 0; z-index: 2000;}
.white-bg {
    background-color: #ffffff !important;
}
.bgCont {
    position: relative;
    background-image: url(../images/bg/07.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center -69.9px;
    z-index: 0;
}

.bgCont:before, .slide-overlay:before {
    position: absolute;
    content: '';
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.3; 
    z-index: -1;
}

.dark-bg {
    background-color: #121628;
}

.contact-box .contact-main .title {
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
    color: #23244a;
    font-weight: 700;
}
.contact-box .contact-main .title span {
    position: relative;
    color: var(--thm-base);
}
.contact-box .contact-main .title:before, .contact-box .contact-main .title:after {
    content: "";
    background: #dddddd;
    width: 30px;
    left: 0;
    height: 3px;
    position: absolute;
    bottom: 0;
}

.contact-box .contact-main .title:after {
    background: var(--thm-base);
    left: 30px;
}
.btnSubmit{ background:#02315b; color:#fff; }
.btnSubmit:hover{background: #d87411;  color:#fff;}
ul.listStyle{ margin:0; padding:0; }
ul.listStyle li {
    position: relative;
    list-style: none;
    padding-left: 25px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 25px;
}

ul.listStyle li:after {
    position: absolute;
    left: 0;
    top: 0;
    color: var(--thm-base);
    content: "\f0a9";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 16px;
}

.footer-widget--about{ padding-right:20px; }

.viewbtnhome{font-size:14px; letter-spacing:0.2px; color:#1979bc;}
.viewbtnhome:hover{color:#000;}

.main-menu .main-menu__list li ul li, .stricky-header .main-menu__list li ul li{border-radius:4px;}
.main-menu .main-menu__list li ul, .stricky-header .main-menu__list li ul{border-radius:4px;} 
.news-section-two .benefit-two__tab__title li span{letter-spacing: 1.2px;}

.justify-content-space-between {
    justify-content: space-between !important;
}

.row.justify-content-space-center.drdo-secreatryabout {
    justify-content: center;
}

.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: #3c487c;
    color: #fff;
}

.news-section-two .indentifide-text h4 {
    font-size: 18px;
    color: #273a83;
    padding-bottom: 15px;
    font-weight: 600;
    margin-bottom: 15px;
	
}

.news-section-two .indentifide-text h5 {
	margin-top: 18px;
    font-size: 18px;
    color: #12206e;
    font-weight: 500;
    margin-left: 0px;
}

.dareto-dare ol{margin:0px 0 0 0px; padding:0px;}

.news-section-two .latestStatisticsBox .benefit-two__tab__title li span {
    letter-spacing: 0;
}

.dareto-dare {
    background: #f1f1f1;
    padding: 1px 0 1px 29px;
    /* margin: 34px 0; */
}
.dareto-dare ol li {
    padding: 5px 8px;
    font-size: 15px;
    font-weight: 500;
    background: #fff;
    margin: 8px 5px 7px -8px;
}
.news-block.indentifide-text{padding:0 !important;}


/* table start */
.awarded-table table th , table td{
    text-align: left;
}


.awarded-table table th{
    font-size:12px;
	font-weight:600;
	line-height: 18px;
	padding: 16px 10px;
	vertical-align: middle;
}

.awarded-table table td{
   font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    padding: 16px 10px;
    color: #333 !important;
}

.awarded-table table tr:nth-child(even){
    background-color: #BEF2F5
}

.awarded-table .table-xs {
	margin: 0 auto;
}



.awarded-table .table-xs > div {
	padding: 20px;
	text-align: center;
	border: 1px solid #fff;
	word-break: break-all;
}


.awarded-table .row-header {
	background-color: #000;
	color: #fff;
	overflow: hidden;			
   font-weight: 600;

}

.awarded-table .table-xs .header{
   background-color: #BEF2F5;
   font-weight: 600;

}


/* table end */
.predictive-maintenance {
    margin-bottom: 71px;
}
.smart-machines {
    margin-top: 43px;
	align-items: center;
}
.user-indian-navy h2 {
    font-size: 17px !important;
    color: #000;
    font-weight: 500 !important;
}

.mentoring-drdo-lab h2 {
    font-size: 17px !important;
    color: #000;
    font-weight: 500 !important;
}

.predictive-maintenance h2{
	 font-size: 25px;
     font-weight: 600;
}
.predictive-maintenance h3{
	font-size: 18px;
     font-weight: 500;
}

img.cemilac {
    background: #ccc;
    padding: 1px 1px;
    border-radius: 4px;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    margin-top: 7px;
	width: 100%;
}


/* flip image */
#technology-grid .flip-card {
  background-color: transparent;
  width: 300px;
  height: 206px;
  perspective: 1000px;
  margin-bottom: 19px; 
  border:1px solid #ccc;
}

#technology-grid .flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
}

#technology-grid .flip-card:focus {
    outline: 0;
}

#technology-grid .flip-card:hover .flip-card-inner,
#technology-grid .flip-card:focus .flip-card-inner{
  transform: rotateY(180deg);
}

#technology-grid .flip-card-front,
#technology-grid .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
}

#technology-grid .flip-card-front {
  background: linear-gradient(to left, #4364f7, #6fb1fc);
  color: black;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}

#technology-grid .flip-card-back {
  background: linear-gradient(to right, #4364f7, #6fb1fc);
  color: white;
  transform: rotateY(180deg);
  z-index: 1;
  display: block;
  justify-content: center;
  align-items: center;
}

.img_blockk {
    width: 70px;
    height: 70px;
}

.industrieshome span {
    width: 32px;
    background: #fff;
    color: #000;
    padding: 3px 5px;
    border-radius: 50%;
    height: 32px;
	margin-right: 14px;

}
.industrieshome h3{color:#fff; font-size:18px; font-weight:500;}
.industrieshome {
    display: flex;
    justify-content: center;
    align-items: center;
}
.experthome {
    display: flex;
    justify-content: center;
    align-items: center;
	}
	
.experthome span {
    width: 32px;
    background: #fff;
    color: #000;
    padding: 3px 5px;
    border-radius: 50%;
    height: 32px;
	margin-right: 36px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.experthome h4{color:#fff; font-size:18px; font-weight:500;}


.academia {
    display: flex;
    justify-content: center;
    align-items: center;
	}

.academia span {
    width: 32px;
    background: #fff;
    color: #000;
    padding: 3px 5px;
    border-radius: 50%;
    height: 32px;
	margin-right: 7px;
}

.academia h5{color:#fff; font-size:18px; font-weight:500;}

.flip-card-back h5{color:#fff; font-size:18px; font-weight:500; padding-top:6px;}
.flip-card-front h3 {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 0 14px;
}
.flip-card-back{padding: 44px 0;}	
img.img-fluid.img_blockk{width:70px; height:70px;}

.img_block {
    background: #fff;
    width: 109px;
    border-radius: 0 6px 6px 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
section#technology-grid {
    margin-top: 34px;
	margin-bottom: 34px;
}
/* flip image */
#success-stories .owl-carousel .owl-item img{height:217px;}

#success-stories .card-title {
    margin-bottom: 0.5rem;
    height: 55px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 600;
	text-shadow:none;
}

#success-stories p.card-text {
    height: 46px;
    font-size: 13px;
    line-height: 19px;
    color: #363131;
    margin-top: 10px;
}

#success-stories .owl-nav {
    position: absolute;
    top: -38px;
    bottom: 0;
    right: 11px;
}


#success-stories .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {

    background: #12206e !important;
    margin: 0 0 0 5px;
    color: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 18px;
}



#success-stories .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
	font-size: 36px !important;
    line-height: 17px;
}



#technology-grid .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {

    background: #12206e !important;
    margin: 0 0 0 5px;
    color: #fff !important;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 18px;
}

#technology-grid .carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

#technology-grid .owl-carousel .owl-nav button.owl-next{
    font-size: 36px !important;
    line-height: 17px;
    position: absolute;
    right: -5px;
    top: 84px;
}

#technology-grid .owl-carousel .owl-nav button.owl-prev{
    font-size: 36px !important;
    line-height: 17px;
    position: absolute;
    left: -10px;
    top: 84px;
}

.arrow-btn {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
}

.left-arrow {
    left: -50px; /* Adjust as needed */
}

.right-arrow {
    right: -50px; /* Adjust as needed */
}


.category-block-current.active .inner-box {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
    border-radius: 15px;
    padding: 0px 0 5px 0;
}

/* .tab-btn.active {
    background-color: #007bff;
    color: #fff;
    border: 2px solid #007bff;
    border-radius: 15px;
    padding: 0px 0 5px 0;
}  */ 







