body {
  font-family: 'Lato', sans-serif;
  color: #444444;
}

a {
  text-decoration: none;
  color: #ffb03b;
}

a:hover {
  color: #ffc56e;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satisfy", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #ffb03b;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}

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

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

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/* #topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  z-index: 996;
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
  line-height: 0;
}

#topbar i span {
  color: #fff;
  font-style: normal;
  padding-left: 5px;
} */

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  /* border-bottom: 1px solid #eee; */
  font-size: 15px;
  height: 50px;
  padding: 0;
}
#topbar .gallery-info{padding-right:10px;}
#topbar .gallery-info a{
	font-size: 12px;
    text-transform: none;
    padding: 0px 5px 0px 30px;
    display: inline-block;
    line-height: 14px;
    color: #3a3186;
}
#topbar .gallery-info a:hover {
  color: #e41e21;
}
#topbar .gallery-info a.gal i{
	font-size:24px;
	color:#e41e21;
	padding-right:5px;
}

#topbar .gallery-info a.trophy i{
	font-size:24px;
	color:#e41e21;
	padding-right:5px;
}

#topbar .gallery-info a img{height:40px;}

#topbar .contact-info a {
  line-height: 0;
  color: #3a3186;
  transition: 0.3s;
  font-size: 11px;
  padding-left: 20px;
}

#topbar .contact-info a:hover {
  color: #e41e21;
}

#topbar .contact-info i {
  color: #428bca;
  line-height: 0;
  margin-right: 5px;
}
#topbar .contact-info a.search{padding: 0 12px;}
#topbar .contact-info a.search i{
	font-size:16px;
	color:#3a3186;
	padding-right:5px;
}

#topbar .contact-info .phone-icon {
  margin-left: 15px;
}

#topbar .social-links a {
  color: #fff;
    padding: 4px 2px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    background: #1066b1;
    border-radius: 50px;
    text-align: center;
    width: 20px;
    height: 20px;
}

#topbar .social-links a i{margin-left: 0px;}

#topbar .social-links a:hover {
  color: #428bca;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  top: 0px;
  height: 110px;
  z-index: 997;
  transition: all 0.5s;
  padding: 15px 0;
  background: #f3f6ef;
}

#header.header-transparent {
  /* background: transparent; */
}

#header.header-scrolled {
  top: 0;
  background: #fff;
  height: 100px;
  box-shadow: 1px 2px 15px rgba(100, 100, 100, 0.3);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #000;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 75px;
}

/*--------------------------------------------------------------
# Book a table button Menu
--------------------------------------------------------------*/
.book-a-table-btn {
  background: #ffb03b;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.3s;
  white-space: nowrap;
}

.book-a-table-btn:hover {
  background: #ffa012;
  color: #fff;
}

@media (max-width: 992px) {
  .book-a-table-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: end;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 24px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
  white-space: nowrap;
  transition: 0.3s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar li a{color: #3e3288;text-transform: uppercase;font-size: 14px;}
.navbar li a:hover{color: #3e3288;}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #e41e21;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 24px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  color: #433f39;
}

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

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #e41e21;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

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

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.3s;
  z-index: 0;
}

.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;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

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

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.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: #ffb03b;
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero .carousel-item::before {
  content: "";
  /* background-color: rgba(12, 11, 10, 0.5); */
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .carousel-content {
  text-align: center;
}

#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

#hero h2 span {
  color: #ffb03b;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 0 auto 30px auto;
  color: #fff;
}

#hero ol li{list-style:none;}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  cursor: pointer;
}

#hero .btn-menu,
#hero .btn-book {
  font-weight: 600;
  font-size: 30px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 40px 12px 50px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  animation-delay: 0.8s;
  color: #fff;
  border: 2px solid #df2121;
}

#hero .btn-menu:hover,
#hero .btn-book:hover {
  background: #3a3186;
  color: #fff;
}

#hero .get-started-icon {
  font-size: 40px;
  background: #df2121;
  padding: 14px;
  color: #fff;
  border-radius: 50px;
  position: relative;
  z-index: 5;
  box-shadow: 10px 2px 15px rgba(0, 0, 0, 0.1);
}

#hero .btn-get-started {
  margin-left: -40px;
  color: #3a3186;
  background: #ffffff;
  position: relative;
  z-index: 4;
}


@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {
  #hero p {
    width: 50%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}


