/* ! normalize.css v1.0.0 | MIT License | git.io/normalize */

/* ==========================================================================
HTML5 display definitions
========================================================================== */

/*
* Corrects `block` display not defined in IE 6/7/8/9 and Firefox 3.
*/

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block
}

/*
* Corrects `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
*/
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*
* Prevents modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
    display: none;
    height: 0;
}

/*
* Addresses styling for `hidden` attribute not present in IE 7/8/9, Firefox 3, * and Safari 4.
* Known issue:no IE 6 support.
*/
[hidden] {
    display: none
}

/* ==========================================================================
Base
========================================================================== */
/*
* 1. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
*    `em` units.
* 2. Prevents iOS text size adjust after orientation change, without disabling
*    user zoom.
*/

html {
    font-size: 100%; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
    -ms-text-size-adjust: 100%; /* 2 */
}

/*
* Addresses `font-family` inconsistency between `textarea` and other form
* elements.
*/
html, button, input, select, textarea {
    font-family: sans-serif;
    font-family: 'Montserrat', sans-serif;
}
html, body {
    overflow-x: hidden;
    width: 100%;
}

/*
* Addresses margins handled incorrectly in IE 6/7.
*/
body {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #4f555b;

}

/*
* Font Smoothing
*/
html, html a {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
    -webkit-font-smoothing: antialiased;
}

/* ==========================================================================
Links
========================================================================== */
/*
* Addresses `outline` inconsistency between Chrome and other browsers.
*/

a:focus {
    outline: thin dotted;
    text-decoration: none;
}

/*
* Improves readability when focused and also mouse hovered in all browsers.
*/
a:active, a:hover {
    outline: 0;
    text-decoration: none;
}

/* ==========================================================================
Typography
========================================================================== */
/*
* Addresses font sizes and margins set differently in IE 6/7.
* Addresses font sizes within `section` and `article` in Firefox 4+, Safari 5, * and Chrome.
*/

h1 {
    margin: 0.67em 0;
    font-size: 2em;
}
h2 {
    margin: 0.83em 0;
    font-size: 1.75em;
}
h3 {
    margin: 1em 0;
    font-size: 1.17em;
}
h4 {
    margin: 1.33em 0;
    font-size: 1em;
}
h5 {
    margin: 1.67em 0;
    font-size: 0.83em;
}
h6 {
    margin: 2.33em 0;
    font-size: 0.75em;
}

.text-primary{ color: #3aaad0; }
.text-black{ color: #000000; }

.section-title{
    font-weight: 700;
    text-transform: uppercase;
}

.lead{
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 25px;
}


.fs-18{ font-size: 18px; line-height: 1.7 }
.fs-20{ font-size: 20px; }
.fs-24{ font-size: 24px; }
.fs-28{ font-size: 28px; }


/*
* Addresses styling not present in IE 7/8/9, Safari 5, and Chrome.
*/
abbr[title] {
    border-bottom: 1px dotted
}

/*
* Addresses style set to `bolder` in Firefox 3+, Safari 4/5, and Chrome.
*/
b, strong {
    font-weight: bold
}
blockquote {
    margin: 0px
}

/*
* Addresses styling not present in Safari 5 and Chrome.
*/
dfn {
    font-style: italic
}

/*
* Addresses styling not present in IE 6/7/8/9.
*/
mark {
    background: #ff0;
    color: #000;
}

/*
* Addresses margins set differently in IE 6/7.
*/
p, pre {
    margin: 1em 0
}

/*
* Corrects font family set oddly in IE 6, Safari 4/5, and Chrome.
*/
code, kbd, pre, samp {
    font-size: 1em;
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
}

/*
* Improves readability of pre-formatted text in all browsers.
*/
pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/*
* Addresses CSS quotes not supported in IE 6/7.
*/
q {
    quotes: none
}

/*
* Addresses `quotes` property not supported in Safari 4.
*/
q:before, q:after {
    content: '';
    content: none;
}
small {
    font-size: 75%
}

/*
* Prevents `sub` and `sup` affecting `line-height` in all browsers.
*/
sub, sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}

/* ==========================================================================
Lists
========================================================================== */
/*
* Addresses margins set differently in IE 6/7.
*/

dl, menu, ol, ul {
    margin: 1em 0
}
dd {
    margin: 0 0 0 40px
}

/*
* Addresses paddings set differently in IE 6/7.
*/
menu, ol, ul {
    padding: 0
}

/*
* Corrects list images handled incorrectly in IE 7.
*/
nav ul, nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================
Embedded content
========================================================================== */
/*
* 1. Removes border when inside `a` element in IE 6/7/8/9 and Firefox 3.
* 2. Improves image quality when scaled in IE 7.
*/

img {
    border: 0; /* 1 */
    -ms-interpolation-mode: bicubic; /* 2 */
}

/*
* Corrects overflow displayed oddly in IE 9.
*/
svg:not(:root) {
    overflow: hidden
}

/* ==========================================================================
Figures
========================================================================== */
/*
* Addresses margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
*/

figure {
    margin: 0
}

/* ==========================================================================
Forms
========================================================================== */
/*
* Corrects margin displayed oddly in IE 6/7.
*/

form {
    margin: 0
}

/*
* Define consistent border, margin, and padding.
*/
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border: 1px solid #c0c0c0;
}

