
a:hover,
a:active {
	color: #063b8b;
	text-decoration: none;
}
.bg-primary {
	background-color: #063b8b !important;
}
.bg-secondary {
	background-color: #00A7DE !important;
}
.bg-dark {
	background-color: #004797 !important;
}
.text-primary {
	color: #063b8b !important;
}
.text-secondary {
	color: #00A7DE !important;
}
.text-dark {
	color: #004797 !important;
}
.text-primary-hover:hover {
	color: #063b8b !important;
}
.text-secondary-hover:hover {
	color: #00A7DE !important;
}
.min-height-700 {
	min-height: 700px;
}
.min-height-475 {
	min-height: 475px;
}
.min-vh-85 {
	min-height: 85vh;
}
.border-radius-15 {
	border-radius: 15px;
}
.common-shadow {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.primary-overlay[data-overlay-dark]:before {
	background: #063b8b;
}
.secondary-overlay[data-overlay-dark]:before {
	background: #00A7DE;
}
.dark-overlay[data-overlay-dark]:before {
	background: #004797;
}
.left-overlay-secondary[data-overlay-dark]:before {
	background: rgba(236, 186, 22, 0.76);
	background: linear-gradient(-90deg, transparent, #00A7DE 65%);
}
.left-overlay-dark[data-overlay-dark]:before {
	background: rgba(0, 28, 65, 0.76);
	background: linear-gradient(-90deg, transparent, #113d6dd2 80%);
	/* background:linear-gradient(-90deg, transparent, #102c64c2 80%); */
	
}
.bg-primary-light {
	background: rgba(6, 59, 139, 0.8);
}
.text-white-hover:hover {
	color: #00A7DE !important;
}
.dotted-seprator {
	border-top: 1px dotted rgba(0, 0, 0, 0.15);
}
.box-shadows {
	background: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}
.extra-section {
	padding-bottom: 275px;
}
.hover-style1 {
	overflow: hidden;
	border-radius: 0.25rem;
}
.hover-style1 img {
	transition: all 0.3s linear 0s;
}
.hover-style1:hover img {
	transform: scale(1.05);
}
.shape-img-one {
	transform: rotate(180deg);
}
.vw-lg-50 {
	width: 50vw;
}
@media only screen and (max-width: 991px) {
	.vw-lg-50 {
		width: auto;
		text-align: center;
	}
}

.butn {
	position: relative;
	display: inline-block;
	overflow: hidden;
	vertical-align: middle;
	font-size: 13px !important;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	padding: 15px 32px !important;
	text-transform: uppercase;
	z-index: 1;
	transition: all 500ms ease;
	background-color: #063b8b;
	letter-spacing: 1.6px;
	border: none;
	border-radius:10px;
}
.butn:before {
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	background-color: #00A7DE;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: -1;
}
.butn:hover,
.butn:active,
.butn:focus {
	color: #fff !important;
}
.butn:hover:before,
.butn:active:before,
.butn:focus:before {
	top: -40%;
}
.butn.white:before {
	background-color: #fff;
}
.butn.white:hover,
.butn.white:active,
.butn.white:focus {
	color: #063b8b !important;
}
.butn.white-hover:hover,
.butn.white-hover:active,
.butn.white-hover:focus {
	background-color: #fff;
	color: #004797 !important;
}
.butn.white-hover:hover:before,
.butn.white-hover:active:before,
.butn.white-hover:focus:before {
	background-color: #fff;
}
.butn.secondary {
	background-color: #00A7DE;
}
.butn.secondary:before {
	background-color: #063b8b;
}
.butn.md {
	padding: 12px 28px !important;
}
.butn.sm {
	padding: 8px 24px !important;
}


.top-bar-info {
	display: inline-block;
	vertical-align: middle;
}
.top-bar-info ul {
	margin-bottom: 0;
}
.top-bar-info li {
	font-weight: 500;
	color: #fff;
	list-style-type: none;
	font-size: 14px;
	padding: 0 5px 0;
	display: inline-block;
	margin-bottom: 0;
}
.top-bar-info li i {
	font-size: 16px;
	color: #fff;
	margin-right: 8px;
	margin-top: 0;
	display: inline-block;
	vertical-align: text-bottom;
}
#top-bar {
	display: block;
	position: relative;
	z-index: 999;
	background: #063b8b;
	padding: 7px 0;
}
.top-social-icon {
	padding: 0;
	float: right;
	margin: 0;
}
.top-social-icon li {
	font-size: 14px;
	list-style-type: none;
	float: left;
	text-align: center;
	margin: 0;
	padding: 0 7px;
}
.top-social-icon li:last-child {
	padding-right: 0;
}
.top-social-icon li:last-child a {
	padding-right: 0;
}
.top-social-icon li a {
	color: #fff;
	line-height: 28px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	padding: 0 3px;
}
.top-social-icon li a:hover {
	color: rgba(255, 255, 255, 0.85);
}
.top-social-icon li a:active {
	color: rgba(255, 255, 255, 0.85);
}
.top-social-icon li a:focus {
	color: rgba(255, 255, 255, 0.85);
}
.navbar-nav li.current > a,
.navbar-nav li.active > a {
	color: #063b8b;
}
.attr-nav > ul > li > a.butn {
	color: #fff;
}
.navbar > ul > li.current > a:after {
	border-color: transparent #063b8b #063b8b transparent;
}
.menu_area-light .navbar-nav li.current > a,
.menu_area-light .navbar-nav li.active > a {
	color: #00A7DE;
}
.menu_area-light .navbar > ul > li.current > a:after {
	border-color: transparent #00A7DE #00A7DE transparent;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a {
	color: #063b8b;
}
.menu_area-light.scrollHeader .navbar-nav li.current > a:hover {
	color: #063b8b;
}
.menu_area-light.scrollHeader .navbar-nav li.active > a {
	color: #063b8b;
}
.menu_area-light.scrollHeader .navbar > ul > li.current > a:after {
	border-color: transparent #063b8b #063b8b transparent;
}
@media screen and (min-width: 992px) {
	.menu_area-light .navbar ul ul li.active > a,
	.menu_area-light .navbar-nav li.has-sub a:hover {
		color: #00A7DE;
	}
	.menu_area-light .navbar > ul > li.has-sub > a:hover:after {
		border-color: #00A7DE;
	}
	.menu_area-light.scrollHeader .navbar-nav > li.has-sub > a:hover {
		color: #00A7DE;
	}
	.header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover {
		color: #063b8b;
	}
	.header-style2.scrollHeader .navbar-nav > li.has-sub > a:hover:after {
		border-color: transparent #063b8b #063b8b transparent;
	}
	.header-style2 .navbar > ul > li.has-sub.current > a:hover:after {
		border-color: transparent #063b8b #063b8b transparent;
	}
	.header-style2.scrollHeader .navbar-nav li.current > a {
		color: #063b8b;
	}
	.header-style2.scrollHeader .navbar-nav li.current > a:hover {
		color: #063b8b;
	}
	.header-style2.scrollHeader .navbar > ul > li.current > a:after {
		border-color: transparent #063b8b #063b8b transparent;
	}
	.header-style2 .navbar ul ul li.active > a {
		color: #063b8b;
	}
	.header-style2 .navbar-nav li.has-sub a:hover,
	.header-style2 .navbar-nav li.has-sub a:active,
	.header-style2 .navbar-nav li.has-sub a:focus {
		color: #063b8b;
	}
	.header-style2 .navbar-nav li.current > a,
	.header-style2 .navbar-nav li.active > a {
		color: #063b8b;
	}
	.header-style2 .navbar > ul > li.has-sub > a:hover:after,
	.header-style2 .navbar > ul > li.has-sub > a:active:after,
	.header-style2 .navbar > ul > li.has-sub > a:focus:after {
		border-color: transparent #063b8b #063b8b transparent;
	}
}
@media screen and (max-width: 991px) {
	.header-style1 .navbar-toggler {
		background: #063b8b;
	}
	.header-style1 .navbar-toggler:after {
		border-top: 2px solid #fff;
		border-bottom: 2px solid #fff;
	}
	.header-style1 .navbar-toggler:before {
		background: #fff;
	}
	.header-style1 .navbar-toggler.menu-opened:after,
	.header-style1 .navbar-toggler.menu-opened:before {
		background: #fff;
	}
}
.header-style2 .navbar-nav li.current > a {
	color: #063b8b;
}
.header-style2 .navbar > ul > li.current > a:after {
	border-color: transparent #063b8b #063b8b transparent;
}
.header-style2.scrollHeader .navbar-nav li.current > a {
	color: #063b8b;
}
.header-style2.scrollHeader .navbar-nav li.current > a:hover {
	color: #063b8b;
}
.header-style2.scrollHeader .navbar > ul > li.current > a:after {
	border-color: transparent #063b8b #063b8b transparent;
}
@media screen and (min-width: 992px) {
	.header-style2 .navbar ul ul li.active > a {
		color: #063b8b;
	}
	.header-style2 .butn.secondary:before {
		background: #ffffff;
	}
	.header-style2 .butn.secondary:hover,
	.header-style2 .butn.secondary:focus,
	.header-style2 .butn.secondary:active {
		color: #00A7DE !important;
	}
	.header-style2.scrollHeader .butn.secondary:before {
		background: #063b8b;
	}
	.header-style2.scrollHeader .butn.secondary:hover,
	.header-style2.scrollHeader .butn.secondary:focus,
	.header-style2.scrollHeader .butn.secondary:active {
		color: #fff !important;
	}
}
.slider-fade .bg-img {
	background-size: cover;
}
.slider-fade .owl-nav {
	margin: 0;
}
.slider-fade .owl-nav .owl-next {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 56px !important;
	background: #063b8b !important;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.3s ease;
	margin: 0;
	color: #fff !important;
}
.slider-fade .owl-nav .owl-prev {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	height: 50px;
	width: 50px;
	line-height: 56px !important;
	background: #063b8b !important;
	opacity: 1;
	border-radius: 50%;
	transition: all 0.3s ease;
	margin: 0;
	color: #fff !important;
	left: 30px;
}
.slider-fade .owl-nav .owl-next {
	right: 30px;
}
.slider-fade .owl-nav i {
	font-size: 20px;
	color: #fff;
}
.slider-fade .owl-nav .owl-next:hover,
.slider-fade .owl-nav .owl-prev:hover {
	background: #00A7DE !important;
}
.slider-fade.owl-carousel.owl-theme .owl-dots {
	position: absolute;
	bottom: 30px;
	width: 100%;
	margin: 0;
	left: 0;
}
.slider-fade .item {
	height: 85vh;
}
.slider-fade .video_btn {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: rgba(255, 255, 255, 0.1);
}
.slider-fade .video_btn:before,
.slider-fade .video_btn:after {
	content: none;
}
.slider-fade .icon {
	animation-delay: 0.8s;
}
.slider-fade span {
	animation-delay: 1.2s;
}
.slider-fade h1 {
	animation-delay: 1.6s;
}
.slider-fade .butn {
	animation-delay: 2s;
}


.heading-style01 .small-text {
	text-transform: uppercase;
	padding-left: 45px;
	position: relative;
	display: inline-block;
	color: #00A7DE;
	font-weight: bold;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.heading-style01 .small-text:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 25px;
	height: 2px;
	background-color: #00A7DE;
	content: "";
}
.heading-style01 h2 {
	margin-bottom: 0;
	/* line-height: 1; */
	font-weight: 800;
}

.page-title-section {
	padding: 190px 0 100px;
}
.page-title-section h1 {
	font-size: 60px;
	line-height: 1;
	color: #fff;
}
.page-title-section ul {
	margin: 0;
	display: inline-block;
}
.page-title-section ul li {
	display: inline-block;
	vertical-align: middle;
}
.page-title-section ul li:after {
	content: "\e622";
	font-weight: 700;
	vertical-align: middle;
	color: #ffffff;
	font-size: 16px;
	font-family: themify;
	padding: 0 5px 0 10px;
}
.page-title-section ul li:last-child:after {
	content: none;
}
.page-title-section ul li:last-child {
	opacity: 0.8;
}
.page-title-section ul li a {
	color: #00A7DE;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.5s ease;
}
.page-title-section ul li:hover a {
	color: #00A7DE;
}
@media screen and (max-width: 1199px) {
	.page-title-section {
		padding: 175px 0 90px;
	}
	.page-title-section h1 {
		font-size: 54px;
	}
}
@media screen and (max-width: 991px) {
	.page-title-section {
		padding: 145px 0 85px;
	}
	.page-title-section h1 {
		font-size: 48px;
	}
}
@media screen and (max-width: 767px) {
	.page-title-section h1 {
		font-size: 40px;
	}
}


.card-style10 {
	height: 100%;
}
.card-style10 .card-img {
	position: relative;
}
.card-style10 .card-img img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}
.card-style10 .card-img .icon {
	position: absolute;
	display: inline-block;
	height: 70px;
	width: 70px;
	background: #fff;
	text-align: center;
	line-height: 70px;
	left: 30px;
	font-size: 25px;
	color: #063b8b;
	border-radius: 50%;
	-webkit-box-shadow: 0px 10px 20px 0 #e1245433;
	box-shadow: 0px 10px 20px 0 rgba(6, 59, 139, 0.2);
	bottom: -35px;
}
.card-style10 .card-body h3 a:hover {
	color: #00A7DE !important;
}
.card-style10 .icon img {
	transition: 0.5s all;
	vertical-align: middle;
}
.card-style10:hover .icon img {
	transform: rotatey(180deg);
}
.card-style11 .card-body {
	transition: all 0.4s ease;
}
.card-style11:hover .card-body {
	background-color: #063b8b;
	transition: all 0.4s ease;
}
 
.card-style11 .card-body p {
	color: black;
}
.card-style11:hover .card-body h3 a,
.card-style11:hover .card-body p {
	color: white;
}
.card-style11 .card-body a span {
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	margin-left: 0;
	line-height: 1px;
}
.card-style11:hover .card-body a span {
	font-size: 18px;
	opacity: 1;
	margin-right: 10px;
	visibility: visible;
	color: white;
	line-height: 1px;
}
.card-style11 .card-body a i {
	margin-left: 0;
	transition: all 0.3s ease;
}
.card-style11:hover .card-body a i {
	color: white;
}
.service-block {
	position: relative;
	top: -50px;
	background: transparent;
	z-index: 9;
}

.title h4 span {
	background-color: #ffffff;
	color: #3b3b3b;
	margin: 0 10px 0 0;
	padding: 0;
	display: inline-block;
	width: 35px;
	height: 35px;
	line-height: 35px;
	margin-right: 15px;
	text-align: center;
	border-radius: 4px;
}




@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}
	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
		opacity: 0;
	}
}





