.website_preloader_wrap{
	background-size: 130px auto;
}
.home_project_listing{
	padding:80px 0;
}
.home_project_listing ul{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
	padding:0;
	margin:0;
}
.home_project_listing ul li{
	width:33.33%;
	float:left;
	display:inline-block;
	position: relative;
	padding:5px;
	margin:0;
}
.home_project_listing ul li.video{
	width:50%;
}
.home_project_listing ul li .name{
	position: absolute;
	bottom:10px;
	left:10px;
	z-index: 10;
	background:rgba(0,0,0,0.7);
	color:#fff;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-size:13px;
}
.home_project_listing ul li:hover .name{
	background:rgba(255,255,255,0.9);
	color:#000;
}
.home_project_listing ul li .album_img{
	width:100%;
	float:left;
	display:inline-block;
}
.home_project_listing ul li iframe{
	width:100% !important;
	height:300px;
	float:left;
	display:inline-block;
}
.home_parallax_wrap{
	height:800px;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	color:#fff;
	text-align: center;
	text-shadow: 4px 3px 2px rgba(0, 0, 0, 0.29);
	background-repeat: no-repeat;
	background-position:center center;
	-webkit-background-size: cover;
	background-attachment: fixed;;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.home_parallax_wrap .table_wrap{
	background:rgba(0, 0, 0, 0.4);
	height:100%;
}
.client_list_wrap{
    padding-top:60px;
    padding-bottom:20px;
}
.client_list_wrap .single_client_wrap{
    width:20%;
    text-align:center;
    float:left;
    display:inline-block;
    position:relative;
    margin-bottom:40px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    
  padding-left:15px;
  padding-right:15px;
}
.client_list_wrap .single_client_wrap:hover{
   -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.instagram_wrap .item_box{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.instagram_wrap .item_box .overlay{
        position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
        background: #00000094;
    color: white;
    font-size: 13px;
    padding: 10px 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity:0;
    z-index:1;
}
.instagram_wrap .item_box:hover .overlay{
    opacity:1;
}
.instagram_wrap .item_box .overlay .insta_icon_img{
    width:20px !important;margin-top:10px;
}
.instagram_wrap .like_comment_count{
    position:absolute;
    bottom:10px;
    left:0;
    color:#fff;
    font-size:13px;
    text-align:center;    width: 100%;
}
.instagram_wrap .like_comment_count span{
    display:inline-block;
    position:relative;
}
.instagram_wrap .like_comment_count span + span{
    margin-left:20px;
}

.testimonials_wrap ul li .title_wrap{
    text-align:center;
}
.abs_anchor{
       position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index:10;
}
.table_wrap{
    width:100%;
    height:100%;
    display:table;
}
.insta_left_arrow{
	position:absolute;
	top:50%;
	left:10px;
	z-index:20;
	color:#fff;margin-top:-15px;
	font-size:30px !important;
}
.insta_right_arrow{
	position:absolute;
	top:50%;
	right:10px;
	z-index:20;
	color:#fff;margin-top:-15px;
	font-size:30px !important;
}
.table_wrap .cell_wrap{
    width:100%;
    height:100%;
    display:table-cell;
    vertical-align:middle;
}
.gallery_slider_images .image_parent img{
	width:100%;
	float:left;
	display:inline-block;
	cursor:pointer;
}
.gallery_slider_images .image_parent{
	margin-bottom:10px;
	overflow:hidden;
	position:relative;
	padding-left:5px;
	padding-right:5px;
}
.gallery_slider_images .image_parent .image_inner_wrap{
	min-height:300px;
	background: url(../images/gallery_loader.gif) center center no-repeat #fff !important;
}
.gallery_slider_images{
	padding-top:50px;
}
.single_project_info{
	font-size:13px;
	line-height:1.8em;
	color:#000;
	padding-top:50px;
}
.single_project_info p{
	color:#000;
}
.largeGridContainer{
	width: 80%;
    margin: auto;
    clear: none;
    float: none;
    margin-left: auto;
}
.menu_icon a{
	text-decoration:none !important;
}
.gallery_ul li:hover img{
	opacity:1 !important;
}

.gallery_ul li.image_li:hover:after{
	opacity:1;
}

.gallery_ul li.video_li:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/play_icon.png') center center no-repeat rgba(0,0,0,0.4);
	opacity:1;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.back_to_gallery_wrap{
	text-align:center;
}
.back_to_gallery_wrap a{
	float:none;
	display:inline-block;
	position:relative;
	padding:15px 40px;
	text-decoration:none;
    color: #b7b7b7;
    text-transform: uppercase;
    letter-spacing: 0.08em;
	cursor:pointer;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.back_to_gallery_wrap a:hover{
	color:#bcbcbc;
	text-decoration:none;
}
.child_weight_300 *{
	font-weight:300 !important;
}
.gallery_ul li{
	overflow:hidden;
	background:url('../images/gallery_loader.gif') center center no-repeat #fff !important;
}
.home_img_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes zoom {
    0% {
    	-webkit-transform: scale(1,1);
    }
    50% {
    	-webkit-transform: scale(1.3,1.3);
    }
	100% {
    	-webkit-transform: scale(1,1);
    }
}

/* Standard syntax */
@keyframes zoom {
    0% {
    	-webkit-transform: scale(1,1);
    }
    50% {
    	-webkit-transform: scale(1.3,1.3);
    }
	100% {
    	-webkit-transform: scale(1,1);
    }
}@-webkit-keyframes home_zoom {    0% {    	-webkit-transform: scale(1,1);    }    50% {    	-webkit-transform: scale(1.1,1.1);    }	100% {    	-webkit-transform: scale(1,1);    }}/* Standard syntax */@keyframes home_zoom {    0% {    	-webkit-transform: scale(1,1);    }    50% {    	-webkit-transform: scale(1.1,1.1);    }	100% {    	-webkit-transform: scale(1,1);    }}

.gallery_ul li{
	cursor:pointer;
}
.not_found_wrap{
	padding-top:40px;
	padding-bottom:40px;
}
#career_popup,
#contact_popup {
	color:#000;
}
.black_anchor{
	position:relative;
	float:left;
	display:inline-block;
	padding:8px 15px;
	background:#0ccbde;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	color:white;
	text-decoration:none;
}
.black_anchor:hover{
	background:#464646;
	text-decoration:none;
	color:white;
}
.menu-image-title{
	height: initial !important;
    width: initial !important;
    top: initial !important;
}
.menu-item a.menu-image-title-after.menu-image-not-hovered img, .menu-item a.menu-image-hovered.menu-image-title-after .menu-image-hover-wrapper{
	padding:0 !important;
	max-width: 100% !important;
    height: auto !important;
}
.cd-nav span{
	width:100% !important;
}
.home_top_bg_wrap,.gallery_top_bg{
	-webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
	
	-webkit-animation: zoom 100s infinite; /* Chrome, Safari, Opera */
    animation: zoom 100s infinite;
}.home_top_bg_wrap{	-webkit-animation: home_zoom 70s infinite; /* Chrome, Safari, Opera */    animation: home_zoom 70s infinite;}
#go_to_top {
	bottom: 30px;
	width: 32px;
	height: 32px;
	z-index: 23;
	position: fixed;
	right: 40px;
	display: none;
	z-index: 1000;
}
#go_to_top a img {
	border: none;
}
.menu_wrap ul li a{
	color:#ec018c
}
.slider_wrap img{
	display:inline-block !important;
}
.pagination:empty{
	display:none;
}
.wow{
	visibility:hidden;
}
.top_cat_ul li .title:hover{
	color:#1b3266;
}
.enquiry_half_parent{
	margin-bottom:50px;
}
.black_anchor:active,
.black_anchor:focus,
.black_anchor:visited{
	color:#fff !important;
	text-decoration:none !important;
}

.not_found_wrap{
	font-size:18px;
	margin:50px 0;
	text-align:center;
	font-weight:700;
}
input[type='submit'].black_anchor,
input[type='button'].black_anchor{
	border:0;
}
.about_top_text_wrap p b,.about_top_text_wrap p strong{
	font-size:15px;
}
.about_top_text_wrap p b .fa,.about_top_text_wrap p strong .fa{
	font-size:20px;
	color:#1b3266;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.bg_wrap{
	background: url(../images/truck.html) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    padding-top: 0;
}

body{
    overflow-x: hidden !important;
}
.pagination_parent_wrap{
	text-align:center
}
.pagination_parent_wrap .pagination{
	float:none;
	display:inline-block;
	position:relative;
}
.pagination_parent_wrap .pagination *{
	padding:5px 10px;
	float:left;
	display:inline-block;
	text-decoration:none;
	position:relative;
	color:#fff;
	background:#01aeef;
}
.pagination_parent_wrap .pagination * + *{
	margin-left:12px;
}
.pagination_parent_wrap .pagination a:hover,.pagination_parent_wrap .pagination span{
	background:#ec018c;
	color:#fff;
	text-decoration:none;
}
#contact_message_tr{
	margin-top:20px;
}
.menu_fix_home_wrap ul li.current-menu-item a{
    color: #0C0;
    text-decoration: none;
}
.copyright_wrap{
	color:rgba(255,255,255,1.00);
	float:left;
	margin-top:10px;
}
.copyright_wrap a{
	color:#f26736 !important;
	text-decoration:none;
}
.contact_right_ul li{
	margin:0;
	padding:5px 0 !important;
}
.contact_right_ul li strong{
	text-transform:uppercase;
	font-size:18px;
	letter-spacing:2px;
}
.contact_right_ul li p{
	margin:0;
}
.form_wrap input[type="text"],
.form_wrap textarea,
.form_wrap select,
.form_wrap input[type="email"],
.form_wrap input[type="number"]{
	width: 100% !important;
	float:left;
	display:inline-block;
	color:#1b1b1b !important;
	position:relative;
    padding: 8px !important;
    background-color: transparent;
    border: 1px solid #999 !important;
}
.wpcf7,.wpcf7-form,.form_wrap,.wpcf7-response-output,.wpcf7-not-valid-tip{
	position:relative;
	float:left;
	display:inline-block;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
}
.green_btn{
	position:relative;
	border:0;
	float:left;
	display:inline-block;
	text-decoration:none;
	color:rgba(255,255,255,1.00);
	padding:10px 20px;
    background-color: #003a21;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.green_btn:hover,.green_btn:active,.green_btn:focus{
	color:#fff;
	text-decoration:none;
	background:#1a1a1a;
}
.home_ul li:hover .img_wrap{
	background-position:0 -129px 
}
.footer_shadow{
	width: 100%; height: 427px; position: absolute; z-index: 1; left: 0px; bottom: 0px; background: url('../images/shadow_overlay.html') repeat-x; 
}
.home_ul_fifty_wrap li .img_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:url('../images/service_2.html') center center no-repeat;
	opacity:0;
	    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.home_ul_fifty_wrap li:hover .img_wrap{
	opacity:1;
}
.home_ul_fifty_wrap li:hover{
	background:none !important;
}
.current-menu-item a {

	text-decoration: none;
}
.width_100per {
	width: 100%;
}
.pad_lr_20 {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.enquiry_full_parent_wrap .data_wrap:after, .enquiry_full_parent_wrap .data_wrap:before {
	display: none;
}
.single_product_container .bjqs {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0;
}
#home_bottom_slider_prev {
	position: absolute;
	top: 46%;
	left: -20px;
	font-size: 25px;
	color: #000;
	z-index: 1999;
}
#home_bottom_slider_next {
	position: absolute;
	top: 46%;
	right: -20px;
	font-size: 25px;
	color: #000;
	z-index: 1999;
}
#category_list .home_bottom_slider_prev{
	top: 42%;
	left: -20px;
}
.about_cat_list li .img_wrap{
	max-width:100%;
}
#category_list .home_bottom_slider_next{
	top: 42%;	
	right: -20px;
}
.single_product_container .bjqs li {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0;
}
.single_product_container .bjqs li img {
	width: 100%;
}
.top_ul {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0;
}
.top_ul li {
	width: 100%;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
}
.top_ul li img {
	display: inline-block;
}
#my-button {
	cursor: pointer;
}

