@charset "utf-8";
/* CSS Document */

body {
	font-weight: 400;
	background: #FFF;
	font-family: 'Nunito Sans';
	font-size: 22px;
	margin: 0;
	padding:0;
	width: 100%;
	letter-spacing: 1px;
}


 				/*============================ Upper Header css =========================*/
				
				
				
				 /*============================ Manu css =========================*/
				 
header {
	position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 999;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.30);
}
/*header:before {
  content: "";
  display: block;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient( 45deg, transparent 33.333%, #e8e8e8 33.333%, #e8e8e8 66.667%, transparent 66.667% ), linear-gradient( -45deg, transparent 33.333%, #e8e8e8 33.333%, #e8e8e8 66.667%, transparent 66.667% );
  background-size: 20px 40px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.30);
}*/
.logo {
	float: left;
	padding: 10px 0px;
}

.site-nav {
	position: absolute;
    top: -90px;
    right: 10%;
    height: auto;
	opacity: 0;
	transition: all 0.6s ease 0s;
	z-index: 100;
}
.site-nav.active {
	top: 0px;
	
	opacity: 1;
}
.site-nav ul {
	margin: 0;
    padding: 0;
    display: flex;
}
.site-nav ul li {
	list-style-type: none;
    position: relative;
}
.site-nav ul li.sub-menu:before {
	content: '\f0d7';
	font-family: fontAwesome;
	position: absolute;
	line-height: 50px;
	color: #fff;
	right: 5px;
}
.site-nav ul li.active.sub-menu:before {
	content: '\f0d8';
}
.site-nav ul li ul {
	position: absolute;
    left: 0;
    background: #333;
	display: none;
}
.site-nav ul li:hover ul {
	display: block;
}
.site-nav ul li ul li ul {
    left: 100%;
    top: 0;
	display: none !important;
}
.site-nav ul li ul li:hover ul {
	display: block !important;
}
.site-nav ul li ul li {
	display: block;
	width: 200px;
}
.site-nav ul li a {
	padding: 15px 20px;
	line-height: 50px;
	font-size: 14px;
	color: #000000;
	font-weight: 600;
    text-decoration: none;
    display: block;
	white-space: nowrap;
	text-transform: uppercase;
}
.site-nav ul li a:hover {
	text-decoration: none;
}

.menu-toggle {
	display: block;
    position: absolute;
    top: 25px;
    right: 70px;
    color: #000000;
    font-size: 22px;
}


				 
				 
				  /*============================ Banner/Slider css =========================*/
				  
				  
.carousel-caption {
    position: absolute;
    right: 0%;
	left: 0%;
    top: 0%;
	bottom: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    /*text-shadow: 0 5px 5px rgba(0, 0, 0, 0.75);*/
	display: block;
	background: #00000073;
}

.carousel-caption h1 {
	font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 55px;
    padding: 10px 0px;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.80);
}
.carousel-caption h1 span {
	color: #db261f;
    font-size: 55px;
    display: block;
}
.carousel-caption h4 {
	font-size: 35px;
	padding: 10px 0px 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
	display: block;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.80);
}
.carousel-caption h4 span {
	padding: 10px 10px 10px;
    border-radius: 10px;
}
.carousel-caption h2 {
	font-size: 35px;
	padding: 10px 0px 10px;
    color: #ffffff;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
	display: block;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.80);
	-webkit-text-stroke: 0px black;
    color: #e31e24;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.carousel-caption h2 span {
	padding: 10px 10px 10px;
    border-radius: 10px;
}
.carousel-caption h3 {
    font-size: 45px;
    color: #db261f;
    text-align: center;
    font-weight: 500;
    text-transform: capitalize;
	display: block;
	text-shadow: 0 5px 5px rgba(0, 0, 0, 0.80);
	-webkit-text-stroke: 0px black;
    color: white;
    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.carousel-caption h3 span {
	padding: 10px 10px 10px;
    border-radius: 10px;
}

.carousel-control.right {
	background: none;
}
.carousel-control.left {
	background: none;
}

.carousel-indicators {
    bottom: 10px;
}
.carousel-indicators .active {
	background: #db261f;
	border-color: #db261f;
}	
.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 1px solid #a0a0a0;
    border-radius: 10px;
}
				  


