:root{
	--bg-color:  #e65c00;
	--text-color: white;
}

@media only screen and (max-width: 786px) {
	.bn-margin {
		margin-top: 0px !important
	}
	.nav-link {
		color: black !important;
	}
	.about-margin-top{
		margin-top: 10px !important;
	}
	.desktop{
		display: none;
	}
	.model_mt_1{
		margin-top: 120px !important;
	}
	.img-h{
		height: 3em !important;
	}
	.th-img{
		height: 150px !important;
		width: 150px !important;
	}
}

@media only screen and (min-width: 992px) {
	.bn-margin {
		margin-top: -120px !important
	}
	.nav-link {
		color: black !important;
	}
	.model_mt{
	margin-top: 40px !important;
	}
	.mobile{
		display: none;
	}
	.img-h{
		height: 4em !important;
	}
	.icat{
		display: none !important;
	}
	
	.our-team{
		height: 550px !important;
	}
	.th-img{
		height: 240px !important;
		width: 240px !important;
	}
}

.section {
	padding-top: 50px !important;
	padding-bottom: 50px !important;
}

.text-black {
	color: white !important;
}

.our-team {
	text-align: center;
	transition: all 0.5s ease 0s;
	background-color: #eee;
}

.our-team:hover {
	box-shadow: 0 15px 10px -10px rgba(0, 0, 0, 0.5), 0 1px 4px
		rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.our-team .pic {
	overflow: hidden;
	position: relative;
}

.our-team .pic:before, .our-team .pic:after {
	content: "";
	width: 200%;
	height: 80%;
	background: rgba(38, 37, 37, 0.8);
	position: absolute;
	top: -100%;
	left: -4%;
	transform: rotate(45deg);
	transition: all 0.5s ease 0s;
}

.our-team .pic:after {
	background: rgba(8, 75, 77, 0.8);
	top: auto;
	left: auto;
	bottom: -100%;
	right: -4%;
}

.our-team:hover .pic:before {
	top: 0;
}

.our-team:hover .pic:after {
	bottom: 0;
}

.our-team .pic img {
	width: 100%;
	height: auto;
}

.our-team .social {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	bottom: 45%;
	left: 0;
	opacity: 0;
	z-index: 2;
	transition: all 0.5s ease 0.3s;
}

.our-team:hover .social {
	opacity: 1;
}

.our-team .social li {
	display: inline-block;
}

.our-team .social li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: black;
	margin-right: 10px;
	position: relative;
	transition: all 0.3s ease 0s;
}

.our-team .social li a:after {
	content: "";
	width: 100%;
	height: 100%;
	background: var(--bg-color);
	border-radius: 0 20px 20px 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	transition: all 0.3s ease 0s;
}
.social>li>a:hover{
	color: black !important
}
.our-team .social li a:hover:after {
	transform: rotate(180deg);
}

.our-team .team-content {
	padding: 20px;
}

.our-team .title {
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 2px;
	color: var(--bg-color);
	text-transform: uppercase;
	margin-bottom: 7px;
}

.our-team .post {
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #707070;
	text-transform: capitalize;
}

@media only screen and (max-width: 990px) {
	.our-team {
		margin-bottom: 30px;
	}
}
.booking-input{
	padding: 0 20px !important;
}
input[type='text'], input[type='file'], input[type='number'], input[type='date'], input[type='password'], input[type='email']{
	height: 38px !important;
    border-radius: 7px !important;
    font-size: small;
}
textarea{
	border-radius: 7px !important;
}
label{
	color: black !important;
    /* font-family: cursive !important; */
    font-weight: bold;
}

.choose>p{
	color: white !important;
}
.choose>h3{
	color: white !important;
}
.choose-point{
	color: white !important;
	text-align: justify;
}
.choose-point h4{
	color: white !important;
	text-align: center;
	text-decoration: underline;
}
.choose-box{
	margin-bottom: 25px !important;
}

.mars-text{
	color: var(--bg-color) !important;
}

a:hover{
	color: var(--bg-color) !important;
}
a.text-white:hover{
	color: var(--bg-color) !important;
}

.btn-light-outline {
  background: transparent;
  color: var(--bg-color) !important;
  border: 2px solid var(--bg-color) !important;
}

.btn-light-outline:active {
  background: var(--bg-color) !important;
  border-color: var(--bg-color) !important;
  color: var(--text-color) !important;
}

.btn-light-outline:hover {
  background: var(--bg-color) !important;
  border-color: var(--bg-color) !important;
   color: var(--text-color) !important;
}

.slick-arrow:hover{
	background: var(--bg-color) !important;
}
.slick-arrow{
	background: rgba(255, 102, 0, 0.5) !important;
}

.mars-overlay {
  position: relative;
}

.mars-overlay::before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}

.btn-mars {
	background-color: var(--bg-color) !important;
	color: var(--text-color) !important;
}

.form-control:focus {
    border-color: var(--bg-color) !important;
}

a.text-white:hover,
a.text-light:hover,
a.text-dark:hover {
  color: var(--bg-color) !important;
}
.captch_div{
  background-image: url(../images/aslov/captch_bg.jpg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover;
}

.br-pg{
    border: 1px solid black;
    border-radius: 5px;
}
.br-pg:hover{
    background-color: black;
    color: white;
}
.table tr {
	line-height: 12px;
	border: 1px solid black;
}

.table tr th {
	border: 1px solid black;
	color: white;
}

.table tr td {
	border: 1px solid black;
	color: black;
	font-size: small;
}
.thead-tr-style{
background-color: #1e7994 !important;
}

.pagination {
	display: inline-block;
}

.pagination a {
	color: black;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
}

.pagination a.active {
	background-color: black;
	color: white;
	border-radius: 5px;
}


::-moz-selection {
  background: var(--bg-color) !important;
  color: #fff !important;
}

::selection {
  background: var(--bg-color) !important;
  color: #fff !important;
}

.tr-bg{
	background-color: rgba(255, 102, 0, 0.5) !important;
}

.term-heading{
	font-size: x-large !important;
    color: black !important;
    font-weight: bold !important;
}
.term-p{
	color: black !important;
	text-align: justify !important;
}
}
