html {scroll-behavior: smooth !important;}


body {
  font-family: 'Figtree', sans-serif;
  color: #000;
  line-height: 1.8rem;
  font-size: 1.125rem;
}

.green {color: #4BCAAB;}

a {
  color: #00AAFF;
  text-decoration: none;
}
a:hover {
  color: #45beff;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6{
  font-weight: 700; color: #2F444F;
}
h1 {
  color: #052C3F;
  text-transform: uppercase;font-size: 3.25rem;
}

h2 {font-size: 2rem}
*{outline: 0;}
.ajax_notice {color: #ffcd39;}
.ajax_warning {color: #ff0000;}
.required {border: 1px solid #FF0000;background-color: #fffdee;}
.admin-menu {
  background-color: #000;
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding: 0;
}

.title h1, .title h2 {
  padding-bottom: 10px;
  font-size: 35px;
}
.admin-menu .navbar a, .admin-menu .navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 15px;
  font-size: 14px;
  color: #fff;
  white-space: nowrap;
  transition: 0.3s;
}
.admin-menu .dropdown-menu {
  background-color: #000000;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.slide-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: fit-content;
	text-align: center;
	color: #fff;
}

.slide-text h2{
    color:#fff;
}
@media only screen and (max-width: 767px) {
  .admin-menu .mobile-nav-toggle-admin.bi-x {
    position: absolute;
    top: 0;
    right: 0;
    color: #ff0000;
    font-size: 45px;
    background-color: #FFF;
  }
  .admin-menu .navbar a {
    display: inline-block;
  }

}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
  background: #68A4C4;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #85b6cf;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}
.btn.btn-primary {
  background: #00AAFF;
  border: 0;
  font-size: 1rem;
  text-transform: uppercase;
  padding: 12px 35px;
  border-radius: 0;
}
.btn.btn-primary:hover {background: #898989;}
.btn.btn-success {
  background-color: #4BCAAB;
  border-color: #4BCAAB;
  border-radius: 30px;
  padding: 12px 35px;
}
.btn.btn-orange {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ff8100+0,ff9a33+44,ff8100+100 */
  background: rgb(255,129,0); /* Old browsers */
  background: -moz-linear-gradient(top,  rgba(255,129,0,1) 0%, rgba(255,154,51,1) 44%, rgba(255,129,0,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  rgba(255,129,0,1) 0%,rgba(255,154,51,1) 44%,rgba(255,129,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  rgba(255,129,0,1) 0%,rgba(255,154,51,1) 44%,rgba(255,129,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8100', endColorstr='#ff8100',GradientType=0 ); /* IE6-9 */
}
.img-border {
  background-color: #FFF;
  padding: 10px;
  box-shadow: 0 0 30px rgb(183 183 183 / 60%);
}
.mb-0 {margin-bottom: 0;}
.tel,
.address,
.email,
.web {padding-left: 30px;}
.tel:before {content: '\f095';font-family: 'FontAwesome';margin-right: 5px;font-size: 22px;color: #CCCCCC;margin-left: -30px;float: left;}
.address:before {content: '\f041';font-family: 'FontAwesome';margin-right: 5px;font-size: 30px;color: #CCCCCC;margin-left: -30px;float: left;}
.email:before {content: '\f0e0';font-family: 'FontAwesome';margin-right: 5px;font-size: 20px;color: #CCCCCC;margin-left: -30px;float: left;}
.web:before {content: '\f0ac';font-family: 'FontAwesome';margin-right: 5px;font-size: 22px;color: #CCCCCC;margin-left: -30px;float: left;}
.m-visible {display: none;}
ul.check {margin: 0;padding: 0;list-style: none;}
ul.check li {
  padding-left: 25px;
  margin-bottom: 10px;
}
ul.check li:before {
  content: '\f058';
  font-family: 'FontAwesome';
  color: #4BCAAB;
  float: left;
  margin-left: -25px;
  font-size: 20px;
}
.top-bar {
  background-color: #000000;
  font-weight: 500;
  line-height: 45px;
}
.top-bar a {color: #FFF;}
.top-bar .tel {margin-right: 30px;}

#header {
    z-index: 997;
    transition: all 0.5s;padding: 0;
}
.logo img{
    padding: 20px 0;
    width: 280px;
}

.navbar-primary {
  padding: 0;margin-left: 100px;
}
.navbar-primary.navbar a {
	color: #000;
	font-size: 1rem;
	padding: 50px 33px;
	display: block;
}
.navbar-primary ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar-primary li {
  position: static;
}

.navbar-primary.navbar a:hover, .navbar-primary.navbar li.active a {
  background-color: #898989;
}

.navbar-primary .dropdown .dropdown-menu {
  display: block;
  position: absolute;
  left: 0;
  top: auto;
  margin: 40px auto 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  transition: 0.3s;
  width: 100%;
  padding: 30px;
  border: 0;
  box-shadow: 3px 0 5px #ccc inset;
  border-radius: 0;
}

.navbar-primary .dropdown:hover > .dropdown-menu {
  opacity: 1;
  visibility: visible;
}

.navbar-primary .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar-primary .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}
.navbar-primary .dropdown .dropdown-menu.show {
  opacity: 1;
  visibility: visible;
}


/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #FF9900;
  font-size: 40px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
    margin-top: 25px;
    color: #00AAFF;
  }
  .mobile-nav-toggle.bi-x {
    display: block;
    margin-top: -9px;
    color: #ff0707;
    font-size: 50px;
    background-color: #fff;
  }
  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  margin: 0;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(17, 38, 48, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  overflow-y: auto;
  transition: 0.3s;
}
.navbar.navbar-mobile a {
  color: #fff;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #484848;
}

.navbar-mobile .getstarted {
  margin: 15px;
}
.primary-menu.navbar-mobile .dropdown .dropdown-menu {
  position: absolute;display: none;
}
.primary-menu.navbar-mobile .dropdown .dropdown-menu.show {display: block;}
.navbar-mobile .dropdown ul {
  position: static;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: transparent;
}
.primary-menu.navbar-mobile >ul>li {
  line-height: 50px;
  border-bottom: 1px solid #ccc;
}
.primary-menu.navbar-mobile >ul>li> a {display: block;}
.primary-menu.navbar-mobile .dropdown .dropdown-menu {
  margin-top: 0;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #68A4C4;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

.slidet-text {
  padding: 120px 0 80px;
  color: #2F444F;
  font-size: 16px;
}
.slidet-text h1 {
  color: #010078;
  font-size: 3.5rem;
  margin-bottom: 50px;
}
.slidet-text h4 {font-size: 25px;}
.slidet-text .btn {
  margin: 0 20px;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.animation {-webkit-animation:tilt-in-top-1 .6s cubic-bezier(.25,.46,.45,.94) both;animation:tilt-in-top-1 .6s cubic-bezier(.25,.46,.45,.94) both}
@-webkit-keyframes tilt-in-top-1{0%{-webkit-transform:rotateY(30deg) translateY(-300px) skewY(-30deg);transform:rotateY(30deg) translateY(-300px) skewY(-30deg);opacity:0}100%{-webkit-transform:rotateY(0deg) translateY(0) skewY(0deg);transform:rotateY(0deg) translateY(0) skewY(0deg);opacity:1}}@keyframes tilt-in-top-1{0%{-webkit-transform:rotateY(30deg) translateY(-300px) skewY(-30deg);transform:rotateY(30deg) translateY(-300px) skewY(-30deg);opacity:0}100%{-webkit-transform:rotateY(0deg) translateY(0) skewY(0deg);transform:rotateY(0deg) translateY(0) skewY(0deg);opacity:1}}

.title {
  position: relative;
  margin-bottom: 30px;
  text-align: center;text-transform: uppercase;
}
.title h1,.title h2 {
  padding-bottom: 10px;
}
.title:after {
  content: '';
  height: 5px;
  width: 60px;
  background-color: #00AAFF;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
}
.title.text-start:after {
  right: auto;
}
section {padding: 50px 0;}
.page-banner {
  position: relative;
  padding: 0;
  margin-bottom: 50px;
}
.page-banner .img-fluid {width: 100%;}
.banner-text {
  position: absolute;
  top: 35%;
  z-index: 99;
  left: 0;
  width: 100%;
  color: #FFF;
  font-size: 30px;
}
.banner-text h1,
.banner-text h2 {color: #FFF;font-size: 50px;text-transform: uppercase;margin-bottom: 15px;}
.banner-text .btn {margin-top: 30px;}

.section-one {
  background-color: #F3F3F3;
  margin-top: 0px;
  padding: 50px 0;
  text-align: justify;
}

.location-box {
    /* background-image: url(../img/location-bg.jpg); */
    background-image: url('https://www.rahmanhostel.co.uk/uploads/cms/content/images/bg-middle.jpg');
    padding: 135px 100px;
    color: #FFF;
    background-repeat: no-repeat;
    background-size: cover;
}


.location-box h2 {color: #FFF;}

.featured-gallery {
  margin-top: 15px;
}
.featured-gallery .gallery-item {
  margin-bottom: 20px;
}

.section-three {
  background-color: #F3F3F3;
  padding: 100px 0;
}
.section-four {
  background-image: url("../img/book-bg.jpg");
  background-attachment: fixed;
  color: #FFF;
  background-size: cover;
  padding: 120px 0;
}
.section-four h2 {color: #FFF; text-transform: uppercase;}


.page-content .row {
  margin-bottom: 100px;
}
.page-content h3 {
  margin-top: 50px;
}
.page-content .table {
  background-color: #F3F8FD;
}
.page-content .table td,
.page-content .table th {
  border: 1px solid #FFF;
}
.page-content .table th {
  background-color: #7DF9FF;
  border: 0;
}


.testimonials {
  background-color: #F3F3F3;
  padding: 50px 0;
}
.testimonials .section-title {margin-bottom: 50px;}
.testimonials .btn {margin-top: 50px;}
.testimonials .swiper-slide {
  display: table-cell;
  height: auto;
}
.testimonial-item {
  background-color: #FFF;
  margin: 5px 20px;
  padding: 30px;
  height: 95%;
}
.testimonial-item h4 {
  font-size:1.5rem;
}

.contact .border-right {
  border-right: 1px solid #DDDDDD;
}
.contact .fa {
  font-size: 30px;
}
.php-email-form {
  margin-top: 50px;
}
.form-control {
  border-radius: 0;
  min-height: 45px;
}

footer {
  background-image: url(../img/footer-bg.jpg);
  background-size: cover;
  font-size: 1.125rem;
  color: #FFF;
}
.footer-logo {
  margin-bottom: 30px;
}
footer .menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer .menu li a {
  display: block;
  padding: 5px 0;
}
footer a {color: #FFF;}
footer a:hover {text-decoration: underline;}

.footer-middle {
  padding: 120px 0 50px;
}
.footer-middle h2 {color: #FFFFFF;font-size: 20px;margin-bottom: 20px;}
.footer-nav {margin: 50px 0;}
.footer-nav li {
  display: inline-block;
  padding: 0 15px;
}
.social {margin-bottom: 30px;}
.social i {
  background-color: #99A6AA;
  margin-right: 10px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 22px;
  border-radius: 100%;
  color: #FFF;
}
.social .bxl-facebook:hover {background-color: #4867AA;}
.social .bxl-twitter:hover {background-color: #5DA9DD;}
.social .bxl-instagram:hover {background-color: #B731B8;}



  /*--------------------------------------------------------------
  # Breadcrumbs
  --------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f3f8fa;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}



/*coockie css*/
#cookie_bar .btn {
  padding: 10px 20px;
  color: #FFF;
  text-transform: uppercase;
  font-size: 16px;
  width: 200px;
}
.privacy-box h3 {
    text-transform: capitalize;
    margin-bottom: 30px;
}
#cookie_bar p {
     color: #000;
}
#cookie_bar .col-sm-8 p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}


.cookie-content {
    background: #f5f5f5;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 30px 30px;
    left: 0;
    z-index: 999;
}


#cookie_bar-privacy {
    height: auto;
}
#cookie_bar-privacy .cookie-content.clearfix {
    padding: 11px 50px;
}
#cookie_bar-privacy a.ctcc-more-info-link {
    color: #6c00a1;
    border: 1px solid #6c00a1;
    text-decoration: none;
    display: inline-block;
    padding: 15px 93px;
}
/*coockie css end*/


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.book-btn {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
