/* Web Fonts */

@font-face {
    font-family: 'Open Sans Regular';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/web-fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans ExtraBold';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/web-fonts/OpenSans-ExtraBold.ttf') format('truetype');
}

@font-face {
    font-family: 'Open Sans Bold';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/web-fonts/OpenSans-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald Regular';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/web-fonts/Oswald-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'Oswald Bold';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/web-fonts/Oswald-Bold.ttf') format('truetype');
}

/**/

body {
    font-family: "Open Sans Regular";
    font-size: 16px;
    color: #494949;
    line-height: 26px;
}

a {
	color: #000 !important;
}

.header-top-bar {
    background: #f4f5f9;
}

.header-top-bar-area i {
    color: #999999 !important;
    font-size: 14px;
}

.header-top-bar-area .top-bar-field i {
    font-size: 14px;
    color: #000 !important;
}

.top-bar-field span {
    color: #999999;
    font-size: 12px;
    font-family: "Open Sans Bold"
}

.top-bar-field {
    padding: 0 15px;
    display: flex;
    align-items: center;
}

.top-bar-social-icons a {
    display: flex;
}

h1.hero-title {
    color: #fff;
    font-size: 60px;
    font-weight: 300;
    font-family: 'Oswald Bold', sans-serif;
    text-transform: uppercase;
    margin-top: 0;
}

h1.hero-title span {
    color: #000;
}

p.header-subtitle,
p.header-subtitle2 {
    font-family: Open Sans Regular;
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
    color: #fff;
    width: 70%;
    margin: 0 auto 50px;
}

.button.color1,
.button.color-white,
.kc_button,
.button-site {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    font-size: 14px !important;
    transition: .4s !important;
    font-family: "Open Sans Regular";
    text-transform: uppercase;
    background: transparent;
    margin-bottom: 0;
    padding: 14px 0 !important;
    min-width: 250px;
    text-align: center;
}

.button-site {
    font-family: Open Sans Bold;
}

.button.color-white,
.button-site,
.wpcf7-form-control.wpcf7-submit {
    background: #000 !important;
    border: 1px #000 solid !important;
}

.wpcf7-form-control.wpcf7-submit {
    min-width: 250px;
    color: #fff;
    font-size: 14px !important;
    transition: .4s !important;
    font-family: "Open Sans Regular";
    border-radius: 5px;
}

ul.dropdown-menu li a {
    color: #6a6a6a !important;
    font-family: "Open Sans ExtraBold";
    letter-spacing: 0;
    padding: 0;
    font-weight: 300;
}

ul.dropdown-menu li {
    padding: 30px 15px !important;
    margin-left: 40px;
}

.coloured-nav ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.active-line-bottom>.current_page_item>a,
.coloured-nav ul.dropdown-menu.default>.current-menu-item>a,
.coloured-nav ul.dropdown-menu.default>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.active-line-bottom>.current_page_item>a,
.fixto-fixed ul.dropdown-menu.default>.current-menu-item>a,
.fixto-fixed ul.dropdown-menu.default>.current_page_item>a {
    border-bottom: none;
}

.navigation-bar {
    padding: 0;
}

.current-menu-item:before {
    height: 3px;
    background: #000;
    content: "";
    transition: .4s;
    transform-origin: center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.mesmerize-content-padding #page>.page-content,
.mesmerize-inner-page #page>.page-content {
    padding-top: 0;
    padding-bottom: 0;
}

section {
    margin: 0;
}

.get-quote-area {
    padding: 50px 15px;
}

.get-quote-area h2 {
    color: #fff;
    font-size: 30px;
    font-family: Oswald Bold;
    font-weight: 300;
    margin-bottom: 10px;
    margin-top: 0;
}

.get-quote-area p {
    color: #fff;
}

.get-quote-area .kc_button {
    border: none !important;
    color: #343434 !important;
    font-family: Open Sans Bold;
}

.section {
    padding: 100px 15px;
}

.service-box {
    box-shadow: none !important;
}

