body {
	width:100%;
	margin: 0;
	padding: 0;
	font-family: 'robotoregular';
	font-size: 14px;
	height: auto;
}
a:focus, a.active, input, select:focus, button {
	outline: 0 !important;
	outline-style: none;
	outline-width: 0;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
img {
	border: none;
	height: auto;
}
p {
	color: #fff;
	font-family: 'robotoregular';
	font-size: 14px;
	
}
h1, h2, h3 {
	font-family: 'robotoregular';
}
/*****************Header_sec*************************/
#header_wrapper {
    position: relative;
    width: 100%;
    z-index: 9999;
	background-color:#fff;
}
.main_logo{
	float:left;
	margin:0;
	padding:0;
}
.social_media_icons {
    float: right;
    margin-top: 30px;
}
.social_media_icons img {
    margin: 0 3px;
}
.social_media_icons img:hover {
    opacity:.5;
}



/*****************banner_sec*************************/
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    font-size: 30px;
    height: 67px;
    margin-left: -15px;
    margin-top: -15px;
    width: 71px !important;
}
.carousel-caption > h1{
    font-family: 'robotomedium';
	font-size:60px;
	color:#fff;
	text-shadow:none;
    text-transform: uppercase;
}
.carousel-caption > h2{
	font-size:18px;
	color:#fff;
	line-height:26px;
}
.category_icons {
    display: block;
    left: 35%;
    position: absolute;
    right: 35%;
    top: 60%;
    z-index: 9999;
}
.rig_ar {
	background:url(../images/ar_right.png) no-repeat;
}

.left_ar {
	background:url(../images/ar_left.png) no-repeat;
}


/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  padding:14px 24px;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  margin-top:18px;
}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/*****************start stickey_Header*************************/
.navbar-brand {
    font-size: 24px;
}

.navbar-container {
    padding: 20px 0 20px 0;
}

.navbar.navbar-fixed-top.fixed-theme {
    background-color: #222;
    border-color: #080808;
    box-shadow: 0 0 5px rgba(0,0,0,.8);
}

.navbar-brand.fixed-theme {
    font-size: 18px;
}

.navbar-container.fixed-theme {
    padding: 0;
}

.navbar-brand.fixed-theme,
.navbar-container.fixed-theme,
.navbar.navbar-fixed-top.fixed-theme,
.navbar-brand,
.navbar-container{
    transition: 0.8s;
    -webkit-transition:  0.8s;
}

/*****************Start Have any Questions!*************************/
.quick_contact {
	background-color:#009fe3;
	padding:30px;
}
.quick_cont h2 {
	font-size:18px;
	color:#fff;
	font-family: "Roboto Light";
	margin:0;
	padding:0;
	float:left;
	width:100%;
}
.quick_cont h1 {
	font-size:25px;
	color:#fff;
    font-family: 'robotomedium';
	margin:0;
	padding:0;
	float:left;
	width:100%;
	margin-top:10px;
}

/* Sweep To Right */
.request_quote {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  color:#009fe3;
  text-transform:uppercase;
  font-size:16px;
  background-color:#fff;
  text-transform:uppercase;
  padding: 14px 12px;
  font-family: 'robotomedium';
  width:100%;
  text-align:center;
  margin-top:4px;
}
.request_quote:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #01405b;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.request_quote:hover, .request_quote:focus, .request_quote:active {
  color: #fff;
}
.request_quote:hover:before, .request_quote:focus:before, .request_quote:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.padding_none{
	padding:0 !important;
}


/* Sweep To Right */
.contact_us_btn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  color:#fff;
  text-transform:uppercase;
  font-size:16px;
  text-transform:uppercase;
  padding: 13px 12px;
  width:100%;
  text-align:center;
  margin-top:4px;
  border:1px solid #fff;
  margin-left:10px;
}
.contact_us_btn:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.contact_us_btn:hover, .contact_us_btn:focus, .contact_us_btn:active {
  color: #009fe3;
}
.contact_us_btn:hover:before, .contact_us_btn:focus:before, .contact_us_btn:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*****************Start about us*************************/

