
body{
    font-family: 'Manrope', sans-serif !important;
}

@font-face{
    src: url(../Fonts/Heading-Pro-Book-trial.woff);
    font-family: Heading;
}

/*--------------- top navigation --------------------*/

.top-panel {
    background: #143f62;
    padding: 9px 0;
}

.top-panel-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    /* margin-left: 55px; */
    margin-right: 55px;
}

.top-panel-list li a {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    padding-left: 14px;
}

.top-panel-list li a i{
    margin-right: 6px;
}

.top-panel-list li a:hover{
    color: #fff;
    text-decoration: none;
}

/*--------------- navigation --------------------*/

.n-container{
    padding-left: 100px;
}

.nav-flex{
    display: flex;
    justify-content: space-between;
}

.nav-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    margin-left: 200px;
    margin-top: 41px;
}

.nav-list li a {
    display: inline-block;
    color: #030f27;
    font-size: 17px;
    
}

.nav-list li{
    padding-right: 30px;
    transition: all .5s ease-in-out;

}

.nav-list li a:hover{
    text-decoration: none;
    color: #f56600;
}

.nav-list li a i{
    font-size: 15px;
    margin-left: 5px;
}

.logo img {
    width: 130px;
}

.nav-quote-bg {
    background: #be2626;
    /* height: 87px; */
    padding: 33px 60px;
}

a.nav-quote {
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 2px;
    padding: 4px 17px;
}

a.nav-quote:hover{
    color: #fff;
    text-decoration: none;
}

.navbar-nav li a{
    color: #030f27 !important;
    font-size: 17px;
}

.navbar-nav li{
    padding-left: 30px;
    position: relative;
}

.nav-list li a.active{
    color: #f56600;
}

.nav-list li a:hover{
    color: #f56700;
}

.sub-content {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-content li a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 38px;
    display: inline-block;
}

.nav-content {
	position: absolute;
	top: 154px;
	left: 31%;
	z-index: 999;
	background-color: rgba(254, 93, 21, 0.9);
	display: inline-block;
	   opacity: 0; 
	 visibility: hidden;   
	transition: all .5s ease-in-out;
}

.nav-list .nav-in2:hover .nav-content{
    opacity: 1;
    visibility: visible;
    top: 142px;
}

.navbar-nav .nav-in2:hover .nav-content{
    opacity: 1;
    visibility: visible;
    top: 142px;
}

.sub-content li a:hover{
    color: #030f27;
}





.sub-content2 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-content2 li a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 38px;
    display: inline-block;
}

.nav-content2 {
	position: absolute;
	top: 154px;
	left: 27%;
	z-index: 999;
	background-color: rgba(254, 93, 21, 0.9);
	display: inline-block;
	     opacity: 0; 
	 visibility: hidden;     
	transition: all .5s ease-in-out;
}

.nav-list .nav-in:hover .nav-content2{
    opacity: 1;
    visibility: visible;
    top: 142px;
}

.navbar-nav .nav-in:hover .nav-content2{
    opacity: 1;
    visibility: visible;
    top: 142px;
}

.sub-content2 li a:hover{
    color: #030f27;
}



