html, body
{
	margin:0 !important;
	padding:0 !important;
	font-family: 'Lato', sans-serif !important;
	color:#333333 !important;	
	overflow-x:hidden !important;
}

ul, li, a, span, lable, h1, h2, h3, h4, h5, h6, div, form, input
{
	margin:0 auto;
	padding:0;
}

p{
	margin-bottom:0px !important;
}
ul
{
	margin-bottom:0px !important;
	padding-left:0px !important;
}
a{
	transition: all .5s ease-in-out !important;
}

a:hover{
	text-decoration:none !important;
}

.no_row
{
	margin-left:0px !important;
	margin-right:0px !important;
}

/*------------------------------------------------ header top -------------------------------------*/
.header_top
{
	background:#35999e;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
}
.contact_no ul li, .media_top ul li
{
	list-style:none;
	display:inline;
}
.contact_no ul li:nth-child(2)
{
	padding-left:15px;
}
.contact_no ul li a
{
	color:#fff;
}
.contact_no ul li a:hover
{
	color:#e5bb12;
}

.media_top ul
{
	text-align:right;
}

.media_top ul li a i
{
	color:#fff;
	margin-left:10px;
	margin-right:10px;
	transition: all .5s ease-in-out;
}

.media_top ul li a i:hover
{
	color:#e5bb12;
}

@media only screen and (min-width:320px) and (max-width:640px)
{
	.contact_no ul li
	{
		display:block;
	}
	.contact_no ul li:nth-child(2)
	{
		padding-left:0px;
	}
	.media_top ul
	{
		text-align:left;
		padding-top:2px;
		padding-bottom:2px;
	}
}

