/*
Theme Name: Jaycon
Theme URI: http://crossoverweb.com.au
Author: CrossOver
Author URI: http://crossoverweb.com.au
Description: The template build for the Jaycon Master Builders.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: twentyfourteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,500');

.wpb_wrapper {
    max-width: 1170px !important;
    margin: 0 auto;
}
.page-content {

}
.page-content h3 {
    font-weight: 700;
    font-size: 30px;
    line-height: 22px;
    color: #333333;
}
.vc_col-sm-12 {
    padding: 50px 0 20px 0;
}
.wpb_wrapper ul {
    margin-left: 20px;
}
.wpb_wrapper ul li{
    line-height: 25px;
    text-align:justify;
}
.owl-carousel .owl-item img {
    height: auto;
}
/*----------------------------------------*/
/* 1. Aboutus section
/*----------------------------------------*/
.home {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    background: #fff;
}
.aboutus-section {
    background: url(img/bg/bg-about.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.short-intro{
    position: relative;
    z-index: 1;
    max-width: 850px;
    line-height: 0;
}
.short-intro .title {
    color: #fff;
    margin-bottom: 22px;
}
.short-intro p {
    margin-bottom: 20px;
}
.letToRight-overlay{
    position: relative;
}
.letToRight-overlay:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.80) 60%);
}
.header-menu {
    float: right;
}
/*---------- section title  -------------*/
.section-title.title-divider:before, 
.section-title.title-divider:after {
    bottom: -16px;
    top: inherit;
}

/*----------------------------------------*/
/*  2. Portfolio section 
/*----------------------------------------*/
.portimage-left {
    float: left;
    width: 40%;
}
.portimage-right {
    float: left;
    width: 60%;
}
.ptr-images {

}
.ptr-images ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.portimage-left ul li {
    text-align: center;
}
.ptr-images ul li {
    float: left;
    text-align: center;
}

/*---------- mixitup nav -------------*/
.mixitup-nav ul li {
    color: #333333;
    display: inline-block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 500;
    padding: 0 20px;
    text-transform: uppercase;
    cursor: pointer;
}
.mixitup-nav ul li.active,
.mixitup-nav ul li:hover{
    color: #1293d4;
}
/*---------- mixitup content -------------*/
.mixitup-content .mix{
    display: none;
}
.portfolio-item {
    text-align: center;
}
.portfolio-img img {
    width: 100%;
    -webkit-transition: .4s;
    transition: .4s;
}
.portfolio-content{
    border-left: 1px solid #dcd9d9;
    border-right: 1px solid #dcd9d9;
    border-bottom: 2px solid #dcd9d9;
    -webkit-transition: .4s;
    transition: .4s;
}
.portfolio-content .title-samibold{
    margin-bottom: 3px;
}
.portfolio-content p{
    margin-bottom: 0;
}
.portfolio-col-3 .portfolio-item{
    margin-bottom: 40px;
}
.portfolio-col-4 .portfolio-item{
    margin-bottom: 30px;
}
.portfolio-col-3 .mix:nth-last-child(1) .portfolio-item,
.portfolio-col-3 .mix:nth-last-child(2) .portfolio-item,
.portfolio-col-3 .mix:nth-last-child(3) .portfolio-item{
    margin-bottom: 0;
}
.portfolio-col-4 .mix:nth-last-child(1) .portfolio-item,
.portfolio-col-4 .mix:nth-last-child(2) .portfolio-item,
.portfolio-col-4 .mix:nth-last-child(3) .portfolio-item,
.portfolio-col-4 .mix:nth-last-child(4) .portfolio-item{
    margin-bottom: 0;
}

