body,
html {
	padding: 0;
	margin: 0;
	position: relative;
	overflow-x: hidden;
	color: #353535;
	background-color: #fff;
	font-size: 14px
}

@font-face {
	font-family: GothamBold;
	src: url(../fonts/GothamBold.ttf)
}

@font-face {
	font-family: GothamBook;
	src: url(../fonts/GothamBook.ttf)
}

@font-face {
	font-family: GothamMedium;
	src: url(../fonts/GothamMedium.ttf)
}

@font-face {
	font-family: GothamLight;
	src: url(../fonts/GothamLight.ttf)
}

@font-face {
	font-family: GothamBookItalic;
	src: url(../fonts/GothamBookItalic.ttf)
}

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

button:focus {
	outline: 0
}

.back-top-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	height: 40px;
	width: 40px;
	border-radius: 50%;
	line-height: 37px;
	text-align: center;
	font-size: 20px;
	text-transform: capitalize;
	z-index: 999;
	display: none;
	color: #fff;
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.back-top-btn:hover {
	background: linear-gradient(to right, #564cfd, #007bff, #009bff, #00b5ff, #2ecaf0)
}

.preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/preloader.gif) center no-repeat #fff;
	text-align: center
}

.main_nav.navbar {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 99;
	padding: 35px 10px!important;
	background-color: transparent!important
}

nav.main_nav {
	-webkit-transition: all linear .3s;
	-moz-transition: all linear .3s;
	-ms-transition: all linear .3s;
	-o-transition: all linear .3s;
	transition: all linear .3s
}

nav.navbar-fixed.main_nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	padding: 10px!important;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .3);
	-ms-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .3);
	-o-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .3);
	box-shadow: 0 3px 7px 0 rgba(0, 0, 0, .3)
}

.search_form {
	position: relative;
	z-index: 1;
	margin-right: 50px
}

.search_form input {
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: inherit;
	min-height: 52px;
	padding: 10px 20px;
	width: 525px;
	font-family: GothamBookItalic;
	font-size: 15px;
	float: right
}

