@import "https://fonts.googleapis.com/css2?family=Amiri:ital,wght@0,400;0,700;1,400;1,700&amp;family=Nunito:ital,wght@0,300;0,400;0,600;0,700;0,800;0,900;1,600&amp;display=swap";
:root {
	--fontFamily: "Amiri", serif;
	--fontFamily2: "Nunito", sans-serif;
	--mainColor: #ff4a17;
	--backgroundColor: #f9f9f9;
	--transparentColor: #fcebe5;
	--whiteColor: #ffffff;
	--blackColor: #212121;
	--paragraphColor: #737373;
	--fontSize: 15px;
	--transition: 0.5s;
}
body {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--fontFamily);
	font-weight: 700;
}
a {
	-webkit-transition: var(--transition);
	transition: var(--transition);
	color: var(--blackColor);
	text-decoration: none;
	outline: 0 !important;
}
a:hover {
	/*color: #fff;*/
	color: #000;
    text-decoration: none;
	font-weight: bolder;
}
:focus {
	outline: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}
img {
	max-width: 100%;
	height: auto;
}
p {
	color: #000;
	font-size: 17px;
	margin-bottom: 15px;
	line-height: 1.8;
	font-family: var(--fontFamily2);
}
p:last-child {
	margin-bottom: 0;
}
.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 90px;
}
.pb-100 {
	padding-bottom: 90px;
}
.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}
.pt-70 {
	padding-top: 70px;
}
.pb-70 {
	padding-bottom: 70px;
}
.sticky {
	position: fixed !important;
	top: 0;
	width: 100%;
	background-color: var(--whiteColor) !important;
	z-index: 99999;
	padding: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
#full-content {
	display: none;
}
#pre-loader {
	position: absolute;
	margin: auto;
	top: 35%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-width: 300px;
	height: 30px;
}
.bg-f9f9f9 {
	background-color: #fff;
}
.topbar {
	background-color: #14212b;
	padding-top: 10px;
	padding-bottom: 10px;
}
.topbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-contact-area ul li {
	display: inline-block;
	color: var(--whiteColor);
	margin-right: 30px;
	font-family: var(--fontFamily2);
	font-size: 15px;
}
.top-contact-area ul li a {
	color: var(--whiteColor);
	font-weight: 400;
}
.top-contact-area ul li span {
	font-weight: 400;
}
.topbar-right-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.topbar-right-area .account-details {
	margin-right: 30px;
}
.topbar-right-area .account-details i {
	color: var(--whiteColor);
	position: relative;
	top: 0;
	left: -2px;
	font-size: 15px;
}
.topbar-right-area .account-details .btn {
	color: var(--whiteColor);
	padding: 0;
	font-size: 15px;
	font-family: var(--fontFamily2);
}
.topbar-right-area .account-details ul.dropdown-menu.show {
	-webkit-transform: translate(0, 36px) !important;
	transform: translate(0, 36px) !important;
}
.topbar-right-area .dropdown-item.active,
.topbar-right-area .dropdown-item:active,
.topbar-right-area .dropdown-item:hover {
	background-color: #0084be;
	color: var(--whiteColor);
	font-weight: 600;
}
.language {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
}
.language span i {
	position: relative;
	top: 0;
	left: -5px;
}
.language i {
	position: absolute;
	color: var(--whiteColor) !important;
	right: 15px;
	z-index: 1;
	font-size: 15px !important;
	cursor: pointer;
}
.language-select {
	padding: 0 0 0 5px;
	width: 100px;
	cursor: pointer;
	background-image: unset !important;
	background-color: #14212b;
	color: var(--whiteColor);
	border: none !important;
	font-size: 15px;
	font-family: var(--fontFamily2);
	position: relative;
}
a.meanmenu-reveal {
	display: none;
}
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: absolute;
	background: 0 0;
	padding: 20px 0 0;
	z-index: 999;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03);
	height: 60px;
	text-transform: capitalize;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}
.mean-container a.meanmenu-reveal {
	width: 35px;
	height: 30px;
	padding: 12px 15px 0 0;
	position: absolute;
	right: 0;
	cursor: pointer;
	color: #0084be;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #0084be;
	height: 4px;
	margin-top: 5px;
	border-radius: 3px;
}
.mean-container .mean-nav {
	float: left;
	width: 100%;
	background: var(--whiteColor);
	margin-top: 55px;
}
.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	border: none;
	list-style-type: none;
}
.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}
.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: left;
	color: #677294;
	border-top: 1px solid #dbeefd;
	text-decoration: none;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li a:hover {
	background: var(--whiteColor);
}
.mean-container .mean-nav ul li a.active {
	color: var(--whiteColor);
}
.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	color: #677294;
	border-top: 1px solid #dbeefd;
	opacity: 1;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
	text-transform: none;
	font-size: 14px;
	text-transform: capitalize;
}
.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}
.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}
.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}
.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 3px;
	width: 100%;
	height: 24px;
	padding: 12px !important;
	text-align: right;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background: 0 0 !important;
	border: none !important;
}
.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}
.mean-container .mean-nav .navbar-nav {
	overflow-y: scroll;
	height: 340px;
}
.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}
.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}
.mean-nav .dropdown-toggle::after {
	display: none;
}
.mean-remove {
	display: none !important;
}
.mobile-nav {
	display: none;
	position: relative;
}
.btn-check:focus + .btn-primary,
.btn-primary:focus {
	background-color: var(--whiteColor);
	color: var(--blackColor);
}
.btn-primary,
.btn-primary:active {
	background-color: var(--whiteColor) !important;
	color: var(--blackColor) !important;
	border-color: var(--blackColor) !important;
}
.mobile-nav.mean-container .mean-nav ul li a.active {
	color: #0084be;
}
.main-nav {
	background-color: var(--whiteColor);
}
.main-nav nav {
	border-bottom: 1px solid #eeeeee60;
}
.main-nav nav ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.main-nav nav .navbar-nav {
	margin-left: auto;
	margin-right: 15px;
}
.main-nav nav .navbar-nav .nav-item {
	position: relative;
	padding: 15px 0;
}
.main-nav nav .navbar-nav .nav-item a {
	padding: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	color: var(--blackColor);
	font-size: 16px;
	font-weight: 600;
	margin-left: 14px;
	margin-right: 14px;
}
.main-nav nav .navbar-nav .nav-item a i {
	right: 0;
	top: 6px;
	font-size: 14px;
	position: absolute;
}
.main-nav nav .navbar-nav .nav-item a:hover {
	color: #0084be;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a::after {
	display: none;
}
.main-nav nav .navbar-nav .nav-item a.dropdown-toggle {
	padding-right: 13px;
}
.main-nav nav .navbar-nav .nav-item a.active {
	color: #0084be;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item:hover a {
	color: #0084be;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
	opacity: 1;
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	visibility: visible;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
	left: 0;
	top: 68px;
	opacity: 0;
	z-index: 99;
	width: 270px;
	border: none;
	display: block;
	border-radius: 0;
	visibility: hidden;
	position: absolute;
	-webkit-transform: rotateY(50deg);
	transform: rotateY(50deg);
	background: var(--whiteColor);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
	padding-top: 10px;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 10px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
	position: relative;
	padding: 0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
	margin: 0;
	display: block;
	padding: 7px 15px;
	color: var(--blackColor);
	border-bottom: 1px dashed transparent;
	font-size: 15px;
	font-weight: 600;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
	top: 50%;
	position: absolute;
	right: 10px !important;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
	color: #0084be;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: 101%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important;
	overflow-y: scroll;
	height: 250px;
}
.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	.dropdown-menu
	li
	.dropdown-menu {
	top: 20px;
	left: 100%;
	position: absolute;
	opacity: 0 !important;
	visibility: hidden !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
	color: var(--blackColor);
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li
	.dropdown-menu
	li
	a.active {
	color: #0084be;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav
	nav
	.navbar-nav
	.nav-item
	.dropdown-menu
	li:hover
	.dropdown-menu
	li:hover
	.dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	top: -5px !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a {
	color: #0084be;
}
.main-nav nav .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0;
}
.navbar-light .navbar-brand {
	color: #0084be;
	font-weight: 700;
	text-transform: uppercase;
}
.navbar-light .navbar-brand:hover {
	color: #0084be;
	font-weight: 700;
	text-transform: uppercase;
}
.mean-container .mean-bar {
	position: relative;
}
.mobile-nav .menu-sidebar-small-device {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 15px;
	right: 47px;
}
.mobile-nav .menu-sidebar-small-device .uni-button {
	padding: 5px 10px;
}
.mobile-nav .call-button {
	top: 7px;
}

.menu-sidebar .default-button {
	margin-top: 5px;
	top: 0;
}
.menu-sidebar .search-icon {
	margin-right: 10px;
}
.header-area {
	position: relative;
}
.menu-small-device {
	display: none;
	position: absolute;
	right: 80px;
	top: 13px;
}
.menu-small-device li {
	list-style: none;
	display: inline-block;
}
div#exampleModal {
	background-color: #0000006d;
	z-index: 999999;
}
.modal-dialog {
	max-width: 99%;
	margin: 0 auto;
	z-index: 999999;
}
.modal-dialog .modal-content {
	background-color: #ffffffb9;
	height: 100vh;
	overflow-y: scroll;
}
.modal-dialog .modal-content .modal-header .btn-close {
	background-image: none;
	border: 1px solid #0084be;
	border-radius: 50%;
	font-size: 30px;
	font-weight: 700;
	color: #0084be;
	line-height: 1;
	margin-right: 20px;
}
.modal-dialog .modal-content .modal-body .input-group {
	width: 80%;
	margin: 0 auto;
}
.modal-dialog .modal-content .modal-body .input-group .form-control {
	background-color: #ffffffa6;
	border: 2px solid #0084be;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal-dialog .modal-content .modal-body .input-group button {
	border: 2px solid #0084be;
	background-color: #0084be;
	color: var(--whiteColor);
}
.main-banner {
	background-color: #f97e27;
	position: relative;
	padding-right: 70px;
	padding-left: 0;
	padding-bottom: 70px;
}