.about_addic_home{
	width:100%;
	background-color:#fff;
	text-align:center;
	margin:50px 0px;
}
.about_addic_home h1{
	color:#212121;
	font-size:36px;
    font-family: 'robotomedium';
	text-transform:uppercase;
	font-weight:bold;
}
.about_addic_home p{
	color:#212121;
	font-size:14px;
	padding:8px 20%;
	line-height:22px;
}
/* Sweep To Right */
.hvr-sweep-to-right1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  padding:14px 24px;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  margin-top:18px;
}
.hvr-sweep-to-right1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right1:hover, .hvr-sweep-to-right1:focus, .hvr-sweep-to-right1:active {
  color: #fff;
}
.hvr-sweep-to-right1:hover:before, .hvr-sweep-to-right1:focus:before, .hvr-sweep-to-right1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*****************Start our services*************************/
.our_services_home{
	width:100%;
	text-align:center;
	margin:0 0px 30px 0px;
}
.our_services_home h1{
	color:#fff;
	font-size:36px;
    font-family: 'robotomedium';
	text-transform:uppercase;
	font-weight:bold;
}
.home_cnt h1 {
	color:#000;
	font-size:36px;
    font-family: 'robotomedium';
	text-transform:uppercase;
	font-weight:bold;
	padding-bottom:20px;
		}
.home_cnt h1 span {
	color:#009fe3;
		}
.home_cnt p {color:#201f1f; text-align:justify; line-height:2em;}	
.home_cnt {
	padding:50px 0 0 0;
	}	
.read_more {
	float:left;
	color:#fff;
	}	
.service_sec {
	padding:50px;
	margin:0;
	width:100%;
	background:url(../images/serv_bg.jpg) no-repeat;
	background-size:cover;
	}	
.our_services_home p{
	color:#fff;
	font-size:14px;
	padding:8px 20%;
	line-height:22px;
}
.service_list h1{
	color:#fff;
	font-size:18px;
    font-family: 'robotomedium';
	text-transform:uppercase;
	margin:10px 0;
}
.service_list h2{
	color:#fff;
	font-size:14px;
	margin:14px 0 14px 0;
	font-weight:bold;
}
.service_list p{
	color:#fff;
	font-size:14px;
	text-align:justify;
}
/* Sweep To Right */
.hvr-sweep-to-right2 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  padding:10px 24px;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  margin-top:18px;
}
.hvr-sweep-to-right2:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right2:hover, .hvr-sweep-to-right2:focus, .hvr-sweep-to-right2:active {
  color: #fff;
}
.hvr-sweep-to-right2:hover:before, .hvr-sweep-to-right2:focus:before, .hvr-sweep-to-right2:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.center-block1 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}
.service_footer_spacing{
	margin-bottom:0px;
}
.customPrevBtn {
    float: left;
    position: absolute;
    left: -50px;
    top: -300px;
	cursor:pointer;
	z-index:999;
}
.customNextBtn {
    float: right;
    position: absolute;
    right: -50px;
    top: -300px;
	cursor:pointer;
	z-index:999;
}

