<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html,
body {
	font-family: "Poppins", sans-serif;
	font-size: 16px;
	margin: 0px;
	padding: 0px !important;
	color: #000000;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 700;
	margin-bottom: 15px;
	color: #1a1a1a;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: 400;
	margin-bottom: 15px;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
	font-weight: 300;
}

p {
	font-weight: 400;
	margin-bottom: 15px;
}

a {
	color: #000000;
	transition-duration: 0.4s;
	-moz-transition-duration: 0.4s;
	-o-transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s;
	-ms-transition-duration: 0.4s;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	outline: none;
	color: #1698eb;
}

ul,
ol {
	margin: 0px;
}

ul li,
ol li {
	margin: 0;
}

blockquote {
	background: #f5f5f5;
}

a,
button,
i,
img {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
}

img {
	max-width: 100%;
	height: auto;
}

b,
strong {
	font-weight: 600;
}

:focus {
	outline: none;
}

*::-moz-selection {
	background: #1698eb;
	text-shadow: none;
	color: #ffffff;
}

*::selection {
	background: #1698eb;
	text-shadow: none;
	color: #ffffff;
}

@media (min-width: 1300px) {

	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1140px;
	}
}

.btn {
	padding: 0.45rem 1.4rem;
	overflow: hidden;
	border-radius: 0px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	vertical-align: top;
}

.btn:focus {
	box-shadow: none;
}

.default-btn {
	padding: 12px 20px;
	background: #1698eb;
	color: #ffffff;
	font-weight: 600;
	font-size: 14px;
	line-height: 1;
	border: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.default-btn:hover {
	background: #000000;
	color: #ffffff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.default-btn.hvr-bounce-to-right:before {
	background: #000000;
}

.black-btn {
	background: #000000;
	color: #ffffff;
	padding: 12px 20px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
}

.black-btn:hover {
	background: #1698eb;
	color: #ffffff;
}

.black-btn.hvr-bounce-to-right:before {
	background: #1698eb;
}

.image {
	background: #fafafa;
	overflow: hidden;
	position: relative;
	transition: all 0.2s linear 0s;
	width: 100%;
	z-index: 2;
}

.image .img-thumb {
	display: block;
	position: relative;
	overflow: hidden;
}

.image .img-thumb {
	height: 200px;
	text-align: center;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}

.image .img-thumb img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	transition: all 0.6s linear 0s;
}

.img-bg {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.bg-default {
	background-color: #1698eb !important;
}

.bg-dark {
	background-color: #333 !important;
}

.bg-red {
	background-color: var(--red) !important;
}

.text-red {
	color: var(--red) !important;
}

.text-default {
	color: #1a23ca !important;
}

.shadow-top,
.shadow-bottom,
.shadow-left,
.shadow-right {
	position: relative;
}

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

.shadow-top {
	box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1);
}

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

.shadow-left {
	box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1);
}

.shadow-right {
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
}

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

.shadow-inset-top {
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

.shadow-inset-bottom {
	box-shadow: 0 -5px 5px 0 rgba(0, 0, 0, 0.1) inset;
}

.shadow-inset-left {
	box-shadow: -5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}

.shadow-inset-right {
	box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1) inset;
}

.modal {
	z-index: 100050;
}

.modal-backdrop {
	z-index: 100040;
}

.nav-pills .nav-link.active,
.nav-pills .show&gt;.nav-link {
	color: #fff;
	background-color: #1a23ca;
}

.relative {
	position: relative;
}

.overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.overlay-bg {
	background-color: #000000;
	opacity: 0.75;
}

.form-control {
	height: calc(2.5rem + 2px);
	font-size: 14px;
	border: 1px solid #d8d8d8;
	padding: 0.375rem 1.2rem;
}

.form-control:focus {
	box-shadow: none;
}

.form-control::placeholder {
	color: #a4a4a4;
	opacity: 1;
}

.custom-select {
	height: calc(2.5rem + 2px);
	font-size: 14px;
	border: 1px solid #d8d8d8;
	padding: 0.375rem 1.2rem;
	background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024' %3e%3cpath fill='gray' d='M0 307.2c0-6.552 2.499-13.102 7.499-18.101 9.997-9.998 26.206-9.998 36.203 0l442.698 442.698 442.699-442.698c9.997-9.998 26.206-9.998 36.203 0s9.998 26.206 0 36.203l-460.8 460.8c-9.997 9.998-26.206 9.998-36.203 0l-460.8-460.8c-5-5-7.499-11.55-7.499-18.102z'/%3e%3c/svg%3e");
	background-size: 0.8em auto, 100%;
	background-repeat: no-repeat;
	background-position: right 0.8em top 50%, 0 0;
}

.custom-select:focus {
	box-shadow: none;
}

.custom-control-label:before,
.custom-control-label:after {
	top: 0.15rem;
	width: 1.2rem;
	height: 1.2rem;
}

.custom-checkbox .custom-control-label:before {
	border-radius: 0rem;
	border: 1px solid #d8d8d8;
}

