p, h1, h2, h3, h4, h5, h6{
	margin:0px;
}
body{
	/* font-family: 'Raleway', sans-serif; */
    background-color: #f5ee94;
}

/*topbar-start*/
/*.top-bar .logobar img{
	height:60px;
}*/
.top-bar .logobar{
	float:left;
}
.top-bar .need-help{
	float:right;
	width: 146px;
	padding-top: 4px;
}
.top-bar .icon-img{
	float:left;
	padding-top: 9px;
}
.top-bar{
	    padding: 10px 0px;/*background:#fff;*/
}
.top-bar .icon-img img{
	height: 35px;
}
.top-bar .number-content h4{
	color: #ab273c;
    font-size: 16px;
}
.top-bar .number-content p{
	font-weight: 600;
    font-size: 15px;
     font-family: 'Raleway';    /*text-align: center; */
    text-transform: uppercase;
}
/*topbar-end*/

/*menu-start*/
.navbar {
	background:#ab273c !important;    padding: 3px;
}
.menu-bar.navbar-expand-md.bg-dark li{
	 padding: 10px 16px;
}
.menu-bar.navbar-expand-md.bg-dark a{
	color: #fff !important;
    text-transform: uppercase;
	padding: 0px !important;
    font-size: 16px;
    font-weight: 600;
}
.menu-bar li a{
	position:relative;
}
/*.menu-bar li a:before{
	position: absolute;
    content: '';
    background-image: url(../img/menu-icon.png);
	height: 12px;
    width: 14px;
    background-repeat: no-repeat;
    bottom: -32px;
    left: 13px;
    margin: auto;
    opacity: 0;
}*/
.menu-bar li a.active:before, .menu-bar li a.active:after{
	opacity:1;
}
.menu-bar li a:after{
	position: absolute;
    content: '';
      bottom: -15px;
    height: 6px;
    width: 100%;
    background: #0280af;
    left: 0;
	opacity:0;
}
/*menu-end*/

/*slide-start*/
.owl-carousel .owl-item img{
	display: block;
    width: auto;
    height: auto;
    max-width: 100%;
}
.home-slider-image{
	    padding: 30px 0px;
		/* position:relative; */
}
.slider-content{
	background: rgb(212,40,57,0.9);
    width: 488px;
	color: #fff;
    padding: 35px;
    
}
.slider-content h3{
	font-weight: 600;
    font-size: 50px;
    text-transform: uppercase;
    line-height: 51px;
	margin-bottom:5px;
}
.slider-content h5{
	text-transform: uppercase;
    font-weight: 500;
	font-size: 38px;
}
.slider-content p{
	font-size: 14px;
    line-height: 30px;
	width: 100%;
}
.slider-content{
	position:relative;
}
.slider-content a{
	border: 2px solid #fff;
    padding: 18px 22px;
    font-size: 22px;
    color: #fff;
    position: absolute;
    bottom: 50px;
    right: 30px;
}
.home-slider-image{
	margin:30px 0px;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
}
/*slide-end*/
/*product-start*/
.product-multi .single-tab{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
	padding: 25px;
    padding-top: 90px;
    padding-bottom: 70px;
	margin-top: 15px;
	color:#fff;
	position:relative;
}
.product-multi .single-tab:before{
	content: '';
    position: absolute;
    background-image: linear-gradient(to bottom, rgba(255,0,0,0), rgb(0, 0, 0));
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}
.product-multi .single-tab h3, .product-multi .single-tab p{
	position:relative;
}
.product-multi .single-tab p{
	margin-top: 15px;
    width: 70%;
    font-size: 14px;
}
.product-multi .single-tab .link-arrow a {
    border: 2px solid #ac233d;
    padding: 18px 22px;
    font-size: 22px;
    color: #fff;
    position: absolute;
	bottom: 30px;
    right: 24px;
	background:#ac233d;
}
.product-multi .single-tab h3{
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 600;
}
.product-multi .col-sm-6{
	    padding-bottom: 15px;
}
.butn-page-link {
	width:100%;
	text-align:center;
	margin-top:25px;
}
.butn-page-link a{
	background: #0081af;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    font-size: 14px;
	font-weight:600;
}
.product-multi{
	margin-bottom:40px;
}
.title h3{
	font-size: 41px;
    color: #ac233d;
    text-transform: uppercase;
    font-weight: 400;
	margin-bottom:15px;
}
.status p{
	font-size:14px;
	    line-height: 28px;
}
.serve .slider-content a{
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	border:0px;
	border-radius:5px;
	    width: 150px;
    display: block;
    text-align: center;
}
.serve .butn-page-link {
    width: 50%;
    text-align: center;
    margin-top: 25px;
    float: left;
	padding-left:25px;
}
.serve .home-slider-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    /* background: #000; */
    top: 0px;
    left: 0px;
    opacity: 0.6;
}
/*our-products*/
.our-products .title h3{
	color:#282e34;
}
li{
	    list-style-type: none;
}
ul{
	padding:0px;
}
.our-products li{
	position:relative;
	    padding: 10px 0px;
    border-bottom: 1px solid #dddedf;
	    padding-left: 40px;
	    padding-right: 20px;
		width:auto;
		display: block;
}
.our-products li:last-child{
    border-bottom: 0px solid #dddedf;
}
.our-products li:before{
	position:absolute;
	content:'';
	content: "\f054";
	color:#282e34;
	font: normal normal normal 14px/1 FontAwesome;
	top: 15px;
    left: 15px;
}
.our-products li a{
	    color: #c32633;
		text-transform:uppercase;
}
.manager-bg{
	background:#000;
	padding: 20px;
}
.manager-bg img{
	max-width:100%;
}
.manager-bg .man h4{
	color: #fff;
    font-weight: 500;
    padding-top: 15px;font-size:19px;
}
.manager-bg .float{
	float:left;
}
.manager-bg p{
	color: #fff;
    font-size: 15px;
    line-height: 26px;
}
.offering{
	margin-bottom:50px;
}

