@font-face {
    font-family: 'SourceSansPro-Regular';
    src: url('../fonts/SourceSansPro-Regular.eot');
    src: url('../fonts/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Regular.woff') format('woff'),
        url('../fonts/SourceSansPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Italic';
    src: url('../fonts/SourceSansPro-Italic.eot');
    src: url('../fonts/SourceSansPro-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Italic.woff') format('woff'),
        url('../fonts/SourceSansPro-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/hinted-SourceSansPro-Bold.eot');
    src: local('Source Sans Pro Bold'), local('SourceSansPro-Bold'),
        url('../fonts/hinted-SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-SourceSansPro-Bold.woff') format('woff'),
        url('../fonts/hinted-SourceSansPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-Semibold';
    src: url('../fonts/hinted-SourceSansPro-Semibold.eot');
    src: local('Source Sans Pro Semibold'), local('SourceSansPro-Semibold'),
        url('../fonts/hinted-SourceSansPro-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-SourceSansPro-Semibold.woff') format('woff'),
        url('../fonts/hinted-SourceSansPro-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
    font-family: 'SourceSansPro-Light';
    src: url('../fonts/SourceSansPro-Light.eot');
    src: url('../fonts/SourceSansPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SourceSansPro-Light.woff') format('woff'),
        url('../fonts/SourceSansPro-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro-ExtraLight';
    src: url('../fonts/hinted-SourceSansPro-ExtraLight.eot');
    src: local('Source Sans Pro ExtraLight'), local('SourceSansPro-ExtraLight'),
        url('../fonts/hinted-SourceSansPro-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-SourceSansPro-ExtraLight.woff') format('woff'),
        url('../fonts/hinted-SourceSansPro-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}


@font-face {
    font-family: 'Stellar-Light';
    src: url('../fonts/Stellar-Light.eot');
    src: url('../fonts/Stellar-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Stellar-Light.woff') format('woff'),
        url('../fonts/Stellar-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stellar-Medium';
    src: url('../fonts/Stellar-Medium.eot');
    src: url('../fonts/Stellar-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Stellar-Medium.woff') format('woff'),
        url('../fonts/Stellar-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Stellar-Regular';
    src: url('../fonts/hinted-Stellar-Regular.eot');
    src: local('Stellar Regular'), local('Stellar-Regular'),
        url('../fonts/hinted-Stellar-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/hinted-Stellar-Regular.woff') format('woff'),
        url('../fonts/hinted-Stellar-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html, body{
    font-family: 'SourceSansPro-Regular';
    font-size: 18px;
    color:#878787;
}

@media screen and (max-width:1400px) {
    html, body {
        font-size: 17px;
    }
}

@media screen and (max-width:1024px) {
    html, body {
        font-size: 15px;
    }
}

h2 {
    font-size: 38px;
    line-height: 1.4;
}

@media screen and (max-width:1400px) {
    h2 {
        font-size: 30px;
    }
}

strong {
    position: relative;
}

.text-center{
    text-align: center;
}

.text-right{
    text-align: right;
}

.title-light {
    font-family: 'Stellar-Light' !important;
}

.title-grey {
    color: #6b6b6b !important;
}

@media screen and (min-width:768px) {
    .text-right-tablet {
        text-align: right;
    }
}

.text-bold{
    font-weight: bold;
}

.no-margin{
    margin:0;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.no-padding-left{
    padding-left: 0;
}

.no-padding-right{
    padding-right: 0;
}

.clear{
    clear: both;
}

.flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.v-center{
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.margin-top-10 {
    margin-top: 10%;
}

p{
    line-height: 23.5px;
}

a{
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    cursor: pointer;
}

a:hover{
    color: #09588a;
    text-decoration: none;
}

.color-white{
    color:white;
}

p.featured-content {
    display: inline-block;
    margin: 0;
    margin-right: 10px;
    vertical-align: middle;
    font-family: 'SourceSansPro-Italic';
    text-transform: uppercase;
}

p.featured-content:after{
    content:'';
    position: absolute;
    width:120px;
    height: 1px;
    background: #fff;
    margin-left:25px;
    top:13px;
}

.icon-play{
    background: url(../images/sprite.png) 0 -55px;
    width: 135px;
    height: 135px;
    border: none;
}

.icon-share{
    background: url(../images/sprite.png) -207px 0;
    width: 15px;
    height: 14px;
    display: inline-block;
}

.icon-fb-black{
    background: url(../images/sprite.png) -182px 0;
    width: 7px;
    height: 13px;
    display: inline-block;
}

.icon-ig-black{
    background: url(../images/sprite.png) -191px 0;
    width: 14px;
    height: 14px;
    display: inline-block;
}

.icon-briefcase{
    background: url(../images/sprite.png) -253px 0;
    width: 25px;
    height: 21px;
    display: inline-block;
}

.icon-eye{
    background: url(../images/sprite.png) -224px 0;
    width: 30px;
    height: 18px;
    display: inline-block;
}

.icon-strip{
    background: url(../images/sprite.png) -29px -1px;
    width: 81px;
    height: 14px;
    display: inline-block;
}

.relative{
    position: relative;
}

.image{
    position: relative;
    width:100%;
    min-height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.image:before{
    content: '';
    display: block;
    padding-top: 56.25%;
}

.white-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    visibility: visible !important;
}

@media screen and (max-width:768px) {
    .white-box {
        display: none;
    }
}

.slideOutLeft {
    -webkit-animation-name: slideLeft;
    animation-name: slideLeft;
}

@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

@keyframes slideLeft {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate3d(-100%,0,0);
        transform: translate3d(-100%,0,0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideRight;
    animation-name: slideRight;
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

@keyframes slideRight {
    0% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    100% {
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }
}

.fadeUp {
    -webkit-animation-name: fadeUp;
    animation-name: fadeUp;
}

@-webkit-keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}

@keyframes fadeUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,25px,0);
        transform: translate3d(0,25px,0);
    }
    100% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
}





.point .point-title{
    font-family: 'Stellar-Medium';
    font-size: 28px;
    position: relative;
    display: block;
    color: #363636;
}



@media screen and (max-width:1024px) {
    .point .point-title {
        font-size: 24px;
    }
}

.point .point-title:after{
    content:'';
    display: block;
    /* background: url(../images/sprite.png) -29px -1px; */
    width: 81px;
    height: 0px;
    margin: 15px 0 25px;
}

@media screen and (max-width:1024px) {
    .point .point-title:after {
        /* background: url(../images/sprite.png) -35px -1px; */
        width: 70px;
    }
}

@media screen and (max-width:768px) {
    .point .point-title:after {
        /* background: url(../images/sprite.png) -40px -1px; */
        width: 60px;
        margin: 10px 0 18px;
    }
}

@media screen and (min-width:769px) {
    .point .point-title.left:after {
        margin: 15px 0 25px auto;
    }
}



.center{
    text-align: center;
}

.owlslider-prev,
.owlslider-next{
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 2;
}

.owlslider-prev{
    left: -35px;
}

.owlslider-next{
    right: -35px;
}

.uppercase{
    text-transform: uppercase;
}

.down-arrow{
    display: inline-block;
    background: url(../images/sprite.png) 0px 0px;
    width: 10px;
    height: 5px;
}

.down-arrow-big{
    display: inline-block;
    background: url(../images/sprite.png) -74px -19px;
    width: 18px;
    height: 10px;
}



.left-arrow-big,
.right-arrow-big{
    display: block;
    width: 21px;
    height: 37px;
    opacity: 0.8;
}

.left-arrow-big{
    background: url(../images/sprite.png) 0 -18px;
}

.right-arrow-big{
    background: url(../images/sprite.png) -21px -18px;
}

.right-arrow:hover,
.left-arrow:hover,
.left-arrow-big:hover,
.right-arrow-big:hover{
    opacity: 1;
}

.double-quote{
    display: inline-block;
    background: url(../images/sprite.png) -133px -57px;
    width: 127px;
    height: 99px;
    opacity: 0.5;
}

.bottle-circle{
    display: inline-block;
    background: url(../images/sprite.png) 0 -186px;
    width: 70px;
    height: 70px;
}

.bottle3-circle{
    display: inline-block;
    background: url(../images/sprite.png) -140px -186px;
    width: 70px;
    height: 70px;
}

.briefcase-circle{
    display: inline-block;
    background: url(../images/sprite.png) -70px -186px;
    width: 70px;
    height: 70px;
}

.printer-circle{
    display: inline-block;
    background: url(../images/sprite.png) 0 -257px;
    width: 70px;
    height: 70px;
}

.label-circle{
    display: inline-block;
    background: url(../images/sprite.png) -70px -257px;
    width: 70px;
    height: 70px;
}

.product-circle{
    display: inline-block;
    background: url(../images/product-design.png);
    width: 70px;
    height: 70px;
}

.mockup-circle{
    display: inline-block;
    background: url(../images/mockup.png);
    width: 70px;
    height: 70px;
}

.mould-circle{
    display: inline-block;
    background: url(../images/mould.png);
    width: 70px;
    height: 70px;
}

.clean-circle{
    display: inline-block;
    background: url(../images/cleanroom.png);
    width: 70px;
    height: 70px;
}

.decoration-circle{
    display: inline-block;
    background: url(../images/decoration.png);
    width: 70px;
    height: 70px;
}


h2.title{
    color:#09588a;
    margin-top:10px;
    font-family: 'Stellar-Light';
}

.btn-strikethrough{
    border:none;
    background: none;
    color:#fff;
    text-transform: uppercase;
    font-size: 17px;
    position: relative;
    padding:6px 17px;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 0;
}

.btn-strikethrough:before,
.nav-number:before{
    content:'';
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70%;
    height:1px;
    background: #fff;
}

.btn-strikethrough:hover{
    color:#09588a;
    background: #fff;
}

.square-blue-12{
    background: url(../images/sprite.png) -114px 0;
    width: 12px;
    height: 12px;
    position: absolute;
}

.square-blue-16{
    background: url(../images/sprite.png) -114px 0;
    width: 16px;
    height: 16px;
    position: absolute;
}

.square-blue-25{
    background: url(../images/sprite.png) -114px 0;
    width: 25px;
    height: 25px;
    position: absolute;
}

.square-blue-30{
    background: url(../images/sprite.png) -114px 0;
    width: 30px;
    height: 30px;
    position: absolute;
}

.square-blue-38{
    background: url(../images/sprite.png) -114px 0;
    width: 38px;
    height: 38px;
    position: absolute;
}

.square-blue-56{
    background: url(../images/sprite.png) -114px 0;
    width: 56px;
    height: 56px;
    position: absolute;
}

.nav-number{
    cursor: pointer;
    padding:15px 5px;
    font-size: 14px;

}

.selected .nav-number{
    color: #036e9a;
}

.selected .nav-number:before{
    background: #036e9a;
}

.flex-middle{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
}

#menu{
    padding:10px 5%;
}

#challenges, #our-approach, #clients, #common, #newsletter{
    padding:0 5%;
}

@media screen and (max-width:768px) {
    #challenges, #our-approach, #clients, #common, #newsletter{
        padding:0 25px;
    }
}

@media screen and (max-width:767px) {
    #challenges, #our-approach, #clients, #common, #newsletter{
        padding:0;
    }
}

#get-in-touch{
    padding:20px 5%;
}

@media screen and (max-width:768px) {
    #get-in-touch{
        padding: 20px 25px;
    }
}

#footer{
    padding:10px 5%;
}

#copyright{
    padding:18px 5%;
    padding: 10px 5%;
}

#banner, #challenges, #our-approach, #get-in-touch, #newsletter{
    position: relative;
}