/*---------- portfolio hover -------------*/
.portfolio-img{
    position: relative;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    background: #eaebed;
}
.portfolio-img a{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: scale(0) translateY(-50%);
    -ms-transform: scale(0) translateY(-50%);
    transform: scale(0) translateY(-50%);
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0;
    color: #fff;
    font-size: 30px;
}
.portfolio-item:hover .portfolio-img a{
    -webkit-transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    transform: scale(1) translateY(-50%);
    opacity: 1;
}
.img-overlay{
    display: block;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
}
.img-overlay:after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1293d4;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.portfolio-item:hover .img-overlay{
    -webkit-transform: scale(.94);
    -ms-transform: scale(.94);
    transform: scale(.94);
}
.portfolio-item:hover .portfolio-img .img-overlay:after{
    opacity: .5;
}
.portfolio-item:hover .portfolio-content {
    border-bottom: 2px solid #1293d4;
}
/*---------- related portfolio -------------*/
.related-portfolio{
}
.related-portfolio .portfolio-content{
    border: none;
}
.related-portfolio .text-capitalize{
    text-transform: capitalize;
}
.related-portfolio .portfolio-item:hover .portfolio-content{
    border: none;
}


/*----------------------------------------*/
/*  5. Project counter section
/*----------------------------------------*/
.project-counter-section {
    background: url("img/bg/counterup-bg.jpg") no-repeat scroll center center / cover ;
}
.counter-item{text-align: center;}
.counter-item i{
    font-size: 60px;
}
.counter-title{
    margin: 20px 0 25px;
}
.counter-number{
    display: inline-block;
}


/*----------------------------------------*/
/* 8. About page 
/*----------------------------------------*/
.section-with-ul ul li::before {
    content: ">";
    position: absolute;
    left: 20px;
    margin-right: 10px;
}

.text-white, .text-white h3 {
    color: #fff;
}


/*----------------------------------------*/
/*  10. Single portfolio 
/*----------------------------------------*/
.portfolio-cat-list li{
    display: block;
}
.portfolio-cat-list li a{
    display: block;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px;
    text-transform: capitalize;
    color: #333333;
}
.portfolio-cat-list li a:hover,
.portfolio-cat-list li.current a{
    color: #1293d4;
}
.portfolio-cat-list li a:before {
    content: "";
    font-family: "icofont";
    margin-right: 5px;
}

/*----------------------------------------*/
/*  16. Scroll to top
/*----------------------------------------*/
#scrollUp {
    bottom: 20px;
    right: 20px;
    font-size: 30px;
}
#scrollUp span:before, 
#scrollUp span:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.1s ease 0s;
    transition: all 0.1s ease 0s;
    width: 100%;
    z-index: -1;
}
#scrollUp span {
    background-color: #fafafa;
    border: 1px solid #1293d4;
    border-radius: 50%;
    display: inline-block;
    color: #1293d4;
    font-size: 32px;
    height: 50px;
    line-height: 52px;
    position: relative;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 50px;
    z-index: 9999;
}
#scrollUp:hover span{
    background-color: #1293d4;
    color: #fff;
    border-color: transparent;
    cursor: pointer;
    position: relative;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
#scrollUp:hover span:after{
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    border-bottom: 3px solid #1293d4;
}
#scrollUp:hover span:before{
    border-bottom: 2px solid #fff;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}

.body-wrapper.wrapper-boxed .header-bottom {
    float: none;
    margin: 0 auto;
    width: 1200px;
    left: 0;
    right: 0;
} 

.img-hard img{
    display: block;
    max-width: 100%;
    height: 500px !important;
}
.im-1{height: 300px !important;}
.fancybox-caption {text-align: center !important}
.single-content{margin-top: 50px;}
.single-content p{font-weight:bold}
.back-1{ min-height:425px}

.back-1 li {padding-top: 10px;}
.btn-default {float:right;margin-right: 30px}
.footer-nar{padding-left: 15px;  padding-top: 27px;}
.textvidoe-text ul li{padding-top: 10px;}
.info-box-desc{font-weight:bold}

@media only screen and (max-width: 480px) {

    .portimage-left{float: none;width: 100%}
    .back-1{background-color:#42464f;    padding-bottom: 8px; padding-left: 5px;}
    .btn-default{float: none;    margin-left: 20px;}
    .mb-75{margin-top: 20px;}
    .portfolio-item{margin-top: 15px}

}
@media only screen and (min-width: 320px) and (max-width: 767px) {
    .wpb_row {
        padding: 0 15px;
    }
    .container h3, .page-content h3 {
        font-size: 22px;
    }
    .back-1 h1 {
        font-size: 18px;
        line-height: 28px;
    }
    .mb-75 {
        margin-top: 45px;
    }
    img {
        max-width: 100%;
        height: auto;
    }

}
