/*-------------------------------------------------------- Menu All ---------------------------------------------------------*/
.menu_liststyle
{
	padding-bottom:20px;
	padding-top:20px;
}

.menu-items2
{
	padding-top:25px;
	position: relative;
	height: 572px;
}

.menu-item2
{
	position: absolute;
	left: 0px;
	top: 0px;
}



.menu-info {
    position: relative;
    overflow: hidden;
	z-index: 0;
}

.menu-item2 img {
    transform: scale(1);
    transition: .4s;
    opacity: 1;
}

.menu2-overlay {
    background: rgba(19,19,19,0.7);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
}

.menu2-overlay h4 {
    font-size: 19px;
    color: #fff;
    margin: 46px 0 5px;
}

.menu2-overlay p {
    color: #fff;
    font-size: 19px;
    line-height: 24px;
}

.menu2-overlay .price {
    font-size: 36px;
    font-weight: bold;
    text-transform: uppercase;
    color: #FFF;
    border-top: 1px solid #3E3D3B;
    width: 100%;
    display: table;
    margin: 17px 0 0;
    padding-top: 17px;
}

.menu-more, .menu-more:hover {
    width: 55px;
    height: 55px;
    border-radius: 27px 28px 28px 27px/27px 27px 28px 28px;
    background-color: #f9c56a;
    box-shadow: 0 5px 4px rgba(177,177,177,.75);
    text-shadow: 0 5px 5px #c1913e;
    border: solid 1px #f2ba57;
    color: #FFF;
    line-height: 0;
    font-weight: 300;
    font-size: 65px;
    text-align: center;
    display: table;
    position: absolute;
    z-index: 48;
    bottom: -27.5px;
    right: 45px;
    font-family: Raleway;
    padding-top: 27px;
    text-decoration: none;
}


.menu_gridview
{
	padding-bottom:20px;
	padding-top:20px;
	background:#ECECEC;
}

.menu-items3
{
	padding-bottom:20px;
	padding-top:20px;
}

.grid_title
{
	margin-top:10px;
	margin-bottom:10px;
	background:#ffffff;
}

.page_header_grid
{
	padding-bottom:20px;
	padding-top:20px;
}

.grid_title:hover .features_image img {
    transform: scale(1.1);
    transition: .4s;
    opacity: 0.9;
}

.page_header_grid h4
{
	text-transform:uppercase;
	text-align:center;
	font-weight:600;
}

.page_header_grid p
{
	text-align:center;
}

.page_header_grid h3
{
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
	color: #017DC6;
	text-align:center;
}

/* .page_header_grid
{
	padding: 5px 25px 92px;
} */