/*.main-banner .main-banner-content {
     background-color: var(--whiteColor); 
}*/
.banner-social-links {
	position: absolute;
	right: 35px;
	top: 80%;
	-webkit-transform: translateY(-50%) rotate(90deg);
	transform: translateY(-50%) rotate(90deg);
	-webkit-transform-origin: right;
	transform-origin: right;
}
.banner-social-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.banner-social-links ul li {
	display: inline-block;
	margin: 0 20px;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.banner-text-area {
	max-width: 610px;
	margin-left: auto;
	padding-top: 150px;
	padding-bottom: 320px;
}
.banner-text-area h6 {
	font-size: 18px;
	color: #fff;
	margin-bottom: 10px;
}
.banner-text-area h1 {
	font-size: 60px;
	margin-bottom: 12px;
	color: #fff;
}
.banner-text-area p {
	max-width: 650px;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}
.banner-text-area .default-button {
	margin-top: 10px;
}

.banner-img-area {
	background-image: url(../../images/banners/banner3.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 80%;
}
.banner-img-area img {
	display: none;
}
.features {
	position: absolute;
	width: 100%;
	bottom: 50px;
}

.features-card {
	background-image: url(../../images/banner1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.features-card .feature-card-overlay {
	background-color: #e7e7e7;
	padding: 0 30px 30px;
	height: 300px;
}
.fc-2 {
	background-image: url(../../images/banner2.jpg);
}
.features-card .feature-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 55px;
	height: 55px;
	background-color: #14212b;
	border-radius: 50%;
	font-size: 25px;
	color: var(--whiteColor);
	border: 3px solid var(--whiteColor);
	margin-top: -30px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.features-card .feature-icon::before {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.features-card h4 {
	font-size: 30px;
	color: #000;
	margin: 20px 0 10px;
}
.features-card p {
	color: #000;
}
.features-card .read-more-btn {
	color: var(--whiteColor);
}
.features-card .read-more-btn i {
	color: var(--whiteColor);
}
.features-card .read-more-btn:hover {
	color: #0084be;
}
.features-card .read-more-btn:hover i {
	color: #0084be;
}
.features-card:hover .feature-icon {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	background-color: #0084be;
}
.features-card:hover .feature-icon::before {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.about-img-area img {
	max-width: 100%;
	box-shadow: 5px 5px 25px 0px #000;
}

.about-card-area {
	margin-top: 30px;
}
.about-card-area .about-card {
	position: relative;
	padding-left: 100px;
	max-width: 500px;
	margin-top: 20px;
}
.about-card-area .about-card i {
	left: 0;
	width: 80px;
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 45px;
	position: absolute;
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 30px #dfdfdf;
	box-shadow: 0 0 30px #dfdfdf;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #0084be;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.about-card-area .about-card h4 {
	margin-bottom: 10px;
	padding-top: 10px;
	font-size: 24px;
}
.about-card-area .about-card:hover i {
	background-color: #0084be;
	color: var(--whiteColor);
}
.about-text-area {
	padding-left: 20px;
}
.about-text-area .default-button {
	margin-top: 30px;
}
.service-card {
	background-color: var(--whiteColor);
	position: relative;
	padding: 30px 25px 25px;
	text-align: center;
	overflow: hidden;
	margin-top: 30px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card .service-card-icon {
	z-index: 0;
}
.service-card .service-card-icon i {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 50px;
	z-index: 9;
	color: #ff49175e;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card .service-card-icon img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
}
.service-card .service-card-icon .sc-bg {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
}
.service-card .service-card-icon .sc-bg-hover {
	position: absolute;
	top: -10px;
	right: 0;
	z-index: 0;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card .service-card-content {
	position: relative;
	z-index: 9;
}
.service-card .service-card-content img {
	border-radius: 50%;
	border: 5px solid var(--whiteColor);
	-webkit-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
}
.service-card .service-card-content .service-text-area {
	margin-top: 20px;
}
.service-card .service-card-content .service-text-area h3 {
	font-size: 24px;
	margin-bottom: 12px;
}
.service-card:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.service-card:hover .service-card-icon .sc-bg-hover {
	top: 0;
	opacity: 1;
	z-index: 1;
}
.service-card:hover .service-card-icon i {
	color: #fcddd45e;
}
.service-content {
	text-align: center;
}
.service-content .default-button {
	margin-top: 30px;
}
.why-we-card {
	padding: 30px 15px 25px;
	text-align: center;
	-webkit-box-shadow: 0 0 30px #eee;
	box-shadow: 0 0 30px #eee;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	width: 150px;
}
.why-we-card i {
	font-size: 45px;
	margin-bottom: 0;
	display: inline-block;
	color: #0084be;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.why-we-card h4 {
	margin-bottom: 0;
	font-size: 20px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.why-we-card:hover,
.why-we-card .active {
	background-color: #14212b;
}
.why-we-card:hover i,
.why-we-card .active i {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.why-we-card:hover h4,
.why-we-card .active h4 {
	color: var(--whiteColor);
}
.why-we .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.nav-tabs {
	border: 0 !important;
}
.nav-tabs .active {
	border: 0 solid transparent !important;
}
.nav-tabs .active .why-we-card {
	background-color: #14212b;
}
.nav-tabs .active .why-we-card i {
	-webkit-transform: rotateY(360deg);
	transform: rotateY(360deg);
}
.nav-tabs .active .why-we-card h4 {
	color: var(--whiteColor);
}
.nav-tabs .nav-link {
	margin-top: 20px;
	border: none;
}
.nav-tabs .nav-link:hover {
	border-color: #fff;
}
.why-we-text-content {
	margin-top: 30px;
}
.why-we-text-content .why-we-text-area {
	padding: 30px;
	-webkit-box-shadow: 0 0 10px 0 #eeeeeebb;
	box-shadow: 10px 5px 15px 0 #0084c8;
	margin-right: -50px;
	background-color: #ffffff;
	position: relative;
	z-index: 9;
}

.why-we-text-content .why-we-text-area h4 {
	font-size: 24px;
	margin-bottom: 12px;
	max-width: 580px;
}
.why-we-text-content .why-we-text-area p {
	font-size: 17px;
}
.why-we-text-content .why-we-img {
	background-image: url(../../images/facility.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.why-we-text-content .why-we-img img {
	display: none;
}
.why-we-text-content .why-we-content-text {
	padding-top: 30px;
	padding-bottom: 30px;
}
.why-we-text-content .ww-img-2 {
	/*background-image: url(../images/why-we/ww3.jpg);*/
	background-image: url(../../images/facility.jpg);
}
.why-we-text-content .ww-img-3 {
	background-image: url(../../images/facility.jpg);
}
.why-we-text-content .ww-img-4 {
	background-image: url(../../images/facility.jpg);
}
.why-we-text-content .ww-img-5 {
	background-image: url(../../images/facility.jpg);
}
.why-we-text-content .ww-img-6 {
	background-image: url(../../images/facility.jpg);
}
.team-card {
	position: relative;
	margin-top: 30px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.team-card img {
	width: 100%;
}
.team-card .team-card-text {
	position: relative;
	margin: -30px 15px 0;
	background-color: var(--whiteColor);
	text-align: center;
	padding: 30px 25px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-box-shadow: 0 0 5px #eeeeee9f;
	box-shadow: 0 0 5px #eeeeee9f;
}
.team-card .team-card-text h4 {
	font-size: 18px;
	margin-bottom: 5px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.team-card .team-card-text p {
	font-size: 14px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.team-card .team-social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.team-card .team-social-icons ul li {
	display: inline-block;
	margin-left: 3px;
	margin-right: 3px;
}
.team-card .team-social-icons ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid #dadada;
	width: 33px;
	height: 33px;
	border-radius: 50%;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.team-card .team-social-icons ul li a i {
	font-size: 15px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	color: var(--paragraphColor);
}
.team-card .team-social-icons ul li a:hover {
	background-color: var(--whiteColor);
}
.team-card .team-social-icons ul li a:hover i {
	-webkit-transform: rotate(360deg) scale(1.1);
	transform: rotate(360deg) scale(1.1);
	color: #0084be !important;
}
.team-card:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.team-card:hover .team-card-text {
	background-color: #0084be;
}
.team-card:hover .team-card-text h4,
.team-card:hover .team-card-text p {
	color: var(--whiteColor);
}
.team-card:hover .team-card-text .team-social-icons i {
	color: var(--whiteColor);
}
.testimonial-content-area {
	margin-top: 30px;
	background-color: var(--whiteColor);
}
.testimonial-content-area .owl-dots {
	text-align: center;
}
.testimonial-content-area .owl-dots .owl-dot {
	width: 12px;
	height: 12px;
	background-color: var(--whiteColor) !important;
	margin: 0 3px;
	border-radius: 50%;
	border: 2px solid var(--whiteColor);
	-webkit-box-shadow: 0 0 0 1px #a3a3a3;
	box-shadow: 0 0 0 1px #a3a3a3;
}
.testimonial-content-area .owl-dots .active {
	background-color: #0084be !important;
	-webkit-box-shadow: 0 0 0 1px #0084be;
	box-shadow: 0 0 0 1px #0084be;
}
.testimonial-single-slide {
	padding: 30px 20px;
	-webkit-box-shadow: 0 0 20px 0 #eee;
	box-shadow: 0 6px 5px 0 #0080bc;
	position: relative;
	height: 270px;
	border-radius: 10px;
	margin: 20px 15px;
}

.testimonial-single-slide .flaticon-quotation {
	position: absolute;
	font-size: 40px;
	right: 30px;
	top: 30px;
	color: #ffeee9;
}
.testimonial-single-slide .testimonial-heading {
	position: relative;
	padding-left: 90px;
	margin-bottom: 25px;
}
.testimonial-single-slide .testimonial-heading img {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	position: absolute;
	left: 0;
	border-radius: 50%;
}
.testimonial-single-slide .testimonial-heading h4 {
	padding-top: 10px;
	margin-bottom: 0;
	font-size: 20px;
}
.testimonial-single-slide .testimonial-heading p {
	font-size: 14px;
	font-weight: 400;
	color: #000;
	font-style: normal;
	font-family: var(--fontFamily2);
	margin-bottom: 0;
}
.testimonial-single-slide p {
	font-size: 15px;
	font-family: var(--fontFamily2);
	color: var(--blackColor);
	font-style: italic;
}
.t-stars ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.t-stars ul li {
	display: inline-block;
	color: #0084be;
	cursor: pointer;
}
.t-stars ul li span {
	color: var(--blackColor);
	padding-left: 5px;
	cursor: text;
}
.fun-facts-card {
	position: relative;
	padding: 30px 0 30px 110px;
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 20px 0 #eee;
	box-shadow: 0 0 20px 0 #eee;
	margin-top: 30px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.fun-facts-card i {
	position: absolute;
	left: 35px;
	font-size: 60px;
	color: #0084be;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	z-index: 1;
}
.fun-facts-card .mini-circle {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background-color: #e7e8e9;
	position: absolute;
	left: 65px;
	top: 50%;
	z-index: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.fun-facts-card h2 {
	font-size: 36px;
	margin-bottom: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.fun-facts-card p {
	font-size: 15px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.fun-facts-card:hover {
	background-color: #14212b;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.fun-facts-card:hover i {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.fun-facts-card:hover h2,
.fun-facts-card:hover p {
	color: var(--whiteColor);
}
.fun-facts-card:hover .mini-circle {
	background-color: #2c3841;
}
.goal-card {
	position: relative;
	margin-top: 25px;
	-webkit-box-shadow: 0 0 20px #eee;
	box-shadow: 1px 10px 10px #0c79b7;
	padding: 30px 30px 30px 135px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background-color: var(--whiteColor);
}

.goal-card i {
	position: absolute;
	left: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 90px;
	height: 90px;
	border: 1px solid var(--whiteColor);
	-webkit-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
	font-size: 40px;
	color: #0084be;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.goal-card h4 {
	font-size: 24px;
	margin-bottom: 12px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.goal-card p {
	color: #000;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.goal-card:hover {
	background-color: #14212b;
}
.goal-card:hover h4,
.goal-card:hover p {
	color: var(--whiteColor);
}
.goal-card:hover i {
	background-color: #14212b;
	border-color: #0084be;
	-webkit-box-shadow: 0 0 1px #eee;
	box-shadow: 0 0 1px #eee;
}
.goal-card:hover i::before {
	-webkit-animation: jello 0.5s infinite;
	animation: jello 0.5s infinite;
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}

.goal-img {
	background-image: url(../../images/banners/banner2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}
.goal-img img {
	display: none;
}
.goal-img .play-button {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.goal-img .play-button a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100px;
	width: 100px;
	border-radius: 50%;
	background-color: #e75123de;
	font-size: 55px;
	color: var(--whiteColor);
	position: relative;
}
.goal-img .play-button a i::before {
	line-height: 2;
}
.goal-img .play-button a::before {
	content: "";
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: play-button-animation 2s infinite linear forwards;
	animation: play-button-animation 2s infinite linear forwards;
}
.goal-text-area {
	padding: 50px 20px;
}
.blog-card {
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
	padding: 10px 10px 0;
	margin-top: 30px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.blog-card a img{
/*text-align: center;*/
padding-left: 30px;
}
.blog-card .blog-date {
	display: inline-block;
	background-color: #0084be;
	padding: 10px 15px 7px;
	position: relative;
	top: -20px;
	left: 15px;
}
.blog-card .blog-date h6 {
	margin-bottom: 0;
	color: var(--whiteColor);
	font-size: 16px;
	position: relative;
}
.blog-card .blog-text-area {
	padding: 0 15px 20px;
}
.blog-card .blog-text-area .blog-card-text-header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 15px;
}
.blog-card .blog-text-area .blog-card-text-header ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 15px;
}
.blog-card .blog-text-area .blog-card-text-header ul li i {
	color: #0084be;
	margin-right: 2px;
	position: relative;
	top: 2px;
}
.blog-card .blog-text-area h4 {
	font-size: 24px;
	margin-bottom: 12px;
}
.blog-card .blog-text-area p {
	margin-bottom: 12px;
}
.blog-card:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}
.brands-slider .brand-single-img {
	padding: 20px 15px;
	border: 1px dashed #eeeeee80;
	margin: 20px 0;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
}
.brands-slider .brand-single-img .on-hover {
	position: absolute;
	opacity: 0;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.brands-slider .brand-single-img img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.brands-slider .brand-single-img:hover {
	border: 1px solid transparent;
	-webkit-box-shadow: 1px 0 20px #eee;
	box-shadow: 1px 0 20px #eee;
}
.brands-slider .brand-single-img:hover .br-img {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.brands-slider .brand-single-img:hover .on-hover {
	opacity: 1;
	top: 50%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.footer-bg {
	/*background-image: url(../images/footer-bg.jpg); */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background: #f97e27;
}

.footer-logo-area img {
	margin-bottom: 15px;
}
.footer-logo-area p {
	font-size: 15px;
	color: var(--whiteColor);
	font-weight: 700;
}
.footer-logo-area .footer-social-icons {
	margin-top: 20px;
}
.footer-logo-area .footer-social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-logo-area .footer-social-icons ul li {
	display: inline-block;
	margin-right: 10px;
}
.footer-logo-area .footer-social-icons ul li a {
	color: var(--whiteColor);
}
.footer-logo-area .footer-social-icons ul li a:hover {
	color: #0084be;
}
.footer-links h3 {
	font-size: 24px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	position: relative;
	color: var(--whiteColor);
}
.footer-links h3::before {
	content: "";
	width: 30%;
	height: 1px;
	background-color: #eeeeeea6;
	position: absolute;
	bottom: 0;
}
.footer-links ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer-links ul li {
	position: relative;
	color: var(--whiteColor);
	padding-left: 95px;
	padding-left: 149px;
	font-size: 16px;
	margin-top: 10px;
	font-family: var(--fontFamily2);
	font-weight: 700;
}
.footer-links ul li span {
	position: absolute;
	left: 0;
	font-family: var(--fontFamily2);
}
.footer-links ul li span i {
	margin-right: 5px;
	color: #0084be;
	font-size: 15px;
}
.footer-links ul li a {
	color: var(--whiteColor);
	font-family: var(--fontFamily2);
	font-weight: 700;
}
.footer-links ul li a:hover {
	color: #0084be;
}
.footer-contact {
	padding-left: 10px;
}
.footer-insta-img .footer-insta-card {
	position: relative;
	margin-top: 15px;
}
.footer-insta-img .footer-insta-card::before {
	content: "";
	background-color: #ff4917a4;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.footer-insta-img .footer-insta-card a {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: var(--whiteColor);
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.footer-insta-img .footer-insta-card:hover::before,
.footer-insta-img .footer-insta-card:hover a {
	opacity: 1;
}
.footer-newsletter {
	padding-left: 20px;
}
.footer-newsletter p {
	font-size: 16px;
	color: var(--whiteColor);
}
.footer-newsletter .input-group {
	background-color: var(--whiteColor);
}
.footer-newsletter .input-group input {
	padding: 13px 15px 10px;
}
.footer-newsletter .input-group .form-control {
	border-color: transparent !important;
}
.footer-newsletter .input-group .btn {
	margin: 5px;
	border-radius: 0;
	color: var(--whiteColor);
	border: 0 solid transparent;
	background-color: #0084be;
}
.copyright {
	text-align: center;
	color: var(--whiteColor);
	border-top: 1px solid #eeeeee2c;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
	background: #fff;
}
.copyright p {
	color: var(--whiteColor);
	font-weight: 500;
	font-size: 16px;
}
.copyright p a {
	text-decoration: none;
	color: #0084be;
}
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 100px;
	right: 20px;
	border-radius: 5px;
	background-color: #0084be;
	color: #fff;
	z-index: 99;
	width: 33px;
	text-align: center;
	height: 35px;
	opacity: 0;
	visibility: hidden;
	font-size: 20px;
	-webkit-transition: var(--transition);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.go-top i {
	position: absolute;
	right: 0;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.go-top:hover {
	background-color: #0084be;
	color: #fff;
	border: 1px solid #0084be;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.go-top.active {
	opacity: 1;
	visibility: visible;
	bottom: 20px;
}
@-webkit-keyframes play-button-animation {
	0% {
		width: 55%;
		height: 55%;
		border: 1px solid var(--whiteColor);
	}
	100% {
		height: 100%;
		width: 100%;
		border: 1px solid #0084be;
	}
}
@keyframes play-button-animation {
	0% {
		width: 55%;
		height: 55%;
		border: 1px solid var(--whiteColor);
	}
	100% {
		height: 100%;
		width: 100%;
		border: 1px solid #0084be;
	}
}
.home-banner {
	border-top: 0;
	border: 70px solid #ffede7;
	position: relative;
}
.home-banner .home-banner-single-slide {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/banner/banner2.jpg);
}
.home-banner .home-banner-single-slide::before {
	content: "";
	top: 0;
	left: 0;
	z-index: 0;
	width: 70%;
	height: 100%;
	position: absolute;
	background-color: #000000b2;
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
	clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
}
.home-banner .hbs2 {
	background-image: url(../images/banner/banner3.jpg);
}
.home-banner .banner-text-area-2 {
	z-index: 9;
	margin-left: 0;
	padding: 120px 0;
	position: relative;
}
.home-banner .banner-text-area-2 h1 {
	color: var(--whiteColor);
}
.home-banner .banner-text-area-2 p {
	color: #eee;
}
.home-banner .banner-text-area-2 .default-button2 {
	margin-top: 20px;
}
.banner-slider-area {
	position: relative;
}
.banner-slider-area .owl-dots {
	bottom: -60px;
	position: absolute;
}
.banner-slider-area .owl-dots .owl-dot {
	display: inline-block;
	margin-right: 50px;
	position: relative;
}
.banner-slider-area .owl-dots .owl-dot::after {
	content: "";
	width: 40px;
	height: 2px;
	top: 50%;
	right: -45px;
	position: absolute;
	background-color: #000;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.banner-slider-area .owl-dots .owl-dot:last-child::after {
	display: none;
}
.banner-slider-area .owl-dots .active {
	color: #0084be;
}
.banner-slider-area .owl-nav {
	position: absolute;
	bottom: -70px;
	right: 0;
}
.banner-slider-area .owl-nav button {
	margin-left: 20px;
	position: relative;
}
.banner-slider-area .owl-nav button i {
	font-size: 25px;
	color: #0084be;
}
.banner-slider-area .owl-nav button::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	z-index: -1;
}
.banner-slider-area .owl-nav .owl-prev::before {
	right: -5px;
}
.banner-slider-area .owl-nav .owl-next::before {
	left: -5px;
}
.home-banner-social-icons {
	position: absolute;
	top: 50%;
	left: -45px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 9;
}
.home-banner-social-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.home-banner-social-icons ul li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #000;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 5px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.home-banner-social-icons ul li a:hover {
	color: var(--whiteColor);
	background-color: #0084be;
	border: 1px solid #0084be;
}
.home-banner-social-icons span {
	display: inline-block;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transform-origin: bottom center;
	transform-origin: bottom center;
	margin-top: 0;
	font-size: 16px;
	font-weight: 600;
	position: relative;
	top: 0;
	top: 30px;
	left: -15px;
}
.lets-talk {
	position: absolute;
	top: 50%;
	right: -75px;
	z-index: 9;
	-webkit-transform: translateY(50%) rotate(-90deg);
	transform: translateY(50%) rotate(-90deg);
	font-size: 15px;
	font-weight: 600;
	color: var(--blackColor);
}
.lets-talk i {
	color: #0084be;
	position: relative;
	top: 2px;
	margin-right: 5px;
}
.about-2 .row {
	margin-left: 0;
	margin-right: 0;
}
.about-2 .row .col-lg-6 {
	padding-left: 0;
	padding-right: 0;
}
.about-2 .about-text-area {
	max-width: 660px;
	padding-left: 40px;
}
.about-2 .about-text-area .default-button2 {
	margin-top: 20px;
}
.about-img-slider .owl-nav {
	text-align: center;
}
.about-img-slider .owl-nav button {
	margin: 30px 10px 0;
	position: relative;
}
.about-img-slider .owl-nav button i {
	font-size: 25px;
	color: #0084be;
}
.about-img-slider .owl-nav button::before {
	content: "";
	width: 15px;
	height: 15px;
	background-color: #d8d8d8;
	border-radius: 50%;
	position: absolute;
	top: 7px;
	z-index: -1;
}
.about-img-slider .owl-nav .owl-prev::before {
	left: -5px;
}
.about-img-slider .owl-nav .owl-next::before {
	right: -5px;
}
.brands-slider-2 .brand-single-img {
	padding: 20px 15px;
	border: 0 dashed #eeeeee80;
	margin: 0;
	cursor: -webkit-grab;
	cursor: grab;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	position: relative;
	overflow: hidden;
}
.brands-slider-2 .brand-single-img .on-hover {
	position: absolute;
	opacity: 0;
	top: 100%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.brands-slider-2 .brand-single-img img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.brands-slider-2 .brand-single-img:hover {
	border: 0 solid transparent;
	-webkit-box-shadow: 0 0 0 #eee;
	box-shadow: 0 0 0 #eee;
}
.brands-slider-2 .brand-single-img:hover .br-img {
	opacity: 0;
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}
.brands-slider-2 .brand-single-img:hover .on-hover {
	opacity: 1;
	top: 50%;
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}
.service-card-2 {
	position: relative;
	padding-right: 32px;
	margin-top: 30px;
	margin-bottom: 20px;
}
.service-card-2 i {
	font-size: 35px;
	position: relative;
	top: 10px;
	color: #0084be;
	z-index: 9;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card-2 span {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #e2e3e4;
	display: inline-block;
	position: absolute;
	left: 10px;
	z-index: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card-2 h4 {
	font-size: 24px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.service-card-2 p {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
}
.service-card-2:hover i {
	color: var(--blackColor);
}
.service-card-2:hover span {
	background-color: #0084be;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.service-card-area2 {
	padding-bottom: 100px;
}
.fun-facts-2 {
	background-color: var(--whiteColor);
}
.funfact-card-2 {
	position: relative;
	padding-left: 50px;
}
.funfact-card-2 img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-animation: spin 10s infinite linear forwards;
	animation: spin 10s infinite linear forwards;
}
.funfact-card-2 h2 {
	margin-bottom: 5px;
	font-size: 30px;
}
.our-services {
	position: relative;
}
.our-services::before {
	content: "";
	background-color: var(--whiteColor);
	height: 13%;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 0;
}
.our-services .service-text-area-2 {
	position: relative;
	z-index: 9;
}
.our-services .our-service-right-side {
	position: relative;
	z-index: 9;
	padding-left: 20px;
}
.our-services .our-service-right-side p {
	font-size: 16px;
	color: var(--blackColor);
}
@-webkit-keyframes spin {
	0% {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-50%) rotate(360deg);
		transform: translateY(-50%) rotate(360deg);
	}
}
@keyframes spin {
	0% {
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
	}
	100% {
		-webkit-transform: translateY(-50%) rotate(360deg);
		transform: translateY(-50%) rotate(360deg);
	}
}
.why-we-left-side {
	background-image: url(../images/why-we/ww2.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	position: relative;
}
.why-we-left-side img {
	display: none;
}
.why-we-left-side .play-button {
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.why-we-left-side .play-button a {
	height: 100px;
	width: 100px;
	font-size: 55px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: #e75123de;
	color: var(--whiteColor);
	position: relative;
}
.why-we-left-side .play-button a i::before {
	line-height: 2;
}
.why-we-left-side .play-button a::before {
	content: "";
	left: 50%;
	top: 50%;
	position: absolute;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-animation: play-button-animation 2s infinite linear forwards;
	animation: play-button-animation 2s infinite linear forwards;
}
.why-we-right {
	padding-top: 50px;
	padding-bottom: 50px;
}
.why-we-cards {
	position: relative;
	margin-left: -70px;
	margin-top: 20px;
	padding: 0 20px 20px;
	border: 1px solid transparent;
	background-color: var(--whiteColor);
}
.why-we-card-2 {
	margin-top: 25px;
	position: relative;
	border: 1px solid #eee;
	padding: 30px 30px 30px 90px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: var(--whiteColor);
}
.why-we-card-2 i {
	width: 90px;
	height: 90px;
	font-size: 40px;
	z-index: 9;
	left: 0;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0084be;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.why-we-card-2 span {
	z-index: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: inline-block;
	background-color: #e7e8e9;
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.why-we-card-2 h4 {
	font-size: 24px;
	margin-bottom: 12px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.why-we-card-2 p {
	color: var(--paragraphColor);
}
.why-we-card-2:hover {
	border: 1px solid #0084be;
}
.why-we-card-2:hover i::before {
	-webkit-animation: jello 0.5s 3;
	animation: jello 0.5s 3;
	color: var(--blackColor);
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.why-we-card-2:hover span {
	background-color: #0084be;
	-webkit-transform: translateY(-50%) rotateY(180deg);
	transform: translateY(-50%) rotateY(180deg);
}
.our-team .row {
	margin-left: 0;
	margin-right: 0;
}
.team-text-area {
	max-width: 325px;
	margin-left: auto;
}
.team-text-area .default-section-heading h3 {
	font-size: 39px;
}
.team-card-2 {
	margin-top: 0;
}
.team-card-2 .team-card-text {
	margin: 0;
	text-align: left;
}
.team-card-slider-area .owl-nav {
	text-align: center;
	position: absolute;
	left: -340px;
	bottom: 10%;
}
.team-card-slider-area .owl-nav button {
	margin: 0 10px;
	position: relative;
}
.team-card-slider-area .owl-nav button i {
	font-size: 25px;
	color: #000;
}
.team-card-slider-area .owl-nav button::before {
	content: "";
	width: 15px;
	height: 15px;
	z-index: -1;
	border-radius: 50%;
	background-color: #d8d8d8;
	position: absolute;
	top: 7px;
}
.team-card-slider-area .owl-nav .owl-prev::before {
	right: -5px;
}
.team-card-slider-area .owl-nav .owl-next::before {
	left: -5px;
}
.skills-item {
	position: relative;
	margin-bottom: 25px;
}
.skills-item .skills-header {
	position: relative;
	margin-bottom: 15px;
}
.skills-item .skills-header .skills-title {
	margin-bottom: 0;
	color: var(--blackColor);
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.skills-item .skills-header .skills-percentage {
	position: absolute;
	right: 0;
	top: -2px;
	color: #0084be;
	font-size: 14px;
	font-weight: 400;
}
.skills-item .skills-bar {
	position: relative;
	width: 100%;
}
.skills-item .skills-bar .bar-inner {
	position: relative;
	width: 100%;
	border-radius: 30px;
	border-top: 2px solid #364d55;
	border-bottom: 2px solid #364d55;
}
.skills-item .skills-bar .bar-inner .bar {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 4px;
	background: #0084be;
	-webkit-transition: all 2000ms ease;
	transition: all 2000ms ease;
	border-radius: 30px;
	margin-top: -2px;
}
.banner {
	padding: 180px 0 300px;
	border-radius: 0% 0% 65% 65%/0% 0% 20% 20%;
	position: relative;
	background-image: url(../images/banner/banner4.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.banner::before {
	content: "";
	background-color: #000000d2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 0% 0% 65% 65%/0% 0% 20% 20%;
	z-index: 0;
}
.banner-text-3 {
	position: relative;
	max-width: 750px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.banner-text-3 h6 {
	color: #0084be;
	font-size: 18px;
}
.banner-text-3 h1 {
	font-size: 60px;
	font-weight: 700;
	color: var(--whiteColor);
	margin-top: 10px;
	margin-bottom: 12px;
}
.banner-text-3 p {
	color: #d5d5d5;
}
.banner-text-3 .default-button3 {
	margin-top: 20px;
}
.features-card-area {
	position: relative;
	margin-top: -130px;
}
.features-card-2 {
	padding: 25px;
	margin-top: 30px;
	text-align: center;
	border-radius: 10px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: var(--whiteColor);
	-webkit-box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1),
		0 30px 60px -30px rgba(107, 124, 147, 0.15);
	box-shadow: 0 50px 100px -20px rgba(50, 50, 93, 0.1),
		0 30px 60px -30px rgba(107, 124, 147, 0.15);
}
.features-card-2 .features-card-2-icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 45px;
	background-color: #0084be;
	color: var(--whiteColor);
	margin-bottom: 20px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.features-card-2 h4 {
	font-size: 24px;
	margin-bottom: 12px;
}
.features-card-2 h4 a {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.features-card-2 p {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.features-card-2 .read-more-btn {
	color: #0084be;
}
.features-card-2:hover {
	-webkit-transform: translateY(-15px);
	transform: translateY(-15px);
	background-color: #0084be;
	-webkit-box-shadow: 0 0 10px 0 #91919100;
	box-shadow: 0 0 10px 0 #91919100;
}
.features-card-2:hover .features-card-2-icon {
	background-color: var(--whiteColor);
	color: #0084be;
}
.features-card-2:hover h4 a {
	color: var(--whiteColor);
}
.features-card-2:hover p {
	color: #e8e8e8;
}
.features-card-2:hover .read-more-btn {
	color: var(--whiteColor);
}
.fun-3 .default-section-heading-middle {
	max-width: 855px;
}
.fun-facts-card-3 {
	text-align: center;
	padding: 30px 25px 0;
	position: relative;
}
.fun-facts-card-3 i {
	position: absolute;
	top: 58%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 130px;
	color: #d1d1d14b;
	line-height: 0;
	z-index: -1;
}
.fun-facts-card-3 h2 {
	font-size: 45px;
	font-weight: 700;
	color: #0084be;
}
.fun-facts-card-3 h4 {
	font-size: 24px;
	margin-bottom: 12px;
}
.fun-facts-card-3 p {
	color: #4b4b4b;
}
.about-img-3 {
	background-image: url(../images/about/a8.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
	border-radius: 15px;
	position: relative;
}
.about-img-3 img {
	display: none;
	border-radius: 15px;
}
.about-img-3 .about-img-text-card {
	position: absolute;
	bottom: 20px;
	left: -25px;
	max-width: 330px;
	background-color: #0084be;
	padding: 20px 30px 15px;
	border-radius: 10px;
}
.about-img-3 .about-img-text-card h4 {
	margin-bottom: 0;
	font-size: 24px;
	color: var(--whiteColor);
}
.about-img-3 .about-img-text-card i {
	position: absolute;
	bottom: 0;
	right: 5px;
	font-size: 80px;
	line-height: 0;
	z-index: 0;
	color: #ffffff44;
}
.about-text-area-3 {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-right: 10px;
}
.about-text-area-3 .default-button3 {
	margin-top: 25px;
}
.service-content3 {
	margin-top: 50px !important;
}
.service-card-3 {
	border: 1px solid #eee;
	text-align: center;
	padding: 30px 25px 25px;
	border-radius: 15px;
	position: relative;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	margin-top: 30px;
}
.service-card-3 .service-card-3-icon {
	position: relative;
	margin-bottom: 15px;
}
.service-card-3 .service-card-3-icon span {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	background-color: #e7e8e9;
	display: inline-block;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card-3 .service-card-3-icon i {
	position: relative;
	font-size: 55px;
	color: #0084be;
	line-height: 1;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card-3 h4 {
	font-size: 24px;
	margin-bottom: 12px;
}
.service-card-3 p {
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	margin-bottom: 0;
}
.service-card-3 .sd-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	border: 1px solid #eee;
	background-color: #0084be;
	color: var(--whiteColor);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: -30px;
	left: 0%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.service-card-3:hover {
	background-color: #0084be;
}
.service-card-3:hover .service-card-3-icon span {
	background-color: #da451c;
}
.service-card-3:hover .service-card-3-icon i {
	color: var(--whiteColor);
}
.service-card-3:hover h4 a {
	color: var(--whiteColor);
}
.service-card-3:hover p {
	color: #e8e8e8;
}
.service-card-3:hover .sd-icon {
	opacity: 1;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(360deg);
	transform: translateX(-50%) rotate(360deg);
}
.mt-zero {
	margin-top: 0;
}
.project-section {
	margin-top: 40px;
}
.project-section .nav {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.project-section .nav-pills .nav-link {
	border: 1px solid #eee;
	border-radius: 0;
	margin: 5px;
	font-weight: 600;
	/*font-size: 14px;*/
	font-size: 18px;
}
.project-section .nav-pills .active,
.project-section .nav-pills .show > .nav-link {
	background-color: #0084be;
}
.project-card {
	position: relative;
	/*text-align: center;*/
	margin-top: 30px;
}
.project-card .project-card-footer {
	opacity: 0;
	bottom: 0;
	width: 100%;
	padding: 15px;
	position: absolute;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #ff4917d5;
}
.project-card .project-card-footer h4 {
	margin-bottom: 5px;
	font-size: 24px;
}
.project-card .project-card-footer h4 a {
	color: var(--whiteColor);
}
.project-card .project-card-footer p {
	color: var(--whiteColor);
}
.project-card:hover .project-card-footer {
	opacity: 1;
}
.project-details img {
	width: 100%;
}
.project-details h3 {
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 12px;
}
.project-details .pd-img-area {
	margin-top: 25px;
	margin-bottom: 25px;
}
.project-details .pd-img-area .pd-img {
	height: 100%;
	background-image: url(../images/project/p1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.project-details .pd-img-area .pd-img img {
	display: none;
}
.project-details .pd-img-area .pd-img-2 {
	background-image: url(../images/project/p3.jpg);
}
.project-details .pd-info {
	margin: 0;
	list-style: none;
	padding: 0 10px;
	background-color: #14212b;
}
.project-details .pd-info li {
	border-bottom: 1px solid #283f51;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}
.project-details .pd-info li h4 {
	font-size: 20px;
	color: var(--whiteColor);
	margin-bottom: 5px;
}
.project-details .pd-info li p {
	font-size: 14px;
	color: #c4c4c4;
}
.project-details .pd-info li:last-child {
	border: none;
}
.sidebar .search-box {
	padding: 20px;
	background-color: #f9f9f9;
}
.sidebar .search-box input {
	padding: 10px 15px;
}
.sidebar .search-box .form-control {
	border: 1px solid #c7c7c7;
}
.sidebar .search-box .btn {
	background-color: #0084be;
	color: var(--whiteColor);
}
.sidebar-card {
	padding: 30px 25px;
	background-color: #f9f9f9;
}
.sidebar-card h3 {
	font-size: 24px;
	margin-bottom: 20px;
}
/*.popular-post,
.categories,
.tag-list {
	margin-top: 30px;
}*/
.popular-post-card {
	position: relative;
	padding-left: 95px;
	margin-top: 30px;
}
.popular-post-card img {
	position: absolute;
	left: 0;
	border-radius: 50%;
}
.popular-post-card h4 {
	font-size: 17px;
}
.popular-post-card p {
	margin-bottom: 5px;
	font-size: 14px;
}
.categories ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.categories ul li {
	margin-top: 15px;
	padding-left: 25px;
	position: relative;
	font-size: 15px;
	font-family: var(--fontFamily2);
}
.categories ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #0084be;
	-webkit-box-shadow: 0 0 0 2px #0084be;
	box-shadow: 0 0 0 2px #0084be;
	position: absolute;
	left: 0;
	top: 6px;
}
.tag-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.tag-list ul li {
	padding: 5px 10px;
	border: 1px solid #eee;
	margin: 5px 10px 5px 0;
	font-size: 15px;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.tag-list ul li:hover {
	background-color: #0084be;
	color: var(--whiteColor);
}
.query {
	background-image: url(../images/blog/bc.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	margin-top: 30px;
	padding: 40px 20px 30px;
	position: relative;
}
.query::before {
	content: "";
	background-color: #00000080;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.query i {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	background-color: var(--whiteColor);
	color: #0084be;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	margin-bottom: 15px;
}
.query h4 {
	font-size: 20px;
	color: var(--whiteColor);
	position: relative;
}
.query h4 a {
	color: var(--whiteColor);
}
.blog-left-sidebar .sidebar {
	padding-right: 20px;
}
.blog-left-sidebar .blog-card {
	margin-top: 0;
	margin-bottom: 30px;
}
.blog-left-sidebar .pagination {
	margin-top: 0;
}
.blog-right-sidebar .sidebar {
	padding-right: 0;
	padding-left: 20px;
}
.blog-details-footer {
	-webkit-box-shadow: 0 0 20px 0 #eee;
	box-shadow: 0 0 20px 0 #eee;
	padding: 15px 15px 10px;
}
.blog-details-footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.blog-details-footer ul li {
	display: inline-block;
}
.blog-details-footer .tag li {
	font-size: 15px;
	color: var(--paragraphColor);
}
.blog-details-footer .tag li i {
	position: relative;
	top: 2px;
	color: #0084be;
	margin-right: 5px;
}
.blog-details-footer .share-icons {
	text-align: end;
}
.blog-details-footer .share-icons li a {
	width: 30px;
	height: 30px;
	font-size: 14px;
	margin-left: 5px;
	line-height: 28px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	color: #0084be;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border: 1px solid #eee;
}
.blog-details-footer .share-icons li a:hover {
	background-color: #0084be;
	color: var(--whiteColor);
}
.blog-details-footer .share-icons li span {
	font-size: 15px;
	color: var(--paragraphColor);
}
.blog-details-text-area .blog-text-area h4 {
	font-size: 25px;
}
.blog-details-text-area .blog-text-area .qouted-msg {
	background-color: #f9f9f9;
	position: relative;
	padding: 25px 25px 25px 75px;
	margin-bottom: 15px;
}
.blog-details-text-area .blog-text-area .qouted-msg i {
	position: absolute;
	left: 20px;
	font-size: 35px;
	color: #0084be;
	z-index: 0;
}
.blog-details-text-area .blog-text-area .qouted-msg p {
	margin: 0;
	color: var(--blackColor);
	font-size: 18px;
	font-weight: 600;
	font-family: var(--fontFamily);
	position: relative;
}
.blog-details-text-area:hover {
	-webkit-transform: translateY(0px) !important;
	transform: translateY(0px) !important;
}
.blog-form-area {
	padding: 30px;
	margin-top: 30px;
	background-color: #f9f9f9;
}
.blog-form-area h3 {
	font-size: 24px;
	margin-bottom: 12px;
}
.blog-form-area form input,
.blog-form-area form textarea {
	margin: 10px 0;
	padding: 10px 15px;
}
.blog-form-area form .form-control {
	border: 0;
}
.blog-form-area form .default-button {
	margin-top: 20px;
}
.product-content-top-content .search-box {
	max-width: 300px;
}
.product-content-top-content .search-box .btn {
	background-color: #0084be;
	color: var(--whiteColor);
}
.product-content-top-content .search-box .form-control {
	border: 0;
	background-color: #f9f9f9;
	padding: 10px 15px;
}
.product-content-top-content .pdc-leftside {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.product-content-top-content .pdc-leftside p {
	padding-left: 15px;
}
.product-content-top-content .select-area .form-select {
	border: 0;
	background-color: #f9f9f9;
	padding: 10px 15px;
}
.product-card {
	margin-top: 30px;
}
.product-card .product-card-img {
	position: relative;
	border: 1px solid #eee;
}
.product-card .product-card-img .product-overlay {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
	padding: 10px 0 8px;
	font-size: 15px;
	opacity: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	-webkit-transform-origin: bottom;
	transform-origin: bottom;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: #0084be;
}
.product-card .product-card-img .product-overlay a {
	color: var(--whiteColor);
}
.product-card .product-card-img .product-overlay i {
	margin-right: 5px;
}
.product-card .product-card-img p {
	margin: 0;
	top: 10px;
	right: 10px;
	position: absolute;
	color: var(--whiteColor);
	display: inline-block;
	padding: 2px 10px 0;
	background-color: #0084be;
	font-size: 15px;
	font-weight: 600;
}
.product-card .product-card-text {
	text-align: center;
	padding-top: 20px;
}
.product-card .product-card-text h4 {
	font-size: 20px;
	margin-bottom: 0;
}
.product-card .product-card-text p {
	color: var(--blackColor);
	font-size: 20px;
	font-weight: 700;
	font-family: var(--fontFamily);
}
.product-card:hover .product-overlay {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.products-content .pagination {
	text-align: center;
	display: block;
}
.pd-sample .pd-sample-img {
	border: 1px solid #eee;
	background-image: url(../images/products/pds1.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.pd-sample .pd-sample-img img {
	display: none;
}
.pd-sample-text {
	padding-left: 20px;
}
.pd-sample-text h3 {
	font-size: 24px;
	margin-bottom: 12px;
}
.pd-sample-text h4 {
	font-size: 18px;
	margin-bottom: 15px;
	color: #0084be;
	font-family: var(--fontFamily2);
}
.pd-sample-text .pd-sample-quality {
	margin-top: 20px;
}
.pd-sample-text .pd-sample-quality ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pd-sample-text .pd-sample-quality ul li {
	margin-top: 10px;
	color: #6d6d6d;
}
.pd-sample-text .pd-sample-quality ul li span {
	display: inline-block;
	width: 100px;
	color: var(--blackColor);
	font-size: 16px;
	font-weight: 600;
}
.pd-sample-text .default-button2 {
	margin-top: 25px;
}
.pd-sample-text .default-button2 i {
	top: 0;
	position: relative;
	margin-right: 5px;
}
.pd-sample-text .pd-share {
	margin-top: 25px;
}
.pd-sample-text .pd-share ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pd-sample-text .pd-share ul li {
	display: inline-block;
	margin-right: 5px;
}
.pd-sample-text .pd-share ul li span {
	font-size: 15px;
	font-weight: 600;
}
.pd-sample-text .pd-share ul li a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #0084be;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border: 1px solid #0084be;
}
.pd-sample-text .pd-share ul li a i {
	font-size: 15px;
}
.pd-sample-text .pd-share ul li a:hover {
	color: var(--whiteColor);
	background-color: #0084be;
}
.pd-sample-text .quantity {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 25px;
}
.pd-sample-text .quantity h4 {
	top: 6px;
	position: relative;
	margin-right: 15px;
	font-size: 16px;
	color: var(--blackColor);
	font-family: var(--fontFamily);
}
.pd-sample-text .quantity .p-amount {
	border: 1px solid #eee;
	border-radius: 5px;
}
.pd-sample-text .quantity .p-amount button {
	border-radius: 5px;
	padding: 2px 15px 6px;
	border: 1px solid transparent;
	background-color: transparent;
	line-height: 1.2;
	font-size: 25px !important;
	font-weight: 400;
}
.pd-sample-text .quantity .p-amount input {
	margin: 0;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	border-radius: 0;
	padding: 0 12px;
	background: #fff;
	vertical-align: middle;
	-moz-appearance: textfield;
	border: 1px solid #eee;
	color: var(--blackColor);
	font-size: 20px;
	font-weight: 600;
}
.description-area {
	margin-top: 30px;
}
.description-area h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.description-area h4 {
	font-size: 20px;
	margin-bottom: 12px;
	position: relative;
}
.description-area h4::after {
	content: "";
	height: 2px;
	width: 100%;
	top: 50%;
	margin-left: 10px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #eee;
}
.description-area .description-list {
	margin-bottom: 20px;
}
.description-area .description-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.description-area .description-list ul li {
	margin-bottom: 10px;
	font-size: 15px;
	color: #000;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.description-area .description-list ul li i {
	color: #0084be;
	margin-right: 5px;
	position: relative;
	top: 2px;
}
.reviews-bar {
	max-width: 720px;
}
.reviews-bar .skills-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 0;
	margin-top: 15px;
}
.reviews-bar .skills-item .skills-title {
	font-size: 16px;
	font-weight: 400;
	display: inline-block;
	width: 65px;
	margin-bottom: 0;
	margin-right: 0;
}
.reviews-bar .skills-item .skills-bar {
	margin-right: 10px;
}
.reviews-bar .skills-item .skills-bar .bar-inner {
	border-top: 2px solid #cecece;
	border-bottom: 2px solid #cecece;
}
.product-table .table {
	text-align: center;
	vertical-align: middle;
}
.product-table .table tr {
	font-size: 16px;
}
.product-table .table tr i {
	color: #0084be;
}
.product-table .table tr .cart-btn {
	border: 0;
	color: #0084be;
	background-color: transparent;
	font-size: 15px;
	font-weight: 500;
}
.product-table .table tr .cart-btn i {
	margin-right: 5px;
	font-size: 15px;
}
.product-table .table thead {
	font-weight: 600;
	font-size: 16px;
	font-family: var(--fontFamily);
}
.product-table {
	border: 1px solid #eee;
}
.product-table .p-amount {
	border: 1px solid #eee;
	border-radius: 5px;
	display: inline-block;
}
.product-table .p-amount button {
	line-height: 1.2;
	border-radius: 5px;
	padding: 2px 15px 6px;
	border: 1px solid transparent;
	background-color: transparent;
	font-size: 20px !important;
	font-weight: 400;
}
.product-table .p-amount button:hover {
	color: #0084be;
}
.product-table .p-amount input {
	margin: 0;
	vertical-align: middle;
	-moz-appearance: textfield;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	text-align: center;
	border-radius: 0;
	padding: 0 12px;
	background: #fff;
	border: 1px solid #eee;
	color: var(--blackColor);
	font-size: 16px;
	font-weight: 400;
}
.cart-table-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.cart-table-footer .input-group {
	max-width: 500px;
}
.cart-table-footer .input-group input {
	padding: 10px 15px;
}
.cart-table-footer .input-group .form-control {
	border: 1px solid #eee;
}
.cart-table-footer .input-group .btn {
	background-color: #0084be;
	color: var(--whiteColor);
	font-size: 15px;
}
.cart-table-footer .update-btn {
	background-color: #0084be;
	color: var(--whiteColor);
	border: 0;
	font-size: 15px;
	padding: 8px 15px;
	text-transform: capitalize;
}
.cart-list-box {
	border: 1px solid #eee;
	max-width: 350px;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 20px 25px;
}
.cart-list-box h3 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff4917ad;
}
.cart-list-box ul {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 20px;
}
.cart-list-box ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}
.cart-list-box ul li span {
	color: var(--paragraphColor);
	font-weight: 500;
	font-family: var(--fontFamily2);
}
.cart-list-box ul li .c-title {
	color: var(--blackColor);
}
.cart-list-box ul .total span {
	font-weight: 600;
	color: var(--blackColor);
}
.cart-list-box .checkout-btn {
	width: 100%;
	display: block;
	padding: 8px 15px;
	text-align: center;
	margin-top: 15px;
	color: var(--whiteColor);
	font-family: var(--fontFamily2);
	background-color: #0084be;
}
.checkout-left-side {
	padding-right: 20px;
}
.checkout-left-side .form-check {
	background-color: #f9f9f9;
	padding: 15px;
	margin-bottom: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.checkout-left-side .form-check input {
	border-radius: 50%;
}
.checkout-left-side .form-check .form-check-input {
	margin-left: 0;
	margin-right: 10px;
	margin-top: 3px;
}
.checkout-left-side .form-check .form-check-input:checked {
	background-color: #0084be;
	border-color: #0084be;
}
.checkout-left-side .form-check .form-check-label {
	font-size: 16px;
}
.checkout-left-side .form-check .form-check-label a {
	color: #0084be;
}
.billing-address {
	padding: 25px 20px;
	background-color: #f9f9f9;
	margin-top: 15px;
}
.billing-address h3 {
	font-size: 20px;
	margin-bottom: 15px;
}
.billing-address .form-control,
.billing-address .form-select {
	border: 0;
	padding: 10px 15px;
	color: var(--paragraphColor);
	font-family: var(--fontFamily2);
}
.billing-address .form-select {
	cursor: pointer;
}
.billing-address .form-check {
	padding: 0;
	margin-bottom: 0;
	padding-left: 10px;
}
.billing-address .form-check .form-check-label {
	font-size: 14px;
	color: var(--paragraphColor);
}
.billing-address .default-button {
	font-size: 15px;
	font-weight: 500;
}
.check-out .cart-list-box {
	margin-top: 0;
	max-width: 100%;
	border: 0;
}
.check-out .cart-list-box ul li {
	border-bottom: 1px solid #d5d5d5;
	padding: 10px 0;
}
.check-out .cart-list-box ul li:last-child {
	border-bottom: 0;
	padding-bottom: 0;
}
.payment-method {
	padding: 20px 20px 25px;
	margin-top: 30px;
}
.payment-method h3 {
	font-size: 24px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ff4917ad;
}
.payment-method .form-check {
	margin-top: 10px;
}
.payment-method .form-check .form-check-input {
	border-radius: 50%;
}
.payment-method .form-check .form-check-input:checked {
	background-color: #0084be;
	border: #0084be;
}
.payment-method .form-check .form-check-label {
	font-size: 15px;
}
.payment-method .term-check .form-check-input {
	border-radius: 30% !important;
}
.payment-method .term-check .form-check-label a {
	color: #0084be;
}
.payment-method .default-button {
	margin-top: 10px;
}
.service-details-left-side {
	padding-right: 20px;
}
.service-details-left-side img {
	margin-bottom: 20px;
}
.service-details-left-side h3 {
	font-size: 30px;
	margin-bottom: 12px;
}
.sds-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sds-list ul li {
	/*color: var(--paragraphColor);*/
	color: #000;
	margin-top: 10px;
	font-size: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 600;
}
.sds-list ul li i {
	color: #0084be;
	position: relative;
	margin-right: 5px;
	top: 2px;
}
.pricing-card {
	padding: 30px;
	margin-top: 30px;
	text-align: center;
	background-color: #f9f9f9;
}
.pricing-card h3 {
	font-size: 24px;
	margin-bottom: 15px;
}
.pricing-card .price-area h2 {
	font-size: 60px;
	margin-bottom: 15px;
}
.pricing-card .price-area h2 sub {
	font-size: 15px;
	font-weight: 500;
	font-family: var(--fontFamily2);
}
.pricing-card .price-area h2 .sub-1 {
	margin-right: 5px;
	font-size: 30px;
	font-weight: 500;
	font-family: var(--fontFamily);
}
.pricing-card ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-card ul li {
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 500;
}
.pricing-card ul li i {
	color: #0084be;
	margin-right: 5px;
}
.pricing-card ul li del {
	color: #636363;
}
.pricing-card .default-button {
	margin-top: 10px;
	background-color: var(--blackColor);
	border: 1px solid var(--blackColor);
}
.pricing-card .default-button:hover {
	border: 1px solid #0084be;
	background-color: #0084be;
}
.form-area {
	padding: 30px 20px;
	background-color: #f9f9f9;
	margin-top: 30px;
}
.form-area h3 {
	font-size: 20px;
}
.form-area form input {
	padding: 10px 15px;
	margin-top: 20px;
}
.form-area form .form-control {
	border: 0 solid transparent;
}
.form-area form .acc-login-footer {
	padding: 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.form-area form .acc-login-footer input {
	margin-top: 3px;
	padding: 0;
}
.form-area form .acc-login-footer .form-check-label {
	font-size: 14px;
}
.form-area form .acc-login-footer a {
	font-size: 14px;
}
.form-area form .submit-btn {
	margin-bottom: 10px;
}
.form-area h6 {
	padding: 10px 0;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	position: relative;
}
.form-area h6::before {
	content: "";
	height: 1px;
	width: 47%;
	left: 2px;
	top: 50%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #ddd;
	z-index: 0;
}
.form-area h6::after {
	content: "";
	height: 1px;
	width: 47%;
	right: 2px;
	top: 50%;
	position: absolute;
	background-color: #ddd;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 0;
}
.form-area .google-btn {
	margin-top: 20px;
	margin-bottom: 15px;
}
.form-area .fb-btn,
.form-area .google-btn {
	font-size: 15px;
	font-weight: 400;
	color: var(--blackColor);
	font-family: var(--fontFamily2);
	background-color: var(--whiteColor);
}
.form-area p {
	text-align: center;
	font-size: 14px;
}
.form-area p a {
	color: #0084be;
}
.reg-area .submit-btn {
	margin-top: 20px;
}
.contact-card {
	margin-top: 20px;
	position: relative;
	background-color: #f9f9f9;
	padding: 30px 30px 30px 120px;
}
.contact-card .contact-icon {
	left: 30px;
	top: 50%;
	width: 70px;
	height: 70px;
	position: absolute;
	border-radius: 50%;
	text-align: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	border: 2px dashed var(--blackColor);
}
.contact-card .contact-icon i {
	width: 60px;
	height: 60px;
	font-size: 30px;
	border-radius: 50%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--whiteColor);
	background-color: var(--blackColor);
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.contact-card h4 {
	font-size: 20px;
	margin-bottom: 5px;
}
.contact-card p {
	margin-bottom: 0;
}
.contact-card p a {
	color: var(--paragraphColor);
}
.contact-card:hover .contact-icon {
	border: 2px dashed #0084be;
}
.contact-card:hover .contact-icon i {
	background-color: #0084be;
}
.contact-page-form {
	padding: 30px 20px;
	background-color: #f9f9f9;
	margin-top: 20px;
}
.contact-page-form .form-control {
	padding: 10px 15px;
	border: 0;
	font-family: var(--fontFamily2);
	margin-bottom: 10px;
}
.contact-page-form .form-check .form-check-input:checked {
	background-color: #0084be;
	border: #0084be;
}
.contact-page-form .form-check .form-check-label {
	font-size: 14px;
}
.contact-page-form .form-check .form-check-label a {
	color: #0084be;
}
.contact-page-form .default-button {
	margin-top: 25px;
}
.google-map {
	width: 100%;
	height: 500px;
}
.google-map .g-map {
	width: 100%;
	height: 100%;
}
@media only screen and (max-width: 767px) {
	.google-map {
		height: 250px;
	}
}
.accordion-item {
	margin-top: 20px;
}
.accordion-item .accordion-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 5px 0 0;
	color: var(--blackColor);
	border: 1px solid #eee;
	background-color: var(--whiteColor);
}
.accordion-item .accordion-button::after {
	display: none;
}
.accordion-item .accordion-button i {
	width: 50px;
	height: 60px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: var(--whiteColor);
	margin-right: 10px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
	background-color: var(--blackColor);
}
.accordion-item .accordion-button i::before {
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	font-size: 15px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.accordion-item .accordion-button:not(.collapsed) i {
	background-color: #0084be;
}
.accordion-item .accordion-button:not(.collapsed) i::before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}
.accordion-item .accordion-body {
	border-bottom: 1px solid #eee;
	color: var(--paragraphColor);
	font-family: var(--fontFamily2);
	font-size: 16px;
}
@media only screen and (max-width: 767px) {
	.accordion-item .accordion-button {
		font-size: 17px;
	}
	.accordion-item .accordion-button i {
		height: 60px;
	}
	.accordion-item .accordion-body {
		padding: 10px;
	}
}
.error {
	text-align: center;
	padding-top: 100px;
}
.error img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
}
.error .error-text {
	width: 540px;
	margin: 30px auto 0;
}
.error .error-text h3 {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 700;
}
.error .error-text p {
	padding: 10px 0;
	margin-bottom: 10px;
	color: var(--paragraphColor);
	font-size: 16px;
	font-weight: 500;
}
.error .default-button {
	padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
	.error .error-text {
		width: 100%;
	}
	.error .error-text h3 {
		font-size: 24px;
		margin-bottom: 10px;
	}
	.error .error-text p {
		padding-top: 0;
		font-size: 15px;
		font-weight: 400;
	}
}
.inner-header .main-nav {
	background-color: var(--blackColor);
}
.coming-soon {
	padding-top: 75px;
}
.coming-soon-overlay {
	text-align: center;
}
.coming {
	-webkit-box-shadow: 0 0 20px 1px #eee;
	box-shadow: 0 0 20px 1px #eee;
	padding: 30px;
}
.coming img {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	max-width: 100%;
}
.coming h3 {
	text-transform: capitalize;
	color: var(--blackColor);
	padding: 20px 0 0;
	font-size: 45px;
	font-weight: 700;
}
.coming input {
	width: 50%;
	height: 50px;
	padding: 20px;
	margin: 15px auto 25px;
	background-color: transparent;
	border: 1px solid #b6b6b6;
}
.coming .form-control {
	border: 1px solid #e8e8e8;
}
.coming p {
	font-size: 15px;
	margin-top: 20px;
	color: var(--paragraphColor);
}
.coming .default-button {
	padding: 10px 20px;
}
.getting-start {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.getting-start div {
	border-radius: 8px;
	-ms-flex-preferred-size: 150px;
	flex-basis: 150px;
	padding: 15px 0;
	text-align: center;
	background-color: #0084be;
	-webkit-box-shadow: 1px 1px 20px 1px #aaa9a9;
	box-shadow: 1px 1px 20px 1px #aaa9a9;
}
.getting-start div span {
	font-size: 50px;
	display: block;
	color: #fff;
	font-weight: 700;
}
.getting-start div span:nth-child(2) {
	font-size: 15px;
	text-transform: uppercase;
}
.countdown-wrapper {
	margin: 50px 0;
}
@media only screen and (max-width: 767px) {
	.coming-soon {
		padding-top: 0;
	}
	.coming-soon .coming {
		padding: 20px;
	}
	.coming-soon .coming h3 {
		font-size: 30px;
	}
	.coming-soon .coming input {
		width: 100%;
	}
	.coming-soon .countdown-wrapper {
		margin: 0;
	}
	.coming-soon .countdown-wrapper .getting-start {
		margin: 25px 0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	.coming-soon {
		padding-top: 0;
	}
	.coming-soon .coming h3 {
		font-size: 30px;
	}
	.coming-soon .coming input {
		width: 80%;
	}
}
.terms h3 {
	font-size: 30px;
	margin-bottom: 10px;
}
.terms p {
	margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
	.terms h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}
	.terms p {
		margin-bottom: 15px;
	}
}

.default-button {
	overflow: hidden;
	position: relative;
	text-align: center;
	border-radius: 30px;
	display: inline-block;
	text-decoration: none;
	color: var(--whiteColor);
	padding: 10px 45px 10px 30px;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	background-color: #0c79b7;
	border: 1px solid #bf3832;
	font-size: 15px;
	font-weight: 600;
}

.default-button i {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	right: 30px;
	top: 50%;
}
.default-button:hover {
	color: var(--whiteColor);
	border-color: var(--blackColor);
	background-color: var(--blackColor);
}
.show-more-btn {
	display: inline-block;
	margin-top: 30px;
	padding: 10px 25px;
	background-color: #0084be;
	color: var(--whiteColor);
	font-weight: 600;
	border: 1px solid #0084be;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.show-more-btn i {
	line-height: 1;
	padding-left: 5px;
	position: relative;
	top: 3px;
}
.show-more-btn:hover {
	background-color: var(--whiteColor);
	border-radius: 10px 0 10px 0;
}
.read-more-btn {
	position: relative;
	padding-right: 12px;
	display: inline-block;
	color: var(--blackColor);
	-webkit-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
	font-size: 14px;
}
.read-more-btn i {
	right: 0;
	top: 3.5px;
	font-size: 15px;
	position: absolute;
}
.read-more-btn:hover {
	color: #0084be;
}
.default-button2 {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: capitalize;
	background-color: #0084be;
	border: 1px solid #0084be;
	overflow: hidden;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	z-index: 9;
	border-radius: 0;
}
.default-button2 i {
	position: relative;
	top: 1px;
	right: 0;
	padding-left: 5px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.default-button2:hover {
	color: var(--whiteColor);
	background-color: #ff5c2f;
	border-radius: 15px 0 15px 0;
}
.default-button3 {
	position: relative;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: left;
	-ms-flex-pack: left;
	justify-content: left;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	padding: 10px 20px;
	text-transform: capitalize;
	background-color: #0084be;
	border: 1px solid #0084be;
	overflow: hidden;
	-webkit-transition: 0.5s all ease-in-out;
	transition: 0.5s all ease-in-out;
	z-index: 9;
	border-radius: 0;
}
.default-button3 i {
	position: relative;
	top: 3px;
	right: 0;
	padding-left: 10px;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.default-button3:hover {
	color: var(--whiteColor);
	background-color: #ff5c2f;
	border-radius: 15px 0 15px 0;
}
.submit-btn {
	padding: 10px 20px;
	display: block;
	width: 100%;
	background-color: #0084be;
	border: 0;
	color: var(--whiteColor);
	font-weight: 600;
}
.default-section-heading h6 {
	color: #000;
	font-size: 16px;
	font-weight: 600;
	font-family: var(--fontFamily2);
}
.default-section-heading h3 {
	font-size: 40px;
	margin-bottom: 12px;
}
.default-section-heading h3:last-child {
	margin-bottom: 0;
}
.default-section-heading p {
	font-size: 15px;
	color: #000;
}
.default-section-heading-middle {
	text-align: center;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.section-content {
	margin-top: 10px;
}
.uni-banner {
	position: relative;
	/*background-image: url(../images/banner/subbanner.jpg);*/
	/*background-image: url(../images/bann);*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/*padding-top: 100px;
	padding-bottom: 100px;*/
	padding-top: 10px;
	padding-bottom: 10px;
}
.uni-banner::before {
	content: "";
	background-color: #000000c2;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.uni-banner-text-area {
	position: relative;
	text-align: center;
}
.uni-banner-text-area h1 {
	color: var(--whiteColor);
	margin-bottom: 12px;
	font-size: 40px;
}
.uni-banner-text-area ul {
	opacity: 0.9;
	margin: 0;
	padding: 0;
	list-style: none;
}
.uni-banner-text-area ul li {
	font-size: 16px;
	position: relative;
	display: inline-block;
	color: #0084be;
	margin-right: 10px;
	margin-left: 10px;
}
.uni-banner-text-area ul li a {
	color: var(--whiteColor);
}
.uni-banner-text-area ul li::after {
	content: "/";
	position: absolute;
	right: -15px;
	opacity: 0.8;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 18px;
	color: var(--whiteColor);
}
.uni-banner-text-area ul li:last-child::after {
	display: none;
}
.pagination {
	margin-top: 30px;
}
.pagination ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pagination ul li {
	display: inline-block;
	margin: 0 3px;
	border-radius: 50%;
}
.pagination ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 25px;
	height: 25px;
	font-weight: 700;
	font-size: 14px;
	border-radius: 50%;
	border: 1px solid #0084be;
	cursor: pointer;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.pagination ul li a:hover {
	background-color: #0084be;
	color: var(--whiteColor);
}
.pagination ul .p-active {
	background-color: #0084be;
}
.pagination ul .p-active a {
	color: var(--whiteColor);
}
.text-center{
	text-align: center;
}
  //cdn.datatables.net/1.11.3/css/jquery.dataTables.min.css
body {
  font-family: Arial, Helvetica, sans-serif;
  background-color: white;
}

* {
  box-sizing: border-box;
}

/* Add padding to containers */
/*.container {
  padding: 16px;
  background-color: white;
}*/

/* Full-width input fields */
input[type=text], input[type=password]{
  width: 50%;
  padding: 15px;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #f1f1f1;
}

input[type=text]:focus, input[type=password]:focus {
  background-color: #ddd;
  outline: none;
}

/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  background-color: #04AA6D;
  color: white;
  padding: 16px 20px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 10%;
  opacity: 0.9;
}

.registerbtn:hover {
  opacity: 1;
}

/* Add a blue text color to links */
a {
  color: dodgerblue;
}

/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}

