@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, #nav, output, ruby, section, summary,
time, mark, audio, video {margin: 0; padding: 0; border: 0; }

* { outline: none !important; }
body {
    color: #202529;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-size: 18px;
    font-weight: 400;
}
img, fieldset { border: none;}
img { max-width:100%; }
h1, h2, h3, h4, h5, h6 {
    text-transform: uppercase;
}
a{color:#297bb9;}
.cf:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.cl{ clear:both; }
.alignleft { float: left; }
.alignright { float: right; }
.alignnone { float: none; }
.no-pad-left { padding-left: 0; }
.no-pad-right { padding-right: 0; }

/*=========Header=========*/
#header {
    background-color:#252F39;
    position: relative;
}
.logo {
    margin: 20px 0;
}
.tmenu {
    float: right;
    margin-top: 33px;
}
.tmenu li {
    display: inline-block;
}
.tmenu li a {
    color: #fff;
    display: block;
    font-family: Montserrat;
    font-size: 15px;
    line-height: 46px;
    padding: 0 25px;
    text-transform: uppercase;
}
.tmenu li.sign a {
    background: url("../images/bg-sign.png") repeat-x;
    margin-left:20px;
    padding: 0 32px;
}
#ctmenu {
    display: none;
}

/*=========Banner=========*/
#banner {
    background: url("../images/bg-banner.jpg") no-repeat center center;
    background-size: cover;
    position: relative;
}
.capt {
    color: #fff;
    font-size: 26px;
    margin-top: 200px;
}
.capt .h1 {
    font-size: 60px;
    font-weight: 700;
}
.capt p {
    margin-bottom: 20px;
}
.hand {
    margin-top: 70px;
}

/*=========Main=========*/
#main {
    position:relative;
}
.adult{
    padding: 80px 0;
}
.adult .h1{
    color:#2888d4;
    font-size:60px;
    font-weight:700;
}
.adult .h3{
    color:#2888d4;
    font-size:42px;
    font-weight:700;
    line-height:42px;
    margin-bottom: 25px;
    margin-top: 0;
}
.adult .topcontent p {
    margin-bottom: 20px;
}
.adult p{
    line-height: 28px;
}
.work{
    background: url("../images/bg-work.jpg") no-repeat center center;
    background-size: cover;
    padding: 80px 0;
    text-align:center;
}
.work .h3{
    color:#fff;
    font-size:42px;
    font-weight:700;
    margin-top: 0;
}
.work .h4{
    color:#e1f5ff;
    font-size:30px;
    margin-bottom:50px;
}
.work .box{
    color: #fff;
    margin: 25px 0;
}
.work .box img {
    margin-bottom: 30px;
}
.work .box .title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}
.work .box p {
    line-height: 30px;
}
.design{
    padding: 80px 0;
    text-align:center;
}
.design .h3{
    color:#2888d4;
    font-size:42px;
    font-weight:700;
    margin-top: 0;
}
.design .h4{
    font-size:30px;
    margin-bottom:50px;
}
.design .box{
    margin-top:20px;
    padding:0 50px;
}
.design .box .title{
    background: url("../images/shape1.png") no-repeat center bottom;
    color:#202529;
    font-size:28px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom: 25px;
    padding-bottom: 15px;
}
.design .box p {
    line-height: 30px;
    padding: 0 30px;
}
.endless {
    background-color:#252F39;
    padding: 80px 0;
}
.endless .h3{
    color:#2888d4;
    font-size:42px;
    font-weight:700;
    margin-top: 0;
}
.endless p {
    color:#bcc0c4;
    line-height: 30px;
}
.endless .pict {
    margin-bottom: 15px;
}
.endless .pict img {
    height: 120px;
    width: 100%;
}
.gb {
    background-color:#EFEFEF;
    overflow:hidden;
}
.gb .bggray {
    padding-bottom: 30px;
    padding-left: 8%;
    padding-top: 80px;
}
.gb .bgblue {
    background-color:#126eb7;
    padding-bottom: 140px;
    padding-right: 8%;
    padding-top: 80px;
}
.gb .bggray .inside{
    margin-right:50px;
}
.gb .bgblue .inside{
    margin-left:50px;
}
.gb .h2 {
    font-family: Montserrat;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 0;
    padding-bottom: 25px;
    position: relative;
}
.gb .h2:after {
    bottom: 0;
    content: " ";
    height: 5px;
    left: 0;
    position: absolute;
    width: 150px;
}
.gb .bggray .h2{
    color: #2783cb;
}
.gb .bgblue .h2{
    color: #fff;
}
.gb .bggray .h2:after {
    background-color: #2783cb;
}
.gb .bgblue .h2:after {
    background-color: #fff;
}
.gb p {
    font-family: Montserrat;
    font-size: 23px;
}
.gb .bggray p {
    color: #58595b;
}
.gb .bgblue p {
    color: #fff;
}
.touch {
    background-color: #F1F3F2 ;
    padding: 80px 0;
    text-align: center;
}
.touch .h3{
    color:#000;
    font-family:Montserrat;
    font-size:42px;
    margin-bottom: 30px;
    margin-top: 0;
}
.touch p{
    color:#58595b;
    font-family:Montserrat;
    font-size:28px;
}
.touch .divider {
    background-color: #e6e7e9;
    height: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    position: relative;
    width: 60%;
}
.touch .mybtn {
    background-color: #F39D13;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    line-height: 75px;
    margin-top: 50px;
    padding: 0 70px;
}
.touch .mybtn:hover{
    background-color:#2681c8;
    text-decoration:none;
}