.lg-backdrop {
	z-index: 99999;
}
.lg-outer {
	z-index: 999999;
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
	border-color: #00A7DE;
}
.lg-progress-bar .lg-progress {
	background-color: #00A7DE;
}
.lg-backdrop.in {
	opacity: 0.85;
}


.pagination {
	border-radius: 0;
	padding: 0;
	margin: 0;
}
.pagination ul {
	display: inline-block;
	margin: 0 auto;
	padding: 0;
}
.pagination li {
	display: inline;
}
.pagination a {
	float: left;
	font-size: 15px;
	padding: 0 18px;
	line-height: 40px;
	text-decoration: none;
	border: 1px solid #dbdbdb;
	border-left-width: 0;
	background: #fff;
}
.pagination a:hover {
	background-color: #232323;
	color: #fff;
}
.pagination .active a {
	background-color: #063b8b;
	color: #999;
	cursor: default;
}
.pagination li:first-child a {
	border-left-width: 1px;
}
.pagination a:hover {
	background-color: #063b8b;
	color: #fff;
}
.pagination .active a {
	background-color: #f7f7f7;
	color: #999;
	cursor: default;
}
@media screen and (max-width: 575px) {
	.pagination a {
		padding: 0 14px;
	}
}
.page-navigation {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0;
	box-shadow: 0 10px 60px 0 rgba(0, 0, 0, 0.05);
	border-radius: 8px;
}
.prev-page,
.next-page {
	position: relative;
	width: 50%;
	max-width: 350px;
	margin: 10px;
}
.prev-page:before,
.next-page:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0);
	box-shadow: 0 0 0 0 rgba(34, 35, 40, 0);
	transform: scale(1.04, 1.12);
	transition: 0.3s ease-in-out;
	pointer-events: none;
}
.prev-page .page-info > a,
.next-page .page-info > a {
	display: flex;
	align-items: center;
	position: relative;
	padding: 16px 20px;
	min-height: 110px;
	transition: 0.8s;
}
.prev-page .page-info .image-prev,
.prev-page .page-info .image-next {
	position: relative;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	transition: inherit;
	overflow: hidden;
}
.next-page .page-info .image-prev,
.next-page .page-info .image-next {
	position: relative;
	flex-shrink: 0;
	width: 70px;
	height: 70px;
	vertical-align: middle;
	transition: inherit;
	overflow: hidden;
}
.prev-page .page-info .prev-title,
.prev-page .page-info .next-title {
	display: inline-block;
	position: relative;
	max-width: 220px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: break-word;
	vertical-align: middle;
	transition: 0.45s;
}
.next-page .page-info .prev-title,
.next-page .page-info .next-title {
	display: inline-block;
	position: relative;
	max-width: 220px;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	word-wrap: break-word;
	vertical-align: middle;
	transition: 0.45s;
}
.prev-page .page-info .prev-title:empty,
.prev-page .page-info .next-title:empty {
	display: none;
}
.next-page .page-info .prev-title:empty,
.next-page .page-info .next-title:empty {
	display: none;
}
.prev-page:hover:before,
.next-page:hover:before {
	background-color: white;
	transform: scale(1);
	box-shadow: 0 10px 30px 0 rgba(34, 35, 40, 0.1);
}
.prev-page a {
	justify-content: flex-start;
	text-align: left;
}
.prev-page a:hover .image-prev:after {
	visibility: visible;
	opacity: 1;
}
.prev-page a:hover .image-prev:before {
	visibility: visible;
	opacity: 1;
	margin-left: 0;
}
.prev-page .image-prev {
	margin-right: 20px;
}
.prev-page .image-prev:after {
	background-color: #063b8b;
}
.next-page .image-next:after {
	background-color: #063b8b;
}
.prev-page .image-prev:before {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-left: 20px;
	content: "\e64a";
	font-family: "themify";
	font-size: 21px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}
