/*
	Theme Name: Light Solutions 2017


*/

/*
	[Table of contents]

	## Global
		- Font Settings
		- Padding/Margin

	## Header
	## Banner Section
	## Footer

	## Page Banner

	## Responsive
		-- min-width: 992 to max-width: 1200
		-- min-width: 768 to max-width: 991
		-- min-width: 319 to max-width: 767
		-- min-width: 319 to max-width: 479
		-- max-width: 991
		-- min-width: 1200
*/
/* ## Global */
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #000;
    overflow-x: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    outline: 0 !important;
}

/* - Font Settings */
@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/Roboto/RobotoCondensed-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/Roboto/RobotoCondensed-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/Roboto/RobotoCondensed-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/Roboto/RobotoCondensed-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
.ow-navigation .nav.navbar-nav li a,
.photo-slider .carousel-caption h3,
.block-title h2,
.more-srv-details h3,
.more-srv-details a {
    font-family: 'Roboto Condensed';
}
.counter-box p,
.summarynumber,
.service-box h4,
.services-box .services-skill-box h3,
.singel-details p span {
    font-family: 'Roboto Condensed';
}

.what-we-do p,
.what-we-do.owl-theme .owl-dots .owl-dot span::after,
.testi-content h4,
.testimonials .carousel-indicators li::after,
.summarytitle,
.skill-box h3,
.skill-box a,
.team-box-hover h4,
.view-more a,
.service-box h4,
.footer-main .location h5,
.page-banner h3,
.page-banner .breadcrumb li,
.services-box .services-inner > h3,
.portfolio-categories li a,
.portfolio-single-title h4,
.portfolio-single-details .row > h3,
.portfolio-single-details .social li a,
.address-content h3,
.error-page button {
    font-family: 'Roboto Condensed', sans-serif;
}
.block-title p,
.testi-content h5,
.testi-content p,
.team-box-hover h5,
.team-box-hover p,
.about-team-detail-box h6,
.testimonials-2 .testi-content2 p,
.portfolio-single-title p,
.address-content > a,
.error-page p {
    font-family: 'Roboto Condensed', serif;
}

/* - Padding/Margin */
.no-padding {
    padding: 0;
}
.no-left-padding,
ul {
    padding-left: 0;
}
.no-right-padding {
    padding-right: 0;
}
.no-top-padding {
    padding-top: 0;
}
.no-bottom-padding {
    padding-bottom: 0;
}
.no-margin {
    margin: 0;
}
.no-left-margin {
    margin-left: 0;
}
.no-right-margin {
    margin-right: 0;
}
.no-top-margin {
    padding-top: 0;
}
.no-bottom-margin {
    margin-bottom: 0;
}

.section-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ## Header */
.header-main {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 16;
}
.header-main .container {
    position: relative;
    z-index: 1;
}
.header-main.navbar-fixed-top {
    position: fixed;
    background-color: #3F51B5;
}

/* ## Page Banner */
.page-banner {
    position: relative;
    text-align: center;
}
.page-banner {
    max-height: 460px;
    min-height: 460px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 235px;
}
.page-banner:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(52,55,75,0.8);
    display: inline-block;
}
.page-banner .container {
    position: relative;
}
.page-banner h3 {
    font-size: 35px;
    letter-spacing: 5px;
    color: #fff;
    text-transform: uppercase;
}
.page-banner .breadcrumb {
    background-color: transparent;
}
.page-banner .breadcrumb .active,
.page-banner .breadcrumb a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
.page-banner .breadcrumb > li + li::before {
    content: "-"
}
.error-banner {
    background-image: url("images/error-banner.jpg");
}
.about-banner {
    background-image: url("images/about-banner.jpg");
}
.services-banner {
    background-image: url("images/services-banner.jpg");
}
.portfolio-banner {
    background-image: url("images/portfolio-banner.jpg");
}
.contact-banner {
    background-image: url("images/contact-banner.jpg");
}
.blog-banner {
    background-image: url("images/blog-banner.jpg");
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}


