*{
    padding:0px;
    margin:0px;
    font-family: Roboto-Light;
    font-size:16px;
}
@font-face {
    font-family: Roboto-Regular;
    src: url(../font/Roboto-Regular.woff);
}
@font-face {
    font-family: Roboto-Light;
    src: url(../font/Roboto-Light.woff);
}
@font-face {
    font-family: Roboto-Medium;
    src: url(../font/Roboto-Medium.woff);
}
@font-face {
    font-family: Roboto-Bold;
    src: url(../font/Roboto-Bold.woff);
}
@font-face {
    font-family: Roboto-Thin;
    src: url(../font/Roboto-Thin.woff);
}
.section1,.section3,.section4,.section7,.section9{
    padding:40px 0px;
}
.section1,.section4,.section7,.section9{
    background:#f8ed33;
}
.section3 h3:nth-child(1),.section6 h3:nth-child(1),.section8 h3,.section7 h3,.section9 h3{
    font-family:Roboto-Medium;
    text-align:center;
    font-size:45px;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
    margin-bottom: 30px;
}
.section7 h3,.section9 h3{
    color: #2e3192;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.50);
}

.section1 img{
    max-width:100%;
    width:820px;
}
.section1{
    background:url("../image/section2BG.jpg");
    background-size: cover;
    text-align:center;
    padding:55px 0px;
}
.section1 .sec1Text{
    margin-top:-20px;
    padding-bottom:15px;
}
.section1 .sec1Text h1{
    font-size: 60px;
    font-weight: bolder;
    font-family: Roboto-Bold;
    color: #2e3192;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.30);
}
.section3.about h3:nth-child(1){
    text-align:center;
}
.section3,.section5,.section6,.section8{
    background:#2e3192;
    color:#f8ed33;
}
.section3 h3,.section3 span,.section5 h3,.section6 h3{
    font-size: 30px;
    font-family: Roboto-Bold;
    line-height: 50px;
    margin-bottom: 35px;
}
.section4 h2{padding:20px;}
.section4 h2 span{
    font-family:Roboto-Medium;
    padding: 100px 0px;
    font-size:35px;
    color:#2e3192;
}
.section4 .c1 img,.section4 .c2 img,.section4 .c3 img{
    max-width:100%;
    padding:20px;
}
.section4 .c2{
    text-align:right;
}

.section6{
    position:relative;
    background:url("../image/section6BG.jpg");
    background-size: cover;
    z-index:2;
    padding:50px 0px;
}
.section6:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(46,49,146,0.9);
    z-index:-1;
}
.section7{
    text-align:center;
}
.section7 ul li{
    display:inline-block;
    padding: 50px;
}


.section7 .clientLogoImage img{
    max-width:100%;
}
.section8{
    position:relative;
    background:url("../image/section8BG.jpg");
    background-size: cover;
    z-index:2;
    padding:50px 0px;
}
.section8 img{
    max-width:100%;
    width: 250px;
}
.section8:after{
    position:absolute;
    content:"";
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:rgba(46,49,146,0.9);
    z-index:-1;
}
.section8 h4{
    font-family:Roboto-Medium;
    font-size:30px;
    line-height:40px;
}
.section9 label{
    /*width:20%;*/
    color:#d9daff;
    font-size:20px;
}
.section9 .form-control{
    color:#fff000;
}
.section9 .formSubmit a{
    color: #2e3192;
    background-color: #f8ed33;
    border-color: snow;
    font-weight: bold;
}
.section9 input,.section9 textArea{
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom: 1px solid #787abb;
    border-radius:0;
    box-shadow:none;
    background: transparent;
    resize:none;
}
.section9 .form-control:focus{
    box-shadow:none;
    border-color:#6365af;
}
.section9 .well{
    background:#2e3192;
    padding: 20px;

    -webkit-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 6px -7px rgba(0,0,0,0.75);
}
.section9 input::placeholder,.section9 textArea::placeholder{
    color:#787abb;
}

.return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

    z-index:9999;
}
.return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
.return-to-top:hover i {
    color: #fff;
    top: 5px;
}
.btn_send{
    float: right;
    margin: 25px 0px 0px 0px;
    color: #fff;
    background-color: #42459c;
    border-color: #42459c;
    width: 150px;
}
.btn_send:hover{color: #fff;}

.quickInquiry a{
    transform: rotate(-90deg);
    padding: 10px 15px;
    position: fixed;
    right: 5px;
    font-family: Roboto-Medium;
    font-size: 15px;
    color: rgb(255, 255, 255);
    background:#ef4515;
    z-index: 999;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 5px 5px 0px 0px;
    margin-right: -51px;
    top: 30%;
    margin-top: -19px;
    text-shadow: none;
}
.quickInquiry a:focus{
    border:transparent;
}
.modal-footer{
    border-top:none;
}
.modal-header{
    padding: 0px 10px;
}
.inquiryModal a{
    color: #fff;
    background-color: #2e3192;
    border-color: darkblue;
    font-weight: bold;
}
.inquiryModal a:hover{
    background-color: #1a1c56;
    color:#fff;
}


@media (max-width: 768px){
    .section3 h3, .section3 span,.section6 h3,.section8 h4 {
        font-size: 25px;
        line-height: 40px;
    }
    .section4 .c1,.section4 .c2,.section4 .c3 {
        text-align: center;
    }
    .section9 label,.section9 .col-xs-12.col-sm-8{
        width:100%;
        text-align:left !important;
    }
    .section7 ul li {
        padding: 30px;
    }
    .section1,.section3,.section4,.section6,.section7,.section8,.section9{
        text-align:center;
    }
    .section4 h2 {
        padding: 0px 20px;
    }
}
@media (max-width: 420px){
    .section3 h3, .section3 span,.section6 h3 {
        font-size: 20px;
        line-height: 30px;
    }

}