body
{
	font-family: CenturyGothic;
	overflow-x:hidden;
}


@font-face {
    font-family: CenturyGothic;
    src: url(../fonts/CenturyGothic.ttf);
}
@font-face {
    font-family: GOTHICB;
    src: url(../fonts/GOTHICB.ttf);
}

h1, h2,h3,h4,h5,h6
{
	font-family: CenturyGothic;
	letter-spacing:1.5px;
}
h1
{
	color:#000;
	font-weight: 600;
	font-size: 55px;
	letter-spacing: 0.8px;
}
 p
{
	color: #fff;
	letter-spacing: 0.5px;
}
.my_btn a
{
	color:#000;
	border:1px solid #000;
	padding:10px 15px;
	font-size: 15px;
}
/* ------------- */

header a
{
	cursor:pointer;
}
header .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

header .overlay-content {
    position: relative;
    top: 10%;
    width: 100%;
    text-align: center;
    margin-top: 10%;
}

header .overlay a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #2F7894;
    display:block;
	display: inline-block;
	transition:.5s ease-in-out;
	font-family: CenturyGothic;
	letter-spacing:1px;
}

header .overlay a:hover, header .overlay a:focus {
	color: #fff;
	letter-spacing:5px;
	font-size:20px;
}

header .overlay .closebtn ,header .overlay .closebtn:hover{
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 40px;
}

header.affix
{
	z-index:9999999999999;
	width:100%;
}

@media screen and (max-height: 450px) 
{
  header .overlay a {font-size: 20px}
  header .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}

.open_nav
{
	color:#FFDB06;
	cursor:pointer;
	display: inline-block;
	margin-top: 32px;
}
.open_nav .opn
{
	width:30px;
	height:3px;
	background:#000;
	margin-bottom: 5px;
}
header.affix .logo2
{
	max-width:250px !important;
}
header.affix .open_nav
{
	margin-top:15px;
}
.nav_possint
{
	position: absolute;
	right: 0;
	z-index: 5;
	top: 0;
	right: 4%;
}
.nav_possint i
{
	position: relative;
	top: -11px;
	right: 20%;
	font-size: 21px;
	color: #0f396c;
}
.dropdown-menu
{
	position: initial;
	float:none;
	margin: 0 auto;
	background-color: transparent;
	text-align:center;
	/* box-shadow: 0 0 4px -2px #fff; */
}
.dropdown-menu li a
{
	color: #2F7894 !important;
	font-size:15px;
}
.dropdown-menu li a:hover
{
	background:transparent;
	display:inline-block;
	color:#fff !important;
}

.dropdown-backdrop
{
	position:initial !important;
}

.mfp-bg
{
	background:#fff !important;
	opacity:1 !important
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close
{
	color:#000 !important;
}

.social_share span
	{
	 background: rgba(47, 120, 148, 0.67) !important;
	 border-radius: 0 !important;
	}
.my_share
{
	position: absolute;
	z-index: 10;
	bottom: 6px;
	right: 2px;
}
/* ----Nav Bar------- */

/* ----Nav Bar------- */

/* .item > .item_crowsal2 {
  -webkit-animation: zoom 30s;
  animation: zoom 30s;
  transition:30s ease-in-out !important;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
 */



.logo
{
	max-width:310px;
	width:100%;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -43%);
}
.work_col h2
{
	position: absolute;
	bottom: 7%;
	z-index: 2;
	color: #000;
	font-weight: bold;
	text-align:center;
	display:block;
	width: 100%;
	font-size: 20px;	
}
.sak_address p
{
	font-size:14px;
}
.sak_address a
{
	color:#fff;
	text-decoration:none;
}