/* ## Footer */
.footer-main {
    padding: 30px 4.2%;
    background-color:#2a3780;
    margin-top: 5px;
}
.footer-main .location {
    position: relative;
    display: inline-block;
    color: #fff;
    padding-left: 82px;
    margin-right: 50px;
}
.footer-main .location i {
    position: absolute;
    width: 57px;
    height: 57px;
    top: 0;
    left: 0;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 48px;
    text-align: center;
}
.footer-main .location h5 {
    font-size: 12px;
    margin-top: 6px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.footer-main .social-copyright {
    text-align: left;
    color: #fff;
    margin: 8px 0;
}
.footer-main .social-copyright ul {
    margin-bottom: 0;
    margin-right: 50px;
}
.footer-main .social-copyright ul,
.footer-main .social-copyright p {
    display: inline-block;
}
.footer-main .social-copyright li {
    display: inline-block;
    margin-left: 24px;
}
.footer-main .social-copyright li a {
    color: #fff;
    width: 42px;
    height: 42px;
    display: inline-block;
    background-color: #3f51b5;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
}
/* ## Responsive */

/* -- min-width: 1441 to max-width: 1680 */
@media only screen and (min-width: 1441px) and (max-width: 1680px) {
    /* ## Footer */
    .footer-main .location {
        margin-right: 40px;
    }
}
/* -- min-width: 1366 to max-width: 1440 */
@media only screen and (min-width: 1366px) and (max-width: 1440px) {
    /* ## Footer */
    .footer-main .location {
        margin-right: 20px;
    }
}
/* -- min-width: 1201 to max-width: 1365 */
@media only screen and (min-width: 1201px) and (max-width: 1365px) {
    /* ## Footer */
    .footer-main {
        padding-left: 1.5%;
        padding-right: 1.5%;
    }
    .footer-main .location {
        margin-right: 5px;
        padding-left: 70px;
    }
}

/* -- min-width: 992 to max-width: 1200 */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    /* ## Page Banner */
    .page-banner {
        min-height: 360px;
        max-height: 360px;
        padding-top: 135px;
    }

    /* ## Footer */
    .footer-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-main .location {
        margin-right: 5px;
        padding-left: 70px;
        margin-bottom: 10px;
    }
    .footer-main .social-copyright {
        margin-bottom: 23px;
        margin-top: 23px;
    }
    .footer-main .social-copyright ul,
    .footer-main .social-copyright p	{
        width: 100%;
    }
    .footer-main .social-copyright ul {
        margin-right: 0;
        margin-bottom: 20px;
    }

}

/* -- min-width: 768 to max-width: 991 */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    #testimonials{
        display: inline-block;
        min-height:630px!important;
        max-height:630px!important;
        overflow-y: hidden;
    }

}

/* -- min-width: 319 to max-width: 767 */
@media only screen and (min-width: 319px) and (max-width: 767px) {

}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 319px) and (max-width: 479px) {

}

/* -- max-width: 991 */
@media (max-width: 991px) {
    .header-main {
        position: relative;
        background-color: #3F51B5;
    }

    /* ## Page Banner */
    .page-banner {
        min-height: 260px;
        max-height: 260px;
        padding-top: 75px;
    }

    /* ## Footer */
    .footer-main {
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-main .col-md-7 {
        text-align: center;
    }
    .footer-main .location {
        margin-right: 5px;
        padding-left: 70px;
        margin-bottom: 10px;
        text-align: left;
    }
    .footer-main .social-copyright {
        margin-bottom: 23px;
        margin-top: 23px;
        text-align: center;
    }
    .footer-main .social-copyright ul,
    .footer-main .social-copyright p	{
        width: 100%;
    }
    .footer-main .social-copyright ul {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .footer-main .social-copyright ul li {
        margin: 0 10px;
    }

    .logo_light{
        height:30px!important;
    }

}
.logo_light{
    height:80px;
}
.navbar-fixed-top .logo_light{
    height:30px!important;
}
.what_we_do_image{
    height:120px;
    width:90%;
    background-position-x:center!important;
    background-position-y:center!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
    margin:0 auto;
}
.what-we-do p{
    padding-top:10px;
}

/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 1680px) and (max-width:1903px){
    .slider_owlLight{
        display: none!important;
    }
    #our_client_block{
        min-height:550px; max-height:2000px;
    }
}
/* -- min-width: 319 to max-width: 479 */
@media only screen and (min-width: 1903px){
    .slider_owlLight{
        display: none!important;
    }
    #our_client_block{
        min-height:570px; max-height:2000px;
    }
}
@media only screen and (min-width: 0px) and (max-width: 1680px) {
    .slider_light {
        display: none;
    }
}