/*
* 1. Corrects color not being inherited in IE 6/7/8/9.
* 2. Corrects text not wrapping in Firefox 3.
* 3. Corrects alignment displayed oddly in IE 6/7.
*/
legend {
    padding: 0;
    border: 0; /* 1 */
    white-space: normal; /* 2 */
    *margin-left: -7px; /* 3 */
}

/*
* 1. Corrects font size not being inherited in all browsers.
* 2. Addresses margins set differently in IE 6/7, Firefox 3+, Safari 5, *    and Chrome.
* 3. Improves appearance and consistency in all browsers.
*/
button, input, select, textarea {
    margin: 0; /* 2 */
    vertical-align: baseline; /* 3 */
    font-size: 100%; /* 1 */
    *vertical-align: middle; /* 3 */
}

/*
* Addresses Firefox 3+ setting `line-height` on `input` using ` !important` in
* the UA stylesheet.
*/
button, input {
    line-height: normal
}

/*
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Corrects inability to style clickable `input` types in iOS.
* 3. Improves usability and consistency of cursor style between image-type
*    `input` and others.
* 4. Removes inner spacing in IE 7 without affecting normal text inputs.
*    Known issue:inner spacing remains in IE 6.
*/
button, html input[type="button"], /* 1 */
input[type="reset"], input[type="submit"] {
    cursor: pointer; /* 3 */
    -webkit-appearance: button; /* 2 */
    *overflow: visible; /* 4 */
}

/*
* Re-set default cursor for disabled elements.
*/
button[disabled], input[disabled] {
    cursor: default
}

/*
* 1. Addresses box sizing set to content-box in IE 8/9.
* 2. Removes excess padding in IE 8/9.
* 3. Removes excess padding in IE 7.
*    Known issue:excess padding remains in IE 6.
*/
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
    *height: 13px; /* 3 */
    *width: 13px; /* 3 */
}

/*
* 1. Addresses `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Addresses `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
    /* 2 */
    box-sizing: content-box;
    -webkit-appearance: textfield; /* 1 */
    nowhitespace: afterproperty;
}

/*
* Removes inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

/*
* Removes inner padding and border in Firefox 3+.
*/
button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/*
* 1. Removes default vertical scrollbar in IE 6/7/8/9.
* 2. Improves readability and alignment in all browsers.
*/
textarea {
    overflow: auto; /* 1 */
    vertical-align: top; /* 2 */
}