.search_form button {
	border: medium none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: GothamMedium;
	font-weight: 500;
	height: 42px;
	margin: 0!important;
	padding: 0 29px;
	position: absolute;
	right: 5px;
	text-transform: uppercase;
	top: 5px;
	background-image: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	color: #fff;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.search_form button:hover {
	background-image: linear-gradient(to right, #564cfd, #007bff, #009bff, #00b5ff, #2ecaf0);
	color: #fff
}

.menu_bar li a {
	color: #000!important;
	font-family: GothamMedium;
	font-size: 16px;
	margin: 0 10px
}

.menu_bar li a:hover,
.navbar-fixed .menu_bar li a:hover {
	color: #2ecaf0!important
}

.menu_bar li.nav-item {
	display: flex;
	align-items: center
}

a.nav-link.sign_up {
	border: 1px solid #000;
	border-radius: 5px;
	padding: 6px 21px;
	width: 110px;
	text-align: center
}

.navbar-fixed .menu_bar li a {
	color: #fff!important
}

.navbar-fixed .menu_bar li a img {
	filter: brightness(0) invert(1)
}

.navbar-fixed a.nav-link.sign_up {
	border: 1px solid #fff
}

.main_nav .navbar-toggler {
	background-color: #fff;
	border: 1px solid #000
}

section.banner {
	background-color: #fafafa
}

.banner_img {
	position: absolute;
	right: -50px
}

.banner_icon {
	background-color: #fff;
	padding: 25px;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: -15px
}

.banner_icon img {
	width: 60px
}

.site_btn {
	background-image: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	border: 0;
	text-transform: uppercase;
	color: #fff;
	padding: 8px 25px;
	font-family: GothamBook;
	font-size: 13px;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.site_btn:hover {
	background-image: linear-gradient(to right, #564cfd, #007bff, #009bff, #00b5ff, #2ecaf0);
	color: #fff
}

.banner_text {
	padding-left: 100px;
	color: #fff
}

.banner_text h1 {
	font-family: GothamBold;
	font-size: 30px;
	margin: 20px 0 10px
}

.banner_text p {
	font-family: GothamBook;
	font-size: 15px
}

.white_bg_btn {
	font-family: GothamBook;
	border: 1px solid #1d1d1d;
	border-radius: 5px;
	font-size: 20px;
	font-weight: 900;
	padding: 8px 25px;
	background: 0 0
}

.talk_to_btn_size {
	padding: 8px 50px!important
}

.get_demo_btn_size {
	padding: 8px 50px!important
}

.banner_left_content {
	margin-left: 25px;
	margin-top: 0
}

.preferences_section {
	padding: 90px 0 50px;
	font-family: 'Barlow', sans-serif;
}

.preferences_section .site_heading::before {
	margin: 0;
	left: initial;
	right: initial
}

.site_heading {
	color: #2c4058;
	text-transform: uppercase;
	font-family: GothamBold;
	font-size: 24px;
	margin: 5px 0 10px
}

.site_heading::before {
	background: #2c4058 none repeat scroll 0 0;
	top: -15px;
	content: "";
	height: 1px;
	position: absolute;
	width: 95px;
	left: 0;
	right: 0;
	margin: 0 auto
}

.preferences_div {
	display: flex;
	align-items: center;
	color: #353535;
	margin: 0 0 50px;
	cursor: default
}

.preferences_img {
	margin-right: 20px
}

.preferences_text h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px
}

.preferences_text p {
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0
}

.preferences_img img {
	width: 115px;
	transform: scale(1);
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.preferences_img img.whychoose__sprites,
.we-works .our-solutions img.oursolutions__sprites {
	object-fit: none;
	width: 80px;
	height: 80px
}

.preferences_div:hover .preferences_img img {
	transform: scale(.8)
}

section.top_categories {
	padding: 0 0 25px
}

.card.categories_card {
	margin-bottom: 30px;
	overflow: hidden;
	border-radius: 6px
}

.categories_card .card-img {
	border-radius: 6px;
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.categories_card .card-img-overlay {
	background-color: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 6px;
	color: #fff;
	flex-direction: column;
	font-family: GothamMedium;
	text-transform: uppercase;
	cursor: default
}

.categories_card .card-img-overlay h4 {
	font-size: 20px
}

button.categories_btn {
	background: #ffff;
	color: #2c4058;
	text-transform: unset;
	padding: 8px 20px;
	border: 0
}

button.categories_btn:hover {
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	color: #fff
}

.categories_card:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.top_courses {
	background-color: #fafafa;
	padding: 50px 0
}

.top_courses_card {
	background-color: transparent;
	border: 0
}

.element-item {
	-webkit-transition: all .35s ease-in-out;
	-moz-transition: all .35s ease-in-out;
	-ms-transition: all .35s ease-in-out;
	-o-transition: all .35s ease-in-out;
	transition: all .35s ease-in-out
}

.element-item:hover {
	transform: scale(1.1)
}

.course_seller_tag {
	background-image: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	color: #fff;
	text-transform: uppercase;
	padding: 2px 15px;
	display: block;
	text-align: center;
	width: 132px;
	position: absolute;
	bottom: 22px;
	left: 41px
}

button.course_price_btn {
	margin: 0 56px 0 0;
	background-image: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	color: #fff;
	border-radius: 4px;
	border: 0;
	padding: 6px 13px;
	font-size: 17px
}

button.course_price_btn:hover {
	background-image: linear-gradient(to right, #564cfd, #007bff, #009bff, #00b5ff, #2ecaf0);
	color: #fff
}

.top_courses_card .card-img-overlay {
	text-align: right;
	font-family: GothamMedium
}

.ratings-container {
	margin-bottom: 10px;
	line-height: 1
}

.product-ratings {
	font-size: 16px
}

.ratings-container .ratings {
	display: inline-block;
	font-family: 'Font Awesome 5 Free';
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1;
	position: relative
}

.ratings-container .ratings::before {
	content: "\f005 " "\f005 " "\f005 " "\f005 " "\f005";
	color: #f6cc5a;
	font-weight: 900
}

h4.coursse_title {
	font-family: GothamBook;
	font-size: 15px;
	color: #2c4058;
	font-weight: 600
}

.course_detail p {
	font-family: GothamMedium;
	color: #353535;
	font-size: 12px
}

.top_courses_card .card-img {
	width: 92%
}

.top_courses_card_body {
	padding: 15px 0;
	cursor: default
}

div#filters {
	text-align: center
}

div#filters .btn {
	box-shadow: 0 0 12px -3px rgba(0, 0, 0, .5);
	padding: 8px 18px;
	text-transform: uppercase;
	color: #2c4058;
	font-family: GothamMedium;
	font-size: 12px;
	margin: 0 10px;
	border: 0
}

div#filters .btn.active_btn,
div#filters .btn:hover {
	background-image: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	color: #fff
}

.features_box {
	text-align: center
}

.features_img img {
	width: 35px
}

.features_img {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 16px;
	border-radius: 50%;
	background-color: transparent
}

.features_img:hover {
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd)
}

.features_img:hover img {
	filter: brightness(0) invert(1)
}

.features_text h4 {
	font-family: GothamMedium;
	font-size: 20px;
	margin: 15px 0 5px
}

.features_text p {
	font-family: 'Barlow', sans-serif;
	font-weight: 500;
	font-size: 14px
}

section.our_features {
	padding: 50px 0
}

section.our_specialties {
	background-color: #fafafa;
	padding: 30px 0
}

.our_specialties .nav a span {
	text-transform: uppercase;
	color: #2c4058!important;
	font-family: GothamMedium;
	font-size: 16px;
	padding: 7px 40px
}

.our_specialties .nav-tabs .nav-link.active {
	background-color: transparent;
	border-color: transparent
}

.our_specialties .nav-tabs .nav-link.active span {
	border-bottom: 4px solid #2c4058
}

.our_specialties .nav-tabs .nav-link:focus,
.our_specialties .nav-tabs .nav-link:hover {
	border-color: transparent
}

div#our_specialists {
	margin-bottom: 35px
}