/*--------------------------------------------	1.9. slick arrow---------------------------------------------------*/
.slick-prev,
.slick-next {
	display: block;
	width: 24px;
	height: 24px;
	background: transparent;
	border-radius: 0px;
	transition: all 0.3s ease 0s;
}

.slick-prev:hover:before,
.slick-next:hover:before {
	color: #000000;
	background: transparent;
}

.slick-prev:hover,
.slick-next:hover {
	color: #000000;
	background: transparent;
}

.slick-prev:focus:before,
.slick-next:focus:before {
	color: #000000;
	background: transparent;
}

.slick-prev:focus,
.slick-next:focus {
	color: #000000;
	background: transparent;
}

.slick-prev {
	left: -10px;
}

.slick-next {
	right: -10px;
}

.slick-prev:before,
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 24px;
	color: #000000;
	transition: all 0.3s ease 0s;
	opacity: 1;
}

.slick-prev:before {
	content: "\f104";
}

.slick-next:before {
	content: "\f105";
}

.slick-dots {
	bottom: -50px;
}

.slick-dots li {
	width: 10px;
	height: 10px;
}

.slick-dots li.slick-active {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
}

.slick-dots li button {
	width: 10px;
	height: 10px;
	padding: 0px;
	position: relative;
}

.slick-dots li button:before {
	font-size: 12px;
	color: #7b7b7b;
	opacity: 1;
	width: 10px;
	height: 10px;
	line-height: 10px;
	border-radius: 50%;
}

.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #1698eb;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	display: none !important;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: 0;
}

.before-icon {
	padding-left: 25px;
	position: relative;
}

.before-icon i {
	font-size: 18px;
	color: #1698eb;
	position: absolute;
	left: 2px;
	top: 0px;
	font-style: normal;
	text-align: center;
}

.contact-nav ul {
	padding: 0px;
	margin-bottom: 0px;
}

.contact-nav ul li {
	color: #2c2c2c;
	display: inline-block;
	vertical-align: middle;
	margin: 5px 0px;
	padding: 0px 0px;
	margin-right: 7px;
	padding-right: 8px;
	position: relative;
	line-height: 24px;
}

.contact-nav ul li:last-child {
	margin-right: 0px;
}

.contact-nav ul li a {
	color: inherit;
}

.topbar {
	background: #ffffff;
	padding: 10px 0px;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	border-bottom: 1px solid #eaeaea;
}

@media (max-width: 991px) {
	.topbar {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}

.topbar&gt;.container,
.topbar&gt;.container-fluid {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.topbar .before-icon i {
	color: #000000;
}

.header .before-icon i {
	top: 3px;
}

.contact-nav ul li.login-icon i.login:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/login.png) no-repeat;
	background-size: 24px 24px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.contact-nav ul li.login-icon .before-icon {
	padding-left: 36px;
}

.contact-nav ul li.login-icon .before-icon i {
	top: 0px;
}

.header .container {
	position: relative;
}

.header {
	position: relative;
	display: block;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}

.header .navbar {
	background: #dfe1ed;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	z-index: 9992;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@media screen and (max-width: 991px) {
	.header.sticky {
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		z-index: 10001;
		box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
		-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
		animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	}
}

@media screen and (min-width: 992px) {
	.header.sticky {
		position: fixed;
		width: 100%;
		left: 0px;
		top: 0px;
		z-index: 10001;
		box-shadow: 0px 5px 7px rgba(0, 0, 0, 0.15);
		-webkit-animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
		animation: 600ms ease-in-out 0s normal none 1 running fadeInDown;
	}
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}

.logo {
	max-width: 300px;
	height: 72px;
	line-height: 72px;
	display: block;
	margin: 5px 0px;
	margin-right: 8px;
	padding: 0px 0px;
}

.logo img {
	max-width: 100%;
	max-height: 100% !important;
}

.logo-caption {
	max-width: 300px;
	font-family: Tahoma;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5;
	color: #000000;
}

.logo-caption span {
	color: #0585d7;
	font-weight: 700;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.logo {
		max-width: 180px;
		height: 72px;
		line-height: 72px;
	}
}

@media screen and (max-width: 575px) {
	.logo {
		max-width: 250px;
		height: 72px;
		line-height: 72px;
	}
}

@media (max-width: 767px) {
	.logo {
		order: 1;
	}

	.logo-caption {
		order: 3;
	}

	.navbar .navbar-toggler {
		order: 2;
	}
}

/* Navigation &amp; Dropdown Menu */
.navigation .navbar {
	padding: 0px;
	background: #395eaf;
}

.navigation .navbar .navbar-nav li {
	position: relative;
}

.navigation .navbar .navbar-nav li a {
	position: relative;
	font-size: 18px;
	font-weight: 400;
	color: #ffffff;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	padding: 12px 15px 12px 15px;
	display: block;
	font-family: system-ui;
}

.navigation .navbar .navbar-nav&gt;li&gt;a.active,
.navigation .navbar .navbar-nav&gt;li:hover&gt;a {
	color: #ffffff;
	background: #e54b15;
}

@media (min-width: 992px) {
	.navigation .navbar .navbar-nav {
		margin-top: 0px;
	}

	.navigation .navbar .navbar-nav&gt;li {
		margin: 0px 15px 0px 15px;
	}

	.navigation .navbar .navbar-nav li a.drop-arrow {
		position: relative;
		padding-right: 20px !important;
	}

	.navigation .navbar .navbar-nav li a.drop-arrow:after {
		content: "\f107";
		position: absolute;
		right: 2px;
		top: 11px;
		font-family: FontAwesome;
		font-size: 20px;
	}
}

.navigation .navbar .navbar-nav li .sub-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 110%;
	left: 0;
	background-color: #ffffff;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 99;
	box-shadow: 0 4px 10px -2px rgb(0 0 0 / 10%);
}

