/*All pages CSSs*/
.home-hero-section{
    width: 100%;
    height: 948px;
    position: relative;
}
.home-hero-section .overlay{
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(2, 14, 22, 0.1) 0%, rgba(2, 14, 22, 0.6) 115.03%);
    padding: 15px;
    text-align: center;
}
.home-hero-content-box{
    padding: 15px;
}
.home-hero-content-box h1{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 900;
    font-size: 90px;
    line-height: 80px;
    text-align: center;
    color: #FFFFFF;
}
.home-hero-content-box p{
    max-width: 770px;
    margin: 0 auto;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.ways-we-can-help-section{
    width: 100%;
}
.ways-we-can-help-section-back{
    width: 100%;
    margin-top: -100px;
    background-color: #fff;
    /*padding-bottom: 100px;*/ 
    padding-top: 25px;
    position: relative;
    z-index: 5;
}
.ways-we-can-help-section-back h2{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 54px;
    line-height: 64px;
    color: #000000;
}
.ways-we-can-help-section-back .view-more-link{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.5;
}
.ways-we-can-help-section-back .view-more-link:hover,
.ways-we-can-help-section-back .view-more-link:active,
.ways-we-can-help-section-back .view-more-link:focus{
    color: #000000;
}
.ways-we-can-help-section-back .horizontal-line{
    width: 100%;
    height: 1px;
    background-color: #000000;
    mix-blend-mode: normal;
    opacity: 0.1;
}
.we-can-help-item-box{
    margin-bottom: 35px;
}
.we-can-help-item-box .image-box{
    height: 240px;
}
.we-can-help-item-box .title{
    display: inline-block;
    padding: 10px 0;
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: 0.133333px;
    color: #000000;
}
.we-can-help-item-box .title:hover,
.we-can-help-item-box .title:active,
.we-can-help-item-box .title:focus{
    color: #000000;
}
.we-can-help-item-box .desc p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}

.home-about-us-section{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 25px;
}
.home-about-us-section-back{
    max-width: 1440px;
    margin: 0 auto;
    min-height: 536px;
    background: rgba(202, 228, 234, 0.19);
    padding: 15px;
}
.home-about-us-section-back h2{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 54px;
    line-height: 64px;
    color: #000000;
}
.home-about-us-section-back p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    color: #666666;
}

.home-image-gallery-section{
    width: 100%;
}
.home-image-gallery-section-back{
    max-width: 1440px;
    margin: 0 auto;
}
.home-image-gallery-section-back .image-gallery-list-box{
    margin: 0;
    padding: 0;
    font-size: 0;
}
.home-image-gallery-section-back .image-gallery-list-box li{
    display: inline-block;
    vertical-align: top;
    width: 33.30%;
}
.home-image-gallery-section-back .image-gallery-list-box li a{
    display: block;
    padding: 2px;
}
.home-image-gallery-section-back .image-gallery-list-box li img{
    height: 369px;
}

.home-hublebrag-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-hublebrag-section h2{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #000000;
}
.home-hublebrag-section h5{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    color: #666666;
}
.home-hublebrag-section .hublebrag-item-box{
    background: #F5FAFB;
    border: 1px solid #E8F2F5;
    border-radius: 6px;
    padding: 20px;
    min-height: 200px;
}
.home-hublebrag-section .hublebrag-item-box .name{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    align-items: center;
    color: #000000;
}
.home-hublebrag-section .hublebrag-item-box .sub-text{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.4;
}
.home-hublebrag-section .hublebrag-item-box p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #666666;
    padding-top: 15px;
}

