@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Nunito:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Josefin Sans", sans-serif;
  color: #3B3D3C;
  background-color: rgb(20, 20, 20);
}

ion-icon {
  margin-top: 5px;
}
ion-icon:hover {
  cursor: pointer;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #2F2B2B;
}
a:hover {
  cursor: pointer;
}

input,
img,
.slick-slider {
  outline: none;
}

button {
  border: none;
  outline: none;
}
button:hover {
  cursor: pointer;
}

p {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #353535;
}

.imgdiv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 768px) {
  p {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.call-btn-wrap {
  position: fixed;
  top: 80px;
  right: 20px;
  z-index: 9999;
}
.call-btn-wrap a {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #ffcc00;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  position: relative;
}
.call-btn-wrap a span {
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
  border: 1px solid #ffcc00;
  transition: 0.4s all;
}
.call-btn-wrap a i {
  font-size: 16px;
  color: #000;
}
.call-btn-wrap a:hover span {
  height: 45px;
  width: 45px;
}

button {
  font-family: "Josefin Sans", sans-serif;
  color: white;
  background: transparent;
  text-transform: uppercase;
  border: 1px solid white;
  padding: 7px 15px;
  letter-spacing: 0.4px;
  position: relative;
  overflow: hidden;
  z-index: 20;
}
button .fa-arrow-right {
  transform: translate(-8px, 2px);
  color: #FF480D;
  font-size: 17px;
}
button .hover-curve {
  position: absolute;
  transition: 0.5s;
  border-radius: 25px;
  width: 130%;
  height: 100%;
  left: -109%;
  top: 0;
  z-index: -19;
  background-color: white;
}
button:hover {
  cursor: pointer;
  color: #FF480D;
}
button:hover .hover-curve {
  left: -14%;
}

.page {
  padding-bottom: 50px;
}
.page .container {
  max-width: 85%;
  margin: 0 auto;
}

/* Christmas */
.christmas-image {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9;
}
.christmas-image .figure {
  max-width: 200px;
}
.christmas-image .figure img {
  width: 100%;
}

@media screen and (max-width: 992px) {
  .page {
    padding-bottom: 30px;
  }
  .page .container {
    max-width: 95%;
  }
}
@media screen and (max-width: 767px) {
  .page-book .page-wrapper .wrapper {
    flex-direction: row !important;
  }
}
.breadcrumb-wrapper {
  background: url("../images/breadcrumb-bg11.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding: 4em 0;
  position: relative;
}
.breadcrumb-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.breadcrumb-wrapper .bread-title {
  padding: 15px 0;
  position: relative;
}
.breadcrumb-wrapper h4 {
  font-size: 48px;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}
.breadcrumb-wrapper p {
  font-size: 16px;
  color: #fff;
  font-weight: 600;
}
.breadcrumb-wrapper .bgcolor {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  padding: 0 5px;
  color: #fff;
}
.breadcrumb-wrapper .breadcrumb {
  margin: 0;
  display: inline-block;
  background-color: #ffcc00;
  border-radius: 0;
  position: relative;
  padding: 20px;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  display: inline;
}
.breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  transition: 0.3s ease-in;
  display: inline;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  font-family: "";
  color: #fff;
  padding: 10px;
}

@media screen and (max-width: 1200px) {
  .breadcrumb-wrapper h4 {
    font-size: 38px;
  }
  .breadcrumb-wrapper p {
    font-size: 14px;
  }
  .breadcrumb-wrapper .breadcrumb {
    padding: 20px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 16px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 16px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 10px;
  }
}
@media screen and (max-width: 992px) {
  .breadcrumb-wrapper {
    padding-top: 1em;
  }
  .breadcrumb-wrapper h4 {
    font-size: 32px;
  }
  .breadcrumb-wrapper p {
    font-size: 14px;
  }
  .breadcrumb-wrapper .breadcrumb {
    padding: 10px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 14px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 14px;
  }
  .breadcrumb-item + .breadcrumb-item::before {
    padding: 10px;
  }
}
@media screen and (max-width: 576px) {
  .breadcrumb-wrapper {
    padding-top: 0.5em;
  }
  .breadcrumb-wrapper .breadcrumb {
    padding: 10px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item {
    font-size: 13px;
  }
  .breadcrumb-wrapper .breadcrumb .breadcrumb-item a {
    font-size: 13px;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Josefin Sans", sans-serif;
  line-height: 1.2;
}

h4,
.h4 {
  font-size: 2.5rem;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 2rem;
  font-weight: 600;
}

h6,
.h6 {
  font-size: 1.5rem;
  font-weight: 600;
}

p {
  font-size: 0.875rem;
  font-weight: 400;
  color: #d9d9d9;
  line-height: 1.7;
}

header {
  padding: 0 70px;
}

nav {
  max-width: 1600px;
  margin: auto;
  min-height: 75px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 40px;
}
nav .imgdiv img {
  max-width: 160px;
}
nav ul {
  display: flex;
}
nav ul li {
  margin-right: 45px;
  font-size: 14px;
  letter-spacing: 0.3px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
}
nav ul li img {
  margin-right: 10px;
}
nav ul li a {
  color: #fff;
}
nav ul li a:hover {
  opacity: 0.7;
}
nav ul li:last-child {
  margin-right: 0;
}
nav ul li .dropdown-menu {
  display: none;
}
nav ul li:hover .dropdown-menu {
  display: block;
  position: absolute;
  background-color: #fff;
  padding: 5px 0;
  box-shadow: 0px 4px 4px -4px #333;
  border-radius: 4px;
  z-index: 2;
}
nav ul li:hover .dropdown-menu ul {
  flex-direction: column;
  margin: 5px;
}
nav ul li:hover .dropdown-menu ul .dropdown-link {
  font-size: 12px;
  color: #333;
}
nav ul li:hover .dropdown-menu ul .dropdown-link li {
  width: 150px;
  padding: 5px;
  margin-right: 0;
  margin-bottom: 5px;
  text-align: left;
}
nav ul li:hover .dropdown-menu ul .dropdown-link.bgcolor {
  background-color: transparent;
}
nav ul li:hover .dropdown-menu ul .dropdown-link:hover {
  color: #fff;
  background-color: #ffcc00;
}
nav ion-icon {
  font-size: 40px;
  color: #fff;
}
nav ion-icon:hover {
  opacity: 0.7;
}
nav .sidebar-icon {
  display: none;
}
nav .sidebar {
  position: fixed;
  box-shadow: -1px 0px 3px 0px #cbc9c9;
  right: 0;
  top: 75px;
  width: 200px;
  transform: translateX(300px);
  background-color: white;
  height: 100vh;
  z-index: 100;
}
nav .sidebar ul {
  display: block;
}
nav .sidebar ul .navlists {
  display: none;
}
nav .sidebar ul li {
  padding: 12px 15px;
  margin: 0;
  transition: 0.3s margin;
}
nav .sidebar ul li a {
  color: #525252;
}
nav .sidebar ul li:hover {
  margin-left: 10px;
}
nav .showSidebar {
  transition: 0.3s;
  transform: translateX(0px);
}

.showShadow {
  box-shadow: 0 1px 3px 0px #cbc9c9;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 100;
  background: white;
  transition: 0.3s;
}
.showShadow nav {
  padding: 0 40px;
}

.sidebar ul .navlists a li .dropdown-menu .dropdown-link:hover {
  color: #333;
  background-color: #ffcc00;
}

@media screen and (max-width: 1200px) {
  nav {
    padding: 10px 0px;
  }
  nav ion-icon {
    font-size: 35px;
  }
  nav ul {
    display: none;
  }
  nav .sidebar-icon {
    display: inline;
  }
  nav .sidebar ul .navlists {
    display: block;
  }
  nav .sidebar ul .navlists li .dropdown-menu ul .dropdown-link:hover li {
    color: #fff;
    background-color: #ffcc00;
  }
  nav .sidebar ul li:hover .dropdown-menu {
    position: inherit;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0 30px;
  }
  nav ion-icon {
    font-size: 25px;
  }
}
.banner {
  position: relative;
}
.banner .booking-form {
  z-index: 2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.banner .booking-form .form {
  margin-left: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
}
.banner .booking-form .form .wrapper .form-group .form-control {
  height: 35px;
  font-size: 13px;
}
.banner .booking-form .form .wrapper .form-group.message textarea {
  min-height: 70px;
}
.banner .block {
  position: relative;
  background: url(../images/banner1.jpg) no-repeat center/cover;
}
.banner .block .image {
  max-height: calc(100vh - 70px);
  width: 100%;
  position: relative;
}
.banner .block .image img {
  width: 100%;
}
.banner .block .image::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  height: 90px;
  width: 100%;
  z-index: 2;
  background: url(../images/shape.png) no-repeat center 100%/cover;
}
.banner .block .image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.5);
}
.banner .block .text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 15px;
  max-width: 700px;
  z-index: 3;
  padding: 0 80px;
}
.banner .block .text h2 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.03em;
  color: #fff;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.banner .block .text h5 {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  font-weight: 400;
}
.banner .block .text .button {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 35px;
}
.banner .block .text .button .btn-effect {
  margin-left: 10px;
  margin-right: 25px;
  letter-spacing: 1px;
  color: #fff;
  padding: 10px 22px;
  border: 1px solid #fff;
}
.banner .block .text .button .btn-effect:hover {
  background-color: #fff;
  color: #ffcc00;
}
.banner .block .text .button .btn-effect:last-child {
  background-color: #ffcc00;
  border-color: #ffcc00;
}
.banner .block .text .button .btn-effect:last-child:hover {
  color: #fff;
}

