
 #body .container{
    max-width: 1200px !important;
}

body{
    font-family: 'Lato', sans-serif !important;
}

.a-font{
    /* font-family: "Roboto", sans-serif; */
    font-family: "Poppins", sans-serif;
}

/*--------------- banner  --------------*/

/* .main-banner{
    padding: 0 30px;
} */

.bc-img {
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
}

/* .bc-img2{
    background: url(../images/banner-b.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
}

.bc-img3{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 682px;
} */

h6.ban-header {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 5px;
}

h1.ban-header2 {
    font-size: 55px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 700;
    padding-right: 477px;
    line-height: 75px;
    text-transform: capitalize;
}

p.ban-para {
    color: #fff;
    font-size: 17px;
    padding: 0 200px;
    margin-bottom: 35px;
}

a.ban-link {
    background: #07539d;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding: 16px 32px;
}

.ban-link2 {
    /* background: #07539d; */
    border: 2px solid #fff;
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
    padding: 14px 30px;
    margin-left: 10px;
}

a.ban-link i{
    font-size: 12px;
    margin-left: 8px;
}

a.ban-link2 i{
    font-size: 12px;
    margin-left: 8px;
}

.ban-text {
    /* text-align: center; */
    padding: 211px 0;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}

.main-banner i.fa-solid.fa-angle-left {
    color: #000;
    background: #fff;
    padding: 8px 10px;
    font-size: 17px;
}

.main-banner i.fa-solid.fa-angle-right {
    color: #000;
    background: #fff;
    padding: 8px 10px;
    font-size: 17px;
}

/*---------------- top-navigation ----------------------*/

.top-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.top-list li a {
    display: inline-block;
    color: #ebebeb;
    font-size: 16px;
    font-weight: 600;
}

.top-list li a i {
    color: #ffffff;
    margin-right: 12px;
    font-size: 13px;
}

.top-nav {
    /* background: #1d70b8; */
    padding: 8px 0;
    background: #07539d;
}

.top-social a i {
    color: #ffffff;
    font-size: 15px;
}

.top-nav .container-fluid {
    padding: 0 190px !important;
}

/*---------------- navigation ----------------------*/

.nav-ft{
    left: 0 !important;
}

h5.logo-head {
    color: #525252;
    margin-bottom: 0;
    font-weight: 800;
    font-size: 17px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-top: 27px;
    margin-left: 25px;
}

a.navbar-brand img {
    width: 110px;
}

.nav-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.nav-list li a{
    display: inline-block;

}

.nav-list li a i {
    color: #000;
    font-size: 15px;
    transform: translateY(10px);
    margin-right: 30px;
}

.nav-list li a.nav-btn {
    background-color: #1d70b8;
    /* color: #000; */
    color: #fff;
    font-weight: 600;
    padding: 11px 31px;
    border-radius: 6px;
}

.nav-list li a.nav-btn:hover{
    text-decoration: none;
}

.top-nav2 .navbar {
    background-color: #fff !important;
    padding: 8px 0 !important;
}

.top-nav2 .container-fluid {
    padding: 0 115px;
}

.top-nav2 .navbar .navbar-nav li a {
    color: #3a3a3a;
    font-weight: 600;
    padding: 0 20px;
    font-size: 17px;
}

.top-nav2 .navbar .navbar-nav li a:hover{
    text-decoration: none;
    color: #1d70b8;
}

/* .top-nav2 .navbar .navbar-nav li .active1{
    color: #1e3d75;
    font-weight: 600;
} */

.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;
    /* background-color: #fff !important;  */
}

  .sticky2 {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    /* background:black; */
  }

  .nav-in{
    position: relative;
  }

  .nav-content {
    position: absolute;
    top: 84px;
    left: -300px;
    z-index: 999;
    background: rgba(7, 83, 157, 0.8);
    display: inline-block;
    
    transition: all .5s ease-in-out;
     opacity: 0;
    visibility: hidden;       
}

.navbar-nav .nav-in:hover .nav-content{
    opacity: 1;
    visibility: visible;
     top: 64px; 
    
}

ul.sub-content li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content li a:hover{
    text-decoration: none;
}

