:root {
    --primary: #fea116;
    --secondary: #555555;
    --light: #F1F3FA;
    --dark: #1C2035;
}

.text-color{
    color: var(--primary);
}

.background-color{
    background-color: var(--primary);
}

/* Back To Top  */
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

.fw-medium {
    font-weight: 500;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

/*** Button ***/
.btn {
    transition: .5s;
    font-weight: 500;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-secondary,
.btn-outline-secondary:hover {
    color: var(--dark);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/* Topbar */
.topbar .icons a{
    color: var(--primary);
}

.topbar .icons a:hover{
    background-color: var(--primary);
    color: black;
    border: var(--primary);
}

/*** Navbar ***/
.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-nav .nav-link {
    margin-right: 35px;
    padding: 25px 0;
    color: var(--dark);
    font-size: 18px;
    font-weight: 500;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}

.navbar .get-quote{
    background-color: var(--primary);
    color: white;
}

.contact .number{
    border: 1px solid var(--primary);
}

/*** Footer ***/
.footer {
    color: #B0B9AE;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #B0B9AE;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.copyright {
    color: #B0B9AE;
}

.copyright {
    background: #111111;
}

.copyright a:hover {
    color: var(--primary) !important;
}

/* Slider
================================================== */
/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    height: 600px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
  }
  
  @media (max-width: 991px) {
    .banner-carousel .banner-carousel-item {
      height: 800px;
    }
  }
  
  @media (max-width: 575px) {
    .banner-carousel .banner-carousel-item {
      height: 700px;
    }
  }

  .slider-content {
    position: relative;
    height: 100%;
    width: 100%;
  }
  
  .slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: var(--primary);
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
  }
  
  .slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
  }
  
  @media (max-width: 991px) {
    .slide-title {
      font-size: 22px;
    }
  }
  
  @media (max-width: 575px) {
    .slide-title {
      font-size: 16px;
    }
  }
  
  .slide-sub-title {
    font-style: normal;
    font-size: 60px;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
  }
  
  @media (max-width: 991px) {
    .slide-sub-title {
      font-size: 46px;
    }
  }
  
  @media (max-width: 575px) {
    .slide-sub-title {
      font-size: 30px;
      line-height: 30px;
    }
  }
  
  .slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
  }
  
  .slider-text .slide-head {
    font-size: 36px;
    color: #0052a5;
    position: relative;
  }
  
  .slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
  }
  
  .slider-img img {
    display: block;
    position: relative;
    max-height: 100%;
    width: auto;
  }
  
  .slider.btn {
    margin: 15px 5px 0;
  }

  .slider:hover {
    color: var(--primary);
    background-color: white;
    border: 1px solid var(--primary);
  }
  
  @media (max-width: 575px) {
    .slider.btn {
      font-size: 12px;
    }
  }
  
  .slider.border {
    background: none;
    /* border: 2px solid var(--primary) !important; */
  }
  
  .slider.border:hover {
    background: var(--primary);
    border: 2px solid transparent;
  }
  
  .zomato{
    color: white;
    background-color: #f72e42;
  }

  .zomato:hover{
    color: #f72e42;
    background-color: white;
    border: 1px solid #f72e42;
  }

  .book-now{
    color: white;
    background-color: #37b6ff;
  }

  .book-now:hover{
    color: #37b6ff;
    background-color: white;
    border: 1px solid #37b6ff;
  }

  /* Carousel control */
  .banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
  }
  
  @media (max-width: 575px) {
    .banner-carousel .carousel-control {
      display: none !important;
    }
  }
  
  .banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
  }
  
  .slick-dots li button::before {
    font-size: 12px;
  }
  
  .slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
  .slick-dots li.slick-active button:before {
    opacity: 1;
    color: var(--primary);
  }
  
  .slick-slide {
    outline: 0;
  }
  
  .banner-carousel:hover .carousel-control,
  .banner-carousel:hover .carousel-control,
  .banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  
  .banner-carousel .carousel-control.left {
    left: 20px;
  }
  
  .banner-carousel .carousel-control.right {
    right: 20px;
  }
  
  .banner-carousel .carousel-control i {
    /* background: rgba(0, 0, 0, 0.3); */
    color: var(--primary);
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
  }
  
  /*-- Animation */
  .banner-carousel [data-animation-in] {
    opacity: 0;
  }

  .hero-header img {
    animation: imgRotate 50s linear infinite;
}

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

/*** Service ***/
.service-item {
  box-shadow: 0 0 45px rgba(0, 0, 0, .08);
  transition: .5s;
}

.service-item:hover {
  background: var(--primary);
}

.service-item * {
  transition: .5s;
}

.service-item:hover * {
  color: var(--light) !important;
}

/*******************************/
/********** About CSS **********/
/*******************************/
.about {
  position: relative;
  width: 100%;
  padding: 45px 0;
}

.about .section-header {
  margin-bottom: 30px;
  margin-left: 0;
}

.about .about-img {
  position: relative;
}

