@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
	/* font-family: "Open Sans", sans-serif;
	font-size: 12px;
	font-size: normal;
	font-smooth: always;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	color: #404040;
	padding: 0px !important; */
	font-family: 'Poppins' !important;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

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

/* * {
	text-decoration: none !important;
	margin: 0;
	padding: 0;
	list-style: none;
} */
.flex1 {
	display: flex;
	flex-wrap: wrap;
}

.flex2 {
	display: flex;
}

a {
	/* color: #00293f; */
	color: #fcfcfc;
	text-decoration: none;
	display: inline-block;
}

a:hover,
a:focus,
a:active {
	text-decoration: none;
	/* color: #1d847d; */
	color: #fcfcfc;
}

* {
	outline: none !important;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

button {
	outline: none;
}

img {
	max-width: 100%;
}

section {
	position: relative;
	width: 100%;
	float: left;
}

/* upper logo css in header section */
section.logostrip {
	width: 100%;
	height: auto;
	padding: 0;
}

section.logostrip h1 {
	text-align: center;
	font-weight: 700;
	font-size: 35px;
	color: #0B1C40;
}

section.logostrip .container,
.row {
	width: 100%;
	padding: 0;
	margin: 0;
}

section.logostrip .col-sm-3 img {
	width: 100%;
	height: 100%;
}

/* upper logo css in header section */

section.logostrip .input-group {
	width: 240px;
	float: right;
	margin-bottom: 20px;
}

section.logostrip input,
section.logostrip .form-control:focus {
	border-radius: 0px;
	color: #9f9f9f;
	border-color: #9f9f9f;
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%);
	padding: 2px 10px;
	height: auto;
}

section.logostrip .btn {
	color: #fff;
	background: #9f9f9f;
	border-color: #9f9f9f;
	border-radius: 0px;
	text-transform: uppercase;
	padding: 2px 10px;
}

section.logostrip .btn:hover {
	background: #00293f;
	border-color: #00293f;
}

a.ensbtn.btn {
	color: #fff;
	background: #1d847d;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 20px;
	text-align: center;
	display: block;
	margin-top: 25%;
	text-transform: uppercase;
	border: none;
	border-radius: 15px;
	transition: all 0.3s ease 0s;
}

a.ensbtn i {
	font-size: 24px;
	margin-bottom: 8px;
}

a.ensbtn.btn:hover,
a.ensbtn.btn.active {
	color: #1d847d;
	background: #fff;
	box-shadow: 4px 2px #ee5253, 7px -2px #10ac84, 9px 3px #ff9f43, -5px -3px #ff3571,
		-7px 3px #5f27cd;
}

/********************************************************/
/******************** Menu CSS Start ********************/
/*******************************************************/
/* header {
	position: relative;
	width: 100%;
	background: #00293f;
	margin: 0px auto;
	float: left;
	z-index: 999;
	border-bottom: 1px solid #fff;
} */
nav {
	position: relative;
	width: 100%;
	margin: 0 auto;
}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
	border: 0;
	list-style: none;
	line-height: 1;
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

#cssmenu:after,
#cssmenu>ul:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

#cssmenu #head-mobile {
	display: none;
}

#cssmenu {
	font-family: "Open Sans", sans-serif;
	background: transparent;
	margin: 0px;
}

#cssmenu>ul>li {
	float: left;
	border-right: 0px solid rgba(255, 255, 255, 0.5);
}

#cssmenu>ul>li:last-child {
	border-right: 0px solid rgba(255, 255, 255, 0.5);
}

#cssmenu>ul>li>a {
	padding: 30px 20px;
	font-size: 14px;
	text-transform: capitalize;
	color: #fff;
	font-weight: normal;
	letter-spacing: normal;
}

#cssmenu>ul>li:hover>a,
#cssmenu ul li.active a {
	color: #fff;
}

#cssmenu>ul>li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
	background: #1d847d !important;
	-webkit-transition: background 0.3s ease;
	-ms-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

#cssmenu>ul>li.has-sub>a {
	padding-right: 26px;
}

#cssmenu>ul>li.has-sub>a:after {
	position: absolute;
	top: 36px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #fff;
	content: "";
}

#cssmenu>ul>li.has-sub>a:before {
	position: absolute;
	top: 33px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #fff;
	content: "";
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#cssmenu>ul>li:hover a:after,
#cssmenu ul li.active:hover a:after,
#cssmenu ul li.active a:after,
#cssmenu ul li.has-sub.active:hover a:after {
	background: #fff;
}

#cssmenu>ul>li.has-sub:hover>a:before {
	top: 36px;
	height: 0;
}

#cssmenu ul ul {
	position: absolute;
	left: -9999px;
}

#cssmenu ul ul li {
	height: 0;
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	background: #1d847d;
	transition: all 0.25s ease;
}

#cssmenu ul ul li:hover {}

#cssmenu li:hover>ul {
	left: auto;
	padding: 0;
}

#cssmenu li:hover>ul>li {
	height: 35px;
}

#cssmenu ul ul ul {
	margin-left: 100%;
	top: 0;
}

#cssmenu ul ul li a {
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 10px 12px;
	width: 225px;
	font-size: 12px;
	text-decoration: none;
	color: #ddd;
	font-weight: 400;
	line-height: 14px;
}

#cssmenu ul ul li:last-child>a,
#cssmenu ul ul li.last-item>a {
	border-bottom: 0;
}

#cssmenu ul ul li:hover>a,
#cssmenu ul ul li a:hover {
	color: #fff;
}

#cssmenu ul ul li.has-sub>a:after {
	position: absolute;
	top: 16px;
	right: 11px;
	width: 8px;
	height: 2px;
	display: block;
	background: #ddd;
	content: "";
}

#cssmenu ul ul li.has-sub>a:before {
	position: absolute;
	top: 13px;
	right: 14px;
	display: block;
	width: 2px;
	height: 8px;
	background: #ddd;
	content: "";
	-webkit-transition: all 0.25s ease;
	-ms-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

#cssmenu ul ul>li.has-sub:hover>a:before {
	top: 17px;
	height: 0;
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
	background: #1d847d;
}

#cssmenu ul ul ul li.active a {
	border-left: 1px solid #333;
}

#cssmenu>ul>li.has-sub>ul>li.active>a,
#cssmenu>ul ul>li.has-sub>ul>li.active>a {
	border-top: 1px solid #333;
}

/* .dropbtn {
	background: #00293f;
	color: #fff;
	padding: 10px 25px;
	font-size: 16px;
	margin-top: 15px;
	border: none;
} */



/*******************************************************/
/******************** Menu CSS End ********************/
/******************************************************/

/**********************************************************/
/******************** Banner CSS Start ********************/
/*********************************************************/
.mySlider {
	width: 100%;
	float: left;
	z-index: 1;
	position: relative;
}

.charuser {
	margin-top: 50px;
}

.fouruser {
	display: flex;
	padding: 0px 15px;
}