.navigation .navbar .navbar-nav li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.navigation .navbar .navbar-nav li .sub-menu li {
	margin-right: 0;
}

.navigation .navbar .navbar-nav li .sub-menu li a {
	padding: 5px 12px;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	color: #1698eb;
}

.navigation .navbar .navbar-nav li .sub-menu li a.active,
.navigation .navbar .navbar-nav li .sub-menu li a:hover {
	color: #000000;
}

.navigation .navbar .navbar-nav li .sub-arrow&gt;a {
	position: relative;
	padding-right: 20px !important;
}

.navigation .navbar .navbar-nav li .sub-arrow&gt;a:after {
	content: "\f107";
	position: absolute;
	right: 10px;
	top: 5px;
	font-family: FontAwesome;
	font-size: 20px;
}

.navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: absolute;
	top: 0%;
	left: 100%;
	background-color: #0f3c6c;
	width: 200px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	z-index: 99;
}

.navigation .navbar .navbar-nav li .sub-menu li:hover .subsub-menu {
	opacity: 1;
	visibility: visible;
	top: 0%;
}

.sub-nav-toggler {
	display: none;
}

.subsub-nav-toggler {
	display: none;
}

.navigation .navbar .navbar-nav li .sub-menu li:last-child a {
	border-bottom: 0;
}

.navbar .navbar-toggler {
	padding: 3px 8px;
	margin: 10px 0;
	border: 0;
	-webkit-transform: all 0.4s linear;
	transform: all 0.4s linear;
}

.navbar .navbar-toggler .icon-bar {
	width: 30px;
	height: 2px;
	background-color: #1a23ca;
	display: block;
	margin: 5px 0;
	position: relative;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(46deg);
	transform: rotate(46deg);
	top: 7px;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(2) {
	opacity: 0;
}

.navbar .navbar-toggler.active .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(134deg);
	transform: rotate(134deg);
	top: -7px;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	.navigation .navbar .navbar-nav li a {
		font-size: 12px;
		padding: 8px 6px 8px 6px;
	}

	.navigation .navbar .navbar-nav li a.drop-arrow:after {
		top: 0px;
	}
}

@media (min-width: 768px) and (max-width: 991.98px) {
	.navigation .navbar .navbar-nav {
		margin-right: 0px;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #ffffff;
		padding: 5px 10px;
	}

	.navigation .navbar .navbar-nav li {
		margin-right: 0;
	}

	.navigation .navbar .navbar-nav li a {
		padding: 8px 10px;
		display: block;
	}

	.navigation .navbar .navbar-nav li .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}

	.navigation .navbar .navbar-nav li a .sub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
		color: #000000;
	}
}

/* small mobile :320px. */
@media (min-width: 576px) and (max-width: 767.98px) {
	.navigation .navbar .navbar-nav {
		margin-right: 0px;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #ffffff;
		padding: 5px 10px;
	}

	.navigation .navbar .navbar-nav li {
		margin-right: 0;
	}

	.navigation .navbar .navbar-nav li a {
		padding: 8px 10px;
		display: block;
	}

	.navigation .navbar .navbar-nav li .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}

	.navigation .navbar .navbar-nav li a .sub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
		color: #000000;
	}
}

/* Large Mobile :480px. */
@media only screen and (max-width: 575.98px) {
	.navigation .navbar .navbar-nav {
		margin-right: 0px;
	}

	.navbar-collapse {
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		z-index: 99;
		background-color: #ffffff;
		padding: 5px 10px;
	}

	.navigation .navbar .navbar-nav li {
		margin-right: 0;
	}

	.navigation .navbar .navbar-nav li a {
		padding: 8px 10px;
		display: block;
	}

	.navigation .navbar .navbar-nav li .sub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}

	.navigation .navbar .navbar-nav li a .sub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
		color: #00000;
	}

	.navigation .navbar .navbar-nav li.sub-arrow&gt;a:after {
		display: none;
	}

	.navigation .navbar .navbar-nav li .sub-menu .subsub-menu {
		position: relative !important;
		width: 100% !important;
		left: 0 !important;
		top: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		display: none;
		right: auto;
		-webkit-transition: none;
		transition: none;
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		text-align: left;
	}

	.navigation .navbar .navbar-nav li .sub-menu li a .subsub-nav-toggler {
		position: absolute;
		padding: 7px 11px;
		background: none;
		border: 0;
		top: 0;
		right: 0;
		cursor: pointer;
		display: block;
		color: #000000;
	}
}

