/*
Theme Name:     Jupiter Child Theme
Theme URI: 		http://demos.artbees.net/jupiter5
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Text Domain: mk_framework
Domain Path: /languages/
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
/*
.wpb_row.attched-true .vc_column_container>.vc_column-inner{
	box-sizing: border-box;
    padding-left: 15px !important;
    padding-right: 30px !important;
    width: 100%;
}*/
.mk-main-navigation {
    display: inline-block;
    margin: 0 auto;
    float: right;
}
.widget__headline {
    width: 100%;
    max-width: 800px;
}
.thin {
    font-size: 22px;
    line-height: 32px;
    text-transform: none !important;
}





/*footer*/
#testimonial_25 .mk-testimonial-quote {
    font-size: 15px !important;
    font-weight: 500 !important;
}
section#mk-footer p, section#mk-footer ul li a, section#mk-footer em {
    font-size: 16px !important;
	font-family: 'Montserrat', sans-serif;
}
#mk-footer .widgettitle {
    font-size: 24px !important;
    line-height: 41px !important;
    font-family: "Century Gothic";
    text-transform: uppercase;
    font-weight: 400 !important;
    color: #fff;
}
.contact-footer i {
    color: #fff !important;
    margin-right: 10px;
    margin-top: 10px;
	float:left;
}
.top-heading h2 {
    color: #fff;
    font-size: 24px;
    line-height: 41px;
}
.contact-footer em {
    font-style: inherit;
    color: #909090;
    font-weight: 300;
	font-size: 17px;
    line-height: 27px;
}
.contact-footer ul li {
    border-bottom: 1px dashed #e6dbdb;
    color: #909090;
    padding: 8px 0 8px 17px;
    position: relative;
    font-weight: 300;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.contact-footer ul li :after {
    border-bottom: 4px solid transparent;
    border-left: 4px solid #e54c2a;
    border-top: 4px solid transparent;
    content: "";
    left: 0;
    position: absolute;
    top: 15px;
    width: 0;
    height: 0;
}
.contact-footer ul li:hover {
    margin-left: 10px;
}
.contact-footer ul li a {
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
}
.contact-footer {
    line-height: 37px;
    color: #909090;
    font-weight: 300;
}
.social-profiles.square.white.icon-large i {
    font-size: 24px;
    border: 1px solid;
    /* border-radius: 38px; */
    color: #ffff;
    width: 33px;
    /* height: 40px; */
    text-align: center;
	 padding-top: 4px;
    padding-bottom: 4px;
}

/*-------9/4--------*/
.home-testimonials-section .mk-testimonial p.mk-testimonial-quote {
	color: #fff !important;
}
.home-testimonials-section {
    background-attachment: fixed;
}
.home-testimonials-section .mk-testimonial span.mk-testimonial-author {
    color: #fff !important;
}
.home-testimonials-section .mk-testimonial ul.flex-direction-nav a {
    border-color: #fff;
}
.home-4-items-section {
    padding: 90px 0 90px;
}
.home-4-items-section .home-built-items {
    -webkit-box-shadow: 0px 3px 10px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 10px 7px rgba(0, 0, 0, 0.1);
    padding: 40px 15px 10px;
    min-height: 341px;
    border: 1px solid #fff;
    transition: 0.5s;
}
.home-4-items-section .home-built-items:hover {
    -webkit-box-shadow: 0px 3px 10px 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 6px -1px rgba(0, 0, 0, 0.1);
    border-color: #e7e7e7;
}
.home-4-items-section .home-built-items img {
    transition: 0.5s;
}
.home-4-items-section .home-built-items:hover img {
    width: 60px;
}

/*----------------------------contact us-------------------------*/
.contact-banner-section {
    padding: 100px 0 100px;
}
.contact-banner-section h3 {
    font-size: 40px !important;
}
.contact-location-section {
    padding: 90px 0px 75px;
}
.contact-form-section {
    padding: 80px 0 80px;
    background: #f3f2f2;
}
.contact-form-section h1.vc_custom_heading {
    padding-bottom: 25px;
    margin-top: 0;
}
.contact-form-section .contact-form-item strong {
    font-size: 22px;
}
.contact-form-section .contact-form-item .contact-form-outlet {
    padding-top: 35px;
}
.contact-form-section .contact-form-outlet input.wpcf7-form-control.wpcf7-validates-as-required {
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #fff;
    padding: 18px 15px;
}
.contact-form-section .contact-form-outlet textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 16px;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #fff;
    padding: 18px 15px;
    height: 120px;
}
.contact-form-section .contact-form-outlet .submit-btn {
    text-align: center;
    margin-top: 25px;
}
.contact-form-section .contact-form-outlet input.wpcf7-submit {
    background: #f97352;
    padding: 15px 40px;
    border-radius: 50px;
}
.contact-form-section .contact-form-left-col p {
    width: 80%;
    font-size: 18px;
    font-style: italic;
}
.contact-map-section .mk-text-block p {
    margin-bottom: 0;
}
.contact-map-section .mk-video-container {
    padding-bottom: 500px;
}
.contact-location-section .location-items a {
    color: #777;
}
.contact-form-section .contact-form-item .wpcf7-response-output.wpcf7-display-none.wpcf7-mail-sent-ok {
    background: no-repeat;
    border: none;
    text-align: center;
    clear: both;
    padding-top: 20px;
    color: #000;
    font-size: 18px;
}
.contact-form-section .contact-form-item .wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
    background: no-repeat;
    border: none;
    text-align: center;
    color: red;
    padding-top: 20px;
    clear: both;
    font-size: 18px;
}

