html,
body{
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-x: hidden;
}
body{
    background-color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #58585a;
}
h1,
h2,
h3,
h4,
h5,
h6{
    font-weight: 800;
    margin: 0 0 25px;
}

h1{
    font-size: 48px;
    line-height: 56px;
}

h2{
    font-size: 36px;
    line-height: 44px;
}

h3{
    font-size: 28px;
    line-height: 36px;
}

h4{
    font-size: 25px;
    line-height: 33px;
}

h5{
    font-size: 21px;
    line-height: 29px;
}

h6{
    font-size: 18px;
    line-height: 26px;
}

p {
	margin: 0 0 25px;
}

p.last{
    margin-bottom: 0 !important;
}

a{
    color: #e82231;
    text-decoration: none;
}

a:hover,
a:focus{
    color: #999999;
    text-decoration: none;
}

img{
    max-width: 100%;
    height: auto;
    border: none;
}

figure{
    margin: 0;    
}

::-webkit-input-placeholder {
	color: #58585a;
}

:-moz-placeholder {
	color: #58585a;
}

::-moz-placeholder {
	color: #58585a;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #58585a;
}

input[type=text],
input[type=email],
input[type=tel],
select,
textarea{
    width: 100%;
    display: block;
    margin: 0;
    border: 1px solid #58585a;
    padding: 10px;
}
input[type=text].error,
input[type=email].error,
input[type=tel].error,
select.error,
textarea.error{
    border: 1px solid #e91c30;
}
input[type=submit]{
    border: none;
    display: inline-block;
    color: #ffffff;
    font-weight: 300;
    background-color: #e82231;
    padding: 10px 25px;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
}
input[type=submit]:hover,
input[type=submit]:focus{
    color: #ffffff;
    background-color: #999999;
}
.form-label{
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
}
.form-group{
    margin-bottom: 28px;
}

/* site header */

.site-header{
    padding: 20px 0;
}

.navbar-default {
    background-color: transparent;
    border: none;
    margin: 0;
}
.navbar-nav {
    float: right;
}
.navbar-nav > li > a {
    padding: 15px 20px;
}
.navbar-nav > li.last > a{
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #58585a;
    font-size: 21px;
    line-height: 29px;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #e91c30;
    background-color: transparent;
}
.navbar-default .navbar-nav > .current-page-ancestor > a,
.navbar-default .navbar-nav > .active > a, 
.navbar-default .navbar-nav > .active > a:hover, 
.navbar-default .navbar-nav > .active > a:focus {
    color: #e91c30;
    background-color: transparent;
}

/* site-main */

.text-right{
    text-align: right;
}
.text-red{
    color: #e91c30;
}
.btn{
    display: inline-block;
    font-size: 21px;
    line-height: 29px;
    font-weight: 300;
    text-transform: none;
    border: 1px solid #babec1;
    border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radius: 8px;
        -o-border-radius: 8px;
    padding: 15px 30px;
    background-color: #ffffff;
    color: #58585a;
}
.btn:hover,
.btn:focus{
    border: 1px solid #e91c30;
    color: #e91c30;
}
.margin-xlg{
    margin-bottom:80px !important;
}
.no-padding{
    padding: 0 !important;
}
.no-padding-bottom{
    padding-bottom: 0 !important;
}
.font-400{
    font-weight: 400;
}
.site{
    background: url(images/bg_top.png) no-repeat scroll right top;
}
.site-inner{
    background: url(images/bg_bottom.png) no-repeat scroll right bottom;
}
.contact-us .site-inner,
.thank-you .site-inner{
    background: none;
}