.sub-content3 {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sub-content3 li a {
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    padding: 10px 38px;
    display: inline-block;
}

.nav-content3 {
	position: absolute;
	top: 154px;
	left: 41%;
	z-index: 999;
	background-color: rgba(254, 93, 21, 0.9);
	display: inline-block;
	opacity: 0; 
	visibility: hidden;       
	transition: all .5s ease-in-out;
}

.nav-list .nav-in3:hover .nav-content3{
    opacity: 1;
    visibility: visible;
    top: 142px;
}

.navbar-nav .nav-in3:hover .nav-content3{
    opacity: 1;
    visibility: visible;
    top: 142px;
}

.sub-content3 li a:hover{
    color: #030f27;
}

ul.sub-content li {
    border-bottom: 1px solid #fff;
}

ul.sub-content2 li {
    border-bottom: 1px solid #fff;
}

ul.sub-content3 li {
    border-bottom: 1px solid #fff;
}







.logo {
    padding: 8px 0;
}


/*----------- banner --------------*/

/* .banner {
    background: url(../images/ban-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 740px;
} */

.bc-img{
    background: url(../images/banner-a.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 750px;
}

.bc-img2{
    background: url(../images/ban-1.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 800px;
}

.banner-content{
    position: absolute;
    top: 0;
    left: 0;
}


h3.ban-heading {
    font-size: 65px;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    color: #fff;
    font-weight: 300;
    padding: 3px 8px;
    border-left: 9px solid #be2626;
    margin-bottom: 0;
}

h3.ban-heading2 {
    font-size: 65px;
    background-color: rgba(0,0,0,0.6);
    display: inline-block;
    color: #fff;
    font-weight: 600;
    padding: 3px 8px;
    border-left: 9px solid #be2626;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-text {
    padding-top: 35%;
}

.clear{
    clear: both;
}

/*----------- About --------------*/

.about{
    margin-top: 80px;
}

.a-container {
    width: 75%;
    margin: 0 auto;
}

.abt-img {
    width: 86%;
    height: 406px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
    margin-left: 100px;
}

.abt-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;
}

.abt-img img:hover{
    transform: scale(1.1);
}

.abt-rt {
    width: 73%;
    margin-left: 50px;
}

.abt-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #817e7e;
    margin-bottom: 30px;
    position: relative;
    font-weight: 400;
}

.a-font{
    font-family: 'Oswald', sans-serif;
}

.abt-heading::before {
    content: "";
    width: 67px;
    height: 3px;
    background-color: #be2626;
    position: absolute;
    bottom: -7px;
    left: 0;
}

p.abt-para {
    font-size: 15px;
    color: #272222;
    line-height: 26px;
    text-align: justify;
}

/*----------- Products --------------*/

.product .pro-bg .container-fluid{
    padding: 0 50px !important;
} 

.p-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
   
}

.p-column{
    flex: 0 0 20%;
    max-width: 20%;
}

.p-img {
    border-radius: 2px solid #fff;
    border-right: 2px solid #fff;
}

.p-border{
    border-style: none;
}

.p-img img {
    width: 100%;
    height: 400px;
}


