
 #body .container{
    max-width: 1350px !important;
}

body{
    
    font-family: "Roboto", sans-serif !important;
}

/* .a-font{
    font-family: "Merriweather", 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: 15px;
    font-weight: 600;
    /* 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;
}

ul.top-list2 li a {
    color: #fff;
    font-size: 15px;
    display: inline-block;
    margin-right: 18px;
}

/* .top-navigation .container-fluid{
    padding: 0 100px !important;
} */

.top-navigation {
    /* background: url(../images/top-bg.png) no-repeat; */
    /* background-size: cover; */
    /* background-position: center; */
    padding: 6px 0;
    background-color: #07539d;
}

/*---------------------- navigation --------------------------*/

.nav-border{
    border-bottom: 1px solid #ddd;
}


.logo img {
    width: 125px;
}

.main_nav .navbar {
    background-color: #fff;
    padding: 10px 0 !important;
}

/* .main_nav .navbar .container-fluid {
    padding: 0 121px !important;
} */

.main_nav .navbar .container .navbar-nav li a {
    color: #000;
    padding: 0 21px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    /* font-family: "Dosis", sans-serif; */
}

.nav-btn {
    /* background-color: #148ee4; */
    /* background-image: linear-gradient(to right top, #0b6796, #007ba2, #008d99, #009d7c, #15a850); */
    padding: 9px 36px;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    background: #27466a;
    font-size: 15px;
    letter-spacing: 1px;
}

.nav-btn:hover{
    color: #fff;
    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; */
  }


  .navbar-nav li{
    position: relative;
 }


.nav-content {
    position: absolute;
    top: 76px;
    left: -10px;
    z-index: 999;
    background: rgba(7, 83, 157, 0.7);
    display: inline-block;
    /* right: -4px; */
    transition: all .5s ease-in-out;
       opacity: 0;
    visibility: hidden;        
}

ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.main_nav ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_nav ul.sub-content li a {
    color: #fff !important;
    white-space: nowrap;
    display: inline-block;
    padding: 8px 70px 8px 20px !important;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
      top: 56px;    
    
}


  /*--------------- banner ---------------------*/

  .main-banner.w-100 {
    border-top: 3px solid #07539d;
}

.bc-img{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-size: cover;
    min-height: 650px;
}

.bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-size: cover;
    min-height: 650px;
}

/* .bc-img3{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    background-size: cover;
    min-height: 700px;
} */



/*--------------- about ---------------------*/

h5.ab-header.a-font {
    font-size: 33px;
    font-weight: 700;
    text-transform: capitalize;
    padding-right: 100px;
    line-height: 43px;
    margin-bottom: 25px;
}

.ab-container {
    width: 64%;
    margin: 0 auto;
}

h5.ab-header2 {
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 21px;
}

p.ab-para {
    margin-bottom: 0;
    color: #3b3b3b;
    font-size: 15px;
    line-height: 27px;
}

a.ab-link {
    text-transform: uppercase;
    font-size: 15px;
    color: #07539d;
    font-weight: 600;
    display: inline-block;
}

a.ab-link i {
    width: 50px;
    height: 50px;
    border: 1px solid #07539d;
    border-radius: 100px;
    text-align: center;
    line-height: 50px;
    margin-left: 17px;
}

a.ab-link:hover{
    color: #07539d;
    text-decoration: none;
}

.about {
    margin-top: 70px;
}

.ab-icon img {
    width: 65px;
}

h5.ab-cap {
    /* font-family: "Merriweather", serif; */
    font-weight: 600;
    font-size: 28px;
    color: #27466a;
}

h5.ab-cap2 {
    font-size: 17px;
    color: #6a717b;
    font-weight: 600;
}

.ab-txt {
    margin-left: -55px;
    border-right: 1px solid #ddd;
    height: 85px;
}

.ab-border{
    border: none !important;
}

.ab-ic{
    width: 55px !important;
}

.container.abt-border {
    /* border-top: 1px solid #ddd; */
    /* padding-top: 30px; */
    margin-top: 60px;
    background: #f2f8ff;
    padding: 40px 50px 30px;
}