.contact_sec img
{
	max-width:100%;
}
.social i
{
	font-size:18px;
	color:#fff;
}
.social .fa-facebook
{
	margin-right:15px;
}
.social .fa-instagram
{
	margin:0px 15px;
}
.social .fa-pinterest
{
	margin:0px 15px;
}
.sak_footer
{
	background: #333333de;
    padding: 5%;
}
@media only screen and (max-width:991px)
{
	h1
	{
		font-size:40px;
	}
	.work_col h2
	{
		font-size:20px;
	}
}
@media only screen and (min-width:768px)
{
	.my_share
	{
		bottom: 6px;
		right: -150px;
		opacity: 0;
		transition: 1s ease-in-out;
	}
	.wrk_col_md:hover .my_share
	{
		right: 6px;	
		opacity: 1;
	}
	.wrk_col_md
	{
		overflow: hidden;
	}
	.sak_footer
	{
		margin-left: 15%;
	}
	.team_conTsc
	{
	max-height:400px;
	overflow:auto;
	}
	.team_conTsc p
	{
		text-align:justify !important;
		padding-right:15px;
	}
}
@media only screen and (max-width:767px)
{
	.logo
	{
	max-width:200px;
	width:100%;
	}
	h1
	{
		font-size:30px;
	}
	.work_col h2
	{
		font-size:16px;
	}
	header .overlay a 
	{
		font-size: 18px;
	}
	header .overlay a:hover
	{
    color: #fff;
	letter-spacing:3px;
	font-size:20px;
	}
	.dropdown-menu li a
	{
	color: #818181;
	font-size:17px;
	}
	.sak_address p
	{
	font-size:14px;
	}
	.contact_sec
	{
		padding: 5% 0;
	}
	.contact_sec img
	{
		margin-bottom:20px;
	}
}

/*.banner_sec
 {
	background:url(../images/Banner-1.jpg);
	background-size:caover;
	background-position:center center;
	width:100%;
} */

/* --------Start Banner sec---------- */
.banner_sec .item_crowsal2
{
	height: 100vh;	
	transition:1s ease-in-out;
}

.banner_sec .item_crowsal
{
	width: 100%;
	background-size:cover;
	background-position:center center;
	transition:1s ease-in-out;
}
.banner_sec .carousel-control
{
	background: none;
}
.carousel-indicators li
{
	border-radius:0;
}

.crowsal_arrow_l
{
	width: 25px;
    height: 55px;
    background: url(../images/arrow-left1.png);
    background-size: 100% 100%;
	
	display: inline-block;
	position: absolute;
	left:6%;
	top: 43%;
}
.crowsal_arrow_r
{
	width: 25px;
    height: 55px;
    background: url(../images/arrow-right1.png);
    background-size: 100% 100%;
	
	display: inline-block;
	position: absolute;
	right:6%;
	top: 43%;
}
@media only screen and (max-width:767px)
{
	.crowsal_arrow_l
	{
	width: 15px;
	height: 35px;
	}
	.crowsal_arrow_r
	{
	width: 15px;
	height: 35px;
	}
}
/* --------End Banner sec----------- */

.home_sec_2
{
	background:url(../images/aboutus-bg.jpg);
	background-size:cover;
	background-position:center center;
	width:100%;
}
/* .home_sec_3
{
	background:url(../images/selected-work.jpg);
} */

.abt_content p
{
	line-height: 26px;
	font-size: 14px;
	color:#000;
}
.team_class .col-sm-3
{
	padding-left:0;
	padding-right:0;
}


.team_class .team_col1 img
{
	max-width:300px;
	width:100%;
	margin:0 auto;
}
.team_class p
{
	color:#000;
	text-align:left;
	font
}
.owl-prev {
    display: inline-block;
    position: absolute;
    left:3%;
    top: 43%;
}
.owl-next
{
	display: inline-block;
	position: absolute;
	right:3%;
	top: 43%;

}
.owl_next {
    width: 25px;
    height: 55px;
    background: url(../images/arrow-right1.png);
    background-size: 100% 100%;
}
.owl_prev {
    width: 25px;
    height: 55px;
    background: url(../images/arrow-left1.png);
    background-size: 100% 100%;
}

.team_conTsc p
{
	line-height:26px;
	font-size:14px;
}

