@charset "utf-8";
/* CSS Document */


@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');



body {
    margin: 0;
    overflow-x:hidden;
}
.container {
    width: 1200px;
    margin: 0 auto;
}
.header-wrapper {
    width: 100%;
}
.header-wrapper {
    width: 100%;
    border-top: 10px solid #245f93;
}
.logo {
    width: 16%;
}
.header-right {
    width: 83%;
}
.logo, .header-right {
    float: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}
.mailing-header {
    margin-bottom: 12px;
    margin-top: 1px;
}
.contact-details {
    margin-bottom: 10px;
    margin-top: 0px;
}
.mailing-header p {
    font-family: open sans;
    font-size: 20px;
    font-weight: 600;
    color: #e55e30;
    margin: 0;
}
.contact-details p{
    font-family: open sans;
    font-size: 24px;
    font-weight: 600;
    color: #19619d;
    margin: 0;
    
}
.mailing-header, .contact-details {
    text-align: right;
    width: 100%;
}
.contact-details img, .mailing-header img, .contact-details p, .mailing-header p {
    display: inline-block;
    float: none;
    vertical-align: middle;
}
.menus_wrapper {
    width: 100%;
    float: left;
    background: #e74f25;
}
.menus_wrapper ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.menus_wrapper ul li:first-child {
    margin-left: 0;
}
.menus_wrapper ul li:last-child{
    margin-right: 0;
}
.menus_wrapper ul li {
    list-style: none;
    padding: 10px 0px 8px;
    text-align: center;
    position: relative;
    display: inline-block;
    float: none;
    margin: 0px 100px 0px;
}
.menus_wrapper ul li a {
    text-decoration: none;
    display: inline-block;
    color: #fefefe;
    font-size: 18px;
    font-family: open sans;
    text-transform: capitalize;
    font-weight: 400;
}
.main.home {
    float: left;
    width: 100%;
    background: url(../images/slide.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #000;
    margin-top: 1px;
    border-bottom: 7px solid #21588e;
}
.main-bg {
    position: relative;
    z-index: 1;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 335px;
    margin-bottom: 180px;
    visibility: hidden;
}
.main-bg:before {
    width: 1000%;
    position: absolute;
    background: rgba(0,0,0,0.61);
    content: "";
    z-index: 1;
    height: 100%;
    right: -885%;
    z-index: -1;
}
.main-bg h1 {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    font-family: open sans;
    text-transform: uppercase;
    margin: 31px 0 3px;
}
.main-bg p {
    font-size: 18px;
    color: #fff;
    font-family: open sans;
    font-weight: 400;
    margin: 0 0 35px;
    line-height: 30px;
}
.section-two {
    float: left;
    width: 100%;
}
.services-section {
    text-align: center;
}
.services-boxes .box:first-child {
    margin-left: 0;
}
.services-boxes .box {
    width: 31.7%;
    /* display: inline-block; */
    /* float: none; */
    /* margin-left: 23px; */
    /* box-sizing: border-box; */
    border: 1px solid #c2c3c3;
    float: left;
    height: 865px;
    margin-left: 25px;
    position: relative;
}
.services-boxes .box img {
    width: 100%;
    box-sizing: border-box;
    display: block;
    border-bottom: 9px solid #e74f25;
    height: 267px;
}
.services-section h1 {
    font-size: 30px;
    color: #1f5589;
    font-family: open sans;
    font-weight: 400;
    margin: 21px 0 37px;
    text-transform:uppercase;
}
.services-boxes .box h2 {
    font-size: 30px;
    color: #1f5589;
    font-family: open sans;
    font-weight: 400;
    margin: 26px 0 24px;
    text-transform:uppercase;
}
.services-boxes .box p {
    font-size: 16px;
    color: #252525;
    font-family: open sans;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 0 38px;
}

.services-boxes .box ul{
    margin-left: 0px;
    float: left;
    width: 100%;
    margin-top: -10px;
    list-style-image: url(../images/bullet.png);
    background-repeat: no-repeat;
    /* margin-top: -7px; */
}

.services-boxes .box  .sub {
        margin-left: -13px;
    float: left;
    margin-top: 4px;
    list-style: disc;
}




.services-boxes .box li {
        float: left;
        width: 84%;
        text-align: left;
        font-size: 16px;
        color: #252525;
        font-family: open sans;
        line-height: 29px;
        padding: 0 10px;
}

.services-boxes .box a {
    font-size: 18px;
    font-family: open sans;
    font-weight: 400;
    display: inline-block;
    color: #f2f2f2;
    background: #e74f25;
    text-align: center;
    text-decoration: none;
    padding: 6px 18px 5px;
    /* margin: 0 0 25px; */
    position: absolute;
    right: 0;
    left: 0;
    width: 106px;
    margin: 0 auto;
    bottom: 25px;
}
.section-three {
    float: left;
    width: 100%;
    background: url(../images/sec3-bg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    border-top: 1px solid #d5d5d5;
    margin-top: 42px;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 2px;
}
.technology-sec h1 {
    font-size: 30px;
    color: #1f5589;
    font-family: open sans;
    font-weight: 400;
    margin: 26px 0 43px;
    text-transform:uppercase;
}
.technology-sec {
    text-align: center;
    padding-bottom: 45px;
}
.tec-box-left, .tec-box-right {
    display: inline-block;
    float: none;
    width: 48%;
    background: #fff;
    border: 1px solid #c2c3c3;
    margin: 0 10px;
}
.tec-box-img, .tec-box-cont {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}
.tec-left-top h2 {
    font-size: 26px;
    color: #e74f25;
    font-family: open sans;
    font-weight: 400;
    text-transform: uppercase;
    margin: 11px 0 0;
}
.tec-left-top p {
    font-size: 15px;
    color: #252525;
    font-family: open sans;
    margin: 0 0 10px;
}
.tec-left-top {
    border-bottom: 1px solid #c2c3c3;
}
.tec-box-cont ul li {
    font-size: 15px;
    color: #252525;
    font-family: open sans;
    text-align: left;
    margin: 0 0 11px;
    padding: 0;
    /*list-style-image:url(../images/bullet.png);*/
    background-repeat:no-repeat;
}
.tec-box-cont a {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    color: #f2f2f2;
    font-family: open sans;
    background: #e74f25;
    padding: 6px 24px 5px;
}
.tec-box-cont {
    text-align: right;
}
.tec-box-cont ul li:last-child {
    margin-bottom: 0;
}
.tec-box-cont ul {
    margin: 0 0 50px;
    padding-left: 25px;
    height: 171px;
}
.footer-wrapper {
    float: left;
    width: 100%;
    background: #e74f25;
}
.copyright-area p {
    color: #ffffff;
    font-family: open sans;
    font-size: 16px;
    margin: 0;
}
.copyright-area {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.social-icons {
    display: inline-block;
    float: none;
    vertical-align: middle;
    width: 49%;
}
.social-icons ul {
    margin: 0;
    padding: 0;
    float: right;
    text-align: right;
}
.social-icons ul li {
    list-style: none;
    float: left;
    margin-left: 10px;
}
.copyright-wrapper {
    padding: 8px 0 3px;
}
.quote-sec {
    width: 100%;
    float: left;
}
.quote-cont-area h1 {
    text-align: center;
    font-size: 30px;
    color: #1f5589;
    font-family: open sans;
    font-weight: 400;
    margin: 21px 0 37px;
    text-transform:uppercase;
}
.quote-cont-area{
    text-align:center;
}
.quote-form {
    width: 50%;
    margin: 0 auto;
}
.quote-form ul {
    padding-left: 0;
    margin-top: 0;
}
.quote-form ul li:first-child {
    padding-top: 0;
}
.quote-form ul li {
    list-style: none;
    padding: 10px 0;
    box-sizing: border-box;
}
.quote-form ul li label {
    display: none;
}
.quote-form ul li input, .quote-form ul li textarea {
    float: none;
    width: 100%;
    padding: 10px 0;
    text-indent: 15px;
    border: 1px solid #b9b7b7;
    border-radius: 0px;
    background: #f7f7f7;
    box-sizing: border-box;
    font-family: open sans;
}
.quote-form form input[type="submit"] {
    background: #e74f25 !important;
    color: #fff;
    width: 100px !important;
    text-indent: 0 !important;
    padding: 10px 0 !important;
    font-size: 16px;
    cursor: pointer;
}
.inner-content h1 {
    font-size: 30px;
    color: #1f5589;
    font-family: open sans;
    font-weight: 400;
    margin: 21px 0 10px;
    text-align: center;
    text-transform:uppercase;
}
.inner-content p {
    font-size: 16px;
    color: #252525;
    font-family: open sans;
    line-height: 24px;
    padding: 0 10px;
    margin: 0 0 38px;
    text-align: center;
}
.inner-banner {
    width: 100%;
    float: left;
}
.inner-banner img{
    width:100%;
    display:block;
    box-sizing:border-box;
}


.inner-content h2 {
    font-size: 25px;
    color: #1f5589;
    font-family: open sans;
    font-weight: 400;
    margin: 21px 0 10px;
    text-align: center;
    text-transform: uppercase;
}

.inner-page {
    width: 100%;
    float: left;
}
.inner-page .section-two {
    margin-bottom: 45px;
}


/*.headdata{
        float: left;
        width: 645px;
        text-align: center;
        font-family: open sans;
        font-size: 32px;
        font-weight: 600;
        color: #0f0a28;
        margin: 22px 0px 0px 0px;
        /* margin: 0 auto; */
        /* display: inline; 
}*/

.headdata {
    float: left;
    width: 500px;
    text-align: center;
    font-family: open sans;
    font-size: 32px;
    font-weight: 600;
    color: #0f0a28;
    margin: 22px 0px 0px 114px;
    /* margin: 0 auto; */
    /* display: inline; */
    /* box-sizing: border-box; */
}

.headdata span{
        color: #e96424;
}



#customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    margin:0 auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
    width: 800px;

}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: #e74f25;
    color: white;
}

.about {
    text-align: center;
}

.quote{
   background: #e74f25;
    padding: 10px 20px;
    display: inline-block;
    margin-bottom: 23px;
    /* margin: 0 auto; */
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: open sans;
}

.quote:hover{
    background: #19335f;
}

.text3d{
    font-family: open sans;
    line-height:1em;
    color:#0f0a28;
    font-weight:bold;
    font-size: 41px;
    text-shadow:0px 0px 0 rgb(221,221,221),1px 1px 0 rgb(198,198,198),2px 2px 0 rgb(174,174,174),3px 3px 0 rgb(150,150,150),4px 4px 0 rgb(127,127,127),5px 5px 0 rgb(103,103,103), 6px 6px 0 rgb(79,79,79),7px 7px 6px rgba(0,0,0,1),7px 7px 1px rgba(0,0,0,0.5),0px 0px 6px rgba(0,0,0,.2);
    }