/*****************Start our projects*************************/
#our_project {
	margin:0;
	padding:50px 0;
	background-color:#fff;
}
.our_project_home h1{
	color:#212121;
	font-size:36px;
    font-family: 'robotomedium';
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-bottom: 8px;
}
.our_project_home p {
    color: #212121;
    font-size: 14px;
    padding: 10px 20% 16px 20%;
    line-height: 22px;
    text-align: center;
}
.gallery-title
{
    font-size: 36px;
    color: #42B32F;
    text-align: center;
    font-weight: 500;
    margin-bottom: 70px;
}
.gallery-title:after {
    content: "";
    position: absolute;
    width: 7.5%;
    left: 46.5%;
    height: 45px;
    border-bottom: 1px solid #5e5e5e;
}img.gallery_hover {    border: 1px solid #ccc;	height:300px;}
.filter-button {
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: bold;
	border-bottom:2px solid #fff;
}

.filter-button:hover
{
    font-size: 14px;
    text-align: center;
    color: #009fe3;
	border-bottom:2px solid #009fe3;

}
.btn-default:active .filter-button:active
{
    font-size: 14px;
    text-align: center;
    color: #009fe3;
	border-bottom:2px solid #009fe3;
}

.port-image
{
    width: 100%;
}

.gallery_product
{
    margin-bottom: 30px;
}
.padding_project {
	padding:2px;
	margin:0;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
	background: #009fe3;
}

figure.effect-honey img {
	opacity: 0.9;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-honey:hover img {
	opacity: 0.3;
}

figure.effect-honey figcaption::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-honey h2 {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 1em 1.5em;
	width: 100%;
	text-align: left;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
	color:#fff;
    font-family: 'robotoregular';
	text-transform:uppercase;
	font-size: 24px;
}

figure.effect-honey h2 i {
	font-style: normal;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-30px,0);
	transform: translate3d(0,-30px,0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Sweep To Right */
.hvr-sweep-to-project {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  padding:12px 30px;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  margin-top:18px;
  margin-bottom:0px;
  text-align:center;
}
.hvr-sweep-to-project:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-project:hover, .hvr-sweep-to-project:focus, .hvr-sweep-to-project:active {
  color: #fff;
}
.hvr-sweep-to-project:hover:before, .hvr-sweep-to-project:focus:before, .hvr-sweep-to-project:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.project_read_center {
	width:100%;
	margin:0 auto;
	text-align:center;
}


/*****************Start our clients home*************************/
#our_clients{
	background:url(../images/our_client_bg.png) repeat;
	width:100%;
	padding:50px 0;
}
.our_clients_home{
	width:100%;
	text-align:center;
}
.our_clients_home h1{
	color:#212121;
	font-size:36px;
    font-family: 'robotomedium';
	text-transform:uppercase;
	font-weight:bold;
}
.our_clients_home p{
	color:#212121;
	font-size:14px;
	padding:8px 20%;
	line-height:22px;
}

/*****************Start footer home*************************/

#footer_home {
	background-color:#181818;
	width:100%;
}
.quick_contact_homes {
    background-color: #121212;
    width: 100%;	float:left;
    padding: 36px 24px 22px 30px;
}
.left_blue_line {
    border-left: 2px solid #009fe3;
    height: 40px;
    margin: 7px 22px 20px 14px;
    float: left;
}
.visit_us img {
    float: left;
}
.visit_us h1 {
    color: #fff;
    font-size: 20px;
	margin:0;
}
.visit_us p {
    color: #828282 !important;
    font-size: 13px;
    width: 100%;
	margin-top:6px;
}
.footer_mail {
    color: #828282;
    font-size: 13px;
    width: 100%;
	margin-top:6px;
}
.footer_mail:hover {
    color: #fff;
}
.home_footer {
    margin: 60px 0 40px 0;
}
.adicc_footer img {
    float: left;
}
.adicc_footer h1 {
	text-transform:uppercase;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 0 30px;
    float: left;
}
.adicc_footer p {
    float: right;
    width: 74%;
    margin-top: 26px;
    color: #828282;
    font-size: 14px;
}
.navigation_footer h1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: left;
	margin:30px 0 0 0;
	text-transform:uppercase;
	width:100%;
}
.navigation_footer ul {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    line-height: 30px;
    list-style: none;
	width:100%;
}
.navigation_footer ul li a {
    width: 50%;
    float: left;
    color: #828282;
}
.navigation_footer ul li a:hover {
    color: #fff;
}

.services_footer h1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: left;
	margin:30px 0 0 0;
	text-transform:uppercase;
	width:100%;
}
.services_footer ul {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    line-height: 30px;
    list-style: none;
	width:100%;
}
.services_footer ul li a {
    width: 100%;
    float: left;
    color: #828282;
}
.services_footer ul li a:hover {
    color: #fff;
}