.mother-day {
  position: fixed;
  height: 150px;
  width: 500px;
  padding: 20px;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  border-radius: 10px 0px 0px 10px;
  overflow: hidden;
  background-color: rgb(95, 176, 196);
}
.mother-day .upper {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 10px;
}
.mother-day .upper i {
  font-size: 60px;
  color: rgb(97, 129, 38);
}
.mother-day .upper .heading {
  font-size: 30px;
  padding-left: 10px;
}
.mother-day .bottom {
  font-size: 22px;
  text-align: center;
}
.mother-day .bottom span {
  color: rgb(97, 129, 38);
  font-weight: 700;
}

@media screen and (max-width: 650px) {
  .mother-day {
    border-radius: 0px;
    width: 100%;
    height: 100px;
  }
  .mother-day .upper {
    padding-bottom: 5px;
  }
  .mother-day .upper i {
    font-size: 40px;
  }
  .mother-day .upper .heading {
    font-size: 20px;
    padding-left: 10px;
  }
  .mother-day .bottom {
    font-size: 16px;
  }
}
.footer-gap {
  height: 150px;
}

@media screen and (max-width: 650px) {
  .footer-gap {
    height: 100px;
  }
}
@media screen and (max-width: 1200px) {
  .banner .booking-form {
    position: static;
    transform: translateY(0);
  }
  .banner .booking-form .form {
    width: 75%;
    margin: 0 auto;
  }
  .banner .block .image::after {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .banner .block .text h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .banner .booking-form .form {
    width: 90%;
  }
  .banner .booking-form .form .mainTitle {
    font-size: 22px;
  }
  .banner .booking-form .form .wrapper .form-group {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .banner .booking-form .form .wrapper .form-group:nth-child(odd) {
    margin-right: 10px;
  }
  .banner .booking-form .form .wrapper .form-group.message {
    margin-right: 0;
  }
  .banner .block .image {
    height: 350px;
    min-height: 350px;
  }
  .banner .block .image img {
    height: 350px;
    min-height: 350px;
    width: 100%;
    max-width: initial;
    object-fit: cover;
  }
  .banner .block .text {
    width: 100%;
    text-align: center;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 600px;
    margin: 0 auto;
  }
  .banner .block .text h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .banner .block .button {
    justify-content: center;
  }
  .banner .block .button a {
    font-size: 13px;
  }
}
@media screen and (max-width: 576px) {
  .banner .slick-arrow {
    display: none !important;
  }
  .banner .block .text {
    margin-top: 20px;
    position: static;
    transform: translate(0);
  }
  .banner .block .text h2 {
    color: #ffcc00;
  }
  .banner .block .text h5 {
    color: #8a8a8a;
    font-size: 14px;
  }
  .banner .block .button {
    justify-content: center;
    padding-bottom: 10px;
  }
  .banner .block .button a {
    font-size: 12px;
    padding: 8px 18px;
  }
}
@media screen and (max-width: 576px) and (max-width: 400px) {
  .banner .block .button a {
    font-size: 11px;
    padding: 7px 15px;
  }
}
@media screen and (max-width: 576px) {
  .banner .block .button a.white {
    border: 1px solid #000;
  }
  .banner .block .button a.white::before, .banner .block .button a.white::after {
    border-color: #000;
  }
}
.services-section {
  padding: 60px 0 30px 0;
  margin-top: 50px;
}
.services-section .container {
  max-width: 85%;
  margin: 0 auto;
}
.services-section .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.services-section .wrapper .block {
  padding: 0 20px 40px 20px;
  border-radius: 8px;
  background-color: #fff;
  flex: 0 0 33%;
  width: 33%;
}
.services-section .wrapper .block .image img {
  margin-top: -30px;
  border-radius: 8px;
  max-width: 100%;
}
.services-section .wrapper .block .content {
  padding: 0 30px;
}
.services-section .wrapper .block .title {
  font-size: 20px;
  color: #333;
  margin: 20px auto;
  text-align: center;
  line-height: 1.5;
}
.services-section .wrapper .block ul {
  margin-bottom: 35px;
}
.services-section .wrapper .block ul li {
  margin-bottom: 15px;
  line-height: 1.6;
  font-weight: 300;
  text-align: center;
  font-family: "Roboto", sans-serif;
}
.services-section .wrapper .block ul li::before {
  content: "";
  display: inline-block;
  color: #ffcc00;
  margin-right: 8px;
  background: url(../images/tick.png) no-repeat center center/contain;
  height: 14px;
  width: 14px;
}
.services-section .wrapper .block .button {
  background-color: #ffcc00;
  color: #333;
  padding: 10px 0;
  border-radius: 30px;
  width: 220px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
}
.services-section .wrapper .block:nth-child(2) {
  margin: 0 20px;
}

@media screen and (max-width: 992px) {
  .services-section {
    margin-top: 40px;
  }
  .services-section .container {
    max-width: 95%;
  }
  .services-section .wrapper {
    flex-direction: column;
  }
  .services-section .wrapper .block {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 100px;
  }
  .services-section .wrapper .block .image {
    text-align: center;
    margin-top: -30px;
  }
  .services-section .wrapper .block .content {
    padding: 0;
  }
  .services-section .wrapper .block .title {
    font-size: 18px;
  }
  .services-section .wrapper .block ul {
    margin-bottom: 35px;
  }
  .services-section .wrapper .block ul li {
    margin-bottom: 15px;
    line-height: 1.6;
    font-weight: 300;
    text-align: center;
    font-family: "Roboto", sans-serif;
  }
  .services-section .wrapper .block ul li::before {
    content: "";
    display: inline-block;
    color: #ffcc00;
    margin-right: 8px;
    background: url(../images/tick.png) no-repeat center center/contain;
    height: 14px;
    width: 14px;
  }
  .services-section .wrapper .block .button {
    background-color: #ffcc00;
    color: #333;
    padding: 10px 0;
    border-radius: 30px;
    width: 220px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
  }
  .services-section .wrapper .block:nth-child(2) {
    margin-bottom: 100px;
  }
  .services-section .wrapper .block:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .services-section .wrapper .block .title {
    font-size: 14px;
  }
  .services-section .wrapper .block ul {
    margin-bottom: 25px;
  }
  .services-section .wrapper .block ul li {
    font-size: 13px;
    margin-bottom: 6px;
  }
}
.cab-form {
  position: relative;
  padding: 80px 0;
  margin-top: 50px;
}
.cab-form::after, .cab-form::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.cab-form::after {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+36,0.42+60,0.54+73,0.6+84,0.65+95 */
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.54) 73%, rgba(0, 0, 0, 0.6) 84%, rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.54) 73%, rgba(0, 0, 0, 0.6) 84%, rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0.65) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0.42) 60%, rgba(0, 0, 0, 0.54) 73%, rgba(0, 0, 0, 0.6) 84%, rgba(0, 0, 0, 0.65) 95%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: gradient(startColorstr="#00000000", endColorstr="#a6000000", GradientType=1);
  /* IE6-9 */
}
.cab-form::before {
  background: url(../images/form.jpg) no-repeat center/cover;
}
.cab-form .content-wrapper {
  position: relative;
  z-index: 2;
}
.cab-form .content-wrapper .container {
  max-width: 85%;
  margin: 0 auto;
}