.about .about-img img {
  position: relative;
  width: 100%;
  border-radius: 15px;
}

.about .btn-play {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  border: none;
  outline: none;
  padding: 18px 20px 18px 28px;
}

.about .btn-play:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fbaf32;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.about .btn-play:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 100px;
  height: 100px;
  background: #fbaf32;
  border-radius: 50%;
  transition: all 200ms;
}

.about .btn-play img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.about .btn-play span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 32px solid #ffffff;
  border-top: 22px solid transparent;
  border-bottom: 22px solid transparent;
}

@keyframes pulse-border {
0% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
  opacity: 1;
}
100% {
  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  opacity: 0;
}
}

.about .about-content {
  position: relative;
}

.about .about-text p {
  font-size: 16px;
}

.about .about-text a.btn {
  position: relative;
  margin-top: 15px;
}

@media (max-width: 991.98px) {
  .about .about-img {
      margin-bottom: 30px;
  }
}

/*******************************/
/*********** Menu CSS **********/
/*******************************/
.menu {
  position: relative;
  padding: 45px 0 15px 0;
}

.menu .menu-tab {
  position: relative;
}

.menu .menu-tab img {
  max-width: 100%;
  border-radius: 15px;
}

.menu .menu-tab .nav.nav-pills .nav-link {
  color: #ffffff;
  background: #fbaf32;
  border-radius: 5px;
  margin: 0 5px;
}

.menu .menu-tab .nav.nav-pills .nav-link:hover,
.menu .menu-tab .nav.nav-pills .nav-link.active {
  color: #ffffff;
  background: #37b6ff;
}

.menu .menu-tab .tab-content {
  padding: 30px 0 0 0;
  background: transparent;
}

.menu .menu-tab .tab-content .container {
  padding: 0;
}

.menu .menu-item {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.menu .menu-img {
  width: 80px;
  margin-right: 20px;
}

.menu .menu-img img {
  width: 100%;
  border-radius: 100px;
}

.menu .menu-text {
  width: calc(100% - 100px);
}

.menu .menu-text h3 {
  position: relative;
  display: block;
  font-size: 22px;
  font-weight: 700;
}

.menu .menu-text h3::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 0;
  top: 13px;
  left: 0;
  border-top: 2px dotted #cccccc;
  z-index: -1;
}

.menu .menu-text h3 span {
  display: inline-block;
  float: left;
  padding-right: 5px;
  background: #ffffff;
}

.menu .menu-text h3 strong {
  display: inline-block;
  float: right;
  padding-left: 5px;
  color: #fbaf32;
  background: #ffffff;
}

.menu .menu-text p {
  position: relative;
  margin: 5px 0 0 0;
  float: left;
  display: block;
}

@media(max-width: 575.98px) {
  .menu .menu-text p,
  .menu .menu-text h3,
  .menu .menu-text h3 span,
  .menu .menu-text h3 strong {
      display: block;
      float: none;
      padding: 0;
      margin: 0;
  }
  
  .menu .menu-text h3 {
      font-size: 18px;
      margin-bottom: 0;
  }
  
  .menu .menu-text h3 span {
      margin-bottom: 3px;
  }
  
  .menu .menu-text h3::after {
      display: none;
  }
}

br {
  display: block;
}

@media screen and (max-width: 768px) {
  br {
      display: none;
  }
}

.fixed_contact {
  position: fixed;
  right: -40px;
  z-index: 99999;
  top: 70%;
}

.fixed_contact ul {
  list-style-type: none;
}

.fixed_contact li a:hover {
  /* right: 0; */
  right: 20px;
  background: #fff;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
}

.fixed_contact li a {
  width: 100%;
  padding: 3px 10px;
  height: 50px;
  display: inline-flex;
  background: #fff;
  border: 3px solid #fff;
  border-right: unset !important;
  align-items: center;
  text-decoration: none;
  border-radius: 50px 0 0 50px;
  margin-bottom: 6px;
  justify-content: flex-start;
  position: relative;
  right: -78px;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
}

.side-images {
  width: 30px;
  height: 30px;
}
a:hover {
    color: var(--primary);
    text-decoration:none !important;
}
 a:focus{
     text-decoration:none !important;
 }
.fixed_contact ul li a span.whats {
  margin-left: 9px;
  margin-right: 19px;
      font-size: 16px;
    font-weight: 600;
}

.fixed_contact ul li a span.phones {
  margin-left: 14px;
}

.fixed_contact ul li a.phone_icon i {
  margin-top: 6px;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #FFFEFE;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.5rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}

.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #f8f8f8;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.5rem - 1px) calc(0.5rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: #f8f8f8;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.5rem - 1px) calc(0.5rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-tabs .nav-link.active {
  background-color: #FFFEFE;
  border-bottom-color: #FFFEFE;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.5rem - 1px);
  border-top-right-radius: calc(0.5rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.5rem - 1px);
  border-bottom-left-radius: calc(0.5rem - 1px);
}

.card-group > .card {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .card-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}