#nav-admin img,
#nav-instructor img,
#nav-students img {
	width: 450px
}

#nav-admin .our_spec_content,
#nav-instructor .our_spec_content,
#nav-students .our_spec_content {
	margin-top: 35px
}

.our_spec_content h4 {
	font-family: GothamMedium;
	margin-bottom: 15px;
	color: #2c4058
}

.our_spec_content p {
	font-family: 'Barlow', sans-serif;
	font-size: 15px;
	line-height: 24px;
	color: #353535
}

.our_spec_content ul {
	font-family: 'Barlow', sans-serif;
	color: #353535;
	list-style: none;
	line-height: 40px;
	padding: 0
}

.our_spec_content ul li i {
	color: #2c4058;
	font-size: 16px;
	margin-right: 15px
}

section.testimonial {
	padding: 50px 0 0
}

.shadow-effect {
	background: #fafafa;
	padding: 30px 35px;
	border-radius: 4px
}

#customers-testimonials .shadow-effect p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	text-align: left
}

#customers-testimonials .item {
	text-align: left;
	margin-bottom: 60px;
	-webkit-transform: scale3d(.9, 1, 1);
	transform: scale3d(.9, 1, 1);
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	margin-top: 20px
}

#customers-testimonials .owl-item {
	z-index: 99
}

#customers-testimonials .owl-item.active.center .shadow-effect,
#customers-testimonials .owl-item:hover .shadow-effect {
	background: #fff;
	box-shadow: 12px 8px 22px rgba(0, 0, 0, .1), -8px -6px 12px 0 rgba(0, 0, 0, .02)
}

.owl-carousel .owl-item .testimonial_details img {
	transform-style: preserve-3d;
	width: 70px;
	height: 70px;
	display: inline-block;
	border-radius: 50%;
	margin-right: 20px
}

.testimonial_text {
	display: inline-block;
	vertical-align: middle
}

p.testimonial_user_name {
	margin: 0!important;
	font-family: GothamLight!important;
	font-size: 18px!important;
	font-weight: 100!important;
	color: #222
}

p.testimonial_info {
	margin: 0!important;
	font-family: GothamLight!important;
	font-size: 14px!important;
	font-weight: 100!important;
	color: #777
}

.testimonial p.text-center {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	padding: 0 230px 0
}