.booking-form .form {
  width: 50%;
  margin-left: 50%;
  padding: 40px;
  background-color: #fff;
}
.booking-form .form .mainTitle {
  font-size: 32px;
  color: #525252;
  margin-bottom: 30px;
  font-weight: 700;
  position: relative;
}
.booking-form .form .mainTitle::after {
  content: "";
  display: block;
  height: 3px;
  width: 45px;
  background-color: #ffcc00;
  margin-left: 2px;
}
.booking-form .form .wrapper .form-group {
  width: calc(50% - 15px);
  margin-bottom: 20px;
}
.booking-form .form .wrapper .form-group:nth-child(odd) {
  margin-right: 30px;
}
.booking-form .form .wrapper .form-group.message {
  margin-right: 0;
  width: 100%;
}
.booking-form .form .wrapper .form-group.message textarea {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  resize: none;
  min-height: 100px;
}
.booking-form .form .wrapper .form-group .form-control {
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  color: #8a8a8a;
  padding: 8px;
  border: 1px solid #e2e2e2;
  height: 42px;
  border-radius: 3px;
  background-color: #fff;
}
.booking-form .form .wrapper .form-group .form-control option {
  color: #8a8a8a;
}
.booking-form .form .wrapper .form-group .form-control:focus-visible {
  outline: none;
}
.booking-form .form .wrapper .form-group.mainTime {
  position: relative;
  display: none;
  margin-right: 0 !important;
}
.booking-form .form .wrapper .form-group.mainTime .opt {
  position: absolute;
  right: 0;
  top: 0;
  left: calc(100% - 60px);
  width: 60px;
}
.booking-form .form .button .btn {
  padding: 10px 30px;
  background-color: #ffcc00;
  font-size: 13px;
  color: #000;
  border-radius: 30px;
}

