/* Default CSS Code */

* {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::-moz-selection {
  color: #fff;
  background: #2692b8;
}

::selection {
  color: #fff;
  background: #2692b8;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

:focus * {
  outline: 0;
}

.form-group {
  margin-bottom: 0;
}

figure {
  margin: 0;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: underline;
  text-decoration-thickness:1px;
  color: #222;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

.overflow {
  overflow: hidden;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style-type: none;
  line-height:30px;
}

img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.container {
  max-width: 1440px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Default CSS Code */
body {
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  background: #8e8e8e;
  /*color: #4e5152; */
  color: #222;
}

/* Full Page Wrapped with 2000px */
header,
main,
footer {
  max-width: 2000px;
  width: 100%;
  margin: 0 auto;
}

section {
  background: #fff;
}

main {
  min-height: 100vh;
  background-color: #FFFFFF;
}

.section__heading {
  max-width: 650px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.section__heading h3 {
  text-align: center;
  font-size: 36px;
  line-height: 42px;
}


.black__heading h3 {
  color: #101922;
}

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.loader img {
  width: 180px;
  height: 180px;
}

/* NavBar */

.header {
  padding: 20px 0;
  position: absolute;
  top: 0;
left: 50%;
  width: 100%;
  z-index: 999;
  transition: none;
  /* -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear; */
   /*left: 0%; */	
 transform: translateX(-50%);	
  -webkit-transform: translateX(-50%);	
  -moz-transform: translateX(-50%);	
  -ms-transform: translateX(-50%);	
  -o-transform: translateX(-50%); 
}

.header.show {
  position: fixed;
  padding: 0px 0;
  background: #fff;
  box-shadow: 2px 6px 6px -1px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 2px 6px 6px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 6px 6px -1px rgba(0, 0, 0, 0.2);
}

.header.show .nav__menu li a {
  color: #000;
}


.header .nav__logo a {
  width:150px;
}

.header.show .nav__logo a {
  
  width:150px;
}


.logo-sticky {
  display: none;
}

.header.show .nav__logo .logo-sticky {
  display: block;
}

.header.show .nav__logo .logo-default {
  display: none;
}

.header.nav-active .nav__logo .logo-default {
  display: none !important;
}

.header.nav-active .nav__logo .logo-sticky {
  display: block !important;
}


.header.show .nav__menu li a:before {
  background: #000;
}

.header.show .reservations__btn {
  border: 1px solid #000;
}

.header .reservations__btn {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header .reservations__btn:hover {
  background: rgba(255, 255, 255, 0.8);
  color: #000;
  border: 1px solid transparent;
}

.header.show .reservations__btn:hover {
  background: #4e5152;
  color: #fff;
}

.navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.nav__menu {
  display: flex;
  align-items: center;
}

.nav__menu li {
  margin-left: 40px;
  position: relative;
}

.dropdown-menu {
  position: absolute;
  top: 80px;
  min-width: 220px;
  left: -30px;
  width: auto;
  background: #fff;
  box-shadow: 0px 3px 15px rgb(34 32 32 / 20%);
  z-index: 99999;
  padding: 30px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  display: none;
  opacity: 0;
}

.dropdown-menu li a {
  color: #000 !important;
  position: relative;
  width: max-content;
}

.dropdown-menu li {
  margin-bottom: 20px;
    margin-left: 0;
}

.dropdown-menu li:last-child {
  margin-bottom: 0;
}

.nav__menu > li:hover .dropdown-menu {
  display: inline-block;
  opacity: 1;
}



.nav__menu li:first-child {
  margin-left: 0;
}

.nav__menu li a {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  position: relative;
  text-decoration:none;
  text-transform: uppercase;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}


.nav__menu > li > a {
  padding: 30px 0;
}

.header.show .nav__menu > li > a {
  padding: 40px 0;
}

.header.show .dropdown-menu {
  top: 90px;
}

.nav__menu li a:hover:before,
.nav__menu li a.active::before,
.dropdown-menu li a:hover:before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}


.header.show .nav__menu li a:hover:before,
.header.show .nav__menu li a.active:before {
  bottom: 32px;
}

.dropdown-menu li a:hover:before {
  background: #000 !important;
  bottom: -7px;
}

.header.show .dropdown-menu li a:hover:before {
  bottom: -7px;
}

.reservations__btn {
  border: 1px solid #fff;
  padding: 5px 10px !important;
}

.reservations__btn::before {
  display: none;
}

.reservations__btn:hover {
  opacity: 0.8;
}

.navbar-toggler {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 45px;
  right: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.show .navbar-toggler {
  top: 30px;
}

.navbar-toggler .toggler-btn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.toggler-btn .bar {
  width: 20px;
  display: block;
  height: 3px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin-bottom: 5px;
}

.show .toggler-btn .bar {
  background: #000;
}

.toggler-btn .bar:nth-child(3) {
  margin-bottom: 0;
}

.navbar-toggler.change .toggler-btn .bar1 {
  background: #000000;
  transform: rotate(-45deg) translate(-4px, 4px);
  -webkit-transform: rotate(-45deg) translate(-4px, 4px);
  -moz-transform: rotate(-45deg) translate(-4px, 4px);
  -ms-transform: rotate(-45deg) translate(-4px, 4px);
  -o-transform: rotate(-45deg) translate(-4px, 4px);
}

.navbar-toggler.change .toggler-btn .bar2 {
  opacity: 0;
}

.navbar-toggler.change .toggler-btn .bar3 {
  background: #000000;
  transform: rotate(45deg) translate(-7px, -7px);
  -webkit-transform: rotate(45deg) translate(-7px, -7px);
  -moz-transform: rotate(45deg) translate(-7px, -7px);
  -ms-transform: rotate(45deg) translate(-7px, -7px);
  -o-transform: rotate(45deg) translate(-7px, -7px);
}

.hide {
  display: none;
}

.navbar-toggler {
  display: none;
}

/* NavBar */




/* Hero Section */

.hero__area {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
}

.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero__image img {
  width: 100%;
  height: 100%;
  position: relative;
}

.bg__image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(238, 239, 217, 0.15);
  z-index: 2;
}

.down__arrow {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.down__arrow a {
  width: 80px;
  height: 80px;
  border: 3px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.down__arrow a img {
  height: 40px;
  object-fit: contain;
}

.hero__content {
  position: relative;
  z-index: 99;
  max-width: 840px;
}

.hero__content h1 {
  font-size: 74px;
  line-height: 86px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero__content p {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 500;
}

/* Hero Section */

/* Support Service */

.support__service {
  padding-top: 110px;
  padding-bottom: 80px;
}

.support__service-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.support__service-image {
  height: 100%;
  position: relative;
}

.support__service-image .bg__image-overlay {
  background: rgba(254, 251, 216, 0.25);
}

.support__service-item {
  height: 500px;
  position: relative;
}

.support__service-info {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: calc(100% - 40px);
  height: auto;
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 10;
}

.support__service-info h5 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 5px;
}

.support__service-info p {
  max-width: 600px;
  width: 100%;
  margin-bottom: 20px;
}

.custom__btn {
  font-size: 17px;
  line-height: 26px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration:none;
  color: #4e5152;
  padding: 10px 35px;
  border: 1px solid #4e5152;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.custom__btn:hover {
  background: #fff;
}

.submit__btn:hover {
	background: #363F64;	
}




/* Support Service */

/* About Section */

.about__area {
  padding-top: 110px;
  padding-bottom: 80px;
}

.about__area {
  background: #FAFAFA;
}

.about__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  align-items: center;
}

.about__image {
  height: 500px;
  position: relative;
}

.about__image img {
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.6));
  -webkit-filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, 0.6));
}

.about__content h5 {
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
  max-width: 700px;
  margin-bottom: 20px;
}

.about__content p {
  margin-bottom: 25px;
}

.about__content p:last-of-type {
  margin-bottom: 0;
}

.about__btns {
  margin-top: 30px;
  display: flex;
}

.about__btns a {
  margin-left: 30px;
}

.about__btns a:first-of-type {
  margin-left: 0;
}

/* About Section */

/* Customer Reviews */

.org_section {
  padding-top: 20px;
  padding-bottom: 20px;
}


.customer__reviews {
  padding-top: 110px;
  padding-bottom: 80px;
}

.review__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.review__user-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.review__user-image img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.review__details {
  display: flex;
  align-items: center;
}

.review__title-name {
  margin-left: 0px;
}

.customer__slider-wrapper {
  position: relative;
}

.review__quotation {
  position: absolute;
  top: 10px;
  left: 50px;
  z-index: 99;
}

.customer__slide {
  background: #FAFAFA;
  padding: 60px;
  padding-bottom: 40px;
}

.customer__slide p {
  padding-right: 40px;
  line-height: 30px;
  margin-bottom: 50px;
}

.review__title-name h4 {
  font-weight: 400;
  color: #222;
}

.review__title-name p {
  margin-bottom: 0 !important;
}

.review__quotation p {
  font-size: 120px;
  line-height: 30px;
  color: #222;
}

/* Customer Reviews */

/* Reservation Section */

.reservation {
  background: #FAFAFA;
  padding-top: 110px;
  padding-bottom: 80px;
}

.reservation__form {
  max-width: 700px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.reservation__input-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 25px;
  row-gap: 20px;
}

.reservation__input-items input,
.reservation__input-items textarea {
  width: 100%;
  height: 60px;
  border: 1px solid #a7adaf;
  background: transparent;
  padding: 15px;
}

.reservation__input-items textarea {
  height: 120px;
}

.reservation__input-item:last-of-type {
  grid-column: 1 / span 2;
}

::-webkit-input-placeholder {
  color: #a7adaf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}
::-moz-placeholder {
  color: #a7adaf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}
:-ms-input-placeholder {
  color: #a7adaf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}
:-moz-placeholder {
  color: #a7adaf;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 17px;
}

.submit__btn {
  background: transparent;
  display: block;
  width: 200px;
  background-color: #363F64;
color: #FFF;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 22px;
}

/* Reservation Section */

/* Footer Area */
.footer {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  height: 550px;
  background: url(../img/footer3.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer__content {
  position: relative;
  z-index: 20;
}

.footer__content h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

.footer__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
  color: #fff;
}

.footer__item p {
  font-weight: 400;
  margin-bottom: 20px;
}


.location__items li {
  font-weight: 400;
}

/* Footer Area */

/* New Page */

/* Inner Header */

.inner__header {
  background: #fff;
}

.inner__header .toggler-btn .bar {
  background: #000;
}

.inner__header .navbar-toggler {
  top: 27px;
}

.inner__header .nav__menu li a {
  color: #363F64;
}

.inner__header .nav__menu li a:hover::before,
.inner__header .nav__menu li a.active::before {
  background: #363F64;
}

.inner__header .reservations__btn {
  border: 1px solid #222;
  padding: 5px 10px;
}

.inner__header .reservations__btn:hover {
  background: #363F64;
  color: #fff;
  border: 1px solid transparent;
}

.inner__header .nav__logo a {
  width:150px;
}

/* Inner Header */

/* Article Section */

.article__area {
  padding-top: 130px;
  padding-bottom: 80px;
}

.article__image {
  width: 100%;
  height: 370px;
  margin-bottom: 30px;
}

.article__content p {
  font-size: 17px;
  line-height: 30px;
  color: #222;
  font-weight: 400;
  margin-bottom: 25px;
}

.article__content p:last-of-type {
  margin-bottom: 0;
}

.article__bold-text {
  font-weight: 700 !important;
}

/* Article Section */

/* New Terminal */

.new__terminal {
  padding-bottom: 0px;
}

.new__terminal-wrapper {
  display: flex;
  align-items: flex-start;
  background: #fafafa;
  padding: 30px;
}

.new__terminal-wrapper > div {
  flex: 1;
}

.new__terminal-content {
  padding-top: 30px;
  margin-right: 40px;
}

.new__terminal-content h5,
.new__terminal-content p {
  font-size: 17px;
  line-height: 30px;
  color: #222;
  font-weight: 700;
}

.new__terminal-content p {
  font-weight: 400 !important;
}

.new__terminal-image {
  max-height: 500px;
}

/* New Terminal */

/* Team Area */
.team {
  padding: 80px 0;
  background: #fff;
}

/*
.team__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1050px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.single__team {
  border: 1px solid #535353;
  display: flex;
  align-items: center;
  padding: 15px;
  padding-right: 30px;
}

*/

.single__team img {
  width: 150px;
  height: 140px;
  margin-right: 30px;
}

.team__details {
  flex: 1;
}

.team__details h4 {
  font-size: 17px;
  line-height: 26px;
}

.team__details h5 {
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.team__details a {
  font-size: 17px;
  line-height: 30px;
  color: #4e5152;
}

.join__team {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.join__team a {
  width: 225px;
  height: 50px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Team Area */

/* Careers */

.careers {
  padding: 80px 0;
  padding-top: 110px;
}

.careers__accordion-area p,
.careers__accordion-area a {
  font-size: 17px;
  line-height: 30px;
  color: #222;

}

.careers__accordion-area p {
  margin-bottom:25px;
}

.careers__accordion-area p a {
  text-decoration: underline;
  text-decoration-thickness:1px;
}

.careers__accordion {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Accordion */
.set {
  position: relative;
  width: 100%;
  height: auto;
  background-color: transparent;
}
.set > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 17px 15px;
  text-decoration: none;
  color: #101922;
  font-weight: 700;
  border-bottom: 1px solid #4e5152;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 17px;
  line-height: 30px;
}
.set > a i {
  float: right;
  font-size: 28px;
  color: #4e5152;
}
.set > a.active {
  background-color: #fafafa;
}
.content {
  background-color: #fff;
  border-bottom: 1px solid #4e5152;
  display: none;
  padding: 17px 15px;
}
.content p {
  margin-bottom: 20px;
  color: #222;
}

.content p:last-of-type {
  margin-bottom: 0;
}

/* Accordion */

/* Careers */

/* News Area */

.news {
  padding-top: 130px;
  padding-bottom: 80px;
  background: #ffffff;
}

#newshead {margin-bottom:25px;}

.resource__image {
  height: 670px;
  margin-top: 30px;
}


.news__image {
  height: 370px;
  margin-top: 30px;
}

.news__item a {
  font-size: 17px;
  line-height: 30px;
  color: #101922;
  text-decoration: underline;
  text-decoration-thickness:1px;
  margin-bottom: 3px;
}

.news__item p {
  font-size: 17px;
  line-height: 26px;
  color: #222;
}

.news__items {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.news__item {
  padding: 15px 0;
  border-bottom: 1px solid #4e5152;
}

.news__item:last-of-type {
  border-bottom: 0;
}

/* News Area */

/* New Reviews */

.new__reviews {
  padding: 90px 0;
}

.review__slider {
  background: #fafafa;
  padding: 50px 40px 20px 40px;
  position: relative;
}

.review__sliders.owl-carousel .owl-stage-outer {
  padding-top: 10px;
}

.review__slide-quotation {
  position: absolute;
  top: 0;
  left: 0;
}

.review__slide-quotation p {
  font-size: 70px !important;
}

.review__slider p {
  line-height: 32px;
  margin-bottom: 30px;
}

.owl-dots {
  display: none;
  justify-content: center;
  margin-top: 30px;
}

.new__reviews .owl-carousel button.owl-dot {
  width: 10px;
  height: 10px;
  background: #d6d6d6;
  margin-right: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.new__reviews .owl-carousel button.owl-dot:last-of-type {
  margin-right: 0;
}

.new__reviews .owl-carousel button.owl-dot.active {
  background: #869791;
}

/* New Reviews */

/* New Page */

.work__with {
	background: #FFFF;
	padding: 80px 0;

}


/* Article Section */

.review__form-area {
    padding-top: 110px;
    padding-bottom: 80px;
}

.aboutpage__area {
    padding-top: 130px;
    padding-bottom: 80px;
}



.aboutpage__area .section__heading {
    max-width: 100%;
}

.aboutpage__wrapper {
    display: flex;
    /*align-items: center; */
}

.aboutpage__content {
    flex: 0.6;
    padding-right: 60px;
}

.aboutpage__content p {
    font-size: 17px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-bottom: 25px;
}

.aboutpage__btns a:first-child {
    margin-right: 30px;
}

.aboutpage__image {
    flex: 0.4;
    height: 450px;
}


#abouttop {
    height: 540px;
}


/* Article Section */


/* Services Difference */

.services__difference {
    padding-bottom: 80px;
}

.services__difference .section__heading {
    max-width: 100%;
}

.services__difference .section__heading h3 {
    font-size: 30px;
    line-height: 36px;
}

.services__items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 85%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}


#servicehotels {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
   
}

.services__item {
    background: #fafafa;
    padding: 40px;
}

.services__item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 20px;
}

.services__item h5 {
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
}

.services__item p {
    font-size: 17px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-bottom: 25px;
    text-align: center;
}

.services__item p:last-of-type {
    margin-bottom: 0;
}

/* Services Difference */

/* New Terminal  */


.new__terminal h5 {
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 0px;
    color: #363F64;
}

.new__terminal p {
    font-size: 17px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-bottom: 25px;
}

.new__terminal p:last-of-type {
    margin-bottom: 0;
}

/* New Terminal  */

/* style fixes for color */

.section__heading h3 {
	color: #363F64;
}

.support__service-info h5 {
    font-size: 20px;
    line-height: 26px;
    color: #363F64;
}

.header.show .nav__menu li a {
    color: #363F64;
}

.custom__btn {
    /* color: #363F64;
    border: 1px solid #363F64; */
	color: #FFF;
	background-color: #363F64;
}

.custom__btn:hover {
    color: #363F64;
    border: 1px solid #363F64;
	
}

.review__quotation p {
    color: #363F64;
}

.submit__btn {
	color: #FFF;}
	
.submit__btn:hover {
    color: #363F64;
    border: 1px solid #363F64;
	background-color:#FFF;
}
	
.header.show .reservations__btn {
    border: 1px solid #363F64;	
}

.header.show .reservations__btn:hover {
  background: #363F64;
  color: #FFF;
  border: 1px solid transparent;
}

.header.show .nav__menu li a:before {
  background: #363F64;
}

.dropdown-menu li a {
  color: #363F64 !important;
  position: relative;
  width: max-content;
}

.dropdown-menu li a:hover:before {
  background: #363F64 !important;
  bottom: -7px;
}

b, strong {
    font-weight: bolder;
    color: #222;
}

a {
    color: #363F64;
}

.news__item a {
    color: #363F64;
	
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    color: #363F64;
	
}

.team__details a {
    color: #363F64;
}

.review__slide-quotation {
   color: #363F64;
}
	
.footer__item b, .footer__item strong {color: #FFF;}

.set > a  {color:  #363F64;}

.careers__accordion-area a {color: #363F64;}


.section__heading {
    max-width: 850px;
   }
   
   
/* Updated Team Code */
.team__items {
    display: flex;
    flex-wrap: wrap;
    max-width: 1090px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.single__team {
    border: 1px solid #535353;
    display: flex;
    align-items: normal;
    padding: 15px;
    padding-right: 30px;
    width: 47%;
    margin: 14px;
}

h3.homeabout {font-size:22px; }

h3.indexseattle {text-align:left;}

#careerhead {padding-top: 20px;}

#reviewhead {padding-top:40px;}

#contactgrid {display:grid;grid-template-columns: repeat(2,1fr);gap:60px;}

/*
#logo {object-fit:unset;height:unset;}
*/

.location__items a {color: #FFF;}

 .rental-image {
	max-width: 250px;  
	float:right;
  }

@media (max-width: 991.98px) {
    .team .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .team__items {
        gap: unset !important;
    }

    .single__team {
        width: 46% !important;
    }
}

@media (max-width: 767.98px) {
    .team .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .team__items {
        justify-content: flex-start !important;
    }

    .single__team {
        width: 100% !important;
        margin-left: 0;
        margin-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .single__team:first-child {
        margin-top: 0;
    }

    .single__team:last-child {
        margin-bottom: 0;
    }
}

/* Updated Team Code */
   
   
   
   
.review__form-area {
    padding-bottom: 60px;
}

.article__content p:last-of-type {
    margin-bottom: 0;
}

.article__content p {
    font-size: 17px;
    line-height: 30px;
    color: #222;
    font-weight: 400;
    margin-bottom: 25px;
}

.review__form {
    margin-top: 30px;
    max-width: 700px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.review__input-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 25px;
    row-gap: 20px;
}

.review__input-items input,
.review__input-items textarea {
    width: 100%;
    height: 60px;
    border: 1px solid #a7adaf;
    background: transparent;
    padding: 15px;
}

.review__input-items textarea {
    height: 120px;
}

.review__input-item:last-of-type {
    grid-column: 1 / span 2;
}

.review__field {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
	padding-left:10px;
}

.review__field h4 {
    margin-right: 10px;
    font-size: 17px;
	color: #A8A8B7;
	font-weight: 700;
    line-height: 1.4;
}

/* Rating effect */
.rating {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    font-size: 22px;
}

.rating label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    cursor: pointer;
}

.rating label:last-child {
    position: static;
}

.rating label:nth-child(1) {
    z-index: 5;
}

.rating label:nth-child(2) {
    z-index: 4;
}

.rating label:nth-child(3) {
    z-index: 3;
}

.rating label:nth-child(4) {
    z-index: 2;
}

.rating label:nth-child(5) {
    z-index: 1;
}

.rating label input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: auto !important;
    height: auto !important;
}

.rating label .icon {
    float: left;
    color: transparent;
}

.rating label:last-child .icon {
    color: #000;
}

.rating:not(:hover) label input:checked ~ .icon,
.rating:hover label:hover input ~ .icon {
    color: #09f;
}

.rating label input:focus:not(:checked) ~ .icon:last-child {
    color: #000;
    text-shadow: 0 0 5px #09f;
}
/* Rating effect */

/* Responsive Code */
@media (max-width: 767.98px) {
    .review__input-items {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .review__input-item:last-of-type {
        grid-column: auto;
    }

    .review__input-items input,
    .review__input-items textarea {
        height: 45px;
        font-size: 16px;
        line-height: 24px;
    }

    .review__field h4 {
        font-size: 16px;
        line-height: 24px;
    }

    .rating {
        height: 25px;
        line-height: 25px;
        font-size: 25px;
    }

    .review__input-items textarea {
        height: 100px;
    }

    .article__content {
        padding-bottom: 0;
    }
}
/* Responsive Code */