#customers-testimonials.owl-carousel .owl-nav {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	color: #0095ff;
	font-size: 18px;
	font-weight: 100;
	z-index: -1
}

#customers-testimonials.owl-carousel .owl-nav .owl-prev {
	left: -47px;
	border: 1px solid #dcdada;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 5px!important;
	margin-left: -45px;
	text-align: center;
	background: 0 0
}

#customers-testimonials.owl-carousel .owl-nav .owl-next {
	position: absolute;
	z-index: 100;
	right: 0;
	border: 1px solid #dcdada;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	padding: 5px!important;
	margin-right: -45px;
	text-align: center;
	background: 0 0
}

#customers-testimonials.owl-carousel .owl-nav .owl-next:hover,
#customers-testimonials.owl-carousel .owl-nav .owl-prev:hover {
	color: #fff;
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd)
}

.our_blog {
	background-color: #fafafa;
	padding: 50px 0
}

.blog_card {
	border-radius: 10px;
	box-shadow: 12px 8px 18px -5px rgba(0, 0, 0, .1), -8px -6px 12px -5px rgba(0, 0, 0, .02);
	border: 1px solid rgba(154, 154, 154, .1);
	margin-bottom: 12px
}

p.blog_date {
	color: #2c4058;
	font-family: GothamMedium;
	margin-bottom: 8px;
	font-size: 13px
}

h4.blog_title {
	color: #2c4058;
	font-family: GothamMedium;
	font-size: 15px
}

p.blog_desc {
	color: #353535;
	font-size: 13px;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0
}

.blog_details .card-block {
	padding: 25px 20px 20px 30px!important
}

.blog_img_left {
	border-radius: 10px 0 0 10px
}

.blog_img_right {
	border-radius: 0 10px 10px 0
}

.blog_card_big .card-block {
	padding: 25px 100px 20px 30px!important;
	min-height: 200px
}

.blog_overly {
	background-color: rgba(0, 0, 0, .7);
	opacity: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	width: 100%;
	border-radius: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease
}

.blog_card:hover .blog_overly {
	opacity: 1
}

.blog_read_more {
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd);
	color: #fff;
	padding: 10px 30px;
	border-radius: 5px;
	text-decoration: none
}

.blog_read_more:hover {
	text-decoration: none;
	background: linear-gradient(to right, #564cfd, #007bff, #009bff, #00b5ff, #2ecaf0);
	color: #fff
}

footer {
	background-color: #222;
	padding: 200px 0 10px;
	position: relative
}

.footer_list {
	font-family: GothamBook;
	text-transform: uppercase;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #383838;
	padding-bottom: 15px
}

.footer_list li a {
	color: #fff;
	text-decoration: none
}

.footer_list li a:hover {
	color: #2ecaf0
}

.footer_logo img {
	width: 160px
}

p.copyrights_text {
	color: #fff;
	font-family: GothamBook;
	padding: 12px 0 0
}

.social_icons {
	text-align: right
}

.social_icons ul li a {
	color: #fff;
	font-size: 15px;
	border: 1px solid #fff;
	width: 35px;
	height: 35px;
	padding: 5px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 24px;
	background: 0 0;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	transition: all .2s ease-in-out 0s
}

.social_icons ul li a:hover {
	background: linear-gradient(to right, #2ecaf0, #00b5ff, #009bff, #007bff, #564cfd)
}

section.contact_form_section {
	position: relative;
	padding: 170px 0
}

.footer_contact_form {
	background-color: #fff;
	position: absolute;
	top: -110px;
	z-index: 100;
	left: 0;
	right: 0;
	padding: 35px 50px;
	box-shadow: 12px 8px 18px -5px rgba(0, 0, 0, .1), -8px -6px 12px -5px rgba(0, 0, 0, .02)
}

#contact_form .form-group .form-control {
	-webkit-box-shadow: none;
	border-bottom: 1px;
	border-style: none none solid none;
	border-radius: 0;
	border-color: #d5d9de;
	font-family: GothamBook;
	font-size: 18px;
	padding: 28px 0
}

#contact_form .form-group .form-control:focus {
	box-shadow: none;
	border-width: 0 0 1px 0;
	border-color: #2c4058;
	-moz-transition: all 1s ease-in;
	-webkit-transition: all 1s ease-in;
	-o-transition: all 1s ease-in;
	transition: all 1s ease-in
}