.userone,
.usertwo,
.userthree,
.userfour {
	position: relative;
	display: flex;
	width: 25%;
	margin: 0px 2px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.userone {
	margin-right: 10px;
	background: url(../../aeeeimg/userone.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.usertwo {
	margin-right: 10px;
	background: url(../../aeeeimg/usertwo.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.userthree {
	margin-right: 10px;
	background: url(../../aeeeimg/userthree.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.userfour {
	margin-left: 2px;
	background: url(../../aeeeimg/userfour.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}

.useritem {
	height: 100%;
	width: 100%;
	padding: 40px 25px;
	background: #00293f;
	align-items: center;
	text-align: center;
	box-shadow: 5px 5px #a9eaeb;
	transition: background 0.3s;
}

.useritem:hover,
.useritem.active {
	background: rgba(29, 132, 125, 0.8);
	cursor: pointer;
	box-shadow: 5px 5px #00293f;
}

.useritem img {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin: 0px;
	margin-bottom: 15px;
}

.useritem h4 {
	margin: 0;
	color: #fff;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
}

.hovercontent {
	font-size: 14px;
	color: #000;
	background: #a9eaeb;
	padding: 15px;
	position: absolute;
	top: -90px;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 9;
	display: none;
}

.hovercontent:before {
	content: "\f0d7";
	position: absolute;
	font-family: "FontAwesome";
	bottom: -18px;
	color: #a9eaeb;
	font-size: 70px;
	line-height: 22px;
	left: 0;
	right: 0;
}

.hovercontent span {
	display: block;
}

.userone:hover .hovercontent,
.usertwo:hover .hovercontent,
.userthree:hover .hovercontent,
.userfour:hover .hovercontent {
	display: block;
}

.charuser .panel-group {
	position: relative;
	top: 25px;
	margin: 0px;
}

.charuser .panel-group .panel,
.charuser .panel-group .panel+.panel {
	margin: 0px;
	border: 0px;
	box-shadow: 0 0px 0px rgb(0 0 0 / 5%);
	border-radius: 0px;
}

.userhexagon {
	position: relative;
	margin-bottom: -450px;
}

.hex-layer-1,
.hex-layer-5 {
	display: grid;
	grid-template-columns: repeat(1, 0fr);
	margin: 0px;
	justify-content: center;
	align-content: center;
}

.hex-layer-2,
.hex-layer-4 {
	display: grid;
	margin: 0px;
	justify-content: center;
	align-content: center;
	grid-template-columns: repeat(2, 0fr);
}

.hex-layer-3 {
	display: grid;
	margin: 0px;
	justify-content: center;
	align-content: center;
	grid-template-columns: repeat(3, 0fr);
}

.hex {
	height: 255px;
	width: 290px;
	margin: 0px 76px;
	align-self: center;
	background: #1d847d;
	position: relative;
	-webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
	transition: background 0.4s;
}

.hex-layer-2 .hex {
	top: -125px;
}

.hex-layer-3 .hex {
	top: -250px;
}

.hex-layer-4 .hex {
	top: -376px;
}

.hex-layer-5 .hex {
	top: -500px;
}

.hex img {
	width: 80px;
	margin-top: 25px;
}

.hex-layer-3 a:nth-child(2) img {
	width: 100%;
	margin: 0px;
	height: 100%;
}

.hex p {
	margin: 15px 0px 0px;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.2px;
}

.hex .imgkhov {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hex .imgkhov img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.hex .imgkhov h2 {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0;
	z-index: 9;
	color: #1d847d;
	font-size: 24px;
	font-weight: 700;
}

.hex h2.quekhov {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0;
	bottom: 0;
	z-index: 9;
	color: #fff;
	font-size: 22px;
	padding-top: 22%;
	font-weight: 500;
	background: #00293f;
}

.hex:hover h2.quekhov {
	display: none;
}

.hex-layer-3 a:nth-child(2) .hex:hover .imgkhov {
	display: block;
}

.hex:hover {
	background: #00293f;
}

/* Carousel Styles */
.carousel-indicators {
	bottom: -5px;
	display: none;
}

.carousel-indicators li {
	border: 2px solid #fff;
}

.carousel-indicators .active {
	background: #1d847d;
}

.carousel-inner img {
	width: 100%;
	/*max-height: 460px*/
}

.carousel-control {
	width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px 12px;
	font-size: 28px;
	margin: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-right: 1px solid;
}

.carousel-control.right span {
	padding: 15px 12px;
	font-size: 28px;
	margin: 0px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	border-left: 1px solid;
}

.carousel-control .fa-angle-left,
.carousel-control .fa-angle-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
	position: absolute;
	top: 40%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .fa-angle-left,
.carousel-control .icon-prev {
	left: 0;
}

.carousel-control .fa-angle-right,
.carousel-control .icon-next {
	right: 0;
}

.carousel-control.left span,
.carousel-control.right span {
	background-color: #404040;
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}

/* Carousel Header Styles */
.header-text {
	position: absolute;
	top: 25%;
	left: 1.8%;
	right: auto;
	width: 96.66666666666666%;
	color: #000;
}

.header-text h2 {
	font-size: 30px;
	margin: 0;
	margin-top: 6%;
	line-height: 50px;
	margin-bottom: 1%;
}

.header-text h2 span {
	background: rgba(136, 226, 224, 0.6);
	padding: 4px 30px 10px;
}

.header-text h3 span {
	background: #88e2e0;
	padding: 8px 20px;
}

.btn-min-block {
	min-width: 100px;
	line-height: 18px;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	padding: 6px 18px;
	border-radius: 0;
	transition: all 0.5s;
}

.btn-theme {
	color: #000;
	background: #88e2e0;
	border: 2px solid #000;
	margin-right: 0;
}

.btn-theme:hover {
	color: #404040;
	background: #fff;
	border-color: #88e2e0;
}

.header-text p {
	color: #000;
	background: rgba(136, 226, 224, 0.6);
	font-size: 18px;
	font-weight: 600;
	line-height: 32px;
	margin: 0px;
	padding: 50px 39px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.6);
}

.header-text p:before {
	content: "";
	position: absolute;
	left: 15px;
	right: 15px;
	top: 15px;
	bottom: 15px;
	border: 2px solid #fff;
	z-index: -1;
}

.dowens {
	float: left;
	width: 90%;
	background: #00293f;
	margin: 0% 0% 0% 15%;
	padding: 0px 25px;
}

.dowens .box {
	/* margin-left: 50%;
	margin-top: 10%; */
	background: #ffffff;
	text-align: center;
	/* overflow: hidden; */
	position: relative;
}

.dowens .box {
	/* content: ""; */
	border: 1px solid #fff;
	opacity: 9;
	position: absolute;
	top: 12px;
	left: 12px;
	right: 12px;
	bottom: 12px;
	transition: all 0.5s ease;
	z-index: 1;
}

.dowens .box:hover span {
	opacity: 1;
}

/* .dowens .box:before,
.dowens .box:after {
	content: "";
	background: rgba(29, 132, 125, 0.5);
	width: 100%;
	height: 100%;
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.35s ease-in-out;
}

.dowens .box:after {
	width: 250px;
	height: 250px;
	transform: translateX(-50%) translateY(-50%) scale(0) rotate(0deg);
	left: 50%;
	top: 50%;
}

.dowens .box:hover:before {
	transform: scale(1);
}

.dowens .box:hover:after {
	transform: translateX(-50%) translateY(-50%) scale(1) rotate(45deg);
}

.dowens .box img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease;
}

.dowens .box:hover img {
	opacity: 0.3;
} */

.dowens .box .box-content {
	background: rgba(169, 234, 235, 0.5);
	color: #000000;
	width: 100%;
	padding: 0 20px;
	opacity: 9;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	top: 1.9%;
	left: 50%;
	z-index: 2;
	transition: all 0.5s ease;
}

.dowens .box:hover .box-content {
	opacity: 1;
}

.dowens .box .title {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.dowens .box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
}

.dowens .box .icon li {
	display: inline-block;
	margin: 0px;
}

.dowens .box .icon li a {
	color: #0B1C40;
	font-size: 42px;
	line-height: 42px;
	font-weight: normal;
	width: 100%;
	transition: all 0.3s ease 0s;
}

.dowens .box .icon li a:hover {
	color: #fff;
}

/********************************************************/
/******************** Banner CSS End ********************/
/*******************************************************/
.writeup {
	margin: 50px 0px;
}

.writeup p {
	background: rgba(169, 234, 235, 0.5);
	color: #404040;
	margin: 0px;
	font-size: 16px;
	font-weight: 500;
	padding: 10px 50px;
	line-height: 30px;
	text-align: justify;
	/* text-align-last: center; */
}

.writeup ol,
.writeup ul {
	background: rgba(169, 234, 235, 0.5);
	margin: 0;
	padding-left: 100px;
	padding-right: 50px;
}

.writeup ol li,
.writeup ul li {
	line-height: 30px;
	text-align: justify;
	font-size: 15px;
	font-weight: 300;
}

.writeup ul li {
	list-style: disc;
}

.writeup ol li {
	list-style: auto;
}

.writeup p:last-child {
	padding-bottom: 50px;
}

.writeup p:first-child {
	padding-top: 50px;
}

.ensheading {
	color: #00293f;
	font-size: 34px;
	font-weight: 800;
	border-bottom: 2px solid #a9eaeb;
	padding-bottom: 2px;
	padding-right: 10px;
	display: inline-block;
	position: relative;
	margin: 0px;
	margin-bottom: 40px;
}

.ensheading:after {
	content: "\f1e6";
	font-family: "FontAwesome";
	position: absolute;
	right: -20px;
	bottom: -3px;
	font-weight: 500;
	color: #a9eaeb;
	font-size: 21px;
}

.ensrlinks {
	margin: 50px 0px;
}

.ensrlinks p {
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
	margin-bottom: 35px;
}

.ensrlinks_custom {
	margin: 50px 0px;
}

.ensrlinks_custom p {
	padding: 0px 20px;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}

.ensrlinks_custom ul,
.ensrlinks_custom ol {
	padding: 0px 20px;
	font-size: 15px;
	line-height: 30px;
	text-align: justify;
}

.ensrlinks_custom ul li {
	margin-left: 50px;
	list-style: disc;
}

.ensrlinks_custom ol li {
	margin-left: 50px;
	list-style: auto;
}

.rlinks {
	width: 100%;
	margin-left: 0;
	margin-top: 10px;
	padding: 25px;
	float: left;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.rlinks h4 {
	margin: 0px;
	font-weight: 700;
	color: #00293f;
	margin-bottom: 15px;
}

.rlinks ul li {
	font-weight: 700;
	font-size: 14px;
	margin-bottom: 8px;
	position: relative;
	padding-left: 20px;
	transition: all 0.3s;
}

.rlinks ul li:before {
	content: "\f0c1";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 13px;
}

.rlinks ul li:hover:before {
	content: "\f0a6";
	color: #1d847d;
}

.rlinks ul li a {
	font-weight: 400;
	color: #404040;
}

.rlinks ul li:hover a {
	color: #1d847d;
}

.newann {
	margin: 50px 0px;
}

.newann .serviceBox {
	text-align: center;
	margin: 0 -15px;
}

.newann .serviceBox img {
	width: 100%;
	height: auto;
}

.newann .serviceBox .service-content {
	position: relative;
	background: #404040;
	color: #fff;
	padding: 50px 30px;
}

.newann .serviceBox .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top: 0px;
}

.newann .serviceBox .description {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 15px;
}

.newann .serviceBox .description.date {
	margin-bottom: 35px;
}

.newann .serviceBox .read-more {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #fff;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background: transparent;
	text-transform: uppercase;
	transition: all 0.5s ease 0s;
}

.newann .serviceBox .read-more:hover {
	color: #fff;
	background: #1d847d;
	text-decoration: none;
}

.newann .serviceBox.middle .service-content {
	padding: 50px 30px;
}

.newann .row {
	display: flex;
	flex-wrap: wrap;
}

.newann .row .col-sm-4 {
	display: flex;
	background: #404040;
}

.newann .col-sm-4:hover .service-content,
.newann .col-sm-4:hover {
	background: #00293f;
}

.enscebu {
	margin: 50px 0px;
}

.ecb {
	border: 2px solid #00293f;
	border-bottom: 0px;
	text-align: center;
	transition: all 0.3s;
}

.ecb img {
	padding: 25px 30px;
	width: 100%;
}

.ecb p {
	font-weight: 700;
	color: #404040;
	font-size: 18px;
	margin: 0px;
}

.ecb p:last-child {
	font-weight: 400;
	font-size: 16px;
}

.ecbcontent {
	background: #00293f;
	color: #fff;
	margin-top: 15px;
	padding: 15px;
	text-align: center;
	border-radius: 0px 0px 25px 25px;
	transition: all 0.3s;
}

.ecbcontent p:first-child {
	font-weight: 600;
}

.ecbcontent p {
	font-size: 16px;
	font-weight: 300;
	margin: 0px;
}

.enscebu .col-sm-4:hover .ecbcontent {
	background: #1d847d;
}

.enscebu .col-sm-4:hover .ecb {
	border-color: #1d847d;
}

.enscebu .col-sm-4:hover .ecb p {
	color: #1d847d;
}

.enscebu .col-sm-4:hover .ecb p:last-child {
	color: #404040;
}

.fouson {
	margin: 50px 0px;
}

.form-check input[type="radio"],
.form-check input[type="checkbox"] {
	position: relative;
	top: 2px;
	margin: 0px 5px 0px 0px;
}

.regi .radio-button.regiradi {
	font-size: 0;
	display: block;
	width: 164px;
	position: relative;
	border: 2px solid #1d847d;
}

.regi .radio-button.regiradi input[type="radio"] {
	margin: auto;
	visibility: hidden;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
}

.regi .radio-button.regiradi label {
	color: #1d847d;
	background: #fff;
	font-size: 14px;
	text-align: center;
	width: 80px;
	padding: 5px;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.regi .radio-button.regiradi label:last-child {
	border-left: 2px solid #1d847d !important;
}

.regi .radio-button.regiradi label:before {
	content: "";
	background: #1d847d;
	width: 100%;
	height: 100%;
	opacity: 1;
	transform: scaleX(0);
	transform-origin: left center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.regi .radio-button.regiradi label:nth-child(2):before {
	transform-origin: right center;
}

.regi .radio-button.regiradi input[type="radio"]:checked+label {
	color: #fff;
	border-color: #1d847d !important;
}

.regi .radio-button.regiradi input[type="radio"]:checked+label:before {
	opacity: 1;
	transform: scaleX(1);
}

/**********************************************************/
/******************** Footer CSS Start ********************/
/*********************************************************/


/* footer input.form-control,
footer input.form-control:focus {
	border-radius: 0px;
	border: 0px;
	color: #404040;
	font-weight: 700;
	height: 45px;
	margin-bottom: 8px;
	box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%), 0 0 0px rgb(29 132 125 / 60%);
}
footer .btn {
	text-transform: uppercase;
	color: #fff;
	background: #404040;
	border-radius: 0px;
	border: 0px;
	width: 100%;
	height: 45px;
	font-weight: 600;
}
footer .btn:hover {
	background: #1d847d;
	color: #fff;
}
footer a {
	color: #fff;
}
ul.qlinks li a {
	font-size: 15px;
	font-weight: 500;
	position: relative;
	margin-bottom: 10px;
	padding-left: 15px;
}
ul.qlinks li a:before {
	content: "\f105";
	font-family: "FontAwesome";
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
ul.qlinks li a:hover:before {
	left: 3px;
	content: "\f101";
}
ul.cntct-us li a {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;
}*/
/* ul.cntct-us li:nth-child(2) a {
	font-size: 21px;
} */
ul.smedia li {
	display: inline;
	margin: 10px 10px 0px 0px;
	flex: 1;
}

ul.smedia li a {
	transition: all 0.3s;
}

ul.smedia li a img {
	width: 100%;
	height: 100%;
	max-width: 100%;
}

ul.smedia li a:hover {
	background: #1d847d;
	border-radius: 50%;
	box-shadow: 0px 0px 10px #1d847d;
}

/*********************************************************/
/******************** Footer CSS End ********************/
/********************************************************/

/***********************************************************/
/******************** GoToTop CSS Start ********************/
/**********************************************************/
#return-to-top {
	position: fixed;
	bottom: 0px;
	right: 2%;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.7);
	width: 45px;
	height: 45px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 0;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top img {
	color: #fff;
	margin: 0;
	position: relative;
	left: 10px;
	top: 17px;
	font-size: 19px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover img {
	color: #fff;
	top: 5px;
}

/*********************************************************/
/******************** GoToTop CSS End ********************/
/********************************************************/
.inner-slide {
	position: relative;
	text-align: center;
	background: url(../../aeeeimg/about.jpg);
	background-size: 100% 100%;
	height: 350px;
}

.inner-slide h2 {
	font-size: 64px;
	font-weight: 800;
	color: #fff;
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.inner-slide h2 span {
	display: block;
	font-size: 14px;
	font-weight: 400;
	margin-top: 10px;
	letter-spacing: 1px;
}

.inner-slide:before {
	content: "";
	position: absolute;
	background: rgba(0, 41, 63, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.procount {
	width: 50%;
	float: left;
	text-align: center;
	padding: 30px;
	background: #1d847d;
	background: -moz-linear-gradient(left, #1d847d 0%, #22968e 100%);
	background: -webkit-linear-gradient(left, #1d847d 0%, #22968e 100%);
	background: linear-gradient(to right, #1d847d 0%, #22968e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1d847d', endColorstr='#22968e', GradientType=1);
}

.procount .counter-value {
	color: #fff;
	font-weight: 800;
	font-size: 44px;
	line-height: 44px;
}

.procount h3 {
	margin: 0px;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
	margin-top: 10px;
}

.morestats {
	margin: 0px;
}

.procount h3 span {
	background: #fff;
	color: #1d847d;
	font-weight: 700;
	padding: 0px 5px;
}

.counter {
	background: #fff;
	text-align: center;
	padding: 15px;
	border: 15px solid #e7e7e7;
	border-radius: 15px;
	margin-bottom: 30px;
	position: relative;
	z-index: 0;
	/*overflow:hidden;*/
}

.counter img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0.5;
	max-height: 100%;
	width: 100%;
	z-index: -1;
}

.counter .counter-icon {
	color: #fff;
	background: #00293f;
	font-size: 34px;
	line-height: 70px;
	width: 70px;
	height: 70px;
	margin: 0 auto 15px;
	border-radius: 50%;
}

.counter .counter-value {
	color: #fff;
	font-size: 34px;
	font-weight: 800;
	margin: 0 0 15px;
	display: inline-block;
	-webkit-text-stroke: 2px #00293f;
}

.counter .diff {
	color: #00293f;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 15px;
	display: inline-block;
}

.counter h3 {
	color: #fff;
	background: #1d847d;
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	padding: 8px 5px;
	margin: 0;
	border-radius: 15px;
}

.morestats .box {
	text-align: center;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	margin-bottom: 30px;
}

.morestats .box:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.morestats .box:before {
	content: "";
	background-image: linear-gradient(to top, rgba(14, 174, 87, 1), rgba(12, 116, 117, 1));
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 100%;
	left: 0;
	transition: all 0.5s ease 0s;
}

.morestats .box:hover:before {
	bottom: 0;
}

.morestats .box img {
	width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

.morestats .box:hover img {
	opacity: 0.3;
}

.morestats .box .box-content {
	color: #fff;
	background-image: linear-gradient(to right, rgba(14, 174, 87, 1), rgba(12, 116, 117, 1));
	width: 100%;
	padding: 13px 20px 12px;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
	transition: all 0.5s ease 0s;
}

.morestats .box:hover .box-content {
	color: rgba(14, 174, 87, 1);
	background: #fff;
}

.morestats .box .title {
	font-size: 24px;
	font-weight: 600;
	margin: 0;
}

.morestats .box .post {
	font-size: 16px;
	font-weight: 400;
}

.morestats .box .icon {
	padding: 0;
	margin: 0;
	list-style: none;
	opacity: 0;
	transform: translateX(-50%) translateY(-35%);
	position: absolute;
	top: 35%;
	left: 50%;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.morestats .box:hover .icon {
	opacity: 1;
}

.morestats .box .icon li {
	margin: 0px;
	display: inline-block;
}

.morestats .box .icon li a {
	color: #00293f;
	background: #fff;
	font-size: 34px;
	line-height: 60px;
	height: 60px;
	width: 60px;
	display: block;
	transition: all 0.5s ease 0s;
}

.morestats .box .icon li a:hover {
	color: #fff;
	background: #00293f;
	border-radius: 25px 0;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.howtouse {
	background: #1d847d;
	padding: 30px 80px;
}

.howtouse h2 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 8% 0px 0px;
}

.howtouse p {
	color: #fff;
	font-size: 14px;
	margin: 15px 0px;
}

.howtouse a {
	color: #fff;
	border: 1px solid #fff;
	padding: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
}

.howtouse a span {
	background: #fff;
	color: #1d847d;
	padding: 8px;
	margin: 0px 10px;
}

.enscompliant {
	margin: 0px 0px 100px;
}

.enscompliant .panel {
	border-color: #00293f;
	position: relative;
}

ul.climateZone {
	position: absolute;
	right: 15px;
	top: 35%;
}

ul.climateZone li {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	color: #ca2202;
	padding: 5px 20px;
	margin-bottom: 60px;
	border-radius: 10px;
}

ul.climateZone li:before {
	content: "";
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: -49px;
	height: 50px;
	width: 50px;
	background: url(../../aeeeimg/hot-and-dry.png);
	background-size: 100%;
}

ul.climateZone li:nth-child(2) {
	color: #98aa00;
}

ul.climateZone li:nth-child(2):before {
	background: url(../../aeeeimg/warm-and-humid.png);
	background-size: 100%;
}

ul.climateZone li:nth-child(3) {
	color: #f27724;
}

ul.climateZone li:nth-child(3):before {
	background: url(../../aeeeimg/composite.png);
	background-size: 100%;
}

.enscompliant .panel-body {
	background: #fff;
}

.enscompliant .panel-default>.panel-heading {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	background: #1d847d;
	border-color: #00293f;
}

.gujarat-map {
	height: 710px;
	width: 900px;
	background: url(../../aeeeimg/gujarat-blank-map-hd.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.ahmedabad {
	position: absolute;
	top: 42%;
	/*right: 34%;*/
}

.surat {
	top: 72%;
	right: 22%;
}

.rajkot {
	top: 54%;
	right: 57%;
}

.ahmedabad {
	position: absolute;
	top: 42%;
	left: 64%;
}

.vadodara {
	position: absolute;
	top: 53%;
	left: 77%;
}

.vadodara {
	position: absolute;
	top: 51%;
	left: 78%;
}

.surat {
	position: absolute;
	top: 71%;
	left: 72.5%;
}

.valsad {
	position: absolute;
	top: 90.5%;
	left: 73.5%;
}

.patna {
	position: absolute;
	top: 19.5%;
	left: 53%;
}

.bhavnagar {
	position: absolute;
	top: 62%;
	left: 57.3%;
}

.anand {
	position: absolute;
	top: 47.5%;
	left: 68.5%;
}

.kheda {
	position: absolute;
	top: 38%;
	left: 74%;
}

.jamnagar {
	position: absolute;
	top: 47%;
	left: 30%;
}

.navsari {
	position: absolute;
	top: 82%;
	left: 74%;
}

.dangs {
	position: absolute;
	top: 81.2%;
	left: 84.5%;
}

.amreli {
	position: absolute;
	top: 66%;
	left: 47.2%;
}

.bharuch {
	position: absolute;
	top: 61%;
	left: 73.7%;
}

.patan {
	position: absolute;
	top: 21%;
	left: 52%;
}

.mehsana {
	position: absolute;
	top: 19.5%;
	left: 67.7%;
}

.gandhinagar {
	position: absolute;
	top: 29.5%;
	left: 69%;
}

.surendranagar {
	position: absolute;
	top: 45%;
	left: 53%;
}

.rajkot {
	position: absolute;
	top: 54%;
	left: 40.5%;
}

.vadodra {
	position: absolute;
	top: 48%;
	left: 79.5%;
}

.junagadh {
	position: absolute;
	top: 67%;
	left: 34%;
}

.porbandar {
	position: absolute;
	top: 65%;
	left: 25.5%;
}

.banaskantha {
	position: absolute;
	top: 6%;
	left: 61%;
}

.danod {
	position: absolute;
	top: 38%;
	left: 91.5%;
}

.sabarkantha {
	position: absolute;
	top: 20%;
	left: 74.5%;
}

.panchmahal {
	position: absolute;
	top: 43%;
	left: 84%;
}

.narmada {
	position: absolute;
	top: 60%;
	left: 83.5%;
}

.kutch {
	position: absolute;
	top: 20%;
	left: 25.5%;
}

.rannofkutch {
	position: absolute;
	top: 4%;
	left: 23.5%;
}

.ahmedabad a {
	color: #fff;
	font-size: 18px;
	line-height: 18px;
}

.ahmedabadtext {
	display: none;
	position: absolute;
	top: -122px;
	right: -92px;
	background: rgba(255, 255, 255, 0.9);
	font-size: 14px;
	width: 200px;
	padding: 15px;
	height: auto;
	text-align: center;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 70%);
	border-radius: 10px;
}

.ahmedabadtext:after {
	content: "\f08d";
	font-family: "FontAwesome";
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	font-size: 26px;
	color: #fff;
}

.ahmedabadtext h4 {
	color: #1d847d;
	margin: 0px;
	font-weight: 700;
}

.ahmedabadtext p {
	margin: 0px;
}

.ahmedabadtext span {
	color: #1d847d;
	font-size: 18px;
	position: relative;
	top: 2px;
	font-weight: 700;
}

.ahmedabad:hover .ahmedabadtext {
	display: block;
}

.gujarat-map .hvr-pulse-grow:hover,
.gujarat-map .hvr-pulse-grow:focus,
.gujarat-map .hvr-pulse-grow:active,
.gujarat-map .hvr-pulse-grow {
	-webkit-animation-name: hvr-pulse-grow;
	animation-name: hvr-pulse-grow;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.onco {
	margin: 100px 0px;
}

.onco .tab {
	text-align: center;
}

.onco .tab .nav-tabs {
	display: inline-block !important;
	width: auto !important;
	min-width: auto !important;
	position: relative;
	border-bottom: none !important;
	vertical-align: baseline !important;
}

.onco .tab .nav-tabs li {
	margin: 0 !important;
	float: left !important;
}

.onco .tab .nav-tabs li a {
	display: block !important;
	padding: 80px 20px 10px !important;
	background: #fff !important;
	font-size: 17px !important;
	font-weight: 700 !important;
	color: #999 !important;
	text-transform: uppercase !important;
	text-align: center !important;
	border-radius: 0 !important;
	border: none !important;
	border-bottom: 2px solid #fff !important;
	margin-right: 0 !important;
	overflow: hidden !important;
	z-index: 1 !important;
	line-height: normal !important;
	position: relative !important;
	transition: all 0.3s ease 0s !important;
}

.onco .tab .nav-tabs li a span {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #f2f2f2;
	margin: auto;
	font-size: 22px;
	color: #999;
	border-radius: 5px;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	transform: rotate(45deg);
}

.onco .tab .nav-tabs li.active a span {
	background: #00293f;
	color: #fff;
}

.onco .tab .nav-tabs li a span i {
	transform: rotate(-45deg);
}

.onco .tab .nav-tabs li.active a,
.onco .tab .nav-tabs li a:hover {
	color: #999 !important;
	border: none !important;
	border-bottom: 2px solid #fff !important;
}

.onco .tab .nav-tabs li.active a {
	border-bottom: 2px solid #00293f !important;
}

.onco .tab .tab-content {
	padding: 20px !important;
	margin-top: -4px !important;
	font-size: 15px !important;
	color: #757575 !important;
	line-height: 26px !important;
	text-align: left !important;
	border: 1px solid #e5e5e5 !important;
	display: block !important;
}

.onco .tab .tab-content h3 {
	font-size: 24px;
	margin-top: 0;
}

.onco .tab .nav-tabs li a:after,
.onco .tab .nav-tabs li a:before,
.onco .tab .nav-tabs li.active a:after,
.onco .tab .nav-tabs li.active a:before,
.onco .tab .nav-tabs li a:hover:after,
.onco .tab .nav-tabs li a:hover:before {
	display: none !important;
}

.gujarat-project-map {
	margin: 0 auto;
	height: 510px;
	width: 660px;
	background: url(../../aeeeimg/gujarat-project-map.png);
	position: relative;
}

.gujarat-project-map i {
	cursor: pointer;
	color: #c92a2a;
	-webkit-text-stroke: 0.5px white;
	font-size: 28px;
	position: relative;
	z-index: 1;
}

.gujarat-project-map i:hover:after {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #c92a2a;
}

.gujarat-project-map .modal-title {
	display: inline-block;
	font-size: 28px;
	line-height: 28px;
}

.ahmedabadcity {
	position: absolute;
	top: 42%;
	left: 64%;
}

.vadodaracity {
	position: absolute;
	top: 53%;
	left: 77%;
}

.vadodaracity1 {
	position: absolute;
	top: 56%;
	left: 78%;
}

.suratcity {
	position: absolute;
	top: 72%;
	left: 75%;
}

.valsadcity {
	position: absolute;
	top: 85%;
	left: 76%;
}

.ahmedabadcity1 {
	position: absolute;
	top: 40%;
	left: 66%;
}

.ahmedabadcity2 {
	position: absolute;
	top: 46.5%;
	left: 64.5%;
}

.patnacity {
	position: absolute;
	top: 19.5%;
	left: 53%;
}

.bhavnagarcity {
	position: absolute;
	top: 70%;
	left: 58%;
}

.anandcity {
	position: absolute;
	top: 45.5%;
	left: 75%;
}

.khedacity {
	position: absolute;
	top: 35.5%;
	left: 77%;
}

.jamnagarcity {
	position: absolute;
	top: 56%;
	left: 28%;
}

.navsaricity {
	position: absolute;
	top: 83%;
	left: 81%;
}

.dangscity {
	position: absolute;
	top: 79%;
	left: 87.5%;
}

.amrelicity {
	position: absolute;
	top: 64%;
	left: 48%;
}

.bharuchcity {
	position: absolute;
	top: 58%;
	left: 74%;
}

.patancity {
	position: absolute;
	top: 18%;
	left: 62%;
}

.mehsanacity {
	position: absolute;
	top: 18.5%;
	left: 69.7%;
}

.gandhinagarcity {
	position: absolute;
	top: 26%;
	left: 70%;
}

.surendranagarcity {
	position: absolute;
	top: 39%;
	left: 54%;
}

.rajkotcity {
	position: absolute;
	top: 48%;
	left: 41.5%;
}

.vadodracity {
	position: absolute;
	top: 48%;
	left: 79.5%;
}

.junagadhcity {
	position: absolute;
	top: 75%;
	left: 37%;
}

.porbandarcity {
	position: absolute;
	top: 63%;
	left: 25%;
}

.banaskanthacity {
	position: absolute;
	top: 3%;
	left: 59.5%;
}

.danodcity {
	position: absolute;
	top: 35%;
	left: 93%;
}

.sabarkanthacity {
	position: absolute;
	top: 17%;
	left: 77%;
}

.panchmahalcity {
	position: absolute;
	top: 40%;
	left: 84%;
}

.narmadacity {
	position: absolute;
	top: 58%;
	left: 85.5%;
}

.kutchcity {
	position: absolute;
	top: 27%;
	left: 18.5%;
}

.rannofkutchcity {
	position: absolute;
	top: 19%;
	left: 31.5%;
}

.faqs {
	margin: 50px 0px;
}

.faqs #accordion .panel {
	border: none;
	border-radius: 0;
	box-shadow: none;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	position: relative;
}

.faqs #accordion .panel-heading {
	padding: 0;
	border: none;
	border-radius: 0;
	position: relative;
}

.faqs #accordion .panel-title a {
	display: block;
	padding: 15px 20px;
	margin: 0;
	background: #1d847d url(../../aeeeimg/brick.png);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	border-radius: 0;
	position: relative;
}

.faqs #accordion .panel-title a.collapsed {
	background: #00293f;
}

.faqs #accordion .panel-title a:before,
.faqs #accordion .panel-title a.collapsed:before {
	content: "\f068";
	font-family: "FontAwesome";
	font-weight: 900;
	width: 30px;
	height: 30px;
	line-height: 25px;
	border-radius: 50%;
	background: #1d847d;
	font-size: 14px;
	font-weight: normal;
	color: #fff;
	text-align: center;
	border: 3px solid #fff;
	position: absolute;
	top: 10px;
	right: 14px;
}

.faqs #accordion .panel-title a.collapsed:before {
	content: "\f067";
	background: #ababab;
	border: 4px solid #626262;
}

.faqs #accordion .panel-title a:after,
.faqs #accordion .panel-title a.collapsed:after {
	content: "";
	width: 17px;
	height: 7px;
	background: #fff;
	position: absolute;
	top: 22px;
	right: 0;
}

.faqs #accordion .panel-title a.collapsed:after {
	width: 19px;
	background: #ababab;
}

.faqs #accordion .panel-body {
	border-left: 3px solid #1d847d;
	border-top: none;
	background: #fff;
	font-size: 14px;
	color: #000;
	line-height: 24px;
	position: relative;
}

.faqs #accordion .panel-body:before {
	content: "";
	height: 3px;
	width: 50%;
	background: #1d847d;
	position: absolute;
	bottom: 0;
	left: 0;
}

.contactForm form {
	padding: 30px;
	box-shadow: 0px 0px 25px rgb(0, 0, 0, 0.2);
	border-radius: 30px 0px 0px 30px;
}

.contactForm form label {
	font-size: 14px;
	font-weight: 500;
}

.contactForm form label span {
	color: red;
}

.ensongo {
	margin: 50px 0px 80px;
}

.ensongo a {
	display: block;
}

.ensongo .col-sm-6 {
	text-align: center;
	background: url(../../aeeeimg/ongoing.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
	border-right: 2px solid #fff;
}

.ensongo a:last-child .col-sm-6 {
	background: url(../../aeeeimg/completed.jpg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	border-left: 2px solid #fff;
	border-right: 0px;
}

.ensongo .col-sm-6 .bgtrans {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
	transition: all 0.3s;
}

.ensongo a:hover .col-sm-6 .bgtrans {
	background: rgba(255, 255, 255, 0.9);
}

.ensongo h3 {
	padding: 100px 0px;
	color: #00293f;
	font-weight: 600;
	font-size: 26px;
	margin: 0;
	line-height: 34px;
}

.ensongo h3 span {
	display: block;
	font-weight: 800;
}

.ensongo h3 span.counter-value {
	font-size: 54px;
	font-weight: 800 !important;
	margin-bottom: 15px;
}

.regi {
	padding: 50px 0px;
	position: relative;
}

.regi img.wm {
	/*background-image: url(../../aeeeimg/wordlmap.png);*/
	/*background-size: 110%;*/
	/*background-repeat: no-repeat;*/
	/*padding:50px 0px;*/
	position: fixed;
	top: 100px;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: -1;
}

.regi .tab {
	padding: 0;
	margin: 0;
}

.regi .tab .nav-tabs {
	margin: 0;
	border: none;
	position: relative;
}

.regi .tab .nav-tabs li a {
	color: #fff;
	background: #1d847d;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 18px;
	margin: 0 9px 9px 0;
	border-radius: 15px;
	border: none;
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.regi .tab .nav-tabs li.active a,
.regi .tab .nav-tabs li a:hover,
.regi .tab .nav-tabs li.active a:hover {
	color: #00293f;
	background-color: transparent;
	border: none;
	box-shadow: 0 0 10px -5px #00293f;
}

.regi .tab .nav-tabs li a:before,
.regi .tab .nav-tabs li a:after {
	content: "";
	background: repeating-linear-gradient(-43deg,
			transparent,
			transparent 5px,
			#1d847d 5px,
			#1d847d 10px,
			transparent 10px,
			transparent 15px,
			#00293f 15px,
			#00293f 20px);
	width: 100%;
	height: 100%;
	opacity: 0;
	transform: scale(0);
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.regi .tab .nav-tabs li a:after {
	background: rgba(255, 255, 255, 0.95);
	height: 100%;
	width: 100%;
	transform: translateX(-50%) translateY(-50%) scale(3);
	left: 50%;
	top: 50%;
	border: 2px dotted;
}

.regi .tab .nav-tabs li a:hover:before,
.regi .tab .nav-tabs li.active a:before {
	opacity: 1;
	transform: scale(1);
}

.regi .tab .nav-tabs li a:hover:after,
.regi .tab .nav-tabs li.active a:after {
	border-radius: 15px;
	opacity: 1;
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.regi .tab .tab-content {
	color: #00293f;
	background: repeating-linear-gradient(-43deg,
			transparent,
			transparent 5px,
			rgba(0, 41, 63, 0.06) 5px,
			rgba(0, 41, 63, 0.06) 10px,
			transparent 10px,
			transparent 15px,
			rgba(29, 132, 125, 0.06) 15px,
			rgba(29, 132, 125, 0.06) 20px);
	padding: 20px 25px;
	border-radius: 20px;
	box-shadow: 0 0 10px -5px #00293f;
	background-color: #fff;
}

.regi .tab .tab-content h3 {
	font-size: 24px;
	margin: 0px;
	margin-bottom: 15px;
}

.regi input.form-control,
.regi select.form-control {
	height: 36px;
}

.regi fieldset {
	border: 1px solid #c0c0c0;
	padding: 15px;
	margin-bottom: 40px;
}

.regi fieldset legend {
	border: 1px solid #c0c0c0;
	width: auto;
	padding: 2px 25px;
	border-radius: 15px;
	margin: 0px;
}

.regi .adddelete {
	position: absolute;
	top: 0px;
}

.modal-box .modal {
	padding: 0px !important;
}

.modal-box .modal-backdrop.in {
	opacity: 0.7;
}

.modal-box .modal-dialog {
	width: 400px;
	margin: 100px auto 0;
}

.modal-box .modal.fade .modal-dialog {
	transform-origin: top center;
	transform: scaleY(0);
}

.modal-box .modal.in .modal-dialog {
	transform: scaleY(1);
}

.modal-box .modal-dialog .modal-content {
	background: linear-gradient(45deg, #fff, #fcfcfc, #fff);
	text-align: center;
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.modal-box .modal-dialog .modal-content .close {
	color: rgba(255, 255, 255, 0.7);
	background-color: #0B1C40;
	font-size: 16px;
	font-weight: 600;
	text-shadow: none;
	line-height: 15px;
	height: 28px;
	width: 28px;
	border-radius: 50%;
	overflow: hidden;
	opacity: 1;
	position: absolute;
	/* left: 0; */
	right: 0;
	margin: 0 auto;
	border: 3px solid;
	/* top: 35px; */
	z-index: 1;
	transition: all 0.3s;
}

.modal-box .modal-dialog .modal-content .close:hover {
	color: #fff;
}

.modal-box .modal-dialog .modal-content .close:focus {
	outline: none;
}

.modal-box .modal-dialog .modal-content .modal-body {
	padding: 0 30px !important;
}

.modal-box .modal-dialog .modal-content .modal-body .modal-icon {
	color: #fff;
	background: linear-gradient(#4F5B74, #0B1C40);
	font-size: 2.5vw;
	line-height: 100px;
	width: 100px;
	height: 100px;
	margin: -50px auto 35px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 50%;
}

.modal-box .modal-dialog .modal-content .modal-body .title {
	font-size: 24px;
	font-weight: 700;
	margin: 0 0 30px;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control {
	background-color: #e7e7e7;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
	height: 45px;
	border: 2px solid #e7e7e7;
	border-radius: 50px;
	box-shadow: none;
}

.modal-box .modal-dialog .modal-content .modal-body .form-control:focus {
	background-color: #fff;
	box-shadow: none;
}

.modal-box .modal-dialog .modal-content .modal-body .btn {
	color: #fff;
	background: linear-gradient(#4F5B74, #0B1C40);
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	width: 100%;
	padding: 12px 10px 13px;
	margin: 25px 0 35px;
	border: none;
	border-radius: 50px;
	transition: all 0.3s ease 0s;
}

/* .modal-box .modal-dialog .modal-content .modal-body .btn:hover {
	text-shadow: 3px 3px rgba(169, 234, 235, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
} */
.modal-box .modal-dialog .modal-content .modal-body .btn:focus {
	outline: none;
}

.modal-box .modal-dialog .modal-content .modal-footer {
	background-color: #4F5B74;
	text-align: left;
}

.modal-box .modal-dialog .modal-content .modal-footer ul {
	padding: 0;
	margin: 0 20px;
	list-style: none;
	display: flex;
	/* justify-content: space-between; */
	align-items: center;
}

.modal-box .modal-dialog .modal-content .modal-footer ul li {
	/* display: inline-block; */
	flex: 1;
	/* padding: 0 20px; */
}

.modal-box .modal-dialog .modal-content .modal-footer ul li:nth-child(2) {
	margin-left: 20px;
	border-left: 1px solid white;
}

.modal-box .modal-dialog .modal-content .modal-footer ul li a {
	color: white;
	font-weight: 500;
	transition: all 0.3s ease 0s;
	text-align: right;
}

.modal-box .modal-dialog .modal-content .modal-footer ul li a:hover {
	color: #cfd3d3;
}

.optitool .panel-heading {
	font-size: 18px;
	font-weight: bold;
	color: #1d847d;
}

.optitool .panel-body p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 15px;
}

.optitool .serviceBox {
	text-align: center;
}

.optitool .serviceBox .service-icon {
	color: #00293f;
	background-color: #eee;
	font-size: 45px;
	line-height: 90px;
	height: 100px;
	width: 100px;
	margin: 0 auto;
	border: 2px solid #1d847d;
	box-shadow: 0 0 0 8px #fff inset;
	border-radius: 50%;
	position: relative;
	z-index: 1;
}

.optitool .serviceBox .service-icon img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	position: relative;
	top: -2px;
}

.optitool .serviceBox .title {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	padding: 15px;
	margin: -10px 0 0;
	border: 2px solid #1d847d;
}

.optitool .serviceBox .description {
	color: #fff;
	background-color: #1d847d;
	font-size: 15px;
	line-height: 25px;
	padding: 10px;
	margin: 0 10px;
}

ul.ensul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 5px;
	font-size: 16px;
	transition: all 0.3s;
}

ul.ensul li:hover {
	color: #1d847d;
}

ul.ensul li:before {
	position: absolute;
	content: "";
	left: 0;
	top: 6px;
	width: 10px;
	height: 10px;
	border-radius: 4px;
	background: #a9eaeb;
	transition: all 0.3s;
}

ul.ensul li:hover:before {
	border-radius: 0px;
	background: #1d847d;
}

.ensbg {
	position: fixed;
	bottom: 0px;
	width: 100%;
	left: 0px;
	right: 0px;
	z-index: -1;
	opacity: 0.1;
}

.mydash {
	background: #f4f6f9;
}

.dashheader {
	padding: 2px;
	margin: 1% 1% 0% 1%;
	display: flex;
	justify-content: end;
}

.dashheader h2 {
	margin: 0px;
	font-size: 24px;
	font-weight: 700;
	position: relative;
}

.dashheader h2 span {
	display: block;
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

.dashheader h2 a {
	position: absolute;
	top: -7px;
	right: 60px;
	background: #fff;
	padding: 2px 6px;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border: 0 solid rgba(0, 0, 0, 0.125);
	font-size: 32px;
	border-radius: 4px;
}

.dashheader h2 a span {
	position: absolute;
	top: -5px;
	background: #dc3545;
	right: -5px;
	font-weight: 500;
	font-size: 16px;
	padding: 3px 6px;
	border-radius: 4px;
}

.blurred {
	filter: blur(5px);
	/* Adjust the blur strength as needed */
	pointer-events: none;
	/* Disable pointer events on blurred content */
}

#GENSLi:hover {
	cursor: pointer;
}

#ProfileLi:hover {
	cursor: pointer;
}

#SettingsLi:hover {
	cursor: pointer;
}

#LogoutLi:hover {
	cursor: pointer;
}

/* CSS class for the vertical shake animation */
.popup.shake {
	animation: shakeVertical 0.5s;
}

@keyframes shakeVertical {

	10%,
	90% {
		transform: translate(-50%, -50%) translateY(-5px);
	}

	20%,
	80% {
		transform: translate(-50%, -50%) translateY(5px);
	}

	30%,
	50%,
	70% {
		transform: translate(-50%, -50%) translateY(-5px);
	}

	40%,
	60% {
		transform: translate(-50%, -50%) translateY(5px);
	}
}

.popup {

	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #efefef;
	padding: 20px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	z-index: 9999;
}

.closeButton {
	position: absolute;
	top: 10px;
	right: 10px;
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #333;
}

.dashheader h2 a:last-child {
	right: 0px;
}

.dashheader h2 a:last-child span {
	background: #ffc107;
}

.dashheader fieldset {
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin-top: 30px;
	padding: 10px;
	border-radius: 4px;
}

.dashheader legend {
	border: 1px solid rgba(0, 0, 0, 0.125);
	margin: 0;
	width: auto;
	font-size: 16px;
	font-weight: 800;
	padding: 3px 15px;
	border-radius: 20px;
	background: #fff;
}

.info-box {
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border-radius: 4px;
	background-color: #fff;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 15px;
	min-height: 80px;
	padding: 5px;
	position: relative;
	width: 100%;
}

.info-box .info-box-icon {
	border-radius: 4px;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
	font-size: 36px;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	width: 70px;
}

.info-box .info-box-content {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex: 1;
	flex: 1;
	padding: 0 10px;
	font-size: 13px;
	line-height: 16px;
	overflow: hidden;
}

.info-box .info-box-number {
	display: block;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 10px;
	font-weight: 700;
}

.dashheader fieldset .col-sm-3 .info-box-content .info-box-number {
	color: #dc3545;
}

#myProjects .serviceBox,
#myCourses .serviceBox {
	padding: 10px;
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
}

#myProjects .serviceBox:before,
#myProjects .serviceBox:after,
#myCourses .serviceBox:before,
#myCourses .serviceBox:after {
	content: "";
	background: #fff;
	border-radius: 0 0 20px 20px;
	position: absolute;
	left: 0;
	right: 0;
	top: 50px;
	bottom: 0;
	z-index: -2;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

#myProjects .serviceBox:before,
#myCourses .serviceBox:before {
	background: linear-gradient(#07a5a7, #1d847d);
	height: 30px;
	border-radius: 0;
	bottom: auto;
	z-index: -1;
}

#myProjects .serviceBox .service-icon,
#myCourses .serviceBox .service-icon {
	background: linear-gradient(#07a5a7, #1d847d);
	text-align: center;
	width: 150px;
	margin: 0 auto 25px;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 0px 0 5px rgba(0, 0, 0, 0.1);
}

#myProjects .serviceBox .title,
#myCourses .serviceBox .title {
	color: #1d847d;
	font-size: 16px;
	font-weight: 700;
	text-transform: capitalize;
	margin: 0px;
}

#myProjects .serviceBox .description,
#myCourses .serviceBox .description {
	font-size: 14px;
	margin: 10px 0px;
	color: #404040;
}

#myProjects a {
	font-size: 1.3vw;
}

#myProjects i {
	font-size: 1.2vw;
	margin: auto;
}

.welcm {
	padding: 15px;
	background: #fff;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	position: relative;

}

.welcm h4 {
	font-size: 16px;
	font-weight: 800;
	margin: 0px;
	margin-bottom: 10px;
}

.welcm h4 span {
	display: block;
	font-weight: 700;
	font-size: 14px;
	margin: 5px 0px;
}

.welcm p {
	font-size: 14px;
	line-height: 24px;
	margin: 0px;
}

.welcm a {
	position: absolute;
	top: -15px;
	right: 60px;
	background: #fff;
	padding: 2px 6px;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border: 0 solid rgba(0, 0, 0, 0.125);
	font-size: 18px;
	border-radius: 4px;
}

.welcm a span {
	position: absolute;
	top: -3px;
	background: #dc3545;
	right: -2px;
	font-weight: 500;
	font-size: 10px;
	padding: 2px 5px;
	border-radius: 4px;
}

.welcm a:last-child {
	right: 15px;
}

.welcm a:last-child span {
	color: #1f2d3d;
	background: #ffc107;
}

.dashmid .my-projects-container {
	border-radius: 20px;
}

.dashmid .myproject_heading {
	border-radius: 20px 20px 0px 0px;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}

.dashmid .tab {
	margin: 15px 0px;
	text-align: center;
	display: block !important;
}

.dashmid .tab .nav-tabs {
	padding: 0px;
	margin: 0;
	border: none;
}

.dashmid .tab .nav-tabs li {
	display: inline-block;
	float: none;
	width: 33%;
}

.dashmid.profstu .tab .nav-tabs li {
	width: 24.5%;
}

.dashmid .tab .nav-tabs li a {
	color: #fff;
	background: #1d847d;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	text-transform: capitalize;
	padding: 12px 15px 9px;
	margin: 0 0px 8px 0;
	border: 2px solid #1d847d;
	border-radius: 0;
	transition: all 0.3s ease 0s;
}

.dashmid .tab .nav-tabs li.active a,
.dashmid .tab .nav-tabs li a:hover,
.dashmid .tab .nav-tabs li.active a:hover {
	color: #1d847d;
	background: #fff;
	border: 2px solid #1d847d;
	border-radius: 20px 20px 0px 0px;
	box-shadow: 0px 6px #1d847d;
}

.dashmid .tab .tab-content {
	background-color: rgba(188, 232, 241, 0.2);
	font-size: 14px;
	padding: 15px 15px 0px;
	border-radius: 0 0 20px 20px;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border: 0px solid #fff;
	border-top: 0px;
}

.dashmid .card {
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border-radius: 0.25rem;
	overflow: hidden;
}

.dashmid .card h5 {
	background: #00293f;
	color: #fff;
	margin: 0px;
	padding: 15px;
	text-align: center;
	position: relative;
	min-height: 135px;
}

.dashmid .card h5 span {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	transition: all 0.3s;
	font-size: 70px;
	margin-bottom: 15px;
	color: rgba(0, 0, 0, 0.3);
}

.dashmid .card:hover h5 span {
	font-size: 85px;
	bottom: -5px;
}

.dashmid .card ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.dashmid .card ul li a {
	background: rgba(0, 0, 0, 0.03);
	font-size: 14px;
	padding: 10px;
	width: 100%;
}

.dashmid .card ul li a i {
	float: right;
	color: #fff;
	border-radius: 4px;
	background: #00293f;
	padding: 3px 6px;
	font-size: 12px;
}

.dashmid .card ul li a:hover {
	background: #fff;
}

.bg-info,
.bg-info>a,
.bg-success,
.bg-success>a,
.bg-warning,
.bg-warning>a,
.bg-danger,
.bg-danger>a {
	color: #fff !important;
}

.bg-info {
	background: #17a2b8 !important;
}

.bg-success {
	background-color: #28a745 !important;
}

.bg-warning {
	background-color: #ffc107 !important;
}

.bg-danger {
	background-color: #dc3545 !important;
}

.small-box {
	border-radius: 0.25rem;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	display: block;
	margin-bottom: 20px;
	position: relative;
}

.small-box>.inner {
	padding: 10px;
	display: flex;
	min-height: 105px;
	align-items: center;
}

.small-box p {
	font-size: 15px;
	line-height: 18px;
	z-index: 5;
}

.small-box .icon {
	color: rgba(0, 0, 0, 0.15);
	z-index: 0;
}

.small-box .icon>i {
	font-size: 70px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s;
}

.small-box>.small-box-footer {
	background-color: rgba(0, 0, 0, 0.1);
	color: rgba(255, 255, 255, 0.8);
	display: block;
	padding: 3px 0;
	position: relative;
	text-align: center;
	text-decoration: none;
	z-index: 10;
	font-size: 16px;
}

.small-box>.small-box-footer:hover {
	background-color: rgba(0, 0, 0, 0.15);
	color: #fff;
}

.small-box:hover .icon>i {
	font-size: 85px;
	top: 10px;
	right: 10px;
}

.card {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	box-shadow: none;
	margin-bottom: 1rem;
}

.card-header {
	margin-bottom: 0;
	border-bottom: 0 solid rgba(0, 0, 0, 0.125);
	background-color: transparent;
	border-bottom: 1px solid rgba(0, 0, 0, 0.125);
	padding: 10px 8px;
	position: relative;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}

.card-title {
	float: left;
	font-size: 16px;
	font-weight: 800;
	margin: 0;
}

.card-body {
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	min-height: 1px;
	padding: 15px 0px;
	background: #00293f;
}

.callout {
	border-radius: 0.25rem;
	box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
	background-color: #fff;
	border-left: 3px solid #e9ecef;
	margin-bottom: 1rem;
	padding: 8px;
	overflow: hidden;
}

.callout h5,
.callout p {
	margin: 0px;
}

.callout.callout-danger {
	border-left-color: #bd2130;
}

.callout.callout-info {
	border-left-color: #117a8b;
}

.callout.callout-warning {
	border-left-color: #d39e00;
}

.callout.callout-success {
	border-left-color: #1e7e34;
}

.baodtool {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	border: 1px solid #17a2b8;
	color: #17a2b8;
	transition: all 0.3s;
}

.baodtool i {
	position: absolute;
	color: #17a2b8;
	top: 23px;
	width: 20px;
	height: 20px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	/*background: #fff;*/
	right: -1px;
	border-radius: 4px 0px 0px 4px;
	border: 1px solid #17a2b8;
	transition: all 0.3s;
}

.baodtool i:hover {
	background: #17a2b8;
	color: #fff;
}

.baodtool:hover {
	box-shadow: 0 0 8px rgb(0 0 0 / 60%);
}

.baodtool img {
	width: 65px;
	background: #17a2b8;
	padding: 10px;
}

.baodtool p {
	line-height: 14px;
	font-weight: 600;
	font-size: 12px;
	text-align: left;
	margin: 0px 5px;
	text-transform: uppercase;
}

.baodtool .tooltip.in,
.baodtool .tooltip {
	margin: 0px;
	opacity: 1;
}

.baodtool .tooltip-inner {
	width: 350px;
	max-width: 350px;
	background: rgba(23, 162, 184, 0.95);
}

.baodtool .tooltip .tooltip-arrow {
	border-right-color: #17a2b8;
}

.card-body .baodtool:nth-child(2),
.card-body .baodtool:nth-child(2) i {
	border: 1px solid #28a745;
	color: #28a745;
}

.card-body .baodtool:nth-child(2) i:hover {
	background: #28a745;
	color: #fff;
}

.card-body .baodtool:nth-child(2) img {
	background: #28a745;
}

.card-body .baodtool:nth-child(2) .tooltip .tooltip-arrow {
	border-right-color: #28a745;
}

.card-body .baodtool:nth-child(2) .tooltip-inner {
	background: rgba(40, 167, 69, 0.95);
}

.card-body .baodtool:nth-child(3),
.card-body .baodtool:nth-child(3) i {
	border: 1px solid #ffc107;
	color: #ffc107;
}

.card-body .baodtool:nth-child(3) i:hover {
	background: #ffc107;
	color: #1f2d3d;
}

.card-body .baodtool:nth-child(3) img {
	background: #ffc107;
}

.card-body .baodtool:nth-child(3) .tooltip .tooltip-arrow {
	border-right-color: #ffc107;
}

.card-body .baodtool:nth-child(3) .tooltip-inner {
	background: rgba(255, 193, 7, 0.95);
	color: #1f2d3d;
}

.card-body .baodtool:nth-child(4),
.card-body .baodtool:nth-child(4) i {
	border: 1px solid #dc3545;
	color: #dc3545;
	margin: 0px;
}

.card-body .baodtool:nth-child(4) i:hover {
	background: #dc3545;
	color: #fff;
}

.card-body .baodtool:nth-child(4) img {
	background: #dc3545;
}

.card-body .baodtool:nth-child(4) .tooltip .tooltip-arrow {
	border-right-color: #dc3545;
}

.card-body .baodtool:nth-child(4) .tooltip-inner {
	background: rgba(220, 53, 69, 0.95);
}

.card a.ensbtn {
	margin: 0px;
	margin-bottom: 15px;
}

.card-primary.card-outline {
	border-top: 3px solid #007bff;
}

.profile-user-img {
	border: 3px solid #adb5bd;
	margin: 0 auto;
	padding: 3px;
	width: 100px;
}

.profile-username {
	font-size: 18px;
	font-weight: 600;
	margin: 15px 0px 5px;
}

.btn-outline-primary,
.btn-outline-primary:focus {
	color: #007bff;
	background-color: transparent;
	background-image: none;
	border-color: #007bff;
}

.btn-outline-primary:hover {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}

.certi .panel {
	background: transparent;
}

.certi .panel .panel-heading {
	border-color: transparent;
}

.certi .panel .panel-body a {
	color: #ffc107;
}

.certi .panel:last-child .panel-body a {
	color: #dc3545;
}

.certi .panel .panel-body a:hover {
	color: #fff;
}

.alltools a:hover {
	color: #fff !important;
}

.quicklinks .card-body a .info-box {
	background: transparent;
	box-shadow: none;
	border: 1px solid #17a2b8;
	color: #17a2b8;
}

.quicklinks .card-body a .success-box {
	border: 1px solid #28a745 !important;
	color: #28a745 !important;
}

.quicklinks .card-body a .warning-box {
	border: 1px solid #ffc107 !important;
	color: #ffc107 !important;
}

.quicklinks .card-body a .danger-box {
	border: 1px solid #dc3545 !important;
	color: #dc3545 !important;
}

.quicklinks .card-body a:hover .info-box {
	color: #fff !important;
}

.relelinks .callout {
	box-shadow: none;
	background: transparent;
}

.relelinks .callout-info {
	border-right: 1px solid #117a8b;
	border-top: 1px solid #117a8b;
	border-bottom: 1px solid #117a8b;
}

.relelinks .callout-info a {
	color: #117a8b;
}

.relelinks .callout-success {
	border-right: 1px solid #1e7e34;
	border-top: 1px solid #1e7e34;
	border-bottom: 1px solid #1e7e34;
}

.relelinks .callout-success a {
	color: #1e7e34;
}

.relelinks .callout-warning {
	border-right: 1px solid #d39e00;
	border-top: 1px solid #d39e00;
	border-bottom: 1px solid #d39e00;
}

.relelinks .callout-warning a {
	color: #d39e00;
}

.relelinks .callout-danger {
	border-right: 1px solid #bd2130;
	border-top: 1px solid #bd2130;
	border-bottom: 1px solid #bd2130;
}

.relelinks .callout-danger a {
	color: #bd2130;
}

.relelinks .callout a:hover {
	color: #fff;
}

.myaccordion {
	overflow: hidden;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	border-radius: 8px;
}

.drawer {
	width: 100%;
	/*border-top: 1px solid #E0E0E0;*/
}

.accordion-item {
	border-bottom: 0px solid #e0e0e0;
}

.accordion-item-active .accordion-header {
	background: #888;
	transition: 0.25s;
}

.accordion-item-active .accordion-header-icon {
	color: #fff;
}

.accordion-item-active .accordion-header h1 {
	color: #fff;
}

.accordion-header {
	background: #f2f2f2;
	padding: 12px;
	cursor: pointer;
	min-height: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	transition: 0.25s;
}

.accordion-header:last-child {
	border-bottom: 0px;
}

.accordion-header h1 {
	float: left;
	font-size: 18px;
	font-weight: 700;
	margin: 0;
	line-height: 1.3em;
}

.accordion-content {
	border: 0px solid #e0e0e0;
	display: none;
	float: left;
	width: 100%;
	padding: 0px;
	color: #212121;
	background: #fff;
	line-height: 1.45em;
}

.accordion-content a {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
}

.accordion-content a:last-child {
	margin-bottom: 0px;
}

.accordion-header-icon {
	float: right;
	color: #888;
	font-size: 15px;
	vertical-align: middle;
}

.accordion-header-icon.accordion-header-icon-active {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	color: #fff;
}

section.lvmanu {
	margin: 50px 0px 0px;
}

section.lvmanu a {
	width: 100%;
}

.lvmanu .serviceBox {
	text-align: center;
	padding: 0px 20px;
	position: relative;
	z-index: 1;
}

.lvmanu .serviceBox:before {
	content: "";
	border: 5px solid #1d847d;
	border-bottom: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 40px;
	bottom: 0;
	z-index: -1;
	transition: all 0.3s;
}

section.lvmanu a.active .serviceBox:before,
section.lvmanu a:hover .serviceBox:before {
	border-color: #00293f;
}

.lvmanu .serviceBox .service-icon {
	color: #fff;
	background-color: #1d847d;
	width: 80px;
	height: 80px;
	margin: 0 auto 20px;
	border: 7px solid #fff;
	padding: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	transition: all 0.3s;
}

section.lvmanu a.active .serviceBox .service-icon,
section.lvmanu a:hover .serviceBox .service-icon {
	background-color: #00293f;
}

.lvmanu .serviceBox .title {
	color: #1d847d;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	margin: 0 0 5px;
	transition: all 0.3s;
}

section.lvmanu a.active .serviceBox .title,
section.lvmanu a:hover .serviceBox .title {
	color: #00293f;
}

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

.cmyp .nav-tabs>li {
	width: 18%;
	text-align: center;
	margin: 0 1% -1px;
	position: relative;
}

.cmyp .nav-tabs>li i {
	font-size: 14px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: 12px;
	right: -12px;
	border: 1px solid #e4e4e4;
	height: 25px;
	width: 25px;
	line-height: 25px;
}

.cmyp .tooltip {
	margin: 0px;
}

.cmyp .tooltip .tooltip-inner {
	width: 200px;
}

.cmyp .nav-tabs>li>a {
	border-radius: 0px;
	border: 1px solid #e4e4e4;
	border-top: 2px solid #e4e4e4;
	margin-right: 0px;
	padding: 15px 25px;
	transition: 0.3s ease;
	background: #f8f8f8;
	font-size: 16px;
	font-weight: 600;
	min-height: 80px;
	line-height: 46px;
}

.cmyp .nav-tabs>li:last-child {
	border-right: 0px solid #e4e4e4;
}

.cmyp .nav-tabs>li>a:hover {
	border: 1px solid #e4e4e4;
	border-top: 2px solid #00293f;
	color: #00293f;
	background: #f0f0f0;
}

.cmyp .nav-tabs>li.active>a,
.cmyp .nav-tabs>li.active>a:focus,
.cmyp .nav-tabs>li.active>a:hover {
	border-top: 2px solid #1d847d;
	color: #1d847d;
	border-bottom-color: transparent;
	background: #fff;
}

.cmyp .tab-content>.tab-pane {
	border: 1px solid #e4e4e4;
	border-top: 0px none;
	padding: 20px;
	line-height: 22px;
}

.cmyp .nav-tabs>li.active:hover>a {
	border-top-color: #7a4b94;
}

.myverti .vertical-tab {
	display: table;
	border-radius: 0;
	width: 100%;
}

.myverti .vertical-tab .nav-tabs {
	display: table-cell;
	width: 15%;
	min-width: 15%;
	border: none;
	vertical-align: top;
}

.myverti .vertical-tab .nav-tabs li {
	float: none;
	width: auto;
	margin: auto;
}

.myverti .vertical-tab .nav-tabs li a {
	background-color: transparent;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-align: center;
	padding: 25px 10px;
	min-height: auto;
	margin: 0;
	border-radius: 0;
	border: none;
	position: relative;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.myverti .vertical-tab .nav-tabs li a:hover {
	background: #f8f8f8;
}

.myverti .vertical-tab .nav-tabs li.active a,
.myverti .vertical-tab .nav-tabs li.active a:hover {
	color: #1d847d;
	background-color: #fff;
	border: none;
}

.myverti .vertical-tab .nav-tabs li a:before,
.myverti .vertical-tab .nav-tabs li a:after {
	content: "";
	background-color: #f0f0f0;
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}

.myverti .vertical-tab .nav-tabs li a:after {
	background-color: #1d847d;
	width: 4px;
	transform: scaleY(0);
}

.myverti .vertical-tab .nav-tabs li a:hover:before,
.myverti .vertical-tab .nav-tabs li.active a:before {
	transform: scaleY(0);
}

.myverti .vertical-tab .nav-tabs li a:hover:after,
.myverti .vertical-tab .nav-tabs li.active a:after {
	transform: scaleY(1);
}

.myverti .vertical-tab .tab-content {
	padding: 0px 0px 0px 30px;
	font-size: 14px;
	margin-top: 0px;
	display: table-cell;
}

.myverti .vertical-tab .tab-content h4:first-child {
	margin-top: 0px;
}

.myverti .vertical-tab .tab-content .tab-pane {
	border: 0px;
	padding: 0px;
}

.dashque {
	background: #1d847d;
	color: #00293f;
	padding: 100px 0px;
	margin: 50px 0px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	text-align: center;
	position: relative;
}

.dashque .quebg {
	content: "";
	position: absolute;
	background: rgba(255, 255, 255, 0.7);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}

.dashque.que1bg {
	background: url(../../aeeeimg/ongoing.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.dashque.que2bg {
	background: url(../../aeeeimg/completed.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.dashque.que3bg {
	background: url(../../aeeeimg/ongoingcompleted.jpg);
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 0;
}

.dashque h2 {
	margin: 0px;
	margin-bottom: 15px;
	text-align: center;
	font-size: 28px;
	font-weight: 800;
}

.dashque a img {
	width: 40px;
	opacity: 0.5;
	transition: all 0.3s;
}

.dashque a img:hover {
	opacity: 1;
}

.dashque p {
	margin: 0px;
}

.dashque p a,
.dashque p a:focus,
.contentshowbtn,
.contentshowbtn:focus {
	color: #00293f;
	margin: 15px 10px 0px;
	background: rgba(29, 132, 125, 0.5);
	padding: 15px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 18px;
	min-width: 120px;
	transition: all 0.3s;
}

.dashque p a:hover,
.contentshowbtn:hover {
	background: rgba(0, 41, 63, 1);
	color: #fff;
}

.othrreso a {
	width: 100%;
	padding: 5px;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border: 0 solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
	position: relative;
	margin-bottom: 15px;
	transition: all 0.3s;
}

.othrreso a:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	background: rgba(0, 0, 0, 0.03);
}

.othrreso a p {
	margin-bottom: 5px;
}

.othrreso a img,
.othrreso a iframe {
	height: 120px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	display: block;
}

.ensauditorstable table tr td,
.ensauditorstable table tr th {
	padding: 2px 8px;
	border-color: #fff;
	vertical-align: middle;
}

table.tablesuccess tbody tr:nth-child(1),
table.tablesuccess tbody tr:nth-child(2) {
	background: #28a745;
	color: #fff;
}

table.tablesuccess tbody tr:nth-child(3),
table.tablesuccess tbody tr:nth-child(5),
table.tablesuccess tbody tr:nth-child(7) {
	background: #dff0d8;
}

table.tablesuccess tbody tr:nth-child(4),
table.tablesuccess tbody tr:nth-child(6),
table.tablesuccess tbody tr:nth-child(8) {
	background: #d6e9c6;
}

table.tableinfo tbody tr:nth-child(1),
table.tableinfo tbody tr:nth-child(2) {
	background: #46b8da;
	color: #fff;
}

table.tableinfo tbody tr:nth-child(3),
table.tableinfo tbody tr:nth-child(5),
table.tableinfo tbody tr:nth-child(7) {
	background: #d9edf7;
}

table.tableinfo tbody tr:nth-child(4),
table.tableinfo tbody tr:nth-child(6),
table.tableinfo tbody tr:nth-child(8) {
	background: #bce8f1;
}

table.tablewarning tbody tr:nth-child(1),
table.tablewarning tbody tr:nth-child(2) {
	background: #ffc107;
	color: #fff;
}

table.tablewarning tbody tr:nth-child(3),
table.tablewarning tbody tr:nth-child(5),
table.tablewarning tbody tr:nth-child(7) {
	background: #fcf8e3;
}

table.tablewarning tbody tr:nth-child(4),
table.tablewarning tbody tr:nth-child(6),
table.tablewarning tbody tr:nth-child(8) {
	background: #faebcc;
}

table.tabledanger tbody tr:nth-child(1),
table.tabledanger tbody tr:nth-child(2) {
	background: #dc3545;
	color: #fff;
}

table.tabledanger tbody tr:nth-child(3),
table.tabledanger tbody tr:nth-child(5),
table.tabledanger tbody tr:nth-child(7) {
	background: #f2dede;
}

table.tabledanger tbody tr:nth-child(4),
table.tabledanger tbody tr:nth-child(6),
table.tabledanger tbody tr:nth-child(8) {
	background: #ebccd1;
}

table.tablemild tbody tr:nth-child(1),
table.tablemild tbody tr:nth-child(2) {
	background: #1d847d;
	color: #fff;
}

table.tablemild tbody tr:nth-child(3),
table.tablemild tbody tr:nth-child(5),
table.tablemild tbody tr:nth-child(7) {
	background: rgba(29, 132, 125, 0.4);
}

table.tablemild tbody tr:nth-child(4),
table.tablemild tbody tr:nth-child(6),
table.tablemild tbody tr:nth-child(8) {
	background: rgba(29, 132, 125, 0.2);
}

table.tableblue tbody tr:nth-child(1),
table.tableblue tbody tr:nth-child(2) {
	background: #00293f;
	color: #fff;
}

table.tableblue tbody tr:nth-child(3),
table.tableblue tbody tr:nth-child(5),
table.tableblue tbody tr:nth-child(7) {
	background: rgba(0, 41, 63, 0.4);
}

table.tableblue tbody tr:nth-child(4),
table.tableblue tbody tr:nth-child(6),
table.tableblue tbody tr:nth-child(8) {
	background: rgba(0, 41, 63, 0.2);
}

table.tablered tbody tr:nth-child(1),
table.tablered tbody tr:nth-child(2) {
	background: #7e8134;
	color: #fff;
}

table.tablered tbody tr:nth-child(3),
table.tablered tbody tr:nth-child(5),
table.tablered tbody tr:nth-child(7) {
	background: rgba(126, 129, 52, 0.4);
}

table.tablered tbody tr:nth-child(4),
table.tablered tbody tr:nth-child(6),
table.tablered tbody tr:nth-child(8) {
	background: rgba(126, 129, 52, 0.2);
}

.uploadprofile {
	width: 128px;
	height: 128px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	text-transform: capitalize;
}

.uploadprofile .profile-pic {
	width: 200px;
	max-height: 200px;
	display: inline-block;
}

.uploadprofile .file-upload {
	display: none;
}

.uploadprofile .circle {
	border-radius: 100% !important;
	overflow: hidden;
	width: 128px;
	height: 128px;
	border: 2px solid rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 0px;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.uploadprofile img {
	max-width: 100%;
	height: 100%;
	border: 5px solid #fff;
	border-radius: 50%;
}

.uploadprofile .p-image {
	position: absolute;
	top: 112px;
	background: #fff;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 1px solid rgba(0, 0, 0, 0.2);
	right: 0;
	left: 0;
	margin: 0 auto;
	line-height: 25px;
	text-align: center;
	color: #666666;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.uploadprofile .p-image:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.uploadprofile .upload-button {
	font-size: 1.2em;
}

.uploadprofile .upload-button:hover {
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	color: #999;
}

.radio-button.myradi {
	font-size: 14px;
	text-transform: capitalize;
	padding-left: 18px;
	margin-right: 15px;
	position: relative;
	display: inline-block;
}

.radio-button.myradi input[type="radio"],
.radio-button.myradi input[type="checkbox"] {
	margin: auto;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.radio-button.myradi label {
	font-weight: 400;
	cursor: pointer;
	margin: 0;
	display: block;
}

.radio-button.myradi label:before,
.radio-button.myradi label:after {
	content: "";
	width: 13px;
	height: 13px;
	border: 2px solid #777;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 4px;
	transition: all 0.3s ease 0s;
}

.radio-button.myradi label:after {
	transform: scale(0);
}

.radio-button.myradi input[type="radio"]:checked+label:before,
.radio-button.myradi input[type="checkbox"]:checked+label:before {
	border-width: 2px;
	border-color: #1d847d;
	box-shadow: 0 0 5px -1px #1d847d;
}

.radio-button.myradi input[type="radio"]:checked+label:after,
.radio-button.myradi input[type="checkbox"]:checked+label:after {
	background-color: #1d847d;
	border-color: #1d847d;
	transform: scale(0.5);
}

.mycheck .radio-button.myradi {
	font-size: 12px;
	text-transform: none;
	padding: 0px;
	margin: 0px;
	margin-top: 30px;
	margin-right: 0px;
}

.mycheck .radio-button.myradi label {
	padding: 10px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	transition: all 0.3s;
}

.mycheck .radio-button.myradi label:hover,
.mycheck .radio-button.myradi input[type="checkbox"]:checked+label {
	border-color: #000;
}

.mycheck table {
	margin-bottom: 0px;
}

.mycheck .radio-button.myradi label:before,
.mycheck .radio-button.myradi label:after {
	width: 25px;
	height: 25px;
	top: -30px;
}

table.ongocomtable tr td,
table.ongocomtable tr th {
	padding: 2px 8px;
	font-size: 12px;
	vertical-align: middle;
}

.dashbutton {
	position: fixed;
	width: 130px;
	right: -15px;
	top: 50%;
	z-index: 999;
}

.newbutton {
	color: #00293f;
	margin: 0px;
	background: #a9eaeb;
	padding: 15px;
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	line-height: 18px;
	width: auto !important;
	position: absolute;
	right: 0;
	top: -25px;
	transition: all 0.3s;
}

.newbutton small {
	display: block;
	text-align: center;
}

.newbutton:hover {
	background: #00293f;
	color: #fff;
}

.ensprocessbutton {
	background: #f2f2f2;
	padding: 12px;
	cursor: pointer;
	min-height: 20px;
	float: left;
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	font-size: 18px;
	font-weight: 700;
	color: #404040 !important;
}

.certifybtn,
.certifybtn:hover,
.certifybtn:focus {
	background: #a9eaeb;
	color: #1d847d;
	border-color: #1d847d;
}

.product-grid {
	position: relative;
	z-index: 1;
	border: 1px solid #f1f1f1;
	margin-bottom: 30px;
}

.product-grid:before {
	content: "";
	border: 1px solid rgba(44, 44, 44, 0.7);
	transform: scale(0);
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 1;
	transition: all 0.3s ease-in-out;
}

.product-grid:hover:before {
	transform: scale(1);
}

.product-grid .product-image {
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.product-grid .product-image a.image {
	display: block;
}

.product-grid .product-image img {
	width: 100%;
}

.product-grid .product-image .pic-1 {
	backface-visibility: hidden;
	transition: all 0.5s ease 0s;
}

.product-grid:hover .product-image .pic-1 {
	opacity: 0;
}

.product-grid .product-image .pic-2 {
	height: 100%;
	width: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.4s ease-in-out;
}

.product-grid:hover .product-image .pic-2 {
	opacity: 0.5;
}

.product-grid .product-sale-label {
	color: #fff;
	background-color: #2c2c2c;
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
	padding: 4px 10px 2.5px;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.product-grid .add-cart {
	color: #fff;
	background: #2c2c22;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	width: 80%;
	transform: translateX(-50%) translateY(-50%) scale(0);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	transition: all 0.3s ease 0s;
}

.product-grid .add-cart:hover {
	background: rgba(44, 44, 44, 0.8);
}

.product-grid:hover .add-cart {
	transform: translateX(-50%) translateY(-50%) scale(1);
}

.product-grid .product-content {
	padding: 10px 20px 15px;
	position: relative;
	z-index: 1;
}

.product-grid .title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 5px;
}

.product-grid .title a {
	color: #2c2c2c;
	transition: all 0.3s ease 0s;
}

.product-grid .title a:hover {
	color: #2c2c2c;
	text-decoration: underline;
}

.product-grid .price {
	color: #959595;
	font-size: 13px;
	font-weight: 500;
	margin: 0px;
}

.product-grid .price span {
	font-weight: 700;
	color: #5c5c5c;
}

/***************************************************************/
/******************** Media Query CSS Start ********************/
/**************************************************************/
@media only screen and (max-width: 990px) {}

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

@media screen and (max-width: 1000px) {
	nav {
		width: 100%;
	}

	#cssmenu {
		width: 100%;
	}

	#cssmenu ul {
		width: 100%;
		display: none;
	}

	#cssmenu ul li {
		width: 100%;
		border-top: 1px solid #444;
	}

	#cssmenu ul li:hover {
		background: #363636;
	}

	#cssmenu ul ul li,
	#cssmenu li:hover>ul>li {
		height: auto;
	}

	#cssmenu ul li a,
	#cssmenu ul ul li a {
		width: 100%;
		border-bottom: 0;
	}

	#cssmenu>ul>li {
		float: none;
	}

	#cssmenu ul ul li a {
		padding-left: 25px;
	}

	#cssmenu ul ul li {
		background: #333 !important;
	}

	#cssmenu ul ul li:hover {
		background: #363636 !important;
	}

	#cssmenu ul ul ul li a {
		padding-left: 35px;
	}

	#cssmenu ul ul li a {
		color: #ddd;
		background: none;
	}

	#cssmenu ul ul li:hover>a,
	#cssmenu ul ul li.active>a {
		color: #fff;
	}

	#cssmenu ul ul,
	#cssmenu ul ul ul {
		position: relative;
		left: 0;
		width: 100%;
		margin: 0;
		text-align: left;
	}

	#cssmenu>ul>li.has-sub>a:after,
	#cssmenu>ul>li.has-sub>a:before,
	#cssmenu ul ul>li.has-sub>a:after,
	#cssmenu ul ul>li.has-sub>a:before {
		display: none;
	}

	#cssmenu #head-mobile {
		display: block;
		padding: 23px;
		color: #ddd;
		font-size: 12px;
		font-weight: 700;
	}

	.button {
		width: 55px;
		height: 46px;
		position: absolute;
		right: 0;
		top: 0;
		cursor: pointer;
		z-index: 12399994;
	}

	.button:after {
		position: absolute;
		top: 22px;
		right: 20px;
		display: block;
		height: 4px;
		width: 20px;
		border-top: 2px solid #dddddd;
		border-bottom: 2px solid #dddddd;
		content: "";
	}

	.button:before {
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		position: absolute;
		top: 16px;
		right: 20px;
		display: block;
		height: 2px;
		width: 20px;
		background: #ddd;
		content: "";
	}

	.button.menu-opened:after {
		-webkit-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		top: 23px;
		border: 0;
		height: 2px;
		width: 19px;
		background: #fff;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	.button.menu-opened:before {
		top: 23px;
		background: #fff;
		width: 19px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	#cssmenu .submenu-button {
		position: absolute;
		z-index: 99;
		right: 0;
		top: 0;
		display: block;
		border-left: 1px solid #444;
		height: 46px;
		width: 46px;
		cursor: pointer;
	}

	#cssmenu .submenu-button.submenu-opened {
		background: #262626;
	}

	#cssmenu ul ul .submenu-button {
		height: 34px;
		width: 34px;
	}

	#cssmenu .submenu-button:after {
		position: absolute;
		top: 22px;
		right: 19px;
		width: 8px;
		height: 2px;
		display: block;
		background: #ddd;
		content: "";
	}

	#cssmenu ul ul .submenu-button:after {
		top: 15px;
		right: 13px;
	}

	#cssmenu .submenu-button.submenu-opened:after {
		background: #fff;
	}

	#cssmenu .submenu-button:before {
		position: absolute;
		top: 19px;
		right: 22px;
		display: block;
		width: 2px;
		height: 8px;
		background: #ddd;
		content: "";
	}

	#cssmenu ul ul .submenu-button:before {
		top: 12px;
		right: 16px;
	}

	#cssmenu .submenu-button.submenu-opened:before {
		display: none;
	}

	#cssmenu ul ul ul li.active a {
		border-left: none;
	}

	#cssmenu>ul>li.has-sub>ul>li.active>a,
	#cssmenu>ul ul>li.has-sub>ul>li.active>a {
		border-top: none;
	}
}

