@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap');

:root {
	--fontFamily: 'Poppins', sans-serif;
	--sub-fontFamily: 'Poppins';
	--mainColor: #079;
	--paragraphColor: #8c8c8c;
	--whiteColor: #ffffff;
	--titleColor: #079;
	--optionalColor: #0095da;
	--fontSize: 16px;
	--transition: .5s;
}

html {
	font-size: 100%;
	overflow-x: hidden;
}

* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	color: #079;
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	color: #079;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	color: #001e3c;
	font-weight: 600;
}

footer .sub-menu {
	display: none !important;
}

.img-fluid {
	width: 100%;
}

.img-fluid.yellow {
	margin: 0 15%;
	width: 70%;
	vertical-align: top;
}

h1 {
	font-size: clamp(2.5rem, 10vw, 50px);
	line-height: 1.2;
}

h2 {
	font-size: clamp(2rem, 2.5vw, 45px)
}

h3 {
	font-size: clamp(1.8rem, 2vw, 20px);
	/*line-height: 1.2;*/
}

h4 {
	font-size: clamp(1.2rem, 1.8vw, 2rem);
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 15px;
}

p {
	margin: 0;
	padding: 0;
}

ul {
	margin: 0;
}

li {
	list-style: none;
}

input,
select,
textarea {
	border: none;
	outline: none;
	font-size:16px;
}

.header_top_bar .ysm-search-widget .search-field[type="search"] {
	font-size: 16px;
}

button {
	border: none;
	cursor: pointer;
}

button,
button:hover,
button:focus {
	outline: none;
}

body {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	line-height: 26px;
	color: #444444;
	/* overflow: hidden; */
}

.pt-100 {
	padding-top:100px;
}

.section_padding {
	padding: 120px 0;
}

.section_title {
	margin-bottom: 55px;
}

.section_title h2 {
	font-size: clamp(2rem, 2.5vw, 45px) !important;
}

.section_title p {
	margin: 0 0 10px 0;
}

.section_title ul {
	margin: 20px 0 30px;
	padding: 0 0 0 20px;
	width: 100%;
	float: left;
}

.section_title ul li {
	list-style: disc;
	color: #079;
	width: 50%;
	vertical-align: top;
}

@media only screen and (min-width:600px) {
	.section_title ul li {
		float: left;
	}
}

.section_title h2 {
	position: relative;
}

.section_title h2:after {
	content: '';
	background: url("../images/sign.png") no-repeat center;
	width: 54px;
	height: 16px;
	display: block;
	margin: 17px auto 10px;
}

.single .section_title h2:after {
	margin: 20px 0;
}

.top_left {
	color: #fff;
}

.section_title span {
	color: #079;
	font-size: 14px;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 5px;
}

.bg_image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.background-image {
	position:absolute;
	inset: 0;
}

.background-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.bg_overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.gray_bg {
	background: #f9f9f9;
}

.domar_btn {
	display: inline-block;
	padding: 12px 33px;
	border-radius: 30px;
	text-transform: uppercase;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	border: 1px solid #079;
	background: #fff;
	transition: all .5s;
}

.domar_btn:hover,
.domar_btn:focus {
	background: #079 !important;
	color: #fff !important;
	border-color: #079 !important;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1200px;
	}
}


/*>----------------------------------
End Default css
------------------------------------<*/

/*>----------------------------------
02. Start Search Wrapper css
------------------------------------*/
.search_wrapper.active {
	top: 0;
}

.search_wrapper {
	position: fixed;
	top: -100%;
	left: 0;
	background-color: #001e3c;
	height: 50%;
	width: 100%;
	z-index: 999999;
	-webkit-transition: all 0.6s ease-out 0s;
	-moz-transition: all 0.6s ease-out 0s;
	-ms-transition: all 0.6s ease-out 0s;
	-o-transition: all 0.6s ease-out 0s;
	transition: all 0.6s ease-out 0s;
}

.search_wrapper .close_link {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	line-height: 50px;
	background: #079;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 22px;
}

.site_logo img {
	max-height: 60px;
	padding-right: 2rem;
	max-width: 300px;
}

.sticky .site_logo img {
	max-height: 50px;
}

.search_wrapper .form_control {
	background: transparent;
	width: 70%;
	position: absolute;
	top: 50%;
	left: 15%;
	height: 60px;
	padding-left: 30px;
	margin: 0 auto;
	color: #fff;
	border: none;
	border-bottom: 1px solid #fff;
	transition: all .5s;
}

.search_wrapper .form_control:focus {
	border-color: #079;
}

.search_wrapper .form_control::placeholder {
	color: #fff;
	letter-spacing: 2px;
	text-transform: capitalize;
}

/*>----------------------------------
End Search Wrapper css
<------------------------------------*/

/*>----------------------------------
03. Start Preloader css
<------------------------------------*/
.preloader_area {
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 11000;
}

.spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 50px;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 10px;
}

.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .line2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .line3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .line4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .line5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

.spinner .line6 {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}

.spinner .line7 {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}

@-webkit-keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}

	20% {
		-webkit-transform: scaleY(1.0)
	}
}

@keyframes sk-stretchdelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}

	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

/*>----------------------------------
End Preloader css
------------------------------------<*/

/*>----------------------------------
04. Start Header_top_bar css
------------------------------------<*/
.header_top_bar {
	padding: 17px 0;
	background: #079;
}

.header_top_bar .top_left a {
	color: #fff;
	margin-right: 20px;
}

.header_top_bar .top_left a i {
	margin-right: 10px;
}

.header_top_bar .top_right a i {
	margin-right: 10px;
}

.header_top_bar .top_right {
	float: right;
}

.header_top_bar .top_right p {
	color: #fff;
	float: right;
	margin-right: 20px;
}

.header_top_bar .top_right p a {
	color: #fff;
}

/*>----------------------------------
End Header_top_bar css
------------------------------------<*/

/*>----------------------------------
05. Start Header_area css
------------------------------------<*/
.transparent_header,
.header_area {
	position: sticky;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 337;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.4);
}

.transparent_header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 337;
}

.sticky.transparent_header .site_menu .main_menu ul li a {
	color: #012237;
}

.transparent_header .site_menu .main_menu ul li a {
	color: #fff;
}

.site_menu .main_menu {
	float: right;
}

.site_menu .main_menu ul li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
}

.site_menu .main_menu ul li a {
	display: block;
	font-size: 16px;
	color: #012237;
	padding: 40px 0;
	transition: all .5s;
}

.site_menu .main_menu ul.nav-menu > li:last-child > a {
	background-color: #f7f7f7;
	padding: 10px 20px;
	border-radius: 25px;
	color: #333;
    border: 1px solid #079;
    margin-top: 28px;
}

.site_menu .main_menu ul.nav-menu > li:last-child:hover > a {
	background-color: #079;
	color: #fff;
}

.site_menu .main_menu ul li > ul.sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	-webkit-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	width: 250px;
	text-align: left;
	padding: 15px 0;
	z-index: 9999;
	opacity: 0;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(232, 227, 232, 1);
	-moz-box-shadow: 0px 0px 5px 0px rgba(232, 227, 232, 1);
	box-shadow: 0px 0px 5px 0px rgba(232, 227, 232, 1);
	visibility: hidden;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.site_menu .main_menu ul li:hover > ul.sub-menu {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	top: 100%;
	visibility: visible;
	opacity: 1;
}

.site_menu .main_menu ul li > ul.sub-menu li {
	display: block;
	margin: 0;
}

.site_menu .main_menu ul li > ul.sub-menu li > a {
	padding: 5px 35px;
	color: #012237;
	font-size: 14px;
	text-transform: capitalize;
}

.site_menu .main_menu ul li > ul.sub-menu li:hover > a:after {
	display: none;
}

.site_menu .main_menu ul li > ul.sub-menu li:hover > a {
	color: #079;
	padding-left: 40px;
}

.site_menu .main_menu ul li ul.sub-menu li > ul.sub-menu {
	top: 0;
	left: 100%;
	opacity: 0;
	visibility: hidden;
}

.site_menu .main_menu ul li ul.sub-menu li:hover > ul.sub-menu {
	visibility: visible;
	opacity: 1;
}

/*sidebar_menu*/
.sticky.transparent_header .mobile_menu ul li a {
	color: #001e3c;
}

.mobile_wrapper {
	display: none;
	padding: 15px 0;
}

div.mobile_menu {
	float: right;
}

@media only screen and (min-width:1200px) {
	.mobile_wrapper .sidebar-menu .mobile_menu {
		float: right;
	}
}

.mobile_menu ul li {
	display: inline-block;
	margin-left: 20px;
}

.mobile_menu ul li a {
	color: #001e3c;
	font-size: 16px;
	display: block;
	cursor: pointer;
}

.sidenav_menu {
	overflow: hidden;
	width: 80%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding: 50px 20px;
	z-index: 9999;
	background: #ffffff;
	overflow: auto;
	transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	-webkit-transition: -webkit-transform 0.6s ease;
	transition: transform 0.6s ease;
}

.sidenav_menu.active {
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.sidebar-menu li a {
	text-transform: capitalize;
	color: #04040d;
	border: none;
}

.sidebar-menu > li:hover > a,
.sidebar-menu > li.active > a {
	color: #079;
	background: #fff;
	border: none;
}

.sidebar-menu .sub-menu {
	padding-left: 10px;
	margin: 0;
	background: #fff;
}

.sidebar-menu .sub-menu li a {
	color: #04040d;
}

.close_icon {
	position: absolute;
	right: 0;
	top: 0;
}

.close_icon .close_btn {
	cursor: pointer;
}

.close_icon .close_btn i {
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #04040d;
	color: #fff;
	font-size: 16px;
}

.mobile_wrapper .sidebar-menu li.menu-item-has-children.active > a:after,
.mobile_wrapper .sidebar-menu li.menu-item-has-children > a:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	float: right;
	cursor: pointer;
	transition: all .5s;
}