#contact_form .form-control::-webkit-input-placeholder {
	color: #e2e3e6
}

#contact_form .form-control:focus::-webkit-input-placeholder {
	color: #2c4058
}

#contact_form textarea {
	resize: none
}

#contact_form .site_btn {
	font-family: GothamMedium
}

.contact_form_heading {
	font-family: GothamMedium;
	color: #2c4058;
	text-transform: uppercase;
	font-size: 30px;
	padding: 20px 0 25px
}

.contact_form_heading::before {
	background: #2c4058 none repeat scroll 0 0;
	content: "";
	height: 1px;
	position: absolute;
	width: 95px;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 35px
}

.footer_contact_form_bg {
	position: absolute;
	opacity: .1;
	width: 100%;
	bottom: -25px;
	left: 0
}

@media screen and (max-width:991px) {
	.banner_img {
		display: none
	}
}

@media screen and (max-width:767px) {
	.search_form input {
		width: 100%
	}
	.banner_text h1 {
		font-size: 24px
	}
	.site_heading {
		font-size: 18px
	}
	.preferences_text h4 {
		font-size: 16px
	}
	.site_heading::before {
		width: 80px
	}
	.categories_card .card-img-overlay h4 {
		font-size: 16px
	}
	.banner_text {
		font-size: 35px;
		text-align: center;
		font-weight: 900;
		padding-left: 0;
		margin: 20px 20px
	}
	.home_slider .owl-next {
		right: 0!important
	}
	.home_slider .owl-next,
	.home_slider .owl-prev {
		top: 54%!important
	}
	.home_slider .owl-prev {
		left: 0!important
	}
	.popup-form .modal-dialog {
		margin-top: 20px!important
	}
}

.get-title {
	font-size: 30px!important;
	font-weight: 100
}

.error {
	color: red
}

.modal-open .modal {
	margin-top: 0!important
}

.modal-open .modal {
	overflow-x: hidden;
	margin-top: -75px;
	overflow-y: auto
}

.popup-form .modal-dialog {
	max-width: 900px;
	margin-top: 120px;
	width: auto
}

.modal .modal-content {
	border-radius: 0
}

.popup-form .modal-content {
	background-size: cover;
	background-repeat:no-repeat!important;
}

.popup-form .top_cls {
	color: #030303;
	opacity: 1!important;
	font-size: 32px;
	font-weight: 400;
	background-color: #fff;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	position: relative;
	right: -6px;
	top: -14px;
	padding-bottom: 2px
}

.contact-form {
	padding-top: 0;
	padding-bottom: 2em;
	color: #031d5b;
	margin-top: 50px;
	position: relative
}

.contact-form .title {
	font-weight: 700;
	margin: 0 0 10px;
	color:#1943a1;
}

.contact-form p {
	color: #fff;
	font-weight: 400;
	color: #031d5b
}

.popup-form p {
	color: #234289;
	font-size: 15px;
	text-align: left;
	margin-bottom: 20px;
	line-height: 23px
}

.fitoutform .form-group {
	margin-bottom: 0!important
}

.contact-form input,
.contact-form textarea {
	width: 100%;
	height: 45px;
	margin-bottom: 13px;
	padding-left: 15px;
	border-radius: 0;
	border: none;
	color: #222;
	border-bottom: 1px solid #fff
}

.popup-form input,
.popup-form select,
.popup-form textarea {
	margin-bottom: 5px;
	background: 0 0;
	color: #1943a1;
	padding: 0;
	font-weight:500;
}

.popup-form input,
.popup-form select,
.popup-form textarea {
	margin-bottom: 5px;
	background: 0 0;
	color: #1943a1;
	border: none;
	padding: 0;
	border-bottom: 1px solid #23428f;
	border-radius: 0;
	-webkit-box-shadow: inset 0 0 0 transparent;
	box-shadow: inset 0 0 0 transparent;
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	font-weight:500;
}

.popup-form input,
.popup-form select,
.popup-form select:focus,
.popup-form textarea:focus {
	border-color: #23428f;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 0 0 transparent, 0 0 0 transparent
}