/*--------------------Banner------------------------*/
.banner-section {
	position: relative;
}

.banner-section .tp-bullets {
	bottom: 10px !important;
}

.tp-caption {
	font-family: Poppins !important;
}

.banner-section .tp-leftarrow {
	display: none !important;
}

.banner-section .tp-rightarrow {
	display: none !important;
}

/*--------------------Section------------------------*/
.section {
	position: relative;
	padding-top: 50px;
	padding-bottom: 50px;
	z-index: 2;
}

.section-title {
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.section-title .title {
	font-family: Poppins;
	font-weight: 700;
	line-height: 1.3em;
	margin: 0;
	color: #1a1a1a;
}

.section-title .sub-title {
	font-size: 22px;
	font-weight: 500;
	color: #333333;
	margin-bottom: 0px;
	line-height: 1.5;
}

.section-title p {
	color: #848484;
	font-size: 17px;
	margin-bottom: 0px;
}

@media screen and (max-width: 575px) {
	.section {
		padding-top: 24px;
		padding-bottom: 24px;
	}

	.section-title .title {
		font-size: 22px;
	}
}

.counter-box {
	flex-direction: column;
	flex-basis: auto;
	flex-grow: 0;
	flex-shrink: 1;
	display: flex;
	gap: 20px;
	position: relative;
	width: 100%;
}

.counter-icon svg {
	fill: #1698eb;
}

.counter-icon {
	text-align: center;
}

.counter-icon .icon {
	display: inline-block;
	line-height: 1;
	transition: all 0.3s;
	color: #69727d;
	font-size: 50px;
	text-align: center;
}

.counter-icon .icon {
	color: #1698eb;
	border-color: #1698eb;
}

.counter-icon i,
.counter-icon svg {
	width: 1em;
	height: 1em;
	position: relative;
	display: block;
}

.counter-title {
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	text-align: center;
	font-size: 19px;
	line-height: 2.5;
}

.counter-number {
	text-align: center;
	color: #1698eb;
	font-family: "Poppins", Sans-serif;
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
}

.calltoaction-section&gt;.row [class*="col-"] {
	margin: 25px 0px;
}

.call-to-action {
	height: 100%;
	background: #dfe1ed;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	transition: all ease 0.4s;
}

.cta-img {
	width: 100%;
	height: 200px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.cta-img:before {
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.4s;
	opacity: 0;
	transition-duration: 1500ms;
}

.cta-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all ease 0.5s;
	transition-duration: 1500ms;
}

.cta-content {
	background: #dfe1ed;
	text-align: center;
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px;
}

.cta-title {
	font-family: "Poppins", Sans-serif;
	font-weight: 700;
	font-size: 24px;
	margin-bottom: 15px;
	color: #0385d7;
	line-height: 1.2em;
}

.cta-description {
	font-family: "Poppins", Sans-serif;
	margin-bottom: 15px;
	color: #3f444b;
}

.cta-button-wrapper .default-btn {
	font-weight: 700;
	text-transform: uppercase;
	background-color: transparent;
	color: #1698eb;
	border: 2px solid #1698eb;
	width: 100%;
}

.cta-button-wrapper .default-btn:hover {
	color: #ffffff;
	background-color: #1698eb;
	border-color: #1698eb;
}

.call-to-action:hover .cta-img img {
	transform: scale(1.2);
}

.call-to-action:hover {
	transform: translateY(-15px);
}

.call-to-action:hover .cta-img:before {
	opacity: 1;
}

.icon-list ul {
	padding: 0;
	list-style-type: none;
	margin: 0;
}

.icon-list ul li {
	margin: 0;
	padding: 0;
	position: relative;
	display: flex;
	font-size: inherit;
	align-items: flex-start;
}

.icon-list ul li:before {
	content: "";
	display: flex;
	position: relative;
	top: 7px;
	min-width: 14px;
	width: 14px;
	height: 14px;
	margin-right: 5px;
	background: url("data:image/svg+xml;utf8,&lt;svg aria-hidden='true' class='e-font-icon-svg e-fas-chevron-right' viewBox='0 0 320 512' xmlns='http://www.w3.org/2000/svg'&gt;&lt;path d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'&gt;&lt;/path&gt;&lt;/svg&gt;");
	background-repeat: no-repeat;
}

.icon-box {
	width: 100%;
	transition: all ease 0.4s;
	text-align: center;
}

.icon-box:hover {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.icon-img {
	width: 110px;
	height: 110px;
	border: 5px solid transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: auto !important;
	margin-right: auto !important;
	margin-bottom: 15px;
	-webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
	border-radius: 50%;
}

.icon-img img {
	max-width: 50px;
	max-height: 50px;
	transition-duration: 0.3s;
}

.icon-box:hover .icon-img {
	border-color: #0c95ec;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}

.icon-box-content {
	width: 100%;
}

.icon-box-title {
	color: #000000;
	font-family: "Poppins", Sans-serif;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.icon-box-description {
	color: #888888;
	font-family: "Poppins", Sans-serif;
	font-size: 17px;
	line-height: 26px;
	margin: 0;
}

.single-product-slider .item {
	position: relative;
}

.slide-product-box {
	background-color: #ffffff;
	border: 1px solid #ebebeb;
}

.slide-product-box .product-price {
	font-size: 15px;
	font-weight: 700;
	color: #000000;
	text-align: center;
	padding: 10px;
}

.slide-product-box .product-img {
	width: 100%;
	margin-bottom: 10px;
}

.slide-product-box .product-img img {
	width: 100%;
	height: 300px;
	object-fit: contain;
	border-radius: 4px 4px 4px 4px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.slide-product-box .btn-wrap {
	text-align: center;
	padding: 10px;
}

.slide-product-box .btn-wrap .btn {
	border-radius: 8px;
}

.testimonials-slider.slick-slider {
	margin-left: -15px;
	margin-right: -15px;
}

.testimonials-slider .item {
	padding: 0 15px;
}

.testimonial-box {
	padding: 20px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	align-items: stretch;
	border: 1px solid #f3f3f3;
	border-radius: 10px;
}

.testimonial-img {
	padding-right: 20px;
	flex-shrink: 0;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.testimonial-img img {
	width: 100px;
	height: 100px;
	border-radius: 999px;
	box-sizing: content-box;
	object-fit: cover;
}

.testimonial-content {
	position: relative;
}

.testimonial-text {
	color: #555454;
	font-size: 18px;
	font-style: normal;
	line-height: 1.5;
}

.testimonial-caption {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-top: 25px;
}

.testimonial-name {
	color: #000000;
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
}

.testimonial-title {
	color: #000000;
	font-style: normal;
	font-size: 14px;
}

.infodrop {
	width: 320px;
	position: absolute;
	top: 52px;
	right: 0px;
	background: #ffffff;
	border-radius: 8px;
	padding: 18px;
	padding-left: 26px;
	box-shadow: 0px 3px 8px rgb(0 0 0 / 20%);
	display: none;
}

.infodrop i.fa-map-marker {
	position: absolute;
	left: 10px;
	top: 24px;
}

.infodrop.show {
	display: block;
}

/*--------------------products section------------------------*/
.our-products {
	padding: 30px 0 50px;
	background: #f5f5f5;
}

.our-products .image {
	position: relative;
	overflow: hidden;
	background: #ffffff;
}

.product-item {
	width: 100%;
	position: relative;
	height: 100%;
	padding-bottom: 10px;
	background: #dfe1ed;
	border: 1px solid #ebebeb;
	border-radius: 4px 4px 4px 4px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
}

.product-title {
	font-size: 16px;
	color: #000000;
	margin-bottom: 0px;
	font-weight: 600;
	padding: 5px;
}

.product-title a {
	color: #000000;
}

.product-title a:hover {
	color: #0485d7;
}

.our-products .image .img-thumb {
	height: 320px;
}

.our-products .image .img-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.our-products .image .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(255, 255, 255, 0.8);
	-webkit-transform: translate3d(0, 100px, 0);
	transform: translate3d(0, 100px, 0);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: -webkit-transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
	transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
}

.our-products .image .overlay .box {
	display: table;
	width: 100%;
	height: 100%;
}

.our-products .image .overlay .box .content {
	display: table-cell;
	vertical-align: middle;
}

.our-products .image .overlay .top {
	text-align: center;
}

.our-products .image .overlay .bottom {
	background: transparent;
	padding: 16px 18px;
}

.our-products .image .overlay .bottom h3 {
	margin: 0;
	color: #000000;
	font-size: 14px;
	margin-bottom: 10px;
	text-align: center;
}

.our-products .image .overlay .top a {
	margin-bottom: 20%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 29px;
	width: 43px;
	height: 43px;
	border-radius: 50%;
	border: 1px solid #0485d7;
	line-height: 43px;
	font-size: 18px;
	color: #0485d7;
	-webkit-transition: background 0.4s ease, border-color 0.4s ease;
	transition: background 0.4s ease, border-color 0.4s ease;
}

.our-products .image .overlay .top a:hover {
	background: #0485d7;
	color: #ffffff;
}

.our-products .image:hover .overlay {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	visibility: visible;
}

/*--------------------contact------------------------*/
.contact {
	padding: 60px 0;
}

.contact p {
	text-align: left;
	margin: 0;
	color: #252525;
	font-weight: 300;
	margin-top: 19px;
	line-height: 30px;
}

.contact .contact-wraper {
	background: #2d2d2f;
	background-size: cover;
	position: relative;
	padding: 20px;
	overflow: hidden;
}

.contact .contact-wraper .contact-info {
	padding: 10px 15px 20px 20px;
	background: #ffffff;
}

.contact form {
	margin-top: 30px;
}

.contact form input[type="text"] {
	height: 48px;
	border-radius: 0px;
	font-weight: 300;
	color: #999999;
}

.contact form select {
	width: 100%;
	height: 48px;
	border-radius: 0px;
	font-weight: 300;
	color: #999999;
}

.contact form textarea {
	max-width: 100%;
	max-height: 130px;
	min-height: 130px;
	border-radius: 0px;
	background: #ffffff;
	font-weight: 300;
	color: #999999;
}

/*--------------------Footer------------------------*/
.social-icon {
	margin: 0px;
	padding: 0px;
}

.social-icon li {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	color: #848484;
}

.social-icon li a {
	display: block;
	height: 36px;
	width: 36px;
	text-align: center;
	line-height: 36px;
	color: #f4f4f4;
	background: #b9b9b9;
	border-radius: 3px;
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
}

.social-icon li a i {
	margin-right: 0px;
	font-size: 15px;
	line-height: 32px;
}

.social-icon li:last-child {
	margin-right: 0px;
}

.social-icon li a:hover {
	color: #ffffff;
	background: #0587da;
}

.social-icon li a:hover i {
	transform: rotate(360deg);
}

.social-icon li a.facebook {
	color: #0866ff;
}

.social-icon li a.twitter {
	background: #55acee;
	color: #ffffff;
}

.social-icon li a.linkedin {
	color: #0a66c2;
}

.social-icon li a.instagram {
	color: #ff1e6d;
}

.social-icon li a.youtube {
	background: #f70000;
	color: #ffffff;
}

.social-icon li a.facebook:hover {
	background: #0866ff;
	color:#ffffff;
}

.social-icon li a.twitter:hover {
	background: #7dc1f4;
	color:#ffffff;
}

.social-icon li a.linkedin:hover {
	background: #0a66c2;
	color:#ffffff;
}

.social-icon li a.instagram:hover {
	background: #ff1e6d;
	color:#ffffff;
}

.social-icon li a.youtube:hover {
	background: #fe3737;
	color:#ffffff;
}

.contact-info {
	width: 100%;
	position: relative;
	margin: 0px;
}

.contact-info .contact-list {
	margin: 0px;
	padding: 0px;
}

.contact-info .contact-list li {
	display: block;
	margin: 0px 0px 5px;
	position: relative;
}

.contact-info .contact-list .before-icon {
	padding-left: 25px;
	display: inline-block;
	text-align: left;
}

.contact-info .contact-list .before-icon i {
	top: 2px;
	font-size: 20px;
	color: #0587da;
}

.contact-info .contact-list .mail .before-icon {
	padding-left: 26px;
}

.contact-info .contact-list .mail .before-icon i {
	font-size: 15px;
	top: 2px;
}

/*--------------------project------------------------*/
.project-block {
	width: 100%;
	margin: 20px auto;
	position: relative;
}

.project-block a {
	width: 100%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 52px;
	padding: 12px 20px;
	padding-left: 115px;
	display: block;
	background: #ffffff;
	color: #0685d7;
	box-shadow: 5px 5px 0px rgba(0, 0, 0, 0.2);
	border-radius: 30px;
}

.project-block a:hover {
	background: #0685d7;
	color: #ffffff;
}

.project-block .logo-icon {
	width: 64px;
	height: 64px;
	line-height: 58px;
	text-align: center;
	background: #ffffff;
	border-radius: 50%;
	border: 3px solid #0685d7;
	display: inline-block;
	position: absolute;
	top: -6px;
	left: 20px;
	overflow: hidden;
}

.project-block .logo-icon img {
	max-width: 52%;
	max-height: 52%;
}

.footer-upper {
	display: grid;
	background-color: #0c95ec;
	min-height: 100px;
	align-content: center;
	width: 100%;
	padding: 0px;
}

.footer-grid-columns {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: center;
	overflow-wrap: anywhere;
	grid-column-gap: 54px;
	max-width: 100%;
	padding-left: 0px;
	padding-right: 0px;
}
@media(max-width:767px){
.footer-grid-columns {
  grid-template-columns: repeat(1, 1fr);
}
}

.footer-upper-section-1 .footer-upper-area {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 24px;
	font-size: 1.6rem;
}

.footer-info-text {
	color: #ffffff;
	text-align: center;
	font-weight: 700;
}

.footer-info-text p {
	margin-bottom: 0;
	font-weight: 700;
}

.footer-upper-section-2 {
	background-color: #0485d7;
	height: 100%;
}

.footer-upper-section-2 .footer-upper-area {
	display: block;
	margin-top: 50px;
	margin-bottom: 50px;
	font-size: 24px;
	font-size: 1.6rem;
}

.footer-section {
	position: relative;
}

.f-widget-title {
	padding-bottom: 15px;
}

.f-widget-title h4 {
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 1.5;
	margin-bottom: 0px;
	font-family: 'Poppins',sans-serif;
}

.footer-widget-section {
	background: #5a5a5a;
	padding: 50px 0px;
	position: relative;
}

.footer-widget {
	width: 100%;
	position: relative;
	margin: 15px 0px;
}

.footer-widget p {
	color: #ffffff;
	font-size: 15px;
}

.navmenu-widget ul {
	margin: 0px;
	padding: 0px;
}

.navmenu-widget ul li {
	display: block;
	margin-bottom: 8px;
	padding: 0px;
	font-size: 14px;
}

.navmenu-widget ul li a {
	position: relative;
	display: inline-block;
	color: #ffffff;
	transition: all 400ms linear 0s;
}

.navmenu-widget ul li a:hover {
	color: #ffffff;
}

.footer-widget .social-icon li {
	margin-right: 15px;
}

.footer-widget .social-icon li a {
	line-height: 20px;
	background: transparent;
}

.footer-widget .social-icon li a i {
	font-size: 20px;
 }

.footer-widget .contact-info .contact-list li {
	color: #ffffff;
	font-size: 14px;
}

.footer-widget .contact-info .contact-list li a {
	color: #ffffff;
}

.footer-widget .contact-info .contact-list li a:hover {
	color: #ffffff;
}

.copy-right-section {
	background: #5a5a5a;
	position: relative;
	padding: 25px 0px;
	font-size: 14px;
	box-shadow: 0 20px 30px #aaaaaa;
}

.copy-right-section p {
	color: #ffffff;
	margin-bottom: 0px;
}

.copy-right-section a {
	color: #ffffff;
}

.copy-right-section a:hover {
	color: #ffffff;
	text-decoration: underline;
}

@media screen and (max-width: 575px) {
	.footer-widget-section {
		padding: 20px 0px;
	}

	.f-widget-title h4 {
		font-size: 20px;
	}
}

/* Added for topcontrol button*/
#topcontrol {
	background: #1698eb;
	color: #ffffff;
	border-radius: 0px;
	font-size: 20px;
	height: 36px;
	z-index: 9991;
	line-height: 36px;
	text-align: center;
	width: 36px;
	transition: background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
}

#topcontrol:before {
	position: relative;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	content: " ";
}

#topcontrol:before {
	content: "\f106";
	top: -2px;
	left: 0px;
	font-size: 20px;
}

#topcontrol:hover {
	background: #000000;
	color: #ffffff;
}

.page-header {
	position: relative;
	padding: 150px 0px;
}

.page-header:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	/*background:rgba(0,0,0,0.5);*/
	z-index: -1;
}

