*{
    box-sizing: border-box;
}

body{
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    color: #73879c;
}

.wrapper{
    width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

input, textarea{
    font-family: 'Source Sans Pro', sans-serif;
}

.btn{
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    background: #00bc9c;
    border-bottom: 3px solid #00a085;
    border-radius: 3px;
}

.header-top{
    padding: 13px 0;
    background: #f5f7fa;
    border-bottom: 1px solid #e6e9ed;
}

.contact-info a, .contact-info span{
    font-size: 12px;
    color: #506a85;
}

.contact-info img{
    margin-right: 5px;
    vertical-align: middle;
}

.contact-info a{
    text-decoration: none;
    margin-right: 14px;
}

.contact-info a:hover{
    text-decoration: underline;
}

.social-share{
    float: right;
    margin-right: 11px;
}

.social-share ul li{
    display: inline-block;
    margin-left: 17px;
}

.header-main{
    padding: 32px 0 30px;
}

.header-main .wrapper{
    overflow: hidden;
}

.header-main.sticky{
    position: fixed;
    left: 0;
    top: 0;
    padding: 10px 0;
    width: 100%;
    background: #fff;
    z-index: 888;
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

.logo{
    float: left;
}

.mob{
    display: none;
}

.nav-sec{
    float: right;
    margin-right: 12px;
}

.nav-sec ul{
    padding-top: 14px;
    display: inline-block;
    vertical-align: top;
}

.nav-sec ul li{
    margin-left: 32px;
    display: inline-block;
}

.nav-sec ul a{
    font-weight: 700;
    font-size: 15px;
    color: #506a85;
    text-transform: uppercase;
    text-decoration: none;
}

.nav-sec ul a.active{
    color: #00bc9c;
}

.nav-space{
    display: none;
    height: 112px;
}

/******************SLIDER STYLES****************/
.slider{
    position: relative;
}

.slider li{
    background-position: center center;
    background-repeat: no-repeat;
}

.slider h1{
    font-weight: 700;
    text-transform: uppercase;
}

.slider p{

}

#slider1{
    background-image: url('../images/slider1.jpg');
}

#slider1 h1{
    top: 35%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 82px;
    width: 100%;
}

#slider1 p{
    top: 48%;
    left: 50%;
    text-align: center;
    color: #a3b1bf;
    font-size: 20px;
    line-height: 28px;
    width: 900px;
    margin-left: -450px;
}

#slider1 a{
    bottom: 285px;
    left: 50%;
    display: block;
    text-align: center;
    margin-left: -152.5px;
}

#slider2{
    background-image: url('../images/slider2.jpg');
}

#slider2 h1{
    top: 25%;
    right: 50%;
    margin-right: -588px;
    text-align: right;
    color: #fff;
    font-size: 85px;
    line-height: 89px;
    width: 810px;
}

#slider2 p{
    top: 49%;
    right: 50%;
    margin-right: -585px;
    text-align: right;
    color: #fff;
    font-size: 22px;
    line-height: 32px;
    width: 810px;
}

#slider2 a{
    top: 65%;
    right: 50%;
    margin-right: -435px;
    display: block;
    width: 305px;
}

#slider3{
    background-image: url('../images/slider3.jpg');
}

#slider3 h1{
    top: 25%;
    left: 50%;
    text-align: left;
    color: #fff;
    font-size: 85px;
    width: 700px;
    line-height: 100px;
    margin-left: -584px;
}

#slider3 p{
    top: 53%;
    left: 50%;
    text-align: left;
    color: #fff;
    font-size: 22px;
    line-height: 30px;
    width: 700px;
    margin-left: -584px;
}

#slider3 a{
    top: 67%;
    left: 50%;
    display: block;
    text-align: left;
    width: 305px;
    margin-left: -590.5px;
}

#slider4{
    background-image: url('../images/slider4.jpg');
}

#slider4 h1{
    top: 12%;
    right: 50%;
    text-align: right;
    color: #fff;
    font-size: 85px;
    width: 790px;
    margin-right: -580px;
    line-height: 100px;
}

