@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap');
 * {
	padding: 0;
	margin: 0;
}
html {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: visible;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 26px;
	overflow-x: hidden;
	color: #000;
}
html,
body,
.wrapper {
	height: 100%;
}
.carousel-inner>.item>a>img,
.carousel-inner>.item>img,
.img-responsive,
.thumbnail a>img,
.thumbnail>img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	line-height: 1.2;
	font-family: 'Poppins', sans-serif;
	letter-spacing: 0;
	margin: 0;
}
h1,
h2,
h3,
h4 {
	margin-bottom: 15px;
}
h5,
h5 {
	margin-bottom: 10px;
}
h2{
    text-align: center;
    color: #c89938;
    font-size: 65px;
	font-weight: 200;
}

img {
	border: none;
	outline: none;
	max-width: 100%;
}
label {
	display: inline-block;
	font-weight: normal;
	margin-bottom: 5px;
	max-width: 100%;
}
a,
.btn,
button {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	outline: medium none;
}
a img,
iframe {
	border: none;
}
p {
	color: #666666;
	line-height: 26px;
	margin: 0 0 15px;
	text-transform: none;
	font-weight: 400;
}
hr {
	margin-top: 0;
	margin-bottom: 0;
	border: 0;
	border-top: 1px solid #eee;
}
pre {
	display: block;
	margin: 0 0 30px;
	padding: 9.5px;
	word-wrap: break-word;
	word-break: break-all;
	color: #333;
	border: 1px solid #ededed;
	border-radius: inherit;
	background-color: #f9f9f9;
	font-size: 13px;
	line-height: 1.42857143;
}
input:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inherit;
}
ul {
	margin: 0;
	list-style-type: none;
}
a,
a:active,
a:focus,
a:hover {
	outline: none;
	text-decoration: none;
	color: #51524c;
}
a:hover {
	color: #51524c;
}
a {
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	text-decoration: none;
	font-family: 'Poppins', sans-serif;
}
b,
strong {
	font-weight: 900;
}
.btn.active,
.btn:active {
	background-image: inherit !important;
}
.btn.focus,
.btn:active:focus,
.btn:active:hover,
.btn:focus,
.btn:hover {
	outline: 0;
}
.btn.circle {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn.active,
.btn:active {
	outline: 0;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}
input {
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	box-shadow: inherit;
	min-height: 50px;
}
/* Default CSS */

.container-half {
	margin: 0 auto;
	width: 60%;
	padding: 0 15px;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center top;
	background-size: cover;
}
.bg-gray {
	background-color: #f9f9f9;
}
.bg-light {
	background-color: #ffffff;
}
.bg-theme {
	background-color: #afeeee;
}
.color-yellow .bg-theme {
	background-color: #03d5d5;
}
.align-right {
	float: right;
}
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light p,
.text-light a {
	color: #ffffff;
}
.shadow {
	position: relative;
	z-index: 1;
}
.colo-yellow.shadow.theme::after,
.colo-yellow .shadow.theme::after {
	background: #03d5d5 none repeat scroll 0 0;
}
.shadow.theme-hard::after {
	background: #afeeee none repeat scroll 0 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.7;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.color-yellow.shadow.theme-hard::after,
.color-yellow .shadow.theme-hard::after {
	background: #03d5d5 none repeat scroll 0 0;
}
.default-padding {
	padding-top: 40px;
	padding-bottom: 40px;
}
.default-padding-top {
	padding-top: 80px;
}
.default-padding-bottom {
	padding-bottom: 80px;
}
.default-padding.bottom-less {
	padding-top: 80px;
	padding-bottom: 50px;
}
.default-padding.bottom-30 {
	padding-top: 80px;
	padding-bottom: 30px;
}
.default-padding.bottom-20 {
	padding-top: 80px;
	padding-bottom: 20px;
}
.padding-xl {
	padding-top: 120px;
	padding-bottom: 120px;
}
.ml-2 {
	margin-left: 10px;
}
.top-bar-area .btn-info {
	background: #01558C!important;
}
.btn {
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 25px;
	text-transform: uppercase;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	letter-spacing: 1px;
	border-radius: inherit;
	overflow: hidden;
	border-radius: 4px;
	padding: 5px 20px;
}
.btn-md {
	padding: 10px 40px 10px;
}
.btn-sm {
	padding: 8px 35px;
	font-size: 12px;
}
.btn-xsm {
	padding: 5px 18px;
	font-size: 12px;
}
.btn.btn-sm-pro {
	font-size: 10px;
	font-weight: 600;
	margin-top: 5px;
	padding: 4px 35px;
	display: inline-block;
}
.btn-border-light {
	border: 2px solid #ffffff;
}
.btn.btn-sm-pro.btn-border-light:hover,
.btn.btn-sm-pro.btn-border-light:focus {
	background-color: #ffffff;
	color: #048da0;
	border: 2px solid #ffffff;
}
.btn-gray {
	background: #f5f5f5 none repeat scroll 0 0;
	border: 2px solid #e7e7e7;
}
.btn-gray:hover {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #e7e7e7;
}
.btn-dark {
	background-color: #1877f2;
	color: #ffffff;
	border: 2px solid #1877f2;
}
.btn-dark {
	background-color: #1877f2;
	color: #ffffff;
	border: 2px solid #1877f2;
}
.btn-dark.border:hover {
	background-color: #048da0;
	color: #ffffff !important;
	border: 2px solid #048da0;
}
.btn.btn-light {
	background: none 0px 0px repeat scroll #3F51B5;
	border: 2px solid #3F51B5;
	color: #FFF;
}
.btn.btn-light:hover,
.btn.btn-light:focus {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn-light:hover,
.btn-light:focus {
	background-color: transparent;
	color: #ffffff !important;
	border: 2px solid #0aab94;
}
.btn.btn-light.border {
	background: transparent;
	border: 2px solid #ffffff;
	color: #ffffff;
}
.btn.btn-light.border:hover {
	background: #ffffff none repeat scroll 0 0 !important;
	border: 2px solid #ffffff !important;
	color: #048da0 !important;
}
.btn-dark:hover,
.btn-dark:focus {
	color: #1877f2 !important;
	background: transparent;
}
.bg-dark {
	background: #048da0 none repeat scroll 0 0;
}
.bg-gradient {
	background: linear-gradient(90deg, rgb(8 8 8) 0%, rgb(72 72 74) 100%);
}
.btn-theme,
.button-theme {
	background-color: #0aab94;
	color: #048da0 !important;
}
.btn-theme.border {
	background-color: transparent;
	color: #afeeee !important;
	border: 2px solid #afeeee;
}
.btn-theme.border:hover {
	background-color: #afeeee;
	color: #ffffff !important;
	border: 2px solid #afeeee;
}
.btn-theme.effect:hover,
.btn-theme.effect:focus {
	background: #03d5d5 none repeat scroll 0 0;
	border: 2px solid #03d5d5;
	color: #ffffff !important;
}
.button-theme:hover,
.button-theme:focus {
	background: #03d5d5 none repeat scroll 0 0;
	color: #ffffff !important;
}
.btn.btn-sm-lm {
	font-size: 12px;
	padding: 4px 35px;
}
.btn.border.btn-light.standard {
	padding-left: 20px;
	padding-right: 50px;
	position: relative;
	z-index: 1;
}
.btn.border.btn-light.standard::after {
	background: #ffffff none repeat scroll 0 0;
	content: "";
	height: 53px;
	position: absolute;
	right: -18px;
	top: -10px;
	transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
	-moz-transform: skewX(20deg);
	-ms-transform: skewX(20deg);
	-o-transform: skewX(20deg);
	width: 50px;
	z-index: -1;
}
.btn.border.btn-light.standard::before {
	color: #afeeee;
	content: "\f061";
	font-family: "Font Awesome 5 Free";
	height: 100%;
	position: absolute;
	right: 0;
	width: 25px;
}
.button-sm {
	border: medium none;
	font-weight: 500;
	padding: 8px 25px;
	text-transform: uppercase;
}
.banner-area.shadow.dark-hard .content .btn.btn-theme.effect:hover,
.banner-area.shadow.dark-hard .content .btn.btn-light.effect:hover,
.banner-area.shadow.dark-hard .content .btn.btn-dark.effect:hover {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #ffffff;
	color: #ffffff !important;
}
a.btn-icon {
	background: #f1f1f1 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #afeeee;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	width: 50px;
}
.bg-fixed {
	background-attachment: fixed;
	background-position: center center;
	background-size: cover;
}
.bg-cover {
	background-position: center center;
	background-size: cover;
}
.container-full {
	padding: 0 15px;
	width: 100%;
}
.oh {
	overflow: hidden;
}
.less-margin {
	margin: 0;
}
header {
	position: relative;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a {
	position: relative;
	z-index: 1;
	margin-left: 3px;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a {
	border: medium none;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a::after {
	background: #ffffff none repeat scroll 0 0;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	width: 0;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background ul li a:hover::after {
	width: 100%;
}
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a.active::after,
header nav.navbar.border.bootsnav.navbar-fixed.no-background .attr-nav ul li a:hover::after {
	width: 0;
}
.attr-nav .social.right li {
	margin-left: 20px;
}
.attr-nav .social li a {
	font-size: 16px;
}
/* Navbar */

nav.bootsnav.navbar-default.info-topbar .navbar-header {
	display: none;
}
nav.bootsnav.navbar-default.info-topbar ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
nav.bootsnav.navbar-default.info-topbar.active-full ul li a {
	margin-right: 0;
	padding: 35px 20px;
}
.attr-nav > a.btn-theme.effect:hover,
.attr-nav > a.btn-theme.effect,
.attr-nav > a.btn-theme.effect:focus {
	background: #afeeee none repeat scroll 0 0;
	border: 2px solid #afeeee;
	color: #ffffff !important;
}
nav.bootsnav.navbar-default.info-topbar.sticked ul li a {
	margin-right: 30px;
	padding: 35px 0;
}
.attr-nav.social li {
	display: inline-block;
	padding: 25px 0 !important;
	transition: all 0.35s ease-in-out;
	-webkit-transition: all 0.35s ease-in-out;
	-moz-transition: all 0.35s ease-in-out;
	-ms-transition: all 0.35s ease-in-out;
	-o-transition: all 0.35s ease-in-out;
}
.attr-nav.social li a {
	border: 1px solid #f4f4f4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #afeeee;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
	padding: 0 !important;
	text-align: center;
	width: 40px;
}
nav.navbar.bootsnav.sticked .attr-nav.social li {
	display: inline-block;
	padding: 20px 0 !important;
}
nav.navbar.bootsnav.navbar-transparent.pad-top {
	background: transparent none repeat scroll 0 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	margin-top: 63px;
}
/* ============================================================== 
     # Topbar 
=================================================================== */

.logo_wp {
	padding: 10px 0;
}
.logo_wp .tel_ {
	color: #292f33;
	font-size: 36px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 15px;
	display: inline-block;
}
.logo_wp i.fa.fa-phone {
	margin-right: 15px;
	position: relative;
	top: -4px;
	color: #4db6e9;
	font-size: 20px;
}
.logo_wp h4{
	color: #ab9428;
	margin-top: 40px;
    text-transform: uppercase;
	line-height: 2;
}

.top-bar-area {
	padding: 0px 0;
	overflow: hidden;
}
.top-bar-area {
	padding: 4px 0;
	text-align: center;
	background-color: #51524c;
}
.top-bar-area .user-login a {
	background: #afeeee none repeat scroll 0 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #048da0;
	display: inline-block;
	font-weight: 600;
	margin-left: 5px;
	padding: 8px 25px;
}
.top-bar-area .user-login a i {
	margin-right: 2px;
}
.top-bar-area .address-info li {
	border-right: 1px solid rgba(255, 255, 255, 0.2);
	display: inline-block;
	margin-right: 18px;
	padding-right: 20px;
	color: #ffffff;
	line-height: 24px;
}
.top-bar-area.bg-theme .address-info li {
	border-right: 1px solid #048da0;
	color: #048da0;
}
.top-bar-area.address-one-lines .address-info li {
	margin-right: 10px;
	padding-right: 15px;
}
.top-bar-area.address-one-lines .address-info li span {
	display: inline-block;
	font-weight: normal;
	padding-left: 5px;
}
.top-bar-area.address-two-lines .user-login {
	margin: 3px 0;
}
.top-bar-area .address-info li span {
	display: block;
	font-weight: 600;
	text-transform: uppercase;
}
.top-bar-area .address-info li p {
	line-height: 24px;
	margin: 0;
}
.top-bar-area .address-info li:last-child {
	border: medium none;
	margin: 0;
}
.top-bar-area .address-info li i {
	margin-right: 3px;
}
.top-bar-area.address-one-lines .address-info {
	margin: 8px 0px -6px;
}
.logo_wp img{
	width: 75%;
	margin-top: 20px;
}
.style_sfc {
	margin-top: 20px;
	background: #51524c;
	border-color:#51524c ;
	padding: 12px 25px;
	border-radius: 3px;
}
.style_sfc:hover{
	background-color: #291b37;
	border-color:#291b37 ;
}
.btn-info.focus, .btn-info:focus {
    background-color: #51524c !important;
    border-color: #51524c !important;
}
nav.navbar.bootsnav ul.nav > li > a {
    font-size: 13px;
    color: #fff;
    text-transform: uppercase;
}
nav.navbar.bootsnav ul.nav > li > a:hover {
	color:  #51524c !important;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover {
	color:  #51524c !important;
}
nav.navbar.bootsnav li.dropdown ul.mega{
	width: 800px;
}
nav.navbar.bootsnav li.dropdown ul.mega li{
	width: 33%;
	float: left;
}
.top-bar-area .menu li {
	display: inline-block;
	margin-left: 10px;
	padding-left: 15px;
	position: relative;
	z-index: 1;
}
.top-bar-area .menu li a {
	display: inline-block;
	font-weight: 500;
	text-transform: capitalize;
}
.top-bar-area.bg-dark .menu li a {
	color: #ffffff;
}
.top-bar-area .menu li a:hover {
	color: #afeeee;
}
.top-bar-area.bg-theme .menu li a:hover {
	color: #ffffff;
}
.top-bar-area .menu li::before {
	background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
	content: "";
	height: 14px;
	left: 0;
	position: absolute;
	top: 6px;
	width: 1px;
}
.top-bar-area.bg-theme .menu li::before {
	background: #048da0;
}
.top-bar-area .menu li:first-child {
	margin: 0;
	padding: 0;
}
.top-bar-area .menu li:first-child::before {
	display: none;
}
.top-bar-area .menu {
	padding: 8px 0;
}
.top-bar-area .row.align-center {
	display: flex;
	align-items: center;
	justify-content: center;
}
.top-bar-area .simple-link a {
	margin-left: 20px;
}
.top-bar-area .simple-link a:first-child {
	margin-left: 0;
}
.top-bar-area .simple-link a i {
	margin-right: 3px;
}
.top-bar-area .simple-link {
	position: relative;
	z-index: 1;
	font-weight: 600;
}
.top-bar-area .simple-link::after {
	position: absolute;
	top: -30px;
	content: "";
	height: 100px;
	width: 800px;
	background: #afeeee;
	left: 0;
	z-index: -1;
	transform: skew(25deg);
}
.top-bar-area .simple-link a {
	color: #232323;
}
/* Site Heading */

.social li a {
	border: 1px solid rgba(255, 255, 255, 0.1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	font-size: 14px;
	height: 40px;
	line-height: 39px;
	margin-right: 5px;
	text-align: center;
	width: 40px;
	color: #FFF;
	font-weight: 500;
	background: #4fb5e9;
}
.bg-light .social li a {
	background: transparent none repeat scroll 0 0;
	border: 1px solid #e7e7e7;
	border-radius: inherit;
	color: #048da0;
	line-height: 40px;
}
.bg-light .social li a:hover {
	background: #048da0 none repeat scroll 0 0;
	border: medium none;
	color: #ffffff;
	border: 1px solid transparent;
}
.bg-fixed .social li a {
	border: 1px solid rgba(255, 255, 255, 0.5);
	color: #ffffff;
}
.social li a:hover {
	border: 1px solid transparent;
	background-color: rgba(255, 255, 255, 0.1);
}
.social li {
	display: inline-block;
}
.social {
	margin-top: 10px;
}
.wrap-sticky nav.navbar.bootsnav.sticked .social {
	margin-top: 20px !important;
}
.site-heading {
	margin-bottom: 60px;
	margin-top: -5px;
	overflow: hidden;
}
.site-heading h2 {
	display: inline-block;
	font-weight: 700;
	padding-bottom: 20px;
	position: relative;
	z-index: 1;
}
.bg-dark .site-heading h2 {
	color: #ffffff;
}
.bg-dark .site-heading p {
	color: #cccccc;
}
.site-heading h2::before {
	background: #afeeee none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: -40px;
	position: absolute;
	width: 40px;
	z-index: 1;
}
.site-heading h2::after {
	background: #afeeee none repeat scroll 0 0;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	margin-left: 5px;
	position: absolute;
	width: 40px;
}
.site-heading.text-left h2::before {
	left: 0;
	margin: 0;
}
.site-heading.text-left h2::after {
	left: 45px;
	margin: 0;
	width: 20px;
}
header a.btn.btn-theme:hover {
	color: #FFF;
	background-color: #048da0;
}
header a.btn.btn-theme {
	color: #fff !important;
	background-color: #0aab94;
	border-radius: 30px;
	padding: 15px 25px !important;
	margin-left: 15px;
}
a.navbar-brand img {
	height: 50px;
}
nav.navbar.bootsnav .navbar-brand {
	padding: 10px 15px;
}
/*CSS START 23-09-2020*/

.navbar-right {
	float: right!important;
	margin-right: 0;
}
/* ============================================================== 
     # Banner 
=================================================================== */

.banner-area.auto-height,
.banner-area.auto-height div {
	height: auto;
}
.banner-area .box-cell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.banner-area .box-table {
	display: table;
	width: 100%;
}
/* .banner-area .box-cell,
.banner-area .box-cell div {
	height: 100%;
} */

.banner-area {
	position: relative;
	overflow: hidden;
}
.banner-area .content {
	overflow: hidden;
	top: 25%;
	position: absolute;
	left: 10%;	
    width: 50%;
}
.cont_right{
	left:45% !important;
}
.banner-area .content p {
    font-size: 20px;
    color: #000;
    line-height: 32px;
}
.banner-area .content h4 {
	font-weight: 700;
    text-transform: uppercase;
    font-size: 36px;
    color: #000;
}
.white{
	color: #FFF !important;
}
/* Carousel Control */

.banner-area .carousel-control {
	font-size: 40px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	margin-top: -25px;
	background: transparent;
	opacity: 1;
	z-index: 1;
}
.banner-area .carousel-control.shadow {
	background: transparent none repeat scroll 0 0;
	font-size: 20px;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	opacity: 1;
	padding: 0;
	position: absolute;
	top: 50%;
	width: 50px;
	z-index: 1;
	color: #ffffff;
	text-shadow: inherit;
	border-radius: 50%;
}
.banner-area .carousel-control.shadow::after {
	background: #000 none repeat scroll 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
}
.banner-area .carousel-control.left {
	left: -50px;
}
.banner-area:hover .carousel-control.left {
	left: 0;
}
.banner-area:hover .carousel-control.shadow.left {
	left: 20px;
}
.banner-area .carousel-control.right {
	right: -50px;
}
.banner-area:hover .carousel-control.right {
	right: 0;
}
.banner-area:hover .carousel-control.shadow.right {
	right: 20px;
}
/* Animation delays */

.banner-area .item h1:first-child,
.banner-area .item h2:first-child,
.banner-area .item h3:first-child,
.banner-area .item h4:first-child,
.banner-area .item h5:first-child,
.banner-area .item h6:first-child {
	animation-delay: .5s;
}
.banner-area .item h1:nth-child(2),
.banner-area .item h2:nth-child(2),
.banner-area .item h3:nth-child(2),
.banner-area .item h4:nth-child(2),
.banner-area .item h5:nth-child(2),
.banner-area .item h6:nth-child(2) {
	animation-delay: .6s;
}
.carousel-caption h1:nth-child(3),
.carousel-caption h2:nth-child(3),
.carousel-caption h3:nth-child(3),
.carousel-caption h4:nth-child(3),
.carousel-caption h5:nth-child(3),
.carousel-caption h6:nth-child(3) {
	animation-delay: .9s;
}
.banner-area .item p {
	animation-delay: .5s;
}
.banner-area .item a,
.banner-area .item button {
	animation-delay: .7s;
	margin-right: 3px;
}
.banner-area.text-center .item a,
.banner-area.text-center .item button,
.banner-area .text-center .item a,
.banner-area .text-center .item button {
	margin-right: 3px;
	margin-left: 3px;
}
/* Carousel Fade Effect */

.carousel-fade .carousel-inner .item {
	-webkit-transition-property: opacity;
	transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
	opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
	z-index: 2;
}
/* Slider Zoom Effect */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}
	to {
		-webkit-transform: scale(1.2, 1.2);
	}
}
@-moz-keyframes zoom {
	from {
		-moz-transform: scale(1, 1);
	}
	to {
		-moz-transform: scale(1.2, 1.2);
	}
}
@-o-keyframes zoom {
	from {
		-o-transform: scale(1, 1);
	}
	to {
		-o-transform: scale(1.2, 1.2);
	}
}
@keyframes zoom {
	from {
		transform: scale(1, 1);
	}
	to {
		transform: scale(1.2, 1.2);
	}
}
.carousel-inner .item > .slider-thumb {
	-webkit-animation: zoom 20s;
	animation: zoom 20s;
}
.banner-area .carousel-zoom .slider-thumb {
	height: 100%;
	position: absolute;
	width: 100%;
}
.banner-area.transparent-nav .content {
	padding-top: 40px;
}
/* Carousel Content */

.banner-area.banner-search.content-top-heading .content h1 {
	margin-bottom: 50px;
}
.banner-area.text-normal h3 {
	font-size: 36px;
	text-transform: uppercase;
}
.banner-area.text-normal h1 {
	font-size: 48px;
	font-weight: 700;
	text-transform: uppercase;
}
.banner-area.text-normal h4 {
	font-size: 18px;
	line-height: 30px;
	width: 80%;
	margin-bottom: 40px;
}
.pad_tb{
	padding: 50px 0;
}

footer {
	background: #291b37;
	font-size: 15px;
	color: #fff;
	line-height: 28px;
	padding: 40px 0;
}
footer ul {
	margin-bottom: 20px;
}
footer li a {
	color: #FFF;
}
footer p {
	color: #FFF;
}
.footer-border {
	background: url(assets/images/footer-title.jpg);
	width: 100%;
	height: 5px;
	margin-bottom: 20px;
}

.plastic-surgeon h3{
	color: #000;
	font-size: 31px;
	font-weight: 500;
	text-align: center;
	margin: 30px 0 20px;
	text-transform: uppercase;
}
.plastic-surgeon p{
	font-size: 16px;
	line-height: 32px;
}
.ppc-ff {
    text-align: center;
    color: #c89938;
    font-size: 58px;
    font-weight: 200;
    margin: 20px 0;
    display: inline-block;
}
.ppc-ff:hover{
	color: #51524c;
}
.reqa {
    font-size: 32px;
    color: #FFF;
    margin-top: -10px;
}
.services_box {
    position: relative;
}
.services_box a{
	float: left;
	width: 16.5%;
	margin-right: 1px;
}
.services_box .z3 {
    position: absolute;
    bottom: 30px;
    color: #FFF;
	margin-left: 1%;
}
.services_box img:hover{
	opacity: .75;
}
.section_title {
    float: left;
    width: 100%;
    height: 160px;
    background: #eee!important;
    margin-bottom: 30px;
}
.heading1:before {
    content: " ";
    background: #999;
    position: absolute;
    height: 2px;
    display: block;
    margin: auto;
    width: 550px;
    left: -560px;
    top: 40px;
}
.heading1 {
    position: relative;
    top: 40px;
    left: 20%;
    float: left;
    width: auto;
    color: #999;
    font-size: 70px;
    font-weight: 400;
	text-transform: uppercase;
}
.vi_peel img{
	margin: 15px 0;
}

.our_team img {
    height: 350px;
    width: 100%;
    object-fit: cover;
    margin-bottom: 20px;
}
.our_team h4{
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 30px;
}
.our_team img:hover{
	opacity: .75;
}
.our_team h4:hover{
	color: #c89938;
}


a.fancybox img{border:3px solid #ddd;}
.menu-sitemap li a{color:#000;}
.block-doctors h3{margin-top: 5px;}
.block-sticker-social-media .fa{font-size: 20px;}

.wrapper-facebook{background-color: #3a5795; color:#fff; width: 60px; border-radius:5px; font-weight:bolder;}
.wrapper-facebook a:hover{color:#fff;text-decoration: none;}
.link-options-implants{display: block;text-align: left; color:#126ce3; font-weight: bolder;}
.menu-horizontal-home{padding-left: 0px;}
.menu-horizontal-home li{display: inline-block;}
.menu-horizontal-home li a{color:#126ce3; font-weight: bolder;}

#modal-appointment .modal-content{background: rgba(0,0,0,0.7);}
#modal-appointment .input-group-addon{ border:0px; font-size:20px;background: #fff; color:#000; margin-bottom: 10px; border-radius: 0px;}
.input-group{margin-bottom: 20px;}
#modal-appointment .input-group{margin-bottom: 20px;}
#modal-appointment select.form-control{margin-bottom: 20px;}
#modal-appointment textarea.form-control{margin-bottom: 20px;-webkit-appearance: none;  -webkit-border-radius: 0px;  border-radius: 0px;}
#modal-appointment input.form-control, #modal-appointment select.form-control{border-radius: 0px; height: 45px; }
.input-group-addon {background-color: transparent;}
#modal-appointment input.datepicker{z-index: 10000;}
#modal-appointment button.close{opacity: 1;}
#modal-appointment .error{display: table-caption;}
.btn-warning{color:#fff !important;}

.font-bold
{
  font-family: 'RobotoBold';
}

.font-white
{
  color:#ffffff;
}

.font-orange
{
  color:#e4783e;
}

.font-orange-light{color:#faa60a;}

.font-black
{
  color:#3c454d;
}

.font-blue
{
  color:#44b4dc;
}

.font-blue-darker
{
  color:#013b49;
}

.font-style-light
{
  font-weight: lighter;
}

.font-italic
{
  font-style: italic;
}

.font-title
{
  font-size: 16px;
}

.img-center
{
  text-align: center !important;
  margin: 0 auto;
}
.error
{
  color: red;
}