.menu_liststyle_bg, .price_bg
{
	background:#ECECEC;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.page_header_grid p
	{
		padding-left:10px;
		padding-right:10px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	
}


/*---------------------*/

.team-img {
    position: relative;
    padding: 4px;
    border: 1px solid #017DC6;
    border-radius: 4px;
}

.team-img-hover {
    position: absolute;
    text-align: center;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 0.45s;
    border: 3px solid #017DC6;
    margin-left: -4px;
    margin-top: -4px;
}

.team-social-icons {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    width: 100%;
}

/*-------------------------------------------------------- About us -------------------------------------------------------*/
.aboutus_banner
{
	//position:relative;
	background: url("../img/about-us-banner.png") no-repeat center top /cover;
	 height:475px;
	/* //height: 100vh;
	width:100%;  */
	//padding: 200px 0 150px;
}

.aboutus_banner h1
{
	font-size: 72px;
	font-weight: 800;
	margin-top:70px;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
}

.aboutus_banner h2
{
	font-size: 36px;
	color:#fff;
	font-weight: 400;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.aboutus_banner h1 
	{
		font-size: 50px;
	}
	
	.aboutus_banner h2 
	{
		font-size: 28px;
	}
	.img_row1 h4{
		font-size:11px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{	
	.aboutus_banner h1 
	{
		font-size: 40px !important;
	}
	.aboutus_banner h2 
	{
		font-size: 20px !important;
	}
}

.aboutus_ourstory
{
	padding-top:30px;
	padding-bottom:30px;
}

.aboutus_ourstory h2
{
	padding-top:20px;
	font-weight:600;
	text-transform:uppercase;
}

.aboutus_ourstory p
{
	font-size:16px;
	color:#828281;
	text-align:justify;
	line-height: 30px;
	//padding-top:20px;
	padding-bottom:20px;
	
}
.aboutus_ourstory a
{
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 20px;
	background: #1E90FF;
	color: #fff !important;
	border-radius: 0px !important;
}

.aboutus_ourstory a:hover
{
	color: #fff !important;
	background-color: #017DC6 !important;
	border-color: #017DC6 !important;	
}

.about_title p
{
	text-align:center;
	font-size:16px;
}

.aboutus_ourstory h3
{
	font-weight:bold;
}

.img_row1
{
	margin-top:20px;
	margin-bottom:20px;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.aboutus_ourstory h2
	{
		padding-top:0px;
	}
	
	.aboutus_ourstory p {
		font-size: 14px;
		line-height: 25px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.aboutus_ourstory
	{
		text-align:center;
	}
	
	.aboutus_ourstory h2
	{
		padding-top:0px;
	}
	
	.aboutus_ourstory p {
		text-align:center;
		font-size: 14px;
		line-height: 25px;
		padding-top: 0px;
		padding-bottom: 0px;
	}
	
	.img_row1 img
	{
		margin-bottom:15px;
	}
}

.aboutus_service
{
	padding-top:20px;
	padding-bottom:20px;
	background:#1A1E21;
}

.item_service h4
{
	font-size: 24px;
	font-weight: 700;
	text-align:center;
	color:#fff;
}

.item_service p
{
	color: #85898C;
	font-size: 18px;
	line-height: 32px;
	padding: 0 65px;
	text-align:center;
}

.page_header_about
{
	text-align:center;
	padding-bottom:30px;
}

.page_header_about h1
{
	color:#fff;
	text-transform:uppercase;
	font-weight:800;
}

.page_header_about h4
{
	color:#fff;
	font-size: 18px;
}

.page_header_about::after
{
	content: "";
	display: block;
	position: relative;
	height: 3px;
	width: 113px;
	background-color: #017DC6;
	margin: 0px auto;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.item_service p
	{
		font-size: 16px;
		padding: 0px 20px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.item_service p
	{
		font-size: 16px;
		padding: 0px 0px;
	}
	
	.page_header_about h1
	{
		font-size:30px;
	}
	
	.page_header_about h4 
	{
		font-size: 16px;
	}
}

.aboutus_team
{
	padding-top:20px;
	padding-bottom:40px;
	background:#E6E6FA;
}

.ppl_team
{
	text-align:center;
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
}

.ppl_team h4
{
	padding-top:15px;
	text-transform:uppercase;
	font-weight:600;
}

.social_team
{
	padding-top:10px;
}

.social_team li
{
	list-style-type:none;
	display:inline;
	padding-left:5px;
	padding-right:5px;
}

.social_team li a i:hover
{
	color:#017DC6;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.ppl_team
	{
		padding-top:20px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.ppl_team
	{
		padding-top:20px;
	}
}


/*--------------------------------------------------- Gallery -------------------------------------------------------------*/
.gallery_banner
{
	//position:relative;
	background: url("../img/download_banner1.png") no-repeat center top /cover;
	 height:475px;
	/* //height: 100vh;
	width:100%;  */
	//padding: 200px 0 150px;
}

.gallery_banner h1
{
	font-size: 72px;
	font-weight: 800;
	margin-top:70px;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
}

.gallery_banner h2
{
	font-size: 36px;
	color:#fff;
	font-weight: 400;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.title_banner 
	{
		top: 15%;
	}
	.gallery_banner h1 
	{
		font-size: 50px;
	}
	
	.gallery_banner h2 
	{
		font-size: 28px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.title_banner 
	{
		top: 30% !important;
	}
	
	.gallery_banner h1 
	{
		font-size: 40px !important;
	}
	.gallery_banner h2 
	{
		font-size: 20px !important;
	}
}


.gallery-middle-1
{
	padding-top:30px;
	padding-bottom:30px;
	background:#777;
}

.jbox-container 
{
	z-index: 9999 !important;
}
/*------------------------------------------------------ contact ---------------------------------------------------*/
.contact_banner
{
	//position:relative;
	background: url("../img/contactus_banner.png") no-repeat center top /cover;
	 height:475px;
	/* //height: 100vh;
	width:100%;  */
	//padding: 200px 0 150px;
}

.contact_banner h1
{
	font-size: 72px;
	font-weight: 800;
	margin-top:70px;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
}

.contact_banner h2
{
	font-size: 36px;
	color:#fff;
	font-weight: 400;
}

.contact_middle_1
{
	padding-top:30px;
	padding-bottom:30px;
	background:#F8F8FF;
}

.contact_address
{
	//margin-top: 5%;
}

.contact_address h3, .contact_work h3, .soc_medi h3
{
	font-weight:700;
}

.contact_address ul li
{
	list-style-type:none;
}

.contact_address p, .contact_work p
{
	font-size:16px;
	color:#6B6B6B;
}

.contact_address i
{
	color:#017DC6;
}

.contact_form
{
	//padding-top: 50px;
}

.contact_middle_2
{
	padding-top:15px;
	padding-bottom:10px;
	background:#E6E6FA;
}

.contact_middle_2 iframe
{
	width:100%;
	height:300px;;
}

/*-------------------------------------------------- Social Media Icon ----------------------------------------------------*/
.icon-button {
	background-color: #000000 !important;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	font-size: 2.0rem;
	height: 3.6rem;
	line-height: 3.6rem;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	width: 3.6rem;
}

/* Circle */
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
}
.twitter1 span {
	background-color: #4099ff;
}
.facebook1 span {
	background-color: #3B5998;
}
.google-plus1 span {
	background-color: #db5a3c;
}

/* Icons */
.icon-button i {
	background: none;
	color: #ffffff !important;
	height: 3.6rem;
	left: 0;
	line-height: 3.6rem;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	     -o-transition: all 0.3s;
	        transition: all 0.3s;
	width: 3.6rem;
	z-index: 10;
}

.icon-button i:hover
{
	color:#ffffff !important;
}

.icon-button .icon-twitter {
	color: #4099ff !important;
}
.icon-button .icon-facebook {
	color: #3B5998 !important;
}
.icon-button .icon-google-plus {
	color: #db5a3c !important;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: #ffffff !important;
}


@media only screen and (min-width:641px) and (max-width:991px) 
{
	.title_banner 
	{
		top: 15%;
	}
	.contact_banner h1 
	{
		font-size: 50px;
	}
	
	.contact_banner h2 
	{
		font-size: 28px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.title_banner 
	{
		top: 30% !important;
	}
	
	.contact_banner h1 
	{
		font-size: 40px !important;
	}
	.contact_banner h2 
	{
		font-size: 20px !important;
	}
	
	.contact_address
	{
		margin-top: 0%;
		margin-bottom:30px;
	}
}

/*------------------------------------------------------ specification ---------------------------------------------------*/
.specify_banner
{
	//position:relative;
	background: url("../img/specification_banner.png") no-repeat center top /cover;
	 height:475px;
	/* //height: 100vh;
	width:100%;  */
	//padding: 200px 0 150px;
}

.specify_banner h1
{
	font-size: 72px;
	font-weight: 800;
	margin-top:70px;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.title_banner 
	{
		top: 15%;
	}
	.specify_banner h1 
	{
		font-size: 50px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.title_banner 
	{
		top: 30% !important;
	}
	
	.specify_banner h1 
	{
		font-size: 40px !important;
	}
}


/*------------------------------------------------------ download ---------------------------------------------------*/
.download_banner
{
	//position:relative;
	background: url("../img/download_banner.png") no-repeat center top /cover;
	 height:475px;
	/* //height: 100vh;
	width:100%;  */
	//padding: 200px 0 150px;
}

.download_banner h1
{
	font-size: 72px;
	font-weight: 800;
	margin-top:70px;
	color:#fff;
	text-shadow: 5px 5px 5px #000;
}

@media only screen and (min-width:641px) and (max-width:991px) 
{
	.title_banner 
	{
		top: 15%;
	}
	.download_banner h1 
	{
		font-size: 50px;
	}
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.title_banner 
	{
		top: 30% !important;
	}
	
	.download_banner h1 
	{
		font-size: 40px !important;
	}
}