/* ==========================================================================
Tables
========================================================================== */
/*
* Remove most spacing between table cells.
*/

table {
    border-spacing: 0;
    border-collapse: collapse;
}

/* ==========================================================================
Global Styles
========================================================================== */
.group:after {
    content: "";
    display: table;
    clear: both;
}
a {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-transition-duration: 300ms;
    transition-duration: 300ms;
    -webkit-transition-property: color, border-color, background-color;
    transition-property: color, border-color, background-color;
}
.nopadding,
.npm{
    margin: 0 !important;
    padding: 0 !important;
}
p {
    font-size: 14px;
    line-height: 25px;
}
a {
    color: #73d0da
}
a:hover, a:focus {
    color: #73d0da;
    text-decoration: none;
}

.fw-1{ font-weight: 100 }
.fw-2{ font-weight: 200 }
.fw-3{ font-weight: 300 }
.fw-4{ font-weight: 400 }
.fw-5{ font-weight: 500 }
.fw-6{ font-weight: 600 }
.fw-7{ font-weight: 700 }
.fw-8{ font-weight: 800 }
.fw-9{ font-weight: 900 }

form label{
    font-size: 16px;
    color: #565656;
    font-weight: 500;
}

.form-control{
    padding: 15px 25px;
    border-radius: 2px;
    height: 60px;
    box-shadow: none;
}

.btn{
    padding: 12px 20px;
    border-radius: 2px;
}

.btn-lg{
    padding: 15px 50px;
    font-weight: 500;
}

.btn-primary{
    background-color: #3aaad0;
}


.btn-white-primary:hover,
.btn-white-primary:focus{
    -webkit-box-shadow: 0px 0px 40px 10px rgba(58,170,208,0.3);
    -moz-box-shadow: 0px 0px 40px 10px rgba(58,170,208,0.3);
    box-shadow: 0px 0px 40px 10px rgba(58,170,208,0.3);
}

.btn-white-primary{
    background-color: #fff;
    border: none;
    color: #3aaad0;
}

.btn-white-primary:hover,
.btn-white-primary:focus{
    background-color: #fff;
    color: #3aaad0;
}



.fx-shadow{
    -webkit-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.1);
}


.texture-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: url(../img/grid.png);
}

.bg-overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background:rgba(27,30,31,0.90);
}


.bg-white{
    background: #fff;
    color: #000;
}


.bg-dark{
    color: #fff;
}

.bg-gray{
    background-color: #e6e6e6;
}

.bg-primary{
    background: #3aaad0;
}

/* ==========================================================================
Buttons
========================================================================== */
.use-btn {
    display: inline-block;
    margin: 0 10px 10px 0;
    padding: 20px 50px;
    border-radius: 3px;
    background-color: #fff;
    color: #4b98a9;
    font-size: 16px;
}
.use-btn:hover, .use-btn:focus {
    background-color: #73d0da;
    color: #fff;
    text-decoration: none;
}
.learn-btn, .download-btn {
    display: inline-block;
    padding: 18px 46px;
    border: 2px solid #fff;
    border-radius: 3px;
    color: #fff;
    font-size: 16px;
}
.learn-btn:hover, .download-btn:hover, .learn-btn:focus, .download-btn:focus {
    border-color: #73d0da;
    color: #73d0da;
    text-decoration: none;
}
.read-more-btn {
    display: inline-block;
    color: #323a45;
    text-transform: uppercase;
    font-weight: 400;
}
.read-more-btn i, .download-btn i {
    margin-left: 5px
}
.showcase .download-btn {
    margin-top: 50px
}
.download .download-btn {
    margin-top: 25px
}

/* ==========================================================================
Navigation
========================================================================== */

.hero .nav-wrapper{
    position: relative;
    padding: 60px 0 0 0;
}

.hero .navbar{
    padding:30px 40px;
}