.home-blog-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 40px;
}
.home-blog-section h2{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 64px;
    color: #000000;
}
.home-blog-section .read-the-blog-link{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #000000;
    mix-blend-mode: normal;
    opacity: 0.5;
}
.home-blog-section .read-the-blog-link:hover,
.home-blog-section .read-the-blog-link:active,
.home-blog-section .read-the-blog-link:focus{
    color: #000000;
}
.home-blog-section .blog-item-box{
    height: 549px;
    position:  relative;
    margin-bottom: 15px;
}
.home-blog-section .blog-item-box .blog-details-box{
    width: 100%;
    padding: 20px 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #181818;
}
.home-blog-section .blog-item-box .blog-details-box a{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 24px;
    line-height: 26px;
    color: rgba(255,255,255,0.90);
}
.home-blog-section .blog-item-box .blog-details-box a:hover,
.home-blog-section .blog-item-box .blog-details-box a:active,
.home-blog-section .blog-item-box .blog-details-box a:focus{
    color: #FFFFFF;
}
.home-blog-section .blog-item-box .blog-details-box p{
    font-family: "Roboto";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: rgba(255,255,255,0.50);
    padding-top: 5px;
    /*display: none;*/
}
.home-blog-section .blog-item-box .desc{
    position: absolute;
    bottom: -700px;
    background: #181818;
    padding: 20px 15px;
    z-index: 100;
    left: 0;
    right: 0;
    display: none;
}
.home-blog-section .blog-item-box:hover .desc{
    bottom: 0;
    display: block;
}
/*.home-blog-section .blog-item-box:hover p{
    display: block;
}*/

.home-our-client-section-back{
    width: 100%;
}
.home-our-client-section-back .left-box{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    position: relative;
}
.home-our-client-section-back .right-box{
    display: inline-block;
    width: 50%;
    vertical-align: top;
    height: 936px;
    float: right;
}
.home-our-client-section-back .data-box{
    width: 568px;
    position: absolute;
    right: 0;
    padding: 1px 100px 15px 15px;
    background-color: #fff;
}
.home-our-client-section-back .data-box h2{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
}
.home-our-client-section-back .data-box p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}
.home-our-client-section-back .work-process-item-box{
    margin-bottom: 2px;
}
.home-our-client-section-back .work-process-item-box h4{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #000000;

}
.home-our-client-section-back .work-process-item-box p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    mix-blend-mode: normal;
}
.home-our-client-section-back .learn-more-link{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #666666;
}
.home-our-client-section-back .learn-more-link:hover,
.home-our-client-section-back .learn-more-link:active,
.home-our-client-section-back .learn-more-link:focus{
    color: #666666;
}

.site-hero-section{
    width: 100%;
    height: 503px;
    position: relative;
}
.site-hero-section .overlay{
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 101.99%);
    padding: 15px;
}
.site-hero-content-box{
    padding: 15px;
    text-align: left;
    padding-top: 175px;
}
.site-hero-content-box h1{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: bold;
    font-size: 54px;
    line-height: 64px;
    color: #FFFFFF;
    margin-bottom: 0;
}
.site-hero-content-box p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 30px;    
    color: #DADADA;
}

.site-block2-section{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #F5FAFB;
}
.site-block2-section h2{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 52px;
    color: #000000;
}
.site-block2-section p{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}
.site-block2-section .more-about-us{
    font-family: "Source Sans Pro";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #666666;
}
.site-block2-section .more-about-us:hover,
.site-block2-section .more-about-us:active,
.site-block2-section .more-about-us:focus{
    color: #666666;
}

.site-block3-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 100px;
}
.site-block3-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 38px;
    font-weight: 700;
    line-height: 52px;
}
.site-block3-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.site-block3-section .rate-per-hour-box{
    color: #000000;
    font-family: "Source Sans Pro";
    font-weight: 400;
    line-height: 52px;
    font-size: 24px;
    width: 238px;
    height: 59px;
    border-radius: 4px;
    border: 1px solid #385a51;
    background-color: #ffffff;
    text-align: center;
    padding-top: 12px;
}
.site-block3-section .rate-per-hour-box p{
    font-weight: 400;
}
.site-block3-section .rate-per-hour-box span{
    font-size: 16px;
}
.site-block3-section .image-box{
    height: 600px;
    border-radius: 15px;
}
.site-block3-section .carousel-indicators{
    bottom: -100px;
}
.site-block3-section .carousel-indicators li{
    width: 16px;
    height: 16px;
    background-color: rgba(0,0,0,0.50);
    border-radius: 50%;
}
.site-block3-section .carousel-indicators li.active{
    background-color: #000000;
}