.prev-page .image-prev:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}
.next-page {
	margin-left: auto;
}
.next-page a {
	justify-content: flex-end;
	text-align: right;
}
.next-page a:hover .image-next:after {
	visibility: visible;
	opacity: 1;
}
.next-page a:hover .image-next:before {
	visibility: visible;
	opacity: 1;
	margin-right: 0;
}
.next-page .image-next {
	margin-left: 20px;
}
.next-page .image-next:before {
	display: block;
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	margin-right: 20px;
	content: "\e64a";
	font-family: "themify";
	font-size: 21px;
	line-height: 70px;
	color: #fff;
	text-align: center;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
	transform: scaleX(-1);
}
.next-page .image-next:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s ease-in-out;
}
.next-page .next-title {
	text-align: right;
}
.prev-link-page-info > span,
.next-link-page-info > span {
	display: block;
}
.prev-link-page-info .date-details,
.next-link-page-info .date-details {
	font-size: 14px;
	letter-spacing: 0.025em;
	line-height: 20px;
	margin-bottom: -2px;
}
.prev-link-page-info .date-details > div,
.prev-link-page-info .date-details > span {
	line-height: inherit;
	transition: 0.45s;
	font-weight: 500;
}
.next-link-page-info .date-details > div,
.next-link-page-info .date-details > span {
	line-height: inherit;
	transition: 0.45s;
	font-weight: 500;
}
.prev-link-page-info .date-details:only-child,
.next-link-page-info .date-details:only-child {
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.prev-page,
	.next-page {
		width: calc(100% - 20px);
		max-width: unset;
	}
	.prev-page + .next-page {
		margin-top: 0;
	}
	.page-navigation {
		flex-direction: column;
	}
}
@media screen and (max-width: 575px) {
	.prev-page .page-info > a,
	.next-page .page-info > a {
		padding: 10px;
	}
	.prev-page .page-info .prev-title,
	.prev-page .page-info .next-title {
		max-width: 168px;
	}
	.next-page .page-info .prev-title,
	.next-page .page-info .next-title {
		max-width: 168px;
	}
}
.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 20px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #063b8b;
}
.owl-nav i,
.owl-nav span {
	color: #232323;
	font-size: 28px;
}
.owl-carousel .owl-item img {
	width: auto;
	display: inline-block;
}
.owl-carousel .caption .overflow-hidden {
	display: inline-block;
}
.owl-carousel .caption h3 {
	font-weight: 200;
	visibility: hidden;
	opacity: 0;
	position: relative;
	display: inline-block;
}
.owl-carousel .caption h1 {
	font-size: 70px;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 80px;
	visibility: hidden;
	opacity: 0;
	color: #ffffff;
	margin-bottom: 30px;
}
.owl-carousel .caption p {
	font-size: 20px;
	color: #ffffff;
	word-spacing: 2px;
	max-width: 800px;
	text-transform: uppercase;
	font-weight: 600;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	margin-bottom: 10px;
}
.owl-carousel .caption .butn i {
	position: relative;
	top: 1px;
	z-index: 9;
}
@media screen and (max-width: 1199px) {
	.owl-carousel .caption h1 {
		font-size: 55px;
		line-height: 70px;
	}
	.owl-carousel .caption p {
		font-size: 18px;
		max-width: 700px;
	}
}
@media screen and (max-width: 991px) {
	.owl-carousel .caption h1 {
		font-size: 48px;
		line-height: 60px;
	}
	.owl-carousel .caption p {
		font-size: 16px;
		max-width: 600px;
	}
	.owl-carousel .owl-nav button.owl-next,
	.owl-carousel .owl-nav button.owl-prev {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	.owl-carousel .caption h1 {
		font-size: 40px;
		line-height: 50px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.owl-carousel .caption h1 {
		font-size: 30px;
		line-height: 40px;
	}
	.owl-carousel .caption p {
		font-size: 13px;
	}
}
.service-carousel.owl-carousel.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
}
.service-carousel.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 40px;
}
.accordion-style .card {
	background: transparent;
	box-shadow: none;
	margin-top: 0 !important;
	border: none;
	box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
}
.accordion-style .card-header {
	border: 0px;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	background: none;
}
.accordion-style .btn-link {
	color: #063b8b;
	line-height: 20px;
	position: relative;
	border: none;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
	border-radius: 4px;
	padding: 20px 35px 20px 20px;
	font-weight: 700;
	text-decoration: none;
}
.accordion-style .btn-link:hover {
	text-decoration: none;
}
.accordion-style .btn-link:after {
	background: none;
	content: "-";
	right: 17px;
	left: inherit;
	font-size: 20px;
	height: auto;
	transform: none;
	width: auto;
	top: 20px;
	position: absolute;
	color: #4a83fd;
}
.accordion-style .btn-link.collapsed:after {
	background: none;
	content: "+";
	right: 15px;
	left: inherit;
	font-size: 20px;
	height: auto;
	transform: none;
	width: auto;
	top: 20px;
	color: #4a83fd;
}
.accordion-style .card-body {
	padding: 0px 40px 30px 20px;
}
@media screen and (max-width: 991px) {
	.accordion-style .btn-link:after,
	.accordion-style .btn-link.collapsed:after {
		top: 20px;
	}
	.accordion-style .card-body {
		padding: 10px 25px 30px 25px;
	}
}
.accordion-style1 .card {
	border-radius: 0;
}
.accordion-style1 .card-header {
	border: 0px;
	padding: 0;
	background: none;
}
.accordion-style1 .btn-link {
	background: transparent;
	color: #00A7DE;
	line-height: 20px;
	position: relative;
	border: none;
	display: block;
	width: 100%;
	text-align: left;
	white-space: normal;
	border-radius: 0;
	padding: 20px 45px 20px 30px;
	box-shadow: none;
	font-weight: 700;
	text-decoration: none;
}
.accordion-style1 .btn-link:after {
	background: none;
	content: "-";
	right: 20px;
	left: inherit;
	font-size: 20px;
	height: auto;
	transform: none;
	width: auto;
	top: 26px;
	position: absolute;
}
.accordion-style1 .btn-link.collapsed:after {
	background: none;
	content: "+";
	right: 20px;
	left: inherit;
	font-size: 20px;
	height: auto;
	transform: none;
	width: auto;
	top: 18px;
	position: absolute;
}
.accordion-style1 .card-body {
	padding: 0 50px 30px 30px;
	text-align: left;
	font-weight: 500;
}
.accordion-style1 .btn-link.collapsed {
	color: #1e2022;
	padding: 20px 45px 20px 30px;
}
.sidebar .service-list li {
	position: relative;
	margin-bottom: 15px;
}
.sidebar .service-list li a {
	border: 1px solid #dee2e6;
	padding: 12px 18px;
	transition: all 0.4s ease 0s;
	background: #fff;
	display: block;
}
.sidebar .service-list li a:hover,
.sidebar .service-list li a.active {
	background: #00A7DE;
	border: 1px solid #00A7DE;
}
.sidebar .service-list li a:after {
	width: 60px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	content: "\e628";
	font-family: themify;
	font-weight: 400;
}
.sidebar .service-list li:last-child {
	margin-bottom: 0;
}
.sidebar .service-list li:hover:after,
.sidebar .service-list li:hover a {
	color: #fff;
}
.sidebar .service-list li.active {
	color: #fff;
}
.sidebar .service-list li.active a {
	color: #fff;
	border-color: #00A7DE;
	background: #00A7DE;
}