.mobile_wrapper .sidebar-menu li.menu-item-has-children > a:after {
	content: '\f107';
}

.mobile_wrapper .sidebar-menu li.menu-item-has-children.active > a:after {
	content: '\f106';
}

.transparent_header .mobile_menu ul li a {
	color: #fff;
}

/*>----------------------------------
End Header_area css
------------------------------------<*/


/*>----------------------------------
>---06. Start Home_v1 css---<
------------------------------------<*/
/*
Start hero section
*/
.hero_v1 {
	padding: 203px 0 352px;
}

.hero_bg .domar_content_box h2 {
	color: #fff;
	margin-bottom: 15px;
	font-size: 65px;
}

.hero_bg .domar_content_box p {
	color: #fff;
	margin-bottom: 32px;
}

.hero_v1 .bg_overlay {
	opacity: 0.471;
}

/*
Start hero section
*/

/*
Start domar_countdown
*/
.domar_offer_box {
	max-width: 1266px;
	padding: 55px 30px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 3px 77.28px 14.72px rgba(0, 0, 0, 0.2);
	margin: 0 auto;
	margin-top: -137px;
	z-index: 1;
	position: relative;
}

.countdown_newsletter h4 {
	margin-bottom: 30px;
}

.countdown_newsletter h4 span {
	color: #079;
}

.countdown_newsletter .form_group {
	position: relative;
}

.countdown_newsletter .form_group .form_control {
	border-radius: 30px;
	background: #f5f5f5;
	border: none;
	height: 60px;
	padding-left: 27px;
}

.countdown_newsletter .form_group .domar_btn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 17px 26px;
	border: none;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.countdown_newsletter .form_group .domar_btn:hover,
.countdown_newsletter .form_group .domar_btn:focus {
	background: #079;
}

.offer_countdown {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.counter_column {
	position: relative;
	height: 143px;
	width: 143px;
	background: url("../images/badge.png") no-repeat center;
}

.counter_column .inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #012237;
	font-weight: bold;
	font-size: 21px;
}

.counter_column .inner span {
	margin-bottom: 12px;
	font-size: 36px;
	display: block;
}

/*
End domar_countdown
*/

/*
Start categories_v1 section css
*/
.categories_style_v1 .section_title {
	margin-top: -7px;
}

.categories_style_v1 {
	margin-bottom: -30px;
}

.categories_style_v1 .categorie_box {
	display: block;
	max-height: 150px;
	width: 100%;
	padding: 52px 0;
	text-align: center;
	margin-bottom: 30px;
}

.categories_style_v1 .categorie_box:hover .bg_overlay {
	background-color: rgb(13, 184, 150);
}

.categories_style_v1 .bg_overlay {
	background: rgb(1, 34, 55);
	opacity: 0.78;
	transition: all .5s;
}

.categories_style_v1 .domar_content {
	position: relative;
}

.categories_style_v1 .domar_content h4 {
	color: #fff;
	margin-bottom: 6px;
}

.categories_style_v1 .domar_content h6 {
	color: #fff;
}

/*
End categories_v1 section css
*/

/*
Start couse_style_v1 section css
*/
.course_style_v1 {
	padding-bottom: 90px;
}

.course_style_v1 .section_title {
	margin-top: -10px;
}

.course_style_v1 .course_box {
	margin-bottom: 30px;
}

.course_style_v1 .course_box .domar_img {
	position: relative;
}