.home_left_fix_wrap {
	z-index: 999;
}
.menu_parent_wrap {
	z-index: 1000;
}
.product_ul {
	display: inline-block !important;
}
.category_ul_title {
	position: absolute;
	z-index: 99;
	width: 80%;
	left: 10%;
	top: 20px;
	background-color: #ed1c24;
	text-transform: uppercase;
	padding: 5px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 20px;
	padding-top: 8px
}
.home_gallery_ul .slick-track {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
.home_gallery_ul li img {
	display: inline-block;
}
.home_bottom_slider_prev {
	position: absolute;
	top: 46%;
	left: 10px;
	font-size: 40px;
	color: #000;
	z-index: 9;
}
.home_bottom_slider_next {
	position: absolute;
	top: 46%;
	right: 10px;
	font-size: 40px;
	color: #000;
	z-index: 9;
}
#home_slider_wrap .home_bottom_slider_prev,
#home_slider_wrap .home_bottom_slider_next{
	top: 55%;
}
.single_product_container {
	margin: 0;
	padding:15px;
	height: 100%;
	color: #000;
	background-color: #FFF;
}
.single_product_container .half_wrap:nth-child(1) {
	padding-right: 15px;
}
.single_product_container .half_wrap:nth-child(2) {
	padding-left: 15px;
}
.single_product_container .name_wrap {
	text-align: left;
	margin-bottom:15px;
	color: #000;
	font-size: 22px;
	padding-bottom:10px;
	border-bottom:1px dashed #000000;
}
.single_product_container .description_wrap p {
	margin-top: 10px;
	margin-bottom: 0;
	text-align: justify;
}
.single_product_container .attributes_wrap table {
	border-collapse: collapse;
	border: 1px solid #333;
	width: 100%;
	margin-top: 10px;
}
.single_product_container .attributes_wrap td, .single_product_container .attributes_wrap th {
	border: 1px solid #333;
	text-align: left;
	padding: 10px;
}
.margin_right_10 {
	margin-right: 10px !important;
}
.add_to_bag_anchor {
	background-color: #333;
	color: #FFF;
	padding: 10px 15px;
}
.add_to_bag_anchor:hover, .add_to_bag_anchor:active {
	background-color: #013a21;
	color: #FFF;
	text-decoration: none;
	padding: 10px 15px;
}
.margin_top_10 {
	margin-top: 10px;
}
.margin_left_10 {
	margin-left: 10px;
}
.single_product_container .slick-prev {
	left: -10px;
	z-index: 999;
}
.single_product_container .slick-next {
	right: -10px;
	z-index: 999;
}
.single_product_container input[type="text"] {
	width: 48%;
	float: left;
	display: inline-block;
	position: relative;
	padding: 7px;
	border: 1px solid #8A8A8A;
	margin-bottom: 10px;
}
.single_product_container textarea {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	padding: 7px;
	border: 1px solid #8A8A8A;
	margin-bottom: 10px;
}
.single_product_container input[type="text"].margin {
	margin-right: 4%;
}
.menu_wrap ul li:hover .red_border_top, .menu_wrap ul li.current-menu-item .red_border_top {
	opacity: 1;
}
.input_error {
	border-color: rgba(255,0,4,1.00) !important;
}
.margin_top_20 {
	margin-top: 20px;
}
#go_to_top {
	bottom: 30px;
	width: 52px;
	height: 52px;
	z-index: 23;
	position: fixed;
	right: 30px;
	display: none;
	z-index: 1000;
}
#go_to_top a img {
	border: none;
}
* {
	outline: none !important
}
.anchor_download {
	border: 1px solid #c4a45b;
	float: left;
	display: inline-block;
	position: relative;
	padding: 10px 20px;
	color: rgba(0,0,0,1.00);
	background-color: #ffe400;
	margin-bottom: 20px;
}
.anchor_download:hover {
	background-color: #c4a45b;
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.side_menu_parent ul li.current_page_item a {
	background-color: #000;
	color: #FFF;
	text-decoration: none;
}
.common_p_wrap p {
	margin-bottom: 10px !important;
	margin-top: 0 !important;
}
.product_loader {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #333333;
	text-align: center;
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	display: none;
}
.margin_top_50 {
	margin-top: 50px !important;
}
.form_wrap td {
	vertical-align: middle;
}
.form_wrap table td {
	padding: 5px
}
.form_wrap table {
	width: 100%;
	color: #fff;
}
.form_wrap input[type=text], .form_wrap select, .form_wrap textarea {
	width: 100%;
	padding: 10px;
	color: #fff;
	border: 1px solid #fff;
	background-color: transparent;
	font-size: 15px;
	resize: none;
}
.error_full_wrap {
	color: rgba(166,0,2,1.00);
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.success_full_wrap {
	color: darkgreen;
	font-weight: bold;
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.website_preloader {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url('../images/pre_loader.html') center center no-repeat #191f26;
}
.submit_blue {
	float: left;
	display: inline-block;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 0;
	padding: 10px 25px;
	font-weight: bold;
	text-transform: uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,2c2c2c+100,207cca+100,2989d8+100 */
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #2c2c2c 100%, #207cca 100%, #2989d8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%, #2c2c2c 100%, #207cca 100%, #2989d8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, #2c2c2c 100%, #207cca 100%, #2989d8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2989d8', GradientType=0 ); /* IE6-9 */
	color: white;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.submit_blue:hover {
	background: #000000; /* Old browsers */
	background: -moz-linear-gradient(top, #000000 0%, #000000 100%, #000000 100%, #000000 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #000000 0%, #000000 100%, #000000 100%, #000000 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #000000 0%, #000000 100%, #000000 100%, #000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}

.top_text_wrap .half_wrap.f_right a{
	float:right;
	display:inline-block;
	position:relative;
	color:#333;
	text-decoration:none;
	margin-left:15px;
}
.top_text_wrap .half_wrap.f_left a{
	float:left;
	display:inline-block;
	position:relative;
	color:#333;
	text-decoration:none;
	margin-right:15px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap ul{
	    line-height: 1.8em;
    font-size: 13px;
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin-bottom:30px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap ul li{
	    line-height: 1.8em;
    font-size: 13px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap ul li,
.about_bottom_data_wrap .table_wrap .table_cell_wrap p{
	text-align:justify;
}
#lg-download{
	display:none !important;
}
.common_title{
	padding: 0;
    margin: 0;
    font-size: 35px;
	width:100%;
	text-align:center;
    color: #1A1A1A;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 30px;
}
.testimonials_wrap{
	padding:50px 0;
}
.testimonials_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.testimonials_wrap ul li{
	width:22.75%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	margin-right:3%;
}
.testimonials_wrap ul .owl-item li{
	width:100%;
}
.testimonials_wrap ul li .title_wrap{
	font-weight:600;
	color:#333;
	margin-top:10px;
	font-size:14px;
}
.testimonials_wrap ul li .desc_wrap{
	font-weight:400;
	color:#333;
	text-align:justify;
	margin-top:10px;
	font-size:13px;
}
.testimonials_wrap ul li:nth-child(4n+0){
	margin-right:0;
}
.testimonials_wrap ul li .img_wrap img{
	width:100%;
}
.gal_left_arrow{
	position:absolute;
	top:50%;
	left:-30px;
	z-index:10;
	color:#333;
	font-size:30px !important;
}
.gal_right_arrow{
	position:absolute;
	top:50%;
	right:-30px;
	z-index:10;
	color:#333;
	font-size:30px !important;
}
.story_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:20px 10px;
	margin:0;
}
.story_ul li{
	width:31.33%;
	float:left;
	display:inline-block;
	position:relative;
	padding:15px;
	margin:0;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.story_ul li .title_wrap{
	color:#a3a3a3;
	font-weight:700;
    font-size: 15px;
	line-height:20px;
	margin-bottom:10px;
}
.story_ul li .desc_wrap{
	color:#a3a3a3;
	font-weight:400;
	line-height:1.8em;
    font-size: 13px;
}
.full_height .right_line,
.full_height .left_line{
	width:2px;
}
.full_height .bottom_line,
.full_height .top_line{
	height:2px;
}
@media only screen and (max-width: 650px) {
.single_product_container > .half_wrap {
	width: 100%;
}
.single_product_container img {
	display: inline-block !important;
}
.single_product_container .slick-slide {
	text-align: center;
}
}
.top_social_media_wrap,
.top_enquiry_wrap,
.top_enquiry_wrap a{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
#home_slider_mob{
	display:none !important;
}
@media only screen and (max-width:486px) {
	.home_project_listing ul li.video{
		width:100%;
	}
	.home_project_listing ul li iframe{
		height:200px;
	}
	.home_project_listing{
		padding:50px 0;
	}
	.full_height .right_line,
	.full_height .left_line{
		width:2px;
	}
	.full_height .bottom_line,
	.full_height .top_line{
		height:2px;
	}
	.home_project_listing ul li{
		width:100%;
		padding:0;
		margin-bottom: 10px;
	}
	.home_parallax_wrap{
		height:400px;font-size:30px;background-attachment: initial;
	}
     .client_list_wrap .single_client_wrap{
        width:50%;
         padding-left:10px;
  padding-right:10px;
    }
	.gallery_slider_images .image_parent .image_inner_wrap{
		min-height:50px;
	}
	.gallery_slider_images .image_parent{
		padding-left:2.5px;
		padding-right:2.5px;
		margin-bottom:5px;
	}
	.story_ul{
		padding:20px 0;
	}
	.story_ul li .title_wrap{
		font-size:13px;
	}
	.story_ul li .desc_wrap{
		font-size:12px;
	}
	.story_ul li{
		width:100%;
	}
	.testimonials_wrap{
		padding-left:20px;
		padding-right:20px;
		padding-top:0;
	}
	.gal_left_arrow{
		left:-16px
	}
	.gal_right_arrow{
		right:-16px
	}
#home_slider_mob{
	display:inline-block !important;
}
#home_slider{
	display:none !important;
}
.border_parent .logo_wrap{
	position:absolute;
	bottom:20px;
	right:20px;
	margin:0;
	width:auto;
}
.border_parent .logo_wrap img{
	height:90px;
}
.border_parent .tag_line_wrap{
	display:none !important;
}
.menu_top_enquiry{
	display:inline-block;
	position:relative;
	height:29px;
	line-height:29px;
	padding:0 10px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	font-size:12px;
	text-transform:uppercase;
	text-decoration:none !important;
}
.menu_top_enquiry img{
	width:25px;
	margin-right:8px;
}
.gallery_ul li{
	 background-size:30px 30px !important;
}
.about_only_desktop_bg{
	background-image:none !important;
}
.top_social_media_wrap{
	position:fixed;
	bottom:-200px;
	right:0;
	width:100%;
	z-index:100;
	padding:7px 10px;
	padding-bottom:5px;
	display:inline-block;
	text-align:center;
	background:rgba(0,0,0,0.4);
}

.top_social_media_wrap.active{
	bottom:0px;
}
.top_enquiry_wrap{
	position:fixed;
	bottom:-200px;
	left:0;
	width:100%;
	z-index:100;
	padding:7px 10px;
	padding-bottom:5px;
	display:inline-block;
	text-align:center;
	display:none;
	background:rgba(0,0,0,0.4);
}

.top_social_media_wrap a{
	float:none;
	display:inline-block;
	position:relative;
}
.top_social_media_wrap a.only_for_mob{
	display:inline-block;
}
.top_social_media_wrap a + a{
	margin-left:10px;
}
.top_social_media_wrap a img{
	float:left;
	display:inline-block;
	position:relative;
	width:30px;
}
.footer_wrap > *{
	width:100%;
	text-align:center;
}
.fullscreen-bg{
	display:none !important;
}
.mfp-bottom-bar{
	bottom:-35px !important;
}
.social_media_wrap {
	float:left;
	margin-top:10px;
	display:inline-block;
	width:100%;
	float:left;
	position:relative;
text-align:center;
	}
.social_media_wrap  a{
	font-size:20px;
	color:#000;
	text-decoration:none;
}
.social_media_wrap  a + a{
	margin-left:10px;
}
.social_media_wrap  a:hover{
	color:#000;
	text-decoration:none;
}
.copyright_wrap{
	width:100%;
text-align:center;
	float:right;
	display:inline-block;
	position:relative;
	color:#000;
}
.product_alphabet_wrap{
text-align:center;
padding-top:10px;
padding-bottom:10px;
background:#ececec;
}
.product_alphabet_wrap *{
	float:none;
	display:inline-block;
	position:relative;
}
.product_alphabet_wrap a{
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.product_alphabet_wrap a:hover{
	color:#01aeef;
	text-decoration:none;
}
.product_alphabet_wrap a{
		padding-right:5px;
		padding-left: 5px;
}
.product_alphabet_wrap a + a{
	border-left:1px solid #c5c5c5;
}
.about_top_text_wrap > .half_wrap > .full_wrap{
	padding:10px 20px;
	background:rgba(255,255,255,0.7);
}
.text_wrap_product_top{
	background:rgba(255,255,255,0.7);
}
#home_bottom_slider_prev {
	position: absolute;
	top: 45%;
	left: 50px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
#home_bottom_slider_next {
	position: absolute;
	top: 45%;
	right: 50px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap ul{
	    line-height: 1.8em;
    font-size: 11px;
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin-bottom:30px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap ul li{
	    line-height: 1.8em;
    font-size: 11px;
}
.contact_data_wrap .half_wrap{
	width:100%;
	float:left;
}
.top_cat_ul{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:auto;
	padding:0;
	margin:0;
}
.top_cat_ul li{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	margin-bottom:20px;
	margin-right:5%;
	width:47.5%;
	text-align:center;
}
.top_cat_ul li:nth-child(2n+0){
	margin-right:0;
}
.top_cat_ul li .title{
	color:#000;
	font-size:13px;
	margin-top:10px;
	font-weight:600;
}
.contact_data_wrap.contact_data_wrap{
	padding-top:40px !important;
}
.common_control{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:100%;
	padding:5px 10px;
	margin-bottom:15px;
	border:1px solid #999;
}
.normal_form_loader{
	float:left;
	display:inline-block;
	position:relative;
	margin-left:15px;
}
.contact_wrap .map_wrap{
	width:100%;
	height:300px;
}
.career_anchor_parent{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9;
	display:none;
}
.career_anchor{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9;
	color:white;
	text-decoration:none;
	font-size:16px;
	display:none;
}
.room_table{
	width:100%;
	border-spacing: 10px;
	float:left;
	position:relative;
	border-collapse:separate;
}
.room_table td{
	width:100%;
	float:left;
	display:inline-block;
	padding:5px;
	
}
.room_table th{
	width:100%;
	float:left;
	display:none;
	padding:5px;
	border-right:3px solid #26583e;
	text-transform:uppercase;
	border-bottom:3px solid #26583e;
}
.room_table tr td:last-child,.room_table tr th:last-child{
	border-right:0;
	font-weight:bold;
	border-bottom:3px solid #26583e;
}
	.contact_icons_ul{
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	padding:0;
	margin:0;
	margin-top:50px;
}
.contact_icons_ul li{
    display: inline-block;
	width:100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-align:center;
}
.contact_icons_ul li .img_wrap{
		width:105px;
	height:105px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:url('../images/email_icon.html') center center no-repeat;
	background-position:0 0
}
.contact_icons_ul li:hover .img_wrap{
	background-position:0 -105px
}
.contact_icons_ul li a{
	font-size:13px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
	.acf-map{
	position:absolute !important;
	top:0;
	left:0;
	z-index:99;
	height:100% !important;
	width:100%;
}
.projects_ul{
	width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
}
.projects_ul li{
	width: 100%;
    display: inline-block;
	float:left;
    position: relative;
	padding:0;
	margin:0;
}
.projects_ul li .img_wrap{
	width:100%;
	background:url('../images/category_1.html') center center no-repeat;
	position:relative;
	display:inline-block;
	float:left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	vertical-align:middle;
	height:400px
}
.projects_ul li .title_content_wrap{
	width:100%;
	position:relative;
	display:inline-block;
	float:left;
	vertical-align:middle;
	padding:30px 30px;
	text-align:center;
	line-height:1.8em;
}
.projects_ul li .title_wrap {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:15px;
}
.projects_ul li:nth-child(odd) .title_content_wrap{
	background:#a6ce39;
}
.projects_ul li:nth-child(even) .title_content_wrap{
	background:#d86dad;
}
.contact_form_parent {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.form_wrap table td {
	width: 100%;
	float: left;
	display: inline-block;
}
.form_wrap table {
	width: 100%;
	float: left;
	display: inline-block;
}
.form_wrap table tr, .form_wrap table tbody {
	width: 100%;
	float: left;
	display: inline-block;
}
.form_wrap table td:first-child {
	padding-bottom: 0;
	text-align: left;
}
.contact_top_parent {
	padding-top: 130px;
	text-align: left !important;
}
.contact_top_parent .header_title {
	text-align: left !important
}
.contact_top_parent p {
	text-align: left !important;
	font-size: 14px !important;
}
.add_wrap {
	padding-left: 42%;
	margin: 80px 0;
}
.add_wrap a {
	color: #333 !important;
	text-decoration: none !important;
	font-size: 120px;
}
.form_table {
	width: 100%;
	margin-top: 20px
}
.form_table td input[type=text], .form_table td textarea, .form_table td select {
	background: none;
	padding: 5px;
	width: 100%;
	float: right;
	border: 1px solid #c3c0bd;
	background-color: transparent
}
.form_table td textarea {
	resize: none;
	height: 100px
}
.form_table tr td:first-child {
	width: 100%;
	display: inline-block;
	position: relative;
	margin-top: 8px;
}
.form_table td {
	width: 100%;
	display: inline-block;
	position: relative;
	padding-top: 5px
}
.enquiry_full_parent_wrap .data_wrap {
	padding-top: 30px;
}
.enquiry_full_parent_wrap .data_wrap{
	width:100%;
}
.normal_header{
	margin-top:0;
	font-size:20px;
}
.contact_wrap {
	margin-top: 10px;
}
.contact_left > .full_wrap {
	background-color: #FFF;
}
.contact_wrap .contact_content {
	border: 1px dashed #000000;
	padding: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.contact_wrap .contact_left .company_title {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	color: #F58220;
	text-transform: uppercase;
	font-weight: 600;
}
.contact_wrap .contact_left p {
	margin-top: 5px;
}
.enquiry_list_ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.enquiry_list_ul li {
	list-style: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 48.5%;
	margin-right: 3%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.enquiry_list_ul li:nth-child(even) {
	margin-right: 0;
}
.enquiry_list_ul li input[type="checkbox"] {
	vertical-align: sub;
}
.enquiry_list_ul li img {
	width: 100% !important;
}
.enquiry_list_ul li .enq_name {
	width: 100%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.enquiry_list_ul li .action {
	display: block;
	height: 26px;
	width: 26px;
	border: 1px solid #BBB;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 0 none;
	padding: 1px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 5px;
	right: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.enquiry_list_ul li:hover .action {
	visibility: visible;
	opacity: 1;
}
.enquiry_list_ul li .cart_loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	position: absolute;
	background-color: #FFF;
	opacity: 0.5;
	padding-left: 38%;
	padding-top: 34%;
	display: none;
}
.contact_right {
	margin-top: 300px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.bg_wrap{
	height:300px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.content_wrap{
	height:auto !important;
	background:#fff !important;
	padding-bottom:40px !important;
	padding-top:40px !important;
}
.desktop_bg_wrap{
	display:none !important;
}
}

@media only screen and (min-width:486px) and (max-width:786px) {
	.home_project_listing ul li iframe{

		height:250px;

	}
     .client_list_wrap .single_client_wrap{
        width:33.33%;
    }
	.gallery_slider_images .image_parent .image_inner_wrap{
		min-height:200px;
	}
	.story_ul li{
		width:47%;
	}
	.testimonials_wrap{
		padding-left:50px;
		padding-right:50px;
	}
	.prefooter_wrap ul li{
		padding:0 30px;
	}
	.prefooter_wrap ul li{
		width:50%;
	}
.menu_top_enquiry{
	display:inline-block;
	position:relative;
	height:43px;
	line-height:43px;
	padding:0 10px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	text-transform:uppercase;
	text-decoration:none !important;
}
.menu_top_enquiry img{
	width:35px;
	margin-right:8px;
}
	.top_social_media_wrap a.only_for_mob{
	display:none !important;
}
.top_enquiry_wrap{
	position:fixed;
	bottom:50px;
	left:-100%;
	z-index:100;
	padding:7px 10px;
	display:inline-block;
	background:rgba(0,0,0,0.4);
}
.top_enquiry_wrap.active{
	left:0;
}
.top_enquiry_wrap:hover{
	background:rgba(50, 170, 187, 1);
}
.top_enquiry_wrap a{
	line-height:30px;
	color:white;
	font-size:14px;
	text-transform:capitalize;
}
.top_enquiry_wrap:hover a{
	color:#fff;
	text-decoration:none;
}
.top_enquiry_wrap img{
	width:30px;
	float:left;
	margin-right:10px;
}
.about_only_desktop_bg{
	background-image:none !important;
}
.top_social_media_wrap{
	position:fixed;
	bottom:50px;
	right:-100%;
	z-index:100;
	padding:10px;
	display:inline-block;
	background:rgba(0,0,0,0.4);
}
.top_social_media_wrap.active{
	right:0;
}
.top_social_media_wrap a{
	float:left;
	display:inline-block;
	position:relative;
}
.top_social_media_wrap a + a{
	margin-left:10px;
}
.top_social_media_wrap a img{
	float:left;
	display:inline-block;
	position:relative;
	width:30px;
}
.fullscreen-bg{
	display:none !important;
}
.social_media_wrap {
	float:left;
	margin-top:10px;
	display:inline-block;
	position:relative;
}
.social_media_wrap  a{
	font-size:20px;
	color:#000;
	text-decoration:none;
}
.social_media_wrap  a + a{
	margin-left:10px;
}
.social_media_wrap  a:hover{
	color:#000;
	text-decoration:none;
}
.copyright_wrap{
	float:right;
	display:inline-block;
	position:relative;
	color:#000;
}
.product_alphabet_wrap{
text-align:center;
padding-top:10px;
padding-bottom:10px;
background:#ececec;
}
.product_alphabet_wrap *{
	float:none;
	display:inline-block;
	position:relative;
}
.product_alphabet_wrap a{
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.product_alphabet_wrap a:hover{
	color:#01aeef;
	text-decoration:none;
}
.product_alphabet_wrap a{
		padding-right:5px;
		padding-left: 5px;
}
.product_alphabet_wrap a + a{
	border-left:1px solid #c5c5c5;
}
.about_top_text_wrap > .half_wrap > .full_wrap{
	padding:20px;
	background:rgba(255,255,255,0.7);
}
.text_wrap_product_top{
	background:rgba(255,255,255,0.7);
}
#home_bottom_slider_prev {
	position: absolute;
	top: 45%;
	left: 50px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
#home_bottom_slider_next {
	position: absolute;
	top: 45%;
	right: 50px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
	.contact_data_wrap {
	padding-right:40px !important;
}
.contact_data_wrap .half_wrap{
	width:47.5%;
	margin-right:5%;
	float:left;
}
.contact_data_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.top_cat_ul{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	width:auto;
	padding:0;
	margin:0;
	margin-top:0px;
}
.top_cat_ul li{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:auto;
	text-align:center;
}
.top_cat_ul li + li{
	margin-left:20px;
}
.top_cat_ul li .title{
	color:#000;
	font-size:18px;
	margin-top:10px;
	font-weight:600;
}
.contact_data_wrap.contact_data_wrap{
	padding-top:40px !important;
}
.common_control{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:100%;
	padding:5px 10px;
	margin-bottom:15px;
	border:1px solid #999;
}
.normal_form_loader{
	float:left;
	display:inline-block;
	position:relative;
	margin-left:15px;
}
.contact_wrap .map_wrap{
	width:100%;
	height:400px;
}
.career_anchor_parent{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9;
	display:none;
}
.career_anchor_parent a{
	float:left;
	display:inline-block;
	position:relative;
	color:white;
	text-decoration:none;
	font-size:16px;
}
.career_anchor_parent a + a{
	margin-left:20px;
}
.career_anchor{
	color:white;
	text-decoration:none;
	font-size:16px;
}
.career_anchor:hover{
	color:white;
	text-decoration:none;
	font-size:16px;
}
.room_table{
	width:100%;
	border-spacing: 10px;
	float:left;
	position:relative;
	border-collapse:separate;
}
.room_table td{
	padding:5px;
	border-right:3px solid #26583e;
	border-bottom:3px solid #26583e;
}
.room_table th{
	padding:5px;
	border-right:3px solid #26583e;
	text-transform:uppercase;
	border-bottom:3px solid #26583e;
}
.room_table tr td:last-child,.room_table tr th:last-child{
	border-right:0;
}
.contact_icons_ul{
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	padding:0;
	margin:0;
	margin-top:50px;
}
.contact_icons_ul li{
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
	width:33%;
	margin-bottom:20px;
	text-align:center;
}
.contact_icons_ul li .img_wrap{
		width:105px;
	height:105px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:url('../images/email_icon.html') center center no-repeat;
	background-position:0 0
}
.contact_icons_ul li:hover .img_wrap{
	background-position:0 -105px
}
.contact_icons_ul li a{
	font-size:13px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
	.acf-map{
	position:absolute !important;
	top:0;
	left:0;
	z-index:99;
	height:100% !important;
	width:100%;
}
.projects_ul{
	width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
}
.projects_ul li{
	width: 100%;
    display: inline-block;
	float:left;
    position: relative;
	padding:0;
	margin:0;
}
.projects_ul li .img_wrap{
	width:100%;
	background:url('../images/category_1.html') center center no-repeat;
	position:relative;
	display:inline-block;
	float:left;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	vertical-align:middle;
	height:400px
}
.projects_ul li .title_content_wrap{
	width:100%;
	position:relative;
	display:inline-block;
	float:left;
	vertical-align:middle;
	padding:50px 50px;
	text-align:center;
	line-height:1.8em;
}
.projects_ul li .title_wrap {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:15px;
}
.projects_ul li:nth-child(odd) .title_content_wrap{
	background:#a6ce39;
}
.projects_ul li:nth-child(even) .title_content_wrap{
	background:#d86dad;
}
.contact_right {
	margin-top: 500px;
}
.contact_top_parent {
	padding-top: 110px
}
.add_wrap {
	padding-left: 42%;
	margin: 80px 0;
}
.add_wrap a {
	color: #333 !important;
	text-decoration: none !important;
	font-size: 120px;
}
.form_table {
	width: 100%;
	margin-top: 20px
}
.form_table td input[type=text], .form_table td textarea, .form_table td select {
	background: none;
	padding: 5px;
	width: 100%;
	float: right;
	border: 1px solid #c3c0bd;
	background-color: transparent
}
.form_table td textarea {
	resize: none;
	height: 100px
}
.form_table tr td:first-child {
	width: 30%;
}
.form_table td {
	padding: 10px;
	padding-top: 5px
}
.enquiry_full_parent_wrap .data_wrap {
	padding-top: 30px;
}
.contact_wrap {
	margin-top: 10px;
}
.contact_left > .full_wrap {
	background-color: #FFF;
}
.contact_wrap .contact_content {
	border: 1px dashed #000000;
	padding: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.contact_wrap .contact_left .company_title {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	color: #F58220;
	text-transform: uppercase;
	font-weight: 600;
}
.contact_wrap .contact_left p {
	margin-top: 5px;
}
.enquiry_list_ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.enquiry_list_ul li {
	list-style: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 31.33%;
	margin-right: 3%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.enquiry_list_ul li:nth-child(3n+0){
	margin-right:0;
}
.enquiry_list_ul li input[type="checkbox"] {
	vertical-align: sub;
}
.enquiry_list_ul li img {
	width: 100% !important;
}
.enquiry_list_ul li .enq_name {
	width: 100%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.enquiry_list_ul li .action {
	display: block;
	height: 26px;
	width: 26px;
	border: 1px solid #BBB;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 0 none;
	padding: 1px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 5px;
	right: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.enquiry_list_ul li:hover .action {
	visibility: visible;
	opacity: 1;
}
.enquiry_list_ul li .cart_loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	position: absolute;
	background-color: #FFF;
	opacity: 0.5;
	padding-left: 38%;
	padding-top: 34%;
	display: none;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.bg_wrap{
	height:400px;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.content_wrap{
	height:auto !important;
	background:#fff !important;
	padding-bottom:80px !important;
	padding-top:80px !important;
}
.desktop_bg_wrap{
	display:none !important;
}
	.home_project_listing ul li{
		width:50%;
	}
	.home_parallax_wrap{
		height:600px;
	}

}

@media only screen and (min-width:786px) and (max-width:1100px) {
	.home_project_listing ul li iframe{

		height:250px;

	}
	.home_parallax_wrap{
		height:600px;
	}

    .client_list_wrap .single_client_wrap{
        width:25%;
    }
	.testimonials_wrap{
		padding-left:50px;
		padding-right:50px;
	}
	.prefooter_wrap ul li{
		padding:0 30px;
	}
	.prefooter_wrap ul li h3{
		font-size:14px;
	}
	.prefooter_wrap ul li{
		width:33.33%;
	}
.menu_top_enquiry{
	display:inline-block;
	position:relative;
	height:43px;
	line-height:43px;
	padding:0 10px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	text-transform:uppercase;
	text-decoration:none !important;
}
.menu_top_enquiry img{
	width:35px;
	margin-right:8px;
}
	.top_social_media_wrap a.only_for_mob{
	display:none !important;
}
	
.top_enquiry_wrap{
	position:fixed;
	bottom:50px;
	left:-100%;
	z-index:100;
	padding:7px 10px;
	display:inline-block;
	background:rgba(0,0,0,0.4);
}
.top_enquiry_wrap.active{
	left:0;
}
.top_enquiry_wrap:hover{
	background:rgba(50, 170, 187, 1);
}
.top_enquiry_wrap a{
	line-height:28px;
	color:white;
	text-transform:capitalize;
	font-size:14px;
}
.top_enquiry_wrap:hover a{
	color:#fff;
	text-decoration:none;
}
.top_enquiry_wrap img{
	width:28px;
	float:left;
	margin-right:10px;
}
.about_only_desktop_bg{
	background-image:none !important;
}
.top_social_media_wrap{
	position:fixed;
	bottom:50px;
	right:-100%;
	z-index:100;
	padding:10px;
	display:inline-block;
	background:rgba(0,0,0,0.4);
}
.top_social_media_wrap.active{
	right:0;
}
.top_social_media_wrap a{
	float:left;
	display:inline-block;
	position:relative;
}
.top_social_media_wrap a + a{
	margin-left:10px;
}
.top_social_media_wrap a img{
	float:left;
	display:inline-block;
	position:relative;
	width:30px;
}
.fullscreen-bg{
	display:none !important;
}
.menu_wrap ul li:nth-child(3){
	margin-right:280px;
}
.social_media_wrap {
	float:left;
	margin-top:10px;
	display:inline-block;
	position:relative;
}
.social_media_wrap  a{
	font-size:20px;
	color:#000;
	text-decoration:none;
}
.social_media_wrap  a + a{
	margin-left:10px;
}
.social_media_wrap  a:hover{
	color:#000;
	text-decoration:none;
}
.copyright_wrap{
	float:right;
	display:inline-block;
	position:relative;
	color:#000;
}
.menu_wrap ul .sub-menu{
	position:absolute;
	top:100%;
	left:0;
	padding:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:99;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.3);
margin-top:0;
}
.menu_wrap ul .sub-menu li{
	white-space:nowrap;
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin:0;
}
.menu_wrap ul .sub-menu li a{
	    text-transform: none;
    letter-spacing: initial;
    color: #01aeef;
}
.menu_wrap ul .sub-menu li + li{
	margin-top:10px;
}
.menu_wrap ul li{
	position:relative;
}
.menu_wrap ul li:hover .sub-menu{
	visibility:visible;
	opacity:1;
}
.product_alphabet_wrap{
text-align:center;
padding-top:10px;
padding-bottom:10px;
background:#ececec;
}
.product_alphabet_wrap *{
	float:none;
	display:inline-block;
	position:relative;
}
.product_alphabet_wrap a{
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.product_alphabet_wrap a:hover{
	color:#01aeef;
	text-decoration:none;
}
.product_alphabet_wrap a{
		padding-right:5px;
		padding-left: 5px;
}
.product_alphabet_wrap a + a{
	border-left:1px solid #c5c5c5;
}
.about_top_text_wrap > .half_wrap > .full_wrap{
	padding:20px;
	background:rgba(255,255,255,0.7);
}
.text_wrap_product_top{
	background:rgba(255,255,255,0.7);
}
	#home_bottom_slider_prev {
	position: absolute;
	top: 45%;
	left: 200px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
#home_bottom_slider_next {
	position: absolute;
	top: 45%;
	right: 200px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
	.contact_data_wrap {
	padding-right:40px !important;
}
.contact_data_wrap .half_wrap{
	width:47.5%;
	margin-right:5%;
	float:left;
}
.contact_data_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.slider_wrap .img_wrap img {
    width: 400px !important;
	height:auto !important;
	margin-left:0 !important;
	margin-right:0 !important
}
.slider_wrap .ms-wk .ms-slide{
	width:400px !important;
	height:auto !important;
}
.ms-slide .ms-slide-bgcont{
	height:auto !important;	
}
.slider_wrap .ms-view{
	width:400px !important;
	height:350px !important;
}
.top_cat_ul{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	width:auto;
	padding:0;
	margin:0;
	margin-top:0px;
}
.top_cat_ul li{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:auto;
	text-align:center;
}
.top_cat_ul li + li{
	margin-left:20px;
}
.top_cat_ul li .title{
	color:#000;
	font-size:18px;
	margin-top:10px;
	font-weight:600;
}
.contact_data_wrap.contact_data_wrap{
	padding-top:40px !important;
}
.common_control{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:100%;
	padding:5px 10px;
	margin-bottom:15px;
	border:1px solid #999;
}
.normal_form_loader{
	float:left;
	display:inline-block;
	position:relative;
	margin-left:15px;
}
.contact_wrap .map_wrap{
	width:55%;
	height:550px;
}
.career_anchor_parent{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9;
}
.career_anchor_parent a{
	float:left;
	display:inline-block;
	position:relative;
	color:white;
	text-decoration:none;
	font-size:16px;
}
.career_anchor_parent a + a{
	margin-left:20px;
}
.career_anchor{
	color:white;
	text-decoration:none;
	font-size:16px;
}
.career_anchor:hover{
	color:white;
	text-decoration:none;
	font-size:16px;
}
	.form_wrap .half_wrap.f_right{
	padding-right:0;
}
.room_table{
	width:100%;
	border-spacing: 10px;
	float:left;
	position:relative;
	border-collapse:separate;
}
.room_table td{
	padding:5px;
	border-right:3px solid #26583e;
	border-bottom:3px solid #26583e;
}
.room_table th{
	padding:5px;
	border-right:3px solid #26583e;
	text-transform:uppercase;
	border-bottom:3px solid #26583e;
}
.room_table tr td:last-child,.room_table tr th:last-child{
	border-right:0;
}
	.contact_icons_ul{
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	padding:0;
	margin:0;
	margin-top:50px;
}
.contact_icons_ul li{
    display: inline-block;
	width:100%;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-align:center;
}
.contact_icons_ul li .img_wrap{
		width:105px;
	height:105px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:url('../images/email_icon.html') center center no-repeat;
	background-position:0 0
}
.contact_icons_ul li:hover .img_wrap{
	background-position:0 -105px
}
.contact_icons_ul li a{
	font-size:13px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
	.acf-map{
	position:absolute !important;
	top:0;
	left:0;
	z-index:99;
	height:100% !important;
	width:100%;
}
.projects_ul{
	width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
}
.projects_ul li{
	width: 100%;
    display: table;
    position: relative;
	padding:0;
	margin:0;
}
.projects_ul li .img_wrap{
	width:50%;
	background:url('../images/category_1.html') center center no-repeat;
	position:relative;
	display:table-cell;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	vertical-align:middle;
}
.projects_ul li .title_content_wrap{
	width:50%;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:50px 50px;
	text-align:center;
	line-height:1.8em;
}
.projects_ul li .title_wrap {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:15px;
}
.projects_ul li:nth-child(odd) .title_content_wrap{
	background:#a6ce39;
}
.projects_ul li:nth-child(even) .title_content_wrap{
	background:#d86dad;
}
.contact_bottom_wrap {
	margin-top: 100px;
}
.common_slider_wrap.map_slider {
	top: 200px;
}
.contact_top_parent {
	padding-top: 110px
}
.add_wrap {
	padding-left: 42%;
	margin: 80px 0;
}
.add_wrap a {
	color: #333 !important;
	text-decoration: none !important;
	font-size: 120px;
}
.form_table {
	width: 100%;
	margin-top: 20px
}
.form_table td input[type=text], .form_table td textarea, .form_table td select {
	background: none;
	padding: 5px;
	width: 100%;
	float: right;
	border: 1px solid #c3c0bd;
	background-color: transparent
}
.form_table td textarea {
	resize: none;
	height: 100px
}
.form_table tr td:first-child {
	width: 30%;
}
.form_table td {
	padding: 10px;
	padding-top: 5px
}
.enquiry_full_parent_wrap .data_wrap {
	padding-top: 30px;
}
.enquiry_full_parent_wrap .data_wrap:nth-child(odd){
	padding-right:25px;
}
.enquiry_full_parent_wrap .data_wrap:nth-child(even){
	padding-left:25px;
}
.contact_wrap {
	margin-top: 10px;
}
.contact_left > .full_wrap {
	background-color: #FFF;
}
.contact_wrap .contact_content {
	border: 1px dashed #000000;
	padding: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.contact_wrap .contact_left .company_title {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	color: #F58220;
	text-transform: uppercase;
	font-weight: 600;
}
.contact_wrap .contact_left p {
	margin-top: 5px;
}
.enquiry_list_ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.enquiry_list_ul li {
	list-style: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.enquiry_list_ul li:nth-child(4n+0){
	margin-right:0;
}
.enquiry_list_ul li input[type="checkbox"] {
	vertical-align: sub;
}
.enquiry_list_ul li img {
	width: 100% !important;
}
.enquiry_list_ul li .enq_name {
	width: 100%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.enquiry_list_ul li .action {
	display: block;
	height: 26px;
	width: 26px;
	border: 1px solid #BBB;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 0 none;
	padding: 1px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 5px;
	right: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.enquiry_list_ul li:hover .action {
	visibility: visible;
	opacity: 1;
}
.enquiry_list_ul li .cart_loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	position: absolute;
	background-color: #FFF;
	opacity: 0.5;
	padding-left: 38%;
	padding-top: 34%;
	display: none;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.content_wrap{
	width: 50%;
    display: table-cell;
    padding: 40px;
    padding-right: 5%;
    padding-top: 50px;
    padding-bottom: 50px;
	background:#fff !important;
}
.mobile_bg_wrap{
	display:none !important;
}
}
@media only screen and (min-width:1100px) and (max-width:1400px){
	
	.top_cat_ul{
		margin-top:30px !important;
	}
	.about_bottom_data_wrap .table_wrap .table_cell_wrap{
		    padding-right: 5% !important;
	}
}
@media only screen and (max-width:1100px){
	
	.largeGridContainer {
		width: 100%;
	}
}
@media only screen and (min-width:1100px) {
	.prefooter_wrap ul li img {
		width: 65%;
	}
	.prefooter_wrap ul li{
		padding:0 40px;
	}
	.prefooter_wrap ul li h3{
		font-size:14px;
	}
	.prefooter_wrap ul{
		padding-left:0;
		padding-right:0;
	}
	.prefooter_wrap ul li{
		width:33.33%;
	}
.menu_top_enquiry{
	display:inline-block;
	position:relative;
	height:51px;
	line-height:51px;
	padding:0 15px;
	background:rgba(0,0,0,0.3);
	color:#fff;
	text-transform:uppercase;
	text-decoration:none !important;
}
.menu_top_enquiry img{
	width:40px;
	margin-right:10px;
}
	.top_social_media_wrap a.only_for_mob{
	display:none !important;
}
.about_only_desktop_bg{
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.about_only_desktop_bg .about_man_wrap {
	display:none !important;
}
.top_social_media_wrap{
	position:fixed;
	bottom:50px;
	right:-100%;
	z-index:100;
	padding:10px;
	display:inline-block;
	background:rgba(0,0,0,0.4);
}
.top_social_media_wrap.active{
	right:0;
}
.top_enquiry_wrap{
	position:fixed;
	bottom:50px;
	left:-100%;
	z-index:100;
	padding:7px 10px;
	display:inline-block;
	background:rgba(0,0,0,0.4);
}
.top_enquiry_wrap.active{
	left:0;
}
.top_enquiry_wrap:hover{
	background:rgba(50, 170, 187, 1)
}
.top_enquiry_wrap a{
	line-height:28px;
	color:white;
	font-size:14px;
	text-transform:capitalize;
}
.top_enquiry_wrap:hover a{
	color:#fff;
	text-decoration:none;
}
.top_enquiry_wrap img{
	width:28px;
	float:left;
	margin-right:10px;
}
.top_social_media_wrap a{
	float:left;
	display:inline-block;
	position:relative;
}
.top_social_media_wrap a + a{
	margin-left:7px;
}
.top_social_media_wrap a img{
	float:left;
	display:inline-block;
	position:relative;
	width:30px;
}
.fullscreen-bg{
	position: absolute;top: 0;right: 0;    z-index: 1;bottom: 0;left: 0;overflow: hidden;object-fit: cover;
}
.fullscreen-bg .fullscreen-bg__video{
	position: absolute;    object-fit: cover;top: 0;left: 0;width: 100%;height: 100%;
}
.menu_wrap ul li:nth-child(3){
	margin-right:300px;
}
.social_media_wrap {
	float:left;
	display:inline-block;
	position:relative;
}
.social_media_wrap  a{
	font-size:20px;
	color:#000;
	text-decoration:none;
}
.social_media_wrap  a + a{
	margin-left:10px;
}
.social_media_wrap  a:hover{
	color:#000;
	text-decoration:none;
}
.copyright_wrap{
	float:right;
	display:inline-block;
	position:relative;
	color:#000;
}
.menu_wrap ul .sub-menu{
	position:absolute;
	top:100%;
	left:0;
	padding:15px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index:99;
	background:#fff;
	opacity:0;
	visibility:hidden;
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
-moz-box-shadow:    0px 0px 20px 0px rgba(0, 0, 0, 0.3);
box-shadow:         0px 0px 20px 0px rgba(0, 0, 0, 0.3);
margin-top:0;
}
.menu_wrap ul .sub-menu li{
	white-space:nowrap;
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin:0;
}
.menu_wrap ul .sub-menu li a{
	    text-transform: none;
    letter-spacing: initial;
    color: #01aeef;
}
.menu_wrap ul .sub-menu li + li{
	margin-top:10px;
}
.menu_wrap ul li{
	position:relative;
}
.menu_wrap ul li:hover .sub-menu{
	visibility:visible;
	opacity:1;
}
.product_alphabet_wrap{
text-align:center;
padding-top:10px;
padding-bottom:10px;
background:#ececec;
}
.product_alphabet_wrap *{
	float:none;
	display:inline-block;
	position:relative;
}
.product_alphabet_wrap a{
	position:relative;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
.product_alphabet_wrap a:hover{
	color:#01aeef;
	text-decoration:none;
}
.product_alphabet_wrap a{
		padding-right:5px;
		padding-left: 5px;
}
.product_alphabet_wrap a + a{
	border-left:1px solid #c5c5c5;
}
#home_bottom_slider_prev {
	position: absolute;
	top: 45%;
	left: 200px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
#home_bottom_slider_next {
	position: absolute;
	top: 45%;
	right: 200px;
	font-size: 30px;
	color: #000;
	z-index: 1999;
}
.mobile_bg_wrap{
	display:none !important;
}
.about_bottom_data_wrap .table_wrap .table_cell_wrap.content_wrap{
	width: 50%;
    display: table-cell;
    padding: 40px;
    padding-right: 18%;
    padding-top: 80px;
    padding-bottom: 80px;
	background:#fff !important;
}
.top_cat_ul{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	width:auto;
	padding:0;
	margin:0;
	margin-top:50px;
	margin-bottom:50px;
}
.top_cat_ul li{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:auto;
	text-align:center;
}
.top_cat_ul li + li{
	margin-left:20px;
}
.top_cat_ul li .title{
	color:#000;
	font-size:18px;
	margin-top:10px;
	font-weight:600;
}
.contact_data_wrap.contact_data_wrap{
	padding-top:40px !important;
}
.common_control{
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	width:100%;
	padding:7px 10px;
	margin-bottom:15px;
	border:1px solid #999;
}
.normal_form_loader{
	float:left;
	display:inline-block;
	position:relative;
	margin-left:15px;
}
.contact_wrap .map_wrap{
	width:55%;
	height:550px;
}
.contact_data_wrap {
	padding-right:40px !important;
}
.contact_data_wrap .half_wrap{
	width:47.5%;
	margin-right:5%;
	float:left;
}
.contact_data_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.career_anchor_parent{
	position:absolute;
	top:20px;
	right:20px;
	z-index:9;
}
.career_anchor_parent a{
	float:left;
	display:inline-block;
	position:relative;
	color:white;
	text-decoration:none;
	font-size:16px;
}
.career_anchor_parent a + a{
	margin-left:20px;
}
.career_anchor{
	color:white;
	text-decoration:none;
	font-size:16px;
}
.career_anchor:hover{
	color:white;
	text-decoration:none;
	font-size:16px;
}
.form_wrap .half_wrap.f_right{
	padding-right:0;
}
.room_table{
	width:100%;
	border-spacing: 10px;
	float:left;
	position:relative;
	border-collapse:separate;
}
.room_table td{
	padding:5px;
	border-right:3px solid #26583e;
	border-bottom:3px solid #26583e;
}
.room_table th{
	padding:5px;
	border-right:3px solid #26583e;
	text-transform:uppercase;
	border-bottom:3px solid #26583e;
}
.room_table tr td:last-child,.room_table tr th:last-child{
	border-right:0;
}
.contact_icons_ul{
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: none;
	padding:0;
	margin:0;
	margin-top:150px;
}
.contact_icons_ul li{
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
	width:33%;
	text-align:center;
}
.contact_icons_ul li .img_wrap{
		width:105px;
	height:105px;
	display:inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background:url('../images/email_icon.html') center center no-repeat;
	background-position:0 0
}
.contact_icons_ul li:hover .img_wrap{
	background-position:0 -105px
}
.contact_icons_ul li a{
	font-size:13px;
	color:rgba(0,0,0,1.00);
	text-decoration:none;
}
.acf-map{
	position:absolute !important;
	top:0;
	left:0;
	z-index:99;
	height:100% !important;
	width:100%;
}
.projects_ul{
	width: 100%;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
}
.projects_ul li{
	width: 100%;
    display: table;
    position: relative;
	padding:0;
	margin:0;
}
.projects_ul li .img_wrap{
	width:50%;
	background:url('../images/category_1.html') center center no-repeat;
	position:relative;
	display:table-cell;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	vertical-align:middle;
}
.projects_ul li .title_content_wrap{
	width:50%;
	position:relative;
	display:table-cell;
	vertical-align:middle;
	padding:80px 50px;
	text-align:center;
	line-height:1.8em;
}
.projects_ul li .title_wrap {
	font-size:22px;
	font-weight:700;
	text-align:center;
	margin-bottom:15px;
}
.projects_ul li:nth-child(odd) .title_content_wrap{
	background:#a6ce39;
}
.projects_ul li:nth-child(even) .title_content_wrap{
	background:#d86dad;
}
.contact_bottom_wrap {
	margin-top: 270px;
}
.common_slider_wrap.map_slider {
	top: 200px;
}
.add_wrap {
	padding-left: 42%;
	margin: 80px 0;
}
.add_wrap a {
	color: #333 !important;
	text-decoration: none !important;
	font-size: 120px;
}
.form_table {
	width: 100%;
	margin-top: 20px
}
.form_table td input[type=text], .form_table td textarea, .form_table td select {
	background: none;
	padding: 5px;
	width: 100%;
	float: right;
	color: #2c2c2c;
	border: 1px solid #2c2c2c;
	background-color: transparent
}
.form_table td textarea {
	resize: none;
	height: 100px
}
.form_table tr td:first-child {
	width: 30%;
}
.form_table td {
	padding: 10px;
	padding-top: 5px
}
.enquiry_full_parent_wrap .data_wrap {
	padding-top: 30px;
}
.enquiry_full_parent_wrap .data_wrap:nth-child(odd){
	padding-right:25px;
}
.enquiry_full_parent_wrap .data_wrap:nth-child(even){
	padding-left:25px;
}
.contact_wrap {
	margin-top: 10px;
}
.contact_left > .full_wrap {
	background-color: #FFF;
}
.contact_wrap .contact_content {
	border: 1px dashed #000000;
	padding: 10px;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
}
.contact_wrap .contact_left .company_title {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	position: relative;
	color: #F58220;
	text-transform: uppercase;
	font-weight: 600;
}
.contact_wrap .contact_left p {
	margin-top: 5px;
}
.enquiry_list_ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
	height: 300px;
	overflow-x: hidden;
	overflow-y: auto;
}
.enquiry_list_ul li {
	list-style: none;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 22.75%;
	margin-right: 3%;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.enquiry_list_ul li:nth-child(4n+0){
	margin-right:0;
}
.enquiry_list_ul li input[type="checkbox"] {
	vertical-align: sub;
}
.enquiry_list_ul li img {
	width: 100% !important;
}
.enquiry_list_ul li .enq_name {
	width: 100%;
	border: 1px solid #999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.enquiry_list_ul li .action {
	display: block;
	height: 26px;
	width: 26px;
	border: 1px solid #BBB;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
	font-size: 13px;
	line-height: 25px;
	text-align: center;
	background: #fff;
	border: 0 none;
	padding: 1px;
	background: #FFFFFF;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: 5px;
	right: 5px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.enquiry_list_ul li:hover .action {
	visibility: visible;
	opacity: 1;
}
.enquiry_list_ul li .cart_loader {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	position: absolute;
	background-color: #FFF;
	opacity: 0.5;
	padding-left: 38%;
	padding-top: 34%;
	display: none;
}
.home_left_fix_wrap .height_full .img_wrap {
	left: 0;
}
.contact_top_parent {
	padding-top: 75px
}
.contact_top_parent .half_wrap:last-child .header_title {
	text-align: right;
}
}
.enquiry_list_ul li .action a {
	color: #d32e90;
}
.normal_header {
	color: #231f20;
	border-bottom: 1px solid #c3c0bd;
	padding-bottom: 10px;
	text-align: left;
}
.pink_btn:active,.pink_btn:focus{
	color:white !important;
	text-decoration:none !important;
}
.category_main_image_wrap img{
	width:100%;
}
.projects_ul li:nth-child(even) .title_content_wrap p,
.projects_ul li:nth-child(even) .title_content_wrap .title_wrap {
	color:white;
}
.category_main_image_wrap {
	overflow:hidden;
}
.align_center{
	text-align:center;
}
.product_images_ul{
	width:100%;
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
	margin-top:30px;
	margin-bottom:50px;
}
.product_images_ul li{
	width:25%;
	display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
	padding:0;
	margin:0;
	padding-left:10px;
	padding-right:10px;
}
.product_images_ul  .home_bottom_slider_prev{
	    top: 36% !important;
}
.product_images_ul  .home_bottom_slider_next{
	    top: 36% !important;
}
.form_img_loader{
		float:left;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		display:inline-block;
		float: left;
		position: relative;
}
.input_error{
	border-color:red !important;
}
@media only screen and (min-width: 1100px) and (max-width: 1370px){
	.border_parent .logo_wrap{
		bottom:20px;
		left:auto;
		right:20px;
		top:auto;
		margin-top:0;
		text-align: right;
	}
	
}
@media only screen and (min-width: 1370px){
	.border_parent .logo_wrap{
		bottom:20px;
		left:auto;
		right:20px;
		top:auto;
		
		margin-top:0;
		text-align: right;
	}
	.border_parent .logo_wrap img{
		height:200px;
	}
}
.menu_top_enquiry{
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	opacity:0;
	color:white;
}
.menu_top_enquiry:hover{
	color:white;
	text-decoration:none;
}