#slider4 p{
    top: 41%;
    right: 50%;
    text-align: right;
    color: #fff;
    font-size: 23px;
    line-height: 30px;
    width: 750px;
    margin-right: -580px;
}

#slider4 a{
    top: 57%;
    right: 50%;
    display: block;
    text-align: right;
    margin-right: -283.5px;
    width: 305px;
}

#slider5{
    background-image: url('../images/slider5.jpg');
}

#slider5 h1{
    position: absolute;
    top: 6%;
    left: 0;
    text-align: center;
    color: #fff;
    font-size: 82px;
    width: 100%;
}

#slider5 p{
    position: absolute;
    top: 29%;
    left: 50%;
    text-align: center;
    color: #a3b1bf;
    font-size: 23px;
    line-height: 28px;
    width: 700px;
    margin-left: -350px;
}

#slider5 a{
    position: absolute;
    top: 45%;
    left: 50%;
    display: block;
    text-align: center;
    margin-left: -152.5px;
}
/********************************************/

.what-we-do{
    padding: 126px 0 54px;    
}

.what-we-do .header{
    padding-bottom: 80px;
}

.what-we-do .header h1{
    text-align: center;
    color: #506a85;
    font-size: 46px;
    font-weight: 700;
    padding-bottom: 28px;
}

.what-we-do .header p{
    padding: 0 198px;
    margin: 0 auto;
    font-size: 22px;
    line-height: 32px;
    text-align: center;
}

.what-we-do ul{
    overflow: hidden;
}

.what-we-do ul li{
    padding: 0 0 0 117px;
    width: 400px;
    float: left;
    vertical-align: top;
}

.what-we-do li h3{
    font-size: 27px;
    font-weight: 700;
    padding-bottom: 23px;
}

.what-we-do .passion{
    background: url('../images/icon-heart-empty-1.png') no-repeat 22px 0;
}

.what-we-do .creativity{
    background: url('../images/icon-lamp.png') no-repeat 22px 0;
}

.what-we-do .quality{
    background: url('../images/icon-star-empty-1.png') no-repeat 22px 0;
}

.what-we-do li p{
    line-height: 24px;
    font-size: 17px;
}

section .get-in-touch {
}

section .get-in-touch .header{
    text-align: center;
}

section .get-in-touch span{
    display: block;
    width: 457px;
    margin: 80px auto 115px;
    border-top: 1px solid #ccd1da;
}

section .get-in-touch h2{
    color: #506a85;
    font-size: 46px;
    padding-bottom: 33px;
}

section .get-in-touch p{
    font-size: 22px;
}

section .get-in-touch .send-msg{
    padding: 87px 0;
    margin-top: 83px;
    background: #eef0f2;
}

.send-msg form{
    position: relative;
    padding: 53px 70px 0;
    width: 1170px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0px 10px 20px rgba(0,0,0,0.5);
}

.contacted-msg{
    display: none;
    position: absolute;
    top: 26px;
    left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #00bc9c;
}

.send-msg form h3{
    color: #506a85;
    font-size: 35px;
    text-align: left;
    padding-bottom: 64px;
}

.send-msg form ul{
    width: 100%;
    overflow: hidden;
}

.send-msg form li{
    width: 50%;
    float: left;
    padding-bottom: 72px;
}

.send-msg form label{
    display: block;
    font-size: 23px;
    padding-bottom: 23px;
}

.send-msg form input, .send-msg form textarea{
    display: block;
    font-size: 28px;
    width: 89%;
    color: #00bc9c;
    padding-bottom: 9px;
    border: 0;
    border-bottom: 1px solid #ccd1da;
}

.send-msg form textarea{
    font-size: 18px;
}

.send-msg form input:focus, .send-msg form textarea:focus{
    outline: none;
}

.send-msg form input[type="submit"]{
    cursor: pointer;
    width: 218px;
    height: 93px;
    margin: 0 auto;
    background: url('../images/icon-send.png') no-repeat 0 0;
    border: 0;
}

.work-with-us{
    text-align: center;
    padding: 204px 360px 190px;
    background: #f3f7fb;
}

.work-with-us h3{
    color: #506a85;
    font-size: 47px;
    font-weight: 700;
    padding-bottom: 28px;
}