.course_style_v1 .course_box .domar_img .overlay_content {
	position: absolute;
	bottom: -15px;
	left: 30px;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn {
	display: inline-block;
	padding: 3px 10px;
	background: #079;
	color: #fff;
	font-size: 16px;
	font-weight: 500;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn.cat_1 {
	background: #0d85d2;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn.cat_2 {
	background: #079;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn.cat_3 {
	background: #3127ee;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn.cat_4 {
	background: #079;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn.cat_5 {
	background: #e22af3;
}

.course_style_v1 .course_box .domar_img .overlay_content .cat_btn.cat_6 {
	background: #ee7727;
}

.course_style_v1 .course_box .domar_info {
	padding: 27px 30px 15px;
	border: 1px solid #ddd;
	border-top: none;
}

.course_style_v1 .course_box .domar_info .post_title h3 {
	font-size: 22px;
	line-height: 34px;
	margin-bottom: 15px;
}

.page-template-vaccinations .course_style_v1 .course_box .domar_info .post_title h3 {
	margin-bottom: 5px;
}

.course_style_v1 .course_box .domar_info .post_title h3 a {
	color: #001e3c;
}

.course_style_v1 .course_box .domar_info .post_meta .top_info {
	margin-top: 20px;
}

.course_style_v1 .course_box .domar_info .post_meta .top_info p {
	display: inline-block;
	float: right;
}

.course_style_v1 .course_box .domar_info .post_meta .top_info a.author {
	color: #444;
}

.course_style_v1 .course_box .domar_info .post_meta .top_info p span.price {
	margin-right: 10px;
	text-decoration: line-through;
}

.course_style_v1 .course_box .domar_info .post_meta .bottom_info {
	padding-top: 12px;
	border-top: 1px solid #ddd;
}

.course_style_v1 .course_box .domar_info .post_meta .bottom_info ul li {
	display: inline-block;
	vertical-align: middle;
}

.course_style_v1 .course_box .domar_info .post_meta .bottom_info ul li.star:after {
	content: '\f005';
	font-weight: 900;
	font-family: 'Font Awesome 5 Free';
	color: #f5d817;
}

.course_style_v1 .course_box .domar_info .post_meta .bottom_info ul li.enroll {
	float: right;
}

/*
End couse_style_v1 section css
*/

/*
Start teacher_v1 section css
*/
.domar_teachers .section_title {
	margin-top: -10px;
}

.teacher_box:hover .overlay_content {
	visibility: visible;
	opacity: .8;
	transform: translate(-50%, -50%);
}

.teacher_box:hover .bg_overlay {
	visibility: visible;
	opacity: .8;
	transform: translate(-50%, -50%);
}

.teacher_box .domar_img {
	position: relative;
	overflow: hidden;
}

.teacher_box .bg_overlay {
	width: 330px;
	height: 410px;
	opacity: 0;
	visibility: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-100%, -50%);
	transition: all .3s;
}

.teacher_box .overlay_content {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	width: 87%;
	padding: 10px 16px;
	opacity: 0;
	visibility: hidden;
	transform: translate(100%, -50%);
	transition: all .5s;
}

.teacher_box .overlay_content .info {
	margin-bottom: 25px;
}

.teacher_box .overlay_content .info h4 {
	color: #fff;
	margin-bottom: 10px;
}

.teacher_box .overlay_content .info h5 {
	color: #fff;
}

.teacher_box .overlay_content .text {
	margin-bottom: 40px;
}

.teacher_box .overlay_content .text p {
	color: #fff;
}

.teacher_box .overlay_content .social a {
	display: inline-block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background: #012237;
	color: #fff;
	margin-left: 3px;
	margin-right: 3px;
	transition: all .5s;
}

.teacher_box .overlay_content .social a:hover,
.teacher_box .overlay_content .social a:focus {
	background: #079;
	color: #fff;
}

.teacher_v2 {
	padding: 190px 0 120px;
}

.light_bg {
	background: #f3fdff;
}

.testimonial_v3 .teacher_box {
	margin-bottom: 40px;
}

.testimonial_v3 {
	margin-bottom: -40px;
}

/*
End teacher_v1 section css
*/

/*
Start domar_joined_v1 section css
*/
.domar_joined_v1 .domar_content_box {
	margin-top: -8px;
}

.domar_joined_v1 {
	padding: 120px 0 5px;
}

.domar_joined_v1 .bg_overlay {
	background: rgb(1, 34, 55);
	opacity: 0.6;
}

.domar_joined_v1 .domar_content_box h2 {
	color: #fff;
	margin-bottom: 25px;
	font-size: 60px;
	line-height: 70px;
}

.domar_joined_v1 .domar_content_box p {
	color: #fff;
	margin-bottom: 30px;
}

.domar_joined_v1 .domar_button .domar_btn {
	border-radius: 0;
	padding: 13px 43px;
}

.joined_wrapper {
	padding: 50px 30px 55px;
	background: #079;
	opacity: 1;
	position: relative;
	margin-top: 125px;
	margin-bottom: -85px;
	clip-path: polygon(0 0, 100% 17%, 100% 100%, 0% 100%);
}

.joined_wrapper .domar_content_box h2 {
	font-size: 50px;
	line-height: 60px;
	margin-bottom: 10px;
}

.joined_wrapper .domar_content_box p {
	margin-bottom: 0;
	font-size: 15px;
}

.joined_wrapper .domar_button {
	float: right;
}

.joined_wrapper .domar_button .domar_btn {
	padding: 13px 47px;
	border-color: #fff;
	background: #fff;
	color: #001e3c;
	border-radius: 30px;
}

.joined_wrapper .domar_button .domar_btn:hover,
.joined_wrapper .domar_button .domar_btn:focus {
	background: transparent;
	color: #fff;
}

/*
End domar_joined_v1 section css
*/

/*
Start why_choose_v1 section css
*/
.why_choose_v1 .domar_content_box {
	margin-top: -10px;
}

.why_choose_v1 {
	padding: 195px 0 120px;
}

.domar_why_choose .domar_content_box h3 {
	margin-bottom: 40px;
}

.domar_why_choose .content_list .single_list {
	margin-bottom: 30px;
}

.domar_why_choose .content_list .single_list:last-child {
	margin-bottom: 0;
}

.domar_why_choose .content_list .list_info {
	position: relative;
	padding-left: 48px;
}

.domar_why_choose .content_list .list_info:after {
	position: absolute;
	top: 6px;
	left: 0;
	content: '';
	width: 18px;
	height: 18px;
	border-radius: 2px;
	background: #fff;
	display: block;
	border: 5px solid #fd5656;
}

.domar_why_choose .content_list .list_info.list_2:after {
	border-color: #2a46eb;
}

.domar_why_choose .content_list .list_info.list_3:after {
	border-color: #079;
}

/*
why_choose_v1 section css
*/

/*
Start domar_blog section css
*/
.blog_style_v1 .section_title {
	margin-top: -10px;
}

.blog_style_v1 .blog_box {
	width: 100%;
	height: 640px;
	overflow: hidden;
	position: relative;
}

.blog_style_v1 .blog_box .bg_overlay {
	background: rgb(1, 34, 55);
	opacity: 0.58;
	transition: all .5s;
}

.blog_style_v1 .blog_box .blog_info {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	word-break: break-word;
	padding: 40px 30px;
}

.blog_style_v1 .blog_box .blog_info h3 {
	font-size: 28px;
	line-height: 45px;
	margin-bottom: 20px;
}

.blog_list_wrapper .blog_box_2 .blog_info h3 a,
.blog_style_v1 .blog_box .blog_info h3 a {
	color: #fff;
}

.blog_style_v1 .blog_box .blog_info a.date {
	color: #fff;
}

.blog_style_v1 .blog_box .blog_info a.btn_link {
	color: #fff;
}

.blog_list_wrapper .blog_box_2 .blog_info a.date i,
.blog_style_v1 .blog_box .blog_info a.date i {
	margin-right: 10px;
}

.blog_list_wrapper .blog_box_2 {
	height: 195px;
	margin-bottom: 27px;
}

.blog_list_wrapper .blog_box_2:hover .bg_overlay {
	background: #079;
}

.blog_list_wrapper .blog_box_2:last-child {
	margin-bottom: 0;
}

.blog_list_wrapper .blog_box_2 .bg_overlay {
	background: #012237;
	opacity: .87;
	transition: all .5s;
}

.blog_list_wrapper .blog_box_2 .blog_info {
	position: relative;
	padding: 36px 30px 20px;
	height: 100%;
}

.blog_list_wrapper .blog_box_2 .blog_info a.date {
	margin-bottom: 15px;
	display: block;
	color: #fff;
}

.blog_list_wrapper .blog_box_2 .blog_info h3 {
	font-size: 28px;
	line-height: 45px;
	font-weight: bold;
}

/*
End domar_blog section css
*/

/*
Start domar_footer css
*/

.footer_v1 {
	color:#fff;
}


.footer_v1 .bg_overlay {
	background-color: rgb(1, 34, 55);
	opacity: 0.949;
}

.footer_widget_wrapper {
	padding: 50px 0 30px;
}

.footer_widget_wrapper .widget_box .widget_title,
footer h4
{
	margin-bottom: 20px;
}

.footer_widget_wrapper .widget_box .widget_title h4,
footer h4
{
	color: #fff;
}

.contact-btn input {
	padding: 20px 30px;
	border-color: var(--mainColor);
	border: 1px solid;
	border-radius: 50px;
	background: #f7f7f7;
}

.contact-btn input:hover {
	background: var(--mainColor);
}

.contact_wrapper .single_contact {
	display: flex;
	flex-wrap: row wrap;
	margin-bottom: 15px;
	align-items: center;
}

.contact_wrapper .single_contact .list_icon i {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	background: #079;
	color: #fff;
}

.contact_wrapper .single_contact .list_text {
	margin-left: 22px;
}

.contact_wrapper .single_contact .list_text p,
.contact_wrapper .single_contact .list_text p a {
	color: #fff;
}

.time_slide .single_time {
	outline: none;
}

.time_slide .single_time ul li {
	color: #fff;
	border-bottom: 1px solid #8796a0;
	padding-bottom: 6px;
	padding-top: 4px;
}

.time_slide .single_time ul li:last-child {
	border: none;
}

.time_slide .slick-dots li {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: transparent;
	margin: 0 2px;
}

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

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

.time_slide .single_time ul li span {
	float: right;
}

.footer_widget_wrapper .widget_box ul.widget_link li {
	line-height: 1;
	color: #fff;
	display: inline-block;
	margin: 0 10px 10px 0;
}

.footer_widget_wrapper .widget_box ul.widget_link li a {
	color: #fff;
	transition: all .5s;
}

.footer_widget_wrapper .widget_box ul.widget_link li:hover a {
	padding-left: 5px;
}

.footer_widget_wrapper .widget_box ul.widget_link li:hover:before {
	background: #fd5656;
	margin-right: 10px;
	visibility: visible;
	opacity: 1;
}

.footer_widget_wrapper .widget_box ul.widget_link li:before {
	display: inline-block;
	background: #fff;
	margin-right: -5px;
	content: '';
	width: 5px;
	visibility: hidden;
	opacity: 0;
	height: 5px;
	border-radius: 50%;
	vertical-align: middle;
	transition: all .2s;
}

footer a {
	color:#fff;
}

.contact-details > * {
	display:block;
}

@media only screen and (max-width:991px) {
	footer {
		text-align:center;
	}

	footer h4 {
		margin-top: 30px;
	}

	footer i {
		padding-right:0.5rem;
	}

	footer [itemprop="address"] > * {
		display:inline-block;
	}
}

@media only screen and (min-width:992px) {
	
	.contact-details {
		overflow:hidden;
	}

	.contact-details > * {
		position:relative;
		padding-left:1.5rem;
	}
	
	.contact-details i {
		position:absolute;
		left:0;
		line-height: 1.5;
	}
	
	span.time {
		float: right;
	}
}


.footer_copyright {
	position: relative;
	border-top: 1px solid #546874;
	padding: 18px 0;
}

.copyright_text p {
	color: #fff;
	float: left;
}

.copyright_link {
	float: right;
}

.copyright_link ul li {
	margin-left: 22px;
	display: inline-block;
}

.copyright_link ul li a {
	color: #fff;
}

.copyright_link ul li a:hover,
.copyright_link ul li a:focus {
	color: #079;
}

/*
End domar_footer css
*/
/*>----------------------------------
>---End Home_v1 css---<
------------------------------------<*/

/*>----------------------------------
>---07. Start Home_v2 css---<
------------------------------------<*/
/*
Start hero seciton
*/
.hero_v2 {
	padding: 198px 0;
	height: 750px;
}

.hero_v3 .bg_overlay,
.hero_v2 .bg_overlay {
	opacity: .65;
}

.hero_v3 .domar_button .domar_btn,
.hero_v2 .domar_button .domar_btn {
	margin-left: 5px;
	margin-right: 5px;
	background: transparent;
	border: none;
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
}

.hero_v3 .domar_button .domar_btn:hover,
.hero_v3 .domar_button .domar_btn:focus,
.hero_v2 .domar_button .domar_btn:hover,
.hero_v2 .domar_button .domar_btn:focus {
	background: #079;
	color: #fff;
}

.hero_v3 .domar_button .domar_btn i,
.hero_v2 .domar_button .domar_btn i {
	margin-right: 10px;
}

.hero_v3 .domar_button .domar_btn.active_btn,
.hero_v2 .domar_button .domar_btn.active_btn {
	background: #079;
}

.hero_v3 .domar_button .domar_btn.active_btn:hover,
.hero_v3 .domar_button .domar_btn.active_btn:focus,
.hero_v2 .domar_button .domar_btn.active_btn:hover,
.hero_v2 .domar_button .domar_btn.active_btn:focus {
	background: transparent;
	color: #fff;
	border: none;
}

.hero_v2 .banner_content .domar_content_box h1,
.hero_v3 .banner_content .domar_content_box h1 {
	margin-bottom: 31px;
}

.hero_v2 .banner_content .domar_content_box p,
.hero_v3 .banner_content .domar_content_box p {
	margin-bottom: 46px;
}

/*
End hero seciton
*/

/*
Start domar_feature section
*/
.featured_v1 {
	position: relative;
	z-index: 1;
}

.featured_v1 .domar_box {
	position: relative;
	overflow: hidden;
	padding: 60px 33px 50px;
	border-radius: 5px;
	background: rgb(255, 255, 255);
	z-index: 1;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all .5s;
}

.home .featured_v1 .domar_box {
	position: relative;
	overflow: hidden;
	padding: 30px;
	border-radius: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
	transition: all .5s;
	min-height: 300px;
}


.featured_v1 .domar_box:hover:after {
	opacity: 1;
	visibility: visible;
}

.home .featured_v1 .domar_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.home .featured_v1 .domar_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
	visibility: visible;
	opacity: 1;
}

.home .featured_v1 .domar_box .domar_btn {
	position: absolute;
	bottom: 30px;
	left: 30px;
	z-index: 3;
}

.home .featured_v1 .domar_box .domar_info {
	z-index: 2;
}

.featured_v1 .domar_box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #079;
	opacity: 0;
	visibility: hidden;
	z-index: -1;
	transition: all .5s;
}

.featured_v1 .domar_box:hover .domar_icon i,
.featured_v1 .domar_box:hover .domar_info h4,
.featured_v1 .domar_box:hover .domar_info p,
.featured_v1 .domar_box:hover .domar_info a.btn_link {
	color: #fff;
}

.featured_v1 .domar_box .domar_icon i {
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	font-size: 50px;
	color: #079;
}