textarea.form-control-input {
	min-height: 0
}

#popup_demo_form .form-control-input::placeholder,
#popup_demo_form .form-control-textarea::placeholder {
	color: #315d93;
}

#popup_demo_form .form-control-input::-webkit-input-placeholder,
#popup_demo_form .form-control-textarea::-webkit-input-placeholder {
	color: #315d93;
}

#popup_demo_form .form-control-input::-moz-placeholder,
#popup_demo_form .form-control-textarea::-moz-placeholder {
	color: #315d93;
}

#popup_demo_form .form-control-input:-ms-input-placeholder,
#popup_demo_form .form-control-textarea:-ms-input-placeholder {
	color: #315d93;
}

#popup_demo_form .form-control-input:-moz-placeholder,
#popup_demo_form .form-control-textarea:-moz-placeholder {
	color: #315d93;
}

.iti__selected-dial-code {
	color: #315d93;
}

select.form-control:not([size]):not([multiple]) {
	height: 45px
}

#popup_demo_form select.form-control:not([size]):not([multiple]),
#popup_demo_form select.form-control:not([size]):not([multiple]):focus {
	height: calc(2.7rem + 2px)!important;
	font-size: 14px;
	background-color: transparent;
	text-transform: capitalize;
	background: url(../img/drop_back.png?v1) right .75rem center no-repeat;
	-webkit-appearance: none
}

.fitoutform .form-control {
	padding: 0;
	border: none;
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
	border-bottom: 1px solid #23428f;
	border-radius: 0;
	box-shadow: none
}

.contact-form .btn {
	text-transform: none;
	background-color: #1d3979;
	color: #fff;
	font-size: 19px;
	margin: 10px 0 -10px;
	width: 152px;
	font-weight: 500;
	border-radius: 50px;
}

li .has-product .desc {
	color: #1d1d1d;
	line-height: 13px;
	margin-left: 37px;
	font-size: .75rem;
	display: block;
	font-weight: 500;
}

li .has-product {
	vertical-align: top;
	margin-left: -2px;
	font-size: 15px;
	padding: 15px 15px!important
}

.dropdown-menu .sub-menu .multi-column-dropdown .single-column-dropdown:before {
	content: '';
	position: absolute;
	width: 14px;
	height: 0;
	border: 7px solid transparent;
	border-bottom: 7px solid #fff;
	top: -14px;
	left: 50%;
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

@media screen and (min-width:767px) {
	.banner_text p {
		font-size: 17px!important
	}
	.inrpage_br_content p {
		font-size: 17px!important
	}
}

@media screen and (max-width:767px) {
	.wa__btn_popup {
		left: 20px !important;
		bottom: 185px !important
	}
	.banner_text p {
		padding: 0 10px;
		font-size: 18px;
		font-weight: normal;
	}
}

.wa__btn_popup {
	position: fixed;
	right: 30px;
	bottom: 77px;
	cursor: pointer;
	z-index: 999
}

.dot {
	background: #14b474;
	height: 10px;
	width: 10px;
	display: inline-block;
	border-radius: 50%;
	margin-left: 5px
}

.wa__btn_popup {
	left: 30px;
	right: unset
}

.wa__btn_popup.wa__active .wa__btn_popup_txt {
	-ms-transform: translate(0, 15px);
	transform: translate(0, 15px);
	-webkit-transform: translate(0, 15px);
	-moz-transform: translate(0, 15px);
	opacity: 0;
	visibility: hidden
}

.wa__btn_popup .wa__btn_popup_txt {
	left: 100%
}

.wa__btn_popup .wa__btn_popup_txt {
	position: relative;
	background: #ddd;
	border-radius: .4em;
	width: 165px;
	color: #222;
	padding: 5px 5px 6px 6px;
	font-size: 12px;
	top: -8px;
	left: 1px
}

.wa__btn_popup .wa__btn_popup_txt::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 100%;
	width: 0;
	height: 0;
	border: 12px solid transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 12px;
	border-left-color: transparent;
	border-left-style: solid;
	border-left-width: 12px;
	border-top-color: #ddd;
	border-bottom: 0;
	border-left: 0;
	margin-left: -135.5px;
	margin-bottom: -8px
}