@media screen and (max-width: 980px) {}

@media (min-width: 980px) {}

@media screen and (max-width: 992px) {}

@media screen and (max-width: 980px) {}

@media screen and (max-width: 767px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

/**************************************************************/
/******************** Media Query CSS End ********************/
/************************************************************ */


/* ***********************************************************
*************************************************************
******************my code NEIL new figma */
body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}

/* upper logo css in header section */
.logo-section-header {
	width: 100%;
	padding: 1% 0% 1% 0%;
	/* margin-bottom: 2%; */
}

.logo-section-header h1 {
	text-align: center;
	font-weight: 700;
	font-size: 2.1vw;
	color: #0B1C40;
}

.logo-section-header .container,
.row {
	width: 100%;
	padding: 0;
	margin: 0;
}

.logo-section-header .col-sm-2 {
	text-align: center;
}

.logo-section-header .col-sm-2 img {
	padding: 1%;
	width: 10vw;
	height: 4vw;
	vertical-align: middle;
}

/* upper logo css in header section */

/* header main css new start */

.navbar-header {
	background-color: #0B1C40;
	width: 100%;
	padding: 0;
	display: block;
}

.navbar-list {
	width: 100%;
	list-style-type: none;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin: 0;
}

.navbar-list-item {
	flex-grow: 1;
	display: inline-block;
	color: white;
	text-align: center;
	border-right: 1px solid white;
}