.contact-us .padding-bttm-low{
    padding-bottom: 2% !important;
}

#challenges .section-container,
#our-approach .section-container,
#quote .section-container,
#clients .section-container,
#common .section-container{
    position: relative;
    padding:8% 0;
    width:100%;
    min-height: 100px;
    background-size: cover;
    background: url('../images/bg-line.png') center center fixed;
    padding-left:15px;
    padding-right:15px;
}

#challenges .section-container:after ,
#our-approach .section-container:after ,
#quote .section-container:after,
#clients .section-container:after,
#common .section-container:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    left: 0;
}

#challenges .section-container:before ,
#our-approach .section-container:before ,
#quote .section-container:before,
#clients .section-container:before,
#common .section-container:before {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #f0f0f0;
    position: absolute;
    top: 0;
    right: 0;
}

@media screen and (max-width:768px) {
    #challenges .section-container:after ,
    #our-approach .section-container:after ,
    #quote .section-container:after,
    #clients .section-container:after,
    #common .section-container:after,
    #challenges .section-container:before ,
    #our-approach .section-container:before ,
    #quote .section-container:before,
    #clients .section-container:before,
    #common .section-container:before {
        content: none;
    }
}

#clients .section-container{
    padding-bottom: 15%;
    padding-top: 2%;
}

#menu{
    background: rgba(255,255,255,0.8);
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    position: fixed;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    border-bottom: 2px solid transparent;
}

@media screen and (max-width:1024px) {
    #menu {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media screen and (max-width:768px) {
    #menu {
        padding-left: 0;
        padding-right: 0;
    }
}

#menu .section-container {
    max-width: none;
}

#menu .navbar{
    margin-bottom: 0;
    min-height: initial;
}

#menu .navbar-default{
    background: none;
    border: none;
}

#menu .logo{
    display: inline-block;
    top: 50%;
    transform: translate(0,-50%);
    position: absolute;
}

#menu .logo img{
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    height: 45px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* @media screen and (max-width:1400px) {
    #menu .logo img {
        height: 35px;
    }
} */

#menu.affix{
    background: #fff;
    border-bottom-color: #09588a;
}

#menu.affix .logo img{
    height: 45px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

/* @media screen and (max-width:1400px) {
    #menu.affix .logo img {
        height: 32px;
    }
} */

#menu.affix ul li a {
    line-height: 50px;
}

@media screen and (max-width:1400px) {
    #menu.affix ul li a {
        line-height: 37px;
    }
}

#menu.affix .navbar-collapse {
/*    margin-top:5px;*/
}

#menu.affix .select-language-container {
    margin-top: 8px;
}

@media screen and (max-width:1400px) {
    #menu.affix .select-language-container {
        margin-top: 5px;
    }
}

#menu .navbar-collapse{
    float: right;
    margin-top:5px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

#menu ul li a{
    display: inline-block;
    text-transform: uppercase;
    padding: 0 30px;
    line-height: 60px;
    color:#025476;
    font-size: 15px;
    background-color: transparent;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media screen and (max-width:1400px) {
    #menu ul li a {
        line-height: 37px;
    }
}

#menu ul li + li:before{
    content:'|';
    color:#025476;
}

#menu ul.dropdown-menu {
    min-width: 100%;
}

#menu ul.dropdown-menu li a{
    padding: 0 15px;
    width: 100%;
    line-height: 40px;
    font-size: 14px;
}

@media screen and (max-width:1400px) {
    #menu ul.dropdown-menu li a{
        font-size: 13px;
        line-height: 36px;
    }
}

#menu ul.dropdown-menu li + li:before{
    content:none;
}

#menu ul li.active a{
    background: none;
}

#menu ul li:after{
    content:'';
    width:0;
    left:0;
    height:2px;
    background: #025476;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

#menu ul li.active:after,
#menu ul li:hover:after,
#menu ul li.dropdown.open:after{
    width:100%;
}

#menu ul.dropdown-menu li.active,
#menu ul.dropdown-menu li:hover {
    background-color: #f5f5f5;
}

#menu ul.dropdown-menu li.active:after,
#menu ul.dropdown-menu li:hover:after{
    content: none;
}

#menu .select-language-container{
    display: inline-block;
    float: right;
    margin-top:11px;
    margin-top: 5px;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
}

@media screen and (max-width:1400px) {
    #menu .select-language-container{
        margin-top: 5px;
    }
}

#menu .select-language-container select{
    background: none;
    border: none;
    box-shadow: none;
    font-size: 15px;
}

#menu .select-language-container select option{
    background:rgba(255,255,255,0.8);
}

@media screen and (max-width: 767px){
    #menu .navbar-collapse{
        float: none;
        border-top: none;
        box-shadow: none;
        margin-top:10px;
    }

    #menu .navbar-toggle{
        margin-top:0;
        margin-right: 0;
    }

    #menu .logo-wrapper{
        display: inline-block;
        vertical-align: middle;
    }

    #menu ul li{
        text-align: center;
    }

    #menu ul li + li:before{
        display: none;
    }

    #menu .select-language-container{
        display: none;
    }
}

#banner .slider{
    position: relative;
    width: 100%;
    min-height: 100px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 1;
    background-blend-mode: multiply;
    background-color: #888;
}

#banner .slider:before {
    content: '';
    display: block;
    padding-top: 50%;
}

#banner .slider .content-inside,
#banner .banner .content-inside,
#banner .custom-banner .content-inside{
    position: absolute;
    left:7%;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 600px;
}





@media screen and (max-width:767px) {
    #banner .slider .content-inside,
    #banner .banner .content-inside,
    #banner .custom-banner .content-inside{
        width: 100%;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
}

#banner .banner{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

#banner .banner img{
    visibility: hidden;
    opacity: 0;
    width: 100%;
}

#banner .banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pattern.png);
    background-repeat: repeat;
    background-color: rgba(37,37,37,0.5);
}

#banner .banner .banner-overlay h1 {
    font-size: 48px;
    font-family: 'Stellar-Light';
    color: #fff;
    line-height: 1.3;
}

#banner .slider .content-inside h1{
    font-size: 48px;
    font-family: 'Stellar-Light';
    color:#fff;
    line-height: 1.3;
}

@media screen and (max-width:1400px) {
    #banner .slider .content-inside h1{
        font-size: 42px;
    }
}

#banner .slider .content-inside .icon-play{
    margin-top:40px;
}

#banner .scroll-to-view{
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 50px;
    font-size: 13px;
    color: #fff;
    z-index: 2;
}

.header-carousel.owl-theme .owl-controls .owl-dot {
    display: inline-block;
}
.header-carousel.owl-theme .owl-controls .owl-dot span {
    background: none repeat scroll 0 0 #fff;
    display: block;
    height: 10px;
    margin: 5px 7px;
    width: 10px;
}