.get_in_touch_footer h1{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    float: left;
	margin:30px 0 0 0;
	text-transform:uppercase;
	width:100%;
}
.get_in_touch_footer ul {
    float: left;
    margin: 0;
    padding: 0;
    margin-top: 20px;
    list-style: none;
	width:100%;
}
.get_in_touch_footer ul li a {
    width: 20px;
    float: left;
		margin-right:10px;
}
.get_in_touch_footer ul li a:hover {
	opacity:0.3;
}
.copy_right_footer {
    text-align: center;
    width: 100%;
    margin: 60px 0 0 0;
}
.copy_right_footer h1 {
    color: #fff;
    font-size: 14px;
}
.copy_right_footer img {
    margin-top: 10px;
}

/*****************Start about us page*************************/
.about_cont {
    margin: 50px 0 20px 0;
    width: 100%;
    float: left;
}
.about_cont img {
    width: 50%;
    float: left;
    margin: 0 30px 20px 0;
}
.about_cont h1 {
    color: #212121;
    font-size: 36px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.about_cont p {
    margin-top: 20px;
		color: #201f1f;
    text-align: justify;
    line-height: 1.5em;
}
.our_vision{
	background-color:#009fe3;
	padding:20px 40px;
}
.our_vision h1{
    color: #fff;
    font-size: 36px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.our_vision p{
    color: #fff;
    line-height:1.5em;
		text-align:justify;
		margin-top:10px;
}
.our_mission{
	background-color:#f6f6f6;
	padding:20px 40px;
	margin:20px 0;
}
.our_mission h1{
    color: #212121;
    font-size: 36px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.our_mission p{
    color: #212121;
    line-height:1.5em;
    margin-top: 14px;
}
.our_mission ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.our_mission ul li {
    background: url(../images/listing_icon.png) top left no-repeat;
    padding-left: 30px;
    margin: 24px 0;
}.who_are_we {    background: #69727b;    color: #fff;    padding: 20px 40px;}.who_are_we p{color:#fff;}.who_are_we h1{    color: #fff;    font-size: 30px;    font-family: 'robotomedium';    text-transform: uppercase;    font-weight: bold;    margin: 0 0 15px;}.what_we_do {    background: #69727b;    color: #fff;    padding: 20px 40px;	min-height:278px;}.what_we_do p{color:#fff;}.what_we_do h1{    color: #fff;    font-size: 30px;    font-family: 'robotomedium';    text-transform: uppercase;    font-weight: bold;    margin: 0 0 15px;}
/*****************Start contact us page*************************/
.contact_heading {
    color: #212121;
    font-size: 30px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    background-color: #009fe3;
    padding: 12px 20px;
}
#contact_content {
    margin: 10px 0 30px 0;
}
.form_list {
    display: block;
    height: 46px;
    margin-top: 18px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
}
.contact_form {
    margin: 24px 0;
}
.form_list_cont{
    display: block;
    margin-bottom: 18px;
    width: 100%;
    font-size: 14px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    color: #878787;
    background: transparent;
    -webkit-appearance: none;
    border-radius: 0;
	padding-top: 10px;
}

/* Sweep To Right */
.send_message {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  background-color:#009fe3;
  padding:14px 24px;
  color:#fff;
  text-transform:uppercase;
  font-size:14px;
  width:100%;
  text-align:center;
}
.send_message:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.send_message:hover, .send_message:focus, .send_message:active {
  color: #fff;
}
.send_message:hover:before, .send_message:focus:before, .send_message:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.map_img {
    margin-top: 24px;
}

/*****************Start gallery*************************/
#gallery_page {
    margin: 10px 0 30px 0;
}
.gallery_heading {
    color: #212121;
    font-size: 30px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    margin: 0;
    color: #fff;
    background-color: #009fe3;
    padding: 12px 30px;
}
.gallery_padding {
	padding:4px;
}
.gallery_spacing {
    margin: 14px 0;
}
.gallery_hover:hover {
    opacity: 0.7;
}
.gallery_row_spacing {
    padding: 0 11px;
}

/*****************Start clients*************************/
.client_inner {
    border: 1px solid #e0e0e0;
	margin-bottom: 10px;
}
.client_spacing {
    margin-top: 12px;
}

/*****************Start careers*************************/
.career_cont {
    color: #212121;
    font-size: 14px;
    line-height: 22px;
}
.careers_spacing {
    margin: 20px 0;
    width: 100%;
    float: left;
}
.quality_management {
    background-color: #f6f6f6;
    padding: 20px 40px;
    margin: 20px 0 0 0;
}
.quality_type {
    text-align: center;
    margin: 20px 0;
}
.quality_type h1 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
    padding: 22px 0 8px 0;
    margin: 0;
}
.quality_type p {
    color: #212121;
    padding: 0;
    margin: 0;
}
.career_detail_cont {
	margin-top:30px;
}
.career_detail_cont p {

}

/*****************Start services*************************/
.services_spacing {
    margin: 20px 0;
    width: 100%;
    float: left;
}
.services_spacing p {
    color: #212121;
    padding: 0;
    margin: 0;
    margin-bottom: 12px;
}
.our_services_inner{
	background-color:#f6f6f6;
	padding:20px 40px;
	margin:20px 0;
	width:100%;
}
.our_services_inner h1{
    color: #212121;
    font-size: 24px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.our_services_inner ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.our_services_inner ul li {
    background: url(../images/listing_icon.png) top left no-repeat;
    padding-left: 30px;
    margin: 24px 0;
}
/*****************Start project page*************************/
.project_page {
    margin: 18px 0;
    width: 100%;
    float: left;
}
.project_list h1 {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin: 22px 0 10px 0;
    padding: 0;
}
.project_list h2 {
    font-size: 12px;
    color: #000;
    margin: 0;
    padding: 0;
}
.project_list {
    border: 1px solid #e1e1e1;
    padding: 10px;
	margin-bottom:12px;
	min-height:520px;
}
.project_list:hover {
    border: 1px solid #009fe3;
    -webkit-box-shadow: 0px 0px 30px 7px rgba(145,145,145,0.13);
    -moz-box-shadow: 0px 0px 30px 7px rgba(145,145,145,0.13);
    box-shadow: 0px 0px 30px 7px rgba(145,145,145,0.13);
}
.project_list p {
    color: #212121;
    font-size: 14px;
    padding: 14px 0;
    line-height: 22px;
}
/* Sweep To Right */
.project_readmore {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  padding:10px 24px;
  color:#009fe3;
  text-transform:uppercase;
  font-size:12px;
  margin-bottom:20px;
  border:1px solid #009fe3;
}
.project_readmore:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #009fe3;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.project_readmore:hover, .project_readmore:focus, .project_readmore:active {
  color: #fff;
}
.project_readmore:hover:before, .project_readmore:focus:before, .project_readmore:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*****************Start about us page*************************/
.projevt_detail_cont {
    margin: 50px 0 20px 0;
    width: 100%;
    float: left;
}
.projevt_detail_cont img {
    width: 50%;
    float: left;
    margin: 0 30px 20px 0;
}
.projevt_detail_cont h1 {
    color: #212121;
    font-size: 36px;
    font-family: 'robotomedium';
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}
.projevt_detail_cont p {
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    margin-top: 20px;
}
.projevt_detail_cont h2 {
    color: #009fe3;
    font-size: 14px;
    margin: 0;
	margin-top:10px;
}

/*****************Start loading*************************/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  background-color:#009fe3;
}