.header-nav-item {
	background-color: transparent;
	border: none;
	font-size: 1.2vw;
	padding: 1rem;
}

.navbar-list .dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.navbar-list .dropdown button {
	width: 100%;
	height: 100%;
}

.navbar-list .dropdown-menu {
	margin-top: 0;
	display: none;
	position: absolute;
	background: #fcfcfc;
	width: auto;
	right: 0;
	box-shadow: 0px 8px 16px 0px #0B1C40;
	z-index: 99;
}

.navbar-list .dropdown-menu a {
	color: black;
	font-size: 1.1vw;
	padding: 8px 12px;
	text-decoration: none;
	display: block;
}

.navbar-list .dropdown-menu a:hover {
	background: #4F5B74;
	color: white;
}

.navbar-list .dropdown:hover .dropdown-menu {
	display: block;
	position: absolute;
}

/* header main css new end */

/* background image sign up */

/* background image sign up */
.signup-section {
	padding: 6% 1% 6% 1%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/* opacity: 0.8;
    filter:saturate(50%); */
}

.signup-section .container {
	border: 2px solid #0B1C40;
	background-color: rgba(255, 255, 255, 0.95);
	width: 80%;
	padding: 0;
	border-radius: 20px;
}

.signup-form {
	padding: 2%;
}