.sticky-social-bar {
    padding: 0;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed;
    right: 0;
    z-index: 99;
    display: flex;
    flex-direction: column;
	-moz-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #e9e9e9 inset;
    -webkit-border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #e9e9e9 inset;
	background: #f3f3f3;
    border-color: #d1d1d1 #e7e7e7 #e4e4e4;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 #e9e9e9 inset;
    width: 45px;
}
.sticky-social-bar li {
    list-style: none;
    margin: 6px;
}
.sticky-social-bar li a {
    background: #e41e21;
    padding-top: 0;
    padding-left: 6px;
    display: block;
    transition: all 0.3s;
    border-radius: 40px;
    width: 30px;
    height: 30px;
    float: right;
    margin-top: 0;
    font-size: 14px;
    display: flex;
    align-items: center;
    letter-spacing: 0;
}
.sticky-social-bar li a i {
    display: inline-block;
    font-size: 18px;
    color: #fff;
    margin-right:6px;
}
.sticky-social-bar li a i.fa.fa-phone {
    font-size: 20px;
}
.sticky-social-bar li.phone a span {
    visibility: hidden;
    color: #fff !important;
	font-size: 12px;
}
.sticky-social-bar li.phone a:hover span {
    visibility: visible;
    transition-delay: 0.2s;
    vertical-align: middle;
    color: #fff !important;
}
.sticky-social-bar li.phone a:hover {
    width: 185px;
    border-radius: 50px;
}
.sticky-social-bar li a:hover {
    background: #e41e21;
    color: #fff;
}



.inner-banner {
    padding: 110px 0 0px 0;
    min-height: 80vh;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}


/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
.section-bg {
  background-color: white;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 34px;
  font-weight: 600;
  color: #3a3186;
}


.section-title h2 span {
  color: #ffb03b;
}

.section-title h3{
  font-size: 24px;
  font-weight: 600;
  color: #333333;
}


.section-title p {
	margin: 15px auto 0 auto;
	font-weight: 400;
	padding-bottom: 0px;
	font-size: 18px;
	line-height: 24px;
	color: #333333;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f2f1ef;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

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

.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;
  }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
  background: #fffaf3;
}

.about .content {
  padding: 0 80px;
}

.about .content h3 {
  font-weight: 400;
  font-size: 34px;
  color: #5f5950;
}

.about .content h4 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 5px;
}

.about .content p {
  font-size: 15px;
  color: #848484;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li+li {
  margin-top: 15px;
}

.about .content ul li {
  position: relative;
  padding-left: 26px;
}