/*------------------------------about us--------------------------*/
.about-banner-section {
    padding: 100px 0 100px;
}
.about-banner-section h3 {
    font-size: 40px !important;
}
.abt-who-we-are-section {
    padding: 60px 0 70px;
}
.abt-who-we-are-section .vc_col-sm-12 > .vc_column-inner > .wpb_wrapper {
    padding: 40px 20px 50px;
    -webkit-box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 4px 3px rgba(0, 0, 0, 0.1);
}
.about-section3 {
    padding: 120px 0 120px;
	background-attachment: fixed;
}
.about-section3 .who-we-serve-item h3 {
    line-height: 30px;
    padding-bottom: 10px;
    color: #fff;
}
.about-section3 .who-we-serve-item p {
    color: #fff;
}
.about-section3 .who-we-serve-item {
    border: 4px solid #a9a9a9;
    padding: 15px 15px 10px;
    min-height: 347px;
}
.about-section3 .who-we-serve-item:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    top: -1px;
    left: 75.5%;
    display: block!important;
    width: 21%;
    height: 21%;
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
    border-top-color: #f97352;
    border-right-color: #f97352;
}
.about-section3 .who-we-serve-item:after {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    left: 14px;
    bottom: 0px;
    display: block !important;
    -webkit-transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    transition: border-color 0s ease-out .5s, width .25s ease-out .5s, height .25s ease-out .75s;
    border-bottom-color: #f97352;
    border-left-color: #f97352;
    width: 21%;
    height: 21%;
}
.about-history-section .abt-history-right-col p {
    width: 80%;
    font-weight: 600;
}
.about-history-section .abt-history-right-col p img {
    padding-bottom: 25px;
}
.about-history-section .abt-history-left-col {
    background: #f97352;
	position: relative;
}
.about-history-section .vc_col-sm-6 {
    min-height: 500px;
}
.about-history-section .abt-history-left-col h1 {
    left: 0;
    right: 0;
    position: absolute;
    top: 160px;
}
.about-history-section .abt-history-left-col:after {
    position: absolute;
    top: 30%;
    right: -25px;
    content: " ";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #f97352;
}
.about-history-section .abt-history-right-col {
    padding: 80px 10px 10px 70px;
}
.abt-who-we-are-section .mk-divider .divider-inner {
    border-top: 4px solid #f97352;
}

