
 #body .container{
    max-width: 1350px !important;
}

body{
    font-family: "Roboto", sans-serif !important;
}

.a-font{
    font-family: "Barlow", sans-serif;
}

/* @font-face{
    src: url(../fonts/FUTURA55REGULAR.TTF);
    font-family: futura;
} */



/*---------------- top navigation ----------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* margin-left: 20px; */
    margin-right: 25px;
}

.top-list li a i {
    color: #ffffff;
    font-size: 13px;
    margin-right: 10px;
    transform: translateY(1px);
}

.top-list2{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list2 li a {
    display: inline-block;
    color: #000000;
    margin-left: 20px;
    font-size: 14px;
}

.top-navigation .container-fluid{
    padding: 0 200px !important;
}

.top-navigation {
    background-color: #bc0219;
    padding: 4px 0;
}

/*---------------------- navigation --------------------------*/

.nav-border{
    border-bottom: 1px solid #ddd;
}


.logo img {
    width: 150px;
}

.main_nav .navbar {
    background-color: #fff;
    padding: 15px 0 !important;
}

.main_nav .navbar .container-fluid {
    padding: 0 200px !important;
}

.main_nav .navbar .container-fluid .navbar-nav li a {
    color: #000;
    /* padding: 0 0 0 40px !important; */
    font-size: 15px;
    /* text-transform: uppercase; */
    font-weight: 500;
    padding-right: 35px;
    margin-top: 5px;
}

.main_nav .navbar .container-fluid .navbar-nav li a i {
    transform: translateY(0px);
    font-size: 14px;
    margin-left: 7px;
}

.nav-btn {
    /* background-color: #00336d; */
    padding: 7px 30px;
    color: #001975;
    display: inline-block;
    font-weight: 600;
    border: 2px solid #001975;
    border-radius: 30px;
    font-family: "Barlow", sans-serif;
}

.nav-btn:hover{
    color: #001975;
    text-decoration: none;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a {
    display: inline-block;
    color: #201e1e;
    font-size: 17px;
    padding-left: 20px;
}

/* .xtd-shadow--large-light {
    box-shadow: 1.25rem 1.375rem 4.75rem 0rem rgba(0, 0, 0, 0.22) !important;
} */

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background: black; */
    /* box-shadow: 0px 2px 17px 6px #dedddd; */
    box-shadow: 0 6px 17px -6px #abaaaa;
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }


  /*--------------- banner ---------------------*/

.bc-img{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 650px;
}

/* .bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.bc-img3{
    background: url(../images/banner-c.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
} */

h5.ban-header.a-font {
    color: #fff;
    font-size: 80px;
    /* text-align: center; */
    font-weight: 600;
}

.ban-content {
    padding: 250px 0;
}



/*--------------- about ---------------------*/

.com-img {
    width: 100%;
    height: 356px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.com-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.com-rt {
    position: relative;

}

h5.com-cap {
    font-size: 55px;
    font-weight: 600;
    color: #07539d;
    text-align: center;
    line-height: 33px;
    width: 175px;
    height: 175px;
    background: #fff;
    border-radius: 100%;
    /* padding: 41px 10px 0 10px; */
    padding-top: 47px;
    position: absolute;
    top: -93px;
    /* right: 0; */
    left: 85px;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 0;
}

h5.com-cap span {
    font-size: 17px;
    text-transform: capitalize;
    color: #000;
    font-weight: 500;
}

.com-lft {
    margin-left: 20px;
}

h5.com-header {
    position: relative;
    font-weight: 700;
    font-size: 16px;
    /* color: var(--main-color); */
    padding-left: 80px;
    margin-bottom: 15px;
    color: #bc0219;
    letter-spacing: 2px;
}

h5.com-header::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 60px;
    height: 2px;
    background-color: #bc0219;
}

h5.com-header2.a-font {
    font-size: 34px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 48px;
}

p.com-para {
    font-size: 15px;
    color: #353535;
    line-height: 28px;
    margin-bottom: 30px;
}

a.com-link {
    background: #bc0219;
    display: inline-block;
    color: #fff;
    padding: 13px 27px;
}

a.com-link i{
    font-size: 14px;
    margin-left: 8px;
}

a.com-link:hover{
    color: #fff;
    text-decoration: none;
}

.company {
    margin-top: 140px;
}

/*--------------- product ---------------------*/

.pr-container {
    width: 48%;
    margin: 0 auto;
}

.pr-img {
    width: 100%;
    height: 260px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.pr-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

.pr-box2 {
    display: inline-block;
}

h5.pr-cap.a-font {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
    padding-bottom: 8px;
}

p.pr-para2 {
    font-size: 15px;
    line-height: 26px;
}

a.pr-link2 {
    display: inline-block;
    text-transform: capitalize;
    font-weight: 500;
    color: #bc0219;
    font-size: 17px;
}

a.pr-link2:hover{
    text-decoration: none;
    color: #bc0219;
}

a.pr-link2 i{
    font-size: 14px;
    margin-left: 8px;
}

.pr-box2 {
    display: inline-block;
    padding: 30px 20px;
}

.pr-bg {
    background: url(../images/pr-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    margin-top: 80px;
}

.product {
    margin-top: -240px;
}

h5.pr-header.a-font {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 35px;
    margin-bottom: 14px;
}

p.pr-para {
    color: #ececec;
    font-size: 15px;
    padding: 0 100px;
    line-height: 26px;
    margin-bottom: 35px;
}


.pr-box {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-bottom: 2px solid #bc0219;
}

/*----------- project -----------*/

.pro-img {
    width: 100%;
    height: 445px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.pro-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    transition: all .5s ease-in-out;
}

/* background-image: linear-gradient( to top, rgba(3, 15, 39, 0.7), transparent); */

.pro-box{
    position: relative;
}

/* h5.pro-header {
    margin-top: -250px;
    position: relative;
   
} */

h5.pro-header a {
    color: #fff;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0px;
    /* line-height: 28px; */
    margin-bottom: 0;
    display: inline-block;
    pointer-events: fill;
    letter-spacing: 1px;
}

p.pro-para {
    margin-bottom: 0;
    color: #fff;
    font-size: 17px;
}

.pro-img2 {
    background-image: linear-gradient( to top, rgba(3, 15, 39, 0.4), transparent);
    height: 445px;
    /* height: 100%; */
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    /* padding: 45px 50px; */
    
}

h5.pro-header.a-font {
    position: absolute;
    /* top: 0; */
    left: 55px;
    bottom: 30px;
}

/* .pro-box:hover .pro-img2{
    opacity: 1;
    visibility: visible;
    top: 0;

} */

.pro-box{
    cursor: pointer;
}

.project .container-fluid .contain .row .col-lg-3{
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.project .container-fluid .contain .row{
    margin-right: -8px !important;
    margin-left: -8px !important;
}




h5.p-cap.a-font {
    color: #4177f9;
    font-size: 15px;
    letter-spacing: 2px;
    font-weight: 600;
    margin-bottom: 15px;
}

h5.p-cap2.a-font {
   
    font-weight: 600;
    
    text-transform: capitalize;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 14px;
}

h5.p-cap3 {
    color: #5e5e5e;
    font-size: 16px;
    font-weight: 500;
    padding: 0 525px;
    line-height: 26px;
    margin-bottom: 30px;
}

a.pro-link {
    display: inline-block;
    background: #002e51;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    padding: 10px 27px;
    margin-top: 30px;
}

a.pro-link i {
    font-size: 12px;
    margin-left: 10px;
}

a.pro-link:hover{
    text-decoration: none;
    color: #fff;
}

.project {
    margin-top: 80px;
}

/*----------- why -----------*/

.wh-icon img {
    width: 50px;
    filter: brightness(0) saturate(100%) invert(15%) sepia(52%) saturate(6070%) hue-rotate(199deg) brightness(96%) contrast(94%);
}

h5.wh-cap {
    font-family: "Barlow", sans-serif;
    text-transform: capitalize;
    font-weight: 600;
    margin-top: 17px;
    margin-bottom: 14px;
}

p.wh-para {
    margin-bottom: 0;
    font-size: 15px;
    line-height: 25px;
}

.wh-num {
    float: right;
    font-weight: 700;
    color: rgba(7, 83, 157, 0.3);
    font-size: 45px;
}

.wh-box {
    border: 1px solid #07539d;
    padding: 30px;
    margin-bottom: 30px;
}

.wh-pr3{
    padding: 0 260px !important;
}

.why{
    margin-top: 80px;
}

/*---------------- footer ----------------------*/

.footer {
    min-height: auto;
    padding: 60px 0;
    background-color: #07539d;
}

.ftr-logo img {
    width: 80px;
}

.ftr-header {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.ftr-list{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list li a {
    display: inline-block;
    color: #efefef;
    font-size: 15px;
    line-height: 34px;
}

.ftr-list li a i {
    margin-right: 15px;
    font-size: 12px;
}

.ftr-list2{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list2 li a{
    display: inline-block;

}

.ftr-social a i{
    display: inline-block;

}

p.ftr-para {
    font-size: 14px;
    /* color: #fff; */
    color: #efefef;
    line-height: 26px;
}

.footer .form-control {
    display: block;
    width: 100%;
    height: 48px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: initial;
    border-radius: 8px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.footer .form-control::placeholder{
    font-size: 15px;
    padding-left: 10px;
}

a.frm-link i {
    background: #024179;
    color: #fff;
    display: inline-block;
    padding: 11px 14px;
    font-size: 16px;
    border-radius: 5px;
}

.frm-btn {
    position: absolute;
    top: 6px;
    right: 8px;
}

.ftr-icon i {
    width: 45px;
    height: 45px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 45px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.ftr-h2 {
    font-weight: 400 !important;
    color: #efefef !important;
    line-height: 24px;
}

.mt-top {
    margin-top: 33px;
}

.ftr-social a i {
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.1);
    text-align: center;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    border: 1px dashed rgba(255, 255, 255, 0.3);
}

.ftr-2 {
    margin-left: 65px;
}
.ftr-3 {
    /* margin-right: 71px; */
    /* display: inline-block; */
    margin-left: -30px;
}

.footer2 {
    background-color: #07539d;
    padding: 20px 0;
    border-top: 1px solid #ababab;
}

.footer {
    margin-top: 50px;
}

.ftr-cap {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
}

