

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
body{
	margin: 0 !important;
	padding: 0 !important;
	background: #ffffff !important;
	font-family: 'Montserrat',sans-serif !important;
	box-sizing: border-box;
}
.hero{
	background: url('../img/uni.jpg') no-repeat 100%;
	background-size: 100% 100%;
	margin: auto;
	background-position: center;
}
.hero .overlay{
	background: rgba(0, 0, 0, 0.3);
	padding-bottom: 300px ;
}
.hero-pad{
	padding-top: 100px ;
}
.hero-pad h1{
	font-size: 48px;
	text-transform: uppercase;
	color:#fff;
	font-size: 1000
}
.logo{
	width: 30%;
	float:left;
}
.logo img{
	/*height: auto;*/
	width: 180px;
	margin: 12px;
}
.mynav{
	width: 70%;
	float: right;
	/*background: #000;*/
}
a.btn {
    background: #000;
    color: #fff;
}
#opennav{
	display: none;
}




.nav1 {
    list-style: none;
    margin-top: 0px !important;
    height: 20px;
    float: right;
}
ul.nav2 li.dropdown:hover ul.dropdown-menu{ display: block; }
.nav1 li {
    float: left;
    margin-top: 20px;
    /*letter-spacing: 2px;*/
    padding: 5px;
    font-size: 13.5px;
    /*text-transform: uppercase;*/
    font-weight: 500;
    transition: 0.6s;
}
nav1 li a {
    color: #fff;
    text-decoration: none;
    background: #000;
    padding: 6px;
}
.nav1 li:hover {
	border-bottom: 1px solid #e32213;
}
a.head_chnge {
    color: #37383a;
    line-height: 40px;
}
.nav2{
list-style: none;
}
.nav2 li {
    float: left;
    padding: 15px;
    
    font-weight: 500;
}
.nav2 li a {
    color: #000;
    text-decoration: none;
}
.nav2 li a svg{
	font-size: 16px;
	transition: 0.2s;position: relative;
}
.nav2 li:hover a svg{
color:	#e32213;
font-size: 14px;
}
.nav2 .right{
	float: right;
}
.nav2 .right li a svg{
	font-size: 22px
}
.nav2 .right li:hover a svg{
color:#fff;
font-size: 22px;
}.zero{
	margin: 0px !important;
	padding:0px !important;
	height:44px !important;
}
.noborder{
	border: 0px !important;
}
a{
	text-decoration: none;
}
.red-btn{
	background: #e32213;
	color:#fff;
	border:none;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.google{
	background:#CC3333;
	color:#fff;
	border:none;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.facebook{
	background: #3b5998;
	color:#fff;
	border:none;
	padding: 10px 20px 10px 20px;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
.r-nav{
	width: 100%;
	list-style: none;
	margin-top: 0px !important;
	display: block;margin: 0 auto;
}
.r-nav li{
	float: left;
	padding: 5px;
	font-size: 13.5px;
	text-transform: uppercase;
	font-weight: 500;
	transition: 0.6s;
}
.r-nav li a{
	color:#000;
	text-decoration: none;
}
.r-nav li:hover {
	border-bottom: 1px solid #e32213;
}

.r-nav2{
list-style: none;
}
.r-nav2 li{
	float: left;
	font-size: 22px;
	padding: 15px;
	font-weight: 600;
}
.r-nav2 li a{
	color:#000;
	text-decoration: none;
}
.r-nav2 li a svg{
	font-size: 16px;
	transition: 0.2s;position: relative;
}
.r-nav2 li:hover a svg{
color:	#e32213;
font-size: 14px;
}

.myoverlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: rgba(255,255,255, 0.9);
}

.myoverlay-content {
  position: relative;
  top: 26%;
  width: 80%;
  text-align: center;
  margin-top: 30px;
  margin: auto;
}

.myoverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: black;
}

.myoverlay .closebtn:hover {
  color: #000;
}

.myoverlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 80%;
	border:2px solid black;
  background: white;
}

.myoverlay input[type=text]:hover {
  background: #f1f1f1;
}

.myoverlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border-left: none;
	border:2px solid black;
  cursor: pointer;
}

.myoverlay button:hover {
  background: #bbb;
}

.black{
	padding: 20px 20px 50px 20px;
	margin-top: -100px;
	background: black;
}
.black h1{
	color:white
}
.black input{
	padding: 18.5px;
	width: 100%;
	font-weight: bold;
	background: transparent;
	border: 2px solid white;
	font-size: 18px;
	color:white;
}
.black input:focus{
outline:0;	border:2px solid ;
	border-color: #e32213
}
.search{
	position: absolute;
	background: transparent;
	border: none;
	right: 30px;
	bottom:15px;
	font-size: 20px;
	color:white;
	transition: 0.6s ease;
}
.search:hover{
	color:#e32213
}
.viewall{
	padding: 18.5px;
	width: 100%;
	background: transparent;
	border: 2px solid white;
	color:white;
font-size: 18px;
}