/*--------------- paralox ---------------------*/

.paralox {
    background: url(../images/para.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 67px 0;
    margin-top: 70px;
}

h5.para-header.a-font.text-center {
    font-size: 35px;
    color: #fff;
    padding: 0 200px;
    line-height: 54px;
    font-weight: 600;
    margin-bottom: 0;
}

/*--------------- industry ---------------------*/



/*--------------- product ---------------------*/

.pro-header a {
    display: inline-block;
    /* font-family: "Merriweather", serif; */
    color: #fff;
    color: #07539d;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 0;
    margin-top: 22px;
    /* letter-spacing: 1px; */
}

.pro-header{
    position: relative;
    text-align: center;
}

/* .pro-header::before{
    content: "";

}
 */

 .product {
    margin-top: 70px;
}

h2.pro-cap {
    font-size: 27px;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #07539d;
}

h2.pro-cap::before {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #07539d;
    position: absolute;
    bottom: -18px;
    left: 868px;
}

p.pro-cap2 {
    padding: 0 435px;
    color: #585858;
    line-height: 26px;
    margin-bottom: 35px;
    font-size: 15px;
}

.pro-img {
    width: 100%;
    height: 385px;
    overflow: hidden;
    float: left;
    position: relative;
    background: #ddd;
}

.pro-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.pro-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -20px;
    
}

.pro-col{
    flex: 20%;
    max-width: 20%;
    padding-left: 20px;
    
    
}

.product .container-fluid{
    padding: 0 60px !important;
}


/*---------------industry ---------------------*/

.industry i.fa-solid.fa-caret-left {
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    color: #07539d;
    line-height: 42px;
}

.industry i.fa-solid.fa-caret-right {
    width: 45px;
    height: 45px;
    border: 1px solid #000;
    border-radius: 100%;
    color: #07539d;
    line-height: 42px;
}

.industry .owl-theme .owl-nav {
    margin-top: 35px;
    text-align: right;
    -webkit-tap-highlight-color: transparent;
}

.in-border{
    position: relative;
}

.in-border::before {
    content: "";
    width: 1200px;
    height: 2px;
    background-color: #ddd;
    position: absolute;
    bottom: 25px;
    left: 9px;
    /* right: 0px; */
}

.in-border::after {
    content: "";
    width: 100px;
    height: 5px;
    background-color: #07539d;
    position: absolute;
    left: 7px;
    bottom: 23px;
}

h5.in-cap {
    font-size: 27px;
    margin-bottom: 48px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #07539d;
}

h5.in-cap::before {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #07539d;
    position: absolute;
    bottom: -25px;
    left: 637px;
}

.in-cap2 {
    padding: 0 124px;
    color: #585858;
    line-height: 26px;
    margin-bottom: 35px;
    font-size: 15px;
}

.industry {
    margin-top: 75px;
}

/*--------------- why ---------------------*/

.wh-img img {
    width: 36px;
    /* filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(1460%) hue-rotate(184deg) brightness(97%) contrast(103%); */
    transition: all .5s ease-in-out;
    filter: brightness(0) saturate(100%) invert(23%) sepia(12%) saturate(2665%) hue-rotate(172deg) brightness(98%) contrast(89%);
}

.wh-box {
    /* padding: 30px 0; */
    /* border-radius: 50px 0px 50px 0px; */
    /* border: 1px solid #bdbdbd; */
    margin-bottom: 45px;
    transition: all .5s ease-in-out;
    cursor: pointer;
}

h5.wh-header {
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 16px;
    color: #fff;
    font-size: 20px;
}



p.wh-para {
    color: #e8e8e8;
    transition: all .5s ease-in-out;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 30px;
}

a.wh-link {
    display: inline-block;
    color: #e1effa;
    transition: all .5s ease-in-out;
}

a.wh-link:hover{
    color: #e1effa;
}

a.wh-link i{
    font-size: 14px;
    margin-left: 10px;
}