/*----------------------------services---------------------------*/
.services-banner-section {
    padding: 100px 0 100px;
}
.services-banner-section h3 {
    font-size: 40px !important;
}
.services-section2 .mk-divider .divider-inner {
    border-top: 4px solid;
}
.services-section2 {
    padding: 50px 0 80px;
}
.services-section2 .vc_col-sm-4 {
    padding-top: 40px;
}
.services-section2 .services-every-step-item {
    position: relative;
    max-width: 308px;
    padding: 50px 30px 50px;
	cursor: pointer;
}
.services-section2 .services-every-step-item:before {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    pointer-events: none;
    transition: .33s all ease;
    top: 0;
    left: 0;
    border-width: 1px 0 0 1px;
}
.services-section2 .services-every-step-item:after {
    content: '';
    position: absolute;
    width: calc(100% - 35px);
    height: calc(100% - 35px);
    border: 1px solid #e5e7e9;
    pointer-events: none;
    transition: .33s all ease;
    bottom: 0;
    right: 0;
    border-width: 0 1px 1px 0;
}
.services-section2 .services-every-step-item:hover::before, .services-section2 .services-every-step-item:hover::after {
    width: 100%;
    height: 100%;
    border-color: #f97352;
}
.services-section2 .services-every-step-item hr {
    margin-top: 15px;
    margin-bottom: 25px;
    border: 0;
    border-top: 3px solid #f97352;
    width: 40px;
    transition: .33s all ease;
}
.services-section2 .services-every-step-item:hover hr {
    width: 168px;
}
.services-section2 .services-every-step-item p {
    transition: .33s all ease;
}
.services-section2 .services-every-step-item:hover p {
    -webkit-transform: translateY(9px);
    transform: translateY(9px);
}
.services-we-best-section .wpb_single_image {
    margin-bottom: 0;
}
.services-we-best-section {
    padding: 50px 0 0 0;
}
.services-we-best-section .we-are-best-left > .vc_column-inner > .wpb_wrapper {
    position: relative;
    padding: 40px 40px 40px;
    margin-top: 30px;
}
.services-we-best-section .we-are-best-left > .vc_column-inner > .wpb_wrapper:before {
    position: absolute;
    content: '';
    border: 5px solid transparent;
    top: 0;
    right: 0;
    display: block!important;
    width: 100px;
    height: 60px;
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
    border-top-color: #f97352;
    border-right-color: #f97352;
}
.services-we-best-section .we-are-best-left > .vc_column-inner > .wpb_wrapper:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100px;
    height: 60px;
    border: 5px solid transparent;
    border-bottom-color: #f97352;
    border-left-color: #f97352;
	display: block!important;
    -webkit-transition: width .25s ease-out, height .25s ease-out .25s;
    transition: width .25s ease-out, height .25s ease-out .25s;
}
.services-how-we-do-section {
    padding: 80px 0 100px;
    background-attachment: fixed;
}
.services-we-best-section h2.vc_custom_heading {
    padding-bottom: 20px;
}



/*---------------------------media------------------------------*/
@media (min-width:1025px) and (max-width:1440px) {
.about-section3 .who-we-serve-item:before {
    left: 75.2%;
}
.about-history-section .abt-history-right-col {
    padding: 55px 10px 10px 58px;
}
}

@media (min-width:768px) and (max-width:1024px) {
.services-section2 .services-every-step-item {
    padding: 50px 25px 50px;
}
.home-4-items-section .home-built-items h3 {
    min-height: 120px;
}
.about-section3 .who-we-serve-item:before {
    left: 73.5%;
    height: 14%;
	width: 22%;
}
.about-section3 .who-we-serve-item:after {
    height: 14%;
}
.about-section3 .who-we-serve-item {
    min-height: 454px;
}
.about-history-section .abt-history-right-col {
    padding: 50px 10px 10px 30px;
}
.about-history-section .abt-history-right-col p img {
    padding-bottom: 5px;
}
.about-history-section .abt-history-right-col p {
    width: 90%;
}
}
@media screen and (max-width:767px) {
.services-banner-section h3 {
    text-align: center;
}
.home-4-items-section .home-built-items {
    padding: 40px 15px 35px;
    min-height: 0;
    margin-bottom: 25px !important;
}
.contact-banner-section h3 {
    text-align: center;
}
.contact-location-section .location-items {
    margin-bottom: 35px !important;
}
.contact-form-section .contact-form-left-col h1, .contact-form-section .contact-form-left-col p {
    text-align: center !important;
    width: 100%;
}
.contact-form-section .contact-form-left-col {
    padding-bottom: 50px;
}
.about-banner-section h3 {
    text-align: center;
}
.about-section3 .who-we-serve-item {
    padding: 15px 15px 20px;
    min-height: 0;
    margin-bottom: 30px !important;
}
.about-section3 .who-we-serve-item:before {
    left: 85.5%;
    width: 12%;
    height: 31%;
}
.about-section3 .who-we-serve-item:after {
    bottom: 29px;
    width: 12%;
    height: 30%;
}
.about-history-section .abt-history-left-col:after {
    bottom: -25px;
    left: 45%;
	top: auto;
    border-width: 25px 25px 0px 25px;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-top-color: #f97352;
}
.about-history-section .abt-history-right-col {
    padding: 50px 25px 50px 25px;
}
.about-history-section .abt-history-right-col p {
    width: 100%;
}
.about-history-section .abt-history-left-col h1 {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 43px !important;
}
}

@media screen and (max-width:480px) {
.about-section3 .who-we-serve-item:before {
    left: 76%;
    width: 20%;
    height: 17%;
}
.about-section3 .who-we-serve-item:after {
    bottom: 29px;
    width: 20%;
    height: 20%;
}
}