.site-main{
    padding: 0;
}
.home .site-main{
    padding: 0;
}
.section{
    padding: 50px 0;
}
.main-home{
    padding-left: 80px;
}
.home-banner{
    padding: 80px 80px 160px 0;
    background-color: #eef2f8;
    position: relative;
}
.home-banner:before,
.home-banner:after{
    content:"";
    position: absolute;
    top: 0;
    left: -1000px;
    width: 1000px;
    height: 100%;
    background-color: #eef2f8;
}
.home-banner:after{
    display: none;
    right: -1000px;
    left: auto;
}
.home-banner h1{
    font-weight: 900;
    margin: 0;
    font-size: 64px;
    line-height: 72px;
}
.banner-icon{
    position: absolute;
    right: 120px;
    bottom: 0;
}
.sc-home-2{
    padding: 15px 0;
    background-color: #e91c30;
    position: relative;
    color: #ffffff;
}
.sc-home-2:before,
.sc-home-2:after{
    content:"";
    position: absolute;
    top: 0;
    right: -1000px;
    width: 1000px;
    height: 100%;
    background-color: #e91c30;
}
.sc-home-2:after{
    display: none;
    left: -1000px;
    right: auto;
}
.sc-home-2 h5{
    padding-left: 20px;
    font-weight: 700;
    margin: 0;
}
.sc-home-3{
    padding: 50px 0 20px;
}
.buttons .btn{
    margin-right: 30px;
    margin-bottom: 15px;
}
.page-title{
    font-weight: 900;
    margin-bottom: 30px;
}
.wd img,
.wd h6,
.wd p{
    margin-bottom: 15px;
}
.wd h6{
    font-weight: 900;
}
.wd img{
    height: 120px;
}
.ser{
    background-color:#eef2f8;
    border-bottom: 4px solid #e82231;
    margin-bottom: 30px;
    height: 100%;
}
.ser .inner{
    padding: 50px;
}
.ser h3,
.ser p{
    margin-bottom: 20px;
}
.ser .img-padding{
    padding-bottom: 30px;
}
.work {
    position: relative;
    padding-bottom: 35px;
}
.work img{
    position: absolute;
    bottom: 0;
    right: 50px;
}
.img-block img{
    display: block;
}

.section.we-do-3{
    padding-top: 0;
}
.we-do-3 .page-title{
    margin-bottom: 50px;
}
.we-do-3 .page-title span{
    background-color: #e82231;
    display: inline-block;
    padding: 20px 50px;
    color: #ffffff;
}
.tool{
    display: table;
    width: 100%;
    height: 170px;
    text-align: center;
}
.tool .inner{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    padding: 0 50px;
}
.we-do-4 span{
    display: inline-block;
    margin: 0 20px;
    vertical-align: middle;
    font-weight: 500;
}
.we-do-4 .title{
    font-size: 28px;
    line-height: 36px;
}
.we-do-4 .btn{
    
}
.banner{
    background-color: #eef2f8;
}
.about-banner{
    background: url(images/about-banner.png) no-repeat scroll right top #eef2f8;
    background-size: contain;
}
.banner-text{
    padding: 80px 0;
}
.checklist{
    margin: 0 0 25px;
    padding:0 0;
    list-style: none;
}
.checklist li{
    display: block;
    margin-bottom: 10px;
    background: url(images/check.png) no-repeat scroll 0 0;
    padding: 5px 0 0 55px;
    min-height: 40px;
    
}
.contact-1{
    background-color: #eef2f8;
    padding: 0px 0;
    overflow: hidden;
}

.contact-right:after{
    position: absolute;
    top: 0;
    width: 1000px;
    height: 100%;
    content: "";
    background-color: #e91c30;
    z-index: 1;
    left: 100%;
    margin-left: -15px;
}
.contact-left{
    padding-right: 50px;
    padding-top: 80px;
    padding-bottom: 80px;
}
.contact-right{
    background-color: #e91c30;
    padding-left: 50px;
}
.contact-left .inner,
.contact-right .inner{
    position: relative;
    z-index: 100;
}
.contact-right{
    display: table;
    width: 100%;
    height: 100%;
}
.contact-right .inner{
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}
.contact-right a{
    color: #ffffff;
}
.contact-right a:hover{
    text-decoration: underline;
}
.thank-you .site-main{
    background-color: #eef2f8;
    background-image: none;
}
.thank-1{
    padding: 80px 0;
}
.list-line{
    margin: 0 0 25px;
    padding: 0;
    list-style: none;
}
.list-line li{
    display: block;
    list-style: none;
    padding: 15px 0;
    border-bottom: 1px solid #cfd3d8;
    margin: 0;
}

.health-2{
    background-color: #eef2f8;
}
.section.health-2{
    margin-bottom: 50px;
}

/* Site footer */

.site-footer{
    text-align: center;
	font-size:14px;
    padding: 30px 0;
    background-color: #ffffff;
}
.home .site-footer{
    text-align: right;
}