.nav-toggle {
    position: absolute;
    top: 10px;
    right: 30px;
    z-index: 999999;
    padding: 10px 35px 16px 0px;
    cursor: pointer;
    transition: all .1s ease;
}
.nav-toggle:focus {
    outline: none;
}
.nav-toggle.active{
    position: fixed;
    top: 40px;
    right: 370px;

}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    border-radius: 1px;
    background: #fff;
    cursor: pointer;
}

.nav-toggle span{
    width: 40px;
}
.nav-toggle span:before {
    top: -10px
}
.nav-toggle span:after {
    bottom: -10px
}
.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.nav-toggle.active span {
    background-color: transparent
}
.nav-toggle.active span:before, .nav-toggle.active span:after {
    top: 0
}
.nav-toggle.active span:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.nav-toggle.active span:after {
    top: 10px;
    -webkit-transform: translateY(-10px) rotate(-45deg);
    -ms-transform: translateY(-10px) rotate(-45deg);
    transform: translateY(-10px) rotate(-45deg);
}
.navicon {
    position: relative;
    height: 26px;
}
.navicon p {
    margin: 1px 50px 0 0
}
.navicon-fixed {
    position: fixed;
    top: 59px;
    right: 143px;
}

/* ==========================================================================
Page Styles
========================================================================== */


.hero {
    position: relative;
    z-index: 3;
    min-height: 800px;
    background: rgba(0, 0, 0,0.20) url('../img/main-slide-bg.jpg') no-repeat center center;
    background-blend-mode: lighten;
    background-size: cover;
    color: #fff;
}

.hero:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(27, 30, 31, 0.80);
}

.hero .container{
    position: relative;
    z-index: 2;
}

.hero .hero-content{
    width: 1020px;
    margin: auto;
}
.hero .hero-content-inner{
    width: 70%;
    margin: auto;
}

.hero-inner{
    position: relative;
    min-height: 590px;
    padding-bottom: 30px;
}



.hero-inner h1{
    margin: 100px 0 15px 0!important;
}

.hero h1 {
    margin: 200px 0 15px 0;
    font-weight: 500;
    font-size: 50px;
    line-height: 1.3;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.hero h4 {
    font-size:30px;
    line-height: 1.4;
    font-weight: 400;
    color: #3aaad0;
    margin: 0;
}
#home {
    width: 100%;
    height: 100%;
}
.hero {
    width: 100%;
    height: 100%;
}

.hero .tab-nav{
    margin: 65px 0 0 0;
}

.hero .tab-nav ul li{
    display: inline-block;
    font-size: 30px;
    padding: 10px 20px;
    margin: 0 13px;
}

.hero .tab-nav ul li a{
    color: #3aaad0;
}

.hero .tab-nav ul li a:hover{
    color: #fff;
}

.hero .tab-nav ul li a.active{
    color: #fff;
    border-bottom: solid 2px #fff;
}

header i {
    margin-left: 5px
}

.hero.product-eng-bg{
    background: url('../img/banner-product-engineering.jpg') no-repeat center center;
    background-size: cover;
}

.hero.content-engineering{
    background: url('../img/banner-content-engineering.jpg') no-repeat center center;
    background-size: cover;
}

.hero.digital-transformation{
    background: url('../img/banner-digital-transformation.jpg') no-repeat center center;
    background-size: cover;
}

.hero.services-bg{
    background: url('../img/banner-services.jpg') no-repeat center center;
    background-size: cover;
}

.hero.aboutus-bg{
    background: url('../img/banner-aboutus.jpg') no-repeat center center;
    background-size: cover;
}

.hero.career-bg{
    background: url('../img/banner-career.jpg') no-repeat center center;
    background-size: cover;
}

.hero.contact-bg{
    background: url('../img/banner-contactus.jpg') no-repeat center center;
    background-size: cover;
}

.job-details{
    min-height: 200px;
}

.hero.careers-bg{
    background: url('../img/bg-careers.png') no-repeat center center;
    background-size: cover;
}