.wa__btn_popup .wa__btn_popup_icon {
	background: #2db742
}

.wa__btn_popup .wa__btn_popup_icon {
	position: relative;
	width: 32px;
	height: 32px;
	background: #2db742;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
	-webkit-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14);
	-moz-box-shadow: 0 6px 8px 2px rgba(0, 0, 0, .14)
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:before {
	opacity: 0;
	-ms-transform: scale(0) rotate(360deg);
	transform: scale(0) rotate(360deg);
	-webkit-transform: scale(0) rotate(360deg);
	-moz-transform: scale(0) rotate(360deg)
}

.wa__btn_popup .wa__btn_popup_icon:before {
	content: '';
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url(../img/whatsapp.svg) center center no-repeat;
	background-size: 30px auto;
	-webkit-background-size: 22px auto;
	-moz-background-size: 30px auto;
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all
}

.wa__btn_popup.wa__active .wa__btn_popup_icon:after {
	opacity: 1;
	-ms-transform: scale(1) rotate(0);
	transform: scale(1) rotate(0);
	-webkit-transform: scale(1) rotate(0);
	-moz-transform: scale(1) rotate(0)
}

.wa__btn_popup .wa__btn_popup_icon:after {
	content: '';
	opacity: 0;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: transparent url(../img/close-icon.png?v1) center center no-repeat;
	background-size: 14px auto;
	-webkit-background-size: 30px auto;
	-moz-background-size: 30px auto;
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	-ms-transform: scale(0) rotate(-360deg);
	transform: scale(0) rotate(-360deg);
	-webkit-transform: scale(0) rotate(-360deg);
	-moz-transform: scale(0) rotate(-360deg)
}

.wa__popup_chat_box.wa__active {
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	visibility: visible;
	opacity: 1
}

.wa__popup_chat_box {
	left: 25px
}

.wa__popup_chat_box {
	width: 351px;
	border-radius: 5px 5px 8px 8px;
	-webkit-border-radius: 5px 5px 8px 8px;
	-moz-border-radius: 5px 5px 8px 8px;
	position: fixed;
	overflow: hidden;
	box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
	-webkit-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
	-moz-box-shadow: 0 10px 10px 4px rgba(0, 0, 0, .04);
	bottom: 102px;
	right: 25px;
	z-index: 998;
	opacity: 0;
	visibility: hidden;
	-ms-transform: translate(0, 50px);
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	-moz-transform: translate(0, 50px);
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	will-change: transform, visibility, opacity;
	max-width: calc(100% - 50px)
}

.wa__popup_chat_box .wa__popup_heading {
	background: #2db742
}

.wa__popup_chat_box .wa__popup_heading {
	position: relative;
	padding: 15px 43px 17px 74px;
	color: #d9ebc6;
	background: #2db742
}