.footer{
	    background: #ab273c;
    color: #fff;
    padding: 40px 0px;
}
.footer h1{
	text-transform: uppercase;
    font-weight: 700;
    font-size: 45px;
	margin-bottom:35px;
}
.footer p b{
	    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
}
.footer p{
    padding-bottom: 20px;
}
.copy-right{
	background:#1c2025;
	padding:15px;
}
.copy-right p.fl-left{
	    float: left;
    text-align: left;
    color: #fff;
}
.copy-right p.fl-right{
	    float: right;
    text-align: right;
    color: #fff;
}
.copy-right a{
	color:#fff;
}


/*facilities page*/
.brekum{
	padding: 10px;
	border-bottom:1px solid #ac233d;;
}
.brekum span{
	padding-right:5px;
}
.brekum a{
	color:#000;
	text-transform:capitalize;
}
.brekum p{margin-left: 15px;}

.sub-tab p{
}
.Infrastructure{
	padding: 30px 0px 50px;

}
.Infrastructure p{
	padding-bottom:15px;
}
.Infrastructure .sub-tab p{
	    line-height: 28px;
}
.single-fac{
	margin-top:30px;
}

 .single-fac img{/*box-shadow: 0px 0px 4px #ac233d; */
	max-width:100%; 
}
/*.single-fac{
	border:1px solid #7f7f7f;
}*/
.single-fac p{
	padding:0px;
}
.single-fac-text{
	padding:15px;
}
.single-fac-text h4{
	text-transform: uppercase;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 5px;
	color:#000;
}
.single-fac .single-fac-text p{
	line-height:26px;
	color:#6a6d6f;
}
a:hover{
	text-decoration:none;
}
.surface{
    padding-bottom:70px;
}
.office-img img{
	max-width:100%;
}
.about-us{
	padding:30px 0px;background: #0280af14;
}
.products-category .title h3 {
    font-size: 27px;
	color: #ac233d;
}