.featured_v1 .domar_box .domar_icon,
.featured_v1 .domar_box .domar_info {
	position: relative;
}

.featured_v1 .domar_box .domar_info h4 {
	margin-bottom: 10px;
}

.featured_v1 .domar_box .domar_info p {
	margin-bottom: 10px;
}

.featured_v1 .domar_box .domar_info a.btn_link {
	color: #444;
}

.home .featured_v1 .domar_box .domar_info a.btn_link {
	color: #fff;
}

.home .featured_v1 .domar_box .domar_info h4 {
	color: #fff;
}

.home .featured_v1 .domar_box .domar_info p {
	color: #fff;
	font-size: 14px;
	line-height: 1.4;
}

/*
End domar_feature section
*/

/*
Start domar_about section css
*/
.about_v1 .section_title {
	margin-bottom: 25px;
}

.about_v1 .section_title h2 {
	margin-bottom: 20px;
}

.about_v1 .section_title h2:after {
	display: none;
}

.about_v1 .content_list {
	margin-bottom: 40px;
}

.about_v1 .content_list ul li {
	line-height: 36px;
}

.about_v1 .content_list ul li:before {
	content: '\f00c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	margin-right: 15px;
	color: #079;
}

.domar_img_box {
	position: relative;
}

.text_box {
	position: absolute;
	bottom: 5%;
	left: 35%;
	width: 117px;
	height: 117px;
	line-height: 117px;
	text-align: center;
	border-radius: 50%;
	background: rgb(255, 255, 255);
	padding-top: 35px;
	box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.3);
}

/*
End  domar_about section css
*/

/*
Start Domar_event section css
*/
.event_v1 .section_title {
	margin-top: -10px;
}

.event_v1 .section_title h2:after {
	display: none;
}

.event_v1 .domar_button {
	margin-bottom: 60px;
	float: right;
}

.event_v1 .event_box .domar_img {
	box-shadow: 0px 5px 24px 0px rgba(0, 0, 0, 0.13);
}

.event_v1 .event_box .event_info {
	padding: 45px 35px;
}

.event_v1 .event_box .event_info h3 {
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 19px;
}

.event_v1 .event_box .event_info h3 a {
	color: #001e3c;
}

.event_v1 .event_box .event_info p.meta {
	margin-bottom: 15px;
}

.event_v1 .event_box .event_info p.meta span {
	margin-right: 15px;
}

.event_v1 .event_box .event_info p.meta span i {
	margin-right: 10px;
}

.event_v1 .event_list_wrapper .event_box {
	position: relative;
	overflow: hidden;
	padding: 26px 30px;
	border-radius: 5px;
	border: 1px solid #dddddd;
	margin-bottom: 30px;
	cursor: pointer;
	z-index: 1;
}

.event_v1 .event_list_wrapper .event_box:hover {
	background: url("../images/event_2.jpg") no-repeat center;
	background-size: cover;
}

.event_v1 .event_list_wrapper .event_box:hover:after {
	opacity: 0.902;
	visibility: visible;
}

.event_v1 .event_list_wrapper .event_box:after {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(13, 184, 150);
	opacity: 0;
	visibility: hidden;
	transition: all .5s;
	z-index: -1;
}

.event_v1 .event_list_wrapper .event_box:hover .event_info a.date,
.event_v1 .event_list_wrapper .event_box:hover .event_info h3 a,
.event_v1 .event_list_wrapper .event_box:hover .event_info p {
	color: #fff;
}

.event_v1 .event_list_wrapper .event_box .event_info {
	padding: 0;
}

.event_v1 .event_list_wrapper .event_box .event_info a.date {
	color: #444;
	margin-bottom: 10px;
	display: block;
}

.event_v1 .event_list_wrapper .event_box .event_info h3 {
	margin-bottom: 13px;
}

.event_v1 .event_list_wrapper .event_box .event_info p.meta {
	margin-bottom: 0;
}

/*
End Domar_event section css
*/

/*
Start testimonial_v1 section css
*/

.testimonial_v1 {
	padding: 120px 0 120px;
}

.home .testimonial_v1 {
	padding: 190px 0 120px;
}

.testimonial_v1 .testimonial_slide_1 {
	margin-left: -15px;
	margin-right: -15px;
}
.testimonial_v1 .slick-track {
	display: flex;
}
.testimonial_v1 .testimonial_box {
	margin: 20px 0 40px;
	margin-left: 15px;
	margin-right: 15px;
	outline: none;
	display: flex;
	height: auto;
	flex-flow: row wrap;
	align-items: stretch;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 10px 1px rgba(41, 44, 61, 0.15);
}

.testimonial_v1 .testimonial_box .testimonial_img {
	position: relative;
	width: 33.85%;
	background: url("../images/client_bg.jpg") no-repeat center;
	background-size: cover;
	z-index: 1;
}

.testimonial_v1 .testimonial_box .testimonial_img:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #079;
	opacity: 83%;
	z-index: -1;
}

.testimonial_v1 .testimonial_box .testimonial_img .domar_img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120px;
	transform: translate(-50%, -50%);
}

.testimonial_v1 .testimonial_box .testimonial_img .domar_img img {
	width: 120px;
	height: 120px;
	border-radius: 50%;

}

.testimonial_v1 .testimonial_box .testimonial_info {
	padding: 55px 40px;
	width: 100%;
	background: #fff;
}

.testimonial_info h6 {
	margin: 20px 0 0 0;
	color: #079;
}

.testimonial_slide_1 .slick-dots {
	bottom: -35px;
}

.testimonial_slide_1 .slick-dots li {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #079;
	border: 2px solid #fff;
	margin: 0 5px;
	transition: all .5s;
}

.testimonial_slide_1 .slick-dots li.slick-active {
	background: transparent;
	border-color: #079;
}

/*
End testimonial_v1 section css
*/
/*>----------------------------------
>---End Home_v2 css---<
------------------------------------<*/

/*>----------------------------------
>---08. Start Home_v3 css---<
------------------------------------<*/
/*
Start hero_bg section
*/
.hero_v3 {
	padding: 270px 0 280px;
}

/*
End hero_bg section
*/

/*
Start why_choose_v2 section
*/
.why_choose_v2 {
	padding: 110px 0;
}

/*
End why_choose_v2 section
*/

/*
Start domar_appointment section
*/
.appointment_v1 .section_title {
	margin-top: -5px;
}

.appointment_v1 .appointment_form .form_group .selectoption {
	height: 45px;
	line-height: 45px;
	border-radius: 0;
	border-color: #ddd;
	width: 100%;
}

.appointment_v1 .appointment_form .form_group .selectoption.nice-select .list {
	width: 100%;
}

.appointment_v1 .appointment_form .form_group {
	margin-bottom: 30px;
}

.appointment_v1 .domar_button .play_button .play_btn {
	display: inline-block;
	width: 94px;
	height: 94px;
	line-height: 94px;
	text-align: center;
	font-size: 45px;
	color: #fff;
	border-radius: 50%;
	background: rgb(13, 184, 150);
	border: 3px solid #fff;
}

/*
End domar_appointment section
*/

/*
Start domar_event section
*/
.event_v2 {
	padding: 120px 0 315px;
}

/*
End domar_event section
*/

/*
Start domar_joined section
*/
.joined_v2 .domar_content_box {
	margin-top: 15px;
}

.joined_v2 {
	padding: 10px 0 115px;
}

.joined_v2 .bg_overlay {
	opacity: .6;
}

.scholarship_wrpper {
	position: relative;
}

.scholarship_wrpper {
	position: relative;
	z-index: 1;
	margin-top: -220px;
	margin-bottom: 130px;
}

.scholarship_wrpper .domar_box {
	padding: 90px 70px 100px;
	border-right: 1px solid #80d9c7;
}

.scholarship_wrpper .domar_box .domar_info h3 {
	margin-bottom: 20px;
}

.scholarship_wrpper .domar_box .domar_info p {
	margin-bottom: 40px;
}

.scholarship_wrpper .domar_box .domar_info h3,
.scholarship_wrpper .domar_box .domar_info p {
	color: #fff;
}

.scholarship_wrpper .domar_box .domar_btn {
	background: #fff;
	color: #079;
}

.scholarship_wrpper .domar_box .domar_btn:hover,
.scholarship_wrpper .domar_box .domar_btn:focus {
	border-color: #fff;
	color: #fff;
	background: transparent;
}

.scholarship_wrpper .bg_overlay {
	background: #079;
	opacity: .95;
}

.joined_v2 .domar_content_box h2,
.joined_v2 .domar_content_box p {
	color: #fff;
}

.no-gutters > [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

/*
End domar_joined section
*/

/*
Start testimonial section
*/
.testimonial_v2 {
	padding: 112px 0 120px;
}

/*>----------------------------------
>---End Home_v3 css---<
------------------------------------<*/

/*>----------------------------------
09. Start domar_breadcrumb css
------------------------------------<*/
.domar_breadcrumb {
	position: relative;
	padding: 100px 0;
}

.domar_breadcrumb .bg_overlay {
	opacity: 0.6;
}

.breadcrumb_content {
	position: relative;
}

.breadcrumb_content h2,
.breadcrumb_content h1 {
	color: #FFF;
	margin-bottom: 30px;
	font-size: clamp(2rem, 10vw, 75px);
}

.breadcrumb_content ul li {
	display: inline-block;
}

.breadcrumb_content ul li:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin-left: 5px;
}

.breadcrumb_content ul li:last-child:after {
	display: none;
}

.breadcrumb_content ul li a {
	color: #fff;
}

.breadcrumb_content ul li.active {
	color: #fff;
}

/*>----------------------------------
End domar_breadcrumb css
------------------------------------<*/