.service-box .content-image {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdcdd;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    line-height: 100px;
    margin-bottom: 30px;
    width: 100px;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

.service-box .content-image {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dbdcdd;
    border-radius: 50%;
    display: inline-block;
    height: 100px;
    line-height: 115px;
    margin-bottom: 30px;
    width: 100px !important;
    position: relative;
    overflow: hidden;
    -webkit-transition: .4s;
    transition: .4s;
    left: 50%;
    margin: 0 0 10px -50px;
}

.service-box .content-image img {
    vertical-align: unset !important;
}

.service-box .content-title {
    margin: 25px 0 15px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 300;
    color: #444;
    font-family: Oswald Bold;
}

/*.service-box .content-title:after {
    background: #343434 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 3px;
    left: 50%;
    margin-left: -25px;
    position: relative;
    width: 50px;
}*/

.mesmerize-inner-page .page-content,
.mesmerize-inner-page .content,
.mesmerize-front-page.mesmerize-content-padding .page-content {
    background-color: #fff !important;
}

.section-title {
    color: #000;
    font-size: 36px;
    font-family: 'Oswald Bold', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}

.section-subtitle p {
    margin: 5px 0 100px;
    position: relative;
}

.section-subtitle p:after {
    content: "";
    height: 4px;
    background: #333434;
    width: 60px;
    position: absolute;
    left: 50%;
    top: 45px;
    margin-left: -30px;
}

.column-section .section-subtitle p {
    margin: 5px 0 35px;
    position: relative;
}

.column-section .section-subtitle p:after {
    /* left: 0;
    margin-left: 0; */
    content: none;
}

.vinetas li::before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 15px;
	/* background: #000; */
	border-radius: 50%;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 21px;
	color: #000;
	font-size: 13px;
	margin-top: 5px;
}

.vinetas ul {
    padding: 0;
    margin: 0;
}

.vinetas li {
    list-style: none;
    padding-left: 35px;
    padding-bottom: 20px;
}

.vinetas li:last-child {
    padding-bottom: 0;
}

.vinetas {
    margin-top: 10px;
}

.btn-readmore {
    background: #000 none repeat scroll 0 0;
    border: 1px #000 solid;
    width: 150px;
    min-width: auto;
    text-transform: uppercase;
    font-family: 'Open Sans Bold', sans-serif;
    box-shadow: 1px 1px 4px 1px #cecece;
    font-size: 15px !important;
    margin-top: 40px;
}

li.afp-single-item {
    margin: 0 19px 40px 19px !important;
    background: #fff;
    padding: 0 !important;
    display: table;
    width: 30%;
    box-shadow: 2px 3px 4px -1px #c5c6c9;
}

ul#afp-filter {
    background: #fff;
    margin: 0 19px 60px 19px !important;
}

ul.afp-items {
    margin-left: 20px;
}

ul#afp-filter li {
    position: relative;
    line-height: 60px;
    padding-right: 0 !important;
}

ul#afp-filter li a {
    color: #999;
    text-decoration: none;
    text-transform: uppercase;
    font-family: Open Sans Bold;
    font-size: 14px;
    padding: 20px 30px !important;
}

li.afp-active-cat:after {
    content: "";
    height: 3px;
    background: #000;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

li.afp-single-item p {
    display: none;
}

.afp-item-details li {
    font-family: Open Sans Bold;
    color: #6a6a6a;
    padding: 15px 40px 20px !important;
    font-size: 18px;
}

.kc_counter_box i {
    color: #000;
    background: #fff;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    line-height: 100px;
    font-size: 35px !important;
    margin-bottom: 30px !important;
}

.kc_counter_box .counterup {
    font-weight: 300 !important;
    color: #fff;
    font-family: Oswald Regular;
}

.kc_counter_box h4 {
    margin-bottom: 0 !important;
    font-family: Oswald Regular;
    color: #fff;
    text-transform: uppercase;
    margin-top: 10px;
    font-weight: 300 !important;
}

.eak-testimonial:before {
    content: "\f10d";
    font-family: "fontawesome";
    width: auto;
    height: auto;
    line-height: normal;
    text-align: center;
    font-size: 40px;
    color: #999999;
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto;
}

.eak-testimonial .pic {
    margin: 50px 0 10px;
	width: 140px;
	height: 140px;
}

.eak-testimonial .description {
    font-size: 23px;
    font-style: italic;
    color: #999999;
    line-height: 33px;
    margin: 0 50px 20px;
}

.eak-testimonial .eak-testimonial-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #000;
    text-transform: uppercase;
    font-family: Oswald Bold;
}

.eak-testimonial .post:before {
    content: none;
}

.eak-testimonial .post {
    display: block !important;
    font-size: 13px;
    color: #999;
    margin-bottom: 15px;
    text-transform: capitalize;
    font-family: Open Sans Regular;
    margin-top: -14px;
}

ul.eak-testimonial-rating {
    display: none;
}

.eak-testimonial {
    background: transparent !important;
}

.call-action-bottom h2 {
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Oswald Regular', sans-serif;
    font-weight: 300;
    color: #fff;
}