.signupheading-cont {
	width: 100%;
	padding: 1rem;
	background-color: #2B3B5E;
	border-radius: 18px 18px 0px 0px;
	margin-bottom: 2%;
}

.signup-heading {
	margin: 0;
	font-size: 1.3vw;
	text-align: center;
	color: #FFFFFF;
}

.save-user-signup {
	color: #FFFFFF !important;
	background-color: #2B3B5E;
	margin-bottom: 3%;
}

.save-user-signup:hover {
	color: #FFFFFF;
}

/* footer */
.footer-layout {
	clear: both;
	width: 100%;
	background-color: #0B1C40;
	font-size: 1.2vw;
	color: #fcfcfc;
	padding: 1% 0% 1% 0%;
	/* text-align: center; */
}

.footer-layout h3 {
	font-size: 1.4vw;
}

.footer-layout .container:first-child .row {
	line-height: 2vw;
}

@media only screen and (max-width: 600px) {
	.quicllink_heading {
		padding-left: 0%;
	}
}

/* progress bar for forms */
.progessbar_cont {
	width: 100%;
	/* background-color: #4F5B74; */
	font-size: 1.1vw;
	display: flex;
	border: 1px solid black;
	justify-content: space-between;
	/* padding: 2% 8% 1% 8%; */
	/* padding-right: 1.5vw; */
}