.pro-bg {
    background: url(../images/pro-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0;
}

h5.p-caption {
    color: #f71212;
    position: absolute;
    top: 350px;
    left: 25px;
    /* bottom: 0; */
    font-family: Heading;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    /* bottom: 0; */
}

h5.p-caption::after {
    content: "";
    width: 67px;
    height: 3px;
    background-color: #f71212;
    position: absolute;
    /* bottom: -7px; */
    left: 0;
    top: -8px;
}

.p-box {
    display: inline-block;
    background-color: #fff;
    min-height: 168px;
    padding: 30px 32px;
}

p.p-para {
    font-size: 14px;
    color: #272222;
    line-height: 22px;
}

h5.pro-header {
    color: #fff;
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 400;
    position: relative;
    margin-bottom: 40px;
}

h5.pro-header::after {
    content: "";
    width: 67px;
    height: 3px;
    background-color: #be2626;
    position: absolute;
    /* bottom: -7px; */
    left: 47%;
    bottom: -10px;
}

.pro-para {
    color: #fff;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding: 0 205px;
    line-height: 30px;
    margin-bottom: 40px;
}

.product {
    margin-top: 70px;
}

/*----------- Brands --------------*/

.brand-bg {
    background: url(../images/br-bg.png) no-repeat;
    background-size: 100% 100%;
    min-height: 190px;
    background-position: center center;
}

.b-flex {
    display: flex;
    padding-top: 26px;
}

h4.b-num {
    color: #fff;
    font-size: 115px;
}

h5.b-pre {
    color: #fff;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 46px;
    padding-right: 291px;
    line-height: 61px;
    margin-left: 10px;
}

h5.b-pre span{
    font-weight: 600;
    font-size: 60px;
}

.brand-pic img{
    width: 100%;

}

.br-img {
    padding-top: 42px;
}

.br-box {
    background-color: #d4d4d4;
    min-height: 700px;
    width: 50%;
    float: left;
}

.bdg-img {
    text-align: center;
    padding-top: 21%;
}


.br-2 img{
    width: 50%;
    float: right;
}

.clear{
    clear: both;
}

.t-logo {
    background: #ffffff;
    padding: 35px 0;
    margin-top: 70px;
    border-top: 1px solid #d9d6d6;
}

/*----------- csr --------------*/

.c-img img {
    width: 100%;
    height: 300px;
    
}



.csr {
    margin: 14px 0;
}

.csr-fluid {
    /* width: 98%; */
    /* margin: 0 auto; */
    padding: 0 27px;
}

.csr .csr-fluid .row .col-lg-6 {
    
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.csr .csr-fluid .row .col-lg-3{
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.c-box {
    background-color: #ddd;
    min-height: 300px;
    padding: 38px 81px 30px;
}

h5.c-hedaer {
    font-size: 24px;
    font-weight: 600;
    color: #be2626;
    margin-bottom: 10px;
    margin-top: 20px;
}

p.c-para {
    font-size: 18px;
    color: #1d1d1b;
}

.c-color {
    background-color: #143f62;
}

.c-color2 {
    background-color: #be2626;
}

.c-hedaer-color{
    color: #fff !important;
}

.c-para-color{
    color: #fff !important;
}

.c-header {
    font-size: 40px;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}

.c-header::before {
    content: "";
    width: 253px;
    height: 3px;
    background-color: #ffffff;
    position: absolute;
    /* bottom: -7px; */
    left: 0;
    bottom: -15px;
}

.c-header2{
    font-size: 18px;
    color: #fff;
}

.c-csr {
    position: absolute;
    top: 0;
    left: 0;
    /* padding: 20px; */
    padding: 60px 289px 0 100px;
}

/*----------- quality --------------*/

.q-bg img{
    width: 100%;
}

.q-heading {
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    color: #000000;
    margin-bottom: 40px;
    position: relative;
    font-weight: 400;
}

.a-font{
    font-family: 'Oswald', sans-serif;
}

.q-heading::before {
    content: "";
    width: 80px;
    height: 3px;
    background-color: #be2626;
    position: absolute;
    bottom: -17px;
    left: 0;
}

.q-rt {
    margin-left: 30px;
}

.quality{
    margin-top: 70px;
}

/*----------- blog --------------*/

.blog-img img{
    width: 100%;
    
   
}

.blog-full{
    transition: all .5s ease-in-out;
}

.blog-full:hover{
    box-shadow: 1px 2px 6px 3px rgb(0 0 0 / 12%);
}

.blog {
    background-color: #f3f3f4;
    padding: 70px 0 90px;
}

h5.blog-heading {
    background: #f56600;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    padding: 5px;
    position: absolute;
    top: 0;
    /* left: 0; */
    right: 0;
    margin-top: 28px;
}

.blog-box {
    background: #fff;
    padding: 15px 23px 25px;
}

h5.blog-heading2 {
    font-size: 30px;
    color: #f56600;
    margin-bottom: 15px;
}

p.blog-para {
    font-size: 14px;
    color: #373737;
    line-height: 24px;
}

a.blog-read {
    color: #f56600;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #f56600;
}

h5.blog-header {
    font-size: 40px;
    color: #f56600;
    font-weight: 400;
    margin-bottom: 40px;
    position: relative;
}

h5.blog-header::after {
    content: "";
    width: 67px;
    height: 3px;
    background-color: #f56600;
    position: absolute;
    /* bottom: -7px; */
    left: 47%;
    bottom: -10px;
}

.blog-para2{
    color: #424242;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    padding: 0 147px;
    line-height: 30px;
    margin-bottom: 60px;
}

.blog .container .owl-nav .fa-long-arrow-left {
    font-size: 20px;
    position: absolute;
    left: 0px;
    top: -74px;
    color: #f56600;
    width: 44px;
    height: 42px;
    border: 1px solid #f56600;
    line-height: 42px;
    /* border-bottom: 4px solid #000; */
    border-right: 5px solid #f56600;
}

.blog .container .owl-nav .fa-long-arrow-right {
    font-size: 20px;
    position: absolute;
    right: 0px;
    top: -74px;
    color: #f56600;
    width: 44px;
    height: 42px;
    border: 1px solid #f56600;
    line-height: 42px;
    /* border-bottom: 4px solid #000; */
    border-left: 5px solid #f56600;
}

/*------------ brand ------------*/

.brand-1 {
    padding: 30px 0 30px;
    margin-top: 70px;
    border-top: 1px solid #b6b6b6;
}

.brand-1 .container-fluid{
    padding: 0 100px !important;
}

.b-img img {
    width: 280px !important;
    margin: 0 auto;
}



/*----------- footer -----------*/

.footer {
    background: url(../images/ftr-bg2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    padding: 60px 0;
}

.ftr-logo img {
    width: 110px;
}

h5.ftr-heading {
    text-transform: capitalize;
    font-size: 26px;
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 35px;
    margin-top: 30px;
    position: relative;
}

h5.ftr-heading::after {
    content: "";
    width: 44px;
    height: 3px;
    background-color: #be2626;
    position: absolute;
    /* bottom: -7px; */
    left: 0;
    bottom: -10px;
}

.ftr-logo {
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

p.ftr-para {
    font-size: 15px;
    color: #dfdfdf;
    line-height: 25px;
}

h5.ftr-heading2 {
    font-size: 20px;
    margin-bottom: 14px;
    color: #ffffff;
}

h5.ftr-heading2 span{
    color: #f56600;
}

.ftr-social a i {
    background-color: #013c6d;
    color: #ffffff;
    width: 38px;
    height: 38px;
    font-size: 20px;
    display: inline-block;
    line-height: 35px;
    text-align: center;
}

.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: #be2626;
    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: #d6d6d6;
}



.ftr-list2{
    list-style: none;
    margin: 0;
    padding: 0;
}

.ftr-list2 li a {
    display: flex;
    font-size: 16px;
    color: #dbd9d9;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.ftr-list2 li a:hover{
    color: #dbd9d9;
    text-decoration: none;
}

.ftr-list2 li a i {
    color: #be2626;
    transform: translatey(3px);
    margin-right: 15px;
}

.ftr-3 {
    margin-left: 60px;
}

.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: #013c6d;
    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;
}

/*------------ sponge banner ------------*/

.sp-list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: end;
    margin-top: 17px;
}

.sp-list li a {
    display: inline-block;
    font-size: 16px;
    color: #e4e4e4;
    padding-left: 8px;
}

.sp-heading{
    font-size: 50px;
    color: #fff;
}




h5.fe-header {
    display: inline-block;
    font-size: 22px;
    color: #015198;
    margin-bottom: 25px;
}

.fe-ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

.fe-ul li {
    display: inline-block;
    font-size: 15px;
    color: #555;
    line-height: 27px;
    text-align: justify;
    padding-bottom: 24px;
}

.fe-ul li h5 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}


h5.fe-header2 {
    display: inline-block;
    font-size: 18px;
    color: #015198;
}

.fe-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.fe-list li {
    font-size: 15px;
    line-height: 38px;
}

.fe-list li i{
    margin-right: 8px;
    color: #f56600;
}

.fe-quality {
    margin-top: 20px;
}

.fe-6 {
    margin-top: 35px;
}

.fer-heading2 {
    background-color: #f56600;
    color: #fff;
    font-size: 15px;
    padding: 15px;
    margin-bottom: 0;
}

.ep-list li:first-child {
    background-color: #f7f7f7;
    border-left: 2px solid #be2626;
}
.sponge-2 .container .row .col-lg-8 .nav-tabs {
    width: 99%;
    margin-left: 40px;
}

.sponge-2 .container .row .col-lg-8 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff !important;
    background-color: #015198 !important;
    border-style: none;
}