/* breadcromb */
.breadcromb-area {
	background: #333333 url(../images/pages-header.jpg);
	position: relative;
	z-index: 1;
}

.breadcromb-box {
	text-align: center;
}

.breadcromb-box h3 {
	font-size: 56px;
	letter-spacing: 2px;
	margin-bottom: 15px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: inline-block;
	font-weight: 600;
}

.breadcromb-box h3 {
	color: #000000;
	-webkit-text-stroke-width: 2px;
	stroke-width: 2px;
	-webkit-text-stroke-color: #1698eb;
	stroke: #1698eb;
}

.breadcromb-box ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.breadcromb-box li {
	display: inline-block;
	margin: 0 2px;
	color: #ffffff !important;
	font-size: 16px;
}

.breadcromb-box li i {
	color: #1698eb;
}

.breadcromb-box li a {
	color: #1698eb;
}

@media screen and (max-width: 767px) {
	.breadcromb-box h3 {
		font-size: 30px;
	}
}

/* products */
.products-section .row [class*="col-"] {
	margin: 25px 0px;
}

.product-box {
	position: relative;
	background: #ffffff;
	margin-bottom: 20px;
	padding: 8px;
	height: 100%;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
}

.product-box .product-img {
	background: #f2f2f2;
	border-radius: 5px;
}