.site-block4-section {
    width: 100%;
    background-color: #f5fafb;
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-block4-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 300;
    line-height: 64px;
}
.site-block4-section h5{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.site-block4-section .horizontal-line{
    width: 80%;
    height: 1px;
    background-color: #ddd;
    position: relative;
    bottom: -25px;
}
.site-block4-section .how-we-work-item-box .round-box{
    display: block;
    width: 52px;
    height: 52px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-radius: 50%;
    color: #999999;
    font-family: "Source Sans Pro";
    font-size: 32px;
    font-weight: 300;
    line-height: 32px;
    text-align: center;
    padding-top: 7px;
}
.site-block4-section .how-we-work-item-box p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;  
}   
.site-block4-section .how-we-work-item-box h3{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0.13px;
    line-height: 30px; 
}

.site-block5-section{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #fff;
}
.site-block5-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
}
.site-block5-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}

.site-block6-section{
    width: 100%;
    background-color: #f8f9fb;
}
.site-block6-section-back{
    width: 100%;
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    padding-top: 70px;
    padding-bottom: 70px;
}
.site-block6-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;    
}
.site-block6-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 22px;
    font-weight: 300;
    line-height: 30px;
}
.site-block6-section .send-mail-link{
    opacity: 0.5;
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}
.site-block6-section .social-icon{
    opacity: 0.4;
}

.site-block7-section{
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.site-block7-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 700;
    line-height: 64px;
}
.site-block7-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.site-block8-section{
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
}
.site-block8-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 700;
    line-height: 52px;
}
.site-block8-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.site-block8-section .how-we-work-item-box{
    margin-bottom: 35px;
}
.site-block8-section .how-we-work-item-box h4{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
}
.site-block8-section .how-we-work-item-box p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.site-block9-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
}
.site-block9-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 54px;
    font-weight: 400;
    line-height: 64px;
}
.site-block9-section .view-more-link{
    opacity: 0.5;
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
} 
.site-block9-section .view-more-link:hover,
.site-block9-section .view-more-link:active,
.site-block9-section .view-more-link:focus{
    color: #000000;
}

.site-block10-section{
    width: 100%;
    padding-top: 40px!important;
    padding-bottom: 40px!important; 
    background-color: #f5fafb;
}
.site-block10-section h2{
    color: #000000;
    font-family: "Source Sans Pro";
    font-size: 40px;
    font-weight: 300;
    line-height: 64px;
}
.site-block10-section p{
    color: #666666;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.site-block10-section p a{
    color: #666666;
    text-decoration: underline;
}
.site-block10-section p a:hover,
.site-block10-section p a:active,
.site-block10-section p a:focus{
    color: #666666;
}
.site-block10-section .social-icon{
    opacity: 0.4;
}
.site-block10-section .signup-form-wrapper input{
    height: 48px;
    border: 1px solid #dddddd;
    background-color: #ffffff;
    box-shadow: none;
} 

.page-details-section{
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}