/*=========Footer=========*/
#footer {
    padding: 50px 0;
    position: relative;
    text-align: center;
}
.customers li{background-image:url(../images/elephant-icon.png);background-repeat: no-repeat;padding: 15px 0px 0px 32px !important;background-position-y: 18px;list-style: none;margin-bottom: 10px;}

.customers_circle li{padding: 15px 0px 0px 0px !important;list-style: none;margin-bottom: 1px;}
.customers_circle .fa-circle{font-size:8px; margin-right:10px;}

.introducing li{background-image:url(../images/elephant-icon_white.png);background-repeat: no-repeat;padding: 15px 0px 0px 32px !important;background-position-y: 18px;list-style: none;margin-bottom: 10px;color:#fff;}

.introducing_circle li{padding: 15px 0px 0px 0px !important;list-style: none;margin-bottom: 1px;color:#fff;}
.introducing_circle .fa-circle{font-size:8px; margin-right:10px; color:#fff;}
.text_white{color: #fff;
    display: inline-block;
    text-align: left;}

/*=========Responsive=========*/
@media (min-width: 1800px){
    .container.v2 { max-width: 1828px; width: 1828px;}
}

@media (min-width: 1200px){
    .container { max-width: 1200px; width: 1200px; margin-left:auto; margin-right: auto;}
}

@media (max-width: 980px){
    .no-pad-left { padding-left: 15px; }
    .no-pad-right { padding-right: 15px; }
}

@media (max-width: 768px){
    #ctmenu {
        display: block;
    }
    .capt{
        margin: 30px 0;
    }
    .capt .h1{
        font-size:42px;
    }
    .work .box > div{
        margin-bottom: 30px;
    }
    .work .box img{
        margin-bottom: 10px;
    }
    .work .box .title{
        margin-bottom: 5px;
    }
    .design .box{
        padding: 0;
    }
    .design .box > div{
        margin-bottom:20px;
    }
    .design .box p{
        padding: 0;
    }
    .endless .h3, .endless p {
        text-align:center;
    }
}

@media (max-width: 480px){
    .adult .h3{
        line-height:42px;
    }
    .endless .pict img {
        display: block;
        height: inherit;
        margin: 20px auto;
        width: 60%;
    }
}

@media (max-width: 360px){

}

/*================Custom CSS===============*/
.capt .h1 {
    font-size: 46px;
    font-weight: 700;
}
section#banner .capt p:nth-child(2){
    font-size:20px;
    margin-top: -68px;
    margin-bottom: 161px;
}
#header {
    background-color: #126eb7;
    position: relative;
    /*    position: fixed;
        top: 0;
        z-index: 9;
        width: 100%;*/
}
#banner {
    background: url("../investors/images/slider/medical.jpg") no-repeat center center;
}
#banner .capt {
    color: #fff;
    font-size: 26px;
    margin-top: 165px;
}
#banner .capt p {
    margin-bottom: 100px;
}
.endless ul li{
    color: #bcc0c4;
    line-height: 30px;
}
.endless .h3 {
    line-height: 46px;
}
header.sticky {
    position: fixed !important;
    top: 0;
    z-index: 9;
    width: 100%;
}
.logo span.h1 {
    font-family: Montserrat;
    font-size: 36px;
    font-weight: 800;
    position: relative;
    color: white;
    vertical-align: initial;
    margin-left: -8px;
}
.logo img {
    vertical-align: bottom;
}
#banner .capt {
    color: #fff;
    font-size: 26px;
    margin-top: 96px;
}
#banner .capt p {
    margin-bottom: 30px;
}
section#banner ul{
    margin-bottom: 124px;
    font-size: 21px !important;
}
.adult .c100{
	display:inline-block;
	float: none;
	margin: 0 0 10px;
}
/*#banner{
    margin-top: 111px;
}*/

@media all and (max-width: 2560px) and (min-width: 1600px) {
    .logo img{
        /*width: 300px;*/
    }
    .lmenu li a, .rmenu li a{
        font-size: 23px;
    }
}