.top-nav2 ul.sub-content{
    margin: 0;
    padding: 0;
    list-style: none;
}

.top-nav2 ul.sub-content li a {
    color: #ffffff !important;
    white-space: nowrap;
  
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 16px !important;
}

.navbar-nav .nav-in2:hover .nav-content{
     opacity: 1;
    visibility: visible;
     top: 51px;  
    
}


/*------------- 2 --------------*/

.nav-in2{
    position: relative;
}


.nav-content2 {
    position: absolute;
    top: 0px;
    left: 427px;
    z-index: 999;
    background: rgba(7, 83, 157, 0.8);
    display: inline-block;
    
    transition: all .5s ease-in-out;
      opacity: 0;
    visibility: hidden;       
}

 

ul.sub-content2 li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content2 li a:hover{
    text-decoration: none;
}

 ul.sub-content2{
    margin: 0;
    padding: 0;
    list-style: none;
}

 ul.sub-content2 li a {
    color: #ffffff !important;
    white-space: nowrap;
  
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 16px !important;
}

 .nav-in2:hover .nav-content2{
     opacity: 1;
    visibility: visible;
     /* top: 51px;   */
    
}

/*------------- 3 --------------*/

.nav-in3{
    position: relative;
}


.nav-content3 {
    position: absolute;
    top: 0px;
    left: 427px;
    z-index: 999;
    background: rgba(7, 83, 157, 0.8);
    display: inline-block;
    
    transition: all .5s ease-in-out;
      opacity: 0;
    visibility: hidden;       
}

 

ul.sub-content3 li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content3 li a:hover{
    text-decoration: none;
}

 ul.sub-content3{
    margin: 0;
    padding: 0;
    list-style: none;
}

 ul.sub-content3 li a {
    color: #ffffff !important;
    white-space: nowrap;
  
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 16px !important;
}

 .nav-in3:hover .nav-content3{
     opacity: 1;
    visibility: visible;
     /* top: 51px;   */
    
}

/*------------- 4 --------------*/


.nav-in4{
    position: relative;
}


.nav-content4 {
    position: absolute;
    top: 0px;
    left: 427px;
    z-index: 999;
    background: rgba(7, 83, 157, 0.8);
    display: inline-block;
    
    transition: all .5s ease-in-out;
      opacity: 0;
    visibility: hidden;        
}

 

ul.sub-content4 li {
    border-bottom: 1px solid #ffffff;
    
}

ul.sub-content4 li a:hover{
    text-decoration: none;
}

 ul.sub-content4{
    margin: 0;
    padding: 0;
    list-style: none;
}

 ul.sub-content4 li a {
    color: #ffffff !important;
    white-space: nowrap;
  
    padding: 10px 90px 8px 22px !important;
    display: inline-block;
    font-weight: 500 !important;
    font-size: 16px !important;
}

 .nav-in4:hover .nav-content4{
     opacity: 1;
    visibility: visible;
     /* top: 51px;   */
    
}




/*------------- manufracture --------------*/

.me-icon img {
    width: 60px;
}

h5.me-head {
    font-weight: 600;
    font-size: 18px;
    margin-top: 22px;
    position: relative;
    margin-bottom: 45px;
}

h5.me-head::before {
    position: absolute;
    content: "";
    bottom: -25px;
    width: 50px;
    height: 4px;
    left: 50%;
    margin-left: -25px;
    background: #1d70b8;
}

p.me-para {
    font-size: 14px;
    line-height: 28px;
    color: #5e5e5e;
}

a.me-link {
    display: inline-block;
    font-weight: 600;
    color: #1d70b8;
    font-size: 16px;
}

a.me-link i{
    font-size: 14px;
    margin-left: 8px;
}

.me-box.text-center {
    padding: 30px;
    
}

.me-row{
    background-color: #fff;
    box-shadow: 20px 0px 70px 0px rgba(38, 42, 76, 0.1);
}

