html{
	overflow-x: hidden;
}
body{
	font-family: 'Roboto';
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
    font-size: 14.58px;
    color: #000000;
}
h1,h2,h3,h4,h5,h6,p{
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h1,h2,h3,h4,h5,h6,a{
	font-family: 'Oswald';
}
ul{
	margin: 0px;
	padding:0px;
	list-style: none;
}
a{
	text-decoration: none !important;
	outline: none !important;
}
.d-flex-new{
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
    flex-wrap: wrap;
}
.d-flex-align{
	display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    flex-wrap: wrap;
}
p{
	line-height: 30px;
}
/*------------------ Home Page Css Start ------------------*/
/* header section Start */
header{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	z-index: 10;
	background: transparent;
	padding: 25px 0px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header.active{
	position: fixed;
	background: rgba(0,0,0,0.8);
	padding: 10px 0px;
}
.closeMenu,.toggle_menu{
    display: none;
}
.logo a{
	display: block;
}
.logo img{
	max-width: 150px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
header.active .logo img{
	max-width: 75px;
}
nav ul li{
	display: inline-block;
	margin-left: 38px;
}
nav li a{
	font-size: 20px;
	font-weight: 400;
	color: #ffffff;
	display: inline-block;
	letter-spacing: 0.5px;
}
nav li a:hover{
	color: #ffffff;
	opacity: 0.8;
}
/* header section End */
/* Hero Slider section Start */
.hero_slider .item{
	min-height: 100vh;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}
.hero_text{
	width: 1230px;
    padding: 0px 15px;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 115px;
}
.hero_text h2{
	color: #fff;
	font-size: 83.33px;
	line-height: 85px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2)
}
.owl-pagination {
    position: absolute;
    bottom: 25px;
    text-align: center;
    width: 100%;
}
.owl-controls .owl-page{
	display: inline-block;
	height: 22px;
	width: 22px;
	border-radius: 50%;
	background: rgba(255,255,255,0.75);
	margin: 0px 6px;
}
.owl-controls .owl-page.active{
	background: rgba(255,255,255,1);
}
/* Hero Slider section End */
/* About section Start */
.ptb-60{
	padding: 60px 0px;
}
.title h3{
	text-transform: uppercase;
	font-weight: 300;
	color: #134c8a;
	font-size: 41.67px;
	line-height: 40px;
}
.about_info p{
	margin-top: 10px;
}
.about_img img{
	width: 100%;
}
.about_more{
	margin-top: 35px;
}
/* About section End */
/* Services section Start */
.services{
	margin-top: 35px;
}
.service_inner{
	border-bottom: 1px solid #88add5;
	padding-bottom: 10px;
	height: 100%;
}
.services .row{
	margin: 0px -30px;
}
.pxy-30{
	padding: 0px 30px;
}
.service_img img{
	width: 100%;
}
.service_text{
	margin-top: 40px;
}
.service_text h3{
	text-transform: uppercase;
	font-size: 25px;
	color: #383838;
	line-height: 32px;
}
.service_text p{
	margin-top: 10px;
	text-align: justify;
}
/* Services section End */
/* Product section Start */
.product_bg{
	background: url(../images/background-product.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.product_list{
	max-width: 1070px;
	margin: auto;
}
.product_inner{
	text-align: center;
	margin-top: 45px;
}
.project_img img{
	height: 186px;
	width: 186px;
	border-radius: 50%;
	margin: auto;
}
.product_inner p{
	color: #ffffff;
	margin-top: 15px;
}
/* Product section End */
/* Contact section Start */
.map{
	height: 100%;
}
.map iframe{
	height: 100%;
	width: 100%;
	border:0px;
	display: block;
}
.contact_info{
	max-width: 575px;
	padding-bottom: 0px;
}
.contact_text{
	padding-left: 45px;
}
.contact_text h4{
	font-size: 24px;
	margin-top: 35px;
}
.company_info{
	padding-left: 10px;
	margin-top: 20px;
}
.company_info_img{
	margin-right: 10px;
}
.company_info li{
	margin-top: 7px;
}
.company_info li:nth-child(2){
	margin-top: 25px;
}
.company_info p{
	line-height: 24px;
}
.company_info a{
	font-family: 'Roboto';
	color: #000;
}
.company_info a:hover{
	color: #134c8a;
}
.contact_form{
	border:1px solid #f0f0f0;
	padding: 45px;
	margin-top: 40px;
}
.contact_form h3{
	font-weight: 300;
	font-family: 'Roboto Condensed';
	font-size: 33.99px;
	position: relative;
	color: #2a2a2a;
	text-transform: uppercase;
	padding-bottom: 18px;
}
.contact_form h3:after{
	position: absolute;
	content: "";
	height:2px;
	width:41px;
	background: #080808;
	left: 0px;
	bottom: 0px;
}
.form_group{
	margin-top: 25px;
}
.form-control,.btn{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form_group .form-control{
	color: #8d8d8d;
	font-size: 15px;
	height: 38px;
	border:1px solid #dedede;
	border-radius: 5px;
	font-style: italic;
}
.form_group .form-control:focus{
	border-color: #aaa;
}
.form_group textarea.form-control{
	height: 145px;
}
.btn-black{
	color: #fff !important;
	background: #2a2a2a;
	border-radius: 5px;
	min-width: 157px;
	text-align: center;
}
.btn-black:hover{
	background: #000;
}
/* Contact section End */
/* Footer section Start */
footer{
	margin-top: 85px;
	padding: 30px 0px;
	border-top: 4px solid #f5f4f4;
}
/* Footer section End */
.scrolltotop {
    position: fixed;
    bottom: 30px;
    right: 15px;
    cursor: pointer;
    display: none;
}
.scrolltotop img{
	width: 54px;
	height: 54px;
}
.scrolltotop img:hover{
	opacity: 0.8;
}
/*------------------ Home Page Css End ------------------*/
@media(min-width: 992px) and (max-width: 1259px){
	.hero_text h2 {
    	font-size: 72.33px;
    	line-height: 82px;
	}
	.services .row {
    	margin: 0px -15px;
	}
	.pxy-30 {
    	padding: 0px 15px;
	}
	.service_text h3 {
    	font-size: 21px;
    	line-height: 30px;
	}
	.contact_info {
    	padding-right: 15px;
	}
}
@media(min-width: 768px) and (max-width: 991px){
	body {
		font-size: 13px;
	}
	p {
    	line-height: 25px;
	}
	header {
	    position: fixed;
	    padding: 15px 0px;
	}
	.logo img {
    	max-width: 85px;
	}
	.hero_text h2 {
		font-size: 61.33px;
    	line-height: 70px;
	}
	.owl-controls .owl-page {
		height: 18px;
    	width: 18px;
	}
	.services .row {
    	margin: 0px -15px;
	}
	.pxy-30 {
    	padding: 0px 15px;
	}
	.service_text h3 {
    	font-size: 17px;
    	line-height: 27px;
	}
	.service_text {
    	margin-top: 26px;
	}
	.project_img img {
    	height: 148px;
    	width: 148px;
	}
	.contact_form {
    	padding: 15px;
    	margin-top: 25px;
	}
	.contact_text {
    	padding-left: 0px;
	}
	.contact_info {
    	padding-right: 15px;
	}
}
@media(min-width: 576px) and (max-width: 767px){
	body {
		font-size: 13px;
	}
	p {
    	line-height: 25px;
	}
	header {
	    position: fixed !important;
	    padding: 10px 0px !important;
	}
	.logo img {
    	max-width: 75px;
	}
	.menu{
		position: fixed;
		top: 0px;
		right: -300px;
		width: 280px;
		background: #0089cd;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		z-index: 11;
		padding: 50px 20px 20px;
		-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0,0.2)
		-moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0,0.2)
		box-shadow: 0px 0px 2px 3px rgba(0,0,0,0,0.2);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.menu.active{
		right: 0px;
	}
	nav ul li {
    	display: block;
    	margin-left: 0px;
    	margin-bottom: 10px;
    	padding-bottom: 10px;
    	border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	nav ul li:last-child{
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.closeMenu {
	    position: absolute;
	    left: 20px;
	    top: 15px;
	    color: #fff;
	    display: block;
	}
	.closeMenu label{
		font-size: 34px;
		font-weight: bold;
		margin-bottom: 0px;
		line-height: 20px;
		cursor: pointer;
	}
	.toggle_menu{
		color: #fff;
		display: block;;
		font-size: 23px;
	}
	.toggle_menu label{
		cursor: pointer;
		line-height: 20px;
		margin-bottom: 0px;
		-webkit-transform: scale(1.2,1);
		-moz-transform: scale(1.2,1);
		transform: scale(1.2,1);
	}
	.hero_slider .item {
    	min-height: 400px;
	}
	.hero_text {
    	width: 100%;
    	bottom: 85px;
	}
	.hero_text h2 {
   	 	font-size: 42.33px;
		line-height: 53px;
	}
	.owl-controls .owl-page {
		height: 15px;
    	width: 15px;
	}
	.title h3 {
    	font-size: 28.67px;
    	line-height: 30px;
	}
	.about_img {
    	margin-top: 15px;
	}
	.about_more {
    	margin-top: 0px;
	}
	.service_text h3 {
		font-size: 19px;
    	line-height: 25px;
	}
	.service_text {
    	margin-top: 25px;
	}
	.service_inner {
		padding-bottom: 15px;
    	height: auto;
    	margin-bottom: 15px;
	}
	.services {
    	margin-top: 20px;
	}
	.services .row {
    	margin: 0px;
	}
	.pxy-30 {
    	padding: 0px;
	}
	.product_list .col-md-3{
		width: 33.33%;
	}
	.project_img img {
    	height: 128px;
    	width: 128px;
    }
    .product_inner {
		margin-top: 25px;
	}
	.map {
    	height: auto;
	}
	.map iframe {
    	height: 330px;
    }
    .contact_info {
		padding: 60px 15px;
	}
	.contact_text {
    	padding-left: 0px;
	}
	.contact_form {
		padding: 15px;
    	margin-top: 20px;
	}
	.contact_form h3 {
    	font-size: 26.99px;
    }
    footer {
    	margin-top: 0px;
    	padding: 15px 0px;
    }
    footer .text-right{
    	text-align: center !important;
    }
    .scrolltotop img {
    	width: 40px;
    	height: 40px;
	}
	.contact_info_outer{
		-webkit-box-ordinal-group: -1;
		-moz-box-ordinal-group: -1;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.contact .row{
		margin: 0px;
	}
	.contact .col-md-6{
		padding: 0px;
	}
}
@media(max-width: 575px){
	body {
		font-size: 13px;
	}
	p {
    	line-height: 25px;
	}
	header {
	    position: fixed !important;
	    padding: 10px 0px !important;
	}
	.logo img {
    	max-width: 75px;
	}
	.menu{
		position: fixed;
		top: 0px;
		right: -300px;
		width: 280px;
		background: #0089cd;
		height: 100%;
		overflow: hidden;
		overflow-y: auto;
		z-index: 11;
		padding: 50px 20px 20px;
		-webkit-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0,0.2)
		-moz-box-shadow: 0px 0px 2px 3px rgba(0,0,0,0,0.2)
		box-shadow: 0px 0px 2px 3px rgba(0,0,0,0,0.2);
		-webkit-transition: all 0.3s linear;
		-moz-transition: all 0.3s linear;
		transition: all 0.3s linear;
	}
	.menu.active{
		right: 0px;
	}
	nav ul li {
    	display: block;
    	margin-left: 0px;
    	margin-bottom: 10px;
    	padding-bottom: 10px;
    	border-bottom: 1px solid rgba(255,255,255,0.4);
	}
	nav ul li:last-child{
		border-bottom: 0px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.closeMenu {
	    position: absolute;
	    left: 20px;
	    top: 15px;
	    color: #fff;
	    display: block;
	}
	.closeMenu label{
		font-size: 34px;
		font-weight: bold;
		margin-bottom: 0px;
		line-height: 20px;
		cursor: pointer;
	}
	.toggle_menu{
		color: #fff;
		display: block;;
		font-size: 23px;
	}
	.toggle_menu label{
		cursor: pointer;
		line-height: 20px;
		margin-bottom: 0px;
		-webkit-transform: scale(1.2,1);
		-moz-transform: scale(1.2,1);
		transform: scale(1.2,1);
	}
	.hero_slider .item {
    	min-height: 400px;
	}
	.hero_text {
    	width: 100%;
    	bottom: 85px;
	}
	.hero_text h2 {
   	 	font-size: 28.33px;
    	line-height: 42px;
	}
	.owl-controls .owl-page {
		height: 15px;
    	width: 15px;
	}
	.title h3 {
    	font-size: 28.67px;
    	line-height: 30px;
	}
	.about_img {
    	margin-top: 15px;
	}
	.about_more {
    	margin-top: 0px;
	}
	.service_text h3 {
		font-size: 19px;
    	line-height: 25px;
	}
	.service_text {
    	margin-top: 25px;
	}
	.service_inner {
		padding-bottom: 15px;
    	height: auto;
    	margin-bottom: 15px;
	}
	.services {
    	margin-top: 20px;
	}
	.services .row {
    	margin: 0px;
	}
	.pxy-30 {
    	padding: 0px;
	}
	.product_list .col-md-3{
		width: 50%;
	}
	.project_img img {
    	height: 128px;
    	width: 128px;
    }
    .product_inner {
		margin-top: 15px;
	}
	.map {
    	height: auto;
	}
	.map iframe {
    	height: 330px;
    }
    .contact_info {
		padding: 60px 15px;
	}
	.contact_text {
    	padding-left: 0px;
	}
	.contact_form {
		padding: 15px;
    	margin-top: 20px;
	}
	.contact_form h3 {
    	font-size: 26.99px;
    }
    footer {
    	margin-top: 0px;
    	padding: 15px 0px;
    }
    footer .text-right{
    	text-align: center !important;
    }
    .scrolltotop img {
    	width: 40px;
    	height: 40px;
	}
	.contact_info_outer{
		-webkit-box-ordinal-group: -1;
		-moz-box-ordinal-group: -1;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1;
	}
	.contact .row{
		margin: 0px;
	}
	.contact .col-md-6{
		padding: 0px;
	}
}
/* Header styling */
header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 10;
    background: transparent;
    padding: 35px 0;   /* increased top & bottom padding for better centering */
    transition: all 0.3s linear;
}

header.active {
    position: fixed;
    background: rgba(0,0,0,0.8);
    padding: 15px 0;   /* smaller padding when sticky */
}

/* Logo adjustments */
.logo img {
    max-width: 150px;
    display: block;
    margin-top: 5px;    /* fine tune */
    margin-bottom: 5px; /* fine tune */
    transition: all 0.3s linear;
}

/* When sticky (scrolled) */
header.active .logo img {
    max-width: 75px;
}

/* Always keep images responsive */
img { max-width: 100%; height: auto; }

/* Reduce header/nav crowding and ensure readable menu on phones */
@media (max-width: 767.98px) {
  nav ul li { margin-left: 0; }
  nav li a { font-size: 16px; padding: 10px 4px; display: block; }
  header { padding: 12px 0 !important; }
  .logo img { max-width: 80px; }
}

/* Tweak hero text for narrow screens */
@media (max-width: 767.98px) {
  .hero_text { width: 100%; bottom: 72px; padding-inline: 16px; }
  .hero_text h2 { font-size: 32px; line-height: 1.2; }
}

/* Ensure service/product cards wrap neatly */
@media (max-width: 991.98px) {
  .services .row, .contact .row { margin: 0; }
  .pxy-30 { padding: 0 12px; }
  .product_list .col-md-3 { width: 50%; }     /* 2 per row on tablets */
}
@media (max-width: 575.98px) {
  .product_list .col-md-3 { width: 100%; }    /* 1 per row on phones */
  .project_img img { height: 140px; width: 140px; }
  .service_text { margin-top: 18px; }
}

/* Give sections some side padding so text doesn't touch edges */
@media (max-width: 575.98px) {
  .about, .services, .product_list, .contact_info, .title, .about_info {
    padding-inline: 16px;
  }
}

/* Larger tap target for back-to-top on phones */
@media (max-width: 575.98px) {
  .scrolltotop img { width: 48px; height: 48px; }
}