.work-with-us p{
    font-size: 22px;
    line-height: 32px;
    padding-bottom: 39px;
}

.btn-get-in-touch{
    font-size: 16px;
    display: inline-block;
    padding: 16px 24px;
}

/*** carrer page **/

.about-working{
    padding: 123px 0 85px;
}

.about-working h1{
    color: #506a85;
    font-size: 45px;
    font-weight: 700;
    padding-bottom: 78px;
    text-align: center;
    text-transform: uppercase;
}

.about-working ul{
    overflow: hidden;
}

.about-working li{
    float: left;
    width: 390px;
    min-height: 228px;
}

.about-working li.conductive-env, .about-working li.good-work-culture{
    padding-left: 6px;
    padding-right: 110px;
}

.about-working li.success, .about-working li.culture-of-learning{
    padding-left: 63px;
    padding-right: 40px;
}

.about-working li.quality-work, .about-working li.friendly-work-place{
    padding-left: 120px;
}

.about-working li h3{
    color: #506a85;
    font-size: 27px;
    line-height: 32px;
    padding-bottom: 20px;
}

.about-working li p{
    line-height: 25px;
    font-size: 16px;
}

.people-at-office{
    height: 483px;
    background: url('../images/people.jpg') no-repeat center center;
}

.open-positions{
    padding: 111px 0 35px;
    min-height: 200px;    
}

.open-positions h2{
    color: #506a85;
    font-size: 45px;
    padding-bottom: 65px;
    text-align: center;
}

.open-positions h4{
    font-size: 24px;
    text-align: center;
    padding-bottom: 20px;
}

.open-positions h4 a{
    color: #506a85;
}

.open-positions p{
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 39px;
    text-align: center;
}
    
.open-positions ul{
    
}

.open-positions li{
    padding-bottom: 28px;
    margin-bottom: 54px;
    border-bottom: 1px solid #c9c9c9;
}

.open-positions li a{
    float: right;
    font-size: 16px;
    margin: 11px 3px 0 0;
    padding: 16px 33px;
}

.open-positions li h4{
    color: #506a85;
    font-weight: 700;
    font-size: 28px;
    padding-bottom: 15px;
}

.open-positions li p{
    font-size: 22px;
}

/*******/

footer{
    padding: 73px 0 0;
    background: #2f4052;
}

.footer-blocks{
    padding-bottom: 47px;
}

.footer-blocks ul{
    overflow: hidden;
    padding-bottom: 30px;
}

.footer-blocks li{
    width: 390px;
    float: left;
    vertical-align: top;
}

.footer-blocks li.get-in-touch{
    padding-right: 0;
    padding-left: 67px;
}

.footer-blocks li h4{
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    padding-bottom: 20px;
}

.footer-blocks li.get-in-touch h4{
    padding-bottom: 0;
}

.footer-blocks li.free-updates{
    padding-left: 121px;
}

.footer-blocks li.free-updates h4{
    padding-bottom: 0;
}

.footer-blocks li p{
    font-size: 15px;
    color: #a3b1bf;
    line-height: 22px;
}

.footer-blocks li.who-we-are p{
    padding-top: 15px;
    padding-right: 100px;
}

.footer-blocks li.get-in-touch p{
    padding-top: 18px;
}

.footer-blocks li.get-in-touch p span{
    display: block;
    padding-top: 15px;
}

.footer-blocks li.get-in-touch p span img{
    margin-right: 5px;
}

.footer-blocks li.get-in-touch p span a{
    font-weight: normal;
}

.footer-blocks li.get-in-touch p span a:hover{
    text-decoration: underline;
}

.footer-blocks li.free-updates p{
    padding-top: 17px;
}

.footer-blocks p a{
    font-weight: 700;
    color: #a3b1bf;
    text-decoration: none;
}

.footer-blocks p a img{
    margin-left: 3px;
    vertical-align: middle;
}

.subscribe-form{
    padding-top: 18px;
    position: relative;
}

.subscribed-msg{
    display: none;
    position: absolute;
    top: 0px;
    left: 0;
    color: #68c1b2;
}