.owl-theme .owl-nav [class*='owl-']
{
	background:none !important;
}
.carousel_abt .owl-dots
{
	display:none;
}
.carousel_bnr .owl-dots
{
	position:absolute;
	bottom:20px;
	width:100%;
}
.owl-theme .owl-dots .owl-dot span
{
	border-radius:0;
	background:transparent;
	border:1px solid #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span
{
	background:#fff;
}
.owl-theme .owl-nav
{
	margin-top:0;
}

@media only screen and (max-width: 767px)
{
	.team_conTsc p
	{
	line-height:26px;
	font-size:14px;
	}
	.owl_next 
	{
    width: 15px;
    height: 35px;
	}
.owl_prev 
	{
    width: 15px;
    height: 35px;
	}
	.abt_content p
	{
	line-height:30px;
	font-size: 14px;
	color:#000;
	padding:0 12%;
	line-height:24px;	
	}
	.team_class img
	{
		padding:0 6%;
		
	}
	.team_class h3, .team_class h4
	{
		padding:0 6%;
		text-align:center;
	}
	.home_sec_2
	{
		padding-top:15px;
	}
	.team_class p
	{
		margin-top:14px;
		text-align:center;
		line-height:24px;
	}
	.work_col h2 
	{
    font-size: 16px;
	}
}

/* -------Work Start------- */


 .work_col
{
	padding-left:0;
	padding-right:0;
	position:relative;
	/* overflow-y:hidden; */
}
 .work_img
{
	width: 100%;
	transition:.5s ease-in-out;
	overflow-y:hidden;
	box-shadow: 0px 59px 89px rgba(5, 5, 6, 0.75);
	text-align:center;
	
} 
.work_img_1
{
	background: url(../images/Commercial.jpg);
	text-align:center;
} 
.work_img_2
{
	background: url(../images/Hospitality.jpg);
} 
.work_img_3
{
	background: url(../images/Residential.jpg);
} 
.work_img:hover
{
	transform:scale(1.05);	
	z-index:1;
	display:block;
}
.mini_footer
{
	position:absolute;
	width:100%;
	bottom:7px;
}
.mini_footer p,.mini_footer p a
{
	color:#000;
}
.work_img
	{	
	background-size: cover;
	background-position: center center;
	height: 100vh;
	background-size: cover;
	background-position: center center;
	} 


/*-------------Client------------*/
.client_page
{
background: url(../images/aboutus-bg.jpg);
background-size: cover;
background-position: center center;
width: 100%;
min-height:100vh;
padding-top:10%;	
}
.client_page img
{
	width:235px !important;
	max-width:100% !important;
}
.client_page2
{
position: absolute;
top: 50%;
left: 50%;
width: 100%;
transform: translate(-50% ,-50%);
}
.client_page .item img
{
	margin:0px auto 25px;
	box-shadow: 0px 0 3px -1px #155494;
}
.carousel_clnt1 .owl-dots 
{
	display:none;
}
/*-------------Client Grid Start-----------*/

.client_page_grid img
{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}
.client_page_grid .col-md-3
{
    padding-left:0;
    padding-right:0;
}
.client_coll {
    min-height: 180px;
    border: 1px solid rgba(219, 219, 219, 0.35);
}

/*-------------Client Grid End------------*/
.news_page img
{
    margin-bottom:15px;
}


.sel_work .col-md-12.wrk_col_md {
    padding: 0;
}

@media only screen and (min-width: 768px)
{
	
	.abt_content p
	{
		text-align:justify;
	}
	.full_right
	{
		text-align:right;
	}
	.full_left
	{
		text-align:left;
	}
	.mini_footer
	{
		padding:0 7%;
	}
	.client_mob
	{
		display:none;
	}
}
@media only screen and (max-width: 767px)
{
	.client_desk ,.client_page .owl-nav
	{
		display:none !important;
	}
	
}
/*-------------End Client------------*/
/*-------------Blog------------*/
.blog_page .col-sm-6
{
	padding-left:0;
	padding-right:0;
}
.blog_page .blog_col
{
	overflow:hidden;
	position: relative;
}
.blog_page .blog_col img
{
	width:100%;
}
.blog_page .blog_col:hover img
{
	transform:scale(1.04);
}
.overlay_blog
{
	position: absolute;
	width: 100%;
	height: 100%;
	background: #2F7894;
	top: 0;
	opacity: 0;
	transition:.5s ease-in-out;
}
.blog_cnt
{
	position: absolute;
	width: 100%;
	z-index: 1;
	bottom:0;
	text-align: center;		
	background: rgba(0, 0, 0, 0.18);
}
.blog_page .blog_col:hover .overlay_blog
{
	opacity: 0.7;
}
.blog_cnt h4
{
	color:#fff;
}
.blog_single p
{
	line-height: 26px;
	font-size: 14px;
	color: #000;
	
}
.blog_single .blog_con1 img
{
	max-width:100%;
	width:100%;
}
.blog_single img
{
	max-width:100%;
	
}
.blog_cnt2 
{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	padding: 0 3%;
	z-index: 1;
	text-align: center;		
	background: rgba(0, 0, 0, 0.18);
}
.blog_cnt2 h3 , .blog_cnt2 p
{
	color:#fff;
}
/*-------------End Blog------------*/
/* -------Work End------- */
.contact_sec
{
	background:url(../images/Contact-Us.jpg);
	background-size:cover;
	background-position:center center;
	width:100%;
}
.sak_map
{
	width: 100%;
	-webkit-filter: grayscale(1);
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	min-height: 300px;
	box-shadow: 4rem 4rem 2rem -4rem rgba(0, 0, 0, 0.6);
}

/* ------Selected Wotk------- */

.sel_work img
{
	max-width:100%;
	display:block;
	transition:.5s ease-in-out;
	width: 100%;
}
.work_p_col:hover img
{
	opacity:0.2;
}
.sel_work .col-md-4
{
	padding-left:0;
	padding-right:0;
}
.work_p_col
{
	/* margin:2px;
	position:relative; */
	
	margin: 0;
    position: relative;
    height: auto;
}
.work_p_col .overlay_wrk_p
{
	position:absolute;
	top:0;
	width:100%;
	height:100%;		
	transition:.5s ease-in-out;
	opacity:0;
}
.work_p_col:hover .overlay_wrk_p
{
	/* opacity:0.1; */
	border-bottom: 14px solid #fff;
}

.work_p_col h4
{
	position: absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color: #000;
	font-size: 15px;
	transition:.7s ease-in-out;
	opacity:0;
	text-align:center;
}
.work_p_col:hover h4
{
	opacity:1;
}
.back_arrow
{
	position: absolute;
	z-index: 2;
	top: 3%;
	left: 4%;
	font-size: 30px !important;
	color: #000;
	transition:.5s ease-in-out;
}
.back_arrow:hover
{
	font-size: 35px !important;
}

.mfp-close
{
	cursor: pointer !important;
}


@media screen and (max-width:450px)
{	
	.logo_rotate
	{
		max-width:120px;
		width:100%;
	}
	.greater_than_mobile
	{
		display:none !important;
	}
	
}	
	@media screen and (min-width:451px)
	{
		.less_than_mobile
		{
			display:none !important;
		}
	}
	
	.less_than_mobile 
	{
		background:#fff;
		width: 100%;
		height: 100vh !important;
		display: table;
	}
	.less_than_mobile .rotate_content 
	{
		display: table-cell;
		text-align: center;
		vertical-align: middle;
		color:#fff;
		font-size:30px;
	}
	.less_than_mobile h5
	{
		color:#000;
		position: absolute;
	bottom: 20px;
	width: 100%;
	}
	
	#style-3::-webkit-scrollbar-track
	{
		-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
		background-color: #F5F5F5;
	}

	#style-3::-webkit-scrollbar
	{
		width: 6px;
		background-color: #F5F5F5;
	}

	#style-3::-webkit-scrollbar-thumb
	{
		background-color: gray;
	}