/* .progressBar_List{
    list-style-type: none;
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin: 0;
}
.progress_item{
    display: inline-block;
	text-align: center;
	border: 1px solid white;
} */
.pointer {
	flex: 1;
	height: 3vw;
	position: relative;
	background: white;
	color: black;
	padding-left: 1vw;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.pointer:before {
	content: "";
	position: absolute;
	right: -1.56vw;
	width: 0;
	height: 0;
	border-left: 1.6vw solid white;
	border-top: 1.6vw solid transparent;
	border-bottom: 1.6vw solid transparent;
}

.pointer.modified:before,
.pointerr.modified:before {
	border-left: 1.6vw solid #4F5B74;
}

.pointerr.current:before {
	border-left: 1.6vw solid white;
}

.pointer.current:before {
	border-left: 1.6vw solid white;
}

.pointerr:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	border-left: 1.6vw solid white;
	border-top: 1.6vw solid transparent;
	border-bottom: 1.6vw solid transparent;

}

.pointerr {
	flex: 1;
	height: 3vw;
	color: white;
	position: relative;
	background: #4F5B74;
	padding-left: 2vw;
	margin-left: 0vw;
	display: flex;
	align-items: center;
}

.pointerr:before {
	content: "";
	position: absolute;
	right: -1.56vw;
	width: 0;
	height: 0;
	border-left: 1.6vw solid #4F5B74;
	border-top: 1.6vw solid transparent;
	border-bottom: 1.6vw solid transparent;

}