.about .content ul i {
  font-size: 20px;
  color: #ffb03b;
  position: absolute;
  left: 0;
  top: 2px;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .video-box {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  min-height: 400px;
  position: relative;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(255, 176, 59, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #ffb03b;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@media (max-width: 1024px) {

  .about .content,
  .about .accordion-list {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .about .content {
    padding-top: 30px;
  }

  .about .accordion-list {
    padding-bottom: 30px;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}


/*--------------------------------------------------------------
# thought area
--------------------------------------------------------------*/
.thought_area {
  background: #f3f6ef;
  background-size: cover;
  padding: 30px 0;
}

.thought_area .maxwidth{
	max-width: 700px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.thought_area h3 {
  color: #3a3186;
  font-size: 28px;
  font-weight: 600;
  text-transform:uppercase;
  padding-bottom:0px;
  position: relative;
}

.thought_area h3::before {
	content: "";
	position: absolute;
    display: block;
    width: 97px;
    height: 70px;
    background: url("../img/quote.png") top left;
	background-size: cover;
	background-repeat: no-repeat;
    left: -90px;
    bottom: 0;
}
.thought_area h3::after {
	content: "";
	position: absolute;
    display: block;
    width: 97px;
    height: 70px;
    background: url("../img/quote1.png") top right;
	background-size: cover;
	background-repeat: no-repeat;
    right: -90px;
    bottom: 0;
}

.thought_area p {
  color: #333;
  text-align:right;
  margin-bottom: 0px;
  font-style: italic;
}

.thought_area .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 28px;
  border-radius: 4px;
  transition: 0.5s;
  margin-top: 10px;
  border: 2px solid #fff;
  color: #fff;
}

.cta .cta-btn:hover {
  background: #206bfb;
  border-color: #206bfb;
}

/*--------------------------------------------------------------
# Genral Area
--------------------------------------------------------------*/
.genral_area{
	padding:60px 0px;
}

.genral_area .leftbar h1{
  font-size: 24px;
  font-weight: bold;
  color: #3a3186;
  position: relative;
  padding-bottom: 12px;
}

.genral_area .leftbar .left-links {
  margin-bottom: 30px;
}

.genral_area .leftbar .left-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.genral_area .leftbar .left-links ul i {
  margin-right: 2px;
  color: var(--color-primary);
  font-size: 16px;
  line-height: 0;
}

.genral_area .leftbar .left-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #3a3186;
}

.genral_area .leftbar .left-links ul li:first-child {
  padding-top: 0;
}

.genral_area .leftbar .left-links ul li a {
  color: #3a3186;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size:16px;
}

.genral_area .leftbar .left-links ul li a:hover {
  color: #df2121;
}
.genral_area .leftbar .left-links ul li .active{
  color: #df2121;
}


/* ///// LEFT PANEL \\\\\\\ */
.leftbar{
    max-width: 261px;
    width: 100%;
}
.leftbar.fixed.fd {
    height: calc(100% - 0px);
    height: -moz-calc(100% - 0px);
    height: -webkit-calc(100% - 0px);
	padding-bottom: 35px;
	top: 84px;
	
}

.leftbar.fixed {
}
.fixedbx {
    max-width: 546px;
    width: 100%;
}

.fixed{
	position:fixed;
    top:0;
	z-index: 9;
}



.genral_area .right_area{
	
}

.genral_area .right_area h2 {
    font-weight:600;
    font-size: 25px;
    color: #3a3186;
}
.genral_area .right_area h3{
    font-weight:600;
    font-size: 20px;
    color: #3033ad;
	text-transform:uppercase;
	padding-bottom:20px;
}
.genral_area .right_area h3 span{color: #df2121;}

.genral_area .right_area p {
    margin-bottom: 24px;
    color: #333333;
	line-height:24px;
	font-size: 15px;
	text-align:justify;
}

.genral_area .right_area p span{color: #df2121;}

.genral_area .right_area ul {
    list-style: none;
    padding: 0;
}

.genral_area .right_area ul li {
    padding: 0 0 15px 48px;
    position: relative;
    font-size: 15px;
    font-weight:400;
    text-align:justify;
}

.genral_area .right_area ul li::before {
    content: "\f26a";
	font-family: bootstrap-icons !important;
	padding-right: 12px;
	position: absolute;
	left: 25px !important;
}

.genral_area .right_area ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #ff0000;
	
}




.genral_area .right_area .aboutus h3 {
    font-weight: 600;
    font-size: 30px;
    color: #3a3186;
}
.genral_area .right_area .aboutus p {
    margin-bottom: 24px;
    color: #333333;
    line-height:24px;
    font-size: 15px;
}
.genral_area .right_area .aboutus p span{color: #df2121;}

.genral_area .right_area .aboutus ul {
    list-style: none;
    padding: 0;
}

.genral_area .right_area .aboutus ul li {
    padding: 0 0 15px 0px;
    position: relative;
    font-size: 15px;
    font-weight:400;
}

.genral_area .right_area .aboutus ul li::before {
    content: "\f26a";
	font-family: bootstrap-icons !important;
	padding-right: 12px;
}

.genral_area .right_area .aboutus ul i {
    position: absolute;
    font-size: 20px;
    left: 0;
    top: -3px;
    color: #ff0000;
}

.genral_area .right_area .img-box {
  background: #3a3186;
  color: #fff;
}

.genral_area .right_area .img-box .download{
	padding:0px;
	text-align: center;
}
.genral_area .right_area .img-box .download img{width:100%; border:8px solid #3a3186;}


.genral_area .right_area .img-box .more-btn {
  display: inline-block;
  background: #e41e21;
  padding: 6px 30px 8px 30px;
  color: #fff;
  transition: all ease-in-out 0.4s;
  width:100%;
  border-top:4px solid #fff;
}

.genral_area .right_area .img-box .more-btn i {
  font-size: 14px;
}

.genral_area .right_area .img-box .more-btn:hover {
  color: #ffffff;
  background: #000;
}

.aboutus.contents {
    height: 270px;
    margin: 0 0px 50px 0;
}



/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us{padding:0px 0px 60px;}
.why-us .box {
  padding: 50px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
  height: 100%;
  background: #3a3186;
  text-align: center;
}
.why-us .box.redbg{background: #e41e21;}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color: #ffffff;
}

.why-us .box h4 img{
  height:30px;
  padding-left: 10px;
  vertical-align: bottom;
}

.why-us .box p {
  color: #ffffff;
  font-size: 15px;
  margin: 0;
  padding: 0;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span,
.why-us .box:hover h4,
.why-us .box:hover p {
  color: #fff;
}

.why-us .box .btn-more{
	font-size:13px;
	color:#fff;
	padding:10px 30px;
	border:1px solid #ccc;
	margin-top:40px;
	display:inline-block;
}
.why-us .box .btn-more i{padding-left:15px;}

/*--------------------------------------------------------------
# Home News Section
--------------------------------------------------------------*/
.home_news .news-box {
  background: #3a3186;
  color: #fff;
}

.home_news .news-box .download{
	padding: 30px;
	text-align: center;
}
.home_news .news-box .download img{width: 80%;}

.home_news .news-box h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.home_news .news-box p {
  margin-bottom: 30px;
}

.home_news .news-box .more-btn {
  display: inline-block;
  background: #e41e21;
  padding: 6px 30px 8px 30px;
  color: #fff;
  transition: all ease-in-out 0.4s;
  width:100%;
  border-top:4px solid #fff;
}

.home_news .news-box .more-btn i {
  font-size: 14px;
}

.home_news .news-box .more-btn:hover {
  color: #ffffff;
  background: #000;
}

.home_news .icon-box {
  text-align: left;
  background: #fff;
  padding: 0px 20px;
  padding-left:0px;
  width: 100%;
  height: 100%;
  border-right: 1px solid #3a3186;
  transition: 0.3s;
}
.home_news .icon-box h4 {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 30px 0;
  font-family: 'Lato', sans-serif;
  color:#3a3186;
}

.home_news .icon-box p {
  font-size: 15px;
  color: #6c757d;
}

@media (min-width: 1200px) {
  .home_news .icon-box:hover {
    /* transform: scale(1.1); */
  }
}

.home_news .newstext{text-align:left;}
.home_news .newstext ul {
  list-style: none;
  padding: 0;
}

.home_news .newstext ul li {
  display: flex;
  align-items: flex-start;
  margin-top:15px;
}

.home_news .newstext ul li:first-child {
  margin-top: 0;
}

.home_news .newstext ul .date{
  flex-shrink: 0;
  font-size: 13px;
  color: #df2121;
  margin-right:15px;
  line-height: 18px;
}
.home_news .newstext ul .date span{display:block;}

.home_news .newstext ul .click-btn a{
	font-size: 13px;
	color: #df2121;
}
.home_news .newstext ul .click-btn a:hover{color:#000;}
.home_news .newstext ul h5 {
  font-size: 18px;
  font-weight: 700;
  color: #19335c;
}

.home_news .newstext ul p {
  font-size: 14px;
  color:#333333;
  line-height:20px;
  margin-bottom:0px;
}

.home_news .newstext p:last-child {
  margin-bottom: 0;
}


.home_news .info-item ul {
  list-style: none;
  padding: 0;
}

.home_news .info-item ul li {
  padding-bottom: 10px;
  position:relative;
  padding-left: 20px;
}

.home_news .info-item ul li a{
	font-size: 14px;
	color: #333333;
	font-family: 'Lato', sans-serif;
}
.home_news .info-item ul li::before{
  content: "\f231";
  font-family: bootstrap-icons !important;
  color: #df2121;
  position: absolute;
  left: 0;
}
 
.home_news .info-item ul li a:hover{color: #df2121;}
.home_news .info-item ul li:last-child {
  padding-bottom: 0;
}

.home_news .info-item ul i {
  font-size: 16px;
  padding-right: 4px;
  color: #df2121;
}

.home_news .info-item p:last-child {
  margin-bottom: 0;
}



/*--------------------------------------------------------------
# Facilities Section
--------------------------------------------------------------*/
.facilities {
  padding:60px 0px 20px;
}

.facilities .img-bg {
  background-size: cover;
}
.facilities .img-bg .lft_img{
	position:absolute;
	z-index: 9;
    width: 32%;
    margin: 30px 0px;
    border: 12px solid #fff;
	box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
}
.facilities .slides {
  background-color: #3a3186;
}

.facilities h2 {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom:15px;
  text-transform:uppercase;
}
.facilities h3 {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  margin-top:10px;
}

.facilities h4 {
  font-size: 18px;
  font-weight: 400;
  color: #29486a;
  font-family: #e41e21;
}

.facilities .imgbg{
	background:#e41e21;
}
.facilities .imgbg img{
	position:relative; 
	top: -10px;
    right: -10px;
}

.facilities .swiper-slide .item{margin:10px;}

.facilities .swiper {
  margin: 40px 40px 20px 180px;
  overflow: hidden;
}

.facilities .swiper-button-prev:after,
.facilities .swiper-button-next:after {
  font-size: 24px;
  color: #e41e21;
}

.facilities .swiper-button-prev {
  right: 97px;
  left: auto;
  top:50px;
  border: 1px solid #e41e21;
  height: 38px;
    width: 38px;
}

.facilities .swiper-button-next {
  right: 40px;
  top:50px;
  border: 1px solid #e41e21;
  height: 38px;
    width: 38px;
}

.facilities .swiper-pagination {
  margin-top: 0px;
  position: relative;
}

.facilities .swiper-pagination .swiper-pagination-bullet {
  background-color: #c1c1c1;
}

.facilities .swiper-pagination .swiper-pagination-bullet-active {
  background-color:#ccc;
}

@media (max-width: 1200px) {
  .facilities .swiper {
    margin: 60px 60px 40px 60px;
  }

  .facilities .swiper-button-prev,
  .facilities .swiper-button-next {
    display: none;
  }
}

@media (max-width: 575px) {
  .facilities .swiper {
    margin: 40px 40px 20px 40px;
  }
}

.page-about .why-us {
  padding: 0 0 80px 0;
}

/*--------------------------------------------------------------
# year exprience
--------------------------------------------------------------*/
.year_exprience{padding-bottom:60px;}

.year_exprience .info-box {
  color: #313030;
  padding:15px 0px;
}

.year_exprience .bgbox {
	background: #f3f6ef;
    padding: 30px;
    height: 100%;
    /*align-items: center;
    justify-content: center;
    display: flex;*/
}
.year_exprience .info-box i {
  font-size: 24px;
    color: #fff;
    border-radius: 50%;
    border: 1px dotted #3a3186;
    background: #3a3186;
    float: left;
    position: relative;
    top: 15px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
}

.year_exprience .info-box h3 {
  font-size: 14px;
  color: #3a3186;
  font-weight:600;
  margin: 25px 0 25px 50px;
  text-transform: uppercase;
}

.year_exprience .info-box p {
  padding: 0;
  line-height: 18px;
  font-size: 13px;
  margin: 0 0 0 50px;
  color:#3a3186;
}
.year_exprience .year_logo{
	background: #ff0000;
    padding: 20px;
    text-align: center;
}
.year_exprience .year_logo p{
	color:#fff;
	font-size:14px;
	margin-bottom:0px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.services{}

.services .icon-box {
  text-align: center;
  margin: 20px 20px 20px 20px;
  transition: all ease-in-out 0.3s;
}

 .wrap-image {
	 position: relative;
}
.wrap-image::before{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	z-index:1;
	border: 2px solid #e41e21;
	transition: all 0.25s ease-out;
}
 .wrap-image::before {
	 /* background-color: yellow; */
	 top: -15px;
	 left: -15px;
}
/*  .wrap-image::after {
	 bottom: -15px;
	 right: -15px;
} */
 .wrap-image:hover::before {
	 top: 15px;
	 left: 15px;
	 border-color:#fff;
}
/*  .wrap-image:hover::after {
	 bottom: 15px;
	 right: 15px;
} */
 

.services .icon-box img{width:100%;
	position: relative;
    z-index: 2;
}
.services .why-bg{
  background: url(../img/blue-bg.jpg) center center no-repeat;
  background-size: cover;
  padding:80px 0px;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #2c4964;
  transition: ease-in-out 0.3s;
}

.services .icon-box a{
	line-height: 24px;
	font-size: 18px;
	margin-bottom: 0;
	position: absolute;
	bottom: -24px;
	display: inline-block;
	background: #e41e21;
	padding: 10px 30px;
	border-radius: 50px;
	color: #fff;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	text-transform:uppercase;
	z-index:3;
}

.services .icon-box a:hover{background: #fff;color: #e41e21;}

.services .icon-box:hover {
  border-color: #fff;
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}



/*--------------------------------------------------------------
# Trending Section
--------------------------------------------------------------*/
.trending{padding:60px 0px;}
.trending .img {
  border-radius: 5px;
  overflow: hidden;
}

.trending .img img {
  transition: 0.6s;
}

.trending .details {
  padding: 25px 25px;
  margin: -100px 25px 0 25px;
  transition: all ease-in-out 0.3s;
  background:#ffffff;
  position: relative;
  background:#ffffff;
  text-align: center;
  border-radius: 5px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
}

.trending .details .icon {
  margin: 0;
  width: 72px;
  height: 72px;
  background: #0ea2bd;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 28px;
  transition: ease-in-out 0.3s;
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  border: 6px solid #ffffff;
}

.trending .details h3 {
  color: #3a3186;
  font-weight: 600;
  margin: 0px 0 15px 0;
  font-size: 18px;
  transition: ease-in-out 0.3s;
}

.trending .details p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
  color:#333333;
}


.trending .details .btn-more{
	font-size:13px;
	color:#fff;
	padding:6px 30px;
	border:1px solid #ccc;
	margin-top:25px;
	display:inline-block;
	background:#3a3186;
	position: relative;
	z-index:2;
}
.trending .details .btn-more i{padding-left:15px;}


.trending .details .btn-more::before {
  background:#e41e21;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  color:#fff;
  z-index: -1;
}

.trending .details:hover .btn-more::before {
  transform: scaleX(1);
  transform-origin: left;
  z-index: -1;
}


.trending .service-item:hover .details h3 {
  color:#ff0000;
}

.trending .service-item:hover .details .icon {
  background:#ffffff;
  border: 2px solid #0ea2bd;
}

.trending .service-item:hover .details .icon i {
  color: #000;
}

.trending .service-item:hover .img img {
  transform: scale(1.2);
}

.trending .more-event{
	font-size:14px;
	color:#fff;
	padding:10px 40px;
	border:1px solid #ccc;
	margin-top:25px;
	display:inline-block;
	background:#e41e21;
	position: relative;
	z-index:2;
}
.trending .more-event i{padding-left:15px;}


.trending .more-event::before {
  background:#3a3186;
  content: "";
  inset: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s ease-in-out;
  color:#fff;
  z-index: -1;
}

.trending .more-event:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  z-index: -1;
}


/*--------------------------------------------------------------
# Specials
--------------------------------------------------------------*/
.specials {
  overflow: hidden;
}

.specials .nav-tabs {
  border: 0;
}

.specials .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #433f39;
  border-radius: 0;
  border-right: 2px solid #e8e7e4;
  font-weight: 600;
  font-size: 15px;
}

.specials .nav-link:hover {
  color: #ffb03b;
}

.specials .nav-link.active {
  color: #ffb03b;
  border-color: #ffb03b;
}

.specials .tab-pane.active {
  animation: fadeIn 0.5s ease-out;
}

.specials .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #433f39;
}

.specials .details p {
  color: #777777;
}

.specials .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .specials .nav-link {
    border: 0;
    padding: 15px;
  }

  .specials .nav-link.active {
    color: #fff;
    background: #ffb03b;
  }
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/
.events {
  background: url(../img/events-bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
}

.events::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.8);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.events .section-title h2 {
  color: #fff;
}

.events .container {
  position: relative;
}

@media (min-width: 1024px) {
  .events {
    background-attachment: fixed;
  }
}

.events .events-carousel {
  background: rgba(255, 255, 255, 0.08);
  padding: 30px;
}

.events .event-item {
  color: #fff;
}

.events .event-item h3 {
  font-weight: 600;
  font-size: 26px;
  color: #ffb03b;
}

.events .event-item .price {
  font-size: 26px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-bottom: 15px;
}

.events .event-item .price span {
  border-bottom: 2px solid #ffb03b;
}

.events .event-item ul {
  list-style: none;
  padding: 0;
}

.events .event-item ul li {
  padding-bottom: 10px;
}

.events .event-item ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #ffb03b;
}

.events .event-item p:last-child {
  margin-bottom: 0;
}

.events .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.events .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.events .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb03b;
}

/*--------------------------------------------------------------
# Book A Table
--------------------------------------------------------------*/
.book-a-table .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.book-a-table .php-email-form .form-group {
  padding-bottom: 8px;
}

.book-a-table .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.book-a-table .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .error-message br+br {
  margin-top: 25px;
}

.book-a-table .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.book-a-table .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.book-a-table .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.book-a-table .php-email-form input,
.book-a-table .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.book-a-table .php-email-form input {
  height: 44px;
}

.book-a-table .php-email-form textarea {
  padding: 10px 12px;
}

.book-a-table .php-email-form button[type=submit] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.book-a-table .php-email-form button[type=submit]:hover {
  background: #ffa012;
}

/*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery {
  padding-bottom: 0;
}

.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid #fff;
  border-bottom: 3px solid #fff;
}

.gallery .gallery-item img {
  transition: all ease-in-out 0.4s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}

/*--------------------------------------------------------------
# Chefs
--------------------------------------------------------------*/
.chefs {
  background: url("../img/chefs-bg.jpg") center center no-repeat;
  background-size: cover;
  padding: 60px 0;
  position: relative;
}

.chefs::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}

.chefs .container {
  position: relative;
  z-index: 10;
}

.chefs .member {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
}

.chefs .member .pic {
  overflow: hidden;
}

.chefs .member .member-info {
  position: absolute;
  bottom: -80px;
  left: 20px;
  right: 20px;
  background: #fff;
  padding: 20px 0;
  color: #433f39;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

.chefs .member h4 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 16px;
  color: #6c665c;
  position: relative;
  padding-bottom: 10px;
  font-family: 'Lato', sans-serif;
}

.chefs .member h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #ffcf88;
  bottom: 0;
  left: calc(50% - 25px);
}

.chefs .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.chefs .member .social {
  margin-top: 15px;
}

.chefs .member .social a {
  transition: color 0.3s;
  color: #7a7368;
}

.chefs .member .social a:hover {
  color: #ffb03b;
}

.chefs .member .social i {
  font-size: 16px;
  margin: 0 2px;
}

@media (max-width: 992px) {
  .chefs .member {
    margin-bottom: 110px;
  }
}

@media (min-width: 1024px) {
  .chefs {
    background-attachment: fixed;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 80px 0;
  background: url("../img/testimonials-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(12, 11, 10, 0.7);
}

.testimonials .section-header {
  margin-bottom: 40px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 100px;
  border-radius: 50%;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
  font-family: "Comic Neue", sans-serif;
}

.testimonials .testimonial-item .stars {
  color: #ffb03b;
  margin-bottom: 10px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #ffb03b;
}

@media (min-width: 992px) {
  .testimonials .testimonial-item p {
    width: 80%;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #ffb03b;
  float: left;
  width: 44px;
  height: 44px;
  background: #fff6e8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #433f39;
  font-family: 'Lato', sans-serif;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #7a7368;
}

.contact .info:hover i {
  background: #ffb03b;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #ffb03b;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #ffa012;
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  font-size: 14px;
  background: #37517e;
}

#footer .footer-newsletter {
  padding: 50px 0;
  background: #3a3186;
  text-align: left;
  font-size: 15px;
  color: #fff;
}

#footer .footer-newsletter .quote-line .quote {}
#footer .footer-newsletter .quote-line p{
	font-size:30px; 
	color:#fff; 
	line-height:35px;
	margin-bottom: 60px;
	padding-left: 95px;
}
#footer .footer-newsletter .quote-line .quote img{width: 80px;}
#footer .footer-newsletter .quote-line .quote h3{
	padding-left: 14px;
	color:#e41e21; 
	font-size:24px;
}

#footer .footer-newsletter h4 {
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  color: #e41e21;
  text-transform:uppercase;
}
#footer .footer-newsletter .contact-add{
	border-top: 1px solid #8983b6;
    border-bottom: 1px solid #8983b6;
    padding: 12px 0px;
}
#footer .footer-newsletter .contact-add .logos img{
	height: 108px;
}
#footer .footer-newsletter .text-left{
	
}
#footer .footer-newsletter .text-left i{
	font-size: 67px;
	color:#e41e21;
}
#footer .footer-newsletter .text-left p{
	font-size: 14px;
	margin-bottom: 0px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #47b2e4;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #209dd8;
}

