/*Fonts*/

@import url('https://fonts.googleapis.com/css?family=Lato:300,400|Roboto:400,700|Tangerine');

/*
font-family: 'Tangerine', cursive;
font-family: 'Roboto', sans-serif;
font-family: 'Raleway', sans-serif;
*/


/* Base CSS */

* {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    color: #868686;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 15px;
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 10px;
}

a {
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.fix {
    overflow: hidden
}

// welcome
.welcome {
    margin:1em auto;
}
.welcome span {
    font-size:3em;
    color: white;
    display:table-cell;
    padding: 0 15px;
    line-height: 100px;
    animation:jumb 2s infinite;
}
@keyframes jumb {
    0% {
        transform:translateY(0px)
    }
    50% {
        transform:translateY(-30px);
        box-shadow:0 15px 0 rgb(242, 198, 64);
    }
    100% {
        transform:translateY(0px)
    }
}
.welcome span:nth-child(1) {
    animation-delay:0s;
}
.welcome span:nth-child(2) {
    animation-delay:.1s;
}
.welcome span:nth-child(3) {
    animation-delay:.2s;
}
.welcome span:nth-child(4) {
    animation-delay:.3s;
}
.welcome span:nth-child(5) {
    animation-delay:.4s;
}
.welcome span:nth-child(6) {
    animation-delay:.5s;
}
.welcome span:nth-child(7) {
    animation-delay:.6s;
}


/* Remove Chrome Input Field's Unwanted Yellow Background Color */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}


/*Common Styles*/

.font-alt {
    font-family: 'Tangerine', cursive;
}

.text-bold {
    font-weight: bold;
}

.area-golden {
    background: #BD8D17;
    color: #fff;
}

.area-golden-trans {
    background: rgb(189, 141, 23, 0.75);
    color: #fff;
}

.area-black {
    background: #000;
    color: #707070;
}

.area-black a,
.area-golden a {
    color: inherit;
}

.button {
    font-size: 15px;
    display: inline-block;
    padding: 12px 30px;
    border-radius: 3px;
}

.button-golden {
    background: #E0A81C;
    color: #fff;
}

.button-golden:hover,
.button-golden:active {
    background: #B38616;
    color: #fff;
}

.section-area {
    padding: 90px 0 70px;
    text-align: center;
}

.section-title {
    margin-bottom: 55px;
}

.section-title h2 {
    color: #181818;
    font-size: 36px;
    margin-bottom: 40px;
    position: relative;
}

.section-title h2:before {
    position: absolute;
    bottom: -24px;
    left: calc(50% - 75px);
    width: 150px;
    height: 4px;
    background: #BD8D17;
    content: "";
}

.section-title h2:after {
    color: #BD8D17;
    bottom: -26px;
    content: "\f097";
    font-family: fontAwesome;
    font-size: 24px;
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    left: 50%;
    margin-left: -10px;
}

.section-title p {
    font-size: 28px;
    color: #787878;
}

.area-golden .section-title h2 {
    color: #fff;
}

.area-golden .section-title h2:before {
    background: #D7AC43;
}

.area-golden .section-title h2:after {
    color: #D7AC43;
}

.area-golden .section-title p {
    color: #e6e6e6;
}

.service-single,
.gallery-single,
.brand-single {
    margin-bottom: 40px;
}


/*Header Area Styles*/

.header-area {}

.topbar {
    color: #CCAE61;
    background: #B38616;
    height: 40px;
    padding: 7px 0;
    border-bottom: 1px solid #E1AC27;
    box-sizing: border-box;
}

.topbar-title h4 {
    font-size: 24px;
}

.topbar ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: 'Roboto', sans-serif;
}

.topbar li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #CCAE61;
}

.topbar li:last-child {
    padding-right: 0;
    border-right: none;
}

.topbar-info li i {
    margin-right: 8px;
    font-size: 16px;
}

.topbar-info a:hover,
.topbar-info a:active {
    color: #ddd;
}


/*Sticky Header Styles*/

.stick {
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all 0.5s ease 0s;
    width: 100%;
    opacity: .95;
}

.stick .topbar {
    display: none;
}

.stick .header {
    border-bottom: 1px solid #E1AC27;
}

.header {
    padding: 18px 0;
}

.logo-img {
    max-width: 250px;
    max-height: 70px;
}

.mainnav {
    padding: 6px 0;
}


/*Main Nav Styles*/

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.nav-item {
    display: inline-block;
    margin: 0 5px;
}

.nav-link {
    font-size: 14px;
    text-transform: uppercase;
    padding: 10px 22px;
    border: 2px solid transparent;
    border-radius: 25px;
}

.active .nav-link,
.nav-link:hover {
    border: 2px solid #fff;
}


/*Dropdown menu CSS*/

.dropdown-list {
    position: absolute;
    top: 65px !important;
    z-index: 999;
    left: 0;
    min-width: 200px;
    text-align: left;
    background: #ddd;
    border-radius: 2px;
    visibility: hidden;
    transition: 0.3s;
    border-top: 2px solid #E1AC27;
    padding: 10px 0 15px;
}

