@font-face{font-family:'roboto';src:url('../css/roboto.woff') format('woff');
font-weight:normal;
font-style:normal
}
*,
body {
	margin: 0;
	padding: 0;
	font-family: sans-serif
}
a {
	color: #00f
}
.row-flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
.wrapper {
	background: #0d0d0d
}
.container-fluid {
	width: 100%
}
.container {
	margin: 0 auto;
	width: 90%
}
p {
	margin-bottom: 16px;
	line-height: 20px;
	font-family: 'Roboto', sans-serif
}
h1,
h2,
h3,
h4,
h5 {
	margin-bottom: 10px;
	font-family: 'Roboto', cursive
}
h1 {
	font-size: 35px;
	color: red
}
h2 {
	font-size: 30px;
	color: green
}
h3 {
	font-size: 28px;
	color: yellow
}
h4 {
	font-size: 24px;
	color: pink
}
h5 {
	font-size: 22px;
	color: silver
}
.container-in {
	margin: 0 auto;
	width: 95%
}
.container-in ul {
	margin: 0;
	padding-left: 14px
}
.container-in ul li a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	display: block;
	padding: 5px 0
}
.logo span {
	display: block
}
.logo span a {
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	display: block;
	font-size: 35px
}
.header {
	background: #262626
}
.logo {
	width: 20%
}
.navbar {
	width: 80%
}
.navbar ul {
	margin: 0;
	padding: 11px 0;
	display: flex;
	flex-wrap: wrap
}
.navbar ul li {
	list-style: none
}
.navbar ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 30px;
	display: block;
	font-size: 16px;
	font-weight: 4
}
.navbar ul li a:hover {
	background: #404040
}
.navbar ul li a.active {
	background: #404040
}
.home-contant {
	color: #fff;
	background-position: center;
	background-size: cover
}
.bg-leaer {
	background: #262626;
	padding: 20px 0
}
.bg-leaer span {
	font-size: 30px;
	text-align: center;
	display: block;
	margin-bottom: 10px
}
.bg-leaer span a {
	color: #87ceeb;
	text-decoration: none;
	font-size: 35px;
	font-family: lato
}
.bg-leaer-one {
	background: #0d0d0d;
	padding: 20px 0
}
.desktopview {
	display: block !important
}
.mobileview {
	display: none !important
}
.home-contant p {
	font-size: 14px;
	text-align: justify
}
.left-bar {
	width: 76%
}
.left-bar p {
	text-align: justify;
	font-size: 14px;
	color: #ccc
}
.right-bar {
	width: 23%;
	overflow: auto;
	height: 500px
}
.right-bar ul {
	margin: 0;
	padding: 0
}
.right-bar ul li {
	list-style: none;
	margin-bottom: 5px
}
.right-bar ul li a {
	text-decoration: none;
	display: block;
	padding: 10px 10px;
	background: rgba(5,62,8,0.64);
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	border: 1.5px solid #000
}
.home-gallery {
	background: #262626;
	padding: 30px 0
}
.gal-box img {
	width: 240;
	height:350;
	border: solid 3px #fff
}
.gal-box a {
	color: #fff;
	text-decoration: none;
	text-align: center
}
.gal-box a span {
	font-size: 20px;
	display: block;
	padding: 8px 5px;
	font-family: 'Roboto', cursive
}
.gal-box:nth-child(5),
.gal-box:nth-child(1) {
	margin-bottom: 10px
}
.rem-col {
	margin-bottom: 7px
}
.rem-col a {
	color: #fff;
	font-weight: 600;
	font-size: 16px
}
.main-box {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}
.one-box {
	width: 29%
}
.two-box {
	width: 70%;
	height: 328px;
	overflow: auto;
	margin-bottom: 10px
}
.footer-menu {
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	justify-content: center
}
.footer-menu li {
	list-style: none
}
.footer-menu li a {
	text-decoration: none;
	color: #fff;
	padding: 10px 20px;
	text-transform: capitalize;
	display: block
}
.footer-icon {
	display: flex;
	justify-content: center;
	flex-wrap: wrap
}
.footer-icon a {
	padding: 5px 5px 0 5px;
	display: block
}
.contant-footer {
	background: #1a1a1a;
	padding: 20px 0
}
.contant-footer span {
	display: block;
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'Roboto', cursive
}
.footer {
	background: #262626;
	color: #fff;
	padding: 10px 0
}
.footer p {
	margin-bottom: 0;
	text-align: center;
	font-size: 14px
}
.footer p a {
	color: #fff;
	text-decoration: none;
	font-weight: 600
}
@media only screen and (max-width: 1024px) {
	.logo {
		width: 30%
	}
	.navbar {
		width: 70%
	}
	.navbar ul li a {
		padding: 10px 8px
	}
}
@media only screen and (max-width: 600px) {
	h1 {
		font-size: 25px
	}
	h2 {
		font-size: 22px
	}
	h3 {
		font-size: 20px
	}
	.left-bar {
		width: 100%
	}
	.right-bar {
		width: 100%
	}
	.right-bar ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}
	.right-bar ul li {
		width: 49%
	}
	.gal-box {
		width: 49%
	}
	.gal-box img {
	width: 100%;
	border: solid 3px #fff
}
	.logo {
		width: 100%
	}
	.navbar {
		width: 100%
	}
	.logo span {
		text-align: center
	}
	.logo span a {
		padding-bottom: 0
	}
	.navbar ul li a {
		padding: 10px 6px
	}
	.right-bar {
		height: 300px
	}
	.call-footer {
		display: none
	}
}
@media screen and (max-width: 1125px) {
	.call-footer {
		display: block;
		position: fixed;
		left: 0;
		bottom: 0;
		width: 100%;
		color: #fff;
		text-align: center;
		z-index: 111
	}
	.call-icon {
		background-color: #04af45;
		width: 50%;
		height: 52px;
		float: left;
		padding-top: 10px
	}
	.whatsapp-icon {
		background-color: green;
		width: 50%;
		height: 52px;
		float: right;
		padding-top: 10px
	}
	.pointer {
		cursor: pointer
	}
}
@media only screen and (max-width: 480px) {
	.contant-footer span {
		font-size: 24px
	}
	.navbar ul {
		justify-content: center
	}
	.navbar ul li a {
		padding: 10px 15px
	}
	.one-box {
		width: 100%;
		margin-bottom: 10px
	}
	.two-box {
		height: auto;
		width: 100%
	}
}
@media only screen and (max-width: 360px) {
	.navbar ul li a {
		padding: 6px 15px;
		font-size: 14px
	}
}
@media only screen and (max-width: 400px) {
	.right-bar ul li,
	.gal-box {
		width: 100%
	}
	.slider {
		width: 100%
	}
}
@media only screen and (max-width: 767px) {
	.desktopview {
		display: none !important
	}
	.mobileview {
		display: block !important;
		width: 100%
	}
}
.modale-pupup {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 10px
}
.icon-box {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 20px
}
.icon-box a {
	color: #fff;
	text-decoration: none
}
.icon-box p {
	text-align: center
}
ul li {
	color: gold;
	font-family: 'Roboto', cursive;
	font-size: 16px;
	margin-bottom: 10px
}
th {
	color: Silver;
	padding: 5px;
	text-align: left
}
td {
	color: gold;
	padding: 5px;
	text-align: left;
	background-color: #213F09
}
table,
td,
th {
	border: 1px solid #07FB49
}
table {
	width: 100%;
	border-collapse: collapse
}

.call-icon{display: none}
.whatsapp-icon{display: none}

@media only screen and (max-width: 767px){
    
    .call-icon{display: block;}
    .whatsapp-icon{display: block;}
}