.client-box-element{
    padding:50px!important;
    width:100%!important;
    height:auto!important;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative;
    display: block;
}
.slider_light .client-box-element{
    padding:50%!important;
}
@media only screen and (min-width: 991px) and (max-width: 1680px){
    .light-skill-section{
        width:70%;
    }
}
.slider_light .item .caption h4{
    padding-top:30%;
    width:100%;
    text-align: center;
    display: block!important;
}

.slider_light .item .caption p{
    padding-top:10%;
    width:100%;
    text-align: center;
    display: block!important;
}
.mfp-bg{
    background: rgba(63, 81, 181, 0.3)!important;
}
.mfp-title{
    color:#3a529b!important;
}
.light-skill-section .light-skill-section-cats .skill-cat{
    background: #3f51b5;
    height:50px;
    text-align: center;
    line-height: 50px;
    color:white;
    text-transform: uppercase;
}
.light-skill-section .light-skill-section-cats{
    padding-left:5px;
    padding-right:5px;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(16){
    background: #3f51b5;
}

.light-skill-section .light-skill-section-cats .skill-cat:nth-child(15){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(14){
    background: #3f51b5;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(13){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(12){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(11){
    background: #3f51b5;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(10){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(9){
    background: #3f51b5;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(8){
    background: #3f51b5;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(7){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(6){
    background: #3f51b5;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(5){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(4){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(3){
    background: #3f51b5;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(2){
    background: #4657b8;
}
.light-skill-section .light-skill-section-cats .skill-cat:nth-child(1){
    background: #3f51b5;
}
.light-skill-section{
    margin-top:5px;
}
.light-skill-content .light-skill-element{
    min-height:210px;
    padding:10px;
}
.light-skill-content .img-element{
    background-repeat:no-repeat!important;
    -webkit-background-size:contain!important;
    background-size:contain!important;
    width:100%;
    height:180px;
    background-position: center!important;
}
.light-skill-owl .owl-stage-outer,.light-skill-owl .owl-stage-outer .owl-stage,.light-skill-owl .owl-stage-outer .owl-stage .owl-item.active{
    width:100%!important;
}
.client-box-item{
    min-height: 200px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}
.client-box-item img{
    height:100%;
}
.client-box-item:hover .client-box-element{
    transition: 1s ease-in!important;
    padding:20px!important;
    width:50%!important;
}
.client-box-item p{
    display:none;
    text-align: center;
}
.client-box-item:hover p{
    display:block;
}
.img-testimonials{
    background-repeat:no-repeat!important;
    -webkit-background-size:contain!important;
    background-size:contain!important;
    background-position: center!important;
    width: 100px;
    height: 100px;
    border-radius: 50px;margin: 0 auto;
}
#testimonials{
    max-height:550px;
    min-height:550px;
}

.arrow-prev {
    width: 100px;
    height: 50px;
    cursor: pointer;
    text-align: right; }
.arrow-prev svg {
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    transform: translate3d(0, 0, 0);
    -ms-transform-origin: left;
    transform-origin: left; }
.arrow-prev svg:hover {
    opacity: 1;
    -ms-transform: translateX(-15px);
    transform: translateX(-15px); }

.arrow-next {
    width: 100px;
    height: 50px;
    opacity: .5;
    transition: opacity 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64), transform 0.4s cubic-bezier(0.16, 0.51, 0.78, 0.64);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -ms-transform-origin: right;
    transform-origin: right; }
.arrow-next:hover {
    opacity: 1;
    -ms-transform: translateX(15px);
    transform: translateX(15px); }
.portfolio-item{
    padding-right:2px;
}
.about-team-detail-box .block-title h2, .about-team-detail-box h6{
    margin-bottom:5px!important;
}

@media only screen and (min-width: 991px){
    .service-page .services-box{
        height:700px;
    }
    .service-page .service-box:first-child{
        min-height:586px;
    }
}
@media only screen and (max-width: 767px) {
    #testimonials{
        display: inline-block;
    }
}
.service-box img{
    height:25px;
}
.services-box .services-inner > p{
    margin-left:0px!important;
}