.progessbar_cont .material-symbols-outlined {
	font-size: 2vw;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 0,
		'opsz' 24;
}

.progessbar_cont .material-symbols-outlined.notchange {
	color: white;
}

.progessbar_cont .material-symbols-outlined.change {
	color: black;
}

/* progress bar end */
/* navigation panel */
/* activity */
.toolspage_sect {
	padding: 0;
	margin: 0;
}

.toolspage_sect .row {
	display: flex;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sidebar-prjDetleft {
	border: 1px solid #FFFFFF;
	border-radius: 0px 15px 15px 0px;
	box-shadow: 1px 1px 10px #4F5B74;
	width: 15%;
	/* animation: slideIn 0.7s ease-in-out; */
}

.sidebar-prjDetleft.hidden {
	animation: slideOut 0.7s ease-out;
}

.sidebar-prjDetright {
	display: flex;
	flex-direction: column;
	height: auto;
	border: 1px solid #FFFFFF;
	border-radius: 15px 0px 0px 15px;
	box-shadow: -1px -1px 10px #4F5B74;
	width: 15%;
}

.middleCont_prj {
	width: 70%;
	position: relative;
	/* display: flex;
	 align-items:center;  */
}

@keyframes slideIn {
	from {
		transform: translateX(-100%);
	}

	to {
		transform: translateX(0);
	}
}

@keyframes slideOut {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}


/* display forms div css */
.toolspage_sect .displayForms {
	width: 100%;
	padding: 1% 4% 2% 4%;
}

.displayForms .form-body {
	border: 2px solid #0B1C40;
	background-color: rgba(255, 255, 255, 0.95);
	width: 100%;
	border-radius: 20px;
}

.displayForms .form-body .container {
	width: 100%;
	padding: 1% 1% 1% 2%;
}

/* .displayForms .form-body .container .row{
	margin: 1%;
} */
.displayForms .form-body button {
	background-color: #2B3B5E;
	font-size: 16px;
	color: #fcfcfc !important;
	margin: 1% 0% 2% 1%;
}

/* display form div css */

/* panels icons */
.sidebar-prjDetleft .material-symbols-outlined,
.sidebar-prjDetright .material-symbols-outlined,
.middleCont_prj .material-symbols-outlined {
	text-align: center;
	font-size: 3vw;
	font-variation-settings:
		'FILL' 0,
		'wght' 400,
		'GRAD' 200,
		'opsz' 48;
}

.toolspage_sect button {
	text-decoration: none;
	border: 0;
	background: transparent;
}

.other-wall-length{
	flex-wrap: wrap;
}

/* panels icons */
/* canvas and drag and drop */
.outergrid_site {
	width: 100%;
	height: 500px;
	background-color: grey;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.outergrid_bl {
	width: 100%;
	height: 500px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid black;
}

.parent_container_blk {
	position: -webkit-sticky;
	position: sticky;
	top: 7.5vh;
	height: auto;
	width: 100%;
}

.container_blk {
	height: 500px;
	width: 100%;
	display: none;
}

.column_blk_left{
	float: left;
	width: 35%;
	height: 500px;
	display: none;
}

.column_blk_middle {
	float: left;
	width: 30%;
	height: 500px;
	display: none;
}

.column_blk_right {
	float: left;
	width: 35%;
	height: 500px;
	display: none;
}

#w:hover,
#e:hover,
#s:hover,
#nw:hover,
#ne:hover,
#sw:hover,
#se:hover,
#n:hover {
	background-color: #B799FF;
	font-weight: 900;
	font-size: 50px;
	opacity: 0.5;
	color: darkblue;

	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
	border-radius: 20px;
}

.drag-over {
	background-color: #B799FF;
	font-weight: 900;
	font-size: 50px;
	opacity: 0.5;
	color: darkblue;

	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	/* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
	border-radius: 20px;
}

#n,
#s,
#w,
#nw,
#ne,
#sw,
#se,
#e {
	border-style: solid;
	border-color: transparent;
	border-width: medium;
	opacity: 0.3;
	transition: background-color 0.27s ease;
	font-size: 40px;
	color: #120123;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
}

#middle #n::before {
	content: "N";
	position: absolute;
}

#middle #s::before {
	content: "S";
	position: absolute;
}

#right #e::before {
	content: "E";
	position: absolute;
}

#right #se::before {
	content: "SE";
	position: absolute;
}
#right #ne::before {
	content: "NE";
	position: absolute;
}
#left #sw::before {
	content: "SW";
	position: absolute;
}
#left #nw::before {
	content: "NW";
	position: absolute;
}

#left #w::before {
	content: "W";
	position: absolute;
}

#div1 {
	height: 500px;
}

.dropped-div {
	display: none;
	width: 100%;
}

.showModalStructure .modal-dialog {
	width: 60%;
}

.showModalStructure .modal-dialog .modal-content {
	border-radius: 30px;
}

/* .modal-backdrop {
	display: none !important;
} */
/* canvas/ drag-and-drop */
.custom-lightingpower-table {
	margin: auto;
	width: 96%;
}

.custom-lightingpower-table input[type=number],
select {
	width: 100%;
}

.custom-lightingpower-table .row,
.col-sm-2 {
	padding: 0.5rem;
}

.lightingpower-table-heading {
	border-radius: 10px;
	background-color: #2B3B5E;
	color: white;
}

/* register-a-project css */
.regi_sub {
	background-color: #2B3B5E;
	font-size: 16px;
	color: #fcfcfc !important;
	/* margin-left: 77%; */
	margin-bottom: 3%;
}

.regi_save {
	background-color: #2B3B5E;
	font-size: 16px;
	color: #fcfcfc;
	margin-left: 5%;
	margin-bottom: 4%;
}

.regi_headings {
	font-weight: bold;
	margin-bottom: 2%;
}

/* register-a-project css */
.showModalStructure .modal-header button {

	font-weight: bold;
	color: black;
}

/* activity panel */
.activityItems {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.activityItems .activity_Item {
	border: 1px solid white;
	padding: 0em;
	color: white;
	font-size: 1.1vw;
	background-color: #525E77;
	/* display: flex;
	align-items: center; */
	/* justify-content: space-between; */
	width: 100%;
}

/* tab selection css in tree view */
.list-tab {
	width: 100%;
	background-color: white;
	color: #525E77 !important;
	padding: 0.4vw;
	margin-bottom: 2%;
	/* margin: 0.4vw; */
	font-size: 1.1vw;
	border-radius: 5px;
	display: flex;
	justify-content: space-between;
	text-decoration: none !important;
}

.list-tab:hover {
	background-color: #E8E8E8;
	color: black !important;
}

.list-tab.active-tab {
	background-color: #525E77;
	color: white !important;
}

.list-tab.subtab {
	margin-left: 1vw;
	width: 93%;
}

.list-tab.subtab1 {
	margin-left: 2vw;
	width: 86%;
}

.list-tab.subtab2 {
	margin-left: 3vw;
	width: 79%;
}

.list-tab.subtab3 {
	margin-left: 4vw;
	width: 72%;
}

.list-tab.subtab4 {
	margin-left: 5vw;
	width: 65%;
}

/* list ul housing category rep block */
.rep_blocks_tab {
	width: 100%;
	padding: 2px 2px 0px 2px;
	background-color: white;
	box-shadow: 0 4px 8px rgba(82, 94, 119, 0.7);
}

.rep_blocks_tab .tab {
	margin-left: 2px;
	margin-right: 2px;
	display: inline-flex;
	background-color: #cfd3d3;
	border: 2px solid #cfd3d3;
	border-radius: 8px 8px 0px 0px;
	padding: 5px;
	font-size: 1.1vw;
	width: 9vw;
}

.rep_blocks_tab .tab.active {
	border: 2px solid #525E77;
}

.rep_blocks_tab .tab a {
	text-decoration: none;
	color: black;
	border: none;
	margin: 0;
	flex: 1;
}

.rep_blocks_tab .tab .closeTab {
	padding: 0% 1%;
	font-weight: 500;
	margin-left: 1%;
}

.rep_blocks_tab .tab .closeTab:hover {
	background-color: #212121;
	color: white;
	border-radius: 50px;
}

/* question mark tooltip */
.questionMark {
	font-size: 10px;
	color: black;
}

.ens:hover {
	color: white;

}

/* tooltip colour */
.tooltip-inner {
	background-color: #4F5B74;
	max-width: 500px;
	width: 170px;

}

.pagination a {
	color: black;
	border: 1px solid #2B3B5E;
	padding: 0.2vw 0.7vw;
	font-size: 1.2vw !important;
}

.pagination a.active {
	color: white;
	background-color: #2B3B5E;
}




/* css for msg div  */
@keyframes shake {
	0% {
		transform: translate(-50%, -50%) rotate(1deg);
	}

	25% {
		transform: translate(-50%, -50%) rotate(-1deg);
	}

	50% {
		transform: translate(-50%, -50%) rotate(1deg);
	}

	75% {
		transform: translate(-50%, -50%) rotate(-1deg);
	}

	100% {
		transform: translate(-50%, -50%) rotate(1deg);
	}
}

.shake-animation-aler-msg {
	animation: shake 0.5s ease infinite;
}

.alert-container_msg {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #4F5B74;
	padding: 20px;
	border: 1px solid #cccccc;
	z-index: 9999;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	color: white;

}


.close-btn {
	position: absolute;
	top: 1px;
	right: 10px;
	cursor: pointer;
	font-size: 20px;
	color: white;
}

.close-btn:hover {
	color: white;
}


/* end */

/* for confirm msg */
.modal_msg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.modal-content_msg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0px 10px 10px 2px #232529;
}

#confirmButton_msg,
#cancelButton_msg {
	background-color: #2B3B5E;
	border-radius: 6px;
	color: white;

}

/* end */





/* chatbot css14 */

/* @keyframes shake {
	0% {
		transform: translateX(0);
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		transform: translateX(-2px);
	}

	20%,
	40%,
	60%,
	80%,
	100% {
		transform: translateX(2px);
	}
}

.msg-icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;

	border-radius: 50%;
	cursor: pointer;
	z-index: 9999;
	background-size: contain;
	
	background-repeat: no-repeat;
	animation: shake 12s infinite;
}


.chat-popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 450px;
	height: 400px;

	border-radius: 20px;
	z-index: 9999;
}

.close-icon {
	position: absolute;
	top: 22%;
	right: 20px;
	width: 30px;
	color: white;


	cursor: pointer;
}

#bot {
	margin: 50px 0;
	height: 400px;
	width: 450px;
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
}

#container {
	height: 90%;
	border-radius: 6px;
	width: 90%;
	
}

#header {
	width: 100%;
	height: 15%;
	border-radius: 6px;
	background: #59698a;
	color: white;
	text-align: center;
	font-size: 2rem;
	padding-top: 12px;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
}

#body {
	width: 100%;
	height: 85%;
	background-color: #F3F4F6;
	overflow-y: auto;
}

.query-btn {
	display: block;
	margin: 10px;
	padding: 10px 20px;
	border: none;
	border-radius: 5px;
	background-color: #59698a;
	color: white;
	font-size: 16px;
	cursor: pointer;
}

.query-btn:hover {
	background-color: #6183cb;
}

.botSection {
	width: 100%;
}

.seperator {
	width: 100%;
	height: 20px;
}

.messages {
	max-width: 80%;
	margin: .5rem;
	font-size: 1.2rem;
	padding: .5rem;
	border-radius: 7px;
}

.bot-reply {
	text-align: right;
	background: #E5E7EB;
	margin-top: 1rem;
	float: right;
	color: black;
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.1);
} */

/* end */



/* css for product tour */
.driver-popover.driverjs-theme {

	background-color: red;

	color: #000;

}

.driver-popover-progress-text {

	color: maroon;

}

.driver-popover-title {

	font-family: 'Poppins';

	font-size: 16px;

}

.driver-popover-description {

	font-family: 'Poppins';

	font-size: 13px;

}

.driver-popover.driverjs-theme .driver-popover-title {

	font-size: 20px;

}

.driver-popover {

	border: 2px solid #908ac5;

}

.driver-popover-arrow {

	margin: 2px;

	border-width: 10px;

}

.driver-popover.driverjs-theme button {

	cursor: pointer;

}

.driver-popover-arrow-side-left.driver-popover-arrow {

	border-left-color: white;

}

.driver-popover-arrow-side-right.driver-popover-arrow {

	border-right-color: white;

}

.driver-popover-arrow-side-top.driver-popover-arrow {

	border-top-color: white;

}

.driver-popover-arrow-side-bottom.driver-popover-arrow {

	border-bottom-color: white;

}

/* end */


/* for confirm tour */
.modal_tour {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
}

.modal-content_tour {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: white;
	padding: 20px;
	border: 1px solid #ccc;
	border-radius: 6px;
	box-shadow: 0px 10px 10px 2px #232529;
}

#confirmButton_tour,
#cancelButton_tour {
	background-color: #2B3B5E;
	border-radius: 6px;
	color: white;

}