#footer .footer-top {
  background: #e41e21;
}

#footer .footer-top .social{
	background: #3a3186;
    height: 100%;
    text-align: center;
	padding: 60px 0 30px 0;
}

#footer .footer-top .genral_link{
	padding: 60px 0 0px 0;
	border-bottom:1px solid #f4a5a6;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
  color: #ffffff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Jost", sans-serif;
  color: #ffffff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
}

#footer .footer-top .footer-links {
  /* margin-bottom: 30px; */
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #47b2e4;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ffffff;
  transition: 0.3s;
  display: inline-block;
  line-height: 16px;
  font-size: 13px;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fdcb0a;
}
#footer .footer-top .social-links{
	margin-top: 130px;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: block;
  border:1px solid #9d98c3;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin:0 auto;
  margin-bottom: 10px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #e41e21;
  color: #fff;
  text-decoration: none;
}

#footer .footer-bottom {
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
}

.skew h4{
	transform: rotate(90deg);
    margin: 0;
    padding-bottom: 0px !important;
    width: 120px;
    right: 20px;
	top: 50px;
	line-height: 15px;
}

.skew h4::after{
	background: #fff;
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    right: -12px;
    bottom: -6px;
}

#footer .copyright {
  float: left;
  font-size: 13px;
}

#footer .credits {
  float: right;
  font-size: 13px;
}