.header-carousel.owl-theme .owl-controls .owl-dot.active span {
    outline: 1px solid #fff;
    outline-offset: 4px;
}

.header-carousel .owl-controls .owl-dots {
    position: absolute;
    bottom: 40px;
    left: 50px;
    line-height: 1;
}

@media screen and (max-width:768px) {
    .header-carousel .owl-controls .owl-dots {
        left: 30px;
    }
}

@media screen and (max-width:767px) {
    .header-carousel .owl-controls .owl-dots {
        left: 15px;
        bottom: 25px;
    }
}

@-webkit-keyframes fadeInOut {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -40%, 0);
            transform: translate3d(-50%, -40%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0);
  }
}

@keyframes fadeInOut {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, -40%, 0);
            transform: translate3d(-50%, -40%, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 50%, 0);
            transform: translate3d(-50%, 50%, 0);
  }
}

.header-arrow-down {
    position: absolute;
    bottom: 35px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: 40px;
    z-index: 1;
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-name: fadeInOut;
    animation-name: fadeInOut;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@media screen and (max-width:1400px) {
    .header-arrow-down {
        width: 30px;
    }
}


#banner .submenu{
    position: absolute;
    right: 50px;
    bottom: 40px;
    z-index: 2;
    border-bottom: 1px solid #ffffff;
    padding-bottom: 8px;
}

@media screen and (max-width:768px) {
    #banner .submenu {
        display: none;
    }
}

#banner .submenu a{
    text-decoration: none;
    text-transform: uppercase;
    width: 130px;
    text-align: center;
    color:#b0b0b0;
    display: inline-block;
}

#banner .submenu a.selected{
    color:#fff;
}

#banner .submenu .line{
    position: absolute;
    bottom: -2px;
    height: 3px;
    width: 135px;
    background: #fff;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    left:0;
    opacity: 0;
}

#banner .submenu .selected.position1 ~ .line{
    left:0;
    opacity: 1;
}

#banner .submenu .position1:hover ~ .line{
    left:0 !important;
    opacity: 1;
}

#banner .submenu .selected.position2 ~ .line{
    left:130px;
    opacity: 1;
}

#banner .submenu .position2:hover ~ .line{
    left:130px !important;
    opacity: 1;
}

#banner .submenu .selected.position3 ~ .line{
    left:256px;
    opacity: 1;
}

#banner .submenu .position3:hover ~ .line{
    left:256px !important;
    opacity: 1;
}

@media screen and (max-width: 767px){
    #banner .slider .content-inside h1{
        font-size: 30px;
    }
}

.section-container{
    position: relative;
    width: 100%;
    max-width: 1480px;
    margin-left: auto;
    margin-right: auto;
    padding-left:15px;
    padding-right:15px;
}

.section-container.small-container {
    max-width: 1360px;
}

.section-position{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-name{
    font-family: 'Stellar-Medium';
    text-transform:uppercase;
    font-size: 16px;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*.v-align-middle{
    display: inline-block;
    float: none;
    vertical-align: middle;
    max-width: calc(100% - 5px);
}*/

#challenges .section-position,
#get-in-touch .section-position{
    left:0;
}

#challenges .section-name,
#get-in-touch .section-name{
    margin-left:-15px;
}

@media screen and (max-width:768px) {
    #challenges .section-name,
    #get-in-touch .section-name{
        display: none;
    }
}

#our-approach .section-position{
    right:0;
}

#our-approach .section-name{
    margin-right:-20px;
}

@media screen and (max-width:767px) {
    #our-approach .section-name {
        display: none;
    }
}

#our-approach .title{
    margin-bottom: 30px;
    font-family: 'Stellar-Regular';
}

#get-in-touch .section-name{
    color:#fff;
}

#challenges .title-container{
    background: #fff;
    position: absolute;
    z-index: 2;
    margin-top: -30px;
    padding: 0 30px 5px 0;
    left:-50px;
}

@media screen and (max-width:768px) {
    #challenges .title-container {
        left: 0;
    }
}

#challenges .push-right{
    padding-left: 70px;
}

#challenges .point{
    padding: 0 7%;
}

@media screen and (max-width:1024px) {
    #challenges .point{
        padding: 0 10px;
    }
}

#challenges .we-created .point{
    padding: 0 7%;
}

#challenges .image {
    min-height: 290px;
}

@media screen and (max-width:768px) {
    #challenges .image {
        min-height: 240px;
        margin-bottom: 6%;
        margin-top: 6%;
    }
}


p.home-section-list {
    padding-left: 20px;
}

.home-section-list ul{
    padding: 0 20px;
}

.we-created-slider-container{
    position: relative;
}

.we-created-slider-container:after{
    border-bottom: 1px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    bottom: 1px;
    width: 100%;
    height: 1px;
}

.we-created-slider-container .owlslider-next{
    right: 20px;
}

.we-created-slider{
    margin-top:50px;
}

.we-created-slider .selected div{
    display: inline-block;
    color:#09588a;
    font-weight: bold;
    border-bottom: 3px solid #09588a;
}

.we-created-slider .item div{
    cursor: pointer;
    padding: 0 5px 10px;
}

#challenges .owlslider-next{
    top:36%;
}

#quote{
    padding:0 5%;
    background: url('../images/bg-quote.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
    #quote {
        padding: 0;
    }
}

#quote .section-container{
    padding: 5% 0;
}

#quote .quote{
    width: 100%;
    max-width: 1380px;
    margin-left: auto;
    margin-right: auto;
}

#quote .quote h1{
    font-family: 'SourceSansPro-Italic';
    font-size: 28px;
    margin-bottom: 40px;
    line-height: 1.3;
}

@media screen and (max-width:1400px) {
    #quote .quote h1 {
        font-size: 25px;
        width: 80%;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width:767px) {
    #quote .quote h1 {
        font-size: 20px;
        width: 100%;
    }
}

#quote .quote .author{
    font-weight: bold;
    font-size: 16px;
}

#quote .first-position{
    position: absolute;
    top: -55px;
    left: -25px;
}

#quote .second-position{
    position: absolute;
    top: 10px;
    right: 0;
}

#our-approach .left-image{
    min-height: 460px;
}

#our-approach .our-approach-content{
    padding:10px 0;
}

#our-approach .our-approach-content p{
    padding-top:15px;
}

#our-approach .right-container p{
    margin-top:50px;
}

#clients .image{
    background-size: contain;
}

#get-in-touch{
    background: #09588a;
    color: #fff;
    padding-bottom: 50px;
    overflow: visible;
}

@media screen and (max-width:767px) {
    #get-in-touch {
        padding-left: 0;
        padding-right: 0;
    }
}

#get-in-touch h1{
    font-family: 'Stellar-Light';
    color:#fff;
    line-height: 1.5;
    margin-bottom: 30px;
}

#get-in-touch h1 span{
    font-family: 'Stellar-Medium';
}

#get-in-touch .input-group{
    padding-left:15px;
    padding-right:15px;
}

#get-in-touch span{
    color:#fff;
}

#get-in-touch .form-control,
#newsletter .form-control,
section.contact-us .form-control{
    box-shadow: none;
    background: none;
    color:#fff;
    border-top:0;
    border-right: 0;
    border-left: 0;
    padding:2px;
}

section.contact-us .form-control{
    color:#878787;
}

#get-in-touch .form-control::-webkit-input-placeholder,
#newsletter .form-control::-webkit-input-placeholder{
    color:#0483b8;
    font-style: italic;
}

#get-in-touch .form-control::-moz-placeholder,
#newsletter .form-control::-moz-placeholder{
    color:#0483b8;
    font-style: italic;
}

#get-in-touch .form-control:-ms-input-placeholder,
#newsletter .form-control:-ms-input-placeholder{
    color:#0483b8;
    font-style: italic;
}

#get-in-touch .form-control::placeholder,
#newsletter .form-control::placeholder{
    color:#0483b8;
    font-style: italic;
}

section.contact-us .form-control::-webkit-input-placeholder{
    font-style: italic;
}

section.contact-us .form-control::-moz-placeholder{
    font-style: italic;
}

section.contact-us .form-control:-ms-input-placeholder{
    font-style: italic;
}

section.contact-us .form-control::placeholder{
    font-style: italic;
}

#get-in-touch .form-control:focus,
#newsletter .form-control:focus,
section.contact-us .form-control:focus{
    box-shadow: none;
}

#get-in-touch .btn:hover{
    color:#fff;
}

#get-in-touch .btn{
    background: none;
    float: right;
    font-size: 18px;
    outline: none;
    box-shadow: none;
}

#get-in-touch .right-container{
    padding-left: 50px;
}

@media screen and (max-width:768px) {
    #get-in-touch .right-container{
        padding-left: 25px;
    }
}

#get-in-touch .right-container #map{
    width: 100%;
    height:350px;
    margin-top: -73px;
    margin-bottom: 30px;
}

@media screen and (max-width:1024px) {
    #get-in-touch .right-container #map{
        height:280px;
        margin-top: -65px;
    }
}

@media screen and (max-width:768px) {
    #get-in-touch .right-container #map{
        height:200px;
        margin-top: 0;
    }
}

#get-in-touch .right-container .address{
    font-size: 16px;
}