.subscribe-form input[type="email"]{
    display: block;
    width: 100%;
    color: #a3b1bf;
    padding: 11px 100px 11px 11px;
    border: 0;
    background: #4e5c6c;
}

.subscribe-form input[type="submit"]{
    position: absolute;
    right: 5px;
    top: 22px;
    width: auto;
    cursor: pointer;
    font-size: 12px;
    padding: 6px 8px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
}

.copyright-sec{
    padding: 36px 0;
    background: #283645;
}

.copyright-sec ul{
    float: right;
}

.copyright-sec li{
    position: relative;
    margin: 0 0 0 22px;
    display: inline-block;
}

.copyright-sec li:before{
    content: ".";
    position: absolute;
    left: -16px;
    top: -3px;
}

.copyright-sec li:first-child:before{
    content: '';
}

.copyright-sec li a{
    color: #707e8c;
    font-size: 14px;
    text-decoration: none;
}

.copyright-sec p{
    font-size: 15px;
    color: #707e8c;
}

.scroll-top{
    display: none;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 5;
}

.featherlight{
    display: none;
}

#applyjoblightbox{
    font-family: 'Source Sans Pro', sans-serif;
}

#applyjoblightbox h2{
    font-size: 32px;
    padding-bottom: 20px;
}

#applyjoblightbox form{
    min-width: 600px;
}

#applyjoblightbox li{
    margin: 10px 0 30px;
}

#applyjoblightbox form label{
    display: block;
    font-size: 16px;
    padding-bottom: 10px;
}

#applyjoblightbox form input[type='text'], #applyjoblightbox form input[type='email']{
    display: block;
    font-size: 28px;
    width: 100%;
    color: #00bc9c;
    padding-bottom: 9px;
    border: 0;
    border-bottom: 1px solid #ccd1da;
}

#applyjoblightbox form input:focus{
    outline: none;
}

#applyjoblightbox form input[type='submit']{
    width: auto;
    color: #fff;
    font-size: 16px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 10px 30px;
    cursor: pointer;
}

.job-applied-msg{
    display: none;
    font-size: 20px;
    text-align: center;
    color: #00bc9c;
}

/****** Media Query Styles **********/