@media(max-width: 767px){
    .home-hero-section{
        height: 300px;
    }   
    .ways-we-can-help-section-back{
        margin-top: 0;
    }
    .home-hero-content-box h1{
        font-size: 28px;
        line-height: 26px;
    }
    .home-hero-content-box p{
        font-size: 18px;
        line-height: 25px;
    }
    .ways-we-can-help-section-back h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .ways-we-can-help-section-back .view-more-link{
        font-size: 15px;
    }
    .we-can-help-item-box .image-box{
        height: 140px;
    }
    .we-can-help-item-box .title{
        font-size: 20px;
        line-height: 22px;
    }
    .ways-we-can-help-section-back{
        padding-bottom: 10px;
    }
    
    .home-image-gallery-section-back .image-gallery-list-box li{
        width: 100%;
    }
    .home-image-gallery-section-back .image-gallery-list-box li img{
        height: 169px;
    }
    .home-about-us-section-back h2{
        font-size: 31px;
        line-height: 41px;
    }
    .home-about-us-section-back{
        min-height: 413px;
    }
    .home-blog-section{
        padding-top: 0;
    }
    .home-blog-section h2 {
        font-size: 30px;
    }
    .home-blog-section .read-the-blog-link{
        font-size: 14px;
    }
    .home-blog-section .blog-item-box{
        height: 455px;
    }
    .home-our-client-section-back .left-box{
        width: 100%;
    }
    .home-our-client-section-back .right-box{
        width: 100%;
        display: none;
    }
    .home-our-client-section-back .data-box{
        width: 100%;
        position: static;
    }
    .home-our-client-section-back .data-box{
        padding: 15px 15px 40px 15px;
    }
    .home-our-client-section-back .data-box h2 {
        font-size: 32px;
        line-height: 41px;
    }
    .site-hero-content-box h1 {
        font-size: 28px;
        line-height: 26px;
    }
    .site-hero-content-box{
        padding: 40px 0px;
    }
    .site-hero-section{
        height: 227px;
    }
    .site-block2-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site-block2-section h2 {
        font-size: 28px;
        line-height: 39px;
    }
    .site-block3-section h2{
        font-size: 28px;
        line-height: 32px;
    }
    .site-block3-section{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .site-block4-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block4-section h2 {
        font-size: 32px;
        line-height: 34px;
    }
    .site-block4-section .horizontal-line{
        display: none;
    }
    .site-block3-section .image-box{
        height: 350px;
    }
    .site-block3-section .carousel-indicators{
        position: static;
        margin-top: 50px;
    }
    .site-hero-content-box p{
        font-size: 19px;
        line-height: 27px;
    }
    .site-block5-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block5-section h2{
        font-size: 38px;
        line-height: 38px;
    }
    .site-block6-section-back{
        background-image: none!important;
    }
    .site-block6-section-back{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block6-section h2 {
        font-size: 34px;
        line-height: 34px;
    }
    .site-block6-section p {
        font-size: 20px;
    }
    .site-block7-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block7-section h2 {
        font-size: 28px;
        line-height: 27px;
    }
    .site-block8-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block8-section h2 {
        font-size: 32px;
        line-height: 38px;
    }
    .site-block8-section .how-we-work-item-box{
        margin-bottom: 0;
    }
    .site-block8-section .how-we-work-item-box h4 {
        font-size: 20px;
    }   
    .site-block9-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block9-section h2{
        font-size: 31px;
    }
    .site-block9-section .view-more-link {
        font-size: 15px;
    }
    .site-block10-section{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .site-block10-section h2{
        font-size: 28px;
        line-height: 33px;
    }
    .site-block10-section .site-btn1 {
        min-width: 93px;
        font-size: 13px;
    }





}
@media(min-width: 768px) and (max-width: 990px){ 
    .home-hero-section {
        height: 700px;   
    }
    .home-our-client-section-back .left-box{
        width: 100%;
    }
    .home-our-client-section-back .right-box{
        width: 100%;
        display: none;
    }
    .home-our-client-section-back .data-box{
        width: 100%;
        position: static;
    }
    .home-our-client-section-back .data-box{
        padding: 25px 25px 40px 35px;
    }
    .home-our-client-section-back .data-box h2 {
        font-size: 32px;
        line-height: 41px;
    }
    .ways-we-can-help-section-back{
        padding-bottom: 0px;
    }
    .site-block6-section-back{
        background-image: none!important;
    }
    
}
@media(min-width: 991px) and (max-width: 1199px){ 
    .home-our-client-section-back .data-box {
        width: 100%;
        padding: 1px 100px 15px 53px;
    }

}
@media(min-width: 1200px){ 
    
}