.sponge-2 .container .row .col-lg-8 .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link:hover{
    color: #fff !important;
    background-color: #015198 !important;
}

.sponge-2 .container .row .col-lg-8 .nav-tabs {
    border-bottom: 0;
}

.sponge-2 .container .row .col-lg-8 .nav-tabs li a {
    background-color: #fe5d15;
    color: #fff;
    border-style: none;
    border-radius: initial;
    padding: 8px 35px;
    font-weight: 500;
}

.sponge-2 .container .row .col-lg-8 .nav-tabs li:last-child{
    margin-left: 10px;
}

h5.tmt-heading {
    font-size: 18px;
    color: #015198;
    font-weight: 600;
    margin-bottom: -5px;
}



/*----------------- Pro-des ------------------*/

.sponge-2{
    margin-top: 60px;
    margin-bottom: 60px;
}

h5.ep-heading {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
}

.ep-box {
    background: #fafafa;
    padding: 50px 22px 83px;
}

.sp-rt {
    width: 95%;
    margin-left: 25px;
}

h5.down-header {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}


a.down-1 {
    display: inline-block;
    background: #be2626;
    color: #fff;
    /* padding: 10px; */
    width: 100%;
    padding: 14px 54px;
    font-size: 14px;
}

a.down-1 i{
    margin-right: 8px;
}

