@import url('https://fonts.googleapis.com/css?family=Poppins:100,200,300,400,500,600,700,800,900&display=swap');

html,
body
{
	font-family: 'Poppins', sans-serif;
	height: auto;	
	scroll-behavior: smooth;
}

a:hover,
a:focus,
button:hover,
button:focus
{
	text-decoration: none;
	outline: none;
}
a:hover
{
	cursor: pointer;
}
.addrress-wrapper
{
	text-align: center;
	margin-top: 80px;
	color: #fff;
}
.icon-add
{
	margin-bottom: 20px;
	height: 55px;
}

/*navbar*/
.bg-light {
    background-color: #ffffff!important;
    position: fixed;
    z-index: 999;
    width: 100%;
    padding: 0;
    top: 0;
}
.navbar-expand-lg .navbar-nav .nav-item
{
	padding: 0 20px;
}
.navbar-expand-lg .navbar-nav a.nav-link {
    padding:3px;
    position: relative;
    z-index: 9999;
    font-size: 14px; 
    font-weight: 500;
}
.navbar-expand-lg .navbar-nav a.nav-link:before
{
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4bcaff;
	transition: .2s ease-in-out;
	z-index: -3;
}
.navbar-expand-lg .navbar-nav a.nav-link:hover:before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: #4bcaff;
	transition: .2s ease-in-out;
	z-index: -3;
}
.navbar-light .navbar-nav .active>.nav-link {
    font-weight: 600;
}
.navbar-brand img{
	 width: 63px; 
	transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
}
/*end of sidebar*/

.banner-main
{
	position: relative;
}
.down-btn-outer
{
	position: absolute;
	height: 20px;
	width:100px;
	bottom: 100px;
	left: 55px;
	z-index: 99;
}
#down-btn-id
{
	z-index: 999;
	width: 30px;
	height: 86px;
	display: block;
}
.down-btn
{
	position: absolute;
	animation-timing-function: cubic-bezier(1,1,.3,1);
    animation-duration: 1.5s;
    animation-name: descenteText;
    animation-iteration-count: infinite;
}

@keyframes descenteText {
  0% {
    opacity: 0;
    top: 0
  }
  20% {
    opacity: 1
  }
  60% {
    opacity: 1
  }
  to {
    opacity: 0;
    top: 100%
  }
}