.main-wrap {
	background-color: #ececec;
	padding: 20px 20px;
	/*background-image: url(https://www.transparenttextures.com/patterns/brushed-alum.png);
	box-shadow: inset 0 5px 5px 0 rgba(1, 44, 70, 0.50);*/
}
				  
				   /*============================ Intro Section css =========================*/
				   
.intro-section {
	padding: 60px 0px 60px;
	background: #ffffff;
}
.intro-info {
	font-size: 22px;
    line-height: 40px;
    padding: 10px 10px 10px;
    text-align: justify;
    color: #000000;
}

				/*============================ Google review  Section css =========================*/

.google-review {
	padding: 0px 0px 50px;
	background: #ffffff;
}
.google-review a {
	display: block;
    font-size: 20px;
    padding: 0px 0px;
    text-align: center;
    font-weight: 600;
    color: #034b82;
    text-decoration: none;
    text-transform: capitalize;
}
.review-line {
	padding: 30px 0px 0px;
	float: left;
}
.review-line h4 {
	font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.review-img {
	padding: 10px 20px 10px;
	float: right;
	position: relative;
	background-color: #f9f9f9;
    background-image: url(https://www.transparenttextures.com/patterns/brushed-alum.png);
    border: 1px solid #d2d2d2;
    border-radius: 5px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.18);
}
.review-img a {
	display: block;
    font-size: 18px;
    padding: 0px 0px;
    text-align: center;
    font-weight: 600;
    color: #034b82;
    text-decoration: none;
    text-transform: capitalize;
}

				/*============================ Allience Section css =========================*/
				
.allience-section {
	background-color: #012c46;
	background-image: url("https://www.transparenttextures.com/patterns/dark-brick-wall.png");
	min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    /*background-repeat: no-repeat;
    background-size: cover;*/
}
.allience-section .opacity {
	padding: 60px 0px 60px;
	background: rgba(0, 0, 0, 0.10);
	color: #FFF;
}
.allience-head {
	padding: 0px 0px 50px;
}
.allience-head h2 {
	font-size: 35px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.allience-section .carousel-control     		 { width:  4%; }
.allience-section .carousel-control.left, .allience-section .carousel-control.right {margin-left:15px;background-image:none;}
@media (max-width: 767px) {
	.allience-section .carousel-inner .active.left { left: -100%; }
	.allience-section .carousel-inner .next        { left:  100%; }
	.allience-section .carousel-inner .prev		 { left: -100%; }
	.allience-section .active > div { display:none; }
	.allience-section .active > div:first-child { display:block; }

}
@media (min-width: 767px) and (max-width: 992px ) {
	.allience-section .carousel-inner .active.left { left: -50%; }
	.allience-section .carousel-inner .next        { left:  50%; }
	.allience-section .carousel-inner .prev		 { left: -50%; }
	.allience-section .active > div { display:none; }
	.allience-section .active > div:first-child { display:block; }
	.allience-section .active > div:first-child + div { display:block; }
}
@media (min-width: 992px ) {
	.allience-section .carousel-inner .active.left { left: -16.7%; }
	.allience-section .carousel-inner .next        { left:  16.7%; }
	.allience-section .carousel-inner .prev		 { left: -16.7%; }	
}


				/*============================ Strength Section css =========================*/
				
.strength-section {
	padding: 50px 0px 40px;
	background: #ffffff;
}
.strength-head {
	padding: 0px 0px 40px;
}
.strength-head h2 {
	font-size: 35px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.satisfaction {
	padding: 10px 0px 10px;
	width: 100%;
	height: 150px;
}
.satisfaction .data-block {
	float: left;
    padding: 0px 30px 0px 0px;
	width: 80%;
}
.satisfaction .data-block .head {
	font-size: 21px;
    padding: 0px 0px 20px;
    text-align: right;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.satisfaction .data-block .info {
	font-size: 20px;
    padding: 0px 0px 10px;
    text-align: justify;
    color: #313131;
}
.satisfaction .icon {
	width: 20%;
	float: right;
}
.satisfaction .icon .thumbnail {
	margin-top: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e31e25;
}
.diversification {
	padding: 10px 0px 10px;
	width: 100%;
	height: 170px;
}
.diversification .data-block {
	float: left;
    padding: 0px 30px 0px 0px;
	width: 80%;
}
.diversification .data-block  .head {
	font-size: 21px;
    padding: 0px 0px 20px;
    text-align: right;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.diversification .data-block  .info {
	font-size: 20px;
    padding: 0px 0px 10px;
    text-align: justify;
    color: #313131;
}
.diversification .icon {
	width: 20%;
	float: right;
}
.diversification .icon .thumbnail {
	margin-top: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e31e25;
}
.people {
	padding: 10px 0px 10px;
	width: 100%;
	height: auto;
}
.people .data-block {
	float: left;
    padding: 0px 30px 0px 0px;
	width: 80%;
}
.people .data-block .head {
	font-size: 21px;
    padding: 0px 0px 20px;
    text-align: right;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.people .data-block .info {
	font-size: 20px;
    padding: 0px 0px 10px;
    text-align: justify;
    color: #313131;
}
.people .icon {
	width: 20%;
	float: right;
}
.people .icon .thumbnail {
	margin-top: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e31e25;
}

.strength-img {
	overflow: hidden;
    box-sizing: border-box;
	padding: 30px 0px 20px;
}
.strength-img img {
	box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    transition: .75s;
}
.strength-img:hover img {
	transform: scale(1.1);
}

.global {
	padding: 10px 0px 10px;
	width: 100%;
	height: 150px;
}
.global .icon {
	float: left;
    width: 20%;
}
.global .icon .thumbnail {
	margin-top: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e31e25;
}
.global .data-block {
    padding: 0px 0px 0px 25px;
	width: 80%;
	float: right;
}
.global .data-block .head {
    font-size: 21px;
    padding: 0px 0px 20px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.global .data-block .info {
	font-size: 20px;
    padding: 0px 0px 10px;
    text-align: justify;
    color: #313131;
}
.principle {
	padding: 10px 0px 10px;
	width: 100%;
	height: 170px;
}
.principle .icon {
	float: left;
    width: 20%;
}
.principle .icon .thumbnail {
	margin-top: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e31e25;
}
.principle .data-block {
    padding: 0px 0px 0px 25px;
	width: 80%;
	float: right;
}
.principle .data-block .head {
	font-size: 21px;
    padding: 0px 0px 20px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.principle .data-block .info {
	font-size: 20px;
    padding: 0px 0px 10px;
    text-align: justify;
    color: #313131;
}
.quality {
	padding: 10px 0px 10px;
	width: 100%;
	height: auto;
}
.quality .icon {
	float: left;
    width: 20%;
}
.quality .icon .thumbnail {
	margin-top: 5px;
	background-color: #f5f5f5;
	border: 1px solid #e31e25;
}
.quality .data-block {
    padding: 0px 0px 0px 25px;
	width: 80%;
	float: right;
}
.quality .data-block .head {
	font-size: 21px;
    padding: 0px 0px 20px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.quality .data-block .info {
	font-size: 20px;
    padding: 0px 0px 10px;
    text-align: justify;
    color: #313131;
}

				/*============================ Industeies Section css =========================*/
				
.industry-section {
	background-image: url(../images/cater-bg.jpg);
	min-height: 300px;
    /*background-attachment: fixed;*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.industry-section .opacity {
	padding: 50px 0px 40px;
	background: rgba(255, 255, 255, 0.30);
	color: #FFF;
}
.industry-head {
	padding: 0px 0px 50px;
}
.industry-head h2 {
	font-size: 35px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}

.grid-row {
	display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.grid-column {
	-ms-flex: 25%; /* IE10 */
  flex: 25%;
}
.grid-img {
	vertical-align: middle;
  	width: 100%;
	padding: 2px;
	position: relative;
    transition: .6s ease-out;
    box-shadow: 0 10px 10px rgba(0,0,0,.50);
	border-radius: 5px;
}
.grid-img:hover {
	transform: translateY(5px);
}
.grid-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, #000, transparent);
    z-index: 2;
	border-radius: 5px;
    transition: 0.5s;
    opacity: 0;
}
.grid-img:hover:before {
	opacity: 1;
}
.grid-img img {
	border-radius: 5px;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.grid-img:hover .grid-head {
	opacity: 1;
	transform: translateY(0);
}
.grid-img .grid-head {
	position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 3;
    color: #ffffff;
    opacity: 0;
    transform: translateY(60px);
    transition: 0.5s;
}
.grid-img .grid-head h4 {
	font-size: 20px;
    padding: 0px 0px 20px;
    text-align: center;
    margin: 0;
    text-transform: capitalize;
}


.cater {
}
.cater .cater-head {
	font-size: 24px;
    padding: 0px 0px 20px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.cater .list {
	list-style-type: none;
	padding: 0px 10px;
}
.cater .list li {
	font-size: 20px;
    padding: 14px 5px;
	color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
}
.cater .list .list1:before {
	content: '\f0c3';
	font-family: fontAwesome; 
	font-size: 18px;
	margin-right: 30px;
	margin-bottom: 20px;
    float: left;
	color: #0f2c3d;
  	font-weight: bold;
  	display: inline-block; 
	transform: rotate(0deg);
}
.cater .list .list2:before {
	content: '\f0c3';
	font-family: fontAwesome; 
	font-size: 18px;
	margin-right: 30px;
	margin-bottom: 20px;
    float: left;
	color: #ffffff;
  	font-weight: bold;
  	display: inline-block; 
	transform: rotate(0deg);
}


				/*============================ Quote line Section css =========================*/

.quote-section {
	padding: 40px 0px 40px;
    background-color: #e2e2e2;
	box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.17);
}
.quote-line {
	padding: 10px 0px 0px;
	float: left;
}
.quote-line h4 {
	font-size: 20px;
    line-height: 30px;
    text-align: left;
    font-weight: 600;
    color: #000000;
    text-transform: capitalize;
    margin: 0;
}
.quote-button {
	float: right;
	position: relative;
}
.quote-button .quote-btn {
    padding: 10px 10px;
    line-height: 30px;
    font-size: 20px;
	width: 100%;
	position: relative;
	text-align:center;
	display: block;
    color: #FFF;
    font-weight: 600;
    border-radius: 5px;
    border: 2px solid #e31e24;
    background: #e31e24;
    text-transform: capitalize;
    text-decoration: none;
	overflow: hidden;
	transition: 1s all ease;
	z-index: 1;
}
.quote-button .quote-btn::before {
	content: "";
	position: absolute;
	background: #ffffff;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
	transition: all 0.6s ease;
}
.quote-button .btn-3::before {
	width: 100%;
	height: 0%;
	transform: translate(-50%,-50%) rotate(45deg);
}
.quote-button .btn-3:hover::before {
	height: 380%;
	
}
.quote-button .quote-btn:hover {
	color: #313131;
}
	

				/*============================ footer Section css =========================*/
				
.footer {
	background-image: url(../images/footer-bg.jpg);
	min-height: 300px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer .opacity {
	padding: 40px 0px 40px;
	background: rgba(0, 0, 0, 0.40);
	color: #FFF;
}
.foot-head {
	padding: 0px 0px 20px;
}
.foot-head h3 {
	font-size: 25px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.footer .address {
    font-size: 20px;
	line-height: 30px;
	text-align: justify;
    color: #ffffff;
	padding: 0;
}
.contact {
	padding: 20px 0px 0px;
	font-size: 20px;
	line-height: 30px;
	text-align: left;
    color: #ffffff;
}
.contact span {
	text-align: center;
    display: block;
    position: relative;
    left: -15px;
}
.footer .address h4 {
	font-size: 20px;
	padding: 0px 0px 15px;
    text-align: left;
    font-weight: 600;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0;
}
.footer .facebook {
	padding: 0;
}

.footer .quick-link {
}
.footer .quick-link ul {
	margin: 0;
    padding: 0;
    list-style-type: none;
}
.footer .quick-link ul li {
}
.footer .quick-link ul li:nth-child(1):before {
    content: '\f00c';
    font-family: fontAwesome;
}
.footer .quick-link ul li:nth-child(2):before {
    content: '\f00c';
    font-family: fontAwesome;
}
.footer .quick-link ul li:nth-child(3):before {
    content: '\f00c';
    font-family: fontAwesome;
}
.footer .quick-link ul li:nth-child(4):before {
    content: '\f00c';
    font-family: fontAwesome;
}
.footer .quick-link ul li:nth-child(5):before {
    content: '\f00c';
    font-family: fontAwesome;
}
.footer .quick-link ul li:before {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    margin-right: 20px;
    float: left;
    color: #ffffff;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
}
.footer .quick-link ul li a{
	display: block;
    font-size: 20px;
	line-height: 35px;
	text-align: left;
    color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}
.footer .quick-link ul li a:hover{
}


				/*============================ About us page  css =========================*/

.inner-banner {
	background-image: url(../images/inner-banner-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.inner-banner .opacity {
	padding: 40px 0px 40px;
	background: rgba(0, 0, 0, 0.20);
	color: #FFF;
}
.inner-banner .main-head {
}
.inner-banner .main-head h2 {
	font-size: 35px;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}


				
.abt-section {
	padding: 40px 0px 40px;
	background: #ffffff;
}
.abt-head {
}
.abt-head h2 {
	
}
.abt-info {
	font-size: 21px;
    line-height: 40px;
    padding: 30px 10px 10px;
    text-align: justify;
    color: #313131;
}

.vision-mission {
	padding: 50px 0px 40px;
	background: #ffffff;
}
.vision {
	position: relative;
	padding: 0px 0px 0px;
}
.vision .image {
	position: relative;
	background-image: url(../images/vision-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	height: 180px;
	border: 2px solid transparent;
}
.vision .image .head {
	font-size: 35px;
    padding: 0px 30px 0px 0px;
    text-align: right;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #e31e24;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.vision .info {
	font-size: 20px;
    line-height: 35px;
    padding: 30px 10px 10px;
    text-align: justify;
    color: #313131;
}

.goal {
	position: relative;
	padding: 0px 0px 0px;
}
.goal .image {
	position: relative;
	background-image: url(../images/goal-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	height: 180px;
	border: 2px solid transparent;
	position: relative;
	top: 0px;
}
.goal .image .head {
	font-size: 35px;
    padding: 0px 0px 0px 30px;
    text-align: left;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #e31e24;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.goal .info {
	font-size: 20px;
    line-height: 35px;
    padding: 0px 10px 40px;
    text-align: justify;
    color: #313131;
	position: relative;
	top: 0px;
}

.mission {
	position: relative;
	padding: 0px 0px 0px;
}
.mission .image {
	position: relative;
	background-image: url(../images/mission-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
	height: 180px;
	border: 2px solid transparent;
}
.mission .image .head {
	font-size: 35px;
    padding: 0px 0px 0px 30px;
    text-align: left;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #e31e24;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.mission .info {
	font-size: 20px;
    line-height: 35px;
    padding: 30px 10px 10px;
    text-align: justify;
    color: #313131;
}

.certification {
	padding: 40px 0px 40px;
	background: #ffffff;
}
.certificate-head {
	padding: 0px 0px 40px;
	
}
.certificate-head h2 {
	font-size: 35px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.certificate {
	
}


.team-section {
	padding: 40px 0px 40px;
	background: #ffffff;
}
.team-head {
	padding: 0px 0px 40px;
}
.team-head h2 {
	font-size: 35px;
    text-align: center;
    color: #000000;
    font-weight: 600;
    margin: 0;
    text-transform: capitalize;
}
.director {
	padding: 0px 0px;
    /*margin: 0px 10px 0px 0px;*/
    height: auto;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #f9f9f9;
}
.d-image {
	width: 40%;
    float: left;
}
.d-image .thumbnail {
	margin: 0;
	padding: 0;
	border: none;
}
.d-info {
	width: 60%;
    float: right;
    padding: 50px 10px;
    /* border: 1px solid whitesmoke; */
}
.d-info .d-name {
	font-size: 22px;
    padding-bottom: 20px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
}
.d-info .d-post {
	font-size: 18px;
	padding-bottom: 20px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
}
.director-info {
	font-size: 20px;
    line-height: 35px;
    padding: 0px 20px 30px;
    text-align: justify;
	color: #313131;
}

.team {
	/*width: 100%;*/
    padding: 0px 0px;
    margin: 20px 40px 20px 0px;
    height: 102px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    background: #f9f9f9;
}
.team-image {
	width: 30%;
    float: left;
}
.team-image .thumbnail {
	margin: 0;
	padding: 0;
	border: none;
}
.team-info {
	width: 70%;
    float: right;
    padding: 20px 10px 0px;
    /* border: 1px solid whitesmoke; */
}
.team-info .team-name {
	font-size: 20px;
    padding-bottom: 15px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-weight: 600;
}
.team-info .team-post {
	font-size: 18px;
	padding-bottom: 20px;
    margin: 0;
    color: #000;
    text-transform: capitalize;
    text-align: left;
    font-weight: 500;
}

				/*============================ Contact us page  css =========================*/

.map-section {
}
.form-section {
	/*overflow: hidden;
    background-image: url(../images/contact-bg.jpg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;*/
	background:#ffffff;
}
.form-section .opacity {
	padding: 50px 0px 50px;
    background: rgba(0, 0, 0, 0);
    color: #FFF;
}
.form-section .dark-layer {
	position: absolute;
    top: 0;
    left: 0;
    width: 51%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, .70);
}
.form-head {
}
.form-head h3 {
    font-size: 28px;
	padding-bottom: 30px;
    margin: 0;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}
.contact-form {
	text-align: center;
    padding: 30px 0px;
}
.form-group {
    margin-bottom: 20px;
}
.contact-form .form-horizontal .control-label {
    padding: 7px 20px 0px 0px;
    margin-bottom: 0;
    text-align: right;
    font-size: 18px;
	color: #131313;
    text-transform: capitalize;
}
.contact-form .form-horizontal .control-label span {
	font-size: 12px;
}
.contact-form .form-column {
    padding: 0px 40px 0px 0px;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #131313;
    background-color: #eaeaea6e;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-btn {
	display: block;
    padding: 10px 30px;
    font-size: 20px;
    margin-top: 10px;
    color: #000000;
    background: #59a6d4;
    text-align: center;
	font-weight: 600;
    border: 1px solid #e4e4e4;
    border-radius: 5px;
}
.form-btn:hover {
	background: #eaeaea6e;
    color: #131313;
	text-decoration: none;
}

.contact-details {
    height: 200px;
	text-align: center;
    border-top: 2px solid #e31e24;
    border-bottom: 2px solid #70b1db;
    border-left: 2px solid #e31e24;
    border-right: 2px solid #59a5d4;
    border-radius: 5px;
}
.for-margin {
	margin-top: 30px;
}
.contact-add {
	font-size: 20px;
    line-height: 30px;
    padding: 25px 8px 0px;
    text-align: center;
    color: #101010;
}
.contact-add h4 {
	font-size: 22px;
	padding-bottom: 20px;
    margin: 0;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}
.contact-no {
	font-size: 18px;
    line-height: 30px;
    padding: 25px 10px 0px;
    text-align: center;
    color: #101010;
}
.contact-no h4 {
	font-size: 22px;
	padding-bottom: 10px;
    margin: 0;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}
.contact-mail {
	font-size: 20px;
    line-height: 30px;
    padding: 20px 0px;
    text-align: center;
    color: #101010;
}
.contact-mail h4 {
	font-size: 22px;
	padding-bottom: 10px;
    margin: 0;
    color: #000000;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}
.map {
	margin-top: 20px;
	height: 220px;
	border-top: 2px solid #e31e24;
    border-bottom: 2px solid #70b1db;
    border-left: 2px solid #e31e24;
    border-right: 2px solid #59a5d4;
    border-radius: 5px;
    
}


				/*============================ who we represent page  css =========================*/
				


.client-heading {
	padding: 50px 0px 50px;
	background: #ffffff;
}
.client-heading h2 {
	font-size: 30px;
    line-height: 30px;
    padding: 10px 0px 10px;
    margin: 0;
    text-align: center;
    /*color: #000;*/
    font-weight: 600;
    text-transform: capitalize;
}

.info-tab {
	padding: 40px 0px 40px;
	background: #ffffff;
    background-image: url(https://www.transparenttextures.com/patterns/ecailles.png);
}

.tabs-section {
    padding: 0px 0px 0px 0px;
}
.tabs-section .nav-center {
    text-align: center;
}
.tabs-section .nav-tabs {
    border-bottom: 1px solid #e31e24;
    display: flex;
}
.tabs-section .nav-tabs li {
    flex-grow: 1;
}
.tabs-section .nav-tabs li a {
	margin:0;
	padding: 0px 0px;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}
.tabs-section .nav-tabs li.active a {
	border: 1px solid #e31e24;
    border-bottom-color: transparent;
	background: #f3f8fe;
}
.tabs-section .nav-tabs li a:hover {
	border: 1px solid #e31e24;
    border-bottom-color: transparent;
	background: #f3f8fe;
}
.tabs-section .nav-tabs li a img {
    max-width: 100%;
}

.tab-content {
    padding: 40px 20px 40px;
	background-color: #fdfdfd;
    /* background-image: url(https://www.transparenttextures.com/patterns/ecailles.png); */
    border: 1px solid #dedede;
	border-top-color: transparent;
}
				
.tgv {
	padding: 0;
}
.tgv .logo-data {
	padding: 20px 0px 30px;
}

.jubilant {
	padding: 0;
}
.jubilant .logo-data {
	padding: 20px 0px 30px;
}

.rcf {
	padding: 0px 0px 0px;
}
.rcf .logo-data {
	padding: 20px 0px 30px;
}

.grasim {
	padding: 0px 0px 0px;
}
.grasim .logo-data {
	padding: 20px 0px 30px;
}

.gulshan {
	padding: 0px 0px 40px;
}
.gulshan .logo-data {
	padding: 20px 0px 30px;
}

.client-logo {
	padding: 0px 0px 0px;
}
.client-name {
	font-size: 25px;
    line-height: 30px;
    padding: 0px 0px 20px;
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.list-title {
	font-size: 22px;
    line-height: 30px;
    padding: 0px 0px 10px;
    text-align: left;
    /*color: #000;*/
    margin: 0;
    font-weight: 600;
    text-transform: capitalize;
}
.client-name span {
	font-size: 16px;
    display: block;
	line-height: 30px;
}

.chem-list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.chem-list li {
	padding: 10px 0px 10px;
    font-size: 20px;
    line-height: 30px;
    text-align: left;
    /*color: #313131;*/
    /*border-bottom: 1px solid gainsboro;
    border-bottom-style: dashed;*/
}
.chem-list .list-icon {
	float: left;
    padding: 0px 0px 5px;
}
.chem-list .list-icon:before {
    content: '\f0c3';
    font-family: fontAwesome;
    margin-right: 30px;
    font-size: 18px;
    color: #db261f;
    font-weight: bold;
    display: inline-block;
    /*transform: rotate(10deg);*/
}



	

				/*============================ who we serve page  css =========================*/	
				
				
.service-section {
	padding: 40px 0px 40px;
	background: #ffffff;
}
.service-head {
	padding: 0px 0px 50px;
}
.service-head h2 {
	font-size: 30px;
    line-height: 30px;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
}

.outer {
	padding:0;
}
.service-row-1 {
	position: relative;
}
.service-row-1 .img-column{
	padding: 0;
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
	
}
.service-row-1 .img-column img{
	box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    transition: .75s;
	object-fit: cover;
}
.service-row-1 .img-column.pull-right {
    float: left!important;
}
.service-row-1 .img-column:hover img {
	transform: scale(1.1);
}
.service-row-1 .head-column {
	padding: 0;
    height: 251px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ded4b4;
	position: relative;
}
.service-row-1 .head-column .service-heading {
	font-size: 22px;
    line-height: 30px;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.service-row-2 {
	position: relative;
}
.service-row-2 .img-column{
	padding: 0;
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
}
.service-row-2 .img-column img{
	box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    transition: .75s;
	object-fit: cover;
}
.service-row-2 .img-column:hover img {
	transform: scale(1.1);
}
.service-row-2 .head-column {
	padding: 0;
    height: 251px;
    box-sizing: border-box;
    overflow: hidden;
    background: #59a6d4;
	position: relative;
}
.service-row-2 .head-column.pull-right {
    float: left!important;
}
.service-row-2 .head-column .service-heading {
	font-size: 22px;
    line-height: 30px;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.service-row-3 {
	position: relative;
}
.service-row-3 .img-column{
	padding: 0;
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
}
.service-row-3 .img-column.pull-right {
    float: left!important;
}
.service-row-3 .img-column img{
	box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    transition: .75s;
	object-fit: cover;
}
.service-row-3 .img-column:hover img {
	transform: scale(1.1);
}
.service-row-3 .head-column {
	padding: 0;
    height: 251px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ded4b4;
	position: relative;
}
.service-row-3 .head-column .service-heading {
	font-size: 22px;
    line-height: 30px;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.service-row-4 {
	position: relative;
}
.service-row-4 .img-column{
	padding: 0;
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
}
.service-row-4 .img-column img{
	box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    transition: .75s;
	object-fit: cover;
}
.service-row-4 .img-column:hover img {
	transform: scale(1.1);
}
.service-row-4 .head-column {
	padding: 0;
    height: 251px;
    box-sizing: border-box;
    overflow: hidden;
    background: #59a6d4;
	position: relative;
}
.service-row-4 .head-column.pull-right {
    float: left!important;
}
.service-row-4 .head-column .service-heading {
	font-size: 22px;
    line-height: 30px;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}

.service-row-5 {
	position: relative;
}
.service-row-5 .img-column{
	padding: 0;
	overflow: hidden;
    box-sizing: border-box;
	position: relative;
}
.service-row-5 .img-column.pull-right {
    float: left!important;
}
.service-row-5 .img-column img{
	box-sizing: border-box;
    overflow: hidden;
    max-width: 100%;
    max-height: 100%;
    transition: .75s;
	object-fit: cover;
}
.service-row-5 .img-column:hover img {
	transform: scale(1.1);
}
.service-row-5 .head-column {
	padding: 0;
    height: 251px;
    box-sizing: border-box;
    overflow: hidden;
    background: #ded4b4;
	position: relative;
}
.service-row-5 .head-column .service-heading {
	font-size: 22px;
    line-height: 30px;
	position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #000;
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
}
.service-row-5 .head-column .service-heading span {
	display: block;
}
				
				
				
							