.service_white{
background: #fff;
border:2px solid black;
color:#000;
padding: 10px 10px 30px 10px
}
.service_white h3,.service_white p{
	color:#000;
}
.service_black{
	background: #000;
	border:2px solid black;
	color:#fff;
	padding: 10px 10px 30px 10px
}
.service_black h3,.service_black p{
	color:#fff;
}
.gap{
	margin-top: 50px;
}
.available{
	background: url('../img/beach.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.available .over{
	background: rgba(0,0,0,.8);
	padding: 40px 0px 50px 0px;
}
.available p,.available h1,.available h3{
color:#fff;
}
.available h1{
	font-size: 48px;
}
.city{
	background: #000;
	border: 3px solid #e32213;
	height: 150px;
	width: 150px;
	margin: 0 auto;
	color:#fff;
	transform: rotate(45deg);
	margin-top: 40px;
	position: relative;
}
.city h3{
	margin: 0px;
	text-align: center;
	position: absolute;
	top:50%;
	left: 50%;
 transform: translate(-50%,-50%)
	rotate(-45deg);
}
footer{
	background: #000;
    padding: 32px 0;
	}
footer h2,footer p,footer li,footer a,footer label{
	color:#fff
}
.link{
	height: 40px;
	width: 40px;
	border: 2px solid white;
	margin: 10px;
	transform:rotate(45deg);
	position: relative;
	background: transparent;
	color:#Fff;
}
.link svg{
position:absolute;
top:50%;
left: 50%;
font-size: 18px;
transform:translate(-50%,-50%) rotate(-45deg);
}
.flist{
	list-style: none;

}
.flist li{
	line-height: 30px;
}
.flist li a{
	color:#fff;
}
.flist li a:hover
	{
text-decoration: none;
color:#fff;
	}
	.center{
		display: block;margin: 0 auto;
	}
.login{
	background: url(../img/login.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.llay{
	background: rgba(0,0,0,.8);
	height: auto;
padding:100px 0px 100px 0px;
	position: relative;
}
.login-content{
	background: #ffffffcc;
	width: 100%;
	height: 100%;
	padding: 20px 20px 40px 20px;
color:#fff;
	border-radius: 10px;
	box-shadow: 0px 0px 20px hsl(0deg 0% 0% / 50%);
}

.login-content h2 {
    color: #e32213;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
}

.login-content  label {
    display: none;
}

.login-content  input {
    background: #ffffffed !important;
    border-radius: 5px !important;
    border: 1px solid #a6a6a6 !important;
    color: black !important;
}

.login-content .login {
    background: #333333 !important;
    border: none !important;
    padding-bottom: 7px !important;
    color: white !important;
}
.login-content p a{
    font-weight: 600;
    text-transform: capitalize;
}

.login-content p a{
   display: block;
   font-weight: 700;
   font-size: 18px;
   text-transform: uppercase;
}
.login-content p {
   font-size: 15px;
   color: #8f150c;
   font-weight: 600;
}

.login-content img {
    width: 200px;
}
.order{
padding: 20px;
background: rgba(0, 0, 0, 0.7);
}
.order h2,.order p,.order label{
	color:white
}
 .order select option{
color:black
 }
.nopadding{
	padding: 0px !important;
}
.myfield{
	color:white !important;
	border-radius:0px !important;
	padding: 0px !important;
	height: 44px !important;
	border:2px solid white !important;
	background: transparent !important;
	margin-top: 10px;
}

.myfieldW{
	color:black !important;
	border-radius:0px !important;
	padding: 0px !important;
	border:2px solid black !important;
	background: white !important;
	margin-top: 10px;
	height: 44px !important;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #e32213;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.hide{
	display: none;
}
.show{
	display: block;
}
.contact{
	background: url(../img/contact.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.overlay-w{
	background: rgba(255, 255, 255, 0.8);
}
.cicon{
	font-size:40px;position:relative;top:9px;
}
.table-background{
	background: #000 !important;
}
.table tr td,.table tr td img{
	vertical-align: middle !important;
}
.table-background th{
	color:#FFF !important;
	text-align: center;
}
.yellow{
	color:orange
}

.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #000;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
	font-size: 17px;
	line-height: 30px;
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #000;
}

.accordion a:hover::after {
  border: 1px solid #000;
}

.accordion a.active {
  color: #000;
  border-bottom: 1px solid #000;
}

.accordion a::after {
	line-height: 18px;
	font-size: 14px;
  font-family: 'Ionicons';
  content: '\f218';
  position: absolute;
  float: right;
  right: 1rem;
  color: #000;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}

.accordion a.active::after {
  font-family: 'Ionicons';
  content: '\f209';
  color: #000;
  border: 1px solid #000;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1rem;
  font-weight: 300;
	font-size: 15px;
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
}
.modal-content{
	background: #000 !important;
color: #fff !important;
border-radius: 0px !important;
border: 2px solid white;
}
.close{
	color:#fff !important;
	opacity: 1 !important
}

@media (max-width:768px) {
	#obtn a svg,#opennav a svg{
		color:#000;
	}
	#opennav{
	display: block;
}
.r-nav2{
	padding: 0px;
}
.r-nav2 li{
float: none;
}
.mynav{
	background: transparent;
}
.hero{
	background-size: cover;
	height: 100%;
	background-position: cover;
}
.nav1{
	display: none;
}
#n2l{
	display: none;
}
.logo img{
	width: 200px;
	margin-left: 4px;
}
.hero .overlay{
	padding-bottom: 150px ;
}
.viewall{
	margin-top: 20px;
}
.city{
margin-top: 100px;
}

.myoverlay button {
  width: 20%;
  padding: 15px;
	float: none;;
  background: #ddd;
  font-size: 17px;
  border-left: none;
	border:2px solid black;
  cursor: pointer;
	text-align: center;
	margin:0 auto !important;
	margin-top: 25px !important;
}
.myoverlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 100%;
	border:2px solid black;
  background: white;
}
.myoverlay .closebtn {
  position: absolute;
  top: 20px;
  right: 55px;
  font-size: 60px;
  cursor: pointer;
  color: black;
}
#main{
	font-size: 36px
}

}