/*------------------------------------------------ logo and nav bar -------------------------------------*/
.nav_bar
{
	background:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

#gruemenu
{
	float:right;
	padding-top: 1.5%;
}
#gruemenu > ul
{
	box-shadow: initial !important;
}
#gruemenu > ul > li > a
{
	padding: 10px 20px 10px 20px !important;
	margin-left: 3px !important;
	margin-right: 3px !important;
	border-radius: 30px !important;
	text-transform: capitalize !important;
	font-weight: bold;
	border-right: initial !important;
}
@media only screen and (min-width:320px) and (max-width:640px)
{
	.logo img
	{
		display:block;
		margin:auto;
	}
}
@media only screen and (min-width:641px) and (max-width:991px)
{
	#gruemenu > ul > li > a
	{
		padding: 10px 15px 10px 15px !important;
	}
}

/*--------------------------------- home middle one --------------------------------*/
.home_mid_one
{
	padding-top:3%;
	padding-bottom:3%;
	background:#ccx;
}
.my_container
{
	display:flex !important;
}
.about_det
{
	background:#fee47a;
	padding-left:30px;
	padding-right:30px;
	display:flex;
	align-items:center;
	padding-top:15px !important;
	padding-bottom:15px !important;
}

.about_det h3
{
	font-weight:900;
	text-align:center;
}

.about_det p
{
	line-height:2;
	text-align:justify;
	font-size:16px;
}

.read_more
{
	text-align:center !important;
	padding-top:25px;
}
.read_more a
{
	padding:8px 25px;
	background:#e5bb12;
	color:#fff;
	border-radius:25px;
}
.read_more a:hover
{
	background:#35999e;
	color:#fff;
}

@media only screen and (min-width:320px) and (max-width:640px)
{
	.my_container
	{
		display:block !important;
	}
}

/*------------------------------ home middle two -----------------------------------*/
.home_mid_two
{
	padding-bottom:3%;
}

.page_head h3 
{
	font-weight:900;
	text-align:center;
	margin-top:0px;
	padding-bottom:20px;
}
.product_det
{
	position:relative;
}


.read_more1
{
	text-align:center !important;
	position:absolute;
	bottom:30px;
	left:0;
	right:0;
	z-index:999;
}
.read_more1 a
{
	padding:8px 25px;
	background:#35999e;
	color:#fff;
	border-radius:25px;
}
.read_more1 a:hover
{
	background:#e5bb12;
	color:#fff;
}
@media only screen and (min-width:320px) and (max-width:640px)
{
	.product_img
	{
		margin-top:24px;
	}
}

/*----------------------------- home middle three -------------------------*/
.home_mid_three
{
	padding-bottom:3%;
}

.owl-theme .owl-controls .owl-buttons div {
	background: initial !important;
}

.owl-theme .owl-controls .owl-buttons .owl-prev::before
{
	content:'\f053';
	font-family:FontAwesome;
	font-size:25px;
	color:#d8b00f;
	position: absolute;
	left: -4%;
	top: 40%;
}

.owl-theme .owl-controls .owl-buttons .owl-next::before
{
	content:'\f054';
	font-family:FontAwesome;
	font-size:25px;
	color:#d8b00f;
	position: absolute;
	right: -4%;
	top: 40%;
}

/*------------------------ about us page ------------------*/
.about_mid_two, .about_mid_four
{
	padding-bottom:3%;
	padding-top:3%;
	background:#F6F6F6;
}
.about_more
{
	padding-bottom:10px;
}
.about_more h4
{
	font-size:20px;
	font-weight:bold;
	color:#35999e;
	margin-top:0px;
}
.about_more p
{
	line-height:1.6;
	text-align:justify;
}

.about_mid_three, .about_mid_five
{
	padding-bottom:3%;
	padding-top:3%;
}

/*----------------------- products page --------------------*/
.product_mid_one
{
	padding-bottom:3%;
	padding-top:3%;
}

.prod_det p
{
	line-height:1.6;
	text-align:justify;
	padding-bottom:5px;
}

.prod_det p strong
{
	color:#35999E;
}

.prod_det h4
{
	color:#35999E;
	font-weight:bold;
	margin-top:0px;
}

.product_mid_two
{
	padding-bottom:3%;
	padding-top:3%;
	background:#f6f6f6;
}

.product_mid_three
{
	padding-bottom:3%;
	padding-top:3%;
}

/*------------------------- gallery ------------------------------*/
.gallery_mid_one
{
	padding-bottom:3%;
	padding-top:3%;
}
.osgalery-cat-tabs, .copyright-block
{
	display:none !important;
}
/*--------------------------- contact page --------------------------*/
.contact_mid_one
{
	padding-bottom:15px;
	padding-top:15px;
}

.my_reg
{
	background:#FEE47A;
	padding:10px;
	text-align:center;
}
.my_reg p
{
	font-weight:900;
}
.contact_mid_two
{
	padding-bottom:20px;
	padding-top:20px;
	background:#f6f6f6;
}

.customer p
{
	font-weight:900;
	margin-top:20px;
}

.customer h4
{
	margin-top:5px;
	//margin-bottom:20px;
}

.cont_form
{
	background:#fff;
  	margin-top:60px;
}

.cont_form h4
{
	color:#fff;
	background:#35999E;
	padding:10px 0px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	margin-top:0px;
	
}

.my_input
{
	padding-left:15px;
	padding-right:15px;
}

.my_input > .form-control
{
	border-radius:initial !important;
}

.my_input > .form-control:focus
{
	border-color: #35999e !important;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(53, 153, 158, .6) !important;
}

.my_btn
{
	color:#fff !important;
	background:#35999E !important;
	transition: all .5s ease-in-out;
	border-top-left-radius:0px;
	border-top-right-radius:0px;
	border-bottom-left-radius:5px;
	border-bottom-right-radius:5px;
}

.my_btn:hover
{
	color:#000 !important;
	background:#7ACCD0 !important;
}

.contact_mid_three iframe
{
	height:350px;
	margin-bottom:-5px;
}

/*------------- terms and conditions ----------------*/
.term_mid_one
{
	padding-bottom:3%;
	padding-top:3%;
}

.term_mid_one p
{
	font-size:15px;
	text-align:justify;
	padding-bottom:10px;
	line-height:1.6;
	display:flex;
}

.term_mid_one p::before
{
	content:'\f040';
	font-family:FontAwesome;
	color:#35999E;
	padding-right:5px;
}

.term_mid_one ul
{
	padding-bottom:10px;
	padding-left:20px !important;
}
.term_mid_one ul li
{
	font-size:15px;
	list-style:none;
	line-height:1.6;
}

.term_mid_one ul li::before
{
	content:'\f0a4';
	font-family:FontAwesome;
	color:#35999E;
	padding-right:5px;
}
	

/*----------------------- footer -------------------------*/
.footer
{
	padding-bottom:2%;
	padding-top:2%;
	background:url(../images/footer_bg.png) no-repeat center center/ cover;
	border-top:10px solid #d8b00f;
}

.footer_det h4
{
	position:relative;
	text-transform:uppercase;
	color:#d8b00f;
	display: inline;
}

.footer_det h4::before
{
	content:'';
	position:absolute;
	left:0;
	right:0;
	bottom:-20px;
	width:83px;
	height:11px;
	background:url(../images/footer_line.png);
	display: block;
    margin: auto;
}

.addr i, .addr p
{
	display:table-cell;
	vertical-align:top;
}
.addr i
{
	width:25px;
	height:25px;
	color:#fff;
	padding-top: 4px;
}
.addr p
{
	color:#fff;
	line-height:1.6;
}

.media_bottom ul li
{
	list-style:none;
	display:inline;
}
.media_bottom ul li a i
{
	width:40px;
	height:40px;
	border-radius:50%;
	border:2px solid #e5bb12;
	//background:#fff;
	color:#fff;
	margin-left:5px;
	margin-right:5px;
	text-align:center;
	line-height:38px;
	transition: all .5s ease-in-out;
	font-size:20px;
}

.media_bottom ul li a i:hover
{
	background:#e5bb12;
	color:#fff;
}

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

/*-------------------- copyright ---------------------*/
.copyright {
	background: #e5bb12;
	color: #000;
	padding: 5px 5px;
}
.copyright p
{
	font-size: 12px;
}
.blues 
{
	background-color: #017dc6;
	padding-left: 8px;
	padding-right: 8px;
	color: white;
	border-radius: 3px;
}

.line_height
{
	padding:0px 20px;
}
.jayblues
{
	color:#000;
}
.jayblues:hover
{
	color:#fff;
	text-decoration:none;
}

.terms
{
	text-align:right;
}
.terms a
{
	color:#000;
	font-weight:bold;
}
.terms a:hover
{
	color:#fff;
}

@media only screen and (min-width:320px) and (max-width:640px) 
{
	.line_height
	{
		display:none;
	}
	.copyright p, .terms
	{
		text-align:center;
	}
}