@media screen and (max-width: 992px) {
  .booking-form .form {
    width: 90%;
  }
  .booking-form .form .mainTitle {
    font-size: 22px;
  }
  .booking-form .form .wrapper .form-group {
    margin-bottom: 10px;
    width: calc(50% - 5px);
  }
  .booking-form .form .wrapper .form-group:nth-child(odd) {
    margin-right: 10px;
  }
  .booking-form .form .wrapper .form-group.message {
    margin-right: 0;
  }
  .booking-form .form .wrapper .form-group .form-control {
    font-size: 13px;
  }
  .cab-form .booking-form .form {
    margin-left: 0;
    width: 100%;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .booking-form .form .wrapper .form-group.mainTime-lg {
    display: none;
  }
  .booking-form .form .wrapper .form-group.mainTime {
    display: block;
  }
}
.orange-curve-div {
  margin-top: 280px;
  padding-bottom: 75px;
  min-height: 500px;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #FF480D;
  position: relative;
}
.orange-curve-div .make-curve {
  position: absolute;
  width: 100%;
  padding: 35px;
  left: 0;
  top: -35px;
  z-index: 19;
  background-color: white;
  border-radius: 100%;
}
.orange-curve-div .crossdiv {
  position: absolute;
  z-index: 20;
  top: -200px;
  max-width: 1100px;
  background: #F6F6F6;
  box-shadow: 0 0 8px -2px grey;
  display: flex;
}
.orange-curve-div .crossdiv .descriptions {
  padding: 26px;
  width: 50%;
}
.orange-curve-div .crossdiv .descriptions h2 {
  text-transform: uppercase;
  margin-bottom: 18px;
  font-weight: 400;
}
.orange-curve-div .crossdiv .descriptions h2 span {
  font-size: 60px;
  font-weight: 600;
}
.orange-curve-div .crossdiv .descriptions .crossdiv-compo {
  display: flex;
  justify-content: center;
  margin-bottom: 23px;
}
.orange-curve-div .crossdiv .descriptions .crossdiv-compo h3 {
  color: #68E2C7;
  font-size: 33px;
  flex: 0 0 25%;
}
.orange-curve-div .crossdiv .descriptions .crossdiv-compo h4 {
  font-size: 20px;
}
.orange-curve-div .crossdiv .descriptions .crossdiv-compo p {
  font-weight: 500;
  letter-spacing: 0.2px;
  word-spacing: 2px;
}
.orange-curve-div .crossdiv .cross-image-div {
  width: 50%;
}
.orange-curve-div .crossdiv .cross-image-div img {
  width: 100%;
  height: 100%;
}
.orange-curve-div .contents {
  max-width: 800px;
  text-align: center;
  color: white;
}
.orange-curve-div .contents h3 {
  font-size: 34px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}
.orange-curve-div .contents h4 {
  font-size: 21px;
  letter-spacing: 0.4px;
  margin: 10px 0 45px 0px;
}
.orange-curve-div .contents button .contact-text {
  color: #fff;
  transition: 0.3s ease-in-out;
}
.orange-curve-div .contents button:hover .contact-text {
  color: #333;
}

@media screen and (max-width: 1100px) {
  .orange-curve-div {
    margin-top: 250px;
  }
  .orange-curve-div .contents h3 {
    font-size: 30px;
  }
  .orange-curve-div .make-curve {
    display: none;
  }
  .orange-curve-div .crossdiv {
    top: -200px;
    max-width: 1100px;
    background: #F6F6F6;
    display: flex;
  }
  .orange-curve-div .crossdiv .descriptions {
    padding: 26px;
    width: 100%;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo {
    display: flex;
    justify-content: center;
    margin-bottom: 23px;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo h3 {
    color: #68E2C7;
    font-size: 33px;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo div {
    flex: 0 0 75%;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo h4 {
    font-size: 20px;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo p {
    font-weight: 500;
  }
  .orange-curve-div .crossdiv .cross-image-div {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .orange-curve-div {
    padding-bottom: 40px;
  }
  .orange-curve-div .contents h3 {
    font-size: 30px;
  }
  .orange-curve-div .make-curve {
    display: none;
  }
  .orange-curve-div .crossdiv {
    top: -200px;
    max-width: 500px;
    background: #F6F6F6;
    display: flex;
  }
  .orange-curve-div .crossdiv .descriptions {
    padding: 26px;
    text-align: center;
    width: 100%;
  }
  .orange-curve-div .crossdiv .descriptions h2 {
    font-size: 22px;
  }
  .orange-curve-div .crossdiv .descriptions h2 span {
    font-size: 40px;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 23px;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo h3 {
    font-size: 25px;
    margin-bottom: 3px;
    flex: 0 0 100%;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo div {
    flex: 0 0 100%;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo h4 {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .orange-curve-div .crossdiv .descriptions .crossdiv-compo p {
    letter-spacing: 0.5px;
    font-size: 14px;
  }
  .orange-curve-div .crossdiv .cross-image-div {
    display: none;
  }
  .orange-curve-div .contents h3 {
    font-size: 26px;
    letter-spacing: 0.2px;
  }
  .orange-curve-div .contents h4 {
    font-size: 18px;
    letter-spacing: 0.2px;
  }
}
@media screen and (max-width: 576px) {
  .orange-curve-div .contents h3 {
    font-size: 22px;
  }
  .orange-curve-div .contents h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .orange-curve-div .contents h3 {
    font-size: 18px;
  }
  .orange-curve-div .contents h4 {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .orange-curve-div {
    margin-top: 350px;
  }
  .orange-curve-div .crossdiv {
    top: -275px;
  }
}
.features {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  margin: 100px auto;
}
.features .imgdiv {
  max-width: 500px;
}
.features .content-wrapper {
  position: relative;
  max-width: 450px;
  padding: 20px 60px;
  border-left: 1px solid grey;
  border-right: 1px solid grey;
  margin-left: 50px;
}
.features .content-wrapper .top-curve {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  height: 60px;
  right: -1px;
  top: -58px;
  border-radius: 100% 0 0 0;
  border-top: 1px solid grey;
  border-right: 1px solid grey;
  z-index: -10;
}
.features .content-wrapper .top-curve img {
  transform: translate(-21px, 0px) rotate(0deg) scale(1.2);
  background: transparent;
}
.features .content-wrapper .bottom-curve {
  position: absolute;
  display: flex;
  z-index: -10;
  width: 101%;
  height: 70px;
  right: -3px;
  bottom: -33px;
  border-radius: 0 0 50% 50%;
  border-bottom: 1.5px solid grey;
}
.features .content-wrapper .bottom-curve img {
  transform: translate(27px, -17px) rotate(-2deg) scale(1.5);
  background: transparent;
}
.features .content-wrapper .content {
  display: flex;
  margin-bottom: 25px;
}
.features .content-wrapper .content span {
  font-size: 35px;
  color: #ffcc00;
  margin-right: 35px;
}
.features .content-wrapper .content h3 {
  font-family: "Raleway", sans-serif;
  font-size: 27px;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
  color: #fff;
}
.features .content-wrapper .content p {
  font-family: "Raleway", sans-serif;
  line-height: 24px;
  font-size: 14px;
  letter-spacing: 0.6px;
  color: #8a8a8a;
}

@media screen and (max-width: 1100px) {
  .features .imgdiv {
    max-width: 400px;
    margin-bottom: 100px;
  }
  .features .content-wrapper {
    max-width: 375px;
    padding: 20px 25px;
    margin-left: 25px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    flex-direction: column;
    align-items: center;
    margin: 50px auto;
  }
  .features .imgdiv {
    max-width: 350px;
    margin-bottom: 30px;
  }
  .features .content-wrapper {
    margin-left: 0px;
    border: none;
  }
  .features .content-wrapper .top-curve {
    display: none;
  }
  .features .content-wrapper .top-curve img {
    transform: translate(0px, -7px) rotate(0deg) scale(1);
  }
  .features .content-wrapper .bottom-curve {
    display: none;
  }
  .features .content-wrapper .bottom-curve img {
    transform: translate(0px, -5px) rotate(0deg) scale(1);
  }
  .features .content-wrapper .content {
    margin-bottom: 20px;
  }
  .features .content-wrapper .content span {
    font-size: 25px;
    color: #FF480D;
    margin-right: 20px;
  }
  .features .content-wrapper .content h3 {
    font-size: 23px;
    letter-spacing: 0.3px;
  }
  .features .content-wrapper .content p {
    font-family: "Raleway", sans-serif;
    line-height: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .features .content-wrapper .content h3 {
    font-size: 18px;
  }
  .features .content-wrapper .content p {
    font-size: 13px;
  }
}
.section-action {
  padding: 70px 0;
  background-color: #fff;
}
.section-action .container {
  max-width: 85%;
  margin: 0 auto;
}
.section-action .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 100%;
}
.section-action .wrapper .block {
  padding: 0 20px;
  border-radius: 8px;
  flex: 0 0 25%;
  width: 25%;
}
.section-action .wrapper .block img {
  max-width: 300px;
}
.section-action .wrapper .block .title {
  margin-bottom: 20px;
  font-size: 20px;
}
.section-action .wrapper .block p {
  line-height: 1.8;
}
.section-action .wrapper .block .button {
  text-align: center;
}
.section-action .wrapper .block .button .btn {
  font-size: 14px;
  color: #000;
  background-color: #ffcc00;
  padding: 16px 32px;
  border-radius: 30px;
}
.section-action .wrapper .block:nth-child(2) {
  flex: 0 50%;
  margin-left: 30px;
  margin-right: 30px;
}

@media screen and (max-width: 1376px) {
  .section-action .wrapper .block img {
    max-width: 100%;
  }
  .section-action .wrapper .block .button .btn {
    padding: 12px 24px;
  }
}
@media screen and (max-width: 992px) {
  .section-action .container {
    max-width: 95%;
  }
  .section-action .wrapper {
    flex-direction: column;
  }
  .section-action .wrapper .block {
    flex: 0 0 100%;
    width: 100%;
  }
  .section-action .wrapper .block img {
    max-width: 200px;
  }
  .section-action .wrapper .block .title {
    margin-top: 20px;
  }
  .section-action .wrapper .block .button {
    margin-top: 30px;
    text-align: left;
  }
  .section-action .wrapper .block .button .btn {
    font-size: 14px;
    color: #fff;
    background-color: #98AE6B;
    padding: 16px 32px;
    border-radius: 30px;
  }
  .section-action .wrapper .block:nth-child(2) {
    flex: 0 50%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
.gallery {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 50px;
}
.gallery .imgdiv {
  position: relative;
  max-width: calc(25% - 20px);
  height: 225px;
  margin-bottom: 20px;
}
.gallery .imgdiv:hover {
  cursor: pointer;
}
.gallery .imgdiv:hover .hov-layer {
  z-index: 10;
}
.gallery .imgdiv:hover .hov-layer h3 {
  opacity: 1;
  transform: scale(1);
}
.gallery .imgdiv:hover .hov-layer button {
  right: 0px;
}
.gallery .imgdiv .hov-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -10;
  overflow: hidden;
  padding: 25px;
  background-color: rgba(0, 0, 0, 0.8);
  color: #98AE6B;
}
.gallery .imgdiv .hov-layer h3 {
  opacity: 0;
  transform: scale(0);
  transition: 0.3s;
}
.gallery .imgdiv .hov-layer h3:first-child {
  color: white;
  margin-bottom: 10px;
  transition-delay: 0.3s;
}
.gallery .imgdiv .hov-layer button {
  position: absolute;
  right: -60px;
  bottom: 0;
  transition: 0.5s;
  width: 60px;
  height: 40px;
  line-height: 30px;
  text-align: center;
  font-size: 20px;
  color: black;
  background-color: white;
}
.gallery .imgdiv .hov-layer button:hover {
  color: #1594A4;
}

@media screen and (max-width: 1100px) {
  .gallery {
    margin-right: 20px;
  }
  .gallery .imgdiv {
    max-width: calc(33.3333333333% - 25px);
  }
}
@media screen and (max-width: 768px) {
  .gallery {
    padding: 25px;
  }
  .gallery .imgdiv {
    max-width: calc(50% - 15px);
    height: auto;
    margin-bottom: 15x;
  }
  .gallery .imgdiv .hov-layer h3 {
    font-size: 16px;
  }
  .gallery .imgdiv .hov-layer button {
    height: 30px;
    width: 45px;
    line-height: 15px;
    font-size: 17px;
  }
}
@media screen and (max-width: 450px) {
  .gallery .imgdiv .hov-layer {
    padding: 10px;
  }
  .gallery .imgdiv .hov-layer h3 {
    font-size: 13px;
  }
  .gallery .imgdiv .hov-layer button {
    height: 25px;
    width: 25px;
    font-size: 13px;
  }
}
.clients-reviews {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 80px 0;
}
.clients-reviews h1 {
  color: #ffcc00;
  font-size: 40px;
  text-transform: uppercase;
}
.clients-reviews h2 {
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 25px;
}
.clients-reviews p {
  color: rgb(197, 197, 197);
  padding: 10px 0;
  font-weight: 400;
  line-height: 1.8;
}
.clients-reviews .about-us {
  width: 35%;
  margin-right: 50px;
}
.clients-reviews .about-us button {
  margin-top: 30px;
  color: #ffcc00;
  background: #000;
  border: 1px solid #ffcc00;
  padding: 10px 30px 10px 20px;
}
.clients-reviews .about-us button .fa-arrow-right {
  color: white;
}
.clients-reviews .about-us button .hover-curve {
  background-color: #ffcc00;
}
.clients-reviews .about-us button .contact-text {
  color: #ffcc00;
  transition: 0.3s ease-in-out;
}
.clients-reviews .about-us button:hover {
  color: white;
}
.clients-reviews .about-us button:hover .contact-text {
  color: #fff;
}
.clients-reviews .clients-info {
  width: 35%;
}
.clients-reviews .clients-info .imgdiv {
  width: 75px;
  height: 75px;
  border-radius: 75px;
  margin-right: 25px;
}
.clients-reviews .clients-info .wrapper {
  margin: 10px 0;
}
.clients-reviews .clients-info h3 {
  font-size: 17px;
  color: #1594A4;
}
.clients-reviews .clients-info h4 {
  font-size: 15px;
  margin-top: 5px;
  font-weight: 400;
  font-style: italic;
  color: #fff;
}
.clients-reviews .clients-info p {
  background: #585858;
  padding: 15px;
  margin: 20px 0;
  border-radius: 8px;
}
.clients-reviews .clients-info .clients-slider .slide:focus {
  outline: none;
}
.clients-reviews .clients-info .clients-slider button {
  display: none;
}
.clients-reviews .clients-info .clients-slider .slick-dots {
  display: flex;
}
.clients-reviews .clients-info .clients-slider .slick-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid #ffcc00;
  transform: rotate(-45deg);
  margin: 7px;
}
.clients-reviews .clients-info .clients-slider .slick-dots li:hover {
  cursor: pointer;
}
.clients-reviews .clients-info .clients-slider .slick-dots .slick-active {
  background-color: #ffcc00;
}

@media screen and (max-width: 1100px) {
  .clients-reviews {
    padding: 10px 20px;
  }
  .clients-reviews h1 {
    font-size: 35px;
  }
  .clients-reviews h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .clients-reviews p {
    padding: 7px 0;
  }
  .clients-reviews .about-us {
    width: 85%;
    margin-right: 0;
    margin-bottom: 70px;
  }
  .clients-reviews .about-us button {
    margin-top: 25px;
  }
  .clients-reviews .clients-info {
    width: 85%;
  }
  .clients-reviews .clients-info .imgdiv {
    width: 75px;
    height: 75px;
    border-radius: 75px;
    margin-right: 25px;
  }
  .clients-reviews .clients-info .wrapper {
    margin: 10px 0;
  }
  .clients-reviews .clients-info h3 {
    font-size: 17px;
    color: #1594A4;
  }
  .clients-reviews .clients-info h4 {
    font-size: 15px;
    margin-top: 5px;
    font-weight: 400;
    font-style: italic;
  }
  .clients-reviews .clients-info p {
    background: #595959;
    padding: 15px;
    margin: 20px 0;
  }
  .clients-reviews .clients-info .clients-slider .slick-dots li {
    width: 10px;
    height: 10px;
  }
}
@media screen and (max-width: 768px) {
  .clients-reviews {
    margin: 60px 0;
    text-align: center;
  }
  .clients-reviews h1 {
    font-size: 27px;
  }
  .clients-reviews h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .clients-reviews p {
    letter-spacing: 0.6px;
  }
  .clients-reviews .about-us {
    width: 85%;
  }
  .clients-reviews .clients-info {
    width: 85%;
  }
  .clients-reviews .clients-info .imgdiv {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .clients-reviews .clients-info .wrapper {
    align-items: center;
    flex-direction: column;
  }
  .clients-reviews .clients-info .clients-slider .slick-dots {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .clients-reviews {
    margin: 40px 0;
  }
  .clients-reviews h1 {
    font-size: 22px;
  }
  .clients-reviews h2 {
    font-size: 18px;
  }
  .clients-reviews p {
    font-size: 14px;
  }
  .clients-reviews .clients-info p {
    font-size: 14px;
  }
}
footer {
  font-family: "Roboto", sans-serif;
  color: #d9d9d9;
  background: #222222;
  padding: 50px 20px;
}
footer p {
  color: #d9d9d9;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
footer .contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: auto;
  max-width: 1100px;
  text-align: center;
  padding: 40px;
  border-bottom: 1px solid #d9d9d9;
}
footer .contact span {
  display: inline-block;
  width: 55px;
  height: 55px;
  border-radius: 60px;
  background-color: #ffcc00;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  margin-bottom: 12px;
  color: #000;
}
footer .contact .logo-wrapper {
  flex: 0 0 calc(25% - 10px);
  margin: 0 5px;
  margin-bottom: 25px;
  word-break: break-all;
}
footer .contact .logo-wrapper p {
  letter-spacing: 0.2px;
  font-size: 13px;
}
footer .contact .logo-wrapper .footer-logo img {
  width: 100px;
}
footer .content-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: auto;
  max-width: 1100px;
  padding-top: 40px;
}
footer .content-wrapper .content {
  flex-basis: 20%;
  margin-bottom: 25px;
}
footer .content-wrapper .content:first-child {
  flex-basis: 30%;
}
footer .content-wrapper .content h2 {
  font-size: 21px;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 400;
  margin-bottom: 33px;
}
footer .content-wrapper .content p {
  line-height: 28px;
  font-weight: 400;
}
footer .content-wrapper .content ul li {
  margin: 8px 0;
  letter-spacing: 0.7px;
  text-transform: capitalize;
}
footer .content-wrapper .content ul li a {
  color: #d9d9d9;
  font-size: 14px;
  transition: 0.3s ease-in-out;
}
footer .content-wrapper .content ul li a:hover {
  color: #98AE6B;
}
footer .content-wrapper .content ul li span {
  display: inline-block;
  width: 10px;
  margin-right: 18px;
}

.footer-bottom {
  width: 100%;
  color: #d9d9d9;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  background-color: black;
  text-align: center;
  letter-spacing: 0.6px;
  padding: 20px;
}
.footer-bottom a {
  font-size: 14px;
  color: #d9d9d9;
}
.footer-bottom a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1100px) {
  footer .contact {
    justify-content: space-between;
    padding: 40px 20px;
  }
  footer .contact span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    margin-bottom: 12px;
  }
  footer .contact .logo-wrapper p {
    font-size: 14px;
  }
  footer .content-wrapper {
    width: 85%;
    justify-content: space-between;
  }
  footer .content-wrapper .content {
    flex-basis: 30%;
  }
  footer .content-wrapper .content h2 {
    margin-bottom: 10px;
  }
  footer .content-wrapper .content:first-child {
    flex-basis: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  footer .contact {
    padding: 20px;
  }
  footer .contact span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 19px;
    margin-bottom: 10px;
  }
  footer .contact .logo-wrapper p {
    font-size: 14px;
  }
  footer .content-wrapper {
    width: 100%;
  }
  footer .content-wrapper .content p {
    font-size: 15px;
    letter-spacing: 0.4px;
    line-height: 20px;
  }
  footer .content-wrapper ul {
    font-size: 14px;
  }
  footer .content-wrapper ul li {
    margin: 5px 0;
  }
  .footer-bottom {
    padding: 15px 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  footer {
    padding: 20px;
  }
  footer .contact {
    flex-direction: column;
  }
  footer .contact .logo-wrapper {
    width: 100%;
  }
  footer .contact .logo-wrapper span {
    font-size: 16px;
  }
  footer .contact .logo-wrapper p {
    font-size: 13px;
  }
  footer .content-wrapper {
    text-align: center;
  }
  footer .content-wrapper .content {
    flex-basis: 100%;
  }
  footer .content-wrapper .content:first-child {
    margin-bottom: 25px;
  }
  footer .content-wrapper .content:last-child {
    margin-bottom: 0;
  }
  footer .content-wrapper .content h2 {
    font-size: 18px;
  }
  footer .content-wrapper .content p {
    font-size: 13px;
  }
  footer .content-wrapper .content ul li a {
    font-size: 13px;
  }
  .footer-bottom {
    font-size: 13px;
  }
}
.page-about .page-wrapper .about-content {
  margin-top: 50px;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.page-about .page-wrapper .about-content .image {
  flex: 0 0 calc(40% - 20px);
  margin-left: 20px;
}
.page-about .page-wrapper .about-content .image img {
  width: 100%;
}
.page-about .page-wrapper .about-content .content {
  flex: 0 0 calc(60% - 20px);
  margin-right: 20px;
}
.page-about .page-wrapper .about-content .content .about-title {
  margin-bottom: 30px;
}
.page-about .page-wrapper .about-content .content .about-title h3 {
  font-size: 40px;
  color: #a9a9a9;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
}
.page-about .page-wrapper .about-content .content .about-title h6 {
  color: #ffcc00;
  font-size: 28px;
  font-weight: 400;
  margin-top: 5px;
}
.page-about .page-wrapper .about-content .content p {
  font-size: 14px;
  color: #727171;
  padding-bottom: 20px;
  line-height: 1.5;
}
.page-about .page-wrapper .about-paragraph p {
  font-size: 14px;
  color: #727171;
  line-height: 1.5;
}

@media screen and (max-width: 1100px) {
  .page-about .page-about-us {
    width: 85%;
  }
}
@media screen and (max-width: 992px) {
  .page-about .page-wrapper .about-content {
    flex-direction: column;
    justify-content: space-between;
    margin-top: 0;
  }
  .page-about .page-wrapper .about-content .image {
    flex: 0 0 100%;
    margin-left: 0;
  }
  .page-about .page-wrapper .about-content .image img {
    width: 100%;
    max-width: 500px;
  }
  .page-about .page-wrapper .about-content .content {
    flex: 0 0 100%;
    margin-right: 0;
    text-align: center;
    margin-top: 30px;
  }
  .page-about .page-wrapper .about-content .content .about-title {
    margin-bottom: 30px;
  }
  .page-about .page-wrapper .about-content .content .about-title h3 {
    font-size: 24px;
  }
  .page-about .page-wrapper .about-content .content .about-title h6 {
    font-size: 18px;
  }
}
.page-gallery {
  padding-top: 40px;
}
.page-gallery .gallery-title {
  text-align: center;
}
.page-gallery .gallery-title h5 {
  color: #a9a9a9;
  font-size: 40px;
  text-transform: uppercase;
}
.page-gallery .gallery-title h6 {
  color: #ffcc00;
  font-size: 28px;
  font-weight: 400;
  margin-top: 5px;
}
.page-gallery .gallery {
  padding-bottom: 0;
}

@media screen and (max-width: 991px) {
  .page-gallery .gallery-title h5 {
    font-size: 32px;
  }
  .page-gallery .gallery-title h6 {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .page-gallery .gallery-title h5 {
    font-size: 26px;
  }
  .page-gallery .gallery-title h6 {
    font-size: 18px;
  }
}
@media screen and (max-width: 576px) {
  .page-gallery .gallery-title h5 {
    font-size: 22px;
  }
  .page-gallery .gallery-title h6 {
    font-size: 16px;
  }
}
.page-contact .page-wrapper .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.page-contact .page-wrapper .wrapper .block {
  flex: 0 0 40%;
}
.page-contact .page-wrapper .wrapper .block h3 {
  font-size: 24px;
  color: #ffcc00;
  margin-bottom: 30px;
  border-bottom: 30px;
}
.page-contact .page-wrapper .wrapper .block.form-block {
  flex: 0 0 calc(60% - 50px);
  margin-right: 50px;
}
.page-contact .page-wrapper .wrapper .block .form .inputfield {
  font-size: 14px;
  height: 38px;
  padding: 10px;
  width: 47%;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .page-contact .page-wrapper .wrapper .block .form .inputfield {
    font-size: 13px;
  }
}
.page-contact .page-wrapper .wrapper .block .form .inputfield:nth-child(even) {
  margin-left: 4%;
}
.page-contact .page-wrapper .wrapper .block .form textarea {
  min-height: 130px;
  width: 100%;
  padding: 10px;
}
.page-contact .page-wrapper .wrapper .block .form .form-submit {
  font-size: 13px;
  color: #000;
  background-color: #ffcc00;
  padding: 10px 25px;
  border-color: #ffcc00;
  margin-top: 30px;
}
.page-contact .page-wrapper .wrapper .block iframe {
  display: block;
  width: 100%;
  height: 300px;
}

@media screen and (max-width: 767px) {
  .page-contact .page-wrapper .wrapper {
    flex-direction: column;
  }
  .page-contact .page-wrapper .wrapper .block {
    flex: 0 0 100%;
    width: 100%;
  }
  .page-contact .page-wrapper .wrapper .block.form-block {
    flex: 0 0 calc(100% - 0px);
    margin-right: 0px;
  }
  .page-contact .page-wrapper .wrapper .block iframe {
    display: block;
    width: 100%;
    height: 250px;
    margin-top: 30px;
  }
}
.page-privacy {
  margin: 80px 0;
}
.page-privacy h4,
.page-privacy h5,
.page-privacy h6,
.page-privacy .h4,
.page-privacy .h5,
.page-privacy .h6 {
  color: #f1f1f1;
}
.page-privacy .container {
  width: 85%;
  margin: 0 auto;
}
.page-privacy .container .main-title .h4 {
  color: #f1f1f1;
}
.page-privacy .container .paragraph {
  margin-top: 60px;
}
.page-privacy .container .paragraph .h5 {
  color: #e5e5e5;
  margin-bottom: 20px;
}
.page-privacy .container .paragraph .h6 {
  color: #e5e5e5;
  margin-bottom: 10px;
}
.page-privacy .container .paragraph p.para-bot {
  margin-top: 15px;
}
.page-privacy .container .paragraph ul {
  margin-top: 15px;
  display: list-item;
}
.page-privacy .container .paragraph ul li {
  list-style: circle;
  margin-top: 5px;
  color: #d9d9d9;
  line-height: 1.5;
  text-transform: capitalize;
}
.page-privacy .container .paragraph a {
  margin-top: 5px;
  color: #d9d9d9;
  line-height: 1.5;
  text-transform: capitalize;
  transition: 0.3s linear;
}
.page-privacy .container .paragraph a:hover {
  color: #ffcc00;
}

.service_inner_page {
  padding: 80px 0;
  max-width: 1100px;
  margin: auto;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.service_inner_page .side-linkbar {
  flex: 0 0 calc(25% - 20px);
  margin-right: 20px;
  padding: 40px 20px;
  background-color: rgba(82, 82, 82, 0.1);
  font-family: "Nunito", sans-serif;
}
.service_inner_page .side-linkbar h6 {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  word-spacing: 0.03em;
  padding-bottom: 10px;
}
.service_inner_page .side-linkbar ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 10px;
  transition: 0.3s ease-in-out;
}
.service_inner_page .side-linkbar ul li i {
  padding: 5px 8px;
  background: rgba(138, 138, 138, 0.1);
  font-size: 12px;
  transition: 0.3s ease-in-out;
  margin-right: 5px;
}
.service_inner_page .side-linkbar ul li .service_sub_link {
  font-size: 14px;
  color: #ffcc00;
  word-spacing: 0.03em;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.service_inner_page .side-linkbar ul li:hover {
  cursor: pointer;
}
.service_inner_page .side-linkbar ul li:hover i {
  color: #98AE6B;
}
.service_inner_page .side-linkbar ul li:hover .service_sub_link {
  color: #98AE6B;
}
.service_inner_page .side-linkbar ul li.active {
  cursor: pointer;
}
.service_inner_page .side-linkbar ul li.active i {
  color: #98AE6B;
}
.service_inner_page .side-linkbar ul li.active .service_sub_link {
  color: #98AE6B;
}
.service_inner_page .inner-page-desc .inner-desc h2 {
  font-size: 24px;
  color: #333;
  font-weight: 700;
  letter-spacing: 0.02em;
  word-spacing: 0.04em;
  padding-bottom: 10px;
}
.service_inner_page .inner-page-desc .inner-desc h4 {
  font-size: 18px;
  color: #ffcc00;
  word-spacing: 0.04em;
  padding: 15px 0;
  line-height: 1.5;
}
.service_inner_page .inner-page-desc .inner-desc p {
  font-size: 14px;
  color: #8a8a8a;
  letter-spacing: 0.03em;
  margin-bottom: 20px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block {
  flex: 0 0 calc(50% - 20px);
  margin-right: 20px;
  margin-top: 20px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
  font-size: 20px;
  color: #ffcc00;
  padding-right: 10px;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
  font-size: 18px;
  color: #333;
  word-spacing: 0.05em;
  text-transform: capitalize;
  font-weight: 700;
}
.service_inner_page .inner-page-desc .inner-desc .pointwise p {
  font-size: 14px;
  color: #8a8a8a;
}
.service_inner_page .inner-page-desc .inner-desc .images {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 10px 0;
}
.service_inner_page .inner-page-desc .inner-desc .images .img {
  flex: 0 0 calc(50% - 20px);
  margin: 10px 10px 10px 0;
}
.service_inner_page .inner-page-desc .inner-desc .images .img img {
  transition: 0.3s ease-in-out;
  max-width: 100%;
}
.service_inner_page .inner-page-desc .inner-desc ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.service_inner_page .inner-page-desc .inner-desc ul li {
  flex: 0 0 calc(50% - 10px);
  display: flex;
  flex-direction: row;
  margin-right: 10px;
  align-items: center;
  line-height: 1.5;
  margin-bottom: 10px;
  font-size: 14px;
}
.service_inner_page .inner-page-desc .inner-desc ul li i {
  margin-right: 8px;
  font-size: 10px;
  padding: 5px;
  background-color: #ffcc00;
  border-radius: 100%;
  color: #fff;
}

@media screen and (max-width: 992px) {
  .service_inner_page {
    padding: 60px 40px;
    flex-direction: column-reverse;
  }
  .service_inner_page .side-linkbar {
    padding: 30px 20px;
  }
  .service_inner_page .side-linkbar h6 {
    font-size: 18px;
  }
  .service_inner_page .side-linkbar ul li {
    margin-top: 10px;
  }
  .service_inner_page .side-linkbar ul li i {
    padding: 5px 8px;
    font-size: 12px;
  }
  .service_inner_page .side-linkbar ul li .service_sub_link {
    font-size: 14px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 22px;
  }
  .row-flip {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 768px) {
  .service_inner_page {
    padding: 40px 20px;
  }
  .service_inner_page .side-linkbar {
    padding: 20px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc ul li {
    font-size: 13px;
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 576px) {
  .service_inner_page {
    padding: 40px 20px;
  }
  .service_inner_page .side-linkbar {
    padding: 20px;
  }
  .service_inner_page .inner-page-desc .inner-desc h2 {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon i {
    font-size: 18px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise .point-block .icon h4 {
    font-size: 16px;
  }
  .service_inner_page .inner-page-desc .inner-desc .pointwise p {
    font-size: 13px;
  }
  .service_inner_page .inner-page-desc .inner-desc ul li {
    font-size: 13px;
    flex: 0 0 100%;
  }
}
.thanks {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  padding: 80px 0;
}
.thanks .icon {
  padding-top: 60px;
  width: 100%;
}
.thanks .icon i {
  font-size: 72px;
  color: #98AE6B;
}
.thanks .message {
  display: inline-block;
  margin-top: 30px;
}
.thanks .message h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.03em;
  word-spacing: 0.05em;
  color: #e2e2e2;
}
.thanks .message p {
  font-size: 16px;
  word-spacing: 0.05em;
  color: #e2e2e2;
  padding: 20px 0;
}
.thanks .redirect {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease-in-out;
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  transition: 0.3s ease-in-out;
  padding: 10px;
}
.thanks .redirect i {
  color: #fff;
  padding-right: 8px;
  transition: 0.3s ease-in-out;
}
.thanks .redirect h5 {
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  word-spacing: 0.05em;
  margin-bottom: 0;
  transition: 0.3s ease-in-out;
}
.thanks .redirect:hover {
  text-decoration: none;
  background-color: transparent;
}
.thanks .redirect:hover i {
  color: #ffcc00;
}
.thanks .redirect:hover h5 {
  color: #ffcc00;
}

/*# sourceMappingURL=style.css.map */