.dropdown-item {
    width: 100%;
}

.dropdown-link {
    margin: 0px;
    display: block;
    padding: 8px 30px;
    color: #BD8D17 !important;
    background: #ddd;
}

.dropdown-link:hover,
.dropdown-link:active,
.dropdown-link:focus,
.dropdown-list .active .dropdown-link {
    color: #856510 !important;
}

.nav-item:hover .dropdown-list {
    visibility: visible;
    transition: 0.6s;
}

.sub-toggle {
    display: none;
    visibility: hidden;
}

ul.slimmenu li:last-child ul {
    left: auto;
    right: -20px;
}

ul.slimmenu li ul .dropdown-link {
    padding-left: 20px !important;
}


/*Hero Are Styles*/

.slide-single {
    height: 600px;
    position: relative;
    z-index: 9;
}

.slide-single:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    /*  background: rgba(99,72,12,.2);*/
    background: rgba(0, 0, 0, .3);
    z-index: 9
}

.slide-1 {
    background: url('../images/slide-1.jpg') no-repeat center center #6D8796;
    background-size: cover;
}

.slide-2 {
    background: url('../images/slide-2.jpg') no-repeat center center #6D8796;
    background-size: cover;
}

.slide-3 {
    background: url('../images/slide-3.jpg') no-repeat center center #6D8796;
    background-size: cover;
}

.slide-text {
    color: #fff;
    margin-top: 150px;
    line-height: 1.8;
    position: relative;
    z-index: 99;
}

.slide-text h1 span {
    display: block;
}

.slide-text h1 {
    font-size: 48px;
    margin-bottom: 22px;
}

.slide-text p {
    font-size: 18px;
    margin: 0 auto 25px;
    padding: 0 20px;
    max-width: 700px;
}


/*Custom Dots for Slider*/

.slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 9;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    margin: 0 8px;
}

.slick-dots button {
    width: 16px;
    height: 16px;
    border: 3px solid #ddd;
    background: transparent;
    color: transparent;
    border-radius: 50px;
}

.slick-dots li.slick-active button {
    background: #ddd;
}

.brand-slider .slick-dots {
    bottom: -40px;
}


/* Custom Arrows for Slider */

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 40%;
    display: block;
    width: 30px;
    height: 60px;
    margin: 0;
    padding: 0;
    z-index: 99;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}

.slick-prev:before,
.slick-next:before {
    font-family: 'fontAwesome';
    font-size: 48px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: 25px;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next {
    right: 25px;
}

.slick-next:before {
    content: '\f105';
}

/*New Products Area Styles*/

.new-products-image {
    margin: 0 auto 25px;
    overflow: hidden;
    width: 360px;
    border: 0px solid #d9d9d9;
}

.service-single:hover .new-products-image {
    border: 3px solid #C09222;
}

.service-single:hover .new-products-image img,
.gallery-single:hover .new-products-image-thumbnil {
    transform: scale(1.1);
    transition: 0.3s;
    opacity: .9;
}

.new-products-image {
    margin-bottom: 25px;
}

.new-products-image img {
    width: 100%;
    height: 100%;
}


/*Service Area Styles*/

.service-image {
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    border: 5px solid #d9d9d9;
}

.service-single:hover .service-image {
    border: 5px solid #C09222;
}

.service-single:hover .service-image img,
.gallery-single:hover .gallery-thumbnil {
    transform: scale(1.1);
    transition: 0.3s;
    opacity: .9;
}

.service-single:hover .service-name a {
    color: #BD8D17;
}

.service-single {
    margin-bottom: 35px;
}

.service-image {
    margin-bottom: 25px;
}

.service-image img {
    width: 100%;
    height: 100%;
}


/*Gallery Area Styles*/

.gallery-single {
    overflow: hidden;
}

.service-button,
.gallery-button {
    margin: 25px 0 20px;
}


/*Brands Slider*/

.brand-slider {
    margin-bottom: 40px;
}

.brand-single {
    margin: 0 15px 35px;
    background: #ddd;
    height: 130px;
    border: 5px solid #eee;
}

.brand-single h3 {
    margin-top: 45px;
    color: #BD8D17;
}

.brand-single:hover {
    transition: 0.3s;
    opacity: .9;
}

.brand-single:hover h3 {
    transform: scale(1.1);
    transition: 0.3s;
}


/*Contact Area Styles*/

.contact-area {
    padding: 80px 0 40px;
}

.widget-single {
    margin-bottom: 40px;
}

.widget-single h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}

.widget-content {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: baseline;
    margin-bottom: 25px;
    line-height: 2;
}

.widget-content p {
    margin-bottom: 0;
}

.widget-content i {
    margin-right: 10px;
    font-size: 16px;
}

.widget-content a:hover,
.widget-content a:active {
    color: #BD8D17;
}

{}

.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.social-list li {
    display: inline-block;
    margin-right: 5px;
}

.social-list a {
    display: block;
}