#get-in-touch .right-container .address b {
    display: block;
}

#footer, #copyright{
    color: #878787;
}

#copyright{
    font-size: 14px;
}

#footer ul{
    padding:0;
    list-style: none;
}

#footer ul li{
    float:left;
    padding:15px;
}

#footer ul li:first-of-type{
    padding-left:0;
}

#footer ul li + li:before{
    content:'|';
    padding-right: 20px;
}

#footer ul li a{
    color: #878787;
}

#footer a:hover{
    color: #09588a;
}

#footer ul.social-media{
    float:right;
}

#footer ul.social-media li{
    padding:3px 5px;
}

#footer ul.social-media li + li:before{
    padding-right: 10px;
}

#footer ul.social-media a{
    color:#515151;
}

hr.copyright{
    margin: 0 5%;
}

#copyright p{
    margin:0;
}

.first-square-blue{
    right: -16px;
    top: -16px;
}

.second-square-blue{
    right: -25px;
    top: -25px;
}

.third-square-blue{
    left: -30px;
}

.fourth-square-blue{
    margin: auto;
    left: 50%;
    bottom: -60px;
}

@media screen and (max-width:767px) {
    .first-square-blue,
    .second-square-blue,
    .third-square-blue,
    .fourth-square-blue {
        display: none;
    }
}

@media screen and (max-width: 767px){
    hr.copyright{
        margin: 10px 0;
    }

    #footer {
        padding: 15px 0 5px 0;
    }

    #copyright {
        padding: 5px 0 15px 0;
    }
}

.section-title h1{
    font-family: 'Stellar-Light';
    color:#0f588b;
}

.section-title {
    margin-bottom: 10%;
}

.faq-outer-container,
.tnc-outer-container{
    margin-top:40px;
}

.faq-container,
.tnc-container{
    margin-top:30px;
}

.faq-container .title, .faq-container .content{
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px);
    padding-right: 20px;
}

.faq-container .title,
.tnc-container .title{
    font-size: 16px;
    color:#444444;
    cursor: pointer;
}

.faq-container .title:after{
    content:'';
    background:url('../images/plus.png');
    width: 18px;
    height:18px;
    position: absolute;
    right: 0;
    top:50%;
    -webkit-transform: translateY(-70%);
    -ms-transform: translateY(-70%);
    transform: translateY(-70%);
    -webkit-transition: 0.35s all;
    transition: 0.35s all;
}

.faq-container.opened .title:after{
    background:url('../images/minus.png');
    height:18px;
}

.faq-container .content,
.tnc-container .content{
    margin-top: 20px;
    color:#878787;
    display: none;
}

.tnc-container .content{
    display: block;
}

.news-content span{
    display: block;
}

.news-content .author{
    color:#2c6793;
    font-style: italic;
}

.news-content .title{
    color:#5d5d5d;
    font-family: 'Stellar-Medium';
    font-size: 25px;
    padding: 0 0 30px;
}

.news-container .read-more{
    color:#09588a;
    margin-top:10px;
}

@media screen and (max-width:767px) {
    .news-container .read-more{
        display: block;
        margin-top:15px;
    }

}

.news-menu{
    text-align: right;
    padding:0 0 5%;
}

@media screen and (max-width:767px) {
    .news-container {
        padding-top: 15px;
        margin-bottom: 25px;
    }
}

.custom-menu{
    list-style: none;
    padding:0;
    display: inline-block;
    position: relative;
}

.custom-menu:after{
    border-bottom: 1px solid #ccc;
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    margin-top: -2px;
    z-index: -1;
}

.custom-menu li{
    display: inline-block;
    padding:0 20px 5px;
    margin:0 10px;
}

.custom-menu li a{
    color:#888888;
}

.custom-menu li.selected{
    border-bottom: 3px solid #09588a;
}

.custom-menu li.selected a{
    color: #09588a;
    font-weight: bold;
}

.load-more-container{
    cursor: pointer;
    margin-top:10%;
    text-align: center;
}

.load-more{
    cursor: pointer;
    padding:0 10px 10px;
    display: inline-block;
    position: relative;
}

.load-more i{
    position: absolute;
    bottom: -20px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

#newsletter{
    padding: 5%;
    background: url(../images/bg-subscribe-newsletter.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width:767px) {
    #newsletter {
        padding: 5% 0;
    }
}

#newsletter h2{
    font-family: 'Stellar-Light';
    text-align: center;
    margin-bottom:40px;
}

#newsletter h2,
#newsletter span{
    color:#fff;
}

#newsletter form{
    float:none;
    margin:auto;
}

#newsletter form .text-email{
    width:-webkit-calc(100% - 150px);
    width:calc(100% - 150px);
    margin-right: 30px;
    display: inline-block;
    border-radius: 0;
}

@media screen and (max-width:767px) {
    #newsletter form .text-email{
        width:100%;
    }
}


#newsletter a{
    color: #fff;
    text-transform: uppercase;
    background: none;
    border:none;
    padding:8px 20px;
}

@media screen and (max-width:767px) {
    #newsletter button {
        display: block;
        left: 50%;
        transform: translateX(-50%);
    }
}

.slideRight{
    position: relative;
}

.slideRight:hover:after{
    width: 100%;
}

.slideRight::after {
    height: 2px;
    bottom: -2px;
    background-color: #fff;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
}

.slideRight.blue::after{
    background-color: #09588a;
}

section.milestone h2,
section.tech h2,
section.services h2,
section.vision h2,
section.management h2{
    color:#09588a;
    font-family: 'Stellar-Regular';
    margin-top: 0;
}

section.milestone .bg-gray{
    background: url(../images/milestone-bg-gray1.jpg);
    width:439px;
    height:291px;
    display: block;
    position: absolute;
}

section.milestone .position1 > div,
section.milestone .position2 > div,
section.milestone .position3 > div{
    position: relative;
    height:320px;
    margin-bottom: 35px;
}

section.milestone .position1 > div{
    margin-top:95px;
}

section.milestone .position1 .bg-gray,
section.milestone .position3 .bg-gray{
    right: 0;
}

section.milestone .position2 .bg-gray{
    left: 0;
}