/*>----------------------------------
10. Start single_course.html css
------------------------------------<*/
.single_course_wrapper .content_title {
	margin-bottom: 35px;
}

.single_course_wrapper .content_title h3 {
	margin-bottom: 15px;
}

.single_course_wrapper .admin_area {
	padding: 0;
	background: #fff;
	margin-bottom: 0;
	padding-bottom: 25px;
	border-bottom: 1px solid #ddd;
}

.single_course_wrapper .admin_box {
	overflow: hidden;
}

.single_course_wrapper .admin_area .admin_thumb {
	max-width: 95px;
	float: left;
}

.single_course_wrapper .admin_area .admin_thumb img {
	width: 95px;
	height: 95px;
	border-radius: 50%;
}

.single_course_wrapper .admin_area .admin_info {
	margin-left: 115px;
}

.single_course_wrapper .admin_area .admin_info h4 {
	margin-bottom: 4px;
}

.single_course_wrapper .admin_area .admin_info h6 {
	margin-bottom: 8px;
}

.single_course_wrapper .admin_area .admin_info ul li {
	display: inline-block;
	color: #f5d817;
	margin-right: 2px;
}

.single_course_wrapper .admin_area .admin_info ul li a {
	color: #444;
}

.single_course_wrapper .price_area {
	justify-content: flex-end;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.single_course_wrapper .price_area .price_tag h4 span {
	font-size: 18px;
	text-decoration: line-through;
	margin-right: 15px;
}

.single_course_wrapper .price_area .price_tag {
	margin-right: 75px;
}

.single_course_wrapper .discription_area {
	margin-bottom: 30px;
}

.single_course_wrapper .discription_tab {
	padding-bottom: 23px;
	padding-top: 24px;
	border-bottom: 1px solid #ddd;
}

.single_course_wrapper .discription_tab .nav-tabs {
	border: none;
}

.single_course_wrapper .discription_tab .nav-tabs .nav-link.active {
	text-decoration: line-through;
}

.single_course_wrapper .discription_tab .nav-tabs .nav-link,
.single_course_wrapper .discription_tab .nav-tabs .nav-link.active {
	border: none;
	padding: 0;
	padding-right: 30px;
	color: #444;
}

.single_course_wrapper .discription_area .domar_content_box {
	margin-top: 15px;
}

.single_course_wrapper .discription_area .domar_content_box h4 {
	margin-bottom: 20px;
	font-weight: bold;
}

.single_course_wrapper .discription_area .domar_content_box p {
	margin-bottom: 35px;
}

.recent_course.course_style_v1 {
	padding-bottom: 0;
	margin-bottom: -30px;
}

.recent_course .title {
	margin-bottom: 25px;
}

.recent_course .title span {
	color: #079;
	vertical-align: middle;
}

.recent_course .title span:before {
	content: '';
	width: 3px;
	height: 28px;
	background: #079;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 10px;
}

b,
strong {
	font-weight: 400;
	color: #079;
}

.recent_course .course_box .domar_img {
	margin-bottom: 0;
}

/*>----------------------------------
End single_course.html css
------------------------------------<*/

/*>----------------------------------
11. Start single_event.html css
------------------------------------<*/
.single_event_wrapper .content_title h3 {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
}

.single_event_wrapper h3,
.single_event_wrapper h4,
.single_event_wrapper h5,
.single_event_wrapper h6 {
	margin: 0 0 30px 0;
	padding: 0;
	text-transform: capitalize;
}

table {
	border-collapse: collapse;
	width: 100%;
	text-align: left;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	margin: 0 0 30px 0;
	overflow-x: auto;
}

table td {
	padding: 10px;
	vertical-align: middle;
	background-color: #f8f8f8;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

table th {
	padding: 10px;
	vertical-align: middle;
	background-color: #079;
	color: #fff;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.single_event_wrapper p {
	margin: 0 0 20px 0;
}

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

.single_event_wrapper p a,
.single_event_wrapper p a:visited {
	color: #079;
}

.single_event_wrapper p a.domar_btn,
.single_event_wrapper p a.domar_btn:visited {
	color: #fff;
}

.consultation-form {
	padding: 30px;
	background-color: #f8f8f8;
}

.consultation-form .domar_btn {
	min-width: 200px;
	margin: 0 5px 0;
}


.consultation-form .col-lg-6,
.consultation-form .col-lg-12 {
	padding-left: 5px;
	padding-right: 5px;
}

.consultation-form .form_control {
	margin: 0 0 10px 0 !important;
	padding: 10px !important;
}

.consultation-form select.form_control {
	background-color: #fff !important;
	padding: 15px 20px !important;
	-webkit-border-radius: 0px !important;
	border-radius: 0px !important;
	height: 50px !important;
}

.consultation-form .hidden1,
.consultation-form .hidden2,
.consultation-form .hidden3,
.consultation-form .hidden4,
.consultation-form .hidden5,
.consultation-form .hidden6,
.consultation-form .hidden7,
.consultation-form .hidden8,
.consultation-form .hidden9,
.consultation-form .hidden10 {
	margin: 0 0 10px 0;
	display: none;
}

.consultation-form .wpcf7-list-item {
	width: 100%;
	text-align: left;
	margin: 0;
}

.consultation-form .wpcf7-checkbox,
.consultation-form .wpcf7-radio {
	margin: 0 0 10px 0;
	float: left;
	width: 100%;
}

.consultation-form label {
	display: inline-block;
	margin-bottom: .5rem;
	width: 100%;
	text-align: left;
	font-weight: 600;
	text-transform: uppercase;
}

.consultation-form .country-2,
.consultation-form .country-3,
.consultation-form .country-4,
.consultation-form .country-5 {
	display: none;
}

.single_event_wrapper ul {
	margin: 0 0 20px 0;
	padding: 0 0 0 30px;
}

.single_event_wrapper ul li:before {
	display: inline-block;
	content: "";
	width: 1em;
	margin-left: -1em;
}

.single_event_wrapper .content_title {
	margin-bottom: 25px;
}

.single_event_wrapper .admin_area {
	padding: 0;
	background: #fff;
	margin-bottom: 30px;
}

.single_event_wrapper .admin_area .admin_box ul li {
	display: inline-block;
	margin-right: 15px;
}

.single_event_wrapper .admin_area .admin_box ul li img {
	width: 35px;
	height: 35px;
	border-radius: 50%;
	margin-right: 10px;
}

.single_event_wrapper .admin_area .meta_link ul li a,
.single_event_wrapper .admin_area .admin_box ul li a {
	color: #444;
}

.single_event_wrapper .admin_area .meta_link {
	float: right;
}

.single_event_wrapper .admin_area .meta_link ul li {
	display: inline-block;
	margin-left: 15px;
}

.single_event_wrapper .admin_area .meta_link ul li a i {
	margin-right: 10px;
}

.single_event_wrapper .social_widget {
	margin-bottom: 45px;
}

.single_event_wrapper .social_widget ul li {
	display: inline-block;
	margin-right: 10px;
}

.single_event_wrapper .social_widget ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgb(0, 123, 182);
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.single_event_wrapper .domar_content_box h4 {
	margin-bottom: 15px;
	font-weight: bold;
}

.single_event_wrapper .domar_content_box p {
	margin-bottom: 40px;
}

.single_event_wrapper .domar_content_box .map_box {
	margin-bottom: 40px;
}

.single_event_wrapper .domar_content_box .map_box iframe {
	height: 334px;
	display: inherit;
}

/*>----------------------------------
End single_event.html css
------------------------------------<*/

/*>----------------------------------
12. Start blog.html css
------------------------------------<*/
.blog_v2 .blog_box {
	margin-bottom: 40px;
}

.blog_v2 .blog_box:hover .domar_info {
	box-shadow: 0px 3px 20px 0px rgba(76, 76, 76, 0.15);
}

.blog_v2 .domar_info {
	background: #fff;
	border: 1px solid #ddd;
}

.blog_v2 .domar_info {
	padding: 20px;
	transition: all .5s;
}

.blog_v2 .domar_info h3 {
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 10px;
	font-weight: 600;
}

.blog_v2 .domar_info h3 a {
	color: #001e3c;
}

.blog_v2 .domar_info a.btn_link:hover,
.blog_v2 .domar_info a.btn_link:focus,
.blog_v2 .domar_info h3 a:hover,
.blog_v2 .domar_info h3 a:focus {
	color: #079;
}

.blog_v2 .domar_info p {
	margin-bottom: 10px;
}

.blog_v2 .domar_info a.btn_link {
	font-size: 14px;
	color: #444;
	font-weight: 500;
	transition: all .5s;
}

.domar_pagination ul li {
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
}

.domar_pagination ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 50%;
	color: #444;
	border: 1px solid #ddd;
	transition: all .5s;
}

.domar_pagination ul li a:hover,
.domar_pagination ul li a:focus {
	border-color: #079;
	color: #fff;
	background: #079;
}

/* Blog Layout */

article {
	text-align:center;
	font-size:14px;
}

article .auto-container {
    max-width:1000px !important;
    margin:0 auto;
	padding: 0 14px;
}

article .text > *, article .section-title {
	margin-bottom:15px !important;
	margin-top:0 !important;
}

article .sec-title > * {
	line-height:28px;
}

article .text > h3 {
	margin-top:45px !important;
}

article .text > h4 {
	margin-top:30px !important
}

article .text img {
    display:inline-block;
	margin:15px 0 !important;
	max-width:650px !important;
    width:100%;
}

.firefox article .text img {
    margin: 30px 0 15px !important;
  }

article .text p:has(img) + h3, article .text p:has(img) + h2 {
    margin-top: 0px!important;
}

article .text .theme-btn-one {
	display:inline-block;
    padding: 20px 30px;
    border-color: var(--mainColor);
    border: 1px solid;
    border-radius: 50px;
    background: #f7f7f7;
	transition: all ease 0.3s;
	margin:20px 0 20px;
}

article .text .theme-btn-one:hover {
	background: var(--mainColor);
	color:#fff;
}

/*>----------------------------------
End blog.html css
------------------------------------<*/

/*>----------------------------------
13. Start single_blog.html css
------------------------------------<*/
.single_event_wrapper .domar_img,
.single_course_wrapper .domar_img,
.single_blog_wrapper .domar_img {
	margin-bottom: 18px;
}

.single_blog_wrapper .domar_content_wrapper .admin_box {
	margin-bottom: 20px;
}

.single_blog_wrapper .domar_content_wrapper .admin_box ul li {
	display: inline-block;
	margin-right: 20px;
}

.single_blog_wrapper .domar_content_wrapper .admin_box ul li img {
	margin-right: 15px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
}

.single_blog_wrapper .domar_content_wrapper p {
	margin-bottom: 25px;
}

.single_blog_wrapper .domar_content_wrapper h3 {
	margin-bottom: 17px;
}

.single_blog_wrapper .domar_content_wrapper .domar_blockquote {
	padding: 30px;
	background: rgb(255, 255, 255);
	box-shadow: 0px 0px 9.3px 0.7px rgba(0, 0, 0, 0.06);
	margin-bottom: 30px;
}

.single_blog_wrapper .domar_content_wrapper .domar_blockquote h6 {
	text-align: right;
	color: #444;
}

.single_blog_wrapper .domar_content_wrapper .domar_blockquote h6:before {
	content: '';
	width: 34px;
	height: 1px;
	display: inline-block;
	background: rgb(81, 86, 234);
	margin-bottom: 5px;
	margin-right: 5px;
}

.single_blog_wrapper .domar_content_wrapper .domar_blockquote p {
	margin-bottom: 5px;
}

.single_blog_wrapper .domar_content_wrapper .admin_box ul li i {
	margin-right: 10px;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list {
	padding: 20px 0 30px;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list li {
	display: inline-block;
	margin-right: 10px;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list li a {
	display: block;
	padding: 2px 15px;
	background: #079;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list li.tag_1 a {
	background: #5156ea;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list li.tag_3 a {
	background: #08647b;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list li.tag_4 a {
	background: #0e7a58;
}

.single_blog_wrapper .domar_content_wrapper ul.tag_list li.tag_5 a {
	background: #0431b0;
}

.single_blog_wrapper .share_list {
	margin-bottom: 30px;
	padding: 20px 0;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.single_blog_wrapper .share_list ul li {
	display: inline-block;
	margin-left: 13px;
	margin-right: 13px;
}

.single_blog_wrapper .share_list ul li a {
	color: #444;
}

.single_blog_wrapper .admin_area {
	background: #f8f8f8;
	padding: 40px 40px;
	margin-bottom: 45px;
	border: 1px solid #ddd;
}

.single_blog_wrapper .admin_area .admin_thumb {
	float: left;
	max-width: 80px;
}

.single_blog_wrapper .admin_area .admin_info {
	margin-left: 100px;
}

.single_blog_wrapper .admin_area .admin_info h4 {
	margin-bottom: 5px;
}

.single_blog_wrapper .admin_area .admin_info h5 {
	color: #079;
	margin-bottom: 12px;
}

.single_blog_wrapper .admin_area .admin_info p {
	margin-bottom: 25px;
}

.single_blog_wrapper .admin_area .admin_info .domar_btn {
	border-radius: 0;
}

.comments_area {
	margin-bottom: 40px;
}

.comments_area h4 {
	margin-bottom: 25px;
}

.single_comment {
	margin-bottom: 50px;
}

.single_comment:last-child {
	margin-bottom: 0;
}

.single_comment:nth-child(odd) {
	padding-left: 70px;
}

.single_comment .comment_img {
	float: left;
	max-width: 70px;
}

.single_comment .comment_img img {
	border-radius: 5px;
}

.single_comment .comment_info {
	margin-left: 100px;
}

.single_comment .comment_info ul li {
	display: inline-block;
}

.single_comment .comment_info ul li:last-child {
	float: right;
}

.single_comment .comment_info ul li:first-child:after {
	content: '|';
	display: inline-block;
	margin-left: 7px;
	margin-right: 5px;
}

.single_comment .comment_info ul li a {
	text-transform: uppercase;
	color: #444;
}

.single_comment .comment_info ul li:last-child a i {
	margin-right: 10px;
}

.single_comment .comment_info p {
	font-size: 14px;
	line-height: 24px;
}

.comment_area h4 {
	margin-bottom: 50px;
}

.comment_form .form_group {
	margin-bottom: 30px;
}

.comment_form .form_group .form_control {
	background: #f8f8f8;
}

/*
single page sidebar
*/
.domar_sidebar {
	padding: 55px 35px 55px;
	background: #f8f8f8;
}

.domar_sidebar .widget_box {
	margin-bottom: 55px;
}

.domar_sidebar .widget_box:last-child {
	margin-bottom: 0;
}

.domar_sidebar .widget_title {
	margin-bottom: 30px;
}

.domar_sidebar .widget_title h4 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.featured_area .single_news {
	overflow: hidden;
	margin-bottom: 20px;
}

.single-vaccination .featured_area .single_news {
	margin-bottom: 10px;
}

.featured_area .single_news .news_thumb {
	float: left;
	max-width: 75px;
}

.featured_area .single_news .news_thumb img {
	width: 100%;
}

.featured_area .single_news .news_info {
	margin-left: 95px;
}

.single-branch .featured_area .single_news .news_info {
	margin-left: 0;
}

.single-vaccination .featured_area .single_news .news_info {
	margin: 0;
}

.featured_area .single_news .news_info h3 {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 6px;
}

.featured_area .single_news .news_info h3 a {
	color: #333333;
}

.featured_area .single_news .news_info a.date {
	color: #444;
}

.categories_box ul.widget_list li {
	line-height: 39px;
}

.tags_box .widget_list li {
	display: inline-block;
	margin-right: 15px;
}

.categories_box ul.widget_list li a,
.tags_box ul.widget_list li a {
	color: #444444;
}

/*>----------------------------------
End single_blog.html css
------------------------------------<*/

/*>----------------------------------
14. Start contact.html css
------------------------------------<*/
.contact_v1 .domar_box {
	background: #f9f9f9;
	margin-bottom: 50px;
	padding: 55px 20px;
	transition: all .5s;
}

.contact_v1 .domar_box:hover {
	background: #079;
}

.contact_v1 .domar_box:hover .domar_icon i,
.contact_v1 .domar_box:hover .domar_info h5,
.contact_v1 .domar_box:hover .domar_info p,
.contact_v1 .domar_box:hover .domar_info p a {
	color: #fff;
}

.contact_v1 .domar_box .domar_icon i {
	display: block;
	font-size: 24px;
	color: #06163a;
	margin-bottom: 10px;
}

.contact_v1 .domar_box .domar_info h5 {
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.contact_v1 .domar_box .domar_info p,
.contact_v1 .domar_box .domar_info p a {
	color: #06163a;
}

.contact_v1 .form_group {
	margin-bottom: 20px;
}

.form_control {
	width: 100%;
	height: auto;
	padding: 15px 20px;
	border: 1px solid #dddddd;
}

.page-id-3979 .form_control, .page-id-4404 .form_control {
	padding: 30px 20px 10px;
}

textarea.form_control {
	display: inherit;
	height: 280px;
	padding: 15px 20px;
}

.map_box iframe {
	display: inherit;
	width: 100%;
	height: 560px;
	border: none;
}

/*>----------------------------------
End contact.html css
------------------------------------<

/*>-----------------------------
15. Start scroll_top css
-------------------------------<*/
#scroll_top {
	position: fixed;
	bottom: 100px;
	display: none;
	right: 20px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #079;
	text-align: center;
	font-size: 20px;
	color: #fff;
	z-index: 337;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

span.wpcf7-not-valid-tip,
.ajax-loader {
	display: none !important;
}
.recovery-cert-form-tpl span.wpcf7-not-valid-tip {
	display: block !important;
}
.recovery-cert-form-tpl .ajax-loader {
	display: block !important;
}
.wpcf7-not-valid {
	border: 1px solid #079 !important;
}
.recovery-cert-form-tpl .wpcf7-checkbox.wpcf7-not-valid, .recovery-cert-form-tpl .wpcf7-radio.wpcf7-not-valid  {
	border: none !important;
}
.recovery-cert-form-tpl .error-cont .wpcf7-not-valid-tip {
	font-weight: bold;
}
.recovery-cert-form-tpl textarea {
	height: 100px;
}
.hidden {
	display: none !important;
}
div.wpcf7-response-output {
	margin: 20px 0 !important;
	padding: 20px !important;
	border: none !important;
	color: #fff !important;
	background-color: #079 !important;
	text-align: center !important;
}

ul.social-links {
	float: right;
	width: auto;
}

ul.social-links li {
	list-style: none;
	display: inline-block;
	margin: 0 3px;
}

ul.social-links li a {
	color: #fff;
}

.shop_left {
	float: left;
	width: 25%;
	margin: 0 5% 0 0;
}

.shop_right {
	float: left;
	width: 70%;
	margin: 0 0 0 0;
}

.image_link {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	width: 100%;
	height: 160px;
	margin: 0 0 0px 0;
	float: left;
	border: 1px solid #ddd;
}

.widget-container {
	float: left;
	width: 100%;
	margin: 0 0 30px 0;
}

.widget-container input[type="search"] {
	float: left;
	width: 100%;
	border: 1px solid #ddd;
	padding: 12px 20px 12px 20px !important;
	border-radius: 50px !important;
}

.widget-container button {
	backface-visibility: hidden !important;
	border-radius: 5px !important;
	color: #ffffff !important;
	display: inline-block !important;
	font-size: 15px !important;
	line-height: 1 !important;
	padding: 12px 20px 12px 20px !important;
	position: relative !important;
	text-align: center !important;
	text-transform: capitalize !important;
	transform: translateZ(0px) !important;
	transition: 0.3s !important;
	transition-property: color !important;
	background: var(--mainColor) !important;
	font-weight: 500 !important;
	border-radius: 50px !important;
	border: none !important;
	margin: 5px 0 0 0;
	-webkit-transition: 300ms ease opacity;
	transition: 300ms ease opacity;
}

.widget-container .widget-title {
	font-weight: 400;
	margin: 0 0 20px 0;
}

.widget-container button:hover {
	opacity: 0.7;
}

ul.product-categories {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: left;
	margin-right: 20px;
}

ul.product-categories li {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.product-categories li a {
	float: left;
	width: 100%;
	margin: 0;
	list-style: none;
	font-size: 14px;
	border-bottom: 1px solid #079;
	padding: 10px;
	transition: 0.3s all linear;
}

ul.product-categories li a:hover {
	background: #079;
	transition: 0.3s all linear;
	color: #fff;
}

ul.product-categories li.current-cat a {
	font-weight: bold;
	color: #000;
}

.stripe-card-group {
	float: left !important;
	width: 100% !important;
}

.wc-stripe-elements-field,
.wc-stripe-iban-element-field {
	float: left !important;
	width: 100% !important;
	padding: 10px !important;
}

table.consult {
	width: 100%;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
	vertical-align: middle;
}

table.consult td {
	width: auto;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

table.consult th {
	width: auto;
	vertical-align: middle;
	padding: 10px;
	text-align: left;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	font-weight: 600;
}

table.consult .default-btn {
	padding: 4px 20px;
}


/*WooCommerce Css Start*/
.woocommerce div.product p.price,
.section-title .woocommerce div.product p.price,
.woocommerce div.product .price span,
.section-title .woocommerce div.product .price span {
	color: var(--optionalColor) !important;
	font-size: 30px !important;
}

.single-product .summary.entry-summary h1 {
	font-size: 30px;
	font-weight: 500;
	margin: 0 0 60px 0;
	position: relative;
}

.woocommerce-Tabs-panel h2,
.related.products h2 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 60px 0;
	position: relative;
}

.single-product .summary.entry-summary h2,
.single-product .summary.entry-summary h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 60px 0;
	position: relative;
}

.tabs.wc-tabs {
	display: none !important;
}

.single-product .summary.entry-summary h2:after,
.single-product .summary.entry-summary h3:after,
.single-product .summary.entry-summary h1:after,
.woocommerce-Tabs-panel h2:after,
.related.products > h2:after {
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 2px;
	width: 50px;
	content: '';
	background-color: var(--optionalColor);
}

.woocommerce ul.products li.product .onsale,
.woocommerce span.onsale {
	background-color: var(--optionalColor) !important;
	height: 50px !important;
	width: 50px !important;
}

.woocommerce .related.products ul.products li.product .price .woocommerce-Price-amount,
.woocommerce .related.products span.woocommerce-Price-currencySymbol {
	color: var(--optionalColor) !important;
	font-size: 18px !important;
	font-weight: 500 !important;
}

.everest-forms-nav-align--center button {
	margin: 0 3px !important;
}

.woocommerce .quantity .qty {
	text-align: center !important;
	padding: 6px 5px 5px !important;
	border: #ddd 1px solid !important;
}

input[type='radio']:checked {
	background-color: var(--optionalColor) !important;
}

.hidde_field {
	display: none !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	float: left;
	width: 100%;
	max-width: 100%;
}

.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	float: left;
	width: 100%;
	max-width: 100%;
	flex: none;
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	width: 100%;
	float: left;
	overflow: hidden;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	backface-visibility: hidden !important;
	color: #ffffff !important;
	display: inline-block !important;
	font-size: 1rem !important;
	line-height: 1 !important;
	padding: 12px 20px 12px 20px !important;
	text-align: center !important;
	text-transform: capitalize !important;
	transition: all ease 0.3s !important;
	background:rgba(0,119,153,1);
	background: linear-gradient(270deg, rgba(0,119,153,1) 0%, rgba(0,119,153,1) 50%, rgba(13,31,53,1) 50%, rgba(13,31,53,1) 100%) !important;
	background-position: right !important;
	background-size: 200% !important;
	font-weight: 500 !important;
	border-radius: 50px !important;
}

.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover {
	color: #ffffff;
	background-position-x: left !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	padding: 0 !important;
	text-align: center;
	transition: 0.2s all linear;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
	transform: scale(1.02);
	transition: 0.2s all linear;
}

.woocommerce.recommended ul.products li.product .button {
	margin: 3px 0;
	width: 100%;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	display: inline !important;
}

.woocommerce ul.products li.product .price {
	color: #0d1f35 !important;
	font-size: 15px !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	width: 100%;
	height: 55px;
	line-height: 1.5;
	margin: 0 0 10px !important;
	font-weight: normal;
}

.woocommerce a.added_to_cart {
	clear: both !important;
	width: 100% !important;
	margin: 20px 0 0 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	padding: 10px !important;
}


.woocommerce form .form-row,
.woocommerce form .form-row label,
.woocommerce form .form-row span {
	width: 100%;
}

.woocommerce-cart table.cart td.actions .coupon .input-text {
	min-width: 200px;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	border-top: 3px solid var(--optionalColor) !important;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100% !important;
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	color: var(--optionalColor) !important;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	padding: 0 !important;
	margin: 0 0 30px 0 !important;
}

.single-treatments .woocommerce ul.products li.product,
.single-treatments .woocommerce-page ul.products li.product {
	float: left;
	margin: 0 1% 30px 1%;
	padding: 0;
	position: relative;
	width: 23%;
	margin-left: 1%;
}

.woocommerce.recommended {
	margin: 0 0 50px;
	border-bottom: 1px solid #ddd;
	padding: 0 0 0px 0;
}

b,
strong,
.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	font-weight: 500 !important;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
	border: 1px solid #ddd !important;
}

.woocommerce-MyAccount-navigation-link {
	width: 100%;
	float: left;
	margin: 0 0 3px 0;
	list-style: none;
}

.woocommerce-Addresses.col2-set .col-1,
.woocommerce-Addresses.col2-set .col-1 {
	padding: 20px !important;
	background-color: #f7f7f7 !important;
	margin-top: 20px !important;
}

.woocommerce-Addresses.col2-set .col-2,
.woocommerce-Addresses.col2-set .col-2 {
	padding: 20px !important;
	background-color: #f7f7f7 !important;
	margin-top: 20px !important;
}

.woocommerce-account .woocommerce-MyAccount-content {
	padding: 30px;
	border: 1px solid #f7f6f7;
}

.woocommerce-MyAccount-navigation-link a {
	padding: 10px;
	color: #fff;
	background: var(--optionalColor);
	width: 100%;
	float: left;
}

.badge-ribbon {
	height: auto;
}

.woocommerce ul.products li:before {
	content: unset;
}

.woocommerce ul.products li {
	box-shadow: 0 0 7px 2px #eee;
}

.woocommerce ul.products li .product-info-container {
	padding: 20px 7px;
}

.woocommerce .woocommerce-ordering select {
	height: 50px;
	border: 1px solid #ccc;
}

.product-thumb {
	position: relative;
}

.product-thumb .woocommerce-LoopProduct-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.purchase-packages h3.title {
	font-size: clamp(2rem, 2.5vw, 30px)
}

.single-product.woocommerce div.product p.price,
.woocommerce div.product span.price,
.single-product.woocommerce .woocommerce-product-details__short-description {
	margin-bottom: 10px;
}

.p-lines-questionnaire .button strong {
	color: #fff;
}

.grecaptcha-badge {
	display: none !important;
}

a.ajax_add_to_cart.loading::after {
	margin-left: 0 !important;
	left: 0;
	right: 0 !important;
	border-radius: 100px;
	top: 0 !important;
}

.xoo-wsc-footer a {
	color: #fff !important;
	background-color: #079 !important;
}


@media (max-width:767px) {
	.woocommerce ul.products li.product .woocommerce-loop-product__title {
		height: 50px;
	}
}

.related.products {
	clear: both;
}

.related.products h2 {
	margin-bottom: 40px;
}

/*WooCommerce Css End*/

.home-slider .owl-nav {
	margin-top: 0;
	display: block !important;
}

.home-slider .owl-nav .owl-next,
.home-slider .owl-nav .owl-prev {
	position: absolute;
	top: 45%;
	left: 15px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	font-size: 28px;
	border-radius: 50%;
	color: #fff !important;
	background-color: #079 !important;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	padding: 0;
	margin: 0;
	z-index: 99;
}

.home-slider .owl-nav .owl-next {
	left: auto;
	right: 15px;
}

.home-slider .owl-nav .owl-next:hover,
.home-slider .owl-nav .owl-prev:hover {
	color: #079;
	background-color: #fff !important;
}

.owl-carousel button i {
    color: #fff !important;
}

.header_top_bar .search-form form label {
	margin-bottom: 0;
}

.ysm-search-widget .search-field[type="search"] {
	border-color: #fff !important;
	background: #fff !important;
	border-radius: 30px !important;
	min-width: 300px !important;
	padding: 10px 20px !important;
	border: none !important;
	color: #000 !important;
}

.CarouselWidget-prefix .CarouselWidget .cssVar-header__subheading .cssVar-subheading__number {
	color: #fff;
}

.CarouselWidget-prefix .CarouselWidget .CarouselWidget__header .header__inner {
	background: #079 !important;
	background-image: unset !important;
}

.CarouselWidget-prefix .R-RatingStars .R-RatingStars__stars .stars__icon {
	color: #079 !important;
}

.review-section {
	padding-top: 100px;
	padding-bottom: 100px;
}

.CarouselWidget-prefix .R-TextHeading--inline {
	display: block !important;
}

.CarouselWidget-prefix .CarouselWidget .cssVar-authorName {
	font-size: 15px !important;
}

.CarouselWidget-prefix .R-RatingStars--xs .R-RatingStars__stars .stars__icon {
	font-size: 20px !important;
}

.CarouselWidget-prefix .CarouselWidget .R-ReviewsList .R-ReviewsList__item .item__inner {
	border: 1px solid #ddd !important;
}
.certificate-form .form_group {
	position: relative;
}
.certificate-form .form_group label {
	position: absolute;
	z-index: 9;
	font-size: 11px;
	padding: 0 22px;
	color: #a3a3a3;
}
.certificate-form .form_group .form_control::placeholder {
	color: #9d9d9d;
}
.rc-content h3 {
	font-size: 27px;
	margin-bottom: 15px;
}
.rc-content h4 {
	font-size: 20px;
	margin-bottom: 15px;
}
.rc-content h3 strong, .rc-content h4 strong {
	color: #001e3c;
}
.rc-banner-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	width: fit-content;
	padding: 4rem 0 4rem 4rem;
	margin: 0 0 0 auto;
	max-width: 700px;
}
.rc-featured-image img {
	border-radius: 0 0 0 10px;
	height: 100%;
}
.rc-step-back {
	background: #11854a21;
	border-radius: 5px;
}
.step-item i {
	color: #079;
}
.accordion-button {
	width: 100%;
}
.accordion-button {
	font-family: 'Poppins','Font Awesome 5 Free', sans-serif;
	font-weight: 900;
	position: relative;
	padding: 0;
}
button.accordion-button:focus {
	box-shadow: unset;
}
button.accordion-button[aria-expanded="false"]:after {
	content: "\f067";
	position: absolute;
	right: 0;
}
button.accordion-button[aria-expanded="true"]:after {
	content: "\f068";
	position: absolute;
	right: 0;
}
.cta-section h1, .cta-section h2, .cta-section h3, .cta-section h4, .cta-section h5, .cta-section h6 {
	color: #fff;
}
.cta-section {
	background: #11854aad;
	padding-top: 50px;
	padding-bottom: 50px;
}
.faq-content #accordion .card {
	margin-bottom: 20px;
	border-color: rgba(17, 133, 74, 0.22);
}
.faq-content #accordion .card-header {
	background: transparent;
	border-bottom: none;
}
.modal-open {
	padding-right: 0 !important;
}
.modal-open .modal {
	overflow-y: hidden;
}
.recovery-cert-form-tpl .wpcf7 label {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 10px;
	width: 100%;
	display: block;
}
.recovery-cert-form-tpl .wpcf7 label span {
	font-weight: normal;
}
.recovery-cert-form-tpl .wpcf7 .wpcf7-form-control-wrap {
	margin-top: 7px;
	display: block;
	width: 100%;
}
.recovery-cert-form-tpl .wpcf7 span.wpcf7-list-item {
	display: block;
	margin-left: 0;
}
.recovery-cert-form-tpl .wpcf7 span.wpcf7-list-item label {
	margin-bottom: 0;
}
.recovery-cert-form-tpl .wpcf7 .domar_btn {
	width: 50%;
}
.trust-logo-list li {
	width: 150px;
	height: 100px;
}
.trust-logo-list li img {
	height: 100%;
	object-fit: contain;
}
.get-certificate-steps h1, .get-certificate-steps h2, .get-certificate-steps h3, .get-certificate-steps h4, .get-certificate-steps h5, .get-certificate-steps h6 {
	margin-bottom: 15px;
	color: #268f59;
}
.get-certificate-steps .cert-step {
	padding: 25px;
	border-radius: 7px;
	box-shadow: 0 0 11px #e3e3e3;
	height: 100%;
}
.get-certificate-steps ul li {
	font-family: 'Poppins', 'Font Awesome 5 Free', sans-serif;
	margin-bottom: 15px;
	font-size: 13px;
}
.get-certificate-steps ul li:before {
	content: "\f00c";
	font-weight: 900;
	margin-right: 10px;
}
.how-it-works .block-content {
	padding: 25px;
	box-shadow: 0 0 10px #e3e3e3;
	height: 100%;
	border-radius: 7px;
}
.how-it-works .block-content h3 strong, .how-it-works .block-content h4 strong {
	color: #079;
}
#formModal .close {
	position: relative;
	top: -10px;
	font-size: 40px;
}