.call-action-bottom p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 40px;
    margin-top: 20px;
    color: #fff;
}

.buttons-container {
    max-width: 560px;
    position: relative;
    left: 50%;
    margin-left: -280px !important;
}

.buttons-container .button-first {
    color: #343434 !important;
    font-family: Open Sans Bold;
}

.footer-simple .footer-content {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: none;
    background: #343434;
}

.footer p {
    color: #fff;
}

.pl-50 {
    padding-left: 50px !important;
}

ul.dropdown-menu {
    box-shadow: none;
    border: none;
}

.kc_col-sm-1 {
    width: 50% !important;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #000 !important;
    background-color: transparent;
}

.contact-box {
    margin-bottom: 30px;
}

.contact-box .content-desc {
    margin-bottom: 0 !important;
}

.contact-box .content-title {
    font-family: Open Sans Bold;
    font-weight: 300;
    font-size: 16px;
}

.contact-box .box-right {
    padding-left: 18px;
}

.contact-box .content-icon i {
    color: #000;
}

.contact-box .content-title {
    margin: 0 0 5px !important;
}

.contact-form {
    background: #f4f5f9;
    padding: 50px 60px !important;
}

label {
	font-family: Open Sans Bold;
	font-weight: 300;
	font-size: 12px;
	width: 100%;
}

.codedropz-upload-inner h3 {
    margin: 0;
    font-size: 12px;
    line-height: normal;
}

.codedropz-upload-container {
    padding: 15px 20px 8px;
}

.wpcf7-form-control {
    height: 44px;
    /* border: 1px #000 solid; */
}

.contact-map {
    margin-bottom: 50px;
}

#offcanvas-wrapper .offcanvas-top {
    background: #fff;
}

.offcanvas_menu li a {
    padding: 20px 30px;
    font-size: 14px;
}

.header-description-row h1.hero-title {
    padding: 30px 0;
    margin-bottom: 0;
}

.header-content .align-holder {
    width: auto !important;
}

.header-content .align-holder h2 {
    color: #fff;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: normal;
    padding: 0;
    margin: -22px 0 70px;
    position: relative;
    left: 150px;
}

.eakowlDot.active {
	background: #141414 !important;
}

.eakowlDot {
    background: #bdbdbd !important;
}

.top-bar-field a, .top-bar-field a:hover {
	color: #999 !important;
}

.header-buttons-wrapper .button {
	margin-bottom: 15px !important;
}

@media screen and (max-width: 767px) {
    .header-content .align-holder h2 {
        margin: -15px 0 70px;
        left: 100px;
    }

    #page-top img.logo.dark,
    #page-top img.custom-logo {
        width: auto;
        max-height: 40px !important;
        margin: 10px 0;
    }

    h1.hero-title {
        font-size: 50px;
    }

    .button.big.color1.round {
        margin-bottom: 20px;
    }

    .get-quote-area .kc_button {
        margin-top: 30px;
    }

    .section {
        padding: 50px 15px;
    }

    .section-subtitle p::after {
        content: none
    }

    .section-subtitle p {
        margin: 5px 0 50px;
    }

    .service-box {
        margin-bottom: 30px;
    }

    #services .kc_button.button-site {
        margin-top: 0;
    }

    .side-column {
        height: 300px !important;
        margin-bottom: 30px;
    }

    .»inside-columns» .kc-elm.kc_col-sm-1.kc_column_inner {
        width: 100% !important;
    }

    .eak-testimonial .description {
        font-size: 16px;
        font-style: italic;
        color: #999999;
        line-height: 24px;
        margin: 0 0 20px;
    }

    .eak-testimonial .post {
        display: block !important;
        font-size: 13px;
        color: #999;
        margin-bottom: 0;
        text-transform: capitalize;
        font-family: Open Sans Regular;
        margin-top: 0;
    }

    .contact-box .content-title {
        margin: 0 0 5px !important;
        text-align: left;
    }

    .contact-box .content-desc {
        margin-bottom: 0 !important;
        text-align: left;
    }

    .contact-form {
        padding: 30px !important;
    }

    label {
        text-align: left;
    }

    .header-description-row h1.hero-title {
        font-size: 40px;
        padding: 30px 0;
        margin-bottom: 0;
    }

    .section-title {
        font-size: 28px;
        line-height: 38px;
    }
}

@media screen and (max-width: 550px) {
    .header-content .align-holder h2 {
        left: auto;
    }
}

@media screen and (max-width: 400px) {
    .wpcf7-form-control.wpcf7-submit {
        min-width: auto;
        width: 100%;
    }
}