section.milestone .img-milestone {
    display: block;
    width: 82%;
    position: absolute;
    z-index: 2;
    top:25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.milestone .img-milestone.left {
    right: -25px;
}

section.milestone .img-milestone.right {
    left: -25px;
}

section.milestone .img-milestone:before {
    content: '';
    display: block;
    padding-top: 68%;
}

section.milestone .img-milestone1{
    background: url(../images/temp/milestone1.jpg);
    width:420px;
    height:295px;
    display: block;
    position: absolute;
    z-index: 2;
    right: -25px;
    top:25px;
}

section.milestone .img-milestone2{
    background: url(../images/temp/milestone2.jpg);
    width:443px;
    height:276px;
    display: block;
    position: absolute;
    z-index: 2;
    left: -25px;
    top:25px;
}

section.milestone .img-milestone3{
    background: url(../images/temp/milestone3.jpg);
    width:442px;
    height:295px;
    display: block;
    position: absolute;
    z-index: 2;
    right: -25px;
    top:25px;
}

section.milestone .milestone-content{
    background: #fff;
    position: absolute;
    padding:30px;
    z-index: 3;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
}

section.milestone .milestone-content .year{
    font-family: 'Stellar-Light';
    color:#000;
    font-size:45px;
    position: absolute;
    top:-70px;
}

section.milestone .position1 .milestone-content{
    bottom:0;
}

section.milestone .position1 .milestone-content .year,
section.milestone .position3 .milestone-content .year{
    right:30px;
}

section.milestone .position2 .milestone-content,
section.milestone .position3 .milestone-content{
    bottom:50px;
}

.wrap-milestone.margin-top{
    margin-top: 5%;
}

.wrap-milestone.margin-top.content-milestone h3{
    transform: translate3d(-5%, -10%, 0);
}

.margin-top-milestone{
    margin: 0 0 5% 0;
}

.wrap-milestone{
    position: relative;
    padding: 1% 5%;
}

.bg-gray-milestone{
    position: absolute;
    left: 2%;
    bottom: 10%;
    right: 0;
    width: 95%;
    height: 50%;
    z-index: -1;
    background-color: #ededed;
    transition: .5s ease;
}
.bg-white-milestone{
    position: absolute;
    left: 4.5%;
    bottom: 10%;
    right: 0;
    width: 90%;
    height: 45%;
    z-index: -1;
    background-color: #fff;
    transition: .5s ease;
}

.content-milestone{
    z-index: 2;
}

.content-milestone h3{
    font-size: 50px;
    font-family: 'Stellar-Regular';
    margin: 0;
    transform: translate3d(-5%,-25%,0);
}

.content-milestone p{
    bottom: 10%;
    position: relative;
    font-size: 17px;
    margin: 0% 0 10px 0;
    padding: 0% 5% 1% 0%;
}

.line-milestone-1{
    display: inline-block;
    width: 1.5px;
    height: 40%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    background-color: #09588a ;
}

.line-milestone-2{
    display: inline-block;
    width: 1.5px;
    height: 10%;
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    background-color: #09588a ;
}


.milstone-right{
    text-align: right;
}

.milstone-right h3{
    transform: translate3d(5%,-25%,0);
}



@media screen and (max-width:767px) {
    section.milestone .position2 .milestone-content,
    section.milestone .position3 .milestone-content{
        bottom:0;
    }
}

.news .image {
    min-height: 240px;
    margin-bottom: 6%;
    margin-top: 6%;
}

@media screen and (max-width:767px) {
    .news .image {
        margin-bottom: 0;
        margin-top: 0;
    }
}

.news-image{
    margin-top:-20%;
    position: relative;
    margin-bottom: 3%;
}

.news-image:before{
    padding-top:40%;
}

.btn-custom{
    background: none;
    border:none;
}

.btn-custom.back{
    padding:2px 10px;
}

.btn-custom.back:hover{
    color:#09588a;
}

.btn-custom.back::after{
    bottom: -5px;
}

.btn-custom.back i{
    margin-right:10px;
    margin-top:2px;
    vertical-align: middle;
}

.share-container .share{
    font-style: italic;
}

.share-container i{
    margin:0 10px;
    vertical-align: middle;
}

.tech1-container{
    height: 447px;
}

@media screen and (max-width:767px) {
    .tech1-container {
        height: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}

.tech-border{
    background: url(../images/tech-border.png);
    width:263px;
    height:447px;
    display: block;
    position: absolute;
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.img-tech1{
    width: 80%;
    padding: 20% 0;
    display: block;
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.tech .we-created-slider-container{
    width: 400px;
    z-index: 2;
    position: absolute;
    left: 50%;
    bottom: 30px;
    margin-left: 130px;
}

section.tech .we-created-slider{
    margin-top:13px;
    padding-left: 20px;
}

section.vision .vision1-container{
    height: 390px;
}

section.vision .vision1 {
    position: absolute;
    margin-top:100px;
    width:-webkit-calc(100% + 50px);
    width:calc(100% + 50px);
    z-index: 2;
}

section.vision .vision1:before,
section.vision .vision2:before{
    padding-top: 60%;
}

section.vision .vision-container{
    margin-top:0px;
}

section.vision .mission-container{
    margin-top:50px;
}

section.vision .vision-container .point,
section.vision .mission-container .point{
    position: relative;
}

section.vision .vision-container ul{
    padding-left:20px;
}

section.vision .box-right{
    position: absolute;
}

section.vision .blue-box{
    width: 90px;
    height: 90px;
    background: #09588a;
    position: absolute;
}

@media screen and (max-width:1400px) {
    section.vision .blue-box{
        width: 70px;
        height: 70px;
        background: #09588a;
        position: absolute;
    }
}

section.vision .vision-container .blue-box{
    left:0;
}

section.vision .mission-container .blue-box{
    right: 0;
}

section.vision .blue-box i{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

section.vision .blue-box:hover i::before,
section.vision .blue-box:hover i::after{
    width: 20px;
}

section.vision .blue-box i:before,
section.vision .blue-box i:after{
    content:'';
    position: absolute;
    width:0;
    height:2px;
    display: block;
    background: #5b90b1;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

section.vision .blue-box i:before{
    top:-10px;
    left:-10px;
}

section.vision .blue-box i:after{
    bottom:-10px;
    right:-10px;
}

#custom-quote{
    position: relative;
    height:400px;
    overflow: hidden;
}

#custom-quote .quote{
    position: absolute;
    background: #363636;
    padding:30px 50px;
    color:#fff;
    font-size: 20px;
    font-family: 'Stellar-Light';
    font-style: italic;
    z-index: 2;
}

#custom-quote .quote-bg{
    background: url(../images/bg-quote.jpg) no-repeat;
    width: 100%;
    height:348px;
    position: absolute;
    right:0;
    margin-top:25px;
    background-size: cover;
}

#custom-quote .quote-bg .quote-container{
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

@media screen and (max-width:767px) {
    #custom-quote .quote-bg .quote-container {
        width: 100%;
    }
}

#custom-quote .quote-bg .quote-container h2{
    color:#fff;
    font-family: 'Stellar-Light';
    font-style: italic;
}

section.services .supporting-service-container,
section.services .our-approach-container{
    width: 70%;
    margin:auto;
}

section.services .our-approach-container{
    width:80%;
}

@media screen and (max-width:1024px) {
    section.services .supporting-service-container,
    section.services .our-approach-container{
        width:100%;
    }
}

section.services .supporting-service-container .supporting-service-content,
section.services .our-approach-container .our-approach-content{
    margin-top:30px;
}

section.services .supporting-service-container .supporting-service-content p,
section.services .our-approach-container .our-approach-content p{
    margin-top:15px;
}

section.services .supporting-service-container .supporting-service-content strong,
section.services .our-approach-content strong{
    position: absolute;
    margin-left:20px;
    top:30%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

section.services .services1-2-container{
    height:750px;
}

@media screen and (max-width:767px) {
    section.services .services1-2-container {
        height: auto;
        margin-bottom: 5%;
    }
}

section.services .services1{
    width: 279px;
    height:361px;
    position: absolute;
    top:70px;
    right: 0;
}

section.services .services2{
    width:386px;
    height:217px;
    position: absolute;
    bottom: 0;
    left:0;

}

section.services .services3{
    width: -webkit-calc(100% - 70px);
    width: calc(100% - 70px);
    height:301px;
}

section.services .services4{
    width: 70%;
    height:331px;
    position: absolute;
    right: 0;
    top:60%;
}

section.contact-us .input-group[class*=col-]{
    padding-left: 15px;
    padding-right: 15px;
}

section.contact-us .form-group{
    margin-bottom: 50px;
}

section.contact-us .slideRight{
    background: none;
    color:#09588a;
    text-transform: uppercase;
    font-size: 15px;
    margin-top:20px;
}

section.products .blue-box{
    width: 100%;
    /* height: 276px; */
    position: absolute;
    /* background: #09588a; */
    left: 0;
    /* top: 50%; */
    /* transform: translateY(-50%); */
}

section.products .product-container{
    height:250px;
    width: -webkit-calc(100% - 100px);
    width: calc(100% - 100px);
    margin: auto;
}

section.products .product-wrap{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 25% 0;
}

section.products img.product-img {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: auto;
}

section.products .product1{
    background: url(../images/temp/product1.png);
    width: 171px;
    height:389px;
    top:-50px;
}

section.products .product2{
    background: url(../images/temp/product2.png);
    width: 264px;
    height:345px;
    top:-35px;
}

section.products .product3{
    background: url(../images/temp/product3.png);
    width: 136px;
    height:349px;
    top:-30px;
}

section.products .product-type.left{
    right: 0;
    left: unset;
    text-align: right;
    padding-right:50px;
    padding-left: 0;
}

section.products .product-type{
    position: absolute;
    left:0;
    margin-top:30px;
    padding-left:50px;
    border-bottom: 1px solid #cccccc;
    width: 80%;
    z-index: 2;
}

section.products .product-type ul{
    list-style: none;
    display: inline-block;
    padding:0;
    margin-bottom: 5px;
}

section.products .product-type ul li{
    float:left;
    padding:2px 15px;
    position: relative;
    cursor: pointer;
}

section.products .product-type ul li.active{
    color: #09588a;
    font-weight: bold;
}

section.products .product-type ul li.active::after{
    content:'';
    height:3px;
    width:100%;
    background:#09588a;
    display: block;
    position: absolute;
    left:0;
    bottom: -12px;
}

section#challenges.client .section-container{
    padding-top:12%;
}

.client-logo{
    width: 235px;
    height:270px;
    position: absolute;
    right: 0;
    top:-130px;
    background: #f4f4f4;
    z-index: 2;
}

.client-logo .content{
    position: absolute;
    top:50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.client-logo .image{
    width:125px;
    height:125px;
    margin: auto;
}

.client-logo .client-name{
    margin-top:20px;
    font-family: 'Stellar-Medium';
    font-size: 16px;
}

.award-container{
    text-align: center;
}

.award-container .image {
/*
    width:68px;
    height:94px;
*/
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    width: 90px;
}

@media screen and (max-width:1400px) {
    .award-container .image {
        width: 70px;
    }
}

.award-container .image:before {
    padding-top: 136%;
}

.award-container .year{
    color:#09588a;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin:10px 0;
    font-family: 'Stellar-Medium';
}

.award-container p{
    font-style: italic;
}

.award-container i{
    margin:10px 0;
}

.bg-text {
    font-family: 'SourceSansPro-ExtraLight';
    font-size: 120px;
    color:#f7f7f7;
    position: absolute;
    z-index: -1;
    letter-spacing: 18px;
    text-transform: uppercase;
}



.bg-text.small-text {
    font-size: 100px;
}

.bg-text.upper-text {
    top: -25%;
}

@media screen and (max-width:1400px) {
    .bg-text {
        font-size: 100px;
    }

    .bg-text.small-text {
        font-size: 80px;
    }
}

section.client .pos1,
section.client .pos2,
section.client .pos3{
    left: 100px;
    top: -160px;
    top: -75px;
}

section.contact-us .bg-text,
section.faq .bg-text,
section.management .bg-text,
section.milestone .bg-text,
section.tnc .bg-text,
section.vision .bg-text,
section.career .bg-text,
section.services .bg-text,
section.tech .bg-text
{
    left:50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

form span.placeholder{
    position: absolute;
    color:#aeaeae;
    font-style: italic;
    top:5px;
    left: 15px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

form .focus span.placeholder{
    color:#0483b8;
    font-style: normal;
    top:-18px;
}

#get-in-touch .form-group{
    margin-bottom: 20px;
}

#get-in-touch form span.placeholder,
#newsletter form span.placeholder{
    color:#dadada;
}

#get-in-touch form .focus span.placeholder,
#newsletter form .focus span.placeholder{
    color:#fff;
    top:-15px;
}

#management{
    height:410px;
}