a.down-1:hover{
    text-decoration: none;
    color: #fff;
}

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-2:hover{
    text-decoration: none;
    color: #000;
}

a.down-2 i{
    margin-right: 8px;
}

.msg1{
    height: 100px !important;
    resize: none;
}

input.form-link2 {
    float: left;
    border: none;
    border-radius: initial;
    background: #be2626;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 25px;
}


.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: #898989;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 0;
}

.ep-list li a:hover{
    text-decoration: none;
    color: #be2626;
}

.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;
}

.st-box {
    background: #015198;
    padding: 38px 25px;
    min-height: 270px;
    margin-top: 30px;
}

.st-icon {
    background: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
}

.st-icon i{
    font-size: 20px;
    color: #be2626;
}

p.st-para {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

h5.st-title a {
    text-align: center;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 20px;
    width: 100%;
}

h5.st-title a:hover{
    text-decoration: none;
}

.sp-img{
    background-color: #000;
    min-height: 200px;
}

.sp-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.sp-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.sp-caption {
    font-size: 45px;
    display: inline-block;
    /* margin-top: 30px; */
    position: relative;
    margin-bottom: 40px;
}

.sp-caption::before {
    content: "";
    width: 77px;
    height: 3px;
    background-color: #be2626;
    position: absolute;
    /* bottom: -7px; */
    left: 0;
    bottom: -15px;
}

p.sp-para {
    font-size: 15px;
    color: #666565;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 48px;
}

.sp-bottom{
    margin-bottom: 50px;
}

.sp-rt {
    width: 99%;
}

.table-box {
    width: 100%;
    border: 1px solid #ddd;
}

.table-box2 {
    /* border-style: none; */
    width: 100%;
    /* padding: 10px; */
    /* display: table-cell; */
    border: 1px solid #ddd;
}

.span-width{
    font-weight: 400;
}
  
.table-tr {
    background-color: #be2626;
    /* padding: 10px; */
    font-size: 14px;
    color: #fff;
}
  
  .table-th{
    font-size: 14px;
  }
  
  .table-td {
    font-size: 14px;
    color: #403f3f;
    text-align: center;
    padding: 15px;
  }
  
  .table-td2 {
    font-size: 14px;
    color: #403f3f;
    
  }
  
  .table-1 {
    margin-top: 35px;
  }

  tr.t-border {
    background: #f2f2f2;
}

h5.fer-heading {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

h5.sp-caption2 {
    font-size: 30px;
    color: #be2626;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sp-ul2{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-ul2 li {
    font-size: 15px;
    color: #555;
    display: flex;
    padding-bottom: 12px;
}

.sp-ul2 li h5 {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.sp-ul2 li i {
    font-size: 6px;
    color: #be2626;
    transform: translateY(9px);
    margin-right: 14px;
}









.ep-box {
    background: #fafafa;
    padding: 50px 22px 83px;
}

.sp-rt {
    width: 95%;
    margin-left: 25px;
}

h5.down-header {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 30px;
    font-weight: 600;
}


a.down-1 {
    display: inline-block;
    background: #be2626;
    color: #fff;
    /* padding: 10px; */
    width: 100%;
    padding: 14px 54px;
    font-size: 14px;
}

a.down-1 i{
    margin-right: 8px;
}

a.down-1:hover{
    text-decoration: none;
    color: #fff;
}

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-2:hover{
    text-decoration: none;
    color: #000;
}

a.down-2 i{
    margin-right: 8px;
}

.msg1{
    height: 100px !important;
    resize: none;
}

input.form-link2 {
    float: left;
    border: none;
    border-radius: initial;
    background: #be2626;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 25px;
    
}


.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: #898989;
    font-weight: 500;
    font-size: 16px;
    padding: 20px 0;
}

.ep-list li a:hover{
    text-decoration: none;
    color: #be2626;
}

.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;
}

.st-box {
    background: #015198;
    padding: 38px 25px;
    min-height: 270px;
    margin-top: 30px;
}

.st-icon {
    background: #fff;
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    line-height: 70px;
}

.st-icon i{
    font-size: 20px;
    color: #be2626;
}

p.st-para {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

h5.st-title a {
    text-align: center;
    display: inline-block;
    background: #000;
    color: #fff;
    padding: 20px;
    width: 100%;
}

h5.st-title a:hover{
    text-decoration: none;
}

.sp-img{
    background-color: #000;
    min-height: 200px;
}

.sp-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    float: left;
    position: relative;
    /* border-radius: 50px; */
    background-color: #ddd;
}

.sp-img img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

.sp-caption {
    font-size: 45px;
    display: inline-block;
    /* margin-top: 30px; */
    position: relative;
    margin-bottom: 40px;
}

.sp-caption::before {
    content: "";
    width: 77px;
    height: 3px;
    background-color: #be2626;
    position: absolute;
    /* bottom: -7px; */
    left: 0;
    bottom: -15px;
}

p.sp-para {
    font-size: 15px;
    color: #666565;
    line-height: 28px;
    text-align: justify;
    margin-bottom: 48px;
}

.sp-bottom{
    margin-bottom: 50px;
}

.sp-rt {
    width: 99%;
}

.table-box {
    width: 100%;
    border: 1px solid #ddd;
}

.table-box2 {
    /* border-style: none; */
    width: 100%;
    /* padding: 10px; */
    /* display: table-cell; */
    border: 1px solid #ddd;
}

.span-width{
    font-weight: 400;
}
  
.table-tr {
    background-color: #be2626;
    /* padding: 10px; */
    font-size: 14px;
    color: #fff;
}
  
  .table-th{
    font-size: 14px;
  }
  
  .table-td {
    font-size: 14px;
    color: #403f3f;
    text-align: center;
    padding: 15px;
  }
  
  .table-td2 {
    font-size: 14px;
    color: #403f3f;
    
  }
  
  .table-1 {
    margin-top: 35px;
  }

  tr.t-border {
    background: #f2f2f2;
}

.table td, .table th {
    padding: 8px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table td, .table th {
    padding: 8px !important;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
    font-size: 15px;
    /* white-space: nowrap; */
}

.q-cer a img {
    /* width: 164%; */
    width: 100%;
    margin-top: 117px;
    border: 1px solid #ddd;
    padding: 20px;
}

.qu-container{
    width: 75%;
    margin: 0 auto;
}

h5.fer-heading {
    display: inline-block;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 25px;
}

h5.sp-caption2 {
    font-size: 30px;
    color: #be2626;
    margin-bottom: 20px;
    margin-top: 30px;
}

.sp-ul2{
    margin: 0;
    padding: 0;
    list-style: none;
}

.sp-ul2 li {
    font-size: 15px;
    color: #555;
    display: flex;
    padding-bottom: 12px;
}

.sp-ul2 li h5 {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
}

.sp-ul2 li i {
    font-size: 6px;
    color: #be2626;
    transform: translateY(9px);
    margin-right: 14px;
}

.product-banner {
    background: url(../images/p-ban.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
   
}

/*----------------- abt-overview ------------------*/


.abt-banner{
    background: url(../images/abt-banner2.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    
}

h5.p-cap2 {
    padding: 200px 0;
}

a.ovr-logo img {
    width: 115px;
}

h5.ovr-caption {
    color: #be2626;
    font-size: 25px;
    margin: 25px 0 30px;
}

p.ovr-para {
    font-size: 15px;
    text-align: justify;
    color: #4f4f4f;
    line-height: 27px;
}

.ovr-rt{
    margin-left: 30px;
}

.overview {
    margin-top: 50px;
}

.v-img2 img{
    width: 100%;
    margin-top: 50px;
}
/*----------------- leadership ------------------*/

.manage-banner{
    background: url(../images/manae-img.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
    
}

h4.t-header2 {
    color: #be2626;
    font-size: 35px;
    margin-bottom: 40px;
}

h5.t-heading {
    font-size: 23px;
    font-weight: 600;
    color: #143f62;
    margin-bottom: 8px;
}

h5.t-heading2 {
    font-size: 17px;
    color: #272727;
    font-weight: 500;
    margin-bottom: 13px;
}

p.t-para {
    color: #6e6e6e;
    /* font-size: 17px; */
    line-height: 27px;
    text-align: justify;
    font-size: 15px;
}

.t-rt{
    margin-left: 50px;
}

.team{
    margin-top: 60px;
}

.cl-img img {
    width: 100%;
}

.cl-img {
    margin-bottom: 30px;
}

.clientele {
    margin-top: 60px;
}

.cl-header2{
    font-size: 45px;
    margin-bottom: 30px;
    color: #be2626;
}

/*------------------ career -------------------*/

.career-banner{
    background: url(../images/career-ban.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

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: #be2626;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	border: none;
	padding: 10px 37px;
	margin-top: 19px;
}

.career-form{
    margin-top: 70px;
}

/*------------------ facilities -------------------*/

.f-img img {
    width: 100%;
}

h5.f-header {
    font-size: 30px;
    color: #143f62;
    line-height: 50px;
    margin-bottom: 17px;
    text-transform: capitalize;
}

p.f-para {
    color: #676666;
    font-size: 15px;
    line-height: 28px;
}

.facility{
    margin-top: 70px;
}

.facility1{
    margin-top: 70px;
}

.mm-img img{
    width: 100%;
}

.mm .container-fluid{
    padding: 0 100px !important;
}

.mm-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.mm-list li a{
    display: flex;
}

.mm-list li a h5 {
    font-size: 16px;
    color: #656565;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 12px;
}

.mm-list li a i {
    font-size: 7px;
    color: #143f62;
    transform: translateY(9px);
    /* margin-left: 10px; */
    margin-right: 10px;
}

.mm-list li a:hover{
    text-decoration: none;
}

.mm-header {
    text-transform: capitalize;
    font-size: 27px;
    color: #143f62;
    line-height: 40px;
    /* letter-spacing: 0px; */
    margin-bottom: 30px;
}

h5.mm-header2 {
    color: #be2626;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 30px 0 18px;
}

.mm {
    background: #eef6fc;
    padding: 50px 0;
    margin-top: 80px;
}

.mm-img2 img {
    width: 85%;
    margin: 0 auto;
}

.mm2{
    margin-top: 70px;
}

p.mm-para {
    font-size: 15px;
    color: #3e3e3e;
    line-height: 25px;
}

.process{
    margin-top: 70px;
}

.pro-lft {
    margin-left: 20px;
}


.mm-header3{
    text-transform: capitalize;
    font-size: 45px;
    color: #143f62;
    text-align: center;
    margin-bottom: 35px;

}

.process2{
    margin-top: 70px;
}

.proc-img {
    text-align: center;
}

.proc-img img {
    width: 80%;
    margin: 0 auto;
    /* text-align: center; */
}

.pro-img4 img {
    width: 80%;
}

h5.pro-cap.a-font {
    text-transform: capitalize;
    font-weight: 500;
    color: #be2626;
    font-size: 25px;
    margin-bottom: 18px;
    margin-top: 50px;
}

p.pro-para4 {
    font-size: 15px;
    margin-bottom: 27px;
}



.d-img img {
    /* background-color: #000; */
    width: 100%;
    /* height: 300px; */
}

h5.d-title {
    text-transform: capitalize;
    font-size: 25px;
    color: #143f62;
    /* letter-spacing: 1px; */
    margin-bottom: 16px;
}

p.d-para {
    font-size: 17px;
}

.d-text {
    margin-top: 50px;
}

.d-border {
    border-bottom: 1px solid #bbbaba;
    /* padding-top: 20px; */
    padding: 40px 0 40px;
}

.d-top{
    margin-top: 40px;
}

/*----------------- coontact-1 ----------------------*/

.con-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.con-list li a{
    display: flex;
}

.con-list li a i {
    color: #143f62;
    transform: translateY(7px);
    margin-right: 13px;
    font-size: 14px;
}

.con-list li a h5 {
    font-size: 15px;
    color: #373737;
    line-height: 26px;
    /* padding-bottom: 12px; */
    margin-bottom: 15px;
}

.con-list li a h5 span{
    font-weight: 600;
}

.con-list li a h5:last-child{
    padding-bottom: 0;
}

.con-list li a:hover{
    text-decoration: none;
}

h4.con-header {
    font-size: 35px;
    text-transform: capitalize;
    color: #1d3862;
    margin-bottom: 22px;
}

p.con-para {
    /* padding-right: 659px; */
    color: #464646;
    margin-bottom: 38px;
    padding: 0 205px;
    line-height: 26px;
}

h5.con-title {
    font-size: 17px;
    color: #143f62;
    /* font-weight: 600; */
    /* letter-spacing: 1px; */
    margin-bottom: 15px;
    font-family: 'Oswald', sans-serif;
}

.con-up {
    margin-top: 30px;
}

.con-1 {
    background: #ffffff;
    box-shadow: 0px 4px 12px 0px #c5c2c2;
    padding: 20px;
    min-height: 224px;
}

.con-detail {
    margin-top: 70px;
}

.map{
    margin-top: 70px;
}

.contact-banner{
    background: url(../images/contact-ban.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.table td, .table th {
    padding: 8px;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

.table {
    width: 80%;
    margin-bottom: 1rem;
    color: #f6f6f6;
    background: #535354;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #ebebeb !important;
}

.f-header4 {
    text-transform: capitalize;
    font-size: 26px;
    margin-bottom: 20px;
    /* letter-spacing: 1px; */
}

.table-pro{
    margin-top: 40px;
}

.quality-banner{
    background: url(../images/q-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    min-height: auto;
}

.owl-quality{
    margin-top: 40px;
}

h5.owl-header {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    color: #143f62;
    margin-top: 15px;
}

.p-gal-img img {
    width: 100%;
}

.p-gallery {
    margin-top: 60px;
}