.social-list i {
    font-size: 24px;
}

.widget-single .map {
    width: 100%;
    height: 180px;
}


/*Footer Area Styles*/

.footer-area {
    padding: 30px 0 20px;
}

.footer-area a:hover,
.footer-area a:active {
    color: #ddd;
}

.footer-social {
    text-align: right;
}

.footer-social li {
    margin: 0 8px;
}

.footer-social li:last-child {
    margin-right: 0;
}


/*Scroll to Top*/

.scrollToTop {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9999;
    border-radius: 2px;
    opacity: 0.3;
    text-decoration: none;
    background: #000;
    color: #fff;
    font-size: 44px;
}

.scrollToTop:hover,
.scrollToTop:active,
.scrollToTop:focus {
    opacity: .5;
    color: inherit;
}


/*Inner Page Styles*/

.breadcrumb-area {
    background: url('../images/breadcrumb-1.jpg') no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
}

.breadcrumb-area:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(99, 72, 12, .5);
    content: "";
}

.breadcrumb-content {
    display: flex;
    justify-content: center;
    flex-flow: column wrap;
    align-items: center;
    height: 200px;
}

.breadcrumb-title {
    margin-bottom: 20px;
}

.breadcrumb-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.breadcrumb-list li {
    display: inline-block;
    margin: 0 5px;
    font-size: 16px;
}

.breadcrumb-list a {
    color: #ddd;
}

.breadcrumb-list a:hover,
.breadcrumb-list a:active {
    color: #fff;
}

.location-map {
    margin-bottom: 40px;
}

.location-map .map {
    width: 100%;
    height: 600px;
}

.contact-image {
    margin-bottom: 40px;
}

.contact-text {
    margin-bottom: 40px;
    color: #333;
    font-size: 16px;
}

#brands-page .brand-single {
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    height: 140px;
    margin: 0 auto 40px;
    padding: 10px;
    background: #C09222;
}

#brands-page .brand-single h3 {
    margin: 0;
    line-height: 1.7;
    color: #fff;
}

#brands-page .brand-single h3 span {
    display: block;
}

#services-page .section-area,
#brands-page .section-area,
#gallery-page .section-area,
#contact-page .section-area {
    padding: 100px 0 70px;
}

#services-page .services-area {
    text-align: left;
    padding: 0 0 80px;
}

.nav.nav-pills {
    background: #fff;
    padding-top: 120px;
}

.nav.nav-pills li a {
    padding: 15px 25px;
    border: 1px solid #ddd;
    color: #333;
    margin-bottom: 10px;
    border-radius: 3px;
    display: block;
    width: 250px;
}

.nav.nav-pills li a:hover,
.nav.nav-pills li a:active,
.nav.nav-pills li a:focus,
.nav.nav-pills li.active a {
    color: #fff;
    background: #E0A81C;
}

.affix {
    top: 5px;
    z-index: 99;
}

.service-details {
    color: #181818;
}

.service-title {
    text-transform: uppercase;
    padding-top: 120px;
    margin-bottom: 30px;
}

.service-details .single-item {
    margin-bottom: 60px;
    position: relative;
}

.service-details .single-item:after {
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 43px;
    content: "";
    background: url('../images/hr-floral-grey-bg.png') no-repeat center center transparent;
    background-size: cover;
}

.service-details .single-item:last-child:after {
    background: none;
}

.service-item-image {
    /* overflow: hidden;
    border-radius: 50%;
    border: 5px solid #ddd; */
    text-align: right;
    line-height: 47px;
    font-size: 2em;
    color: #BD8D17;
}

.single-service {
    margin: 20px auto;
}

.service-item-text {
    padding-top: 15px;
}

.service-item-text h4 {
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    margin-bottom: 22px;
}

.service-item-text ul {
    margin: 0 0 10px 10px;
}

.service-item-text li {
    margin-bottom: 5px
}

.service-price {
    background: #E0A81C;
    color: #fff;
    display: inline-block;
    padding: 8px 20px;
    font-weight: 700;
    border-radius: 0px 10px;
}

.single-service .table {
    margin-top: 30px;
}

#services-page .contact-area,
#services-page .footer-area {
    position: relative;
    z-index: 999;
}
img.gallery-thumbnil {
    width: 400px;
    height: 300px;
}

/* Blog Post grid style start */
.service-image.blog-image {
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 0px!important;
    width: 100%!important;
    height: 100%!important;
}
h2.blog-title {
    text-align: center!important;
}
/* Blog Post grid style end */

/* Blog Details Page */
section.service-area.section-area.blog-area {
    padding: 65px 0px 0px!important;
    text-align: left;
}

.section-title.blog-section h2:before {
    width: 0px!important;
}

.section-title.blog-section h2:after {
    content: ""!important;
}

.section-title.blog-section p {
    text-align: left;
}

.section-title.blog-section h1, h2 {
    text-align: left;
color:#000!important
}
.section-title.blog-section h2 {
    font-size: 25px!important;
    margin-bottom: 10px!important;
    margin-top: 20px!important;
}