.management-slider{
    background: #09588a;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    z-index: 2;
    padding:25px 0;
    background-size: cover;
    background-position:  center center;
}

.management-slider .slider{
    display: inline-block;
    padding-top: 25px;
    padding-bottom: 25px;
    position: relative;
}

.management-slider ul{
    list-style: none;
    display: inline-block;
    max-height: 342px;
    overflow: hidden;
}

.management-slider ul li{
    padding: 16px 10px;
    position: relative;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    cursor: pointer;
}

@media screen and (max-width:1400px) {
    .management-slider ul li {
        padding: 20px 10px;
    }
}

.management-slider li .image {
    width:54px;
    height:54px;
    min-height: 48px;
    opacity: 0.6;
}

@media screen and (max-width:1400px) {
    .management-slider li .image {
        width: 48px;
        height: 48px;
    }
}

.management-slider .active .image{
    opacity: 1;
    border:2px solid #017ac5;
    border-radius: 50%;
}

.management-slider .active .image:after{
    width:25px;
    height:2px;
    background: #017ac5;
    content:'';
    display: block;
    position: absolute;
    right: -15px;
}

.management-slider .slider .arrow{
    position: absolute;
    left: 58px;
    padding:5px;
    cursor: pointer;
}

.management-content{
    display: inline-block;
    width: -webkit-calc(50%);
    width: calc(50%);
    padding-left: 30px;
    padding-left: 4%;
    padding-top: 45px;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translate3d(0,-60%,0);
}

.management-content .title{
    font-style: italic;
    color: #017ac5;
}

.management-content .name{
    color:#fff;
    font-family: 'Stellar-Light';
    text-transform: uppercase;
    margin-bottom: 30px;
}

.management-content .teaser{
    color:#fff;
    margin-bottom: 15px;
}

.management-image{
    width: 282px;
    height:448px;
    position: absolute;
    bottom: 0;
    right: 16%;
}

@media screen and (max-width:1400px) {
    .management-image {
        right: 10%;
    }
}

.count-item{
    text-align: center;
}

.count-item .counter{
    font-size: 50px;
    font-weight: bold;
    color:#0483b8;
}

.count-item span{
    font-style: italic;
}

#banner #map,
#banner .custom-banner{
    width: 100%;
}

#banner .custom-banner{
    position: absolute;
    top:0;
    background: rgba(0,0,0,0.5);
}

@media screen and (max-width: 1024px){
    .management-image{
        right:30px;
    }
}

@media screen and (max-width: 876px){
    #menu ul li a{
        padding: 0 10px;
    }

    .management-slider{
        right: unset;
        left:0;
    }
}


@media screen and (min-width:768px) {
    .no-padding-left-tablet {
        padding-left: 0;
    }

    .no-padding-right-tablet {
        padding-right: 0;
    }
}

@media screen and (min-width:769px) {
    .no-padding-left-desktop {
        padding-left: 0;
    }

    .no-padding-right-desktop {
        padding-right: 0;
    }
}

@media screen and (max-width: 767px){
    .logo-landscape{
        width: auto;
        height: 35px;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .affix .logo-landscape{
        width: auto;
        height: 35px;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    #menu.affix .navbar-toggle {
        margin-top: 0;
        -webkit-transition: all 0.35s;
        transition: all 0.35s;
    }

    .header-carousel-nav-container{
        display: none;
    }

    #banner .submenu{
        right:10px;
        overflow: hidden;
    }

    #banner .submenu a{
        width: 100px;
        font-size: 13px;
    }

    .scroll-to-view{
        display: none;
    }

    #banner .slider .content-inside, #banner .banner .content-inside{
        width: 320px;
    }

    .flex-middle{
        display: block;
    }

    section.products .product-container{
        width: 100%;
        height: auto;
        margin-top: 50px;
        margin-bottom: 100px;
    }

    section.products .product-type.left{
        right: unset;
        left: 0;
        text-align: left;
        padding-right: 0;
    }

    section.vision .vision1-container{
        height: auto;
        margin-bottom: 20px;
    }

    section.vision .vision1{
        position: relative;
        margin-top:10%;
        width: 100%;
    }

    section.vision .vision-container, section.vision .mission-container{
        margin-top:20px;
    }

    #challenges{
        padding-top:5%;
    }

    #challenges .title-container{
        left:0;
    }

    #challenges .point,
    #challenges .we-created .point{
        padding:20px 0;
    }

    #our-approach .no-padding-left{
        padding-right: 0;
    }

    #our-approach .no-padding-right{
        padding-left:0;
    }

    .owlslider-prev{
        left: 0;
    }

    .owlslider-next{
        right: 0;
    }

    #custom-quote .quote-bg{
        margin-top:45px;
    }

    #banner .submenu .line{
        width:100px;
    }

    #banner .submenu .selected.position1 ~ .line{
        left:0;
        opacity: 1;
    }

    #banner .submenu .position1:hover ~ .line{
        left:0 !important;
        opacity: 1;
    }

    #banner .submenu .selected.position2 ~ .line{
        left:107px;
        opacity: 1;
    }

    #banner .submenu .position2:hover ~ .line{
        left:107px !important;
        opacity: 1;
    }

    #banner .submenu .selected.position3 ~ .line{
        left:218px;
        opacity: 1;
    }

    #banner .submenu .position3:hover ~ .line{
        left:218px !important;
        opacity: 1;
    }

    section.milestone .position1 > div{
        margin-top:0;
        margin-bottom: 0;
    }

    section.milestone .bg-gray{
        display: none;
    }

    section.milestone .img-milestone1,
    section.milestone .img-milestone2,
    section.milestone .img-milestone3{
        position: relative;
        width: 100%;
        left:0;
        right: 0;
        top:0;
        margin-top: 20px;
    }

    section.milestone .position1 > div, section.milestone .position2 > div, section.milestone .position3 > div{
        height: auto;
        margin-bottom: 0;
    }

    section.milestone .milestone-content .year{
        position: relative;
        right: 0 !important;
        top:0;
    }

    section.milestone .milestone-content{
        position: relative;
        width: 100%;
        padding:15px;
        padding-top: 0;
        margin-bottom: 15px;
    }

    section.milestone .no-padding-left{
        padding-right: 0;
    }

    .bg-text{
        display: none;
    }

    section.services .our-approach-container{
        width: 100%;
    }

    #challenges .section-container, #our-approach .section-container, #quote .section-container, #clients .section-container, #common .section-container{
        padding-left:0;
        padding-right:0;
    }

    section.services .services1,
    section.services .services2,
    section.services .services3,
    section.services .services4{
        position: relative;
        width: 100%;
        top:0;
    }

    section.services .services2,
    section.services .services4{
        margin-top:20px;
    }

    section.services .supporting-service-container, section.services .our-approach-container{
        width: 100%;
        padding-top: 10%;
        padding-bottom: 8%;
    }

    .tech-border{
        display: none;
    }

    .img-tech1{
        width: 100%;
        position: relative;
        height: auto;
        padding-top: 42%;
        background-size: cover;
        top: 0;
        transform: translate(-50%,0);
    }

    section.tech .we-created-slider-container{
        left:0;
        margin-left:0;
        bottom: 0;
        width: 100%;
    }

    .client-logo{
        position: relative;
        top: 0;
        margin: auto;
        z-index: 1;
    }

    section.client .no-padding-left{
        padding-right: 0;
    }

    section.client .no-padding-right{
        padding-left: 0;
    }

    section.news .flex-middle{
        margin-top:20px;
    }

    section.news .news-content .title{
        padding-bottom: 5px;
    }

    section.contact-us .address{
        margin-top:10px;
    }

    .footer-menu{
        display: inline-block;
    }

    .footer-menu li{
        padding:0 !important;
        float: none !important;
    }

    .footer-menu li:before{
        display: none;
    }

    #challenges .section-container, #our-approach .section-container, #quote .section-container, #clients .section-container, #common .section-container{
        padding: 30px 0;
    }

    .load-more-container{
        margin-top:30px;
    }

    #management{
        height: auto;
    }

    .management-image{
        display: none;
    }

    .management-slider{
        position: relative;
        background-image: none !important;
    }

    .management-slider .slider{
        vertical-align: top;
    }

    .management-slider .slider ul{
        padding: 0;
    }

    .management-slider .slider .arrow{
        left:18px;
    }

    .management-content{
        position: relative;
        width: -webkit-calc(100% - 100px);
        width: calc(100% - 100px)
    }

    #get-in-touch .right-container{
        padding:0;
        margin-top:50px;
    }
}

.career-outer-container {
    margin-top: 4%;
}

.career-list-container-wrapper {
    margin-bottom: 4%;
}

.career-list-container-wrapper.right {
    padding-left: 30px;
}

