@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Regular.eot');
    src: url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Regular.woff2') format('woff2'),
        url('../fonts/Oswald-Regular.woff') format('woff'),
        url('../fonts/Oswald-Regular.ttf') format('truetype'),
        url('../fonts/Oswald-Regular.svg#Oswald-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Medium.eot');
    src: url('../fonts/Oswald-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Medium.woff2') format('woff2'),
        url('../fonts/Oswald-Medium.woff') format('woff'),
        url('../fonts/Oswald-Medium.ttf') format('truetype'),
        url('../fonts/Oswald-Medium.svg#Oswald-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Oswald';
    src: url('../fonts/Oswald-Bold.eot');
    src: url('../fonts/Oswald-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Oswald-Bold.woff2') format('woff2'),
        url('../fonts/Oswald-Bold.woff') format('woff'),
        url('../fonts/Oswald-Bold.ttf') format('truetype'),
        url('../fonts/Oswald-Bold.svg#Oswald-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

body{
    margin:0;
    padding:0;
    color: #2d2d2d;
    font-family:"Open Sans",sans-serif;
    font-size: 16px;
    font-weight: 400;
}
p {
    color: #2d2d2d;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 16px;
    font-family:"Open Sans",sans-serif;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    color: #3e4436;
    font-family: 'Oswald';
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 10px;
}
h1{
    font-size: 26px;
    color: #000000;
}
h2{
    font-size: 22px;
    color: #000000;
}
h3{
    font-size: 18px;
    color: #000000;
}
h4{
    font-size: 26px;
    color: #3e4436;
}
h5{
    font-size: 22px;
    color: #3e4436;
}
h6{
    font-size: 18px;
    color: #3e4436;
}
a{
    color: blue;
}
a:focus, a:hover{
	text-decoration:none;
}
.navpart{
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 0;
}
.logo{
    display: block;
    padding: 15px 0px;
}
.right-top {
    margin-top: 40px;
}
.right-top ul li {
    padding-left: 10px;
    padding-right: 10px;
}
nav.navbar.bootsnav{
    background-color: #ffffff;
}
nav.navbar.bootsnav .navbar-nav > li{
    display: inline-block;
    padding: 30px 5px;
}
nav.navbar.bootsnav .navbar-nav > li > a{
    color: #1f152d;
    padding: 10px 10px;
    font-family: 'Oswald';
    font-weight: 400 !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
nav.navbar.bootsnav .navbar-nav > li > a:hover{
    color: #3e4436;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a{
    background-color: #3e4436;
    font-family: 'Oswald';
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.2px;
    padding: 10px;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li a:hover{
    background-color: #d42f2f;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu{
    border-color: #3e4436;
    border: none;
}
nav.navbar.bootsnav ul.navbar-right li.dropdown ul.dropdown-menu li.dropdown > a.dropdown-toggle:after{
    content: '\f054';
    color: #ffffff;
    transition: all .25s;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.wrap-sticky nav.navbar.bootsnav.sticked {
    background-color: #ffffff;
    border-bottom: 1px solid #cccccc;
}
.navpart-inner nav.navbar.bootsnav{
     border-bottom: 1px solid #cccccc;
}
.wrap-sticky nav.navbar.bootsnav.sticked .navbar-nav > li > a{
    color: #1f152d;
}
.navbar-right {
    float: right !important;
}
.carousel-indicators {
    display: none;
}
.carousel-caption {
    background-color: rgb(0 0 0 / 25%);
    left: 0;
    right: 0;
    text-align: center;
    padding: 15px 25px;
}
.carousel-caption h1{
    color: #ffffff;
    text-transform: capitalize;
    margin-top: 0px;
    margin-bottom: 15px;
}
.carousel-caption p {
    margin: 20px 0px 5px;
}
.carousel-caption a {
    background-color: #3e4436;
    width: auto;
    line-height: inherit;
    height: auto;
    padding: 12px 30px;
    text-transform: capitalize;
    font-family:"Open Sans",sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
    border-radius: 3px;
    margin-top: 25px;
    transition: all 0.3s linear;
}
.carousel-caption a:hover{
    background-color: #d42f2f;
    color: #ffffff;
    border-color: #d42f2f;
}
.carousel-control.left, .carousel-control.right{
    background-image: inherit;
}
.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);
          transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.welcome-block {
    padding: 80px 0px;
    background-color: #f1f3ff;
}
.welcome-left h1 {
    font-size: 36px;
    margin: 0px;
    padding-bottom: 20px;
    color: #3e4436;
    font-weight: 700;
}
.welcome-left p {
    font-size: 14px;
    line-height: 26px;
}
.common-transition{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.btn {
    padding: 18px 45px;
    font-size: 13px;
    text-transform: uppercase;
    color: #1f152d;
    box-shadow: none !important;   
    outline: none !important;
	font-weight: 600;
	border-radius: 0;
}
.custom-btn {
    padding: 18px 45px;
    border: 1px solid #3e4436;
	background-color: #3e4436;
	position: relative;
	z-index: 0;
	border-radius: 0px;
	color: #fff;
    margin-top: 20px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.custom-btn:focus, .custom-btn:hover{
    color: #3e4436;
    background-color: #fff;
    border-color: #3e4436;
}
.custom-btn::after {
    top: -7px;
    left: -7px;
    border-top: 1px solid #3e4436;
    border-left: 1px solid #3e4436;
	width: 30px;
    height: 30px;
	content: '';
	position: absolute;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	border-radius: 0px;
}
.custom-btn::before {
    bottom: -7px;
    right: -7px;
    border-bottom: 1px solid #3e4436;
    border-right: 1px solid #3e4436;
	width: 30px;
    height: 30px;
	position: absolute;
	content: '';
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	border-radius: 0px;
}
.custom-btn:hover::after {
	border-radius: 0 0 10px 0;
}
.custom-btn:hover::before {
	border-radius: 10px 0 0 0;
}
.about-left {
    padding-right: 25px;
}
.service-block {
    background-color: #f8f8f8;
    padding: 60px 0px;
}
.service-list{
	position: relative;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
}
.service-list .service-name {
    position: relative;
    text-align: center;
    padding: 15px;
}
.service-name h3 {
    font-size: 28px;
    font-weight: 700;
    color: #3e4436;
    margin: 0px;
}
.service-name h3:after {
    content: '';
    width: 36px;
    background-color: #3e4436;
    height: 2px;
    display: block;
    margin: 15px auto;
}
.service-list.active .custom-btn:hover{
    background-color: #ffffff;
    color: #3e4436;
}
.service-block .service-list:hover{
    background: #3e4436;
}
.service-block .service-list:hover .service-name h3, .service-block .service-list:hover .service-name p{
    color: #ffffff;
}
.service-block .service-list:hover .service-name h3:after{
    background-color: #ffffff;
}
.service-block .service-list:hover .custom-btn{
    background-color: #d42f2f;
    color: #ffffff;
}
.service-block .service-list:hover .custom-btn::before, .service-block .service-list:hover .custom-btn::after{
    border-color: #ffffff;
}
.service-img{
    margin-bottom: 10px;
    overflow: hidden;
}
.fw-heading {
    margin-bottom: 50px;
    text-align: center;
}
.fw-heading h1 {
    margin-top: 0px;
    font-size: 48px;
}
.service-list {
    text-align: center;
    background: #fff;
    box-shadow: 0px 0px 17px 4px #cccccc59;
    -webkit-transition: all.3s ease-in-out;
    transition: all .3s ease;
}
.service-list:hover{
    -webkit-box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
    box-shadow: 0 5px 30px rgb(0 0 0 / 20%);
}
.pf-block {
    padding: 60px 0px;
    background-color: #ffffff;
}
.appoint-block {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-attachment: fixed;
    padding: 100px 0px;
    position: relative;
}
.appoint-block:before{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgb(0 0 0 / 48%);
}
.appoint-content h1 {
    margin: 0px;
    padding-bottom: 20px;
    font-size: 48px;
    color: #ffffff;
}
.appoint-content p{
    color: #ffffff;
    font-size: 18px;
    line-height: 28px;
}
.appoint-dropdown{
    margin-top: 30px;
}
.appoint-dropdown .dropdown-menu{
    padding: 0px;
    top: 100%;
    margin: 0px;
}
.appoint-dropdown .dropdown-menu li a{
    padding: 10px 20px;
    font-size: 16px;
}
.appoint-dropdown .dropdown:hover .dropdown-menu{ 
    display: block;
}
.appoint-dropdown .dropdown {
    display: inline-block;
}
.appoint-dropdown .btn {
    padding: 15px 42px;
    transition: all 0.3s linear;
}
.appoint-dropdown .btn:hover{
    border-color: #3e4436;
    background-color: #3e4436;
}
.cl-content-list .cl-img {
    width: 120px;
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
}
.cl-content-list .cl-img img{
    border-radius: 100%;
}
.cl-content-list {
    text-align: center;
}
.cl-heading{
    overflow: hidden;
}
.cl-heading h3{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    margin-top: 0px;
}
.cl-heading p{
    font-size: 20px;
}
.cl-text{
    overflow: hidden;
    width: 100%;
}
.cl-text p {
    font-size: 18px;
    font-style: italic;
    line-height: 32px;
    color: #888;
}
.quote-icon .fa-quote-right {
    color: #d42e2e;
    font-size: 48px;
    margin: 20px 0px 10px;
}
.cl-content .customNavigation {
    text-align: center;
    margin-top: 25px;
}
.cl-content .customNavigation a.prev, .cl-content .customNavigation a.next {
    background-color: transparent;
    padding: 7px 7px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin: 0px 2px;
    border: 2px solid #d6d6d6;
    color: #3e4436;
    font-size: 16px;
    border-radius: 100%;
    text-align: center;
}
.cl-content .customNavigation a.next:hover, .cl-content .customNavigation a.prev:hover {
    background-color: #3e4436;
    border-color: #3e4436;
    color: #ffffff !important;
}
.del-space {
    display: none;
}
.owl-pagination{
    display: none;
}
.client-block {
    background-color: #f1f3ff;
    padding-bottom: 60px;
    padding-top: 60px;
}  
.products-list .owl-item .item {
    text-align: center;
}
.products-block {
    padding: 60px 0px;
}
.contact-info, .contact-info .text, .contact-info a, .contact-info h4 {
    color: #ffffff;
    font-family: 'Oswald';
    text-transform: uppercase;
    font-weight: 400;
}
.contact-info i {
    font-size: 24px;
    margin-bottom: 10px;
}
.contact-info{
    text-align: center;
}
.contact-info, .contact-info .text, .contact-info a, .contact-info address{
    font-size: 14px;
    line-height: 26px;
}
.contact-info {
    border: 1px dotted #b3b3b3;
    padding: 20px 10px;
    width: 100%;
    float: left;
}
footer{
    border: none;
}
.footer-contact {
    background-color: #3e4436;
    padding: 80px 0px 60px;
}
.contact-info ul li a:hover{
    color: #000000;
}
.contact-info ul li{
    margin-bottom: 20px;
}
.top-footer {
    background-color: #3e4436;
}
.footer-logo p{
    color: #ffffff;
    padding-bottom: 0px;
    padding-top: 20px;
}
.social-icons{
    margin-top: 15px;
    padding: 30px 0px 40px;
    text-align: center;
}
.social-icons ul li a {
    width: 40px;
    height: 40px;
    background-color: #3e4436;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    padding: 9px;
    transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 1);
	-webkit-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 1);
	-moz-box-shadow: inset -5px 5px 5px rgba(255, 255, 255, 0.15), inset 5px -5px 5px rgba(0, 0, 0, 1);
}
.social-icons ul li a:hover{
     background: #d42e2e;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.footer-title{
    font-family: 'Oswald';
    font-size: 20px;
    text-transform: capitalize;
    border-color: #ffffff47;
    position: relative;
}
.shop-list{
    text-align: center;
    padding-top: 20px;
}
.shop-list a{
    font-size: 16px;
    font-family: 'Oswald';
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
    text-transform: uppercase;
    margin: 0px 0px;
}
.shop-list a:hover{
    color: #979797;
}
.shop-list li {
    display: inline-block;
    padding: 0 15px;
    margin: 0px;
    position: relative;
}
.shop-list li::after {
    content: '';
    position: absolute;
    right: 0;
    border-right: 1px solid #fff;
    top: 0;
    height: 16px;
    bottom: 0;
    margin: auto;
    transform: rotate(27deg);
}
.shop-list li:last-child::after {
	display: none;
}
.shop-list h4::before {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 50px;
	height: 1px;
	bottom: 0px;
	background: #3e4436;
}
.shop-list .fa-angle-double-right{
    margin-right: 5px;
    color: #bbbbbb;
}
.bottom-footer {
    text-align: left;
    padding: 15px 0 15px 0;
    background-color: #ffffff;
}
.copy p, .power p, .power a{
    margin: 0px;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, nav.navbar.bootsnav .navbar-toggle{
    color: #ffffff;
    background-color: #3e4436;
    padding: 5px 10px;
    font-size: 20px;
    margin-top: 2px;
}
#newsletterForm .form-control{
    height: 50px;
    border-radius: 0px;
}
.more-info .input-group-btn .btn{
    padding: 14px 25px;
    color: #ffffff;
    background: #d42e2e none repeat scroll 0 0;
    border: 1px solid #d42e2e;
}
.news-letter {
    padding-bottom: 50px;
}
.navpart-inner {
    position: inherit;
}
.panel-title > a:before {
    float: right !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f056";
    padding-right: 5px;
}
.panel-title > a.collapsed:before {
    float: right !important;
    content: "\f055";
}
.form-horizontal .form-group{
    margin-left: 0px;
    margin-right: 0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #ecedf0;
}
.side-bar-content img {
    width: 100%;
}
.page-section h1:first-child{
    font-size: 36px;
}
.saloon-list-items {
    border: 2px solid #3e4436;
    margin-bottom: 30px;
}
.saloon-list-items h3 {
    text-align: center;
    margin: 0px;
    padding: 20px 0px;
    font-size: 20px;
    font-weight: 400;
}
.saloon-list-items h3 a{
    color: #000;
}
.saloon-block {
    margin-top: 30px;
}
.saloon-list-items img {
    width: 100%;
}

@media (min-width:1400px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 15px;
    }
}
@media (min-width:1200px){
    .carousel-caption p{
        font-size: 24px;
        line-height: 26px;
    }
    .welcome-left h1 {
        font-size: 50px;
    }
    .carousel-caption{
        width: 54%;
    }
}
@media (min-width:992px){
    .carousel-caption h1{
        font-size: 90px;
    }
    .cl-text p{
        margin: 10px 25%;
    }
    .more-info {
        width: 400px;
        margin: 0px auto;
    }
}
@media (min-width:768px){
     .service-row {
        display: flex;
    }
    .service-row .service-col {
        display: flex;
    }
    .footer-row, .footer-col {
        display: flex;
    }
}
@media (min-width:992px) and (max-width:1199px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 10px 7px;
    }
    .logo img {
        width: 250px;
    }
}
@media (min-width:768px) and (max-width:991px){
    nav.navbar.bootsnav .navbar-nav > li > a{
        padding: 0px 7px;
        font-size: 13px;
        letter-spacing: 0px;
    }
    .navpart{
        top: 0px;
    }
   .service-list{
        margin-bottom: 25px;
    }
    .logo img{
        width: 150px;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        padding: 18px 0px;
    }
    .footer-title {
        margin-top: 0px;
    }
}
@media (min-width:320px) and (max-width:767px){
    .logo{
        text-align: center;
    }
    .logo img{
        margin: 0px auto;
    }
    .navpart{
        position: static;
    }
     .about-left{
        padding-right: 0px;
    }
    nav.navbar.bootsnav .navbar-nav > li{
        display: block;
        padding: 0px;
    }
    .carousel-caption {
        top: 15%;
    }
    .carousel-caption h1{
        font-size: 36px;
    }
    .carousel-caption p {
        margin: 0px;
        font-size: 16px;
    }
    .carousel-caption a {
        margin-top: 10px;
    }
    .welcome-left {
        padding-top: 20px;
    }
    .service-list{
        margin-bottom: 25px;
    }
    .footer-title {
        margin-top: 20px;
    }
}
@media (min-width:320px) and (max-width:480px){
    .carousel-caption h1{
        font-size: 36px;
        margin-bottom: 5px;
    }
    .navpart{
        position: inherit;
    }
    .carousel-caption p{
        display: none;
    }
    .carousel-caption a {
        padding: 8px 15px;
    }
    .welcome-left h1, .fw-heading h1{
        font-size: 30px;
    }
    .welcome-block, .service-block{
        padding: 40px 0px;
    }
    .appoint-content h1{
        font-size: 36px;
    }
    .shop-list li{
        display: block;
        margin-bottom: 10px;
    }
    .shop-list li::after{
        display: none;
    }
    .footer-contact{
        padding: 40px 0px 30px;
    }
}