@media only screen and (max-width: 1024px) {
    
    .wrapper{
        width: auto;
    }
    
    header{
        padding-top: 46px;
    }
    
    .nav-sec ul a{
        font-size: 12px;
    }
    
    .contact-info span{
        padding-top: 10px;
        display: block;
    }
    
    .social-share{
        margin-right: 0;
        margin-top: 10px;
    }
    
    .header-main{
        position: fixed;
        left: 0;
        top: 0;
        padding: 5px 0 !important;
        width: 100%;
        background: #fff;
        z-index: 9999;
        box-shadow: 0 3px 8px rgba(0,0,0,0.1);
    }
    
    .nav-sec{
        position: relative;
        float: none;
        margin-right: 0;
    }
    
    .nav-space{
        height: 0;
    }
    
    .mob{
        display: block;
        position: absolute;
        right: 0;
        top: -30px;
        width: 30px;
        height: 30px;
        text-align: center;
        text-decoration: none;
        background: #f1f1f1;
    }
    
    .mob:after {
        content: "";
        position: absolute;
        right: 9px;
        top: 12px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 6px solid #888;
    }
    
    .mob-wrap{
        text-align: right;
        display: none;
    }
    
    .nav-sec ul{
        display: block;
    }
    
    .nav-sec ul li{
        display: block;
        margin: 0 0 10px;
    }
    
    .nav-sec form{
        margin: 0;
        text-align: center;
        display: block;
        width: 100%;
    }
    
    .nav-sec form input[type="text"]{
        width: 100%;
        margin-bottom: 0;
    }
    
    .logo {
        margin-top: 20px;
        float: none;
        text-align: center;
    }
    
    .header-main .logo{
        margin-top: 0;
    }
    
    .header-main .logo img{
        width: 100px;
        height: 30px;
    }
    
    .slider{
        display: none;
    }
    
    .what-we-do{
        padding: 60px 15px 0;
    }
    
    .what-we-do .header {
        padding-bottom: 40px;
    }
    
    .what-we-do .header h1{
        font-size: 20px;
        padding-bottom: 15px;
    }
    
    .what-we-do .header p{
        padding: 0 15px;
        font-size: 16px;
        line-height: 24px;
    }
    
    .what-we-do ul li{
        padding: 0;
        width: auto;
        float: none;
        background: none !important;
    }
    
    .what-we-do ul li h3{
        font-size: 18px;
        text-align: center;
    }
    
    .what-we-do li p{
        padding-bottom: 20px;
    }
    
    section .get-in-touch h2{
        font-size: 24px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    
    section .get-in-touch p{
        font-size: 14px;
    }
    
    section .get-in-touch span{
        margin: 0 auto;
        width: 100%;
        
    }
    
    section .get-in-touch .send-msg{
        padding: 50px 0;
        margin-top: 60px;
    }
    
    .scroll-top{
        right: 5px;
        bottom: 5px;
    }
    
    .send-msg form{
        width: auto;
        padding: 10px;
    }
    
    .send-msg form h3{
        font-size: 20px;
        text-align: center;
        padding-bottom: 20px;
    }
    
    .send-msg form li{
        width: 100%;
        float: none;
        padding-bottom: 10px;
    }
    
    .send-msg form label{
        font-size: 14px;
        padding-bottom: 10px;
    }
    
    .send-msg form input, .send-msg form textarea{
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
    }
    
    .send-msg form input[type="submit"]{
        transform: scale(0.5);
    }
    
    .about-working {
        padding: 60px 0 20px;
    }
    
    .about-working h1{
        font-size: 20px;
        padding-bottom: 20px;
    }
    
    .about-working li{
        width: auto;
        min-height: 50px;
        padding: 0;
        margin-bottom: 20px;
    }
    
    .about-working li.conductive-env, .about-working li.good-work-culture,
    .about-working li.success, .about-working li.culture-of-learning,
    .about-working li.quality-work, .about-working li.friendly-work-place{
        padding-left: 0;
        padding-right: 0;
    }
    
    .about-working li h3{
        font-size: 14px;
        padding-bottom: 10px;
    }
    
    .about-working li p {
        line-height: 20px;
        font-size: 14px;
    }
    
    .people-at-office {
        height: 140px;
        background-size: 100%;
    }
    
    .open-positions{
        padding: 20px 0;
    }
    
    .open-positions h2{
        font-size: 24px;
        padding-bottom: 25px;
    }
    
    .open-positions li{
        padding-bottom: 10px;
        margin-bottom: 10px;
    }
    
    .open-positions li h4{
        font-size: 14px;
    }
    
    .open-positions li p{
        font-size: 12px;
    }
    
    .open-positions li a{
        font-size: 10px;
        padding: 10px 20px;
    }
    
    .work-with-us{
        padding: 0 0 20px;
    }
    
    .work-with-us h3{
        font-size: 24px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .work-with-us p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 20px;
    }
    
    .btn-get-in-touch {
        font-size: 10px;
        display: inline-block;
        padding: 10px 15px;
    }
    
    .open-positions h4{
        font-size: 16px;
    }
    
    .open-positions p{
        font-size: 14px;
        line-height: 20px;
    }
    
    footer{
        padding-top: 20px;
    }
    
    .footer-blocks{
        padding-bottom: 20px;
    }
    
    .footer-blocks li{
        width: auto;
        float: none;
    }
    
    .footer-blocks li h4{
        font-size: 14px;
    }
    
    .footer-blocks li.get-in-touch{
        padding: 20px 0;
    }
    
    .footer-blocks li.free-updates{
        padding-left: 0px;
    }
    
    .footer-blocks li p, .copyright-sec li a{
        font-size: 12px;
    }
    
    .copyright-sec{
        padding: 20px 0;
    }
    
    .copyright-sec ul{
        float: none;
        text-align: center;
    }
    
    .copyright-sec li {
        margin: 0 0 0 10px;
    }
    
    .copyright-sec p{
        font-size: 12px;
        text-align: center;
        padding-top: 10px;
    }
}