.career-list-container-wrapper.left {
    padding-right: 30px;
}

.career-list-container {
    position: relative;
    width: 100%;
    background-color: #f8f8f8;
    padding: 6% 7%;
    -webkit-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
}

.career-list-container:hover {
    background-color: #09588a;
}

.career-list-container:hover h2 {
    color: #fff;
}

.career-list-container h2 {
    text-transform: uppercase;
    color: #09588a;
    font-family: 'Stellar-Regular';
    margin-top: 0;
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.career-list-container:hover p {
    color: #fff;
}

.career-list-container p {
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

.separate-line {
    display: block;
    background: url(../images/sprite.png) -29px -1px;
    width: 81px;
    height: 14px;
    margin: 15px 0 25px;
}

.career-list-container:hover button.btn-career {
    color: #fff;
}

button.btn-career {
    position: relative;
    background: none;
    color: #09588a;
    font-size: 15px;
    margin-top: 20px;
    font-family: 'SourceSansPro-Semibold';
    -webkit-transition: color 0.4s ease;
    transition: color 0.4s ease;
}

button.btn-career:focus,
button.btn-career:active {
    outline: none !important;
    box-shadow: none;
}

button.btn-career:after {
    content: "";
    height: 2px;
    bottom: -2px;
    display: block;
    left: 0;
    position: absolute;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    width: 0;
    background-color: #09588a;
}
.career-list-container:hover button.btn-career:after {
    background-color: #fff;
    width: 100%;
}
button.btn-career:hover:after {
    width: 100%;
}

button.btn-career span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-family: 'Stellar-Regular'; 
}

button.btn-career span.left {
    margin-right: 0;
    margin-left: 10px;
}

button.btn-career img.btn-career-small-arrow {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

h4.career-detail-subtitle {
    font-family: 'Stellar-Regular';
    font-weight: bold;
    color: #444444;
    margin-bottom: 40px;
}

ul.career-detail-list {
    margin-bottom: 8%;
    padding-left: 20px;
}

ul.career-detail-list li {
    margin-bottom: 15px;
}

.career-outer-container ul {
    margin-bottom: 8%;
    padding-left: 20px;
}

.career-outer-container ul li {
    margin-bottom: 15px;
}

.form-group-career {
    margin-bottom: 25px;
}

.form-group-career label {
    font-size: 12px;
    color: #09588a;
    margin-bottom: 0;
}

.form-group-career .form-control {
    color: #aeaeae;
    font-family: 'SourceSansPro-Italic';
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #b7b7b7;
    box-shadow: none;
    padding-left: 0;
}

.form-group-career .form-control::-webkit-input-placeholder{
    color: #aeaeae;
    font-family: 'SourceSansPro-Italic';
}

.form-group-career .form-control::-moz-placeholder{
    color: #aeaeae;
    font-family: 'SourceSansPro-Italic';
}

.form-group-career .form-control:-ms-input-placeholder{
    color: #aeaeae;
    font-family: 'SourceSansPro-Italic';
}

.form-group-career .form-control::placeholder{
    color: #aeaeae;
    font-family: 'SourceSansPro-Italic';
}





/* Additional */
.position-relative {
    position: relative;
}

.banner.banner-contact-us {
    left: 0;
    position: absolute !important;
    top: 0;
    width: 100%;
}

.button-contact-us{
    position: absolute;
    bottom: 21%;
    right: 15px;
    transform: translate(0,50%);
}

.split-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.type-box {
    background-color: #09588A;
    color: white;
    display: inline-block;
    font-family: SourceSansPro-Italic;
    font-style: normal;
    margin-right: 10px;
    padding: 1% 2%;
}

.career .load-more-container {
    margin-top: 4%;
}

.error-message {
    color: red !important;
    display: none;
    font-style: italic;
}




/* new style (12-12-2017) */

/* bounce */
.scroll-more-wrapper {
  bottom: 5%;
  left: 50%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  z-index: 2;
  color: #ababab;
}

.scroll-more-wrapper img {
  width: 33px;
}

.bounce {
  animation: bounce 2s infinite;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-5px);
  }
}