.products-category  ul{border: 1px solid #dddedf;}
ul li .number p{
	width: 50px;
    height: 50px;
    background: #ac233d;
    color: #fff;
    border-radius: 25px;
    text-align: center;
    font-size: 35px;
    padding-top: 7px;
}
ul li .number{
	float:left;
}
.usful-content{
	padding-left:65px;
}
.useful-section ul li{
	    padding-bottom: 19px
}
.useful-section ul li h3{
	    text-transform: uppercase;
		font-size: 23px;
}
.useful-section ul li .usful-content p{
		font-size: 14px;margin-top: 10px;
    color: #575757;
}
.client-say ul li p{	
	background: transparent;
	color: #ac233d;
}
.client-say .usful-content {
    padding-left: 55px;
}
.address-info{
	border: 1px dashed #0280af;
    border-radius: 10px;
    padding: 13px;
}

.address-info h4{
	font-size: 16px;
    text-transform: uppercase;
    color: #ac233d;
    font-weight: 600;
	margin-bottom:15px;
}
.adress-here .icon{
	float:left;
	font-size:18px;
    color: #ac233d;
}
.adress-here .icon i{
	font-size:21px;
}
.address-p{
	padding-left:26px;
}
.adress-here .address-p p {
	font-size:14px;
	    font-size: 14px;
    line-height: 23px;
	padding-bottom:0px;
}
.adress-here li{
	padding-bottom:10px;
}
.adress-here li:last-child{
	padding-bottom:0px;
}
.address-info{
	margin-bottom:30px;
}
.contact-form .multi-input-div{
	float:left;
	margin-bottom:30px;
}
.contact-form form {
    width: 100%;
    border: 1px dashed #0081af;
    padding: 15px 10px;
}
.contact-form form input{
	width: 100%;
    border: 1px solid #ac233d;
    font-size: 14px;
    padding: 12px 12px;
}
.contact-form form textarea{
	width: 100%;
    border: 1px solid #ac233d;
    font-size: 14px;
    padding: 6px 12px;
    height: 160px;
}
.capcha-butn{
	width: 80%;
    margin: auto;
}
.capcha-butn .contact_captcha{
	float: left;
}
.capcha-butn .sumit-req{
	float: right;
}
.capcha-butn .sumit-req button{ 
	    background: #ac233d;
    border: 0px;
        color: #fff;
    padding: 10px 44px;
    margin-top: 11px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.our-products li:hover{
		background: #ac233d;
		color:#fff;
}
.our-products li:hover a{
		color:#fff;
}
.providing{
	width: 80%;
    position: relative;
    padding: 35px 24px;
	    margin: auto;
    text-align: center;
}
.providing h3{
	color: #fff;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
	position:relative;
}
.providing h4{
	/*text-transform: uppercase;*/
    color: #fff;
    font-size: 22px;
	position:relative;
}
.providing:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	width:100%;
	height:100%;
    background:rgba(171, 39, 60, 0.22);
	top: 0px;
    opacity: 0.9;
}
.image-bg-provide{
	padding-top:90px;
	padding-bottom:90px;
	margin-bottom:60px;
}
.useful-section{
	padding-bottom:60px;
}
.quality-box{
	border: 1px dashed #ac233d;
    padding: 25px;
    padding-top: 30px;
	position:relative;
	    margin-top: 65px;
}
.quality-box .quality-img img{
	height: 115px;
}
.quality-box .quality-img {
    top: -100px;
    position: absolute;
    left: -70px;
}
.quality-box .float{
	float:left;
}
.usful-content h3{
	color: #ac233d;
}
.client-say .usful-content h3{
	color: #000;
}
.title-product{
	padding-top:50px;
}
.single-product .product-section .title h3 {
    margin-bottom:0px;
}
.single-product .single-fac{
	text-align:center;
	border:1px solid #ddd;
}
.single-product .single-fac-text{
	text-align:left;
	border-top:1px solid #ddd;
	background: #f1f1f1;
}
.single-product .single-fac img{
	max-width:100%;
	margin:10px 0px;
}
.offering img {
	max-width:100%;
}
.grp-indus .title h3 {
   font-size: 19px;
    color: #ac233d;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 8px;
}
.grp-indus .title.width{
	    width: 33%;
    float: left;
	margin-bottom:15px;
	text-align:center;
}

.grp-indus .title.width img{
	border: 2px solid #ddd;
    border-radius: 5px;
    padding: 0px;
    margin-bottom: 15px;
}

.grp-indus .Infrastructure p{
	line-height:30px;
	text-align:left;
}

.slider-content h3 {
    font-weight: 600;
    font-size: 41px;
}

.status{padding:20px 0px 50px; }

.status p{
	text-align:justify;
}
.slider.serve .slider-content p {
    font-size: 32px;/*margin-top: 10px;*/
}
.byn{
	    margin-top: 0px !important;
}
.home .multi-pro h3 {
    color: #c52733;
    margin-bottom: 15px;
    border-bottom: 1px solid #a7a7a7;
    margin-top: 9px;
    padding-bottom: 8px;
}
.home .our-products .title h3 {
    color: #c52733;
    text-align: center;
}
.our-products.our-products-home{
padding:20px 0px;
}
.about-us p {
    line-height: 25px;
    text-align: justify;
    margin-bottom: 8px;
}
.facilities .single-fac-text{
	display:none;
}
.quality-box {
    margin-bottom: 25px;
}
.capcha-butn {
    width: 100%;
    margin: auto;
    padding: 0px 15px;
}
.capcha-butn .contact_captcha {
    float: none;
}
.capcha-butn .sumit-req {
    float: none;
	padding-left:0px;
}

.single-fac, .address-info{
	transition-duration: 0.5s;
}

.single-fac:hover, .address-info:hover {
        box-shadow: -3px 3px 20px -17px rgb(172, 35, 61);
		/* border: 1px solid #b4233d; */
}
.manager-bg p{
	text-align:justify;
}
.slider-content {
    position: relative;
    position: absolute;
        top: 63px;
}
.slider-only .slider-content {
    position: relative;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 360px;
    margin: auto;
}
.owl-carousel .owl-item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.serve .slider-content {
    position: relative;
    position: relative;
    top: 0px;
}
.product-page.single-product .single-fac {
    text-align: center;
    border: 1px solid #ad2c41;
}
.product-page.single-product .single-fac-text {
    text-align: left;
    border-top: 1px solid #ddd;
    background: #ad2c41;
    height: auto;
    position: relative;
}
.product-page.single-product .single-fac-text h4 {
        text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
    line-height: 30px;
}
.product-page.single-product .link-arrow {
    position: absolute;
    bottom: 16px;
    text-align: right;
    right: 14px;
}
.facilities .product-page .single-fac-text {
    display: block;
}
.product-page.single-product .link-arrow a {
    border: 2px solid #fff;
    padding: 4px 8px;
    color: #fff;
}
.product-section .float{
	float:left;
}
.owl-nav{
	display:none;
}
.single-product .single-fac img {
    max-width: 100%;
    margin: 0px 0px;
}
.product-multi .single-tab p{
	display:none;
}
.product-multi .single-tab {
    padding-top: 170px;
	    padding-bottom: 46px;
}
.product-multi .single-tab .link-arrow a {
    padding: 12px 18px;
	    bottom: 34px;
}

.product-multi .single-tab .link-arrow a i {
	font-size:18px;
}
.product-multi .single-tab h3 {
    text-transform: uppercase;
    font-size: 20px;
}
.grp-indus .title.width {
    width: 50%;
}
.slider-only .home-slider-image{
	margin:0px;
}
.slider-only .slider-content {
    position: relative;
    position: absolute;
    top: 0px;
    bottom: 0px;
    height: 236px;
    margin: auto;
}
.slider-only .slider-content h5 {
    font-size: 31px;
}
.slider-content a {
    bottom: 34px;
}
.manager-bg {
    background:rgba(171, 39, 60, 0.22);
    padding: 20px;
}
.contact_captcha{
	text-align:center;width: 304px;
    height: 78px;margin:auto;
}
.capcha-butn .sumit-req {
    float: none;
    padding-left: 0px;
    text-align: center;
    margin: auto;
    width: 100%;
}
.status .certification-img {
	text-align: center;
}
.status .certification-img img {
    height: auto;
    border: 3px solid #5f4456;
    padding: 2px;
}
.title-our-pro.title h3{
	position:relative;
}
.title-our-pro.title h3:before{
	    position: absolute;
    content: '';
    height: 3px;
    width: 100px;
    background: #c52733;
    bottom: -6px;
    margin: auto;
    left: 0px;
    right: 0px;
    padding-bottom: 0px;
}
.we-serve {
    background:rgba(171, 39, 60, 0.22);
    width: 640px;
	    margin: auto;
}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              
.we-serve{
	text-align:center;
}
.butn-page-link p {
    font-size: 18px;
	width: 100%;
}
.butn-page-link a{
	margin: auto !important;
}
.home .multi-pro h3 {
    margin-top: 23px;
}
.product-multi .single-tab:before {
    opacity: 0.9;
}

.we-serve .butn-page-link p {
    font-size: 20px !important;
}
.we-serve .butn-page-link a{
       font-size: 19px !important;
    width: 188px !important;
}

/* .menu-bar.navbar-expand-md.bg-dark a:after{border-bottom:5px solid #456; position:relative; top:10px;width:100%; height:10px;} */

 /* .menu-bar li a:after{ display:none;} */
 
 .useful-section  img{box-shadow: 0px 0px 4px #ac233d;
    padding: 1px;}
	
	.silder_content{padding:0PX;}
	.slider-only{
		padding-top:0px; padding-bottom:30px;
	}

.menu_content{width:100%; z-index:9999}



.sticky {
  position: fixed;
  top: 0;
  width: 100%;    z-index: 9999
}
.rd-page .useful-section{
	background: #f3f3f3;
}
.rd-page .useful-section p{
	font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #000;
}
.rd-page .useful-section img {
    box-shadow: 0px 0px 8px #9d999a;
    padding: 0px;
    border: 4px solid #ab273c;
}
.rd-page .useful-section{
    padding: 60px 0px;
}
.quality-page .single-fac{
	position:relative;
}
.quality-page .single-fac:before {
    position: absolute;
    content: '';
    padding: 0px;
    border: 4px solid #ab273c;
    width: 100%;
    height: 100%;
    transform: rotate(3deg);
	    transition: all 0.6s linear;
}
.quality-page .single-fac img {
    box-shadow: 0px 0px 8px #9d999a;
    padding: 0px;
    z-index: 9999;
	    transition: all 0.3s linear;
    position: relative;
}
.quality-page .useful-section{
	padding-bottom:0px;
}
.quality-page .single-fac{
	
	    transition: all 0.3s linear;
    border: 3px solid #ab273c;
}
/*.quality-page .single-fac:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}*/
.quality-page .single-fac:hover:before {
    transform: rotate(10deg);
	    transition: all 0.3s linear;
		
		
}

.rd-page .useful-section img {
    max-width: 100%;
}
.facilities-page .single-fac {
    overflow: hidden;
    border: 3px solid #ab273c;
	padding:0px;
}
.facilities-page .single-fac img {
    box-shadow: 0px 0px 8px #9d999a;
    padding: 0px;
    z-index: 9999;
    transition: all 0.6s linear;
    position: relative;
}
.facilities-page .single-fac:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

/* date: 9-4-2019 */

.man img{width:100%;}

.status_content{border: 5px solid #fff;border-radius: 20px;
    padding: 15px;}

.manager-bg  .title h3{font-size: 41px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 15px;}


.man h4{font-size: 20px;
    margin-top: 14px;
    margin-bottom: 15px;}

.status_content h5{margin-bottom: 10px;}

.contact-form form h5{font-size: 16px;
    margin-bottom: 15px;
    padding-left: 15px;
    color: #ab273c;
    text-transform: uppercase;}

.status .single-fac {
   /* overflow: hidden;*/
    border: 3px solid #ab273c;
    padding: 0px;
}

.quality-img1{
    top: -117px;
    right: -356px;
    position: absolute;}

.quality-img1 img{height: 146px;}