@media (min-width: 768px){
    .row-eq{
        display: flex;
    }
    .margin-md-sm{
        margin-bottom: 30px;
    }
}

@media (max-width: 1199px){
    h1{
        font-size: 46px;
        line-height: 54px;
    }
    h2{
        font-size: 32px;
        line-height: 40px;
    }
    .home-banner h1{
        font-size: 48px;
        line-height: 56px;
    }
    .work {
        padding-bottom: 0;
    }
    .work img{
        height: 120px;
    }
    .banner-text {
        padding: 50px 0;
    }
}

@media (max-width: 991px){
    body{
        font-size: 15px;
        line-height: 23px;
    }
    h1{
        font-size: 32px;
        line-height: 40px;
    }
    
    h2{
        font-size: 28px;
        line-height: 36px;
    }
    
    h3{
        font-size: 25px;
        line-height: 33px;
    }
    
    h4{
        font-size: 21px;
        line-height: 29px;
    }
    
    h5{
        font-size: 18px;
        line-height: 26px;
    }
    
    h6{
        font-size: 15px;
        line-height: 23px;
    }
    .btn{
        font-size: 18px;
        line-height: 26px;
        padding: 10px 25px;
    }
    .navbar-nav > li > a {
        padding: 12px 20px;
    }
    .navbar-default .navbar-nav > li > a{
        font-size: 18px;
        line-height: 26px;
    }
    .main-home {
        padding-left: 50px;
    }
    
    .home-banner{
        padding: 60px 60px 120px 0;
    }
    .home-banner h1 {
        font-size: 36px;
        line-height: 44px;
    }
    .banner-icon img{
        width: 200px;
    }
    .tool .inner{
        padding: 0 25px;
    }
    .ser .inner {
        padding: 25px;
    }
    .work img {
        right: 25px;
    }
    .about-banner{
        background-size: 500px;
        background-position: right bottom;
    }
}

@media (max-width: 767px){
    .site{
        background: none;
    }
    .margin-xlg{
        margin-bottom: 50px !important;
    }
    .logo img{
        width: 210px;
    }
    .navbar-default{
        height: auto;
        margin: 0;
        min-height: 0;
    }
    .navbar-toggle{
        margin-right: 0;
        border-radius: 0;
            -moz-border-radius: 0;
            -webkit-border-radius: 0;
            -o-border-radius: 0;
        margin-top: -45px;
    }
    .navbar-default .navbar-toggle {
        border-color: #000000;
    }
    .navbar-default .navbar-toggle:hover, 
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #000000;
    }
    .navbar-nav {
        float: none;
    }
    .navbar-nav > li > a {
        padding: 10px 0px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        line-height: 26px;
    }
    .main-home {
        padding-left: 0;
    }
    .home-banner {
        padding: 30px 00px 120px 0;
    }
    .home-banner:after{
        display: block;
    }
    .home-banner h1 {
        font-size: 25px;
        line-height: 33px;
    }
    .banner-icon{
        right: 0;
    }
    .banner-icon img {
        width: 160px;
    }
    .sc-home-2:after{
        display: block;
    }
    .sc-home-2 h5 {
        padding-left: 0;
    }
    .buttons .btn{
        width: 100%;
        margin: 0 0 15px;
    }
    .section.we-do-2,
    .section.we-do-4{
        padding-top: 0;
    }
    .we-do-4 .title{
        margin-bottom: 15px;
    }
    .tool .inner {
        padding: 0 15px;
    }
    .site-footer{
        text-align: center;
    }
    .ser .inner {
        min-height: 0;
        padding-bottom: 0;
    }
    .work {
        padding-bottom: 120px;
    }
    .about-banner{
        background-image: none;
    }
    .cright{
        padding: 0;
    }
    .contact-left{
        padding: 30px 0;
    }
    .contact-right{
        display: block;
        padding: 30px 15px;
    }
    .thank-1 {
        padding: 50px 0;
    }
    .health-img img{
        max-height: 200px;
    }
    .solution{
        padding-bottom: 50px;
    }
    
}

@media (max-width: 479px){
    .tool{
        height: 120px;
    }
    .tool .inner {
        padding: 0 10px;
    }
}