.wh-color {
    background-color: #132b47;
    border: none !important;
    transition: all .5s ease-in-out;
}

.wh-color2{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(264deg) brightness(103%) contrast(99%) !important;
    transition: all .5s ease-in-out;
}

.wh-color3{
    color: #fff !important;
    transition: all .5s ease-in-out;
}

.wh-color4{
    color: #e6e6e6 !important;
    transition: all .5s ease-in-out;
}

.wh-color5{
    color: #fff !important;
    transition: all .5s ease-in-out;
}

.wh-cap{
    font-size: 27px;
    margin-bottom: 40px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;

}

.wh-cap::before {
    content: "";
    width: 60px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    bottom: -18px;
    left: 640px;
}

.wh-cap2 {
    line-height: 26px;
    margin-bottom: 35px;
    font-size: 15px;
    color: #ebebeb;
    padding: 0 200px;
}



/* .wh-box:hover{
    background-color: #0069b4;
    border: none !important;
    
}

.wh-box:hover .wh-img img{
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(264deg) brightness(103%) contrast(99%);
    
}

.wh-box:hover .wh-header{
    color: #fff;
}

.wh-box:hover .wh-para{
    color: #e6e6e6;
}

.wh-box:hover .wh-link{
    color: #fff;
}



.wh-color:hover{
    background-color: #fff !important;
    border: 1px solid #bdbdbd !important;
}

.wh-color:hover .wh-color2{
    filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(1460%) hue-rotate(184deg) brightness(97%) contrast(103%) !important;
}

.wh-color:hover .wh-color3{
    color: #212529 !important;

}

.wh-color:hover .wh-color4{
    color: #5d5d5d !important;
}

.wh-color:hover .wh-color5{
    color: #0069b4 !important;
} */


.wh-img {
    width: 70px;
    height: 70px;
    border: 1px solid #ffffff;
    border-radius: 100%;
    text-align: center;
    line-height: 64px;
    margin-top: 10px;
}
.wh-txt3 {
    margin-left: -50px;
}

.wh-co{
    border: 1px solid #fff !important;
}

.wh-pl{
    padding: 0 200px !important;
}