.wa__popup_chat_box .wa__popup_heading:before {
	content: '';
	background: url(../img/whatsapp-icon.png?v1) center top no-repeat;
	background-size: 50px;
	display: block;
	width: 55px;
	height: 33px;
	position: absolute;
	top: 20px;
	left: 12px
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
	color: #fff
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title {
	padding-top: 2px;
	color: #fff;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
	color: #fff;
	font-weight: 600
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro {
	padding-top: 4px;
	font-size: 12px;
	line-height: 20px
}

.wa__popup_chat_box .wa__popup_content {
	background: #fff;
	padding: 13px 20px 21px 19px;
	text-align: center
}

.wa__popup_chat_box .wa__popup_content_left {
	text-align: left
}

.wa__popup_chat_box .wa__popup_notice {
	font-size: 11px;
	color: #a5abb7;
	font-weight: 500;
	padding: 0 3px
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1) {
	transition-delay: .3s;
	-webkit-transition-delay: .3s;
	-moz-transition-delay: .3s
}

.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item {
	opacity: 1;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0)
}

.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item {
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	transition-delay: 2.1s;
	-webkit-transition-delay: 2.1s;
	-moz-transition-delay: 2.1s
}

.wa__popup_content_list .wa__popup_content_item {
	margin: 14px 0 0;
	transform: translate(0, 20px);
	-webkit-transform: translate(0, 20px);
	-moz-transform: translate(0, 20px);
	will-change: opacity, transform;
	opacity: 0
}

.wa__popup_chat_box .wa__stt.wa__stt_online {
	transition: .2s ease all;
	-webkit-transition: .2s ease all;
	-moz-transition: .2s ease all
}

.wa__popup_chat_box .wa__stt {
	border-left: 2px solid #2db742
}

.wa__popup_chat_box .wa__stt {
	padding: 13px 40px 12px 74px;
	position: relative;
	text-decoration: none;
	display: table;
	width: 100%;
	border-left: 2px solid #2db742;
	background: #f5f7f9;
	border-radius: 2px 4px 2px 4px;
	-webkit-border-radius: 2px 4px 2px 4px;
	-moz-border-radius: 2px 4px 2px 4px
}

.wa__stt_online {
	background: #2db742;
	cursor: pointer;
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	backface-visibility: hidden;
	will-change: transform
}

.wa__stt_online:before {
	content: '';
	transition: .4s ease all;
	-webkit-transition: .4s ease all;
	-moz-transition: .4s ease all;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	will-change: opacity
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt {
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset
}

.wa__popup_chat_box .wa__popup_avatar {
	position: absolute;
	overflow: hidden;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	left: 12px;
	top: 12px
}

.wa__popup_content_list .wa__popup_content_item .wa__popup_txt {
	display: table-cell;
	vertical-align: middle;
	min-height: 48px;
	height: 48px
}

.wa__popup_content_list .wa__popup_content_item .wa__member_name {
	font-size: 14px;
	color: #363c47;
	line-height: 1.188em!important
}

.wa__popup_content_list .wa__popup_content_item .wa__member_duty {
	font-size: 11px;
	color: #989b9f;
	padding: 2px 0 0;
	line-height: 1.125em!important
}

.wa__popup_chat_box .wa__stt:after {
	content: '';
	background: url(../img/whatsapp.svg) 0 0 no-repeat;
	position: absolute;
	right: 14px;
	top: 26px;
	width: 30px;
	height: 30px;
	background-size: 100% 100%;
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%
}

@keyframes beat {
	to {
		transform: scale(1.4)
	}
}

.heart_beat {
	font-size: 150px;
	color: #fff;
	animation: beat .35s infinite alternate;
	transform-origin: center
}

.footer-review .mtop8,
.footer-review h5 {
	font-size: 16px;
	color: #fff
}

.footer-review span {
	font-size: 14px;
	color: #fff
}

.footer-review {
	color: #fff;
	font-size: 14px
}

.head_foot_rev {
	color: #4278f0!important;
	font-weight: 600
}

#contact_form label.error,
#popup_demo_form label.error {
background: #ddd;
    border-radius: 5px;
     border: 0px solid #ddd; 
    background: #f33e3e;
    color: white;
    padding: 5px 7px;
    position: absolute;
    top: 0;
    right: 0;
    width: auto;
    font-size: 12px;
    font-weight: 500;
}

#contact_form label.error:after,
#popup_demo_form label.error:after {
	content: " ";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 8px;
	border-style: solid;
	border-color: #f33e3e transparent transparent transparent
}

 .blog-cash {
    background-color: #fff;
    padding: 30px;
    display: block;
    padding: 20px 17px;
    margin-bottom: 2em;
    width: 100%;
    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 1px;
    clear: none;
}
.blog-cash .search-form {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    width: 100%;
    -webkit-border-radius: 35px;
    height: 46px;
    overflow: visible!important;
}
.blog-cash .search-form label {
    width: 100%;
    height: 100%;
    display: block;
}
.blog-cash .search-form .search-submit {
    height: 45px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    background:#3f6aeb;
    height: 100%!important;
    transition: 0.10s linear;
    letter-spacing: 1px;
    width: auto;
}
.blog-cash .search-form .search-field {
    font-size: 15px;
    border: 0;
    outline: 0;
    height: 100%!important;
    border: 2px solid #3f6aeb;
    padding-left: 15px!important;
    width: 100%;
}
.blog-cash .screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    top: -9999em;
    left: -9999em;
}