/* visi misi */
.text-vision{
    font-family: 'SourceSansPro-regular';
    font-size: 24px;
    color: #09588a;
    position: relative;
    padding: 3% 0 0 15%;
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.text-mission{
    font-family: 'SourceSansPro-regular';
    font-size: 24px;
    color: #09588a;
    position: relative;
    padding: 3% 15% 0 0;
    z-index: 2;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
}

.point-text-visi p{
    font-family: 'Stellar-Light';
    font-size: 20px;
    position: relative;
    margin-top: 15%;
    display: block;
    color: #363636;
    padding-left: 5%;
}

.point-text-misi p{
    font-family: 'Stellar-Light';
    font-size: 20px;
    position: relative;
    margin-top: 15%;
    display: block;
    color: #363636;
    padding-left: 5%;
}

.wraper-cv{
    margin-bottom: 5%;
    padding-top: 0;
}

.wrap-cv {
    padding: 0 11%;
}


.title-values{
    margin-bottom: 5%;
}

.circle-vm-wrap {
    background-blend-mode: multiply;
    border: 1px solid #09588a;
    border-radius: 50px;
    background-color: #fff;
    width: 100px;
    height: 100px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    left: 50%;
    transform: translate(-50%,0);
}

.circle-vm {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    transition: all 1s ease;
    height: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    bottom: 0;
}

.circle-vm-wrap:hover{
    background-color: #09588a;
}

.circle-vm-wrap:hover .vm-integrity {
    background-image: url(../images/vision-mission/integrity-w.png) !important;
    background-blend-mode: multiply;  
}

.circle-vm-wrap:hover .vm-customer {
    background-image: url(../images/vision-mission/customer-w.png) !important;
    background-blend-mode: multiply;  
}

.circle-vm-wrap:hover .vm-teamwork {
    background-image: url(../images/vision-mission/teamwork-w.png) !important;
    background-blend-mode: multiply;  
}

.circle-vm-wrap:hover .vm-cost {
    background-image: url(../images/vision-mission/cost-w.png) !important;
    background-blend-mode: multiply;  
}

.circle-vm-wrap:hover .vm-creative {
    background-image: url(../images/vision-mission/creative-w.png) !important;
    background-blend-mode: multiply;  
}

.circle-vm-wrap:hover ~ .cv-title{
    font-weight: bold;
    color: #464646;
}


.cv-title{
    text-align: center;
    transition: all .5s ease;
}

.cv-title p{
    font-size: 16px;
}

a .cv-title{
    color: #696969;
}

.circle-active{
    background-color: #09588a;
}

.customtab li.active .vm-integrity {
    background-image: url(../images/vision-mission/integrity-w.png) !important;
    background-blend-mode: multiply;  
}

.customtab li.active .vm-customer {
    background-image: url(../images/vision-mission/customer-w.png) !important;
    background-blend-mode: multiply;  
}

.customtab li.active .vm-teamwork {
    background-image: url(../images/vision-mission/teamwork-w.png) !important;
    background-blend-mode: multiply;  
}

.customtab li.active .vm-cost {
    background-image: url(../images/vision-mission/cost-w.png) !important;
    background-blend-mode: multiply;  
}

.customtab li.active .vm-creative {
    background-image: url(../images/vision-mission/creative-w.png) !important;
    background-blend-mode: multiply;  
}

.customtab li.active .circle-vm-wrap{
    background-color: #09588a;
}

.img-content-cv{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 30%;
}

.core-value-text h2{
    font-family: 'Stellar-Light';
    font-size: 40px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

.core-value-text a{
    font-family: 'Stellar-Regular';
}

.img-wrap-cv{
    position: relative;
    margin-top: 3%;
    float: right;
}

.core-value-text{
    margin-top: 7%;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: transparent;
    color: #696969;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* SERVICE */
.wrap-service-right{
    margin-bottom: 5%;
    text-align: right;
}

.wrap-nav-r{
    position: absolute;
    left: 11%;
    bottom: 0;
    width: 100%;
    font-size: 30px;
    transform: translate3d(-40%, 0, 0);
}

.wrap-nav-l{
    position: absolute;
    right: 10%;
    bottom: 0;
    width: 100%;
    text-align: right;
    font-size: 30px;
    transform: translate3d(-40%, 0, 0);
}

.nav-line-r{
    display: inline-block;
    background: #d4d4d4;
    width: 40%;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 0 0 0;
    transform: translate3d(-25%,-10px,0);
}

.nav-line-l{
    display: inline-block;
    background: #d4d4d4;
    width: 40%;
    height: 1px;
    position: absolute;
    top: 0;
    right: 0;
    margin: 0 0 0 0;
    transform: translate3d(25%,-10px,0);
}


.left-arrow{
    width: 8px;
    height: 16px;
    opacity: 0.8;
}

.margin-nav{
    margin-left: 3%;
    margin-right: 3%;
}

.right-arrow{
    width: 8px;
    height: 16px;
    opacity: 0.8;
}

.wrap-nav{
    margin: 20%;
}

/* CAREER */

.ecareer-input input{
    border-width: 0 0 1px 0;
    border-radius: 0;
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    font-size: 18px;
    font-family: 'SourceSansPro-Italic';
}

.ecareer-input span{
    color: #09588a;
    font-weight: bold;
}

.ecareer-input:focus input{
    box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075);
}

.ecareer-input{
    padding:  0 5% !important;
}

.section-title-sub h2{
    font-size: 24px;
    padding-right: 50%;
    color: #444;
    margin: -3% 0 3% 0;
}

.wrap-content-service{
    padding: 0 10%;
}
.service-text-left strong{
    right: 20%;
}

.margin-bottom-5{
    margin-bottom: 5%;
}

/* PROCESESS */

.section-title-procesess{
    font-family: 'Stellar-Light';
    color: #09588a;
}

.wrap-procesess li{
    border-bottom: 1px solid #eaeaea;
}

.wrap-procesess{
    margin-bottom: 5%;
    padding: 0%;
}

.customtab-proc a{
    color: #444;
    font-size: 15px;
}

.customtab-proc li.active:after{
    content: '';
    width: 100%;
    left: 0;
    height: 3px;
    background: #025476;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    font-weight: 200;
}

.customtab-proc li:after{
    content: '';
    width: 0;
    left: 0;
    height: 3px;
    background: #025476;
    display: block;
    position: absolute;
    bottom: 0;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.customtab-proc li:hover:after{
    width: 100%;
}

.customtab-proc li.active>a{
    color: #09588a !important;
    font-weight: bold;
}

.customtab-proc .nav>li>a{
    padding: 10px 5px;
}

.wrap-foottext{
    padding: 5%;
}

.display-none{
    display: none !important;
}

textarea {
    resize: none;
}

.form-req{
    color: red;
}

.margin-top-req{
    margin-top: 9%;
}

.career-list-container-wrapper .margin-top-req{
    margin-top: 0;
}

/* contactus */

section.contact-us .btn-fill {
    
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
    transition: ease .5s;
}

section.contact-us .btn-fill-cs:hover {
    
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 20px;
}

.btn-fill-blue:hover{
    background: #09588a;
    color: #fff;
    border: 1px solid transparent;
}


.btn-fill-blue{
    border: 1px solid #ababab;
    background: transparent;
    color: #ababab;
}

.p-nomargin p{
    margin: 0;
}

/* button */
.btn-custom {
    position: relative;
    background: transparent;
    color: #fff;
    border-radius: 0;
    border: 1px solid #ababab;
    vertical-align: middle;
    text-transform: uppercase;
    z-index: 1;

    pointer-events: auto;
    overflow: hidden;
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


@media screen and (max-width:1480px){
    .btn-custom{
        padding-left: 11px;
        padding-right: 11px;
    }
}

@media screen and (max-width:1280px){
    .btn-custom{
        padding-left: 0;
        padding-right: 0;
    }
}

.btn-custom:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    bottom: 100%;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #09588a;
    -webkit-transform: translate3d(100%,0,  0);
    transform: translate3d(100%,0, 0);
}

.btn-custom > span {
    display: block;
}
.btn-custom:before,
.btn-custom > span {
    padding: 1em 2em;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}


@media screen and (max-width:1280px){
    .btn-custom:before,
    .btn-custom > span {
        padding: 0.7em 2em;
    }
}

.btn-custom:hover:before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.btn-custom:hover > span {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%,0, 0);
}

.btn-custom-blue{
    border: 1px solid #09588a;
    color: #09588a;
}

.btn-custom-blue:before {
    background: #09588a;
    color: #fff;
}

.btn-custom-white{
    border: 1px solid #fff;
    color: #fff;
}

.btn-custom-white:before {
    background: #fff;
    color: #09588a;
}

.btn-padding-s:before,
.btn-padding-s > span {
    padding: 0.3em 1em;
    font-size: 14px;
}
.btn-padding-m:before,
.btn-padding-m > span {
    padding: 0.6em 1.2em;
}
.btn-padding-xl:before,
.btn-padding-xl > span {
    padding: 1.2em 4.5em;
}


.margin-top-contact-us{
    margin-top: 33px;
    margin-left: -15px;
}
/*
Desktops and laptops -----------
@media only screen 
and (min-width : 1224px) {
    .margin-top-contact-us{
        margin-top: 8.5%;
    }
} */

/* .contact-us-phone-fax{
    margin: 7% 0 3% 0;
} */

.btn-send-contact-us{
    margin-top: 1%;
}

.float-right{
    float: right;
}

.padding-top-0{
    padding-top: 0% !important;
}

.mt-address-home{
    margin-top: 6.5%;
}

.wrap-ov{
    padding: 0 1%;
}

.img-ov-1{
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 11% 0;
    width: 38%;
    margin-top: 4%;
    margin-left: 13%;
    z-index: 3;
}

.img-ov-2{
    position: absolute;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10% 0;
    width: 35%;
    top: 44%;
    right: 15%;
}

.margin-top-5{
    margin-top: 5%;
}
/* RESPONSIVE */

/* Large screens ----------- */
@media only screen  and (min-width : 1824px) {
    .visible-xxl{
        visibility: visible !important; 
    }
    .hidden-xxl{
        visibility: hidden !important;
    }
    .banner-extension{
        width: 750px !important;
    }

}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
    .banner-extension{
        width: 700px !important;
    }
}


/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    /* #menu .logo img {
        height: 28px;
    }
    #menu.affix .logo img {
        height: 28px;
    }
 */    .quote-container{
        width: 70%;
    }
   .text-vision{
        padding: 5% 0 0 25%;
   }
   .text-mission{
        padding: 5% 25% 0 0;
   }
   .circle-vm{
        height: 25px;
   }
   .circle-vm-wrap{
        width: 60px;
        height: 60px;
   }
   .core-value-text{
        margin-top: 2%;
   }
   .img-wrap-cv {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(20%);
    }
    .section-title h1 {
        font-size: 26px;
    }
    .wrap-service-right{
        text-align: left;
    }
    section.services .our-approach-content strong{
        top: 45%;
    }
    .service-text-left strong {
        left: 28%;
        right: 0;
    }
    .wrap-procesess{
        padding: 0;
    }
    .section-title-sub h2 {
        padding-right: 25%;
    }
    .scroll-more-wrapper img {
      width: 25px;
    }
    .wrap-nav-l{
        bottom: 5%;
        right: 10%;
        transform: translate3d(0,0,0);
    }
    .wrap-nav-r{
        bottom: 5%;
        transform: translate3d(0,0,0);
    }
    .btn-padding-xl:before, .btn-padding-xl > span {
        padding: 0.7em 2.5em;
    }
    .margin-top-contact-us{
        margin-left: 0;
    }
    .button-contact-us{
        bottom: 17%;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .button-contact-us{
        bottom: 21%;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    .invis-xs{
        display: none;
    }
    /* #menu .logo img {
        height: 28px;
    }
    #menu.affix .logo img {
        height: 28px;
    } */
    .quote-container{
        width: 70%;
    }
    .img-content-cv {
        background-position: center center;
        position: relative;
        margin-bottom: 15px;
    }
    .title-values {
        margin-bottom: 10%;
        text-align: center;
    }
    .core-value-text h2{
        font-size: 35px;
    }
    .quote-container h2{
        font-size: 18px;
    }
   .text-vision{
        padding: 5% 0 0 25%;
   }
   .text-mission{
        padding: 5% 25% 0 0;
   }
   .circle-vm{
        height: 25px;
   }
   .circle-vm-wrap{
        width: 60px;
        height: 60px;
   }
   .core-value-text{
        margin-top: 75%;
   }
   .img-wrap-cv {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(20%);
    }
    .section-title h1 {
        font-size: 26px;
    }
    .wrap-service-right{
        text-align: left;
    }
    section.services .our-approach-content strong{
        top: 45%;
    }
    .service-text-left strong {
        left: 28%;
        right: 0;
    }
    .wrap-procesess{
        padding: 0;
    }
    .section-title-sub h2 {
        padding-right: 0%;
    }
    .scroll-more-wrapper img {
      width: 25px;
    }
    .wrap-content-service {
        padding: 5% 10%;
    }
    .wrap-nav-l{
        bottom: 0;
        transform: translate3d(3%,0,0);
        left: 0;
        top: 0;
        text-align: center;
        height: 50px;
    }
    .wrap-nav-r{
        bottom: 0;
        top: 0;
        transform: translate3d(3%,0,0);
        left: 0;
        text-align: center;
        height: 50px;

    }
    .nav-line-l, .nav-line-r{
        display: none;
    }
    .products .clear{
        display: none;
    }
    .margin-top-contact-us{
        margin: 45px 0 10px 0;  
    }
    .btn-mobile-contact-us span{
        font-size: 12px;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) 
and (orientation:portrait) {
    .management .clear{
        display: none;
    }
    .img-ov-1{
        position: relative;
        width: 100%;
        margin-top: 0;
        padding: 30% 0;
    }
    .img-ov-2{
        position: relative;
        width: 100%;
        margin-top: 2%;
        padding: 30% 0;
        right: 0;   
    }
}

/* Smartphones (Landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 667px) 
and (orientation:landscape) {
    .management .clear{
        display: none;
    }
    .wrap-foottext {
        padding: 1% 5%;
    }
    .margin-top-contact-us{
        margin: 45px 0 5px 0;  
    }
}
