@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    color:#6b6b6b;
    font-weight:400;
}
p {
    font-family: 'Roboto', sans-serif;
    color: #6b6b6b;
    font-size: 15px;
}
ul {
    padding-left: 18px;
    margin-bottom: 0;
}
li{
    margin-bottom: 10px;
}
li:last-child{
    margin-bottom: 0;
}
.header {
    background: #fff;
    padding: 33px 0;
    width: 100%;
}
.header-inner {
    padding: 10px 0;
}
.logo {
    margin: 0;
}
.logo img {
    display: block;
    margin:0;
}
.banner {
    background:url(../images/banner-bg.jpg) no-repeat center top #005696;
    padding:150px 0;
}
.banner h1 {
    font-size:82px;
    color:#fff;
    font-weight:300;
}
.banner h1 span {
    font-weight:500;
}
.banner p {
    font-size: 28px;
    color:#fff;
    font-weight:400;
}
.abt {
    padding:65px;
}
.abt h2 {
    font-size:28px;
    font-weight:700;
    padding:0 0 8px 0;
}
.abt-box {
    background: #f9f9f9;
    border:1px solid #d4d4d4;
    border-radius:10px;
    margin: 0;
    padding:50px 85px;
}
.abt-box h3 {
    font-size:26px;
    font-weight:500;
    text-transform:uppercase;
    padding:0;
    margin:0;
    text-align:center;
}
.abt-box h3:after {
    content:'';
    display:block;
    margin:20px auto 40px auto;
    width:137px;
    height:1px;
    background:#4e4e4e;	
    position:relative;
}
.abt-box ul {
    width:50%;
    float:left;
}
.abt-box ul li a {
    color:#6b6b6b;
    text-decoration:none;
}
.abt-box p {
    text-align:center;
    color:#898989;
    margin:45px 0 0 0;
    padding:0;
    font-size: 14px;
}
.abt-comp {
    background:url(../images/about-bg.jpg) no-repeat center top; 
}
.abt-comp h4 {
    color:#fff;
    font-size:40px;
    text-transform:uppercase;
    text-align:center;
    padding:108px 0 50px 0;
}
.abt-comp .whitebox {
    background:#fff;
    border:1px solid #d4d4d4;
    padding:50px;
    width:85%;
    margin:0 auto;
}
.abt-comp .whitebox p {
    font-size:16px;
    font-weight:400;
    line-height:30px;
    margin:0;
    padding:0 0 30px 0;
}
.abt-comp .whitebox a {
    display:block;
    background:#fff;
    padding:15px 45px;
    border:1px solid #b6c5bf;	
    text-transform:uppercase;
    font-size:14px;
    color:#00321e;
    text-decoration:none;
    width:180px;
}
.abt-comp .whitebox a:hover {
    background:#065a94;
    color:#fff;
}
.footer-sec{
    background:#303030;
    color:#fff;
    padding:20px 0;
}
.footer-sec p{
    color:#fff;
    text-align:center;
    font-size:13px;
    line-height:18px;
    margin-bottom: 0
}
.footer-sec p a{
    color:#fff;
    text-decoration:underline;
}

/*@media (max-width:768px){
        .abt-box{
                padding:80px 46px;
        }
}*/
@media (max-width:500px){
    .banner {
        padding:30px 0;
    }
    .banner h1 {
        font-size:42px;
    }

    .banner p {
        font-size: 15px;
        color:#fff;
        font-weight:400;
    }
    .abt {
        padding:10px;
    }
    .abt h2 {
        font-size:25px;
        padding:15px 0;
    }
    .abt-box {
        padding:20px;
        margin-bottom:20px;
    }
    .abt-box h3 {
        font-size:20px;
    }
    .abt-box h3:after {
        margin: 15px auto 30px auto;
        width: 120px;
    }
    .abt-box p {
        margin: 15px 0 0 0;
    }
    .abt-comp h4 {
        font-size:20px;
        padding: 40px 0 40px 0;
    }
    .abt-comp .whitebox {
        padding:30px;
    }
    .abt-comp .whitebox p {
        font-size: 14px;
        line-height: 22px;
    }
    .abt-comp .whitebox a {
        padding: 9px 27px;
        font-size: 14px;
        width:140px;
    }
}
a.btn.btn-default {
    background: #0366a1;
    color: #fff;
    padding: 8px 20px;
    margin-top: 20px;
}
li{
    font-size: 15px;
}
.ctc-box{
    background: #077fbb;
    padding: 1em;
    text-align: left;
    font-size: 22px;
    color: #fff;
    margin-bottom: 2em;
    border-radius: 10px;
    box-shadow: 0px 20px 30px -20px rgba(0,0,0,0.7);
}
.ctc-box h5{
    margin-bottom: 1em;
}
.ctc-box .title{
    font-size: 26px;
}
.ctc-box .content{
    font-weight: 300;
}
.box-wrapper{
    background: #f1f1f1;
    padding: 20px;
    color: #000;
    border-bottom: 3px solid #015697;
    min-height: 261px;
}
.box-wrapper p{
    margin-bottom: 10px;
    color: #000;
    font-size: 16px;
}
.box-wrapper p:last-child{
    margin-bottom: 0px;
}
.box-wrapper p span{
    font-weight: 600;
}