/* ----------------------------------------------------------------
	Custom CSS 
-----------------------------------------------------------------*/

#top-bar-center{
	margin-top: 10px;
}
.slide.slider-title h3{
	margin: 0;
}
.slide.slider-title h1 {
    font-weight: 600;
    text-transform: uppercase;
    /*font-family: 'Times New Roman', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

.button-grey1:not(.button-border) {
    background-color: #a9c0b8;
}

.button {
    /*font-family: 'Times New Roman', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

.book-appointment .form-control{
	background-color: transparent;
	border: 1px solid #818080;
	border-radius: 12px;
}

.book-appointment .button{
	margin: 0px;
	float: right;
}

div#section-price .section{
	margin: 0px 0;
}

.company__two-left-title span.subtitle-one {
    /*font-family: 'Times New Roman', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    color: #595959 !important;
	font-size: 20px;
}

.company__two-left-title h1{
	position: absolute;
    z-index: 0;
    opacity: .2;
    font-family: 'Dancing Script', cursive;
    font-size: 120px;
    left: 34%;
}

#about-us .company__two-left-title h1{
	left: 0;
}

.company__two-left-title h2{
	color: #595959;
	font-size: 32px;
    font-weight: 600;
}


.company__two-left-title h6{
	font-size: 30px;
}

.company__two-left-skill {
    justify-content: space-between;
    gap: 30px;
}

.company__two-left-skill h6{
	align-items: center;
    display: flex;
    font-size: 24px
}

#Services .company__two-left-title h1{
	left: 36%;
}

#services .side-tabs .tab-nav li.ui-tabs-active a{
	text-transform: uppercase;
    font-weight: 400;
}

#services .side-tabs .tab-nav li.ui-tabs-active a span{
	text-transform: capitalize;
}

#services .side-tabs .tab-nav.tab-nav2 li a{
	text-transform: uppercase;
    font-weight: 400;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 1px solid #fff; 
    /*font-family: 'Times New Roman', sans-serif;*/
    font-family: 'Poppins', sans-serif;
}

#services .side-tabs .tab-nav.tab-nav2 li a span{
	text-transform: capitalize;
}

.serv-tab-img{
	border: 30px solid #fff;
	float: left;
    width: 500px;
    height: 550px;
    object-fit: cover;
}

.serv-right-content {
    display: grid;
}

.serv-right-content h6{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 0;
}

.serv-right-content h4{
	font-size: 28px;
	margin-bottom: 0;
}

.serv-right-content h2{
	font-size: 30px;
	font-weight: 600;
}

.serv-right-content p{
	margin-bottom: 0;
	margin-top: -8px !important;
}

.tab-nav.tab-nav2 span {
    font-weight: 300;
    opacity: .5;
}

a.book {
    font-size: 22px;
    font-weight: 400;
}

.serv-icon i{
	display: block;
    opacity: .5;
    font-size: 22px;
    font-weight: lighter;
    margin-top: -15px;
    position: absolute;
}

.serv-icon {
    margin: 0 5px 5px 0;
    width: 40px;
    height: 40px;
    font-size: 1.25rem;
    line-height: 38px !important;
    color: #555;
    text-shadow: none; 
    border-radius: 3px;
    overflow: hidden;
}

 .serv-icon {
    display: block;
    float: left;
    margin: 4px 11px 7px 0;
    text-align: center !important;
    font-size: 28px;  
    cursor: pointer;
    font-style: normal;
} 

.serv-right-content .line {
    margin: 1rem 0; 
}

#team .owl-carousel .owl-item img {
     
    height: 160px;
    width: 160px;
    object-fit: cover;
    border-radius: 50%;
    text-align: center;
    margin: auto;
    border: 4px solid #a9c0b8;
}

i.icon-circle.c2 {
    right: 0;
    float: right;
    position: absolute;
    color: #a9c0b8;
}
i.icon-circle.c1 {
    color: #a9c0b8;
}

#team .divider::after{
height: 5px;
margin-left: 0;
}

#team .divider {
    margin-top: 70px;
    position: absolute;
}

#blog .posts-sm .entry-image {
    width: 100%;
}

#footer .company__two-left-title h1{
	top: -80px;
}

#footer .company__two-left-title span.subtitle-one {
    color: #fff !important;
    font-size: 20px;
    font-weight: 600;
}

#footer input#widget-subscribe-form-email {
    background: transparent;
    border: 1px solid #fff;
}

#footer #widget-subscribe-form .row > *{
	padding-right: unset !important;
	padding-left: unset !important;
}

#footer .subscribe-widget {
    justify-content: space-between;
}

#footer .widget.dark h3{
	color: #444;
}

.contact-info p {
    border-bottom: 1px solid #fff;
    margin-bottom: unset;
}

.contact-info address{
	margin-bottom: unset;
}

#products img{
    max-height: 500px;
}