.team-info {
	border: 1px solid #efefef;
}



.tesimonial-section-01 .testimonial-carousel .owl-dots {
	text-align: left;
}
.tesimonial-section-01 .testimonial-carousel.owl-theme .owl-dots {
	margin-top: 3rem;
}
.tesimonial-section-01 .testimonial-carousel.owl-theme .owl-dots .owl-dot span {
	width: 25px;
	height: 3px;
}

.owl-theme .owl-nav {
	text-align: center;
}
.testimonial-carousel-06.owl-carousel.owl-theme .owl-dots,
.owl-theme .owl-nav {
	text-align: center;
}
.testimonial-carousel-06.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
	margin-top: 40px;
}
.testimonial-carousel-06 .testimonial-blocks{
	padding:20px;
	border-radius:15px;
	background-color: #ffffff;
	border: 1px solid #ededed;
}
/* .testimonial-carousel-06 .testimonial-blocks:before {
	position: absolute;
	content: "";
	left: 0px;
	top: 40px;
	right: 0px;
	bottom: 0px;
	background-color: #ffffff;
	border: 1px solid #ededed;
	border-radius: 5px;
} */
.testimonial-carousel-06 .testimonial-blocks .quote-icon {
	position: absolute;
	left: -15px;
	top: 25px;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 50px;
	display: inline-block;
	background-color: #063b8b;
}
.testimonial-carousel-06 .testimonial-blocks .quote-icon:before {
	content: "\f10d";
	font-family: Font Awesome\5 Free;
	font-weight: 600;
	font-size: 14px;
}
@media screen and (max-width: 991px) {
	.testimonial-carousel-06 .testimonial-block .quote-icon {
		left: -15px;
		top: 25px;
		width: 30px;
		height: 30px;
		line-height: 30px;
	}
}
@media screen and (max-width: 767px) {
	.testimonial-carousel-06 .testimonial-block .quote-icon:before {
		font-size: 12px;
	}
}
.counter-style01 .count-item span {
	font-size: 175px;
	font-weight: 400;
	line-height: 1;
	color: rgba(6, 59, 139, 0.1);
}
@media screen and (max-width: 1199px) {
	.counter-style01 .count-item span {
		font-size: 125px;
	}
}
.counter-style02 {
	margin-left: -25%;
	z-index: 9;
	position: relative;
}
@media only screen and (max-width: 991px) {
	.counter-style02 {
		margin-left: 0;
	}
}
.counter-style03 .count-item-02 span {
	font-size: 45px;
	color: #fff;
	transition: all 300ms ease;
	position: relative;
	display: inline-block;
	font-weight: 800;
	line-height: 1em;
}
.counter-style03 .count-item-02 h4 {
	display: block;
	font-size: 25px;
	line-height: 24px;
	color: #fff;
	font-weight: 700;
	transition: all 0.5s ease-in-out;
}
.counter-style03 .count-item-02 .icon-box {
	height: 140px;
	width: 130px;
	background: #fff;
	text-align: center;
	border-radius: 25px 0px 25px 0px;
}
.counter-style03 .count-item-02 .icon-box i {
	position: relative;
	display: block;
	transition: all 300ms ease;
	color: #00A7DE;
	line-height: 3;
}
.counter-style03 .count-item-02:hover .icon-box i {
	transform: scale(-1) rotate(180deg);
}
.counter-style04 span.counter-no {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 0;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	margin: 0;
	font-size: 145px;
	line-height: 1em;
	font-weight: 500;
	letter-spacing: 0;
	opacity: 1;
	white-space: nowrap;
	color: rgba(255, 255, 255, 0.1);
}
.counter-style04 span.counter-no.black {
	color: rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1399px) {
	.counter-style04 span.counter-no {
		font-size: 125px;
	}
}
@media screen and (max-width: 1199px) {
	.counter-style04 span.counter-no {
		font-size: 105px;
	}
}
.counter-lg-title {
	position: relative;
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.counter-lg-title:before {
	position: absolute;
	content: "";
	background: #e4e0e0;
	width: 100%;
	height: 1px;
	left: 0px;
	top: 62px;
}
.counter-lg-title:after {
	position: absolute;
	content: "";
	background: #fff;
	width: 430px;
	height: 1px;
	left: 50%;
	transform: translateX(-50%);
	top: 62px;
}
.counter-lg-title .big-text {
	position: relative;
	display: block;
	font-size: 120px;
	line-height: 120px;
	color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 700;
	z-index: 1;
	margin-bottom: 7px;
}
@media screen and (max-width: 991px) {
	.counter-lg-title:after {
		width: 295px;
	}
	.counter-lg-title .big-text {
		font-size: 80px;
		line-height: 110px;
		margin-bottom: 0;
	}
}
.clients:hover .client-img {
	opacity: 0;
}
.clients .client-img {
	width: auto;
	opacity: 1;
	will-change: opacity;
	transition: opacity 0.35s ease-out;
	display: inline-block;
}
.clients:hover .client-hover-img {
	opacity: 1;
}
.clients .client-hover-img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: auto;
	opacity: 0;
	will-change: opacity;
	transition: opacity 0.35s ease-out;
}