.timeline {
	position: relative;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
	padding: 15px 0;
}

.timeline::after {
	content: '';
	position: absolute;
	width: 2px;
	background: #006E51;
	top: 0;
	bottom: 0;
	left: 50%;
	margin-left: -1px;
}

.timeline-container {
	padding: 15px 30px;
	position: relative;
	background: inherit;
	width: 50%;
}

.timeline-container.left {
	left: 0;
}

.timeline-container.right {
	left: 50%;
}

.timeline-container::after {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	top: calc(50% - 8px);
	right: -8px;
	background: #ffffff;
	border: 2px solid #006E51;
	border-radius: 16px;
	z-index: 1;
}

.timeline-container.right::after {
	left: -8px;
}

.timeline-container::before {
	content: '';
	position: absolute;
	width: 50px;
	height: 2px;
	top: calc(50% - 1px);
	right: 8px;
	background: #006E51;
	z-index: 1;
}

.timeline-container.right::before {
	left: 8px;
}

.timeline-container .date {
	position: absolute;
	display: inline-block;
	top: calc(50% - 8px);
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #006E51;
	text-transform: uppercase;
	letter-spacing: 1px;
	z-index: 1;
}

.timeline-container.left .date {
	right: -75px;
}

.timeline-container.right .date {
	left: -75px;
}