.careers-details-bg{}

.hero-inner:before{
    background: rgba(27, 30, 31, 0.80);
}

.hero .hero-content-inner{}

.tf-section{
    padding: 60px 0;
}


.who-we-are{
    background:url('../img/who-we-are-bg.png') no-repeat center top ;
    padding: 70px 20px;
}

.who-we-are .lead{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 500;
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.who-we-are .sub-text{
    margin:30px 0;
}


.what-we-do{
    background:rgba(58, 170, 208, 0.70) url('../img/what-we-do-bg.jpg') no-repeat center top fixed;
    background-size: cover;
    padding: 70px 0;
    min-height: 600px;
    display: flex;
}

.what-we-do .lead{
    font-size: 38px;
    line-height: 1.4;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.what-we-do .services{
    position: relative;
    margin: 40px 0 0 0;
}


.what-we-do .service-item{
    background-color: #fff;
    color: #000;
    min-height: 200px;
    border-radius: 4px;
    transition: all .3s ease;
    text-align: center;
    padding:50px 40px;
    position: relative;
}




.what-we-do .service-item .item-icon-box{
   min-height: 100px;
}

.what-we-do .service-item .item-icon{
    width: 70px;
}



.what-we-do .service-item .service-item-label{
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.what-we-do .service-item .service-item-label span{
    display: block;
}


.what-we-do .service-item  a.btn{
    margin: 10px 0 0 0;
    text-transform: uppercase;
}

.what-we-do .service-item a.btn:hover{
    color: #3aaad0;
    text-decoration: underline;
}

.what-we-do .action-button{
    margin: 50px 0 0 0;
}

.what-we-do .action-button .btn:hover{
    background-color: #0e1e2c;
    color: #fff;
}

.service-page{
    position: relative;
}

.service-page #subnav{
    position: absolute;
    top:-100px;
}


.services-list .service-item-content{
    padding:60px;
}


.services-list .service-bg {
    position: relative;
    min-height: 360px;
}

.services-list .service-bg-pe {
    background: url(../img/service-pe.jpg) no-repeat center center;
    background-size: cover;
}

.services-list .service-bg-dt {
    background: url(../img/service-dt.jpg) no-repeat center center;
    background-size: cover;
}

.services-list .service-bg-ce {
    background: url(../img/service-ce.jpg) no-repeat center center;
    background-size: cover;
}

.services-list h1,
.service-page .service-hero-content h1{
    font-size: 36px;
    font-weight: 700;
}

.services-list p,
.service-page .service-hero-content p{
    font-size: 16px;
    line-height: 2;
    font-weight: 500;
    margin-bottom: 25px;
    display: block;
}

.services-list a{
    color: #5b6f7f;
    font-size: 16px;
    font-weight: 600;
    text-decoration: underline;
    letter-spacing: 1px;
}

.services-list a:hover{
    color: #3aaad0;
    text-decoration: none;
}

.service-page .service-hero-content,
.about-page .about-hero-content,
.career-intro .career-hero-content{
    padding: 30px 0;
    text-align: center;
}

.service-page .service-full-img{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: url(../img/bg-img-2.jpg) no-repeat;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 460px;
}

.service-page .service-full-img.product{
    background-image: url(../img/product-eng-img-1.jpg);
}

.service-page .service-full-img.digital{
    background-image: url(../img/digital-trans-img-1.jpg);
}

.service-page .service-full-img.content{
    background-image: url(../img/content-eng-img-1.jpg);
}


.service-page .service-page-content{
    position: relative;
    z-index: 2;
    margin-top: -70px;
    background-color: #fff;
}

.service-page .service-page-content .lead{
    padding: 50px;
    text-align: center;
}


.service-page .services-icon-list{
    padding:20px 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-page .services-icon-list .service-item{
    text-align: center;
    min-height: 240px;
    padding: 0 20px;
}

.service-page .item-icon-box{
    margin-bottom: 30px;
}

.service-page .item-icon-box img{
    width: 100px;
}

.service-page .services-icon-list .service-item h2{
    font-size: 18px;
    line-height: 1.6;
    font-weight: 600;
}

.service-page .service-pager{
    margin: 80px 0;
}

.service-page .service-pager ul.pager li.previous{
    text-align: left;
}

.service-page .service-pager ul.pager li.next{
    text-align: right;
}

.service-page .service-pager ul.pager li a{
    border: none;
    background-color: transparent;
    color: #9a9a9a;
}
.service-page .service-pager ul.pager li a:hover{
    color: #3aaad0;
}
.service-page .service-pager ul.pager li a i,
.service-page .service-pager ul.pager li a h2{
    display: table-cell;
    padding: 0 20px;
}
.service-page .service-pager ul.pager li a h2{
    font-size: 26px;
    line-height: 1.3;
    font-weight: 600;
}
.service-page .service-pager ul.pager li a span{
    display: block
}

.about-page .about-hero-content{
    margin-bottom: 40px;
}

.about-page .about-hero-content h1,
.career-intro .career-hero-content h1{
    font-size: 38px;
    line-height: 1.4;
    font-weight: 600
}

.about-page .about-hero-content .lead{
    width: 70%;
    margin: auto;
    font-size: 18px;
    font-weight: 600;
}

.about-page .full-img img{
    width: 100%;
}

.about-page .about-content-block{
    text-align: center;
    margin: 80px 0;
}
.about-page .about-content-block .lead{
    margin: auto;
    font-size: 16px;
    font-weight: 600;
    margin: 40px 0;
}


.job-openings-block{
    text-align: center;
    padding: 20px 0 0 0;
}
.job-openings-block h2, .careers-details h2 {
    font-size: 40px;
    font-weight: 600;
}

.careers-details{
    position: relative;
}

.careers-details #details {
    position: absolute;
    top: -100px;
}

.careers-details p {
	font-size: 18px;
	font-weight: 400;
	line-height: 35px;
}

.full-img img{
    width: 100%;
}

.team-bg{
    background: url(../img/career-sbg.jpg) no-repeat;
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.job-openings-block .headings {
	padding-bottom: 60px;
}
.job-openings-block h2 {
	color: #1b1e1f;
	font-weight: 600;
}
.job-openings-block h3 {
	font-weight: 400;
	font-size: 60px;
	color: #3aaad0;
    margin: 0;
}
.job-openings-block .box {
	border: 1px solid #ebebeb;
	padding: 34px 40px;
	transition: box-shadow .3s;
	margin-bottom: 30px;
	min-height: 180px;
    text-align: left;
}
.job-openings-block .box:hover {
	box-shadow: 0 0 11px rgba(90,90,90,.2);
	border: 1px solid #ffffff;
	background: url(../img/rt-arrow.png) no-repeat bottom right scroll;

}
.job-openings-block .box h4 {
	font-size: 26px;
	color: #1b1e1f;
	font-weight: 600;
}
.job-openings-block .box h4 span {
	font-weight: 400;
}
.job-openings-block .box:hover h4 {
	color: #3aaad0;
}
.job-openings-block .box p {
	font-size: 18px;
	color: #999999;
	font-weight: 500;
}
/* Careers details Page Styles */

.careers-details h2 {
 	color: #3aaad0;
	font-weight: 500;
}
.careers-details h6 {
	font-size: 20px;
	color: #333333;
	font-weight: 500;
    margin: 0;
}
.careers-details h4 {
	font-weight: 500;
	color: #3aaad0;
	font-size: 30px;
	padding-bottom: 10px;
}
.careers-details p {
	font-weight: 400;
}
.careers-details-header-main {
	box-shadow: 0 0 11px rgba(90,90,90,.2);
}
.careers-details-header {
    position: inherit;
	padding: 47px 15px 0;
}
.careers-details-header .menu-icon {
    background: url(../images/menu-icon-blue.png) no-repeat center transparent;
	background-size: contain;
}


ul.list-items {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
}
ul.list-items li {
    list-style: none;
	background: url(../img/icon_circle.png) no-repeat 0px 11px transparent;
    padding-left: 30px;
    padding-bottom: 15px;
}
.primary-btn {
	font-family: 'Montserrat', sans-serif;
	color: #3aaad0;
	font-size: 24px;
	border: 1px solid #3aaad0;
	font-weight: 400;
	border-radius: 0px;
	background: none;
	padding: 12px 45px 14px 45px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.contact-page{
    margin: -100px 0 80px 0;
    position: relative;
    z-index: 9;
}

.contact-page:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100px;
    background: #fff;
}

.contact-page .split-blocks{
    display: flex;
}

.contact-page .split-blocks .split-col{
    min-height: 958px;
}


.contact-page .split-blocks .contact-info{
    background-image: url(../img/worldmap.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 75%;
}

.contact-page .split-blocks .split-col .split-col-inner{
    padding: 60px 80px;
}

.contact-page .icon-list{
    margin: 50px 0 0 0;
}

.contact-page .icon-list ul li {
	font-size: 16px;
	font-weight: 400;
	display: flex;
    width: 100%;
	vertical-align: middle;
    align-items: center;
    margin-bottom: 40px;

}
.contact-page .icon-list li {
	vertical-align: middle;
    display: block;
}
.contact-page .icon-list ul li label {
    margin-right: 30px;
}
.contact-page .icon-list ul li span {
    height: 100%;
    vertical-align: middle;
    display: inline-block;
}

.contact-page .icon-list ul li a{
    color: #fff;
}


.contact-page .icon-list ul li a:hover{
    text-decoration: underline;
}

.enquiry-form .e-form{
    margin: 40px 0 0 0;
}

.enquiry-form form .form-group{
    margin-bottom: 30px;
}

.flickity-page-dots .dot {
    width: 13px;
    height: 13px;
    opacity: 1;
    background: transparent;
    border: 2px solid #3aaad0;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}
.flickity-page-dots .dot.is-selected {
    background: #3aaad0;
}


.whyus-bg {
    position: relative;
    min-height: 800px;
    background: url('../img/whyus-bg.png') no-repeat center center;
    background-size: cover;
}

.whyus-slider {
    position: relative;
    margin: 60px 0 0 0;
    padding: 0 0 40px 0;
    height: 200px;
}
.whyus-slider ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.whyus-slider ul li {
    width: 100%;
    text-align: center;
}
.whyus-slider li h1 {
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 22px;
    color: #3aaad0;
    text-transform: uppercase;
}
.whyus-slider li h4 {
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 1px;
}
.whyus-intro-img {
    position: relative
}
.slides li h1 {
    margin: 0;
    padding: 0;
}
.whyus-slider .flickity-page-dots {
    text-align: center;
    margin-top: 50px;
    position: static;
}
.whyus-slider .flickity-page-dots .dot {
    margin: 0 12px 0 0;
}



.feature{
    text-align: center;
    border: solid 1px #ebebeb;
    border-bottom: none;
    border-right: none;
    min-height: 440px;
}

.feature a{
    color: #000;
}

.features-list {
    padding: 130px 0
}
.features-list h1 {
    margin: 0 0 30px 0;
    padding: 0;
    color: #24374b;
    font-size: 24px;
}

.features-list .feature:hover h1{
    color: #3aaad0;
}

.features-list .feature:hover p{
    color: #9b9b9b;
}

.features-list p {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 600;
    padding:0 40px;
    margin:20px 0  20px 0;
}
.feature-content {
    display: block;
    margin-left: 0;
}

.feature .title{
    font-weight: 700;
}

.feature-icon {
    display: block;
    margin:60px 0 40px 0;
    vertical-align: top;
    text-align: center;
    font-size: 25px;
    height: 80px;
}
.feature-icon img {
   width: 80px;
}

.feature-icon img.ph{
    width: auto;
    height: 70px;
}

.join-us{
    background:#3aaad0 url('../img/dotted-bg.png') no-repeat center center;
    background-size: cover;
}

.join-us .section-title{
    color: #0e1e2c;
}

.join-us .lead{
    font-weight: 400;
    line-height: 1.8;
    margin: 20px 0;
}

.join-us .btn-white-primary:hover{
    background-color: #0e1e2c;
    color: #fff;
}


.contact-ribbion{
    padding: 30px;
}
.contact-ribbion p{
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
}
.contact-ribbion a{
    color: #3aaad0;
    text-decoration: underline;
}
.contact-ribbion a:hover{
    text-decoration: none;
}

footer {
    background-color: #101519;
    padding: 100px 0
}
footer p {
    color: #5b6f7f;
    font-size: 12px;
}

footer .footer-logo{
    margin: 0 0 40px 0;
}
footer ul {
    margin: 0 30px 0 40px;
    display: inline-block;
    vertical-align: top;
}
footer li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}
footer li a {
    color: #5b6f7f
}
footer li:last-child {
    margin-right: 0
}
footer li a:hover{
    color: #5b6f7f;
    text-decoration: underline;
}

footer ul.social-icons{
    float: right;
    margin: 0;
}

footer ul.social-icons li{
    float: left;
    margin: 0 5px;
}

footer ul.social-icons li a{
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    color: #fff;
}

footer ul.social-icons li.fb a{
    background-color: #295396;
}

footer ul.social-icons li.tw a{
    background-color: #1da1f2;
}

footer ul.social-icons li.in a{
    background-color: #007ab9;
}

footer ul.social-icons li a:hover{
    background-color:#101519;
    color: #3aaad0;
}

/* ==========================================================================
Nav Overlay
========================================================================== */
/* Overlay style */

.overlay {
    position: fixed;
    top: 0;
    right: 0;
    width: 320px;
    height: 100%;
    background: rgba(58, 170, 208, 1) url('../img/dotted-bg.png') no-repeat center bottom;
}

/* Menu style */
.overlay nav {
    position: relative;
    width: 100%;
    top: 0px;
    height: 100%;
    text-align: center;
    font-size: 34px;
    padding: 20px 30px 20px 50px;
    margin: 40px 0;

}
.overlay ul {
    position: relative;
    margin:0 0 50px 0;
    padding: 0;
    list-style: none;
}
.overlay ul li {
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
}
.overlay ul li:last-child {
    margin-right: 0px
}

.overlay ul li.section-title{
    font-size: 20px;
    margin-bottom: 20px;
    text-align: left;
    color: #fff;
}
.overlay ul li i {
    display: block;
    margin-bottom: 10px;
    font-size: 40px;
}
.overlay ul li a {
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 400;
    font-size: 14px;
}
.overlay ul li a:hover, .overlay ul li a:focus {
    text-decoration: underline;
}

/* Effects */
.overlay-boxify {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s, visibility 0s 0.5s;
    transition: opacity 0.5s, visibility 0s 0.5s;
}
.overlay-boxify.open {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}


.overlay-boxify nav ul {
    opacity: 0;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0);
    -webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
}

.overlay-boxify.open nav ul{
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.overlay-boxify.open nav ul:first-child {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.overlay-boxify.open nav ul:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.overlay-boxify.open nav ul:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}


/* ==========================================================================
Waypoints
========================================================================== */
.wp1, .wp2, .wp3, .wp4, .wp5, .wp6 {
    visibility: hidden
}
.bounceInLeft, .bounceInRight, .fadeInUp, .fadeInUpDelay, .fadeInDown, .fadeInUpD, .fadeInLeft, .fadeInRight, .bounceInDown {
    visibility: visible
}
.delay-05s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}
.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