#footer .credits a {
  transition: 0.3s;
}

@media (max-width: 768px) {
  #footer .footer-bottom {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  #footer .copyright,
  #footer .credits {
    text-align: center;
    float: none;
  }

  #footer .credits {
    padding-top: 4px;
  }
}



@media (max-width: 576px) {
  	.facilities .img-bg .lft_img{
	  position:relative;
	  width:100%;
  	}
	.facilities .swiper {
	margin: 40px 20px 20px 20px;
	}
	
	#footer .footer-newsletter .quote-line .quote img{
	width: 50px;
	}
	#footer .footer-newsletter .quote-line p{
	padding-left: 65px;
	font-size: 24px;
	}
	#footer .footer-newsletter .contact-add .logos {
	margin-bottom:20px;
	}
	
	#header{height: 80px;}
	#header.header-scrolled{height: 70px;}
	#header .logo img{max-height: 54px;}
	
	#hero{height: 40vh;}
	#hero .carousel-item{
	height: 40vh !important;
	}
	#video1{height: 60vh !important;}
	#myVideo{height: 60vh !important;}
	
	.mobile-nav-toggle{color: #e41f23;}
	
	#footer .footer-top .genral_link .logos img{
	width: 140px;
	margin-bottom: 40px;
	}
	
	.skew h4{
	transform: rotate(0deg);
	width:auto;
	right:auto;
	top:auto;	
	}
	#footer .footer-top .social{padding: 30px 0 30px 0;}
	#footer .footer-top .social-links{
	margin-top: 0px;
	}
	#footer .footer-top .social-links a{
	display: inline-block;
	}
	
	.thought_area h3{font-size: 16px;}
	.thought_area h3::before{background-size: 35px;left: -40px;}
	.thought_area h3::after{background-size: 35px;right: -40px;}
	.thought_area .maxwidth{width: 80%;}
	.leftbar{position:relative !important; top: auto !important;max-width:100%;}
	
	.inner-banner{
		min-height: auto;
		padding: 80px 0 0px 0;
	}
	.inner-banner img{
		width: 100%;
	}
	.container-table {
    	display: block !important;
    	overflow-y: scroll;
	}

}