.why {
    background: url(../images/wh-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0 40px;
    margin-top: 70px;
}

.wh-img img {
    width: 36px;
    /* filter: brightness(0) saturate(100%) invert(25%) sepia(96%) saturate(1460%) hue-rotate(184deg) brightness(97%) contrast(103%); */
    /* transition: all .5s ease-in-out; */
    /* filter: brightness(0) saturate(100%) invert(23%) sepia(12%) saturate(2665%) hue-rotate(172deg) brightness(98%) contrast(89%); */
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(288deg) brightness(102%) contrast(102%);
}

.wh-color3{
    color: #fff !important;
}

.wh-color2{
    color: #e6e6e6 !important;
}

.te-img {
    width: 100%;
    height: 390px;
    overflow: hidden;
    float: left;
    position: relative;
    background: #ddd;
}

.te-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.te-container{
    width: 1200px;
    margin: 0 auto;
}

.te-box2 {
    background-image: linear-gradient( to top, rgba(3, 15, 39, 0.7), transparent);
    height: 390px;
    /* height: 100%; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 45px 50px;
   
}

.te-box{
    position: relative;
}

h5.te-cap {
    position: absolute;
    top: 84%;
    left: 33px;
    /* bottom: 0; */
    color: #fff;
    font-size: 22px;
    letter-spacing: 1px;
}

.tech-bg {
    background: url(../images/tect-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 315px;
    margin-top: 80px;
}

.tech {
    margin-top: -247px;
}

h5.te-header {
    font-size: 27px;
    margin-bottom: 45px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    color: #ffffff;
    letter-spacing: 1px;
}

h5.te-header::before {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #ffffff;
    position: absolute;
    bottom: -25px;
    left: 572px;
}

.te-para {
    color: #f1f1f1;
    margin-bottom: 30px;
}

/*--------------- footer ---------------------*/

h5.ftr-header4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 23px;
    line-height: 32px;
}

.ftr-container{
    width: 70%;
    margin: 0 auto;
}

h5.ftr-header4 {
    text-transform: capitalize;
    color: #fff;
    font-size: 23px;
    line-height: 32px;
    margin-top: 27px;
}

h5.ftr-caption {
    font-weight: 600;
    color: #fff;
    font-size: 26px;
    line-height: 37px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.footer {
    background: url(../images/ftr-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 80px 0;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 18px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 25px;
    /* margin-top: 30px; */
    position: relative;
}

/* .ftr-logo {
    margin-left: -20px;
} */

p.ftr-para2 {
    margin-bottom: 0;
    color: #e6e6e6;
    font-size: 15px;
    line-height: 27px;
}

.ftr-logo2 a img {
    width: 36%;
    background: #fff;
    padding: 13px;
    /* height: 200px; */
}

.ftr-logo2 {
    /* background: #fff; */
    /* text-align: center; */
    /* width: 163px; */
    display: inline-block;
    /* padding: 20px; */
    /* height: 200px; */
}

.ftr-logo {
    margin-top: 58px;
    /* margin-bottom: 20px; */
}

p.ftr-para {
    font-size: 15px;
    color: #bcbcbc;
    line-height: 25px;
    margin-bottom: 0;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #30306c; */
    color: #ffffff;
    /* width: 28px; */
    /* height: 38px; */
    font-size: 16px;
    display: inline-block;
    /* line-height: 35px; */
    text-align: center;
    /* padding-right: 15px; */
    /* border-radius: 100%; */
    /* border: 1px solid #ffffff; */
    text-align: center;
    margin-right: 10px;
    /* margin-top: 20px; */
    padding: 12px 14px;
    /* padding-right: 20px; */
    margin-top: 27px;
    border: 1px solid #fff;
}

.ftr-list{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list li a {
    display: flex;
    font-size: 16px;
    color: #e3e3e3;
    padding-bottom: 10px;
}

.ftr-list li a i {
    font-size: 15px;
    color: #ffffff;
    margin-top: 5px;
    margin-right: 10px;
}

.ftr-list li a:hover{
    color: #ffffff;
    text-decoration: none;
}

.ftr-list li a h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #bcbcbc;
    /* padding-right: 20px; */
}


.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 15px;
    color: #dadada;
    padding-bottom: 12px;
    text-transform: capitalize;
}

.ftr-list2 li a:hover{
    color: #d6d6d6;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #7ec7ff;
    transform: translatey(6px);
    margin-right: 20px;
    font-size: 14px;
}

.ftr-list2 li a h5 {
    font-size: 15px;
    line-height: 24px;
    margin-bottom: 10px;
    font-weight: 400;
}
/* .ftr-3 {
    margin-left: 40px;
} */

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}

h5.ftr-title.text-center {
    margin-bottom: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
}

.ftr-down {
    width: 100%;
    background-color: #23496f;
    padding: 23px 0;
}

.ftr-caption4{
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 0;
}

/* .ftr-item{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    justify-content: right;
}

.ftr-item li a {
    display: inline-block;
    color: #fff;
    
    font-size: 16px;
    line-height: 40px;
} */

.ftr-img img{
    width: 100%;
}

ul.ftr-list2.ftr-top {
    margin-top: 35px;
}

.ftr-container{
    width: 1300px;
    margin: 0 auto;
}

.ftr-2 {
    margin-left: 70px;
}


.ftr-5 {
    float: right;
}



/* .ftr-2 {
    margin-left: 38px;
    border-left: 1px solid #9e9e9e;
    padding-left: 36px;
    border-right: 1px solid #9e9e9e;
} */

.ftr-item{
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.ftr-item li a{
    display: inline-block;
}

.ftr-item li a {
    display: inline-block;
    color: #707070;
    /* width: 42px; */
    /* height: 39px; */
    /* text-align: center; */
    font-size: 16px;
    line-height: 40px;
}


.ftr-cap {
    font-size: 18px;
    color: #b7b7b7;
    margin-right: 15px;
    transform: translateY(7px);
    margin-bottom: 0;
}

.footer-2 {
    border-top: 1px solid #bfbfbf;
    background: #0069b4;
    padding: 10px 0;
}

.footer-2 .container{
    width: 1200px !important;
}

.footer .container{
    width: 1200px !important;
}


h5.ftr-title {
    margin-bottom: 0;
    font-size: 16px;
    color: #ddd;
    margin-top: 7px;
}

/* .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{
    margin: 0;
    padding: 0;
    list-style: none;

}

.ftr-list2 li a{
    display: inline-block;

}

.ftr-social a i{
    display: inline-block;

}

.ftr-list2 li a {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    
} */

.ftr-ul{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ftr-ul li a {
    display: inline-block;
    background-color: #3b5998;
    color: #fff;
    padding: 3px 8px;
    margin-left: 8px;
}

.ft-color{
    background-color: #1da1f2 !important;

}


.ft-color2{
    background-color: #0e76a8 !important;

}

.ftr-cap {
    font-size: 18px;
    color: #ffffff;
    /* margin-right: 15px; */
    /* transform: translateY(1px); */
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

.footer-btm {
    border-top: 1px solid #4a8bc5;
    /* padding-bottom: 20px; */
    padding-top: 42px;
    margin-top: 50px;
}


.client {
    padding: 50px 0;
    border-top: 2px solid #07539d;
    margin-top: 80px;
}

/*-----------------------------------Get in Touch--------------------------------*/

.get {
    margin-top: 70px;
  }
  
  h3.get-heading {
    font-size: 26px;
    color: #07539d;
    text-transform: capitalize;
    font-weight: 500;
    margin-bottom: 0.625rem;
    /* letter-spacing: 1px; */
}
p.get-para {
    font-size: 15px;
    color: #5f5f5f;
    padding-right: 114px;
    line-height: 24px;
}
  
  form.form-get-bg {
    margin-top: 30px;
  }
  
  .get .container .form-get-bg .form-grp-1 .form-control {
    border: 1px solid #bfbfbf;
    border-radius: initial;
    height: 49px;
  }
  
  .get .container .form-get-bg .form-grp-1 .msg {
    resize: none;
    height: 133px;
    padding-top: 45px;
  }
  
  .form-grp-1 {
    margin-bottom: 25px;
  }
  
  .get .container .form-get-bg .form-grp-1 .form-control::placeholder{
    font-size: 14px;
    color: #555555;
    font-weight: 500;
  }
  
  input.get-link {
    background-color: #07539d;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    padding: 17px 40px;
    margin-top: 10px;
    transition: all 0.5s ease;
}
  
  input.get-link:hover{
    box-shadow: 0 20px 5px -10px rgba(0, 0, 0, 0.4);
    transform: translateY(-10px);
  }
  
  .direct-box {
    min-height: 288px;
    /* border: 1px solid #000000; */
    /* padding-top: 17px; */
    /* padding-left: 14px; */
    width: 58%;
    padding: 40px 35px;
    margin-top: 107px;
    margin-left: 21%;
    /* box-shadow: 0px 20px 31px 0px #eaeaea; */
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
  
h3.direct-header {
    font-size: 16px;
    color: #07539d;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0.625rem;
}
  
  p.direct-para {
    font-size: 14px;
    color: #585656;
    line-height: 26px;
    text-align: justify;
     margin-bottom: 1.25rem;
  }
  
  .ico-direct {
    color: #ff5e15;
    margin-right: 23px;
  }
  
  .ico-direct-1 {
    color: #ff5e15;
    margin-right: 28px;
  }
  
  .direct-2 {
    margin: 8px 0;
  }
  
  h4.direct-text {
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    line-height: 23px;
  }
  
  .follow {
    font-size: 17px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 1rem;
  }
  
  .ico-1{
    width: 37px;
    height: 37px;
    background-color: #8a4814;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    font-size: 16px;
  }
  
  
  .ico-2 {
    width: 37px;
    height: 37px;
    background-color: #8a4814;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding-top: 11px;
    font-size: 16px;
    margin: 0 6px;
  }
  
  
  .map {
    margin-top: 70px;
    margin-bottom: -6px;
  }
  
  .ftr-5 {
    /* float: right; */
    margin-left: 0;
  }
  
  .co-list{
    margin: 0;
    padding: 0;
    list-style: none;
  }
  
  .co-list li a{
    display: flex;
  }
  
  .co-list li a i {
    font-size: 14px;
    color: #07539d;
    /* transform: translate(10px, 10px); */
    transform: translateY(7px);
    margin-right: 12px;
}
  
.co-list li a h5 {
    font-size: 15px;
    color: #6a6a6a;
    line-height: 25px;
    margin-bottom: 15px;
}
  
  h5.co-header {
    font-size: 18px;
    font-weight: 600;
  }
  
  .co-list li a:hover{
    text-decoration: none;
  }
  
  .co-box {
    box-shadow: 0px 5px 15px 0px rgb(62 65 159 / 10%);
    border: 1px solid #efefef;
    padding: 20px;
    min-height: 135px;
  }

  .contact-banner {
    background: url(../images/contact-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
    
}

.abt-banner{
    background: url(../images/abt-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
}

.career-banner{
    background: url(../images/career-banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
}

.con-center{
    padding: 130px 0;

}

  .con-head {
    color: #fff;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 1px;
}

  .con-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
  }

  .con-list li a{
    display: inline-block;
    color: #f0f0f0;
    font-size: 15px;
  }

  .con-list li a i{
    font-size: 13px;
  }


  .com-img img {
    width: 100%;
}

p.com-para {
    font-size: 15px;
    color: #535252;
    line-height: 28px;
}

h5.com-header {
    text-transform: uppercase;
    font-size: 14px;
    color: #07539d;
    letter-spacing: 2px;
    font-weight: 600;
    position: relative;
    margin-bottom: 15px;
}

h5.com-header::before {
    content: "";
    width: 60px;
    height: 2px;
    background-color: #07539d;
    position: absolute;
    right: 398px;
    top: 7px;
}

.company {
    margin-top: 150px;
}

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;
}


.history {
    /* background: url(../images/hi-bg.png) no-repeat; */
    background-size: cover;
    background-position: center;
    min-height: auto;
    position: relative;
    padding: 80px 0;
    margin-top: 80px;
    background: #07539d;
}

.history::before {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    top: 326px;
    background-color: #fff;
}

.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 40px;
}

h5.hist-header.a-font {
    color: #e3e3e3;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 18px;
}
h5.hist-header2.a-font {
    color: #fff;
    font-weight: 400;
    font-size: 28px;
    font-weight: 600;
    line-height: 41px;
}

p.hist-para {
    color: #ececec;
    /* float: right; */
    /* padding-right: 142px; */
    line-height: 28px;
    margin-top: 18px;
}


h5.it-header {
    font-size: 45px;
    color: #fff;
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    position: relative;
}

h5.it-header::before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    line-height: 12px;
    border-radius: 50%;
    bottom: -6px;
    left: 1px;
    background-color: #61b1ff;
}

h5.it-header2 {
    color: #e6e5e5;
    margin-top: 25px;
}

p.it-para {
    margin-bottom: 0;
    color: #cdcdcd;
    padding-right: 53px;
    font-size: 15px;
    line-height: 27px;
}

/* .owl-item{
    margin-right: 0 !important;
} */

.owl-content {
    margin-top: 35px;
}



/*--------------- core values ---------------------*/

.core .container-fluid{
    padding: 0 15px 0 160px !important;
}

h5.co-cap {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 600;
    color: #868686;
    letter-spacing: 2px;
    margin-bottom: 16px;
}

h5.co-cap2 {
    text-transform: capitalize;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 50px;
}



h5.co-title {
    font-size: 24px;
    font-weight: 400;
    margin-top: 17px;
}

.co-box {
    margin-bottom: 35px;
}

.core {
    background: #fff;
    background-size: cover;
    min-height: auto;
    margin-top: 80px;
}

.co-box4 {
    margin-bottom: 50px;
}



.co-icon2 img {
    width: 60px;
    filter: brightness(0) saturate(100%) invert(14%) sepia(93%) saturate(3388%) hue-rotate(196deg) brightness(97%) contrast(104%);
}

h5.co-title5 {
    font-size: 20px;
    margin-top: 20px;
}

h5.v-header {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 15px;
}

p.v-para {
    margin-bottom: 0;
    color: #535353;
    font-size: 15px;
    margin-bottom: 35px;
}

p.v-para2 {
    margin-bottom: 0;
    color: #535353;
    font-size: 15px;
    padding-right: 156px;
    line-height: 26px;
}

.vission {
    margin-top: 60px;
}

.des-container {
    width: 1540px;
    margin: 0 auto;
}

.abt-list2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
}

.abt-list2 li a {
    color: #6e6e6e;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.p-img {
    width: 100%;
    height: 292px;
    overflow: hidden;
    position: relative;
    /* margin: 10px auto 0 auto; */
}

.p-box2 {
    margin-bottom: 22px;
}
.p-img img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
    margin: 0 auto;
}

.product-des .container .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.product-des .container .row .col-lg-3 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}

h5.des-title {
    font-size: 25px;
    font-weight: 600;
    color: #07539d;
    position: relative;
    margin-top: 21px;
    margin-bottom: 51px;
}

h5.des-title::before {
    content: "";
    width: 60px;
    height: 4px;
    background-color: #07539d;
    position: absolute;
    bottom: -20px;
    left: 628px;
}

.product-des {
    margin-top: 80px;
}

h5.pr-cap {
    background: #07539d;
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
    padding: 12px 23px;
}

.ep-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid rgba(0,0,0,.125);
    /* border-left: 2px solid #c9c9c9; */
    background: #fff;
}