.timeline-container i.fa {
	position: absolute;
	display: inline-block;
	width: 40px;
	height: 40px;
	padding: 9px 0;
	top: calc(50% - 20px);
	background: #079;
	text-align: center;
	font-size: 30px;
	color: #fff;
	z-index: 1;
}

.timeline-container.left i.fa {
	right: 56px;
}

.timeline-container.right i.fa {
	left: 56px;
}

.timeline-container .content {
	padding: 30px 90px 30px 30px;
	background: #079;
	position: relative;
	border-radius: 7px;
}

.timeline-container.right .content {
	padding: 30px 30px 30px 90px;
}
.timeline-container .content h3, .timeline-container .content h4, .timeline-container .content h5 {
	color: #fff;
}
.timeline-container .content h2 {
	margin: 0 0 10px 0;
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.timeline-container .content p {
	margin: 0;
	font-size: 16px;
	line-height: 22px;
	color: #fff;
}
.cf7mls_next.action-button {
	background:#079 !important;
	border-radius: 50px !important;
}
.faq-group-heading {
	font-size: 25px;
}
.text-underline {
	border-bottom: 1px solid;
	display: inline-block;
}
.rc-content p {
	margin-bottom: 1rem;
	width: 100%;
	display: block;
}
.last-step p {
	float: right;
	position: relative;
}
.last-step .wpcf7-submit {
	width: 100% !important;
	border-radius: 50px !important;
}
.last-step .wpcf7-spinner {
	position: absolute;
	margin: 0;
	bottom: 45px;
	right: 10px;
	width: 15px;
	height: 15px;
}
.last-step .wpcf7-spinner::before {
	top: 5px;
	left: 5px;
	width: 3px;
	height: 3px;
	border: none;
	border-radius: 100%;
	transform-origin: 3px 3px;
}
.single-service .icon {
	text-align: center;
	position: absolute;
	top: -34px;
	font-size: 40px;
	left: 0;
	right: 0;
}
.single-service .icon i {
	background: #fff;
	color: #079;
	padding: 10px;
	border-radius: 10px;
	box-shadow: 0 0 10px 0 #ddd;
}
.course_style_v1 .single-service .domar_info {
	position: relative;
	padding-top: 50px;
}
.search-paging .nav-links div {
	display: inline-block;
	margin-right: 10px;
}
.search-results .woocommerce-search ul.products li {
	width: 100% !important;
}
.post-pagination .pagination {
	justify-content: center;
}
.post-pagination .page-numbers {
	border: 1px solid #079;
	padding: 5px 15px;
	display: inline-block;
	border-radius: 20px;
}
.post-pagination .page-numbers.current {
	background:  #079;
	color: #fff;
}
.page-numbers.dots {
	border: none;
}
.faqs-container {
	padding-top: 70px;
	padding-bottom: 70px;
	background: #f4f4f4;
}
.faqs-container h2 {
	margin-bottom: 20px;
	text-align: center;
}
.faqs.ui-accordion .ui-accordion-header {
	padding: 16px;
	font-size: 100%;
	border-radius: 8px 8px 0px 0px;
	background: transparent;
	margin-bottom: 15px;
}
.faqs.ui-accordion .ui-accordion-header .ui-accordion-header-icon  {
	display: none;
}
.faqs.ui-accordion .ui-accordion-header .icon {
	float: right;
}
.faqs.ui-accordion .faq-ans {
	margin-bottom: 15px;
}
.faqs.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	float: right;
	top: 5px;
}
.faqs.ui-accordion .ui-accordion-header.ui-accordion-header-active {
	border: 1px solid #079;
	background: #079;
	margin-bottom: 0;
	color: #fff;
}