.product-img .img-thumb {
	height: auto;
	padding-top: 70%;
}

.product-img .img-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-box:hover .product-img .img-thumb img {
	transform: translate(-50%, -50%) scale(1.2) rotate(5deg);
}

.product-box .box-content {
	text-align: center;
	padding-top: 15px;
}

.product-name {
	color: #1a23ca;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	padding-bottom: 10px;
	margin: 0px 10px 10px;
	border-bottom: 1px solid #dcdcdc;
}

.product-text p {
	color: #1e1d1d;
	font-size: 13px;
	line-height: 1.4;
}

/* product details page */
.product-details {
	background: #ffffff;
}

.product-details-image {
	border: 1px solid #e4e4e4;
}

.product-details-image .img-thumb {
	height: auto;
	padding-top: 70%;
}

.product-details-image .img-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-details-right h3 {
	font-size: 30px;
	color: #333333;
	letter-spacing: 1px;
	margin-bottom: 10px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	display: block;
	text-transform: capitalize;
	font-weight: 700;
	line-height: 45px;
}

.product-features {
	margin-bottom: 20px;
}

.product-features ul {
	margin-top: 20px;
	list-style-type: none;
	padding-left: 0px;
}

.product-features ul:after {
	display: block;
	clear: both;
	content: "";
}