.me-border {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.mechanical {
    margin-top: -95px;
    position: relative;
}

/*------------- about us --------------*/

.about{
    margin-top: 80px;
}

.ab-img img{
    width: 100%;
}

.ab-container {
    width: 66%;
    margin: 0 auto;
}

h5.ab-cap.a-font {
    background: #07539d;
    color: #fff;
    font-size: 40px;
    text-align: center;
    width: 30%;
    margin: 0 auto;
    padding: 47px 10px;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 0;
}

h5.ab-cap span {
    font-size: 20px;
}

.ab-box {
    margin-top: -50%;
    position: relative;
}

h5.ab-header2 {
    font-size: 14px;
    text-transform: uppercase;
    color: #5c5c5c;
    font-weight: 600;
    letter-spacing: 2px;
    margin-bottom: 16px;
}
.ab-txt {
    margin-left: 20px;
}

h1.ab-header {
    font-weight: 600;
    font-size: 27px;
    position: relative;
    margin-bottom: 45px;
}

h1.ab-header::after {
    content: '';
    width: 100px;
    background: #07539d;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -24px;
}

p.ab-para {
    color: #5c5c5c;
    line-height: 30px;
}

.ab-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ab-list li a {
    display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 40px;
}

.ab-list li a i {
    color: #07539d;
    font-size: 14px;
    margin-right: 20px;
}

.ab-list li a:hover{
    text-decoration: none;
}

a.ab-link {
    display: inline-block;
    background: #07539d;
    color: #fff;
    padding: 15px 37px;
    margin-top: 35px;
}

.ab-link i{
    font-size: 13px;
    margin-left: 10px;

}

a.ab-link:hover{
    text-decoration: none;
    color: #fff;
}


/*------------- product --------------*/

.pro-img img{
    width: 100%;
}

.product .container-fluid {
    padding: 0 80px;
}

.pro-box {
    position: relative;

}

.pro-box2 {
    padding: 45px 35px;
    position: absolute;
    top: 68%;
    left: 0;
}

h5.pro-cap a {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
}

h5.pro-cap a:hover{
    text-decoration: none;
}

h5.pro-cap{
    position: relative;
}

h5.pro-cap::before {
    content: "";
    height: 2px;
    width: 379px;
    background-color: rgba(225, 230, 238, 0.4);
    position: absolute;
    bottom: -15px;
    left: 0;
}

a.pro-link {
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    display: inline-block;
    margin-top: 37px;
}

a.pro-link i{
    font-size: 13px;
    margin-left: 8px;
}

a.pro-link:hover{
    text-decoration: none;
    color: #fff;
}

h5.pro-title {
    color: #1d70b8;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 14px;
}

h5.pro-title2.a-font {
    font-size: 22px;
    padding: 0 402px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 33px;
}

a.pro-link2 {
    text-transform: uppercase;
    /* background: #1d70b8;
    color: #fff; */
    color: #1d70b8;
    border: 2px solid #1d70b8;
    font-weight: 600;
    /* letter-spacing: 1px; */
    display: inline-block;
    padding: 19px 19px;
    border-radius: 5px;
    margin-top: 40px;
}

a.pro-link2 i{
    font-size: 13px;
    margin-left: 10px;
}

a.pro-link2:hover{
    text-decoration: none;
    /* color: #fff; */
    color: #1d70b8;
}

.product {
    background: url(../images/bg-pr.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 70px 0;
    margin-top: 115px;
}


/*------------- number --------------*/

.mi-icon img {
    width: 55px;
    filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(662%) hue-rotate(170deg) brightness(92%) contrast(93%);
}

.mi-head {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 37px;
    margin-left: 20px;
    margin-top: 15px;
}

.mi-top {
    margin-top: 6px !important;
}

.mi-top2 {
    margin-top: 7px !important;
}

.mi-1 {
    height: 60px;
}

.mi-cap {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #646464;
    margin-top: 12px;
}

.mile {
    padding: 80px 0;
}


/*---------------- project ----------------------*/

.project .container-fluid {
    padding: 0 15px 0 300px !important;
}

.project {
    /* background: #54ba44; */
    /* margin-top: 80px;
    background-image: linear-gradient(to right top, #0d75bb, #008ec5, #00a2b0, #00b181, #54ba44);
    padding: 60px 0 40px; */
    background: url(../images/in-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0 40px;
}

h5.pro-header {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-weight: 600;
}

p.pro-capp.a-font {
    color: #fff;
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 32px;
}

a.pr-link {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 17px;
    border: 2px solid #fff;
    padding: 9px 45px;
    margin-left: 414px;
}

a.pr-link:hover{
    color: #fff;
    text-decoration: none;
}

h5.pr-cap {
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    background: rgba(0,0,0,0.5);
    padding: 9px 20px;
}

a.pr-link2 {
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid #fff;
    padding: 10px 30px;
}

a.pr-link2 i{
    font-size: 14px;
    margin-left: 10px;
}

.project .container-fluid .pro-owl i.fa-solid.fa-arrow-left-long {
    background-image: linear-gradient(to right top, #0d75bb, #008ec5, #00a2b0, #00b181, #54ba44);
    color: #ffffff;
    padding: 14px 16px;
    position: absolute;
    top: 117px;
    left: 0;
}

.project .container-fluid .pro-owl i.fa-solid.fa-arrow-right-long {
    background-image: linear-gradient(to right top, #0d75bb, #008ec5, #00a2b0, #00b181, #54ba44);
    color: #ffffff;
    padding: 14px 16px;
    position: absolute;
    top: 117px;
    right: 0;
}


/*--------------- why ---------------------*/

.wh-container{
    width: 1300px;
    margin: 0 auto;
}

.w-icon img {
    width: 44px;
    /* filter: brightness(0) saturate(100%) invert(34%) sepia(32%) saturate(7315%) hue-rotate(210deg) brightness(90%) contrast(107%); */
    margin: 0 auto;
    /* filter: brightness(0) saturate(100%) invert(35%) sepia(92%) saturate(662%) hue-rotate(170deg) brightness(92%) contrast(93%); */
}

.v-box {
    text-align: center;
}



.why {
    /* background: url(../images/w-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0; */
    margin-top: 80px;
}

.v-box {
    text-align: center;
    background: #fff;
    padding: 30px 20px;
    margin-bottom: 30px;
    min-height: 251px;
    border-radius: 6px;
    border-bottom: 3px solid #1d70b8;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

h5.w-title {
    font-size: 18px;
    color: #07539d;
    margin-top: 18px;
    margin-bottom: 12px;
    font-weight: 700;
    line-height: 26px;
    /* font-family: "Kanit", sans-serif; */
}

p.w-para {
    font-size: 15px;
    line-height: 27px;
    color: #535353;
    margin-bottom: 0;
}


h5.w-header.text-center {
    color: #fff;
    font-size: 35px;
    margin-bottom: 28px;
    text-transform: capitalize;
}

h5.w-header.text-center {
    color: #000;
    font-size: 31px;
    margin-bottom: 28px;
    
    font-weight: 400;
}

img.w-icon {
    width: 40px;
}

.w-icon2 {
    width: 58px !important;
}

/*---------------- testimonial ----------------------*/

.t-bg {
    background: url(../images/t-bg.png) no-repeat;
    background-position: center;
    background-size: cover;
    min-height: auto;
    padding: 90px 130px 50px;
    margin-top: 50px;
}

.test .container-fluid{
    padding: 0 100px !important;
}

.t-box {
    background: #fff;
    width: 100%;
    padding: 50px;
}

.test .container-fluid .t-bg .owl-carousel .owl-item img {
    display: block;
    width: 80px;
}

.test .container-fluid .t-bg .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #1d70b8;
}

.test .container-fluid .t-bg .owl-theme .owl-dots .owl-dot span {
    background: #a2d5fd;
}

.test .container-fluid .t-bg .owl-dots {
    margin-left: -441px;
}

.test .container-fluid .t-bg .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 25px;
}

p.t-para2 {
    font-weight: 600;
    color: #666666;
    font-size: 16px;
    line-height: 32px;
}


h5.t-cap {
    font-size: 17px;
    font-weight: 600;
    color: #072733;
    margin-bottom: 7px;
}

h5.t-cap2 {
    font-size: 15px;
    margin-bottom: 0;
}

.t-txt2 {
    margin-top: 14px;
    margin-left: -10px;
}

.txt-social i {
    color: #1d70b8;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 33px;
}


h5.t-header {
    color: #175e9b;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.t-header2 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 25px;
    line-height: 40px;
}

.test-txt {
    margin-top: 75px;
}

a.t-link {
    display: inline-block;
    color: #ffffff;
    /* border: 2px solid #1d70b8; */
    font-weight: 600;
    /* letter-spacing: 1px; */
    display: inline-block;
    padding: 13px 29px;
    border-radius: 5px;
    margin-top: 21px;
    background: #07539d;
}

a.t-link i{
   margin-left: 8px;
    font-size: 14px;
}

a.t-link:hover{
    text-decoration: none;
    color: #ffffff;
}


/*----------- partner -----------*/


.partner {
    border-top: 2px solid #0c75bb;
    padding: 50px 0;
    margin-top: 80px;
}

.partner .container .owl-carousel .owl-item img {
    display: block;
    width: 99%;
}

/*----------- footer -----------*/

.footer {
    /* background: #24414e; */
    min-height: auto;
    padding: 50px 0;
    /* margin-top: 90px; */
    background: #262626;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 17px;
    /* margin-top: 30px; */
    position: relative;
}



.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 14px;
    color: #d5d5d5;
    line-height: 25px;
    margin-bottom: 8px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    /* background-color: #182128; */
    color: #ffffff;
    width: 45px;
    height: 45px;
    font-size: 17px;
    display: inline-block;
    line-height: 45px;
    text-align: center;
    /* padding-right: 15px; */
    margin-top: 15px;
    /* border: 1px solid #4d4d4d; */
    border: 1px solid rgb(255 255 255 / 40%);
    /* padding-right: 20px; */
    margin-right: 8px;
}

.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: 15px;
    font-weight: 500;
    line-height: 24px;
    color: #c9c9c9;
    padding-right: 20px;
}

.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 15px;
    color: #cdcdcd;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
}

.ftr-list2 li a:hover{
    color: #dbd9d9;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #ffffff;
    transform: translatey(6px);
    margin-right: 12px;
    font-size: 15px;
}

.ftr-3 {
    margin-left: 40px;
}

.ftr-up {
    /* color: #fff; */
    background: #173a79;
    border-top: 1px solid #9e9e9e;
    padding: 16px 0;
}



.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{
    font-size: 15px;
    color: #fff;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}

.ftr-logo a img {
    width: 255px;
}

ul.ftr-list2.ftr-top {
   
    margin-top: 59px;
}
.ftr-container{
    width: 1300px;
    margin: 0 auto;
}

.ftr-2 {
    margin-left: 111px;
    margin-top: 25px;
}

.ftr-4 {
   
    margin-top: 25px;
}
.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: #fff;
    /* width: 42px; */
    /* height: 39px; */
    /* text-align: center; */
    font-size: 18px;
    line-height: 40px;
}

h5.ftr-title {
    font-size: 15px;
    color: #cfcfcf;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 500;
}

.ftr-cap {
    font-size: 18px;
    color: #b7b7b7;
    margin-right: 15px;
    transform: translateY(7px);
    margin-bottom: 0;
}

.footer-2 {
    background: #0a487e;
    padding: 10px 0;
    border-top: 1px solid #9f9f9f;
}

.ftr-top3{
    margin-top: 70px;
}

.ftr-list4{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.ftr-list4 li a {
    display: inline-block;
    color: #cbcaca;
    font-size: 15px;
    font-weight: 500;
    padding-left: 15px;
}

h5.ftr-title {
    font-size: 14px;
    color: #bdbdbd;
    margin-top: 9px;
    margin-bottom: 0;
    font-weight: 500;
}

/* .footer{
    margin-top: 70px;
}

 */
 .footer {
    /* background: #24414e; */
    min-height: auto;
    padding: 50px 0;
    /* margin-top: 90px; */
    background: #0a487e;
}

/*----------- contact -----------*/

.contact-banner{
    background: url(../images/contact-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.abt-banner{
    background: url(../images/abt-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.con-h5 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px;
}

.con-list{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
}

.con-list li a{
    display: inline-block;
    font-size: 16px;
    color: #fff;
    display: flex;
}

.con-list li a i {
    font-size: 11px;
    transform: translateY(8px);
}

.con-list li a:hover{
    color: #fff;
    text-decoration: none;
}

.con-txt {
    padding: 125px 0;
}

.con-detail {
    margin-top: 70px;
}

h4.get-header {
    font-size: 30px;
    /* padding-right: 155px; */
    text-transform: capitalize;
    line-height: 46px;
}

p.get-para {
    color: #6a6a6a;
    font-weight: 500;
    margin-bottom: 25px;
}

h5.get-header2 {
    font-size: 17px;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-weight: 600;
    margin-bottom: 18px;
}

h5.get-number {
    font-size: 18px;
    color: #381c00;
    line-height: 30px;
    padding-right: 200px;
    margin-bottom: 20px;
}

h4.get-title {
    text-transform: capitalize;
    font-size: 36px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 .form-control {
    background: initial;
    border-radius: initial;
    border: initial;
    border-bottom: 1px solid #818a91;
    height: initial;
    padding: 0;
}

.get-rt .get-1 .form-get-bg .form-grp-1 .msg {
    resize: none;
    border: 1px solid #818a91;
    height: 107px;
    border-radius: initial;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 label {
    color: #8a8a8a;
    margin-bottom: -10px;
}

.get-rt .get-1 .form-get-bg .form-grp-1 label{
    color: #8a8a8a !important;
    margin-bottom: 18px;
}

.get-rt .get-1 .form-get-bg .form-get-box .form-grp-1 {
    margin-bottom: 26px;
}

input.get-link {
    border: initial;
    background: #07539d;
    color: #fff;
    font-size: 17px;
    padding: 14px 32px;
    margin-top: 25px;
}

.ge-container {
    width: 75%;
    margin: 0 auto;
}

.get-rt {
    margin-left: 30px;
}

.gr-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.gr-list li a {
    display: flex;
    color: #323232dd;
    /* font-weight: 600; */
    font-size: 16px;
    margin-bottom: 12px;
}

.gr-list li a i {
    color: #1762a3;
    font-size: 14px;
    transform: translateY(7px);
    margin-right: 12px;
}

.gr-list li a h5 {
    display: flex;
    color: #323232dd;
    /* font-weight: 600; */
    font-size: 16px;
    line-height: 24px;
}

.ftr-top2{
    margin-top: 68px;
}

.map{
    margin-top: 70px;

}

.invest-banner{
    background: url(../images/in-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}


.an-bg {
    width: 80%;
    margin: 0 auto;
    /* background: #f8fcff; */
}

h4.an-header {
    background: #0d5a45;
    color: #fff;
    font-size: 31px;
    padding: 15px;
    margin-bottom: 0;
    letter-spacing: 2px;
}

.an-div {
    padding: 30px 25px;
    /* border: 1px solid #000; */
}

.an-list {
    margin: 0;
    padding: 0;
    list-style: none;
    border: 1px solid #c2c2c2;
}

.an-list li a {
    font-size: 15px;
    color: #3d3b3b;
    padding: 10px;
    display: block;
    font-weight: 500;
    font-weight: 600;
}

.an-list li a:hover{
    text-decoration: none;
}

.an-list li{
    border-bottom: 1px solid #c2c2c2;
}

.an-list li:last-child{
    border-bottom: 0;
}

.an-list li a span{
    float: right;
}

.an-list li a i {
    color: #e32727;
    font-size: 18px;
    margin-right: 8px;
}

.li-color {
    background-color: #f3f3f3;
}

.annual {
    margin-top: 40px;
}

.clear{
    clear: both;
}

.an-list li span img {
    width: 15px;
    transform: translateY(-2px);
    margin-right: 8px;
}

h5.bu-head.a-font {
    font-weight: 600;
    color: #07539d;
    font-size: 24px;
}

p.bu-para {
    margin-bottom: 0;
    color: #3e3e3e;
    line-height: 29px;
}

.business {
    margin-top: 70px;
}

.table-bg2 {
    background: #1d70b8;
    color: #fff;
}

.com-head {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 12px;
}

.composition{
    margin-top: 70px;
}

.ov-icon img {
    width: 47px;
    /* filter: brightness(0) saturate(100%) invert(36%) sepia(38%) saturate(1303%) hue-rotate(172deg) brightness(96%) contrast(99%); */
    filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(1336%) hue-rotate(190deg) brightness(88%) contrast(100%);
}

h5.ov-head.a-font {
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 18px;
}

p.ov-para {
    font-size: 16px;
    color: #5c5c5c;
    line-height: 28px;
    /* padding: 0 79px; */
}

.overview {
    margin-top: 70px;
}

.o-icon2 img {
    width: 55px;
}

.v-box2 {
    text-align: center;
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border: 1px solid #d8e7f5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
    margin-bottom: 25px;
}

h5.pro-title5.a-font {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 22px;
}

.key{
    margin-top: 62px;
}

.abt-bg2 {
    background: url(../images/abt-bg2.png) no-repeat;
    min-height: auto;
    padding: 60px 0;
    margin-top: 50px;
    /* background-attachment: scroll; */
}


.counter {
    background-color: transparent;
    text-align: center;
    padding-top: 10px;
}

.counter-count {
    font-size: 33px;
    /* background-color: #00b3e7; */
    /* border-radius: 50%; */
    position: relative;
    color: #ffffff;
    text-align: center;
    /* line-height: 92px; */
    /* width: 92px; */
    /* height: 92px; */
    display: inline-block;
    margin-bottom: -8px;
}

.employee-p, .customer-p, .order-p, .design-p {
    font-size: 18px;
    color: #d8d5d5;
    line-height: 38px;
}

.employees {
    margin-bottom: 35px;
}

h3.abt-des-title {
    color: #fff;
    font-size: 40px;
    
    letter-spacing: 2px;
}

p.abt-des-para3 {
    color: #d8d5d5;
    font-size: 15px;
}

p.abt-des-para3 {
    color: #d8d5d5;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 26px;
}

a.abt-see {
    /* background: #fff; */
    color: #ffffff;
    font-size: 15px;
    
    font-weight: 500;
    padding: 12px 14px;
    border: 1px solid #fff;
    display: inline-block;
}

a.abt-see:hover{
    text-decoration: none;
    color: #fff;
}

.employees {
    margin-bottom: 0;
}

.v-container{
    width: 1220px;
    margin: 0 auto;
}

.v-txt {
    background: #ffffff;
    margin-left: -100px;
    padding: 40px;
    border: 1px solid #1d70b8;
    border-radius: 10px;
    margin-top: 110px;
}

.v-txt2 {
    background: #ffffff;
    margin-right: -100px;
    padding: 40px;
    border: 1px solid #1d70b8;
    border-radius: 10px;
    margin-top: 110px;
    position: relative;
    z-index: 99;
}

.v-img img{
    width: 100%;
    border-radius: 20px;
}

h5.v-header {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

p.v-para {
    margin-bottom: 0;
    color: #6c6c6c;
    line-height: 27px;
}

.v-icon  img {
    width: 65px;
    filter: brightness(0) saturate(100%) invert(46%) sepia(97%) saturate(331%) hue-rotate(75deg) brightness(92%) contrast(96%);
    margin-bottom: 17px;
}

.mision{
    margin-top: 50px;
}

.vision {
    margin-top: 70px;
}

.v-icon img {
    width: 55px;
    filter: brightness(0) saturate(100%) invert(20%) sepia(91%) saturate(1634%) hue-rotate(194deg) brightness(98%) contrast(95%);
}

.gi-img img{
    width: 100%;
}

.gi-container{
    width: 80%;
    margin: 0 auto;
}

h5.gi-head {
    font-weight: 600;
    color: #1d70b8;
    font-size: 19px;
    margin-bottom: 16px;
}

h5.gi-head2 {
    font-size: 17px;
}

h5.gi-head3 {
    font-size: 16px;
    color: #727272;
}

.gi-txt {
    margin-top: 48px;
}

p.gi-para {
    font-size: 15px;
    line-height: 27px;
    margin-top: 20px;
    margin-bottom: 0;
}

.gi-box {
    /* text-align: center; */
    /* box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px; */
    border: 1px solid #d8e7f5;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 27px;
    margin-bottom: 30px;
    display: inline-block;
    min-height: 456px;
}

.manage {
    margin-top: 70px;
}