.topbar-nav.navbar-nav .nav-link, .social-links.navbar-nav .nav-link {
	font-weight: 400;
	font-size: 12px;
	color: var(--white);
 padding:0.5rem .5rem
}
.topbar-right {
	padding-left: 1rem;
	margin-left: 1rem;
}
.navbar-brand {
	max-width: 180px;
}
.navbar-nav.main-nav .nav-link {
	color: var(--dark);
	font-size: .95rem;
    padding: 1.25rem .4rem;
	font-weight: 600 
}
.navbar-nav.main-nav .nav-link:hover {
	color: var(--primary);
	background-color: rgba(255,255,255,.125);
	box-shadow: 0 -3px 0 var(--primary) inset;
}
.navbar-nav.main-nav .dropdown-item {
	padding: 0
}
.navbar-nav.main-nav .dropdown-item .nav-link {
 padding:.8rem 0.5rem;
 font-size: .95rem;
}
.navbar-nav.main-nav .dropdown-item .nav-link:hover {
	color: #fff;
	background-color: #1191e7;
	box-shadow: none;
}
.navbar-nav.main-nav .dropdown-menu {
	border: 0;
	margin: 0;
}
.dropdown-item.dropdown .dropdown-toggle::after {
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.get-appointment {
	padding-left: 4rem !important;
	line-height: 18px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: var(--secondary);
	text-transform: uppercase;
}
.get-appointment:hover {
	background-color: var(--primary);
	text-decoration: none;
}
.get-appointment .appointment-icon {
	position: absolute;
	left: 1rem;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	font-size: 2rem
}
.appointment-text {
	font-weight: 600;
	font-size: 1.125rem
}
.get-appointment span {
	font-weight: 600;
}
.banner-wrapper {
	position: relative;
	z-index: 2;
}
.banner-caption {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	width: 100%;
	z-index: 10;
	letter-spacing: 1px;
}
.banner-text {
	text-shadow: 2px 2px rgba(0,0,0,0.15);
}
.banner-title {
	font-weight: 900;
	font-size: 3.125rem;
	text-transform: uppercase
}
.banner-sub-title {
	font-weight: 600;
	font-size: 1.5rem;
	text-transform: uppercase
}
.banner-para {
	font-weight: 400;
	font-size: 1.5rem;
}
.title-text {
	font-size: 2.375rem;
}
.title-text small {
	font-size: 1.125rem;
	font-weight: 700;
	text-transform: uppercase;
}
.welcom-text {
	padding-left: 2rem;
	border-left: 2px solid var(--secondary);
	margin: 3rem 0;
}
.welcom-text p {
	font-weight: 400 !important;
}
.bg-light-1 {
	background-color: #e8e2de;
}
.bg-light-2 {
	background-color: #f0e9e5;
}
.bg-light-3 {
	background-color: #f8f1ec;
}
.bg-light-4 {
	background-color: #fcf7f3;
}
/* FEATURES */
.features-section {
	background: url(../images/background/services-bg.jpg) no-repeat center bottom 200px;
	background-size: cover;
	-webkit-background-size: cover;
}
.features-card {
 margin-bottom:;
}
.btn-cta {
	font-size: 1.5rem;
	font-weight: 700;
 padding: .5rem 2.5rem;
	display: block;
}
.btn-cta small {
	font-size: 70%;
	font-weight: 600;
}
.features-card p {
	font-size: 1.125rem;
	font-weight: 300;
}
.features-card .card-icon {
	color: var(--gray-light);
}
/* SERVICES */
.icon-circle {
	width: 5.5rem;
	height: 5.5rem;
	line-height: 88px;
	text-align: center;
	background-color: #eff4fb;
	border-radius: 5rem;
	color: var(--primary);
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	vertical-align: middle;
	position: relative;
}
.icon-circle > i {
	position: absolute;
	left: 50%;
	top: 50%;
	font-size: 2.5rem;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.services-title {
	font-size: 1rem;
}
.services-module-box {
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
}
.services-module-box:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.services-module-box:hover .services-icon {
	background-color: var(--primary);
	color: var(--white);
}
.services-module a {
	text-transform: uppercase;
	font-weight: 700;
 font-size:.875rem;
	text-decoration: none;
}
/* HOW WE WORK */
.process-module {
	position: relative;
}
.process-icon {
	width: 8.5rem;
	height: 8.5rem;
	line-height: 88px;
	text-align: center;
	border: 5px solid var(--primary);
	border-radius: 5rem;
	color: #a7a8a9;
	display: inline-block;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	vertical-align: middle;
	position: relative;
}
.process-icon > i {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
}
.process-number {
	font-size: 3.125rem
}
.partner-block {
	text-align: center;
}
/* CONTACTS FORM */
.contact-wrapper {
	position: relative;
}
/* TESTIMONIALS */
.testimonials-cards {
	border: 0;
	background-color: transparent;
	border-radius: 0;
	position: relative;
	z-index: 2;
	padding: 2rem 2rem 0;
}
.testimonials-cards:before {
	content: "\efcd";
	position: absolute;
	top: 0;
	left: 0;
	font-size: 6.25rem;
	color: #e2dfdd;
	font-family: IcoFont!important;
	z-index: -1
}
.testimonials-text p {
	font-style: italic;
	font-weight: 600;
	font-size: 1.25rem;
}
.designation {
	font-weight: 400;
 margin-bottom: .5rem;
 margin-top: -.25rem;
}
.contact-modules .contact-modules-head {
	font-weight: 400;
	color: #3f485d;
	fomt-size: 2rem
}
.form-light .form-group {
	margin-bottom: 1rem;
}
.form-light .form-control {
	background-color: rgba(255,255,255,.15);
	border-color: rgba(255,255,255,.5);
	color: #fff;
	height: calc(2.8rem + 2px);
}
.form-light textarea.form-control {
	height: calc(8.5rem + 2px);
}
.form-light .form-control::-ms-expand {
 background-color: transparent;
 border: 0;
}
.form-light .form-control:focus {
	background-color: rgba(255,255,255,.25);
	border-color: #fff;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.form-light .form-control::-webkit-input-placeholder {
 color: #fff;
 opacity: 1;
}
.form-light .form-control::-moz-placeholder {
 color: #fff;
 opacity: 1;
}
.form-light .form-control:-ms-input-placeholder {
 color: #fff;
 opacity: 1;
}
.form-light .form-control::-ms-input-placeholder {
 color: #fff;
 opacity: 1;
}
.form-light .form-control::placeholder {
 color: #fff;
 opacity: 1;
}
.appointment-module {
	padding: 1rem;
	position: relative;
	z-index: 2;
}
.map-block iframe {
	display: block
}
/* FOOTER */
.footer-widget {
	margin-bottom: 1rem
}
.footer-widget-title {
	color: #fff;
	text-transform: uppercase;
	margin: 0 0 1rem;
	position: relative;
	font-size: 0.95rem;
 letter-spacing: .1rem;
}
.input-subscribe {
	position: relative;
	border-radius: 0;
	overflow: hidden;
	height: 45px;
	background-color: rgba(255,255,255,0.1);
	margin-top: 15px;
}
.input-subscribe .form-control {
	height: 45px;
	color: #1b1916;
	width: 70%;
	border: 0;
	border-radius: 0.25rem 0 0 0.25rem;
	background-color: rgba(255,255,255,0.1);
}
.input-subscribe .form-control:focus {
	background-color: #fff;
	color: #1b1916;
}
.input-subscribe .btn {
	position: absolute;
	right: 0;
	top: 0;
	background-color: var(--primary);
	color: #fff;
	border-radius: 0 0.25rem 0.25rem 0;
	height: 45px;
	width: 30%;
	border: 0;
}
.footer-widget p, .copyright p {
	color: rgba(255,255,255,0.5);
 font-size: .85rem;
	font-weight: 400;
}
.footer-widget-links li {
	display: inline-block;
	width: 50%;
	margin-right: -4px;
}
.footer-widget-links a {
	color: rgba(255,255,255,0.5);
	font-weight: 400;
	padding: 0.5rem 0rem;
	font-size: 0.85rem;
}
.footer-widget-links a:hover {
	color: rgba(255,255,255,0.85);
}
.footer-widget .social-links .nav-link {
	width: 30px;
	height: 30px;
	border-radius: 0.25rem;
	background-color: rgba(0,0,0,0.25);
	text-align: center;
	line-height: 30px;
	padding: 0;
 margin-right:.5rem;
	color: rgba(255,255,255,0.5);
 font-size: .85rem;
}
.footer-widget .social-links .nav-link:hover {
	background-color: rgba(0,0,0,0.35);
	color: #fff;
}
.copyright {
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 1rem;
	font-weight: 300;
}
.es_textbox, .es_button {
	display: inline-block;
}
.es_textbox input {
	height: 45px;
	color: #1b1916;
	padding: 0.375rem 0.75rem;
	border: 0;
	border-radius: 0.25rem 0 0 0.25rem;
	background-color: rgba(255,255,255,0.1);
}
.es_textbox input:focus {
	background-color: #fff;
	color: #000;
}
#es_txt_button {
	background-color: #0062cc;
	border-color: #005cbf;
	right: 0;
	top: 0;
	color: #fff;
	border-radius: 0 0.25rem 0.25rem 0;
	height: 45px;
	border: 0;
}
.es_lablebox {
	display: none;
}
.appointment-form option {
	color: #000;
}
.dropdown .dropdown-menu-toggle {
	position: absolute;
	right: 0;
	top: 0;
	width: 5rem;
	height: 40px;
	text-align: center;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--white);
	cursor: pointer;
}
.dropdown.show .dropdown-menu-toggle i:before {
	transition: all 0.25s ease-in-out 0s;
	-webkit-transition: all 0.25s ease-in-out 0s;
	-moz-transition: all 0.25s ease-in-out 0s;
	-ms-transition: all 0.25s ease-in-out 0s;
	-o-transition: all 0.25s ease-in-out 0s;
}
.dropdown.show > .dropdown-menu-toggle i:before, .dropdown > .dropdown-menu-toggle.show-toggle i:before {
	content: "\f068";
}
.contact-page-wrapper .contact-wrapper:before, .contact-page-wrapper .contact-wrapper::after {
	display: none;
}
.contact-mdl {
	background-color: rgba(255,255,255,.25);
	margin: 2.5rem 0;
 border-radius: .25rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.contact-mdl .icon-box {
	width: 25%;
	color: #fff;
	background-color: rgba(255,255,255,.25);
	padding: 1.5rem;
	text-align: center;
 border-radius: .25rem 0 0 .25rem;
}
.contact-page-wrapper .social-links.navbar-nav .nav-link {
	font-weight: 400;
	color: var(--white);
 padding: 0.5rem .5rem;
	background-color: rgba(255,255,255,0.25);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	line-height: 40px;
	font-size: 1.2rem;
	margin-right: 0.5rem;
}
.contact-page-wrapper .social-links.navbar-nav .nav-link:hover {
	background-color: rgba(255,255,255,0.5);
}
.contact-page-wrapper .title-text {
	font-size: 2rem;
}
.footer .es_form_container {
	position: relative;
}
.footer .es_textbox {
	display: inline-block;
	width: 70%;
}
.footer .es_textbox_button, .footer .es_textbox_class {
	width: 100%;
}
.footer .es_button {
	position: absolute;
	right: 0;
	top: -11px;
	width: 30%;
}