.product-features ul li {
	margin: 5px 0;
	width: 32%;
	float: left;
}

.product-features ul li i {
	margin-right: 5px;
	color: #1a23ca;
}

.product-details-right .table .thead-dark th {
	color: #fff;
	background-color: #1a23ca;
	border-color: #1a23ca;
}

.product-thumb-slider {
	margin-top: 0px;
}

.product-thumb-slider .slick-list {
	margin: 0px -5px;
}

.product-thumb-slider .item {
	padding: 10px 5px;
}

.product-thumb-slider .thumb-img {
	width: 100%;
	height: 80px;
	border: 2px solid transparent;
	position: relative;
	overflow: hidden;
}

.product-thumb-slider .thumb-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.product-thumb-slider .thumb-img.active {
	border: 2px solid #1a23ca;
	box-shadow: 0px 4px 8px rgba(26, 35, 202, 0.5);
}

.zoomContainer {
	z-index: 9;
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-details-right {
		margin-top: 30px;
	}
}

@media screen and (max-width: 767px) {
	.product-details-right {
		margin-top: 30px;
	}

	.product-features ul li {
		width: 50%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.product-details-right {
		margin-top: 30px;
	}
}

/* Faq */
#accordion {
	margin-top: 20px;
}

.toggle {
	margin-bottom: 20px;
}