/*.banner-main,
.bd-example,
.carousel-inner,
.carousel,
.carousel-inner
{
	height:100%;
}*/
.carousel-caption {
    right: 0;
    margin-top: 200px;
    left: 0;
    color: #fff;
    text-align: left;
    width: 100%;
    position: relative;
}
.carousel-caption img{
    margin-bottom: 40px;
}
.carousel-caption h1{
    font-size: 32px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.carousel-caption p{
    font-size: 18px;
	font-weight: 300;
	width: 60%;
	padding: 0 0 50px 0;
	margin: 0 auto;
}
.carousel-caption .btn-main a{
	color: #fff;
	border: solid 2px #fff;
    padding: 9px 50px;
    border-radius: 50px;
	margin: 0 10px 0 0;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.carousel-caption .btn-main a:hover{
	text-decoration: none;
	background: #48C9FD;
	border: solid 2px #48C9FD;
}
.carousel-caption .btn-main a.projects{
	background: #48C9FD;
	border: solid 2px #48C9FD;
}
.carousel-caption .btn-main a.projects:hover{
	background: none;
	border: solid 2px #fff;
}
.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-top: inherit;
    border-bottom: inherit;
    border-radius: 10px;
}

/*sidebar*/
.sidenav {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	right: -250px;
	/* background: linear-gradient(to bottom, #48c9fdf2 0%,#4756b5d4 100%); */
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 60px;
	z-index: 9999;
	width:250px;
	background: #4ab3ec;
    background: -moz-linear-gradient(top, #48c9fd 0%, #4756b5 100%);
    background: -webkit-linear-gradient(top, #48c9fdf2 0%,#4756b5e8 100%);
    background: linear-gradient(to bottom, #48c9fdf2 0%,#4756b5e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#48c9fd', endColorstr='#4756b5',GradientType=0 );
}
.sidenav a {
	padding: 8px 8px 8px 50px;
	text-decoration: none;
	font-size: 20px;
	color: #fff;
	display: block;
	-webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
}
.sidenav a:hover {
	color: #3d62d2;
} 
.sidenav .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
}
.mobile-menu
{
	display: none !important;
}
/*end of sidebar*/


.about{
	padding:250px 0;
	text-align: center;
	background: #f6f6f6;
}
.about .read-more-blue
{
	float: none;
}
.about-para h2
{
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 300;
	color: #444;
}
.about-para p
{
	font-size: 19px;
	font-weight: 300;
	color: #605F5F;
	line-height: 32px;
}
.read-more-blue
{
	color: #48c9fd;
	font-size: 18px;
	float: right;
    margin-top: 45px;
}
.read-more-blue img
{
	width: 36px;
    display: inline-block;
    margin-left: 10px;
}

/*chairman msg*/
.chairman-msg 
{
	padding: 100px 0;
	background: url(../../images/chairman-msg.png);
	background-position: right;
}
.chairman-msg img
{
	margin-bottom: 20px;
	width:40px;
}
.chairman-msg h2
{
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 300;
	color: #444;
}
.chairman-msg  p
{
	font-size: 19px;
	font-weight: 300;
	color: #605F5F;
	line-height: 32px;
}
/*end of chairman msg*/

/*vision-mission*/
.vision-mission
{
	padding: 150px 0;
}
.vision-mission h2
{
	margin-bottom: 40px;
	font-size: 45px;
	font-weight: 300;
}
.vision-mission h4
{
	margin-bottom: 20px;
	font-weight: 300;
}
.vision-mission ul
{
	padding: 0px 0 0 20px;
}
.vision-mission ul li
{
	list-style: none;
	position: relative;
}

.vision-mission ul li p:after
{
	content:"-";
	color: #222;
	position: absolute;
	left: -15px;
	top: 0;
}
.vision-mission .rock-img
{
	width: 100%;
	max-width: 450px;
    float: right;
    border-radius: 10px;
}
/*end of vision-mission*/

/*blocks*/
.list-block
{
	width:50%;
	height: 500px;
	float: left;
	position: relative;
	    display: flex;
    justify-content: center;
    align-items: center;
}
.list-block .block-inner
{
	padding: 50px;
	width: 100%;
}
.list-block .block-inner h3
{
	color: #fff;
	font-size: 35px;
	font-weight: 300;
}
.list-block .block-inner p
{
	color: #fff;
	font-size: 14px;
	margin-top:30px; 
}
.list-block .block-inner .read-small
{
	color: #fff;
	font-size: 16px;
    bottom: 30px;
    right: 30px;
}
.list-block .block-inner.equipment-block
{
	width: 100%;
	max-width: 740px;
	float: right;
	position: relative;
	z-index: 99;
}
.list-block .block-inner ul
{
	margin-top: 30px;
}
.list-block .block-inner.quality-block
{
	width: 100%;
	max-width: 720px;
	position: relative;
	z-index: 99;
}
.list-block .block-inner.quality-block h3
{
	line-height: 55px;
}
.list-block .block-inner ul li p
{
	margin: 10px 0px;
	font-size: 22px;
}
.list-block .block-inner ul li
{
	list-style: none;
	position: relative;
}
.list-block .block-inner ul li:after
{
	content: url(../../images/poly.png);
	position: absolute;
	left: -40px;
    top: 4px;
}
.list-block .block-inner table 
{
	margin-top: 35px;
}
.list-block .block-inner table td
{
	font-size: 20px;
	color: #fff;
	padding: 10px 0;
	border-bottom: 1px solid #453d89;
}
/*end of blocks*/

.carousal_banner
{
	background:url(../../images/banner_img.jpg) center / cover;
	position: relative;
	text-align: center;
}
.overlay
{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.4)
}
.carousal_banner .carousel-caption
{
	text-align: center;
}

/*gallery*/
.gallery
{
	padding: 100px 0;
}
.gallery h2
{
	margin-bottom: 40px;
    font-size: 45px;
    font-weight: 300;
    color: #444;
}
.gallery .owl-prev
{
	left: -50px;
}
.gallery .owl-next
{
	right: -50px;
}
.gallery .owl-prev,
.gallery .owl-next
{
	position: absolute;
	top: 26%;
    font-size: 60px !important;
}
/*end of gallery*/


.small-banner
{
	background: #000;
    margin-top: 10px;
    height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align:center;
}
.small-banner h2
{
	color: #fff;
	font-size: 4rem;
    font-weight: 600;
    line-height: 60px;
}
.quality-control-banner
{
	background: url(../../images/control-banner.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-top: 80px;
	background-position: center;
}

.quality-control
{
	margin-top: 70px;
	padding-bottom: 40px;
}
.quality-control h2
{
	color: #4ec6f8;
	font-size: 40px;
	margin-bottom: 60px;
}
.quality-control img{
	width: 85%;
	float: right;
}
.program-wrapper h3
{
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
	display: block;
}
.top-banner-wrapper
{
	width:90%;
}
.inner-wrapper-quality
{
	padding-left: 20px;
	margin-top: 25px;
}
.inner-wrapper-quality h4
{
	font-size: 16px;
	font-weight: 700;
}
.inner-dm-quality
{
	margin: 10px 0;
}
.inner-dm-quality li
{
	color: #555;
	font-size: 14px;
}
.certi-outer
{
	overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.certi-outer .outer-overflow
{
	background: #69bee2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    opacity: 0;
    transition: 0.5s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}
.certi-outer .outer-overflow img
{
	width:100px;
}
.certi-outer:hover .outer-overflow
{
	opacity: 0.8;
	transition: 0.5s ease-in-out;
}

.services_ul
{
	padding-left: 20px;
}
.services_ul li span
{
	color: #fff;
	font-size: 14px;
}
.services_ul li
{
	padding-bottom: 15px;
	position: relative;
}
.list-block .block-inner ul.services_ul li:after
{
	content: "";
	width: 8px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: -19px;
    top: 11px;
}

/*footer*/
footer
{
	background: linear-gradient(135deg, rgb(0 0 0) 0%, rgba(58,69,75,1) 100%)
}
.footer-top
{
	padding: 70px 0;
}
.footer-top .footer-menu
{
	padding: 0px;
	text-align: center;
}
.footer-top .footer-menu li
{
	display: inline-block;
}
.footer-top .footer-menu li a
{
	color: #c6c6c6;
	padding: 0 10px;
	position: relative;
	font-weight: 300;
	letter-spacing: 0.5px;	
}
.footer-top .footer-menu li a:before
{
	position: absolute;
	content: "";
	height:15px;
	width:1px;
	background: #727272;
	left: 0;
	top: 4px;
}
.footer-top .footer-menu li:first-child a:before
{
	height: 0px;
	width:0px;
	background: none;
}
.para-add p
{
	font-size: 18px;
	font-weight: 300;
}
.icon-add img
{
	width:40px;
}
.addrress-wrapper .col-md-4
{
	border-left: 1px solid #727272;
	padding: 45px 0;
}
.addrress-wrapper .col-md-4:first-child
{
	border-left: 0px solid #fff;	
}
.footer-bottom ul
{
	padding: 0px;
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.footer-bottom ul li
{
	list-style: none;
	display: inline-block;
}
.footer-bottom ul li a
{
	width: 44px;
    display: block;
    margin: 0px 5px;
}
.footer-bottom .copy-right
{
	border-top:1px solid #727272;
	text-align: center;
	padding: 15px 0;
}
.footer-bottom .copy-right p
{
	margin-bottom: 0px;
	font-size: 18px;
	font-weight: 300;
	color: #fff;
}
/*end of footer*/

.service_home
{
	background: #f8f8f8;
	padding: 100px 0;
	text-align: center;
}
.service_home h2
{
	margin-bottom: 30px;
}
.service_ul
{
	display: flex;
	list-style: none;
	text-align: left;
}
.service_ul > li
{
	width: 33.3%;
	padding: 5px;
}
.service_inner_wrapper
{
	border:1px solid #e5e5e5;
	height: 100%;
	padding: 0px 0px;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 3px 3px 8px 0px #dfdfdf;
}
.service_inner_wrapper ul
{
	list-style: none;
	padding: 0px;
}
.service_inner_wrapper ul li
{
	font-size: 14px;
	padding: 10px 20px;
	border-bottom: 1px solid #e5e5e5;
}
.service_inner_wrapper h3
{
	font-size: 18px;
	background: #3e5d8f;
	padding: 30px 20px;
	color: #fff;
	text-align: center;
}

.inner-banner{
	height: 400px;
	overflow: hidden;
	position: relative;
	margin-top: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.inner-banner img{
	width: 100%;
}
.inner-banner .overlay{
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: center;
}
.inner-banner h2{
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
	position: relative;
	z-index: 99;
	text-align: center;
}
.projects-wrapper{
	padding: 70px 0;
}
.project-col{
	padding: 0 0;
}
.project-col img{
	width: 100%;
}
.imghvr-hinge-up figcaption {
	text-align: center;
	padding-top: 25% !important;
}
.imghvr-hinge-up figcaption h3{
    font-size: 24px;
    line-height: 32px;
}
[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background: linear-gradient(to bottom, #48c9fdf2 0%,#4756b5d4 100%);
}
.view {
    width: inherit !important;
    height: inherit !important;
    margin: 0 0 !important;
    border: none !important;
    box-shadow: none !important;
	background: none !important;
	cursor: pointer !important;
}
.view .mask, .view .content {
    width: 100% !important;
	height: 100% !important;
	padding: 0 50px;
}
.view-first .mask {
	background: linear-gradient(to bottom, #48c9fdf2 0%,#4756b5d4 100%) !important;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.view h2 {
    text-transform: inherit !important;
    font-size: 24px !important;
    background: none !important;
}
.pro-details-wrap{
	margin: 0 auto;
    max-width: 80%;
}
.pro-details-wrap h2{
	font-size: 1.6rem;
	color: #6E6E6E;
	padding-bottom: 20px;
}
.project-info h3{
	font-size: 1.3rem;
	color: #6E6E6E;
	padding-bottom: 15px;
    margin-bottom: 0;
}
.project-info p{
	font-size: 1rem;
	color: #6E6E6E;
}
.project-slide{
	margin-bottom: 40px;
}
.manpower-wrapper{
	margin: 0 auto;
	max-width: 80%;
	padding: 70px 0;
}
.manpower-wrapper h2{
	color: #4FC6F8;
	font-size: 2rem;
	margin: 0 0 30px 0;
}
.manpower-wrapper .table {
    color: #40829C;
}
.manpower-wrapper .table thead th{
	background: #EEFAFF;
	border: none;
}
.equipments-wrapper{
	padding: 70px 0;
}
.equipments-wrapper h2{
	color: #4FC6F8;
    font-size: 2rem;
    margin: 0 0 30px 0;
}
.equipments-wrapper .eq-left ul{
	margin: 0 0;
	padding: 0 0;
}
.equipments-wrapper .eq-left ul li{
	list-style: none;
	color: #6e6e6e;
	padding: 0 0 15px 0;
}
.equipments-wrapper .eq-left ul li:before{
	content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #50cefb;
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
    top: -1px;
}
.equipments-wrapper .eq-right .equip-img{
	margin: 0 0 30px 0;
}
.equipments-wrapper .eq-right .equip-img img{
	width: 100%;
}
/* .equipments-wrapper .equip-col{
	margin-bottom: 50px;
}
.equipments-wrapper .equip-col .ec-img{
	margin-bottom: 15px;
}
.equipments-wrapper .equip-col .ec-img img{
	width: 100%;
}
.equipments-wrapper .equip-col p{
	font-size: 20px;
    font-weight: 500;
    color: #6e6e6e;
} */
.no-padding{
	padding: 0 0;
}
.contact-wrapper{
	margin: 0 auto;
	max-width: 80%;
	padding: 70px 0;
}
.contact-wrapper .contact-form{
	background: #47a3e4;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.13);
}
.contact-form .cf-left{
	padding: 50px 50px;
	background: #fff;
}

/* form starting stylings ------------------------------- */
.material-group 			  { 
	position:relative; 
	margin-bottom:30px; 
  }
.material-group input 				{
	font-size: 14px;
    padding: 10px 10px 10px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #d8d8d8;
}
.material-group input:focus { 
	outline:none; 
}
.material-group.message input{
	height: 100px;
}
  
/* LABEL ======================================= */
.material-group label 				 {
	color:#999; 
	font-size:15px;
	font-weight:normal;
	position:absolute;
	pointer-events:none;
	left:0;
	top:10px;
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}

/* active state */
.material-group input:focus ~ label, 
.material-group input:valid ~ label 		{
	top:-20px;
	font-size:14px;
	color:#50cefb;
}

/* BOTTOM BARS ================================= */
.material-group .bar 	{ 
	position:relative; 
	display:block; 
	width:100%; 
}
.material-group .bar:before, .material-group .bar:after 	{
	content:'';
	height:2px; 
	width:0;
	bottom:1px; 
	position:absolute;
	background:#50cefb; 
	transition:0.2s ease all; 
	-moz-transition:0.2s ease all; 
	-webkit-transition:0.2s ease all;
}
.material-group .bar:before {
	left:50%;
}
.material-group .bar:after {
	right:50%; 
}

/* active state */
.material-group input:focus ~ .bar:before, 
.material-group input:focus ~ .bar:after {
	width:50%;
}

/* HIGHLIGHTER ================================== */
.material-group .highlight {
	position:absolute;
	height:60%; 
	width:100px; 
	top:25%; 
	left:0;
	pointer-events:none;
	opacity:0.5;
}

/* active state */
.material-group input:focus ~ .highlight {
	-webkit-animation:inputHighlighter 0.3s ease;
	-moz-animation:inputHighlighter 0.3s ease;
	animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#50cefb; }
to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#50cefb; }
to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#50cefb; }
to 	{ width:0; background:transparent; }
}
.contact-form .send-btn{
	background: linear-gradient(to bottom, #48c9fdf2 0%,#4756b5d4 100%);
	width: 50px;
	height: 50px;
	border-radius: 80px;
	border: none;
	float: right;
	outline: none;
}
.contact-form .send-btn img{
	width: 80%;
}
.contact-form .cf-right{
	padding: 10% 100px 0 100px;
} 
.contact-form .cf-right p{
	color: #fff;
	margin-bottom: 2rem;
	font-size: 20px;
}
.contact-form .cf-right p img{
	width: 24px;
	float: left;
	margin-right: 15px;
	position: relative;
    top: 7px;
}
.contact-form .cf-right p span{
	display: inline-block;
	width: 80%;
}
.contact-map{
	float: left;
	padding: 0 0;
}



/*chat-btn*/
.contact-btn
{
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 9999;
}
.floating-body
{
	padding: 13px;
}
.floating-body button
{
	width: 100%;
	background: #47c8fc;
	color: #fff;
	font-size: 13px;
	border: 0px;
	padding: 5px 0;
	border-radius: 3px;
	margin-top: 8px;
}
.floating-body input
{
	width: 100%;
	border:0px;
	border-bottom:1px solid #ccc;
	height: 30px;
	font-size: 12px;
	padding: 5px;
	margin-bottom:5px;

}
.contact-floting-btn
{
	width: 200px;
	background:#fff;
	background: #fff;
	border-radius: 5px;
	border:1px solid #ebebeb;
	position: absolute;
	bottom: 110px;
	right: 50px;
	visibility: hidden;
	opacity: 0;
	transition: visibility 0s, opacity 0.5s linear;
}

.contact-floting-btn.show-form
{
	visibility: visible;
  	opacity: 1;
  	transition: visibility 0s, opacity 0.5s linear;
}

.contact-floting-btn textarea
{
	width: 100%;
	height: 50px;
	font-size: 12px;
	padding: 5px;
	border:0px;
	border-bottom:1px solid #ccc;
}
.thank-you
{
	background: #e2f5e6;
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 13px;
	display: none;
}
.thank-you i
{
	width: 30px;
	height: 30px;
	border-radius: 50px;
	background:#94daa3;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #0d8a28;
    color: #0d8a28;
    float: left;
}
.thank-you span
{
	float: left;
	margin-top: 5px;
    margin-left: 8px;
    color: #1d7330;
}
/*end of chat-btn*/
.about-wrapper{
	/* margin: 0 auto;
	max-width: 80%; */
	padding: 70px 0;
}
.about-wrapper .abt-img img{
	width: 100%;
}
.about-wrapper .abt-content{
	font-size: 16px;
	color: #6e6e6e;
	line-height: 30px;
	padding: 0 80px;
}
.about-wrapper .abt-content p{
    padding-bottom: 30px;
}
.about-wrapper .abt-content h3{
	font-size: 28px;
	color: #6e6e6e;
	font-weight: 400;
	margin-bottom: 20px;
}
.about-wrapper .abt-content ul{
	margin: 0 0;
    padding: 0 0;
}
.about-wrapper .abt-content ul li{
	list-style: none;
    color: #6e6e6e;
    padding: 0 0 15px 0;
    position: relative;
    font-size: 14px;
    line-height: 22px;
}
.about-wrapper .abt-content ul li:before{
	content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #50cefb;
    border-radius: 10px;
    margin-right: 15px;
    position: relative;
    top: 10px;
    position: absolute;
    left: -20px;
}
.about-wrapper .abt-content.padding-top{
    padding-top: 7%;
}
.about-wrapper .abt-content.p-t-5{
    padding-top: 4%;
}

.navbar-light .navbar-brand {
    
    position: relative;
	text-align: center;
	transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
    padding: 4px 10px 6px;
}
.navbar {
	height: auto;
	transition: 0.6s ease all;
    -moz-transition: 0.6s ease all;
    -webkit-transition: 0.6s ease all;
        padding: 0px 0;
        background: rgba(0,0,0,0);
}
.navbar .container{
	position: relative;
}
.footer-bottom .copy-right a{
    color: #a2d0e2;
}
.footer-bottom .copy-right p{
	display: inline-block;
    padding: 0 15px;
}
nav.navbar.shrink {
	height: auto;
	
}
nav.navbar.shrink .navbar-brand {
    width: auto;
    height: auto;
    transition: .2s ease-in-out;
}
nav.navbar.shrink .navbar-brand img{
	width: 50px;
    margin: 0 0 0 0;
    transition: .2s ease-in-out;
}
.clients-sec
{
	padding: 50px 0;
}
.clients-sec ul
{
	padding: 0;
}
.clients-sec ul li
{
	display: inline-block;
	width: calc(100% / 5);
	float: left;
	padding: 10px;
}
.clients-sec ul li a
{
	border:1px solid #ddd;
	display: block;
}
.clients-carousel a
{
	border:1px solid #ccc;
	display: block;
	padding: 8px 15px;
}

/*projects*/
.projects
{
	padding: 50px 0;
}
.projects a
{
	border:1px solid #eee;
	padding: 10px;
	display: block;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
}
/*end of projects*/
.click_btn
{
	display: none;
}
.left-padding-none
{
	padding-left: 0 !important;
}
.left-padding-none
{
	padding-left: 0px !important;
}
.left-padding-none ul
{
	padding-left: 23px !important;	
}
.aim_wrapper
{
	background: #efefef;
}
.about-main-wrapper
{
	text-align: center;
	color: #6e6e6e;
}
.img-radius
{
	border-radius: 10px;
}

.quality_control
{
	background: url(../../images/quality_banner.jpg) center / cover;
}
.about-banner
{
	background: url(../../images/projects_banner.jpg) center / cover;
}
.man_power
{
	background: url(../../images/manpower_banner.jpg) top / cover;
}
.equip_banner
{
	background: url(../../images/equipments_banner.jpg) center / cover;
}
.contact_banner
{
	background: url(../../images/contact-banner.jpg) center / cover;
}
.client_sec
{
	padding: 100px 0;
}
.client_sec ul
{
	padding: 0;
}
.client_sec ul li
{
	list-style: none;
	width: calc(100% / 4);
	float:left;
}
.client_sec ul li
{
	border:1px solid #ddd;
	padding: 10px 20px;
}


@media (min-width: 1920px){
.container {
    max-width: 1400px;
}
}


@media (max-width: 1600px){
.contact-form .cf-right {
	padding: 12% 40px 0 40px;
}
.about-wrapper .abt-content.padding-top {
    padding-top: 3%;
}
.about-wrapper .abt-content.p-t-5 {
    padding-top: 2%;
}
}

@media (max-width: 1366px){
.inner-banner {
	height: 350px;
}
.equipments-wrapper {
    padding: 70px 50px;
}
.about-wrapper .abt-content.padding-top {
    padding-top: 0;
}
.about-wrapper .abt-content.p-t-5 {
    padding-top: 0;
}
.about {
    padding: 100px 0;
}
}

@media (max-width: 1024px){
.contact-wrapper {
	max-width: 90%;
}
.inner-banner {
    height: 117px;
	overflow: hidden;
	margin-top: 60px;
	font-size: 3rem;
}
.inner-banner h2
{
	font-size: 2rem;
}
.about-wrapper .abt-img {
	margin-bottom: 50px;
	padding: 0 60px;
}
.about-wrapper .abt-content {
    padding: 0 60px;
    margin-bottom: 50px;
}
.navbar-brand img {
    width: 70px;
    margin: 0 0 0 0;
}
.navbar-light .navbar-brand {
    position: relative;
    width: auto;
    height: auto;
    left: inherit;
    top: 0;
    text-align: center;
}
.navbar {
    height: auto;
}
.about-main-wrapper p
{
	font-size: 14px;
}
}

@media (max-width: 768px){
	.click_btn
	{
		display: block;
	}

.client_sec {
    padding: 50px 0;
}
	.client_sec ul li
	{
		width: calc(100% / 2);
	}
.equipments-wrapper .eq-left ul {
	padding: 0 0 30px 0;
}
.manpower-wrapper {
    max-width: 100%;
}
.pro-details-wrap {
    max-width: 100%;
}
.about-wrapper .abt-content {
    padding: 0 30px;
    margin-bottom: 30px;
}
.about-wrapper .abt-img {
	padding: 0 20px;
	margin-bottom: 30px;
}
.about-wrapper {
    padding: 30px 0;
}
.inner-banner .overlay h2 {
    font-size: 3rem;
}
.clients-sec ul li
{
	display: inline-block;
	width: calc(100% / 3);
	float: left;
	padding: 10px;
}
.carousel-caption
{
	margin-top: 0px;
}
}

@media (max-width: 540px){
.inner-banner .overlay h2 {
	font-size: 2rem;
	padding-top: 10%;
}
.manpower-wrapper {
    overflow: auto;
}
.projects-wrapper {
    padding: 50px 40px;
}
.view {
    margin: 0 0 20px 0 !important;
}
.view h2 {
    font-size: 15px !important;
}
.equipments-wrapper .eq-right{
	display: none;
}
.about-wrapper .abt-content p {
    font-size: 14px;
    font-weight: 300;
    line-height: 25px;
}
.projects-wrapper {
    padding: 30px 20px;
}
.pro-details-wrap h2 {
    font-size: 1.1rem;
    padding-bottom: 10px;
}
.project-info h3 {
    font-size: 1.1rem;
}
.pro-details-wrap {
    padding: 30px 0 !important;
}
.equipments-wrapper {
    padding: 30px 10px;
}
.equipments-wrapper h2 {
	font-size: 1.2rem;
	margin: 0 0 15px 0;
}
.manpower-wrapper .table thead th {
    font-weight: 400;
}
.manpower-wrapper {
    padding: 30px 0;
}
.manpower-wrapper .table {
    font-size: 14px;
}
.quality-control h2 {
    display: none;
}
.contact-wrapper {
    padding: 30px 0;
}
.contact-form .cf-left {
    padding: 40px 20px;
}
.contact-form .cf-right p {
    font-size: 14px;
}
.contact-form .send-btn {
    width: 50px;
    height: 50px;
}
.contact-form .send-btn img{
    width: 80%;
}
.about-wrapper .abt-content ul li {
    padding: 0 0 10px 0;
    font-size: 14px;
    line-height: 20px;
}
.service_ul
{
	display: block;
	padding: 0px;
}
.service_ul > li
{
	width: 100%;
}

}
/*vishnu*/

/*small device*/
@media screen and (max-width: 767px)
{
	.banner-main, .bd-example, .carousel-inner, .carousel, .carousel-inner
	{
		height: auto;
	}
	.list-block
	{
		width: 100%;
		height: auto;
		display: block;
	}
	.list-block .block-inner
	{
		padding: 30px;
	}
	.bg-light
	{
		padding: 0 10px;
	}
	.about,
	.chairman-msg
	{
		background: none;
		padding: 25px 0;
		border-bottom: 1px solid #e5e5e5;
	}
	.chairman-msg img
	{
		width: 23px;
	}
	.about-para h2,
	.chairman-msg h2
	{
		font-size: 25px;
		margin-bottom: 10px;
	}
	.about-para p,
	.chairman-msg p
	{
		font-size: 13px;
		line-height: 24px;
	}
	.read-more-blue
	{
		margin-top: 10px;
	}
	.read-more-blue
	{
		font-size: 14px;
	}
	.read-more-blue img
	{
		width: 25px;
	}

	.vision-mission
	{
		padding: 50px 0
	}
	.vision-mission h2
	{
		margin-bottom: 15px;
		font-size: 25px;
	}
	.vision-mission h4 
	{
		margin-bottom: 20px;
		font-weight: 700;
		color: #fff;
		font-size: 16px;
	}
	.vision-mission .rock-img
	{
		float: none;
	}
	.list-block .block-inner h3
	{
		font-size: 25px;
	}
	.list-block .block-inner ul li p,
	.list-block .block-inner p,
	.list-block .block-inner table td
	{
		font-size: 15px;
	}
	.list-block .block-inner ul li::after
	{
		content: "-";
		color: #fff;
	}
	.list-block .block-inner .read-small
	{
		position: relative;
		bottom: 0;
		right: 0;
	}
	.list-block .block-inner.quality-block h3
	{
		line-height: 33px;
	}
	.gallery
	{
		padding: 20px 0;
	}
	.gallery h2
	{
		margin-bottom: 15px;
		font-size: 25px;
	}
	.gallery .owl-prev, .gallery .owl-next
	{
		top: 2px;
	}
	.map
	{
		display: none;
	}
	.footer-top .footer-menu,
	.addrress-wrapper
	{
		text-align: left;
	}
	.footer-top .footer-menu li
	{
		display: block;
	}
	.addrress-wrapper
	{
		margin-top: 0px;
	}
	.addrress-wrapper .col-md-4
	{
		padding: 15px;
		border-left: 0px;
	}
	.para-add p
	{
		font-size: 14px;
		font-weight: 300;
	}
	.icon-add
	{
		margin-bottom: 10px;
		height: auto;
	}
	.icon-add img
	{
		width: 28px;
	}
	.footer-top
	{
		padding: 25px 0;
	}
	.carousel-caption
	{
		top: 0;
		right: unset;
		left: unset;
		position: relative;
		padding-bottom: 50px;
	}
	.carousel-caption h1
	{
		font-size: 16px;
	}
	.carousel-caption p
	{
		width: 100%;
	}
	.carousel-caption img
	{
		width: 50px;
		margin-top: 84px;
		margin-bottom: 20px;
	}
	.carousel-caption h1
	{
		font-size: 13px;
		line-height: 20px;
	}
	.carousel-caption p
	{
		font-size: 15px;
		padding: 0 0 20px 0;
	}
	.carousel-caption .btn-main a
	{
		padding: 5px 30px;
	}
	.gallery .owl-prev,
	.gallery .owl-next
	{
		font-size: 29px !important;
		position: relative;
		left: 0;
	}
	.footer-bottom .copy-right p
	{
		font-size: 13px;
	}
	.mobile-menu
	{
		display: block !important;
	}
	.navbar-toggler
	{
		display: none;
	}
	.navbar-brand img 
	{
    	width: 45px;
 	}
 	.sidenav a
 	{
 		font-size: 16px;
 	}

 	/*inner page*/
 	.quality-control-banner
 	{
 		margin-top: 55px;
 	}
 	.small-banner
 	{
 		padding: 20px 0;
 		height: auto;
 	}
 	.small-banner h2
 	{
 		font-size: 30px;
		line-height: 40px;
 	}
 	.quality-control
 	{
 		margin-top: 25px;
 	}
 	.quality-control h2
 	{
 		margin-bottom: 15px;
		font-size: 25px;
 	}
 	.program-wrapper h3
 	{
 		font-size: 16px;
 		margin-bottom: 8px;
 	}
 	.program-wrapper p
 	{
 		font-size: 14px;
 	}
 	.quality-control img
 	{
 		float: none;
 	}
 	.certi-outer .outer-overflow img
 	{
 		width: 66px;
 	}
 	.inner-wrapper-quality li
 	{
 		font-size: 14px;
 	}
 	#down-btn-id
	{
		display: none;
	}
	.contact-btn
	{
		display: none;
	}


}

/*medium device*/
@media screen and (min-width: 768px) and (max-width: 991px)
{
	.navbar-brand img 
	{
    	width: 50px;
	}
	.banner-main, .bd-example, .carousel-inner, .carousel, .carousel-inner
	{
		height: auto;
	}
	.carousel-caption
	{
		top: 0;
		right: unset;
		left: unset;
		position: relative;
		padding-bottom: 50px;
	}
	.carousel-caption p
	{
		width: 100%;
	}
	.carousel-caption img
	{
		width: 75px;
		margin-top: 84px;
		margin-bottom: 20px;
	}
	.carousel-caption h1
	{
		font-size: 22px;
		line-height: 30px;
	}
	.carousel-caption p
	{
		font-size: 20px;
		padding: 0 0 20px 0;
	}
	.carousel-caption .btn-main a
	{
		padding: 5px 30px;
	}
	.about,
	.chairman-msg
	{
		padding: 25px 0;
		background-position: right;
	}
	.chairman-msg img
	{
		width: 23px;
	}
	.about-para h2,
	.chairman-msg h2
	{
		font-size: 25px;
		margin-bottom: 10px;
	}
	.about-para p,
	.chairman-msg p
	{
		font-size: 13px;
		line-height: 24px;
	}
	.read-more-blue
	{
		margin-top: 10px;
	}
	.read-more-blue
	{
		font-size: 14px;
	}
	.read-more-blue img
	{
		width: 25px;
	}

	.vision-mission
	{
		padding: 50px 0
	}
	.vision-mission h2
	{
		margin-bottom: 15px;
		font-size: 25px;
	}
	.vision-mission h4 
	{
		margin-bottom: 20px;
		font-weight: 700;
		color: #fff;
		font-size: 16px;
	}
	.vision-mission .rock-img
	{
		float: none;
	}
	.project-img
	{
		display: none;
	}
	.pink-block,
	.yellow-block
	{
		width: 100%;
	}

	#down-btn-id
	{
		display: none;
	}


	.list-block
	{
		height: 390px;
	}
	.list-block .block-inner h3
	{
		font-size: 25px;
	}
	.list-block .block-inner ul li p,
	.list-block .block-inner p,
	.list-block .block-inner table td
	{
		font-size: 15px;
	}
	.list-block .block-inner ul li::after
	{
		content: "-";
		color: #fff;
	}
	.list-block .block-inner .read-small
	{
		position: relative;
		bottom: 0;
		right: 0;
	}
	.list-block .block-inner.quality-block h3
	{
		line-height: 33px;
	}
	.gallery
	{
		padding: 20px 0;
	}
	.gallery .owl-prev, .gallery .owl-next
	{
		top: 38px;
		font-size: 46px !important;
	}
	.gallery .owl-prev 
	{
    	left: -30px;
	}
	.gallery .owl-next
	{
		right: -30px;
	}
	.gallery h2
	{
		margin-bottom: 20px;
		font-size: 26px;
	}
	.para-add p
	{
		font-size: 14px;
	}
	.addrress-wrapper .col-md-4
	{
		padding: 0px 10px;
	}
	.addrress-wrapper
	{
		margin-top: 55px;
	}
	.footer-top 
	{
    	padding: 40px 0;
	}
	.footer-top .footer-menu li a
	{
		font-size: 12px;
		padding: 0 8px;
	}
	.footer-bottom .copy-right p
	{
		font-size: 13px;
	}
	.footer-top .footer-menu li a::before
	{
		top: 2px;
	}
	.mobile-menu
	{
		display: block !important;
	}
	.navbar-toggler
	{
		display: none;
	}

	/*inner page*/
 	.quality-control-banner
 	{
 		margin-top: 55px;
 	}
 	.small-banner
 	{
 		padding: 50px 0;
 		height: auto;
 	}
 	.control-img
 	{
 		display: none;
 	}
 	.small-banner h2
 	{
 		font-size: 30px;
		line-height: 40px;
 	}
 	.quality-control
 	{
 		margin-top: 25px;
 	}
 	.quality-control h2
 	{
 		margin-bottom: 15px;
		font-size: 25px;
 	}
 	.program-wrapper h3
 	{
 		font-size: 16px;
 		margin-bottom: 8px;
 	}
 	.program-wrapper p
 	{
 		font-size: 14px;
 	}
 	.quality-control img
 	{
 		float: none;
 	}
 	.certi-outer .outer-overflow img
 	{
 		width: 66px;
 	}
 	.inner-wrapper-quality li
 	{
 		font-size: 14px;
 	}
 	.contact-btn
	{
		display: none;
	}
}

@media screen and (min-width: 992px) and (max-width: 1600px)
{
	.about
	{
		padding: 70px 0;
	}
	.about-para h2,
	.chairman-msg h2,
	.vision-mission h2
	{
		font-size: 35px;
		margin-bottom: 16px;
	}
	.about-para p,
	.chairman-msg p,
	.vision-mission ul li p
	{
		font-size: 14px;
		line-height: 27px;
	}
	.read-more-blue
	{
		font-size: 15px;
	}
	.vision-mission
	{
		padding: 80px 0;
	}
	.list-block
	{
		height: 360px;
	}
	.list-block .block-inner
	{
		padding: 20px;
	}
	.list-block .block-inner h3
	{
		font-size: 25px;
		font-weight: 300;
	}
	.list-block .block-inner p
	{
		font-size: 14px;
	}
	.list-block .block-inner ul li p
	{
		font-size: 16px;
	}
	.list-block .block-inner table td
	{
		font-size: 13px;
	}
	.list-block .block-inner .read-small
	{
		font-size: 14px;
	}
	.gallery h2
	{
		margin-bottom: 20px;
		font-size: 30px;
	}
	.gallery 
	{
    	padding: 50px 0;
	}
	.carousel-caption
	{
		top: unset;
		bottom: 100px;
	}
	.carousel-caption img
	{
		width: 90px;
	}
	.carousel-caption h1
	{
		font-size: 30px;
	}
	.carousel-caption .btn-main a
	{
		padding: 6px 40px;
	}
	.gallery .owl-prev, .gallery .owl-next
	{
		top: 13%;
	}
	.gallery .owl-next 
	{
    	right: -25px;
	}
	.gallery .owl-prev 
	{
    	left: -25px;
    }
	
}



