.text p, .text li { font-size: 1em; line-height: 1.5em; margin: 0 0 0.5em 0; }
.text li { margin: 0 0 0.25em 0; }

.vhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/*
 * Socialite Look-a-like defaults
 */

.social-buttons { text-align: right; list-style: none; padding: 0; margin: 20px; }
.social-buttons > li {
    display: inline-block;
    margin: 0;
}
.social-buttons .socialite {
    display: block;
    position: relative;
    font-size: 20px;
    padding: 10px 5px;
    color: #000;
}
.social-buttons .socialite-loaded { background: none !important; }

.social-buttons .facebook:hover { color: #4460A0; }
.social-buttons .twitter:hover { color: #5AA8DF; }
.social-buttons .instagram:hover { color: #275A85; }
.social-buttons .linkedin:hover { color: #0A7EBB; }
.social-buttons .pintrest:hover { color: #CF1913; }
.social-buttons .youtube:hover { color: #CE1312; }

footer .footer p.left span {
    font-size: 14px;
    display: inline-block;
    padding: 3px 15px;
    color: #333;
}

.videoThumb img {
    /*width: 100%;*/
}
.show-sm {
    display: none;
}





@media (max-width: 1099px) {
    section.three {
        padding: 60px 0 130px;
    }
}


@media (max-width: 992px) {
    section.three {
        padding: 60px 0 100px;
    }
    section.four .right {
        width: 50%;
    }
    section.four .right img {
        padding: 0;
        width: 100%;
        height: auto;
    }
    section.five .left img {
        width: 100%;
        height: auto;
    }
    section.five .right .content {
        padding: 0 0 0 25px;
    }
    .block-text p {
        height: auto;
    }
    section.six {
        background: url(../img/bg3.jpg) no-repeat scroll 60% center;
        background-size: cover;
    }
}


@media (max-width: 768px) {
    section.five .right ul li i {
        margin-bottom: 0;
    }
    section.five .right .content {
        box-sizing: border-box;
    }
    section.six {
        padding: 60px 0;
    }
    section.five .left img, section.four .right img {
        margin: 0 auto;
        height: auto;
        display: block;
        width: auto;
    }
    .row {
        margin: 0;
    }
    section.nine form .bottom {
        width: 30% !important;
    }
    .social-buttons, footer .footer p.left img {
        float: none;
        text-align: center;
    }
    footer .footer p img {
        padding-right: 0;
    }
    .carousel-control.left {
        left: 0;
    }
    .carousel-control.right {
        right: 0;
    }
    .social-buttons .socialite {
        font-size: 30px;
    }
    footer .footer p.left span {
        font-size: 18px;
    }
    .block-text p {
        font-size: 18px;
        line-height: 1.3;
    }
    .writter h3, .writter span {
        font-size: 18px;
    }
    section.five .right ul li {
        font-size: 18px;
    }
    section.three a, section.three button {
        font-size: 20px;
        height: 50px;
    }
    section.three a i, section.three button i {
        font-size: 24px;
    }
    section.three a i, section.three button i {
        margin-top: 13px;
    }
    section.three a, section.three button {
        line-height: 57px;
    }
    .hide-sm {
        display: none;
    }
    .show-sm {
        display: block;
    }    
}


@media (max-width: 640px) {    
    section.six {
        padding: 0;
    }    
    /*section.six h3 {
        font-size: 24px;
        line-height: 30px;
    }
    section.six p {
        font-size: 14px;
        line-height: 20px;
    }
    section.six h3 br, section.six p br {
        display: none;
    }*/
}


@media (max-width: 480px) {
    section.three a, section.three button {
        margin-bottom: 10px;
    }    
    section.three {
        padding: 40px 0 40px;
    } 
    section.five .left img, section.four .right img {
        width: 100%;
    }
    section.nine form .bottom button, section.nine form .bottom button, section.nine form input[type=email] {
        font-size: 14px;
    }  
}


@media (max-width: 360px) {

}

/****************************** POPUP CSS BY JIGNASU *************************************/
body.modal-open {
    padding: 0 !important;
}
body.modal-open .page {
    -webkit-filter: blur(5px);
    filter: blur(5px);

}
.promoup .modal-content {
    overflow: hidden;
    display: table;
    min-height: 375px;
}
.promoup .modal-content .bg {
    background: url(../img/promoup.jpg) no-repeat;
    background-size: cover;
    display: table-cell;
    min-width: 320px;
}
.promoup h4.modal-title {
    color: #000;
    /* text-transform: uppercase; */
    font-size: 38px;
    margin-bottom: 20px;
    line-height: 1.2;
}
.promoup .modal-body p {
    color: #717171;
    margin-bottom: 30px;
}
.promoup .modal-body {
    padding: 30px;
    display: table-cell;
}
.btn-black {
    background: #000;
    color: #fff;
}
.btn-black:hover {
    background: #333;
    color: #fff;
}
.btn-blue {
    background: #03b9eb;
    color: #fff;
}
.btn-blue:hover {
    background: #28c7f3;
    color: #fff;
}
@media (min-width: 768px) {
    .promoup .modal-dialog {
        width: 760px;
        margin: 90px auto;
    }
    .promoup .btn {
        font-size: 16px;
    }
}
@media (max-width: 768px) {
    .promoup  {
        padding-right: 0 !important;
    }
    .promoup .modal-content .bg {
        display: table-row;
        min-width: inherit;
    }
    .promoup .modal-content .bg img {
        width: 100%;
    }
    .promoup .modal-dialog {
        width: 80% !important;
        margin: 40px auto;
        float: none;
    }
    .promoup h4.modal-title {
        font-size: 28px;
        padding: 0 15px;
        margin-top: 15px;
    }
    .promoup .modal-body {
        padding: 0px;
        margin-bottom: 15px;
    }
    .promoup .modal-body p {
        font-size: 16px;
        margin-bottom: 25px;
        padding: 0 15px;
    }
    .promoft {
        display: table;
        float: none;
        margin-bottom: -15px;
    }
    .promoft .btn {
        border-radius: 0;
        width: 50%;
        padding: 15px 0;
    }
}

@media (max-width: 480px) {
    .promoup h4.modal-title {
        font-size: 22px;
        margin-bottom: 10px;
    }
    .promoup .modal-body p {
        margin-bottom: 15px;
    }
}