.process-style-02 {
	position: relative;
	display: block;
	text-align: center;
}
.process-style-02:before {
	content: "";
	position: absolute;
	top: 38px;
	right: -68px;
	width: 109px;
	height: 44px;
	background: url(../img/icons/arrow-bottom.png);
	background-repeat: no-repeat;
}
.process-style-02.last:before {
	content: none;
}
.process-style-02.arrow-top:before {
	content: "";
	position: absolute;
	top: 30px;
	right: -68px;
	width: 109px;
	height: 44px;
	background: url(../img/icons/arrow-top.png);
	background-repeat: no-repeat;
}
.process-style-02 .icon-holder {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
	margin-bottom: 25px;
	background: #00A7DE;
	padding: 20px;
	transition: all 0.3s ease-in-out 0s;
}
.process-style-02 .icon-holder .count-box {
	position: absolute;
	top: -10px;
	left: -10px;
	width: 30px;
	height: 30px;
	background: #063b8b;
	transition: all 0.7s ease-in-out 0s;
	vertical-align: middle;
	text-align: center;
}
.process-style-02 .icon-holder .count-box h4 {
	line-height: 30px;
	color: #ffffff;
}
.process-style-02 .text-holder {
	position: relative;
	display: block;
}
@media screen and (max-width: 991px) {
	.process-style-02:before,
	.process-style-02.arrow-top:before {
		content: none;
	}
	.process-style-02 .icon-holder {
		margin-bottom: 20px;
		width: 90px;
		height: 90px;
		padding: 15px;
	}
}
.process-style-03 .process-block {
	width: 167px;
	height: 167px;
	background: #f8f9fa;
	position: relative;
	z-index: 1;
	margin: 0 auto;
	margin-bottom: 25px;
}
.process-style-03 .process-block .process-icon {
	width: 90px;
	height: 90px;
	line-height: 90px;
	background: #00A7DE;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	left: 15px;
	top: 15px;
	z-index: 1;
}
.process-style-03 .process-block .process-count {
	width: 55px;
	height: 55px;
	line-height: 55px;
	background: #fff;
	text-align: center;
	position: absolute;
	right: 30px;
	bottom: 20px;
	box-shadow: 0px 5px 18.8px 1.2px rgba(99, 102, 187, 0.1);
	z-index: -1;
}
.process-style-03 .process-block .process-count span {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1f2732;
}
.process-style-03 span {
	display: inline-block;
	text-align: center;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #00A7DE;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-weight: 900;
	font-size: 22px;
	position: absolute;
	border-radius: 50%;
	z-index: 1;
	margin-bottom: 19px;
	transition: all 0.35s ease-in-out;
	bottom: 20px;
	right: -5px;
}
.process-style-03:nth-child(2) .item span {
	bottom: auto;
}
.process-style-03 .thumb {
	position: relative;
	display: inline-block;
}
.process-style-03 img {
	height: 170px;
	width: 170px;
	border-radius: 50%;
	border: 1px solid #ffffff;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.08);
	margin-bottom: 25px;
	transition: all 0.35s ease-in-out;
}
.main-process {
	position: relative;
	z-index: 1;
	padding-top: 33px;
}
.main-process .line-shape {
	position: absolute;
	left: 0;
	top: 25px;
	z-index: -1;
	transform: rotate(-3deg);
}
.process-style-03 .item:hover span {
	transform: scale(1.2);
	background: #00A7DE;
	color: #fff;
	right: -45px;
}
.process-style-03:nth-child(2n) .item span {
	transform: scale(1.2);
	background: #00A7DE;
	color: #fff;
	right: -45px;
}
.process-style-03:nth-child(2n) .item img {
	transform: scale(1.4);
	margin-bottom: 60px;
}
.process-style-03 .item:hover img {
	transform: scale(1.4);
	margin-bottom: 60px;
}
@media screen and (max-width: 991px) {
	.process-style-03 img {
		transform: scale(1.4);
		margin-bottom: 60px;
	}
	.main-process .line-shape {
		display: none;
	}
}
.process-style-04:nth-child(2n) .item span {
	transform: scale(1.2);
	background: #00A7DE !important;
	color: #fff;
	right: -45px;
}
.process-style-04 .item:hover span {
	transform: scale(1.2);
	background: #ffffff;
	color: #1f2732;
	right: -45px;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #1f2732;
}
.process-style-04 span {
	display: inline-block;
	text-align: center;
	height: 50px;
	width: 50px;
	line-height: 50px;
	background: #00A7DE;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	font-weight: 900;
	font-size: 22px;
	position: absolute;
	border-radius: 50%;
	z-index: 1;
	margin-bottom: 19px;
	transition: all 0.35s ease-in-out;
	bottom: 20px;
	right: -5px;
}
.process-arrow .process-bg-line {
	position: absolute;
	top: -40px;
	left: 0;
	width: calc(100% + 370px);
	height: 100%;
	background: url(../img/icons/process-arrow-02.png) 50% 0 no-repeat;
	z-index: 1;
	margin: 0 -370px;
	transform-origin: 100% 50%;
}
.process-style-05 {
	z-index: 1;
	position: relative;
	text-align: center;
}
.process-style-05 .icon {
	display: inline-block;
	position: relative;
	height: 130px;
	width: 130px;
	border: 2px solid #f5f5f5;
	background-color: #fff;
	border-radius: 50%;
	transition: all 500ms ease;
	margin-bottom: 30px;
}
.process-style-05 .icon:before {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	border-radius: 50%;
	left: 0px;
	top: 0px;
	right: 0px;
	transform: scale(0, 0);
	transition: all 500ms ease;
	background: #00A7DE;
}
.process-style-05 .icon span {
	vertical-align: middle;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #00A7DE;
	transform: translate(-50%, -50%);
}
.process-style-05:hover .icon:before {
	transform: scale(1, 1);
}
.process-style-05:hover .icon span {
	color: #fff;
}
.process-style-05 .process-contnet span {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #ffffff;
	background: #00A7DE;
	padding: 8px 20px;
	text-align: center;
	transition: all 500ms ease;
	margin-bottom: 30px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
}
.process-style-05 .process-contnet span:after {
	position: absolute;
	content: "";
	background: #00A7DE;
	width: 15px;
	height: 15px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	bottom: -8px;
	z-index: 1;
	transition: all 500ms ease;
}
@media screen and (max-width: 1199px) {
	.process-arrow .process-bg-line {
		top: -20px;
		left: 100px;
		width: calc(100% + 250px);
		background-size: contain;
	}
	.process-style-05 .icon {
		width: 100px;
		height: 100px;
	}
}
@media screen and (max-width: 991px) {
	.process-arrow .process-bg-line {
		display: none;
	}
	.process-style-05 .icon {
		width: 90px;
		height: 90px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 767px) {
	.process-style-05 .process-contnet span {
		font-size: 13px;
		background: #00A7DE;
		padding: 6px 15px;
		margin-bottom: 25px;
	}
	.process-style-05 .process-contnet span:after {
		bottom: -5px;
	}
}
@media screen and (max-width: 575px) {
	.process-style-05 .icon {
		margin-bottom: 15px;
	}
}
.gallery-main .gallery-image {
	transition: all 1.2s ease;
}
.gallery-main:hover .gallery-image {
	transform: scale(1.07, 1.07);
	will-change: transform;
	transition: all 1.2s ease;
}
.gallery-main .gallery-info {
	position: absolute;
	width: 100%;
	bottom: 4%;
	left: 8%;
	z-index: 1;
	transition: all ease-in-out 0.6s;
	opacity: 0;
}
.gallery-main .gallery-info .gallery-title {
	padding: 9px 15px;
	background: #00A7DE;
	margin-bottom: 10px;
	display: block;
	width: 85%;
}
.gallery-main:hover .gallery-info {
	transition: all ease-in-out 0.6s;
	opacity: 1;
	transform: translateY(-10px);
}
.gallery-main .gallery-info .gallery-data {
	padding: 3px 15px;
	background: #00A7DE;
	display: inline-table;
}
@media screen and (max-width: 1399px) {
	.gallery-main .gallery-info {
		left: 3%;
	}
	.gallery-main .gallery-info .gallery-title {
		width: 96%;
	}
}
@media screen and (max-width: 1199px) {
	.gallery-main .gallery-info .gallery-title {
		width: 65%;
	}
}
.why-choose-style01 .why-choose-area {
	padding: 65px 40px;
	transition: all 0.4s ease;
}
.why-choose-style01 .why-choose-area:hover {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
	transform: translateY(-8px);
}
@media screen and (max-width: 1399px) {
	.why-choose-style01 .why-choose-area {
		padding: 50px 30px;
	}
}
@media screen and (max-width: 767px) {
	.why-choose-style01 .why-choose-area {
		padding: 30px 10px;
	}
}
.why-choose-content {
	border-radius: 5px;
	padding: 50px 40px;
	background: #ffffff;
	box-shadow: 0px 5px 24.25px 0.75px rgba(0, 0, 0, 0.1);
	margin-left: -50px;
	z-index: 1;
	position: relative;
}
.why-choose-img {
	margin-right: -50px;
}
@media screen and (max-width: 991px) {
	.why-choose-img {
		margin-right: 0;
	}
	.why-choose-content {
		margin-left: 0;
	}
}
@media screen and (max-width: 575px) {
	.why-choose-content {
		padding: 40px 25px;
	}
}
.faq-style-1 {
	margin-top: -245px;
	position: relative;
	overflow: visible;
	z-index: 99;
	background: transparent;
}
.faq-style-1 .faq-video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}
.faq-style-1 .faq-video a {
	display: block;
	width: 84px;
	height: 84px;
	background: #00A7DE;
	text-align: center;
	line-height: 84px;
	color: #ffffff;
	font-size: 30px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #00A7DE;
}
.faq-style-1 .faq-video a:before {
	content: " ";
	width: 130%;
	height: 130%;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: -12px;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
	z-index: -1;
}
.faq-style-1 .faq-img {
	position: relative;
}
.faq-style-1 .accordion-style .card {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.faq-style-1 .accordion-style .btn-link {
	color: #063b8b;
}
.faq-style-1 .accordion-style .btn-link:after {
	color: #00A7DE;
}
.faq-style-1 .accordion-style .btn-link.collapsed:after {
	color: #063b8b;
}
.faq-style-2 .accordion-style .card {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.faq-style-2 .accordion-style .btn-link {
	color: #063b8b;
}
.faq-style-2 .accordion-style .btn-link:after {
	color: #00A7DE;
}
.faq-style-2 .accordion-style .btn-link.collapsed:after {
	color: #063b8b;
}
.about-style01 .video_btn:before,
.about-style01 .video_btn:after {
	content: none;
}
.about-style-01 .img-2 img {
	border-radius: 50%;
	border: 10px solid #fff;
	position: absolute;
	bottom: 10%;
	left: -10%;
}
.about-style-01 .exp-box {
	position: absolute;
	right: 0;
	top: 15%;
	width: 220px;
	height: 90px;
	display: flex;
	align-items: center;
	text-align: center;
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
	background-color: #fff;
	padding: 0 25px;
}
@media screen and (max-width: 1199px) {
	.about-style-01 .exp-box {
		right: -35px;
	}
	.about-style-01 .img-2 img {
		left: -20%;
	}
}
@media screen and (max-width: 991px) {
	.about-style-01 .img-2 img {
		left: 0;
	}
}
@media screen and (max-width: 767px) {
	.about-style-01 .img-2 img {
		left: -10%;
	}
}
@media screen and (max-width: 575px) {
	.about-style-01 .img-2 img {
		display: none;
	}
}
.about-style-02 .about-img1,
.about-style-02 .about-img2 {
	display: inline-block;
}
@media screen and (max-width: 575px) {
	.about-style-02 .about-img1 {
		display: inherit;
	}
}
.about-style-03 .about-us-section .about-image {
	position: relative;
	margin-bottom: 30px;
	overflow: hidden;
}
.about-style-03 .about-us-section .about-image.one {
	margin-bottom: 30px;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.09);
}
.about-style-03 .about-us-section .about-image img {
	width: 100%;
	height: 285px;
	object-fit: cover;
}
.about-style-03 .about-us-section .a-image {
	overflow: hidden;
	box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.05);
}
.about-style-03 .about-us-section .about-us-inner {
	text-align: center;
	padding: 20px 30px;
	background: #00A7DE;
	bottom: 20px;
	left: 20px;
	z-index: 10;
	position: absolute;
}
.about-style-03 .about-us-section .about-us-inner.viceo {
	padding-right: 80px;
}
.about-style-03 .about-us-section .about-us-inner h2 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
	color: #fff;
}
.about-style-03 .about-us-section .about-us-inner .video-box {
	position: absolute;
	top: 0;
	right: 15px;
	bottom: 0;
	height: 40px;
	width: 40px;
	margin: auto;
}
.about-style-03 .about-us-section .about-us-inner .video-box a {
	color: #fff;
	width: 40px;
	display: block;
	text-align: center;
	line-height: 43px;
	height: 40px;
	background: rgba(0, 0, 0, 0.1);
}
.about-style-03 .about-content .about-list {
	display: flex;
	align-items: center;
	padding-top: 15px;
	margin-top: 25px;
}
.about-style-03 .about-content .about-list .about-author {
	background: #ffffff;
	box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.08);
	padding: 35px 30px 35px 45px;
	margin-right: 40px;
	margin-top: 25px;
	position: relative;
}
.about-style-03 .about-content .about-list .about-author::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	background: #00A7DE;
	height: 3px;
	width: calc(100% - 30px);
}
.about-style-03 .about-content .about-list .about-author span {
	color: #4c4d56;
}
.about-style-03 .about-content .about-list .about-author .author-img {
	position: absolute;
	left: -25px;
	top: 35px;
}
.about-style-03 .about-content .about-list ul li {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	color: #090d2f;
}
.about-style-03 .about-content .about-list ul li i {
	color: #00A7DE;
	margin-right: 5px;
}
.about-style-03 .about-content .about-list ul li + li {
	margin-top: 15px;
}
@media screen and (max-width: 1199px) {
	.about-style-03 .about-content .about-list {
		margin-top: 0px;
		padding-top: 0px;
	}
	.about-style-03 .about-content .about-list .about-author {
		border-radius: 5px;
		margin-right: 20px;
		margin-top: 0px;
		padding: 24px 22px 19px 39px;
	}
}
@media screen and (max-width: 575px) {
	.about-style-03 .about-us-section .about-us-inner {
		padding: 15px 21px;
	}
	.about-style-03 .about-us-section .about-us-inner.viceo {
		padding-right: 65px;
	}
	.about-style-03 .about-content .about-list {
		display: inline-block;
	}
	.about-style-03 .about-content .about-list .about-author {
		margin-bottom: 2rem;
	}
}
.about-style-04 .about-video {
	position: absolute;
	left: 5%;
	top: 31%;
	transform: translate(-50%, -50%);
}
.about-style-04 .about-video a {
	display: block;
	width: 84px;
	height: 84px;
	background: #00A7DE;
	text-align: center;
	line-height: 84px;
	color: #ffffff;
	font-size: 30px;
	border-radius: 50%;
	position: relative;
	border: 1px solid #00A7DE;
}
.about-style-04 .about-video a:before {
	content: " ";
	width: 130%;
	height: 130%;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	position: absolute;
	left: -12px;
	top: -12px;
	-webkit-animation: pulse 1s infinite;
	animation: pulse 1s infinite;
	z-index: -1;
}
.about-style-04 .about-video:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 80px;
	width: 80px;
	border: 2px solid #00A7DE;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.3;
	animation: pulse-border 1500ms ease-out infinite;
}
.about-style-04 .about-video:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	height: 95px;
	width: 95px;
	border: 2px solid #00A7DE;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	opacity: 0.3;
	animation: pulse-border 1500ms ease-out infinite;
}
.about-style-04 .about-img {
	width: 70px;
	height: 275px;
	border-radius: 10px;
	background-size: contain;
	background-position: center;
	margin-right: 30px;
}
.about-style-04 .about-icon-box {
	background: #fff;
	padding: 20px 10px 20px 10px;
	border-bottom: 4px solid #00A7DE;
}
.about-style-04 .about-icon-box .about-icon {
	font-size: 40px;
	height: 70px;
	width: 70px;
	background: #063b8b;
	display: flex;
	text-align: center;
	justify-content: center;
	border-radius: 50%;
	align-items: center;
	transition: 0.4s;
	margin: 0 auto 15px auto;
}
.about-5 .about-shape1 {
	position: absolute;
	height: 60px;
	width: 30px;
	background: #1388d7;
	bottom: 0;
	right: 30px;
	overflow: hidden;
}
.about-5 .about-shape1:after {
	background: #1cbfaa;
	animation: move 3s infinite;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape1:before {
	background: #1388d7;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape2 {
	background: #1cbfaa;
	bottom: 40px;
	right: 68px;
	height: 38px;
	width: 18px;
	position: absolute;
	overflow: hidden;
}
.about-5 .about-shape2:after {
	background: #1388d7;
	animation: move 3s infinite;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape2:before {
	background: #1cbfaa;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape3 {
	position: absolute;
	content: "";
	height: 52px;
	width: 35px;
	background: #fff;
	left: 20px;
	top: 0;
	overflow: hidden;
}
.about-5 .about-shape3:after {
	background: #1cbfaa;
	animation: move 3s infinite;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape3:before {
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape4 {
	position: absolute;
	content: "";
	height: 38px;
	width: 20px;
	background: #1cbfaa;
	top: -18px;
	left: 61px;
	overflow: hidden;
}
.about-5 .about-shape4:after {
	background: #fff;
	animation: move 3s infinite;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-shape4:before {
	background: #1cbfaa;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
}
.about-5 .about-image {
	position: relative;
	
}
.about-5 .about-image img {
	border-radius: 15px;
	
}
.about-5 .about-img-text {
	margin: 0 auto;
	position: absolute;
	width: 90%;
	left: 0;
	right: 0;
	bottom: 40px;
}
.about-5 .list-style2 li {
	line-height: 1.7;
	padding-left: 35px;
	position: relative;
	margin-bottom: 2rem;
}
.about-5 .list-style2 li:last-child {
	margin-bottom: 0;
}
.about-5 .list-style2 li:before {
	top: 2px;
	line-height: normal;
	content: "\e64c";
}
.about-5 h6 {
	font-size: 18px;
	font-weight: 700;
}
.contact-wrapper-box {
	position: relative;
	background: #ffffff;
	box-shadow: 0px 3px 10px 0px rgba(41, 45, 194, 0.08);
	border-radius: 4px;
}
.contact-wrapper-box .contact-form-area {
	position: relative;
	padding: 50px;
	height: 100%;
}
.contact-wrapper-box .contact-image:before {
	height: 100%;
	content: "";
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background-color: transparent;
	background-image: linear-gradient(180deg, transparent 9%, #004797 100%);
	opacity: 1;
}
.contact-wrapper-box .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border-radius: 50%;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.contact-wrapper-box .contact-form-area {
		padding: 10px;
	}
}
.coming-soon-main .countdown li {
	display: inline-block;
	padding: 35px 12px;
	min-width: 145px;
	text-align: center;
	background: #00A7DE;
	margin-right: 18px;
}
.coming-soon-main .countdown li:last-child {
	margin-right: 0;
}
.coming-soon-main .countdown li span {
	font-size: 50px;
	color: #fff;
	display: block;
	margin-bottom: 6px;
	line-height: 1;
	font-weight: 600;
	position: relative;
}
.coming-soon-main .countdown li p.timeRefDays,
.coming-soon-main .countdown li p.timeRefHours,
.coming-soon-main .countdown li p.timeRefMinutes,
.coming-soon-main .countdown li p.timeRefSeconds {
	font-size: 18px;
	font-weight: 600;
	margin: 0;
	color: #ffff;
	padding: 0;
	text-transform: uppercase;
}
.coming-soon-main .coming-soon-form .form-control {
	border-radius: 0;
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
	background: #fff;
	border: 1px solid lightgrey;
	min-height: 50px;
	height: 55px;
	position: relative;
	padding: 0.5rem 4rem 0.5rem 1rem;
	color: #fff;
}
.coming-soon-main .coming-soon-form .quform-submit-inner {
	position: absolute;
	right: 1px;
	top: 1px;
	width: auto;
	background: transparent;
	height: 48px;
}
.coming-soon-main .coming-soon-form .quform-submit-inner button {
	padding: 0.9rem 1.5rem;
}
.coming-soon-main .coming-soon-list li i {
	color: #063b8b;
	transition: all 0.4s ease;
}
.coming-soon-main .coming-soon-list li i:hover {
	color: #00A7DE;
}
@media screen and (max-width: 1599px) {
	.coming-soon-main .countdown li {
		padding: 25px 12px;
		min-width: 130px;
	}
}
@media screen and (max-width: 992px) {
	.coming-soon-main .countdown li {
		min-width: 118px;
		margin-right: 10px;
	}
	.coming-soon-main .countdown li span {
		font-size: 40px;
	}
	.coming-soon-main .countdown li p.timeRefDays,
	.coming-soon-main .countdown li p.timeRefHours,
	.coming-soon-main .countdown li p.timeRefMinutes,
	.coming-soon-main .countdown li p.timeRefSeconds {
		font-size: 15px;
	}
}
@media screen and (max-width: 575px) {
	.coming-soon-main .countdown li {
		margin: 10px;
		min-width: 161px;
	}
	.coming-soon-main .countdown li:last-child {
		margin: 10px;
	}
}
.countdown li {
	background: rgba(255, 255, 255, 0.2);
	display: inline-block;
	text-align: center;
	min-width: 150px;
	position: relative;
	padding: 15px 10px;
	margin-right: 10px;
}
.countdown li:last-child {
	margin-right: 0;
}
.countdown li span {
	font-size: 50px;
	color: #fff;
	font-weight: 800;
}
.countdown li p {
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 991px) {
	.countdown li {
		min-width: 130px;
	}
	.countdown li span {
		font-size: 40px;
	}
}
@media screen and (max-width: 575px) {
	.countdown li {
		min-width: 120px;
	}
}
.error-content {
	text-align: center;
}
.error-box {
	height: 230px;
	max-width: 230px;
	width: 100%;
	margin: 0 auto;
	display: table;
	border-radius: 10px;
	text-shadow: 10px 10px 0 rgba(255, 255, 255, 0.2);
}
.error-box h4 {
	font-size: 170px;
	letter-spacing: 2px;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #fff;
	color: transparent;
	text-align: center;
	justify-content: center;
}
.error-box.center {
	text-shadow: 10px 10px 0 rgba(255, 255, 255, 0.3);
}
.error-box.center h4 {
	-webkit-text-stroke-color: #ffffff;
}
@media screen and (max-width: 1399px) {
	.error-box {
		height: 204px;
	}
}
@media screen and (max-width: 767px) {
	.error-box {
		height: 156px;
	}
	.error-box h4 {
		font-size: 130px;
	}
}
@media screen and (max-width: 575px) {
	.error-box {
		height: 82px;
	}
	.error-box h4 {
		font-size: 70px;
	}
}
.appinment-form .left-content {
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.appinment-form .right-content {
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.social-icon-style1 {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0px;
	list-style: none;
}
.social-icon-style1 li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;
}
.social-icon-style1 li a {
	display: inline-block;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	background: rgba(255, 255, 255, 0.1);
	height: 41px;
	line-height: 41px;
	width: 41px;
}
.social-icon-style1 li a:hover,
.social-icon-style1 li a:active,
.social-icon-style1 li a:focus {
	background: #00A7DE;
}
.social-icon-style1 li:last-child {
	margin-right: 0;
}
.social-icon-style01 li {
	display: inline-block;
	margin-right: 10px;
}
.social-icon-style01 li:last-child {
	margin-right: 0;
}
.social-icon-style01 li a {
	font-size: 16px;
	background: #004797;
	color: #fff;
	height: 36px;
	width: 36px;
	line-height: 36px;
	display: inline-block;
	text-align: center;
	border-radius: 50%;
}
.social-icon-style01 li a:hover {
	
	background: #007aDe;
}
.social-icon-style2 {
	margin-left: 0;
	display: block;
	padding-left: 0;
	list-style: none;
}
.social-icon-style2 li {
	padding-right: 5px;
	display: inline-block;
	text-align: center;
}
.social-icon-style2 li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	background-color: rgba(6, 59, 139, 0.12);
	text-align: center;
	display: block;
	color: #063b8b;
	font-size: 16px;
	overflow: hidden;
	border-radius: 5px;
}
.social-icon-style2 li a:hover {
	background-color: #00A7DE;
	color: #fff;
}
.social-icon-style2 li:last-child {
	padding-right: 0;
}
.social-icon-style2 li a:hover i {
	animation: bottomtotop 0.6s linear forwards;
}
@keyframes bottomtotop {
	49% {
		transform: translateY(-100%);
	}
	50% {
		opacity: 0;
		transform: translateY(100%);
	}
	51% {
		opacity: 1;
	}
}
.social-icon-style3 {
	margin-bottom: 0;
	display: inline-block;
	padding-left: 0px;
	list-style: none;
}
.social-icon-style3 li {
	vertical-align: middle;
	display: inline-block;
	margin-right: 12px;
}
.social-icon-style3 li a {
	z-index: 1;
	width: 35px;
	height: 35px;
	color: white;
	font-size: 14px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	font-weight: 600;
	position: relative;
	border-radius: 5px;
	text-align: center;
	padding: 11px 11px;
	-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;
	text-transform: uppercase;
	background-color: #00A7DE;
}
.social-icon-style3 li a:before {
	z-index: -1;
	content: "";
	-webkit-transition: 0.75s;
	-o-transition: 0.75s;
	transition: 0.75s;
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	left: 0;
	top: 0;
	border-bottom: 55px solid transparent;
	border-left: 350px solid #00A7DE;
}
.social-icon-style3 li a:after {
	z-index: -1;
	content: "";
	-webkit-transition: 0.75s;
	-o-transition: 0.75s;
	transition: 0.75s;
	position: absolute;
	width: 0;
	height: 0;
	background: transparent;
	right: 0;
	bottom: 0;
	border-top: 55px solid transparent;
	border-right: 350px solid #00A7DE;
}
.social-icon-style3 li a:hover {
	background: #fff;
	color: #00A7DE;
}
.social-icon-style3 li a:hover:before {
	border-bottom: 0px solid transparent;
	border-left: 0px solid #00A7DE;
}
.social-icon-style3 li a:hover:after {
	border-top: 0px solid transparent;
	border-right: 0px solid #00A7DE;
}
.social-icon-style3 li:last-child {
	margin-right: 0;
}
.icon-style1 {
	display: block;
	color: #fff;
	background: #063b8b;
	font-size: 24px;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	transition: all 0.3s linear 0s;
	vertical-align: top;
}
.pricing-box {
	transition: all 0.4s ease;
	height: 100%;
	text-align: center;
	padding: 40px 28px;
}
.pricing-box:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
	transform: translateY(-8px);
}
@media screen and (max-width: 575px) {
	.pricing-box {
		padding: 20px 28px;
	}
}
.pricing-block {
	position: relative;
	z-index: 99;
	background: #fff;
	height: 100%;
	border: 1px solid #ededed;
	margin-top: 20px;
}
.pricing-block .pricing-head {
	position: relative;
	display: inline-block;
	padding: 0 10px;
	margin-top: -15px;
}
.pricing-block .pricing-head h4 {
	position: relative;
	background-color: #00A7DE;
	padding: 15px 45px;
	font-size: 20px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 30px;
}
@media screen and (max-width: 991px) {
	.pricing-block .pricing-head h4 {
		padding: 15px 30px;
	}
}
.ani-top-bottom {
	animation-name: float-y;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes float-y {
	0% {
		transform: translateY(-20px);
	}
	50% {
		transform: translateY(-10px);
	}
	to {
		transform: translateY(-20px);
	}
}
.ani-left-right {
	animation-name: float-x;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}
@keyframes float-x {
	0% {
		transform: translateX(-20px);
	}
	50% {
		transform: translateX(-10px);
	}
	to {
		transform: translateX(-20px);
	}
}
.ani-top-bottom2 {
	animation-duration: 5s;
	animation-iteration-count: infinite;
	animation-name: TopBottom2;
	animation-timing-function: ease-in-out;
}
@keyframes TopBottom2 {
	0% {
		transform: translate(0px, 0px);
	}
	65% {
		transform: translate(0, 30px);
	}
	100% {
		transform: translate(0px, 0px);
	}
}
.rotated {
	animation: rotated 45s infinite linear;
}
@-webkit-keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes rotated {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes move {
	0% {
		transform: translate3d(-200%, 0, 0);
	}
	60% {
		transform: translate3d(100%, 0, 0);
	}
	100% {
		transform: translate3d(100%, 0, 0);
	}
}
.error-page-main h2 {
	font-size: 229px;
	font-weight: 700;
	color: #fff;
}
@media only screen and (max-width: 991px) {
	.error-page-main h2 {
		font-size: 200px;
	}
}
@media only screen and (max-width: 575px) {
	.error-page-main h2 {
		font-size: 165px;
	}
}
.form-group {
	margin-bottom: 1rem;
}
.form-group label {
	margin-bottom: 0.5rem;
}
.form-control:focus {
	border-color: #00A7DE;
}
.form-check-input:checked {
	border-color: #00A7DE;
	background-color: #00A7DE;
}
.quform-input {
	position: relative;
}
.quform-input .quform-errors-wrap {
	position: absolute;
	right: 8px;
	top: 0;
	line-height: normal;
	z-index: 1;
}
.quform-element > label {
	font-weight: 600;
	padding-bottom: 5px;
	margin-bottom: 0;
	color: #6a747b;
	font-size: 15px;
}
.quform-element > label .quform-required {
	color: #cc0101;
	font-size: 10px;
}
.quform-inner input {
	width: 100%;
}
.quform-elements .quform-element textarea {
	margin-bottom: 0;
	padding: 8px 15px;
	vertical-align: top;
}
.quform-elements .quform-element select {
	margin-bottom: 0;
	padding: 8px 35px 8px 15px;
}
.quform-errors {
	padding: 0;
	margin: 0;
	line-height: normal;
}
.quform-errors > .quform-error {
	padding: 0;
	background: none;
	border: none;
	float: none;
	color: #f5543f;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal;
}
.quform-outer-no-js .quform-error {
	padding: 0;
	background: none;
	border: none;
	float: none;
	color: #f5543f;
	font-size: 11px;
	line-height: normal;
	letter-spacing: normal;
}
.quform-outer-no-js .quform-success-message {
	padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-has-error input,
.quform-has-error textarea,
.quform-has-error select,
.quform-has-error input[type="file"],
.quform-has-error .custom-file-label {
	border-color: #f5543f;
}
.quform-success-message {
	padding: 0.75rem 1.25rem 0.75rem 3rem;
}
.quform-submit-inner {
	float: none;
}
.quform-loading-wrap {
	float: none;
}
.quform-loading-wrap .quform-loading {
	display: inline-block;
}
.quform-element {
	margin-bottom: 1rem;
}
.newsletter-form .quform-submit-inner button {
	position: absolute;
	bottom: 8px;
	right: 8px;
	background-color: #063b8b;
	border-radius: 5px;
	color: #fff;
}
.newsletter-form .quform-submit-inner button:active,
.newsletter-form .quform-submit-inner button:focus,
.newsletter-form .quform-submit-inner button:hover {
	background-color: #063b8b;
	color: #fff;
}
.newsletter-form .quform-input .form-control {
	min-height: 54px;
	padding: 0.375rem 1.05rem;
}
.newsletter-form.form2 .quform-input .form-control {
	background: rgba(255, 255, 255, 0.1);
}
.footer-logo {
	max-width: 214px;
	width: 100%;
	display: inline-block;
}
.footer-logo > a {
	display: inline-block;
}
footer .email {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	display: inline-block;
	padding-bottom: 5px;
}
footer .email a {
	color: rgba(255, 255, 255, 0.7);
	position: relative;
	transition: all 0.8s ease;
}
footer .email a:hover:after,
footer .email a:active:after,
footer .email a:focus:after {
	width: 100%;
}
footer .email a:hover,
footer .email a:active,
footer .email a:focus {
	color: #00A7DE;
}
footer .email a:after {
	border-bottom: 1px solid #fff;
	transition: all 0.8s ease;
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -10px;
	right: 0;
	width: 0;
}
footer .phone {
	padding-bottom: 0;
	margin-bottom: 0;
}
footer .phone a {
	padding-bottom: 0;
	letter-spacing: -0.05rem;
	color: #fff;
}
footer .phone a:hover,
footer .phone a:active,
footer .phone a:focus {
	color: #00A7DE;
}
@media screen and (max-width: 767px) {
	footer {
		padding-top: 60px;
	}
}
.footer-style3 h3:before,
.footer-style3 h3:after {
	content: none;
}
footer .list-style-1 li {
	padding: 0 0 5px 0;
}
footer .list-style-1 li:last-child {
	padding: 0;
}
.footer-list li a {
	color: #fff;
}
.footer-list li a:hover {
	color: #00A7DE;
}
.conatct-info {
	margin-top: -70%;
}
@media screen and (max-width: 1199px) {
	.conatct-info {
		margin-top: 0;
	}
}
.footer-bar {
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 80px;
	position: relative;
	z-index: 1;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	text-align: center;
}
@media screen and (max-width: 767px) {
	.footer-bar {
		margin-top: 60px;
	}
}
.footer-menu {
	padding: 0;
	margin-bottom: 0;
	list-style: none;
}
.footer-menu li {
	display: inline-block;
}
.footer-menu li:after {
	content: "|";
	margin: 0 15px;
	top: 0;
	margin-top: -2px;
	color: rgba(255, 255, 255, 0.5);
	height: auto;
	width: auto;
}
.footer-menu li a {
	color: #ffffff;
}
.footer-menu li.last:after {
	content: none;
}
@media screen and (max-width: 575px) {
	.footer-menu li:after {
		margin: 0 12px;
	}
}
.footer-section-title span {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 800;
	color: #00A7DE;
	margin-bottom: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.footer-section-title span:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 1px;
	background-color: #00A7DE;
}
.buy-theme {
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	position: fixed;
	top: 150px;
	right: -89px;
	background: #00A7DE;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
.buy-theme i {
	font-size: 16px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #fff;
}
.all-demo i {
	font-size: 15px;
	vertical-align: middle;
	position: relative;
	top: -1px;
	color: #fff;
}
.buy-theme:hover,
.all-demo:hover {
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	right: 0px;
	background: #00A7DE;
}
.all-demo:hover {
	background: #063b8b;
}
.buy-theme span,
.all-demo span {
	padding: 0 9px;
	position: relative;
	top: 0;
	opacity: 0;
}
.buy-theme:hover span,
.all-demo:hover span {
	opacity: 1;
	color: #fff;
}
.buy-theme:hover i,
.all-demo:hover i {
	color: #fff;
}
.buy-theme a,
.all-demo a {
	color: #232323;
	font-size: 10px;
	text-transform: uppercase;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	font-weight: 500;
}
.all-demo {
	transition-timing-function: ease-in-out;
	transition-duration: 0.2s;
	position: fixed;
	top: 185px;
	right: -105px;
	background: #063b8b;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	z-index: 9999;
}