.faq .content p{
text-align:justify !important;
}
.faq .content img{
display: block;
margin-left: auto;
margin-right: auto;
width:35%;
}
.container-table{
display:table;
width:100%;
border-collapse: collapse;
}
.heading{
font-weight: normal;
display:table-row;
background-color:#f1f1f1;
text-align: center;
line-height: 25px;
font-size: 14px;
color:#000;

}
.table-row{  
display:table-row;
text-align: left;
padding:10px;
}
.colgroupheader{
width: 100%;
background: #ccc;
text-align: center;
display: block;
padding:10px;
}
.colgroupheader2{
width:100%;
background: #cccccc85;
text-align:center;
display:block;
padding:10px;
}
.col{ 
display:table-cell;
border: 1px solid #CCC;
font-size:13px;
padding:5px;
text-align:center;
}
.col2{ 
display:table-cell;
border: 1px solid #CCC;
font-size:13px;
padding:5px;
text-align:left;
vertical-align:middle;
}
/*.genral_area .right_area ul li {
 font-size:13px !important;
 text-align:center !important;
}
.genral_area .right_area ul li::before {
 content: "";
 padding-right: 12px !important;

}*/
.cols{ 
display:table-cell;
border: 1px solid #CCC;
font-size:13px;
padding:5px;
text-align:center;
}
.genral_area .right_area h3{
margin-top: 34px;
font-weight:600 !important;
font-size: 17px !important;
color: #df2121 !important;
text-transform: capitalize;
}