/* end */




.tooltip {
	position: absolute !important;
	/* Ensure the tooltip is positioned absolutely */
	z-index: 1050 !important;
	/* Set a high z-index to bring the tooltip above everything */
}

.tooltip-inner {
	width: 250px;
	white-space: normal !important;
	/* Allow text wrapping */
	max-width: 500px;
	/* Adjust maximum width as needed */
	padding: 5px;
	/* Add padding for better readability */
	font-size: 14px;
	width: 400px !important;
	/* Adjust font size for better readability */
}

/* Fix clipping issues in the parent container */
.du_level_form_cont {
	position: relative;
	overflow: visible !important;
	/* Ensure the tooltip is not clipped */
}








/* faqs css  */
/* Styling for Category Headers */
.panel-heading a[role="button"] {
	display: block;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #ffffff;

	text-decoration: none;
	border-radius: 5px;
}

/* Styling for FAQ Headers */
.panel-group .panel .panel-heading .panel-title a {
	padding: 8px;
	font-size: 15px;
	font-weight: normal;
	color: #ffffff;

	text-decoration: none;
	border-radius: 3px;
}


.panel-body p {
	font-size: 14px;
	color: #495057;
	line-height: 1.5;
}

.bg_faq {
	background-color: #A9EAEB !important;
}

.bg_cat {
	background-color: #0B1C40 !important;
}

/* end */
.tool_checklist_div a {
	width: 100%;

}

.alert-button {
    margin-top: 10px;
    padding: 8px 12px;
    background-color: white;
    color: #4F5B74;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}