#preloader #preloader-inner {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #3498db;
  animation: spin 2s linear infinite
}

#preloader #preloader-inner:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1c74a6;
  animation: spin 3s linear infinite
}

#preloader #preloader-inner:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #0b5c82;
  animation: spin 1.5s linear infinite
}
@keyframes 
spin { 0% {
transform:rotate(0deg)
}

to { transform: rotate(1turn) }
}
.request_img {
    margin-top: 24px;
}

/*=====================Banner==========================*/

.slider { background: /*rgba(16,27,87,.7)*/url(../images/bg.png) repeat; background-color: rgba(0,0,0,.5); height:600px; }
.banner_caption { /*position: absolute; z-index: 999; top: 30%; text-align: left; width: 100%; left: 12%;*/ 
position: absolute;
    z-index: 999;
    top: 50%;
    text-align: left;
    width: 311px;
    height: 539px;
    left: 50%;
    margin-top: -269px;
    margin-left: -155px;
}
.banner_caption h1 { font-size: 45px; }
.banner_caption h2 { color: #fff; margin-top: 0; font-size: 33px; }
.banner_caption p { width: 50%; font-size: 20px; margin-bottom: 50px; }
.home_about {
	padding:50px 0;
	margin:0;
	}
.header {
  padding:10px 0;
  background: #000;
  color: #f1f1f1;
}

.content {
  padding: 16px;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
	z-index:9999;
}

.sticky + .content {
  padding-top: 300px;
}	
.footer_logo {
	float:left;
	padding:10px;
	width:68px;
	margin-right:20px;
	}
.footer_logo img {
	padding-top:30px;
	width:68px;
	}	
.footer_cnt {
	float:left;
	padding:0 0 0 10px;
	width:60%;
	}	
.footer_cnt p {
	color:#828282;
	text-align:left;
	margin-top:20px;
	}	
.home_footer {
	margin-bottom:30px;
	}	
.footer_cnt h1 {
	color:#fff;
	font-size:0 0 0 20px;
	    font-size: 20px;
			margin-top:30px;
	}	
.about_cont h1 span {
	color:#009fe3 !important;}	
.service_main {
	padding:25px 0 0 0;
	}
.service_main p {

	}
p {
	  margin-top: 20px;
    color: #201f1f;
    text-align: justify;
    line-height: 1.5em;
		}
.service_main h2 {
	padding:10px 0 10px 0;
	margin-top:0;
	font-size:18px;
	}	
.pagination {margin-top:40px;}	
.pagination .current {padding:5px 10px !important; background:#009fe3; color:#fff !important; border-radius:3px;}
.pagination .inactive {padding:5px 8px; color:#333;}
.pagination .inactive:hover {color:#009fe3;}
.pagination .page-numbers {padding:5px 8px; color:#333;}
.pagination .page-numbers:hover {color:#009fe3;}

#cssmenu > ul > li.current_page_item a, #cssmenu > ul > li.current-menu-item a {
	color: #fff;
  background: #009fe3;
		}
span.wpcf7-not-valid-tip {
	font-size:14px !important; }	
.form_list_cont {margin-top:18px !important; margin-bottom:0 !important;}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
    width: 150px !important;
    border: none !important;
		margin-top:18px;
		margin-bottom:0;
}

.fancybox-button {
	width:44px !important;
	}
.fancybox-navigation button {width:60px !important;}
.ongoing_project_head {    background: #636363;    margin: 30px 0 0;    color: #fff;    text-transform: uppercase;    padding: 15px 25px;}.ongoing_projects .item { padding: 25px; margin: 25px 0 0 0;  background: #dce0e2;}.ongoing_projects .item:nth-child(2n) { background: #f4f4f4; }.project_title h5 { margin: 0; font-size: 14px; line-height: 1.5;}.ongoing_projects .item .project_title { font-size: 14px; display: block; border-right: 1px solid #ccc;}.project_address { margin: 0; font-size: 14px; }.project_description { font-size: 15px;}.project_description h3 { color: #004c73; margin: 0 0 10px 0; line-height: 1.5;}.project_image img {    width: 100%;}