.ep-list li a {
    display: inline-block;
    color: #3d3d3d;
    font-weight: 500;
    font-size: 16px;
    padding: 16px 0;
}

.ep-list li a:hover{
    text-decoration: none;
    color: #0069b4;
}

.ep-list li a i {
    font-size: 14px;
    float: right;
}

ul.ep-list li {
    border-bottom: 1px solid #d6d6d6;
    /* margin-left: 18px; */
    padding-left: 18px;
    transition: all .5s ease-in-out;
}

h5.ep-heading {
    color: #07539d;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.ep-box {
    background: #fafafa;
    padding: 50px 22px 83px;
}

.sp-lft {
    width: 95%;
}

h5.down-header {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
    color: #07539d;
}

a.down-1 {
    display: inline-block;
    background: #07539d;
    color: #fff;
    /* padding: 10px; */
    width: 100%;
    padding: 14px 54px;
    font-size: 14px;
}

a.down-2 {
    display: inline-block;
    background: #fff;
    color: #000;
    /* padding: 10px; */
    width: 100%;
    padding: 14px 54px;
    font-size: 14px;
    margin-top: 25px;
}

a.down-1 i {
    margin-right: 8px;
}

a.down-2 i {
    margin-right: 8px;
}

.ep-box {
    background: #f8fbff;
    padding: 40px 22px 35px;
}


/*------------------ career -------------------*/

label.car-label {
    
    text-transform: capitalize;
    font-size: 15px;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.career-form .container .form-career .form-car-box .add{
    height: 250px !important;
    resize: none;
}

.car-label2{
    
    text-transform: capitalize;
    font-size: 17px;
    color: #3e3e3e;
    margin-bottom: 10px;
}

.form-car-box {
    margin-top: 20px;
}

input.car-link {
	background-color: #0069b4;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: none;
	padding: 10px 37px;
	margin-top: 19px;
}

.career-form{
    margin-top: 50px;
}

.pr-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.pr-list li a{
    display: inline-block;
}