.toggle .toggle-heading a {
	display: block;
	padding: 15px 13px 15px 55px;
	background: #ffffff;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	color: #414141;
	position: relative;
	font-size: 15px;
	font-family: "Poppins", sans-serif;
	font-weight: bold;
	text-decoration: none;
	-webkit-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	-moz-box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
	box-shadow: 1px 3px 6px -6px rgba(0, 0, 0, 0.62);
}

.toggle .toggle-heading a.collapsed {
	background: #ffffff;
	color: #414141;
	border: 1px solid #d7d7d7;
}

.toggle .toggle-heading a {
	background: #1a23ca;
	color: #ffffff;
	border: 1px solid #1a23ca;
}

#accordion .toggle i {
	width: 23px;
	height: 23px;
	border-radius: 100%;
	font-size: 14px;
	line-height: 21px;
	margin-right: 10px;
	text-align: center;
	position: absolute;
	left: 17px;
	top: 50%;
	margin-top: -11.5px;
	color: #1a23ca;
	border: 2px solid #c0c0c0;
}

#accordion .toggle .toggle-heading a.collapsed i {
	color: #1a23ca;
	border: 2px solid #c0c0c0;
}

#accordion .toggle .toggle-heading a i {
	color: #ffffff;
	border: 2px solid #ffffff;
}

#accordion .toggle .toggle-heading i.fa-plus {
	display: none;
}

#accordion .toggle .toggle-heading .collapsed i.fa-plus {
	display: block;
}

#accordion .toggle .toggle-heading i.fa-minus {
	display: block;
}

#accordion .toggle .toggle-heading .collapsed i.fa-minus {
	display: none;
}

#accordion .toggle i.fa-plus {
	display: block;
}

.toggle .toggle-body {
	padding: 20px 0 4px;
	font-size: 16px;
	line-height: 25px;
}

.navtabs.nav-pills .nav-link {
	font-size: 16px;
	line-height: 22px;
	padding: 12px 20px;
	background: #eeeeee;
	border-radius: 0px;
	color: #000000;
}

.navtabs.nav-pills .nav-link.active,
.navtabs.nav-pills .nav-link:hover {
	background: #000000;
	color: #ffffff;
	font-weight: 700;
}

.login-modal {
	font-size: 15px;
}

.form-modal-main {
	padding: 40px 30px;
	color: #000000;
	position: relative;
	height: auto;
}

.form-modal-wrap {
	min-height: 100%;
	display: flex;
	width: 100%;
	height: 100%;
}

.form-modal-sidebar {
	background-image: url(../images/login-bg.jpg);
	min-width: 40%;
}

.form-modal-sidebar {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.form-modal-srcont {
	flex-grow: 1;
	max-height: 700px;
	overflow: auto;
}

.form-modal-srcont {
	background-color: #ffffff;
}

.login-modal .modal-header .close {
	font-size: 17px;
	position: absolute;
	right: -9px;
	top: -12px;
	border-radius: 50%;
	cursor: pointer;
	z-index: 100;
	width: 25px;
	height: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	background-color: #fff;
	box-shadow: -1px 2px 10px rgba(0, 0, 0, 0.17);
	padding: 0px;
	margin: 0px;
	opacity: 1;
}

.login-modal .modal-header .close:hover {
	color: #e63030;
	opacity: 1;
}

@media (min-width: 992px) {
	.login-modal .modal-lg {
		max-width: 900px;
		max-height: 700px;
	}

	.form-modal-srcont {
		height: 700px;
	}
}

@media only screen and (max-width: 991px) {
	.form-modal-sidebar {
		display: none;
	}
}</pre></body></html>