@charset "UTF-8";
/*-----------------------------------------------------------------------------------

    Template Name: Sample - Corporate Business Bootstrap4 HTML5 Template
    Template URI: site.com
    Description: Sample - Corporate Business Bootstrap4 HTML5 Template
    Author: MD THAHERIL ISLAM
    Author URI: site.com
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Archivo:400,500,600,700|Oswald:300,400,500,600,700&display=swap");
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #28586b;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo", sans-serif;
  font-weight: 700;
  color: #1a6f67;
  margin: 0px;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  color: #28586b;
  margin: 0px;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.page-link:focus {
  box-shadow: none;
}

.section-padding {
  padding: 13rem 0;
}

.section-title {
  margin-bottom: 3rem;
}

.last-section {
  padding-bottom: 10em !important;
}

@media (max-width: 767px) {
  .container {
    padding-left: 2em;
    padding-right: 2em;
  }
}
/*===== All Button Style =====*/
.main-btn {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0 43px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #1a6f67;
}
.main-btn:hover {
  background-color: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
}
.main-btn.main-btn-2 {
  background-color: #e0a00b;
  color: #fff;
  border-color: #e0a00b;
}
.main-btn.main-btn-2:hover {
  background-color: #1a6f67;
  border-color: #1a6f67;
  color: #fff;
}

.main-btn-3 {
  display: inline-block;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0px;
  padding: 0 48px;
  font-size: 14px;
  line-height: 60px;
  border-radius: 30px;
  color: #fff;
  cursor: pointer;
  font-family: "Archivo", sans-serif;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: linear-gradient(to right, rgb(0, 54, 164) 0%, rgb(0, 126, 255) 50%, rgb(0, 54, 164) 100%);
  background-size: 200% auto;
}
.main-btn-3:hover {
  background-position: right center;
  color: #fff;
}
.main-btn-3.main-btn-4 {
  background-color: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
}
.main-btn-3.main-btn-4:hover {
  background-color: #1a6f67;
  border-color: #1a6f67;
  color: #fff;
}

.section-title {
  position: relative;
  padding-bottom: 33px;
}
.section-title span {
  color: #1a6f67;
  font-weight: 700;
  position: relative;
  z-index: 11;
  text-transform: uppercase;
}
.section-title .title {
  font-size: 60px;
  position: relative;
  z-index: 10;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .section-title .title {
    font-size: 38px;
  }
}
.section-title .title::before {
  position: absolute;
  content: "Price";
  bottom: -35px;
  left: 50%;
  font-size: 200px;
  z-index: -1;
  color: #e2eef6;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title .title::before {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .section-title .title::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title .title::before {
    font-size: 112px;
    bottom: -20px;
    display: block;
  }
}

.pagination-area nav ul li a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 48px;
  padding: 0;
  border-radius: 50%;
  margin: 0 5px;
  border: 2px solid #ededed;
  font-size: 14px;
  font-weight: 500;
  color: #7886a0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .pagination-area nav ul li a {
    margin: 0 2px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pagination-area nav ul li a {
    margin: 0 2px;
    height: 35px;
    width: 35px;
    line-height: 32px;
    font-size: 14px;
  }
}
.pagination-area nav ul li a:hover {
  background: #1a6f67;
  border-color: #1a6f67;
  color: #fff;
}
.pagination-area nav ul li:first-child a {
  border-radius: 50% !important;
}
.pagination-area nav ul li:last-child a {
  border-radius: 50% !important;
}

/*===========================
    2.HEADER css 
===========================*/
.header-nav {
  -webkit-box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.1);
}
.header-nav .navigation {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  z-index: 99;
  background: #1a6f67;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation {
    top: 0px;
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav .navigation {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.header-nav .navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.04);
  z-index: 999;
  animation: sticky 0.4s;
}
.header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
  line-height: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation.sticky .navbar .navbar-nav .nav-item a {
    line-height: 40px;
  }
}
.header-nav .navigation .navbar {
  position: relative;
  padding: 0 1.2em;
  flex-wrap: wrap;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar {
    flex-wrap: nowrap !important;
    padding: 0 0.75em;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar {
    flex-wrap: nowrap !important;
    padding: 0 0.5em;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-brand {
    max-width: 55%;
    flex-shrink: 1;
  }
  .header-nav .navigation .navbar .navbar-brand img {
    height: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-brand {
    max-width: 60%;
    flex-shrink: 1;
  }
  .header-nav .navigation .navbar .navbar-brand img {
    height: auto;
    max-width: 100%;
  }
}
.header-nav .navigation .navbar .country-flag img {
  border: 5px solid #fff;
  border-radius: 6px;
  box-shadow: 0px 8px 16px 0px rgba(60, 110, 203, 0.2);
}
.header-nav .navigation .navbar .navbar-toggler {
  border-color: #fff;
}
.header-nav .navigation .navbar .navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 7px;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}
.header-nav .navigation .navbar .navbar-toggler.active .toggler-icon:nth-of-type(3) {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  top: -7px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 8;
    padding: 10px 16px;
    box-shadow: 0 26px 48px 0 rgba(0, 0, 0, 0.15);
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav {
    margin-right: 0;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0.5em 1em;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item {
    padding: 0;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item a {
  font-size: 1.2em;
  font-weight: 400;
  padding: 0 20px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  margin: 0;
  line-height: 80px;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 10px;
  width: 100%;
  height: 0px;
  background: #fff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (max-width: 1600px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 1em;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    font-size: 1em;
    padding: 0 15px;
    line-height: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
    color: #28586b;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a {
    padding: 0;
    display: block;
    border: 0;
    margin: 0;
    line-height: 40px;
    color: #28586b;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item a span {
  padding-left: 5px;
  font-size: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item a span {
    display: none;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item a.active, .header-nav .navigation .navbar .navbar-nav .nav-item a:hover {
  background: rgba(255, 255, 255, 0.1);
}
.header-nav .navigation .navbar .navbar-nav .nav-item a.active::before, .header-nav .navigation .navbar .navbar-nav .nav-item a:hover::before {
  height: 4px;
  opacity: 1;
  top: 0px;
}
.header-nav .navigation .navbar .navbar-nav .nav-item a.active::after, .header-nav .navigation .navbar .navbar-nav .nav-item a:hover::after {
  height: 4px;
  opacity: 1;
  bottom: 0px;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: 260px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 99;
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu {
    position: relative !important;
    width: 100% !important;
    left: 0 !important;
    top: auto !important;
    opacity: 1 !important;
    visibility: visible !important;
    display: none;
    right: auto;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li {
  position: relative;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-nav-toggler {
  color: #1a6f67;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a {
  display: block;
  padding: 8px 24px;
  position: relative;
  color: #28586b;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  margin: 0 0;
  line-height: 30px;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a::before {
  height: 0;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a::after {
  height: 0;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
  float: right;
  font-size: 14px;
  margin-top: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a i {
    display: none;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li a .sub-nav-toggler i {
  display: inline-block;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
  right: auto;
  left: 100%;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li .sub-menu {
    padding-left: 30px;
  }
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover .sub-nav-toggler {
  color: #fff;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-menu > li:hover > a {
  background-color: #1a6f67;
  color: #fff !important;
}
.header-nav .navigation .navbar .navbar-nav .nav-item:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #1a6f67;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-nav .nav-item .sub-nav-toggler {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 14px;
    font-size: 16px;
    background: none;
    border: 0;
    color: #1a6f67;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav .navigation .navbar .navbar-social {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-social {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-nav .navigation .navbar .navbar-social {
    display: none;
  }
}
.header-nav .navigation .navbar .navbar-social ul li {
  display: inline-block;
}
.header-nav .navigation .navbar .navbar-social ul li a {
  color: #fff;
  font-size: 18px;
  margin-left: 16px;
}
.header-nav .navigation .navbar .navbar-btn a {
  color: #1a6f67;
}

.header-area.header-area-2 .header-nav .navigation {
  background-color: transparent;
  top: 50px;
  padding-left: 70px;
  padding-right: 70px;
}
@media (max-width: 767px) {
  .header-area.header-area-2 .header-nav .navigation {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav .nav-item {
    margin: 0 8px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a {
    font-size: 14px;
  }
}
.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a:hover, .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a.active {
  background-color: transparent;
}
.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a:hover::before, .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a.active::before {
  height: 0;
}
.header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a:hover::after, .header-area.header-area-2 .header-nav .navigation .navbar .navbar-nav a.active::after {
  height: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header-area.header-area-2 .header-nav .navigation .navbar .navbar-social a {
    padding: 0 30px;
  }
}
.header-area.header-area-2 .header-nav .navigation.sticky {
  background: #1a6f67;
  top: 0;
}
.header-area.header-3-area .navigation {
  background: #fff;
}
@media (max-width: 767px) {
  .header-area.header-3-area .navigation {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-area.header-3-area .navigation {
    padding: 0 0px;
  }
}
.header-area.header-3-area .navigation .navbar .navbar-toggler {
  border-color: #1a6f67;
}
.header-area.header-3-area .navigation .navbar .navbar-toggler span {
  background: #1a6f67;
}
.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a {
  color: #1a6f67;
}
.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::after {
  height: 0;
}
.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::before {
  background: #1a6f67;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::before {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a::before {
    background-color: transparent;
  }
}
.header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a.active, .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a:hover {
  background: #f7fcff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a.active, .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a:hover {
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a.active, .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a:hover {
    background-color: transparent;
  }
}

@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
/*===========================
    3.BANNER css 
===========================*/
.banner-area {
  height: 800px;
  padding-top: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .banner-area {
    height: auto;
    padding: 40vw 0 30vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area {
    height: 700px;
  }
}
.banner-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.banner-area .banner-content span {
  color: #fff;
  font-size: 20px;
  padding-bottom: 35px;
}
.banner-area .banner-content .title {
  color: #fff;
  font-size: 100px;
  line-height: 1.15em;
  padding-bottom: 22px;
  text-shadow: 0 5px 13px rgba(0, 0, 0, 0.3);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area .banner-content .title {
    font-size: 84px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area .banner-content .title {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 10vw;
    line-height: 13vw;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area .banner-content .title {
    font-size: 10vw;
    line-height: 13vw;
  }
}
.banner-area .banner-content ul li {
  display: inline-block;
}
.banner-area .banner-content ul li .play {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 54px;
  border-radius: 50%;
  border: 2px solid #5e7785;
  margin-left: 26px;
  color: #fff;
}
.banner-area.banner-area-2 {
  position: relative;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-area-2 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .banner-area.banner-area-2 {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}
.banner-area.banner-area-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 13, 38);
  opacity: 0.302;
}
.banner-area.banner-area-2 .banner-content .title {
  font-size: 140px;
  text-transform: uppercase;
  line-height: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 100px;
    line-height: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 80px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-area-2 .banner-content .title {
    font-size: 60px;
    line-height: 60px;
  }
}
.banner-area.banner-area-2 .banner-content span {
  padding-bottom: 25px;
}
.banner-area.banner-3-area {
  background: #f2faff;
  position: relative;
}
.banner-area.banner-3-area::before {
  display: none;
}
.banner-area.banner-3-area .banner-content span {
  color: #1a6f67;
}
.banner-area.banner-3-area .banner-content .title {
  color: #1a6f67;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-3-area .banner-content .title {
    font-size: 74px;
    line-height: 80px;
  }
}
.banner-area.banner-3-area .banner-content ul li .play {
  border: 0;
  background: #fff;
  color: #1a6f67;
  box-shadow: 0px 20px 40px 0px rgba(104, 146, 220, 0.4);
  line-height: 60px;
}
.banner-area.banner-3-area .banner-thumb {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.banner-area.banner-3-area .banner-thumb img {
  width: 75%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 60%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 0%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .banner-area.banner-3-area .banner-thumb img {
    width: 50%;
  }
}

.banner-main {
  margin-right: 40px;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .banner-main {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .banner-main {
    margin-right: 0;
    padding-right: 0;
  }
}

.page-title-area {
  height: 400px;
  margin-top: 120px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area {
    margin-top: 70px;
  }
}
@media (max-width: 767px) {
  .page-title-area {
    margin-top: 70px;
  }
}
.page-title-area .page-title-item .title {
  font-size: 100px;
  color: #fff;
  padding-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .page-title-area .page-title-item .title {
    font-size: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .page-title-area .page-title-item .title {
    font-size: 80px;
  }
}
@media (max-width: 767px) {
  .page-title-area .page-title-item .title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .page-title-area .page-title-item .title {
    font-size: 55px;
  }
}
.page-title-area .page-title-item nav {
  display: inline-block;
}
.page-title-area .page-title-item nav ol {
  background-color: transparent;
  padding: 0;
  margin: 0;
}
.page-title-area .page-title-item nav ol li {
  color: #fff;
  font-size: 20px;
}
.page-title-area .page-title-item nav ol li.active {
  padding-left: 15px;
}
.page-title-area .page-title-item nav ol li a {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-right: 13px;
  color: #fff;
  content: "|";
}

/*===========================
    4.SUB css 
===========================*/
.sub-area {
  overflow: hidden;
}
.sub-area .row > div:not(:nth-child(4n)) .sub-item {
  border-right: 1px solid #f3f3f3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-area .row > div:not(:nth-child(2n)) .sub-item {
    border-right: 1px solid #f3f3f3;
  }
  .sub-area .row > div:nth-child(2n) .sub-item {
    border-right: none;
  }
}
@media (max-width: 767px) {
  .sub-area .row > div:nth-child(2n+1) .sub-item {
    border-right: 1px solid #f3f3f3;
  }
  .sub-area .row > div:nth-child(2n) .sub-item {
    border-right: none;
  }
  .sub-area .row > div:nth-child(n+3) .sub-item {
    border-top: 1px solid #f3f3f3;
  }
}
.sub-area .sub-item {
  padding-top: 80px;
  padding-bottom: 80px;
  border: none;
}
@media (max-width: 767px) {
  .sub-area .sub-item {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.sub-area .sub-item img {
  width: 70px;
  height: auto;
}
@media (max-width: 767px) {
  .sub-area .sub-item img {
    width: 60px;
  }
}
.sub-area .sub-item .title {
  font-size: 24px;
  padding-top: 30px;
  padding-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-area .sub-item .title {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .sub-area .sub-item .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sub-area .sub-item .title {
    font-size: 22px;
  }
}
.sub-area .sub-item a {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 44px;
  border: 3px solid #f3f3f3;
  border-radius: 50%;
  margin-top: 25px;
  color: #1a6f67;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sub-area .sub-item a:hover {
  background: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.3);
}
.sub-area .sub-item p {
  padding: 0 50px;
  font-size: 14px;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-area .sub-item p {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-area .sub-item p {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .sub-area .sub-item p {
    padding: 0 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sub-area .sub-item p {
    padding: 0 30px;
    font-size: 14px;
  }
}

.sub-2-area .sub-item {
  height: 700px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sub-2-area .sub-item .sub-content {
  position: absolute;
  left: 60px;
  bottom: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-2-area .sub-item .sub-content {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .sub-2-area .sub-item .sub-content {
    left: 30px;
    bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-2-area .sub-item .sub-content {
    left: 30px;
    bottom: 30px;
  }
}
@media (max-width: 767px) {
  .sub-2-area .sub-item .sub-content {
    left: 20px;
    bottom: 20px;
  }
}
.sub-2-area .sub-item .sub-content .title {
  font-size: 24px;
  color: #fff;
  font-weight: 700;
}
.sub-2-area .sub-item .sub-content p {
  color: #a5b6c1;
  padding-top: 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .sub-2-area .sub-item .sub-content p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sub-2-area .sub-item .sub-content p {
    font-size: 15px;
  }
}
.sub-2-area .sub-item .sub-content a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #a5b6c1;
  border-radius: 50%;
  margin-top: 23px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.sub-2-area .sub-item:hover {
  background-color: rgba(255, 93, 34, 0.9);
  border-right-color: rgba(255, 93, 34, 0.9);
}
.sub-2-area .sub-item:hover .sub-content p {
  color: #fff;
}
.sub-2-area .sub-item:hover .sub-content a {
  background: #fff;
  border-color: #fff;
  color: #1a6f67;
}
.sub-2-area .row .col-lg-3 {
  padding-left: 0;
  padding-right: 0;
}

/*===========================
    5.ABOUT css 
===========================*/
.about-us-area {
  margin-bottom: 120px;
}
.about-us-area .abuot-thumb {
  position: relative;
  z-index: 10;
}
.about-us-area .abuot-thumb::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: 300px solid #f4f9ff;
  border-right: 300px solid transparent;
  left: -30px;
  top: -30px;
  z-index: 1;
}
.about-us-area .abuot-thumb > img {
  width: 100%;
  position: relative;
  z-index: 2;
}
.about-us-area .abuot-thumb .about-shape {
  position: absolute;
  z-index: 3;
  top: -52px;
  right: 40px;
  background: #1a6f67;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
}
.about-us-area .abuot-thumb .about-icon {
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 130px;
  border-radius: 50%;
  background: #1a6f67;
  position: absolute;
  left: 80px;
  bottom: -50px;
  z-index: 3;
}
@media (max-width: 767px) {
  .about-us-area .abuot-thumb .about-icon {
    left: 20px;
  }
}
.about-us-area .abuot-thumb .about-icon i {
  font-size: 50px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .about-content {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .about-us-area .about-content {
    margin-left: 0;
  }
}
.about-us-area .about-content > span {
  color: #1a6f67;
  font-weight: 700;
  padding-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area .about-content > span {
    margin-top: 85px;
  }
}
@media (max-width: 767px) {
  .about-us-area .about-content > span {
    margin-top: 85px;
  }
}
.about-us-area .about-content > .title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area .about-content > .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .about-us-area .about-content > .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area .about-content > .title {
    font-size: 52px;
    line-height: 62px;
  }
}
.about-us-area .about-content .about-info {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .about-us-area .about-content .about-info {
    padding-left: 80px;
  }
}
.about-us-area .about-content .about-info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.about-us-area .about-content .about-info .title {
  font-size: 24px;
}
.about-us-area .about-content .about-info span {
  font-weight: 700;
  color: #1a6f67;
  padding-top: 3px;
}
.about-us-area.about-3-area {
  padding-top: 197px;
  margin-bottom: 0;
  padding-bottom: 197px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.about-3-area {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
@media (max-width: 767px) {
  .about-us-area.about-3-area {
    padding-top: 115px;
    padding-bottom: 120px;
  }
}
.about-us-area.about-3-area .about-content > span {
  font-weight: 700;
  color: #1a6f67;
  padding-left: 70px;
  position: relative;
  padding-bottom: 0;
  margin-bottom: 18px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.about-3-area .about-content > span {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .about-us-area.about-3-area .about-content > span {
    margin-top: 0;
  }
}
.about-us-area.about-3-area .about-content > span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #1a6f67;
}
.about-us-area.about-3-area .about-content > span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #1a6f67;
}
.about-us-area.about-3-area .about-content > .title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area.about-3-area .about-content > .title {
    font-size: 50px;
    line-height: 55px;
  }
}
@media (max-width: 767px) {
  .about-us-area.about-3-area .about-content > .title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-us-area.about-3-area .about-content > .title {
    font-size: 48px;
    line-height: 52px;
  }
}
.about-us-area.about-3-area .about-content p {
  padding-right: 260px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area.about-3-area .about-content p {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .about-us-area.about-3-area .about-content p {
    padding-right: 0px;
  }
}
.about-us-area.about-3-area .about-thumb {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-us-area.about-3-area .about-thumb {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-area.about-3-area .about-thumb {
    width: 0%;
  }
}
@media (max-width: 767px) {
  .about-us-area.about-3-area .about-thumb {
    width: 0%;
  }
}

.about-2-area {
  padding-top: 118px;
}
@media (max-width: 767px) {
  .about-2-area {
    margin-bottom: 120px;
  }
}
.about-2-area .about-thumb img {
  width: 90%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-thumb img {
    width: 90%;
  }
}
.about-2-area .about-content {
  margin-left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-area .about-content {
    margin-left: 0;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .about-2-area .about-content {
    margin-left: 0;
    padding-top: 0;
  }
}
.about-2-area .about-content span {
  padding-left: 70px;
  font-weight: 700;
  color: #007afa;
  position: relative;
}
.about-2-area .about-content span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 28px;
  background: #0039a7;
  border-radius: 30px;
}
.about-2-area .about-content span::after {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #0079f9;
  border-radius: 30px;
}
.about-2-area .about-content .title {
  font-size: 60px;
  line-height: 70px;
  color: #1a6f67;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-content .title {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .about-2-area .about-content .title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2-area .about-content .title {
    font-size: 48px;
    line-height: 50px;
  }
}
.about-2-area .about-content > p {
  font-size: 20px;
  line-height: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-content > p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .about-2-area .about-content > p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2-area .about-content > p {
    font-size: 18px;
  }
}
.about-2-area .about-content > p.text {
  font-size: 16px;
  line-height: 28px;
  padding-right: 30px;
  padding-top: 32px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-2-area .about-content > p.text {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2-area .about-content > p.text {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .about-2-area .about-content > p.text {
    padding-right: 0;
  }
}
.about-2-area .about-content ul {
  display: flex;
  margin-top: 40px;
}
@media (max-width: 767px) {
  .about-2-area .about-content ul {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-2-area .about-content ul {
    display: flex;
  }
}
.about-2-area .about-content ul li {
  margin-right: 60px;
  text-align: center;
}
@media (max-width: 767px) {
  .about-2-area .about-content ul li {
    margin-right: 0;
    margin-top: 30px;
  }
}
.about-2-area .about-content ul li i {
  font-size: 60px;
  color: #006dea;
}
.about-2-area .about-content ul li p {
  font-size: 14px;
  color: #28586b;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
}
.about-2-area .about-content ul li:last-child {
  margin-right: 0;
}

.call-2-area {
  margin-bottom: 120px;
  margin-top: -160px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area {
    margin-top: -100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area {
    margin-top: 30px;
  }
}
.call-2-area .call-item {
  height: 160px;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 84, 255, 0.1);
  position: relative;
  z-index: 10;
}
.call-2-area .call-item i {
  position: absolute;
  left: 46%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #0048a4;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0px 8px 16px 0px rgba(0, 84, 255, 0.2);
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item i {
    left: 49%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item i {
    display: none;
  }
}
@media (max-width: 767px) {
  .call-2-area .call-item i {
    display: none;
  }
}
.call-2-area .call-item::before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 625px;
  background: linear-gradient(90deg, rgb(0, 54, 164) 25%, rgb(0, 126, 255) 100%);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item::before {
    width: 475px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item::before {
    width: 365px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item {
    padding-left: 20px;
  }
}
.call-2-area .call-item .item .title {
  font-size: 40px;
  color: #1a6f67;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item .item .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item .title {
    font-size: 30px;
  }
}
.call-2-area .call-item .item span {
  color: #007afa;
  font-weight: 700;
}
.call-2-area .call-item .item-2 {
  margin-right: 155px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item .item-2 {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item-2 {
    margin-right: 20px;
  }
}
.call-2-area .call-item .item-2 span {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}
.call-2-area .call-item .item-2 .title {
  color: #fff;
  font-size: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-2-area .call-item .item-2 .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-2-area .call-item .item-2 .title {
    font-size: 30px;
  }
}

.about-item-area {
  padding-top: 62px;
  padding-bottom: 120px;
  position: relative;
}
.about-item-area::before {
  position: absolute;
  content: "";
  background: rgba(0, 39, 118, 0.9);
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.about-item-area .about-item .title {
  background: -webkit-linear-gradient(#e0a00b, #1a6f67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 200px;
  line-height: 200px;
  margin-bottom: -60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-item-area .about-item .title {
    font-size: 170px;
  }
}
.about-item-area .about-item .icon {
  height: 220px;
  width: 220px;
  display: inline-block;
  border: 10px solid #e0a00b;
  border-radius: 50%;
  line-height: 240px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-item-area .about-item .icon {
    width: 210px;
    height: 210px;
  }
}
.about-item-area .about-item .icon::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 180px;
  width: 180px;
  border-radius: 50%;
  border: 2px solid #143b8b;
}
.about-item-area .about-item .icon i {
  color: #fff;
  font-size: 60px;
}
.about-item-area .about-item span {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .about-item-area .about-item span {
    width: 100%;
  }
}
.about-item-area .about-item-btn {
  padding-top: 63px;
}
.about-item-area .about-item-btn a {
  line-height: 60px;
  border: 2px solid #435f99;
  background-color: transparent;
  color: #fff;
  border-radius: 40px;
  padding: 0 55px;
}
.about-item-area .about-item-btn a:hover {
  background: #1a6f67;
  border-color: #1a6f67;
}

.about-box-area {
  padding-top: 100px;
  background-color: #f2f8ff;
}
.about-box-area .about-box {
  border: 16px solid #e9f1ff;
  padding: 77px 24px 77px;
  position: relative;
  background-color: #fff;
}
.about-box-area .about-box .about-box-title span {
  font-weight: 700;
  color: #1a6f67;
  position: relative;
}
.about-box-area .about-box .about-box-title span::before {
  position: absolute;
  content: "";
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #1a6f67;
  border-radius: 10px;
}
.about-box-area .about-box .about-box-title span::after {
  position: absolute;
  content: "";
  left: -37px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #1a6f67;
  border-radius: 10px;
}
.about-box-area .about-box .about-box-title .title {
  font-size: 60px;
  line-height: 70px;
  padding-top: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 58px;
    line-height: 68px;
  }
}
@media (max-width: 767px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .about-box-area .about-box .about-box-title .title {
    font-size: 40px;
    line-height: 50px;
  }
}
.about-box-area .about-box .about-box-title p {
  padding-left: 20px;
  padding-right: 70px;
  text-align: left;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .about-box-area .about-box .about-box-title p {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-box-area .about-box .about-box-title p {
    padding-left: 100px;
    padding-right: 0;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .about-box-area .about-box .about-box-title p {
    padding-left: 0px;
    padding-right: 0;
    padding-top: 20px;
  }
}
.about-box-area .about-box .shape {
  position: absolute;
  top: 24px;
  left: 24px;
  width: 0;
  height: 0;
  border-top: 50px solid #1a6f67;
  border-right: 50px solid transparent;
}

/*===========================
    6.TOUR css 
===========================*/
.tour-area .row .col-lg-3, .tour-area .row .col-lg-4, .tour-area .row .col-lg-8, .tour-area .row .col-lg-5 {
  padding-left: 10px;
  padding-right: 10px;
}
.tour-area .tour-thumb {
  position: relative;
}
.tour-area .tour-thumb .tour-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 20px solid #1a6f67;
  padding: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tour-area .tour-thumb .tour-overlay {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tour-area .tour-thumb .tour-overlay {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .tour-area .tour-thumb .tour-overlay {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tour-area .tour-thumb .tour-overlay {
    padding: 20px;
    display: block;
  }
}
.tour-area .tour-thumb .tour-overlay span {
  font-weight: 700;
  font-size: 18px;
  color: #1a6f67;
  padding-bottom: 18px;
}
.tour-area .tour-thumb .tour-overlay .title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .tour-area .tour-thumb .tour-overlay .title {
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .tour-area .tour-thumb .tour-overlay .title {
    font-size: 42px;
    line-height: 52px;
  }
}
.tour-area .tour-thumb .tour-overlay p {
  padding-right: 25px;
}
.tour-area .tour-thumb img {
  width: 100%;
}

/*===========================
    6.FUN FACTS css 
===========================*/
.fun-facts {
  padding-top: 118px;
  position: relative;
}
.fun-facts .fun-facts-content {
  margin-right: -48px;
}
.fun-facts .fun-facts-content span {
  font-weight: 700;
  color: #1a6f67;
  padding-left: 70px;
  position: relative;
}
.fun-facts .fun-facts-content span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #1a6f67;
}
.fun-facts .fun-facts-content span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #1a6f67;
}
.fun-facts .fun-facts-content .title {
  font-size: 60px;
  line-height: 70px;
  padding-bottom: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fun-facts .fun-facts-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .fun-facts .fun-facts-content .title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-facts .fun-facts-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
.fun-facts .fun-facts-thumb {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  width: 46%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .fun-facts .fun-facts-thumb {
    width: 42%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts .fun-facts-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .fun-facts .fun-facts-thumb {
    display: none;
  }
}

.fun-facts-2-area {
  padding-top: 112px;
  padding-bottom: 113px;
}
.fun-facts-2-area .fun-facts-content span {
  padding-left: 70px;
  position: relative;
  font-weight: 700;
  color: #007afa;
}
.fun-facts-2-area .fun-facts-content span::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 28px;
  background: #0038a6;
  border-radius: 30px;
}
.fun-facts-2-area .fun-facts-content span::after {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 4px;
  width: 17px;
  background: #007bfc;
  border-radius: 30px;
}
.fun-facts-2-area .fun-facts-content .title {
  font-size: 60px;
  line-height: 70px;
  padding-top: 19px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fun-facts-2-area .fun-facts-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content .title {
    font-size: 33px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content .title {
    font-size: 48px;
    line-height: 50px;
  }
}
.fun-facts-2-area .fun-facts-content p {
  font-size: 20px;
  line-height: 32px;
  padding-top: 25px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fun-facts-2-area .fun-facts-content p {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fun-facts-2-area .fun-facts-content p {
    font-size: 20px;
  }
}
.fun-facts-2-area .fun-facts-thumb {
  position: relative;
  z-index: 10;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fun-facts-2-area .fun-facts-thumb {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .fun-facts-2-area .fun-facts-thumb {
    margin-bottom: 40px;
    margin-left: 0;
  }
}
.fun-facts-2-area .fun-facts-thumb img {
  width: 80%;
}
.fun-facts-2-area .fun-facts-thumb .item {
  position: absolute;
  right: -90px;
  bottom: -90px;
  z-index: -1;
}
.fun-facts-2-area .fun-facts-thumb .item img {
  width: 180px;
}
.fun-facts-2-area.fun-facts-3-area .fun-facts-content span {
  color: #1a6f67;
}
.fun-facts-2-area.fun-facts-3-area .fun-facts-content span::before {
  background: #1a6f67;
}
.fun-facts-2-area.fun-facts-3-area .fun-facts-content span::after {
  background: #1a6f67;
}
.fun-facts-2-area.fun-facts-3-area .progress-bar-area .circle-item .counter-item span {
  color: #1a6f67;
}

.skills {
  position: relative;
}
.skills .skill-item {
  position: relative;
  margin-bottom: 46px;
}
.skills .skill-item .skill-header {
  position: relative;
  margin-bottom: 10px;
}
.skills .skill-item .skill-header .skill-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
  color: #1a6f67;
  opacity: 0.8;
  padding-bottom: 10px;
}
.skills .skill-item .skill-header .skill-percentage {
  position: absolute;
  right: 0;
  top: 1px;
  font-size: 15px;
  font-weight: 600;
  color: #ff5e14;
}
.skills .skill-item .skill-header .skill-percentage .count-box {
  font-weight: 500;
  font-size: 15px;
  color: #1a6f67;
  border: 2px solid #f3f3f3;
  border-radius: 30px;
  padding: 0 10px;
}
.skills .skill-item .skill-header .skill-percentage .count-box span {
  font-weight: 500;
  font-size: 15px;
  color: #1a6f67;
}
.skills .skill-item:last-child {
  margin-bottom: 0;
}
.skills .skill-item .skill-bar {
  position: relative;
  width: 100%;
}
.skills .skill-item .skill-bar .bar-inner {
  position: relative;
  width: 100%;
  border-top: 5px solid #eeeff2;
  border-bottom: 5px solid #eeeff2;
  border-radius: 30px;
}
.skills .skill-item .skill-bar .bar-inner .bar {
  position: absolute;
  left: 0;
  top: -2px;
  width: 0;
  height: 10px;
  background: #1a6f67;
  -webkit-transition: all 2000ms ease;
  transition: all 2000ms ease;
  border-radius: 30px;
  margin-top: -3px;
}

#circle1,
#circle2,
#circle3,
#circle4,
#circle5,
#circle6 {
  transform: rotate(90deg);
}

.circle-item {
  position: relative;
}
@media (max-width: 767px) {
  .circle-item {
    margin-bottom: 20px;
  }
}
.circle-item .counter-item {
  position: absolute;
  left: 51%;
  top: 36%;
  transform: translate(-50%, -50%);
  display: flex;
}
.circle-item span {
  font-size: 1.6em;
  font-weight: 700;
  color: #1a6f67;
  width: 100%;
  display: inline-block;
}
.circle-item p {
  color: #1a6f67;
  font-weight: 700;
  padding-top: 18px;
}

/*===========================
    7.BENEFITS css 
===========================*/
.benefits-area {
  padding-top: 114px;
  padding-bottom: 120px;
  position: relative;
}
.benefits-area::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: rgba(30, 29, 26, 0.8);
}
.benefits-area .benefits-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 19px;
}
.benefits-area .benefits-content .title {
  font-size: 60px;
  line-height: 70px;
  color: #fff;
  padding-bottom: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .benefits-area .benefits-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media (max-width: 767px) {
  .benefits-area .benefits-content .title {
    font-size: 32px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .benefits-area .benefits-content .title {
    font-size: 48px;
    line-height: 58px;
  }
}
.benefits-area .benefits-content ul li {
  display: inline-block;
  margin: 0 13px;
}
@media (max-width: 767px) {
  .benefits-area .benefits-content ul li a {
    padding: 0 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .benefits-area .benefits-content ul li a {
    padding: 0 43px;
  }
}
.benefits-area .benefits-content ul li a:hover {
  background: #1a6f67;
  border-color: #fba07d;
}
.benefits-area .benefits-content ul li:last-child a {
  background: #1a6f67;
  border-color: #fba07d;
}
.benefits-area .benefits-content ul li:last-child a:hover {
  background: #1a6f67;
  border-color: #1a6f67;
}
.benefits-area.benefits-3-area::before {
  display: none;
}
.benefits-area.benefits-3-area .benefits-content span {
  color: #1a6f67;
}
.benefits-area.benefits-3-area .benefits-content .title {
  color: #1a6f67;
}
.benefits-area.benefits-3-area .benefits-content ul li a {
  background: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
}
.benefits-area.benefits-3-area .benefits-content ul li a:hover {
  background-color: transparent;
  color: #1a6f67;
  border-color: #c8e0ff;
}
.benefits-area.benefits-3-area .benefits-content ul li a.main-btn-2 {
  background-color: transparent;
  color: #1a6f67;
  border-color: #c8e0ff;
}
.benefits-area.benefits-3-area .benefits-content ul li a.main-btn-2:hover {
  background: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
}

/*===========================
    8.PRICING css 
===========================*/
.pricing-area {
  padding-top: 114px;
  padding-bottom: 120px;
  background: #f2faff;
}
.pricing-area .section-title {
  padding-bottom: 73px;
}
.pricing-area .pricing-item {
  padding-bottom: 70px;
  padding-top: 65px;
  padding: 65px 60px 70px;
}
.pricing-area .pricing-item > span {
  color: #1a6f67;
  font-weight: 700;
  padding-bottom: 25px;
}
.pricing-area .pricing-item .title {
  font-size: 80px;
}
.pricing-area .pricing-item .title span {
  font-size: 16px;
}
.pricing-area .pricing-item p {
  font-size: 14px;
  font-weight: 700;
  color: #1a6f67;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: -13px;
  margin-bottom: 14px;
}
.pricing-area .pricing-item ul li {
  line-height: 65px;
  border-bottom: 1px solid #f3f3f3;
}
.pricing-area .pricing-item ul li:last-child {
  border-bottom: 0;
}
.pricing-area .pricing-item a {
  margin-top: 24px;
}
.pricing-area .pricing-item.center {
  position: relative;
}
.pricing-area .pricing-item.center::before {
  position: absolute;
  content: "Best Value With Get 50% Off";
  left: 0;
  top: -40px;
  height: 40px;
  width: 100%;
  background: #1a6f67;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pricing-area .pricing-item.item {
    margin-top: 75px;
  }
}
@media (max-width: 767px) {
  .pricing-area .pricing-item.item {
    margin-top: 75px;
  }
}
.pricing-area.pricing-page {
  padding-top: 128px;
  background-color: transparent;
}
.pricing-area.pricing-page .pricing-item {
  border: 2px solid #eef1f7;
}

/*===========================
    8.OUR PLACE css 
===========================*/
.our-place-area {
  background: #1a6f67;
  position: relative;
}
.our-place-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 50%;
  background-image: url(../images/place-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .our-place-area::before {
    width: 30%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .our-place-area::before {
    width: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-place-area::before {
    width: 0;
  }
}
@media (max-width: 767px) {
  .our-place-area::before {
    width: 0;
  }
}
.our-place-area .our-place-item .our-place-content {
  width: 960px;
  background: #1a6f67;
  padding: 115px 125px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our-place-area .our-place-item .our-place-content {
    padding: 115px 40px;
    width: 755px;
  }
}
@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content {
    padding: 115px 10px;
    width: 330px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content {
    padding: 115px 20px;
    width: 565px;
  }
}
.our-place-area .our-place-item .our-place-content .plans-item-slide {
  position: relative;
}
@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .plans-item-slide::after {
    content: "← 左右滑動 →";
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    font-size: 12px;
    letter-spacing: 0.1em;
    color: rgba(255, 255, 255, 0.85);
    padding: 2px 8px;
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.25);
    animation: swipeHint 1.6s ease-in-out infinite;
  }
}
.our-place-area .our-place-item .our-place-content .plans-item-slide .slick-center .our-place-item {
  opacity: 1;
  border-color: #e0a00b;
  position: relative;
  margin-bottom: 20px;
}
.our-place-area .our-place-item .our-place-content .plans-item-slide .slick-center .our-place-item::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: -17px;
  transform: translateX(-50%) rotate(45deg);
  height: 30px;
  width: 30px;
  border: 2px solid #e0a00b;
  background: #1a6f67;
  border-left: 0;
  border-top: 0;
}
.our-place-area .our-place-item .our-place-content > span {
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
}
.our-place-area .our-place-item .our-place-content > span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 17px;
  background: #fff;
  border-radius: 30px;
}
.our-place-area .our-place-item .our-place-content > span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  background: #fff;
  border-radius: 30px;
}
.our-place-area .our-place-item .our-place-content .title {
  color: #fff;
  font-size: 60px;
  padding-bottom: 52px;
}
@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .title {
    font-size: 38px;
  }
}
.our-place-area .our-place-item .our-place-content .our-place-text {
  padding-top: 40px;
}
.our-place-area .our-place-item .our-place-content .our-place-text p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 28px;
  padding: 0 40px 0;
}
@media (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .our-place-text p {
    padding: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-place-area .our-place-item .our-place-content .our-place-text p {
    padding: 0 40px 0;
  }
}
.our-place-area .our-place-item .our-place-item {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 2px solid #e0a00b;
}
.our-place-area .our-place-item .our-place-item i {
  color: #e0a00b;
  font-size: 60px;
  padding-top: 48px;
}
.our-place-area .our-place-item .our-place-item span {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  padding-bottom: 50px;
  padding-top: 14px;
}

@keyframes swipeHint {
  0% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
  30% {
    opacity: 1;
  }
  60% {
    opacity: 1;
    transform: translateX(-50%) translateY(-2px);
  }
  100% {
    opacity: 0;
    transform: translateX(-50%) translateY(0);
  }
}
/*===========================
    9.NEWS css 
===========================*/
.news-area {
  padding-top: 114px;
  padding-bottom: 120px;
}
.news-area .section-title .title::before {
  content: "News";
}
.news-area .news-item .news-thumb {
  overflow: hidden;
}
.news-area .news-item .news-thumb img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news-area .news-item .news-content {
  position: relative;
}
.news-area .news-item .news-content ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  color: #28586b;
}
.news-area .news-item .news-content ul li i {
  padding-right: 6px;
  color: #1a6f67;
}
.news-area .news-item .news-content ul li:first-child {
  margin-right: 28px;
}
.news-area .news-item .news-content .title {
  font-size: 24px;
  line-height: 34px;
  padding-top: 5px;
  padding-bottom: 3px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-area .news-item .news-content .title {
    font-size: 19px;
  }
}
.news-area .news-item .news-content > a {
  font-size: 14px;
  font-weight: 700;
  color: #28586b;
  line-height: 34px;
  text-transform: uppercase;
  padding-right: 30px;
  border-bottom: 2px solid #f3f3f3;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.news-area .news-item .news-content span {
  position: absolute;
  top: -20px;
  right: 10px;
  background: #1a6f67;
  color: #fff;
  padding: 0 24px;
  line-height: 40px;
  border-radius: 30px;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.3);
  font-size: 14px;
  font-weight: 700;
}
.news-area .news-item:hover .news-thumb img {
  transform: scale(1.1);
}
.news-area .news-item:hover .news-content a {
  color: #1a6f67;
  border-color: #1a6f67;
}
.news-area.event-news {
  background: #f2faff;
}
.news-area.event-news .news-item .news-content {
  position: relative;
}
.news-area.event-news .news-item .news-content .title {
  font-size: 24px;
  line-height: 34px;
  padding-top: 10px;
}
.news-area.event-news .news-item .news-content .title a {
  color: #001219;
}
.news-area.event-news .news-item .news-content .date-box {
  position: absolute;
  right: 0;
  top: -26px;
  background: #1a6f67;
  height: 80px;
  width: 70px;
}
.news-area.event-news .news-item .news-content .date-box h4 {
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}
.news-area.event-news .news-item .news-content .date-box b {
  background: #ee4000;
  color: #fff;
  display: block;
  line-height: 24px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 8px;
}

.news-feeds-area .section-title span {
  color: #007afa;
}
.news-feeds-area .section-title .title::before {
  content: "News";
}
.news-feeds-area .news-feeds-item {
  position: relative;
}
.news-feeds-area .news-feeds-item img {
  width: 100%;
}
.news-feeds-area .news-feeds-item .news-feeds-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(-45deg, rgb(0, 210, 255) 25%, rgb(0, 54, 164) 100%);
  padding-left: 60px;
  padding-top: 75px;
  padding-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay {
    padding-left: 20px;
    padding-top: 45px;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay {
    padding-left: 60px;
    padding-top: 75px;
    padding-right: 40px;
  }
}
.news-feeds-area .news-feeds-item .news-feeds-overlay ul li {
  display: inline-block;
  color: #fff;
}
@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay ul li {
    font-size: 15px;
  }
}
.news-feeds-area .news-feeds-item .news-feeds-overlay ul li i {
  padding-right: 5px;
}
.news-feeds-area .news-feeds-item .news-feeds-overlay ul li:last-child {
  margin-left: 27px;
}
@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay ul li:last-child {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay ul li:last-child {
    margin-left: 27px;
  }
}
.news-feeds-area .news-feeds-item .news-feeds-overlay .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  color: #fff;
  padding-top: 17px;
}
@media (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay .title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .news-feeds-area .news-feeds-item .news-feeds-overlay .title {
    font-size: 24px;
  }
}
.news-feeds-area .news-feeds-item .news-feeds-overlay a {
  color: #fff;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 700;
}
.news-feeds-area .news-feeds-item.item-2 .news-feeds-overlay {
  background: #1a6f67;
}
.news-feeds-area .news-feeds-item.item-3 .news-feeds-overlay {
  background: #007afa;
}

/*===========================
    10.FOOTER css 
===========================*/
.footer-area {
  background: #1a6f67;
  padding-top: 170px;
  padding-bottom: 105px;
  /* Footer Places */
}
.footer-area .footer-places {
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-area .footer-places .place-item {
  display: flex;
  align-items: flex-start;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  margin-bottom: 20px;
  transition: all 0.3s ease;
}
.footer-area .footer-places .place-item:hover {
  background: rgba(255, 255, 255, 0.08);
  transform: translateY(-2px);
}
.footer-area .footer-places .place-item .place-icon {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #1a6f67, #2a8a7f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}
.footer-area .footer-places .place-item .place-icon i {
  font-size: 20px;
  color: #ffffff;
}
.footer-area .footer-places .place-item .place-content {
  flex: 1;
}
.footer-area .footer-places .place-item .place-content .place-title {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 8px;
  line-height: 1.3;
}
.footer-area .footer-places .place-item .place-content .place-address {
  font-size: 16px;
  color: #a8c5d5;
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.footer-area .footer-places .place-item .place-content .place-address a {
  color: #a8c5d5;
  text-decoration: none;
}
.footer-area .footer-places .place-item .place-content .place-address a:hover {
  color: #ffffff;
  text-decoration: none;
}
.footer-area .footer-places .place-item .place-content .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 10px;
}
.footer-area .footer-places .place-item .place-content .tags .tag {
  display: inline-block;
  background: #f8f9fa;
  color: #1a6f67;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.footer-area .footer-places .place-item .place-content .tags .tag:hover {
  background: #1a6f67;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(26, 111, 103, 0.2);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-places .place-item {
    margin-bottom: 15px;
    padding: 15px;
  }
  .footer-area .footer-places .place-item .place-icon {
    width: 40px;
    height: 40px;
    margin-right: 15px;
  }
  .footer-area .footer-places .place-item .place-icon i {
    font-size: 16px;
  }
  .footer-area .footer-places .place-item .place-content .place-title {
    font-size: 16px;
  }
  .footer-area .footer-places .place-item .place-content .place-address {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-places .place-item {
    flex-direction: column;
    text-align: left;
    padding: 20px 15px;
    position: relative;
  }
  .footer-area .footer-places .place-item .place-icon {
    position: absolute;
    right: 1em;
    top: 1em;
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.footer-area .footer-item p {
  color: #a8c5d5;
  padding-right: 35px;
  padding-top: 1em;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .footer-area .footer-item p {
    padding-right: 0;
  }
}
.footer-area .footer-item a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}
.footer-area .footer-item a i {
  padding-right: 6px;
}
.footer-area .footer-item-2 {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .footer-area .footer-item-2 {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-item-2 {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-area .footer-item-2 {
    padding-left: 0;
  }
}
.footer-area .footer-item-2 .footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 18px;
}
.footer-area .footer-item-2 ul > li {
  display: block;
  margin-bottom: 10px;
}
.footer-area .footer-item-2 ul > li a {
  color: #a8c5d5;
  line-height: 1.6;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  text-decoration: none;
  font-size: 1.2em;
}
.footer-area .footer-item-2 ul > li a:hover {
  color: #fff;
}
.footer-area .footer-item-3 .footer-title .title {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 18px;
}
.footer-area .footer-item-3 ul {
  margin-top: 15px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-area .footer-item-3 ul li {
  flex: 0 0 calc(33.333% - 6px);
  margin-right: 0;
}
.footer-area .footer-item-3 ul li a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  transition: all 0.3s ease;
  aspect-ratio: 6/4;
}
.footer-area .footer-item-3 ul li a:hover {
  transform: scale(1.05);
}
.footer-area .footer-item-3 ul li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: all 0.3s ease;
}
.footer-area.footer-3-area {
  padding-top: 90px;
}

.call-area {
  margin: -80px 0;
}
.call-area .call-item {
  background: linear-gradient(to right, #f6c041 50%, #e0a00b 100%);
  position: relative;
  height: 160px;
  z-index: 10;
  border-radius: 160px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .call-area .call-item {
    height: 120px;
    border-radius: 120px;
  }
}
.call-area .call-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 545px;
  background-image: url(../images/call-bg.webp);
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .call-area .call-item::before {
    width: 437px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-area .call-item::before {
    width: 0;
  }
}
@media (max-width: 767px) {
  .call-area .call-item::before {
    width: 0;
  }
}
.call-area .call-item i {
  position: absolute;
  top: 50%;
  left: 47%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  text-align: center;
  border-radius: 50%;
  background: #fff;
  font-size: 30px;
  color: #1a6f67;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .call-area .call-item i {
    display: none;
  }
}
@media (max-width: 767px) {
  .call-area .call-item i {
    left: 2em;
  }
}
.call-area .call-item .call-content {
  padding-top: 30px;
  padding-left: 33px;
}
@media (max-width: 767px) {
  .call-area .call-item .call-content {
    padding-left: 7.5em;
    padding-top: 1.5em;
  }
}
.call-area .call-item .call-content span {
  font-weight: 600;
  color: #1a6f67;
  line-height: 40px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .call-area .call-item .call-content span {
    font-size: 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-area .call-item .call-content span {
    font-size: 15px;
  }
}
.call-area .call-item .call-content .title {
  font-size: 40px;
  color: #1a6f67;
}
@media (max-width: 767px) {
  .call-area .call-item .call-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .call-area .call-item .call-content .title {
    font-size: 40px;
  }
}
.call-area.call-booking {
  background: #f2faff;
}

.footer-2-area {
  background: #001a4e;
  padding-bottom: 120px;
}
.footer-2-area .footer-content p {
  color: #bfd8e0;
  font-size: 30px;
  line-height: 42px;
  padding: 47px 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-2-area .footer-content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .footer-2-area .footer-content p {
    font-size: 15px;
    line-height: 28px;
    padding: 47px 0 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-2-area .footer-content p {
    font-size: 18px;
    line-height: 28px;
  }
}
.footer-2-area .footer-content-item {
  position: relative;
  padding-top: 120px;
}
.footer-2-area .footer-content-item::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 350px;
  background-image: url(../images/footer-text.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.footer-2-area .footer-copyright {
  border-top: 2px solid #2b4a85;
  margin-top: 75px;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .footer-2-area .footer-copyright {
    text-align: center;
  }
}
.footer-2-area .footer-copyright ul li {
  display: inline-block;
}
.footer-2-area .footer-copyright ul li a {
  height: 60px;
  width: 60px;
  background: #0a265d;
  border-radius: 50%;
  text-align: center;
  line-height: 60px;
  color: #bfd8e0;
  margin-right: 17px;
  position: relative;
  z-index: 5;
}
.footer-2-area .footer-copyright ul li a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: linear-gradient(100deg, rgb(0, 54, 164) 30%, rgb(0, 210, 255) 100%);
  border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.footer-2-area .footer-copyright ul li a:hover::before {
  opacity: 1;
}
.footer-2-area .footer-copyright p {
  color: #bfd8e0;
}
@media (max-width: 767px) {
  .footer-2-area .footer-copyright p {
    margin-top: 30px;
  }
}

/*===== LINE Floating Button =====*/
.line-floating-btn {
  position: fixed;
  bottom: 100px;
  right: 24px;
  z-index: 9998;
}
.line-floating-btn .line-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #00C300;
  color: #ffffff;
  border-radius: 50%;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0, 195, 0, 0.3);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.line-floating-btn .line-btn:hover {
  background: #00A300;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(0, 195, 0, 0.4);
  color: #ffffff;
  text-decoration: none;
}
.line-floating-btn .line-btn i {
  font-size: 24px;
  margin-right: 5px;
}
.line-floating-btn .line-btn img {
  width: 60%;
  height: 60%;
}
.line-floating-btn .line-btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: scale(0);
  transition: transform 0.3s ease;
}
.line-floating-btn .line-btn:hover::before {
  transform: scale(1);
}
.line-floating-btn .line-text {
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  color: #00C300;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  .line-floating-btn {
    bottom: 90px;
    right: 20px;
  }
  .line-floating-btn .line-btn {
    width: 50px;
    height: 50px;
  }
  .line-floating-btn .line-btn i {
    font-size: 20px;
    margin-right: 0;
  }
  .line-floating-btn .line-text {
    font-size: 10px;
    bottom: -20px;
  }
}

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999;
}
.go-top-area .go-top {
  position: fixed;
  cursor: pointer;
  bottom: 0;
  top: auto;
  right: 35px;
  color: #ffffff;
  background-color: #1a6f67;
  z-index: 9999;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.9s ease-out 0s;
  -moz-transition: all 0.9s ease-out 0s;
  -ms-transition: all 0.9s ease-out 0s;
  -o-transition: all 0.9s ease-out 0s;
  transition: all 0.9s ease-out 0s;
  border-right: 50%;
}
.go-top-area .go-top i {
  position: absolute;
  top: 50%;
  left: -4px;
  right: 0;
  margin: 0 auto;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.go-top-area .go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}
.go-top-area .go-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #1a6f67;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  border-radius: 50%;
}
.go-top-area .go-top:focus, .go-top-area .go-top:hover {
  color: #fff;
}
.go-top-area .go-top:focus::before, .go-top-area .go-top:hover::before {
  opacity: 1;
  visibility: visible;
}
.go-top-area .go-top:focus i:first-child, .go-top-area .go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}
.go-top-area .go-top:focus i:last-child, .go-top-area .go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}
.go-top-area .go-top.active {
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(-98%);
  -moz-transform: translateY(-98%);
  -ms-transform: translateY(-98%);
  -o-transform: translateY(-98%);
  transform: translateY(-98%);
  opacity: 1;
  visibility: visible;
  border-radius: 0;
  right: 26px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .go-top-area .go-top.active {
    bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .go-top-area .go-top.active {
    bottom: 0;
  }
}

.go-top-wrap {
  position: relative;
}
.go-top-wrap .go-top-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  top: 3px;
  z-index: 1;
  background: #1a6f67;
}
.go-top-wrap .go-top-btn i {
  font-size: 20px;
  font-weight: 700;
  padding-left: 4px;
  color: #fff;
}
.go-top-wrap .go-top-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  -moz-animation: ripple 1.6s ease-out infinite;
  -o-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  background: #1a6f67;
  border-radius: 50%;
}
.go-top-wrap .go-top-btn:hover {
  background-color: #222;
  color: #fff;
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
  }
}
/*===========================
    11.FACILITIES css 
===========================*/
.facilities-area {
  padding-top: 113px;
  background: #f2f8ff;
  padding-bottom: 112px;
}
.facilities-area .section-title span {
  color: #007afa;
}
.facilities-area .section-title .title::before {
  content: "Facilities";
}
.facilities-area .facilities-item {
  position: relative;
  padding-left: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item {
    padding-left: 80px;
  }
}
.facilities-area .facilities-item i {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  width: 90px;
  text-align: center;
  line-height: 90px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 84, 255, 0.1);
  font-size: 36px;
  color: #007af0;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item i {
    height: 70px;
    width: 70px;
    line-height: 70px;
    font-size: 24px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facilities-area .facilities-item p {
    font-size: 14px;
  }
}
.facilities-area .facilities-item .title {
  font-size: 24px;
  color: #1a6f67;
  padding-bottom: 17px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .facilities-area .facilities-item .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .facilities-area .facilities-item .title {
    font-size: 22px;
  }
}
.facilities-area .facilities-item:hover i {
  background: #007af0;
  color: #fff;
  transform: rotateX(360deg);
}
.facilities-area.facilities-3-area .section-title span {
  color: #1a6f67;
}
.facilities-area.facilities-3-area .facilities-item i {
  color: #1a6f67;
}
.facilities-area.facilities-3-area .facilities-item:hover i {
  color: #fff;
  background: #1a6f67;
}

.play-area {
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .play-area {
    margin-left: 0;
    margin-right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .play-area {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.play-area .play-main {
  height: 750px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .play-area .play-main {
    height: 550px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .play-area .play-main {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .play-area .play-main {
    height: 400px;
  }
}
.play-area .play-main .play-item {
  height: 100%;
  width: 100%;
  position: relative;
}
.play-area .play-main .play-item a {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100px;
  width: 100px;
  text-align: center;
  line-height: 88px;
  border: 6px solid #476578;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
}

/*===========================
    12.SATISFIED css 
===========================*/
.satisfied-area .satisfied-item {
  position: relative;
  overflow: hidden;
}
.satisfied-area .satisfied-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.satisfied-area .satisfied-item .satisfied-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -moz-linear-gradient(-45deg, rgba(0, 54, 164, 0.9) 0%, rgba(0, 210, 255, 0.9) 100%);
  background-image: -webkit-linear-gradient(-45deg, rgba(0, 54, 164, 0.9) 0%, rgba(0, 210, 255, 0.9) 100%);
  background-image: -ms-linear-gradient(-45deg, rgba(0, 54, 164, 0.9) 0%, rgba(0, 210, 255, 0.9) 100%);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.satisfied-area .satisfied-item .satisfied-overlay .satisfied-content .title {
  color: #fff;
  font-size: 60px;
  line-height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .satisfied-area .satisfied-item .satisfied-overlay .satisfied-content .title {
    font-size: 50px;
    line-height: 60px;
  }
}
.satisfied-area .satisfied-item .satisfied-overlay .satisfied-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 30px;
}
.satisfied-area .satisfied-item .satisfied-overlay .satisfied-content a {
  line-height: 60px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  padding: 0 46px;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
}
.satisfied-area .satisfied-item:hover img {
  transform: scale(1.1);
}
.satisfied-area .satisfied-item:hover .satisfied-overlay {
  opacity: 1;
}

.overley {
  opacity: 0.902;
  position: absolute;
  left: 768px;
  top: 4551px;
  width: 384px;
  height: 384px;
  z-index: 174;
}

/*===========================
    13.BECOME MEMBER css 
===========================*/
.become-member-area .become-member-items-1 {
  height: 515px;
  position: relative;
  z-index: 10;
  justify-content: center;
}
.become-member-area .become-member-items-1::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-linear-gradient(bottom, rgba(0, 54, 164, 0.9) 0%, rgba(0, 126, 255, 0.9) 100%);
  background-image: -o-linear-gradient(bottom, rgba(0, 54, 164, 0.9) 0%, rgba(0, 126, 255, 0.9) 100%);
  background-image: linear-gradient(to top, rgba(0, 54, 164, 0.9) 0%, rgba(0, 126, 255, 0.9) 100%);
  z-index: -1;
}
.become-member-area .become-member-items-1 .become-member-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.become-member-area .become-member-items-1 .become-member-content .title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 35px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 46px;
    line-height: 56px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content .title {
    font-size: 42px;
    line-height: 48px;
  }
}
.become-member-area .become-member-items-1 .become-member-content ul li {
  display: inline-block;
  margin: 0 13px;
}
.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn {
  background: #1a6f67;
  border: 2px solid #1a6f67;
}
.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn:hover {
  background-color: transparent;
  border-color: rgb(53, 136, 241);
}
.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
  background-color: transparent;
  border-color: rgb(53, 136, 241);
}
@media (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
    margin-top: 0px;
  }
}
.become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2:hover {
  background: #1a6f67;
  border: 2px solid #1a6f67;
}
.become-member-area .become-member-items-2 {
  height: 515px;
  position: relative;
  z-index: 10;
}
.become-member-area .become-member-items-2::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 28, 72, 0.9);
  z-index: -1;
}
.become-member-area .become-member-items-2 .become-member-content span {
  color: #fff;
  font-weight: 700;
  padding-bottom: 20px;
}
.become-member-area .become-member-items-2 .become-member-content .title {
  font-size: 50px;
  color: #fff;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .become-member-area .become-member-items-2 .become-member-content .title {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .become-member-area .become-member-items-2 .become-member-content .title {
    font-size: 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .become-member-area .become-member-items-2 .become-member-content .title {
    font-size: 50px;
  }
}
.become-member-area .become-member-items-2 .become-member-content .input-box {
  padding-bottom: 20px;
}
.become-member-area .become-member-items-2 .become-member-content .input-box input {
  width: 530px;
  background-color: transparent;
  border-radius: 50px;
  border: 4px solid #193f7b;
  line-height: 80px;
  padding-left: 36px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .become-member-area .become-member-items-2 .become-member-content .input-box input {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .become-member-area .become-member-items-2 .become-member-content .input-box input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .become-member-area .become-member-items-2 .become-member-content .input-box input {
    width: 100%;
    line-height: 60px;
  }
}
.become-member-area .become-member-items-2 .become-member-content .input-box input::placeholder {
  opacity: 1;
}
.become-member-area.become-member-3-area .become-member-items-1::before {
  background: rgba(255, 93, 34, 0.9);
}
.become-member-area.become-member-3-area .become-member-items-1 .become-member-content ul li .main-btn:hover {
  border-color: #fff;
  color: #fff;
}
.become-member-area.become-member-3-area .become-member-items-1 .become-member-content ul li .main-btn.main-btn-2 {
  border-color: #fff;
  color: #fff;
}
.become-member-area.become-member-3-area .become-member-items-2 .become-member-content a {
  background: #1a6f67;
  border: 2px solid #1a6f67;
}
.become-member-area.become-member-3-area .become-member-items-2 .become-member-content a:hover {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

/*===========================
    14.PROCESS css 
===========================*/
.process-area {
  background: #f2f8ff;
  padding-top: 112px;
  padding-bottom: 130px;
}
.process-area .section-title {
  padding-bottom: 63px;
}
.process-area .section-title span {
  color: #007afa;
}
.process-area .section-title .title::before {
  content: "Process";
}
.process-area .process-item {
  padding-bottom: 50px;
  padding-top: 70px;
  position: relative;
}
.process-area .process-item span {
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, rgb(0, 54, 164) 0%, rgb(0, 126, 255) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(0, 54, 164) 0%, rgb(0, 126, 255) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(0, 54, 164) 0%, rgb(0, 126, 255) 100%);
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  position: absolute;
  left: 50%;
  top: -35px;
  transform: translateX(-50%);
}
.process-area .process-item .title {
  font-size: 24px;
}
.process-area .process-item p {
  padding: 15px 45px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-area .process-item p {
    padding: 15px 30px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-area .process-item p {
    padding: 15px 65px 35px;
  }
}
.process-area .process-item i {
  font-size: 80px;
  color: #d9e8ee;
}

.process-3-area .process-thumb {
  margin-left: -80px;
  margin-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .process-3-area .process-thumb {
    margin-left: 0;
    margin-right: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-3-area .process-thumb {
    margin-left: 0;
    margin-right: 0px;
  }
}
@media (max-width: 767px) {
  .process-3-area .process-thumb {
    margin-left: 0;
    margin-right: 0px;
  }
}
.process-3-area .process-thumb > img {
  width: 100%;
}
.process-3-area .process-thumb .about-shape {
  position: absolute;
  z-index: 3;
  bottom: 0px;
  right: 130px;
  background: #1a6f67;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(255, 93, 34, 0.4);
  -moz-box-shadow: 0px 20px 40px 0px rgba(255, 93, 34, 0.4);
  box-shadow: 0px 20px 40px 0px rgba(255, 93, 34, 0.4);
}
@media (max-width: 767px) {
  .process-3-area .process-thumb .about-shape {
    right: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-thumb .about-shape {
    right: 55px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .process-3-area .process-content {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .process-3-area .process-content {
    margin-top: 40px;
  }
}
.process-3-area .process-content .process-title > span {
  color: #1a6f67;
  font-weight: 700;
  position: relative;
  padding-left: 70px;
}
.process-3-area .process-content .process-title > span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 17px;
  background: #1a6f67;
  border-radius: 30px;
}
.process-3-area .process-content .process-title > span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  background: #1a6f67;
  border-radius: 30px;
}
.process-3-area .process-content .process-title .title {
  font-size: 60px;
  color: #1a6f67;
  padding-bottom: 35px;
  padding-top: 20px;
}
@media (max-width: 767px) {
  .process-3-area .process-content .process-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-content .process-title .title {
    font-size: 60px;
  }
}
.process-3-area .process-content .item {
  padding-left: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .process-3-area .process-content .item {
    padding-left: 70px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-content .item {
    padding-left: 120px;
  }
}
.process-3-area .process-content .item .title {
  font-size: 30px;
}
@media (max-width: 767px) {
  .process-3-area .process-content .item .title {
    font-size: 28px;
  }
}
.process-3-area .process-content .item p {
  padding-right: 10px;
}
.process-3-area .process-content .item span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 80px;
  color: #fff;
  line-height: 75px;
  text-shadow: 2px 2px 0 #1a6f67, 2px -2px 0 #1a6f67, -2px 2px 0 #1a6f67, -2px -2px 0 #1a6f67, 2px 0px 0 #1a6f67, 0px 2px 0 #1a6f67, -2px 0px 0 #1a6f67, 0px -2px 0 #1a6f67, 2px 2px 5px rgba(206, 89, 55, 0);
}
@media (max-width: 767px) {
  .process-3-area .process-content .item span {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .process-3-area .process-content .item span {
    font-size: 80px;
  }
}

/*===========================
    15.TEAM css 
===========================*/
.team-area .team-item {
  position: relative;
}
.team-area .team-item img {
  width: 100%;
}
.team-area .team-item .team-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 25%, rgb(0, 39, 118) 100%);
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item .team-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 14px solid transparent;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item .team-overlay .team-info {
  position: absolute;
  left: 35px;
  bottom: 35px;
}
.team-area .team-item .team-overlay .team-info .title {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-area .team-item .team-overlay .team-info .title {
    font-size: 24px;
  }
}
.team-area .team-item .team-overlay .team-info span {
  font-weight: 700;
  color: #fff;
  padding-top: 4px;
  padding-bottom: 15px;
}
.team-area .team-item .team-overlay .team-info i {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 56px;
  border: 2px solid #ddd;
  color: #fff;
  border-radius: 50%;
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.team-area .team-item:hover .team-overlay {
  background: rgba(0, 39, 118, 0.94);
}
.team-area .team-item:hover .team-overlay::before {
  border: 14px solid #0c80f9;
}
.team-area .team-item:hover .team-overlay .team-info i {
  background: #0c80f9;
  border-color: #0c80f9;
}

.team-page-area .team-item {
  position: relative;
}
.team-page-area .team-item .team-overlay {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  height: 100px;
  width: 90%;
  background: #fff;
}
@media (max-width: 767px) {
  .team-page-area .team-item .team-overlay {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .team-page-area .team-item .team-overlay {
    padding-left: 40px;
  }
}
.team-page-area .team-item .team-overlay::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 100%;
  width: 6px;
  background: #1a6f67;
}
.team-page-area .team-item .team-overlay .item .title {
  font-size: 24px;
  font-weight: 700;
  color: #001219;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-page-area .team-item .team-overlay .item .title {
    font-size: 22px;
  }
}
.team-page-area .team-item .team-overlay .item span {
  font-size: 14px;
  font-weight: 700;
  color: #1a6f67;
}
.team-page-area .team-item img {
  width: 100%;
}

/*===========================
    16.EVENT css 
===========================*/
.event-area {
  background: #f2faff;
  padding-top: 114px;
  padding-bottom: 240px;
}
.event-area .section-title .title::before {
  content: "Events";
}
.event-area .event-item {
  padding: 64px 60px;
  background: #1a6f67;
}
@media (max-width: 767px) {
  .event-area .event-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-area .event-item {
    padding: 64px 60px;
  }
}
.event-area .event-item .event-title span {
  color: #fff;
}
.event-area .event-item .event-title .title {
  color: #fff;
  font-size: 50px;
  padding-bottom: 5px;
}
.event-area .event-item .item {
  border-bottom: 1px solid #1a3d84;
  padding-bottom: 22px;
  padding-top: 21px;
}
.event-area .event-item .item span {
  font-size: 14px;
  color: #8da2cc;
  padding-bottom: 11px;
}
.event-area .event-item .item .title {
  font-size: 24px;
  color: #fff;
}
.event-area .event-item .item.last {
  border-bottom: 0;
  padding-bottom: 0;
}
.event-area .event-item.item-2 {
  background: #1a6f67;
}
.event-area .event-item.item-2 .item {
  border-bottom-color: #ff6e39;
}
.event-area .event-item.item-2 .item span {
  color: #fff;
}
.event-area .event-item.item-3 {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  position: relative;
  z-index: 5;
}
.event-area .event-item.item-3::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: -1;
  background: rgba(0, 25, 77, 0.9);
}
.event-area.event-page {
  background: #fff;
  padding-top: 90px;
  padding-bottom: 120px;
}

.play-3-area {
  position: relative;
  margin-top: -120px;
}
.play-3-area .play-item {
  height: 650px;
  position: relative;
}
@media (max-width: 767px) {
  .play-3-area .play-item {
    height: 400px;
  }
}
.play-3-area .play-item a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 80px;
  height: 80px;
  width: 80px;
  background: #1a6f67;
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
}

.event-item-area .event-item-box {
  padding: 18px;
  border: 2px solid #d1ddf2;
}
.event-item-area .event-item-box .event-item-thumb {
  position: relative;
}
.event-item-area .event-item-box .event-item-thumb .event-item-overlay {
  position: absolute;
  left: 0px;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 93, 34, 0.8);
}
.event-item-area .event-item-box .event-item-thumb .event-item-overlay .item span {
  color: #fff;
  font-weight: 700;
}
.event-item-area .event-item-box .event-item-thumb .event-item-overlay .item .title {
  color: #fff;
  font-size: 40px;
  padding-top: 3px;
}
@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-thumb .event-item-overlay .item .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-thumb .event-item-overlay .item .title {
    font-size: 40px;
  }
}
.event-item-area .event-item-box .event-item-thumb img {
  width: 100%;
}
.event-item-area .event-item-box .event-item-content {
  padding-left: 30px;
  padding-bottom: 10px;
  margin-right: 55px;
}
@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content {
    margin-right: 0px;
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content {
    margin-right: 30px;
    padding-left: 0;
  }
}
.event-item-area .event-item-box .event-item-content > .title {
  font-size: 36px;
  line-height: 70px;
  letter-spacing: -1px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-item-area .event-item-box .event-item-content > .title {
    font-size: 28px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content > .title {
    font-size: 27px;
    line-height: 37px;
    padding-top: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content > .title {
    padding-top: 0px;
  }
}
.event-item-area .event-item-box .event-item-content p {
  padding-bottom: 30px;
}
.event-item-area .event-item-box .event-item-content .about-info {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content .about-info {
    padding-left: 80px;
  }
}
.event-item-area .event-item-box .event-item-content .about-info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.event-item-area .event-item-box .event-item-content .about-info .title {
  font-size: 24px;
}
.event-item-area .event-item-box .event-item-content .about-info span {
  font-weight: 700;
  color: #007afa;
  padding-top: 3px;
}
.event-item-area .event-item-box .event-item-content .about-info a {
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: transparent;
  color: #28586b;
  border: 2px solid #d1ddf2;
  line-height: 60px;
  padding: 0 52px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-item-area .event-item-box .event-item-content .about-info a {
    right: -50px;
    line-height: 50px;
    padding: 0 30px;
  }
}
@media (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content .about-info a {
    right: -35px;
    line-height: 50px;
    padding: 0 30px;
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-item-area .event-item-box .event-item-content .about-info a {
    right: -35px;
    line-height: 50px;
    padding: 0 30px;
    display: block;
  }
}
.event-item-area .event-item-box .event-item-content .about-info a:hover {
  background: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.2);
}

.event-details-area .event-details-sidebar .event-sidebar-box {
  background: #1a6f67;
  padding: 35px 50px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-sidebar .event-sidebar-box {
    padding: 35px 30px 30px;
  }
}
@media (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box {
    padding: 35px 15px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box {
    padding: 35px 50px 30px;
  }
}
.event-details-area .event-details-sidebar .event-sidebar-box .event-title {
  margin-bottom: 19px;
}
.event-details-area .event-details-sidebar .event-sidebar-box .event-title .title {
  font-size: 24px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
}
.event-details-area .event-details-sidebar .event-sidebar-box .event-title .title::before {
  position: absolute;
  content: "";
  left: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background: #1a6f67;
}
.event-details-area .event-details-sidebar .event-sidebar-box .event-title .title::after {
  position: absolute;
  content: "";
  right: -50px;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  width: 30px;
  background: #1a6f67;
}
.event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
  color: #aad0e0;
  line-height: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    font-size: 16px;
  }
}
.event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li span {
  font-weight: 600;
  color: #fff;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-2 {
  background: #f1f6ff;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-title .title {
  color: #1a6f67;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-sidebar-content ul li {
  color: #28586b;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-sidebar-content ul li span {
  color: #1a6f67;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-3 {
  padding: 0;
  position: relative;
  text-align: center;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-3 img {
  width: 100%;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-3 .title {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  width: 100%;
}
.event-details-area .event-details-sidebar .event-sidebar-box.item-3 .title span {
  font-weight: 400;
}
.event-details-area .event-details-item .event-details-thumb img {
  width: 100%;
}
.event-details-area .event-details-item .event-details-heading {
  margin-left: 50px;
  margin-right: 50px;
  background: #fff;
  position: relative;
  margin-top: -40px;
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.06);
  padding: 40px 40px 35px;
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 10px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading {
    padding: 40px 40px 35px;
  }
}
.event-details-area .event-details-item .event-details-heading ul li {
  display: inline-block;
  background: #ffe4da;
  line-height: 30px;
  padding: 0 16px;
  border-radius: 30px;
  color: #1a6f67;
  margin-right: 3px;
  font-size: 12px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading ul li {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading ul li {
    padding: 0 16px;
  }
}
.event-details-area .event-details-item .event-details-heading .title {
  font-size: 30px;
  padding-top: 13px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 23px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-heading .title {
    font-size: 30px;
  }
}
.event-details-area .event-details-item .event-details-text {
  margin-left: 50px;
  margin-right: 48px;
  margin-top: 41px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-text {
    margin-left: 0;
    margin-right: 0;
  }
}
.event-details-area .event-details-item .event-details-thumbs {
  margin-left: 50px;
  margin-right: 50px;
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-thumbs {
    margin-left: 0;
    margin-right: 0;
  }
}
.event-details-area .event-details-item .event-details-thumbs .thumb img {
  width: 100%;
}
.event-details-area .event-details-item .event-details-info {
  margin-left: 50px;
  margin-right: 50px;
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.06);
  margin-top: 90px;
  padding: 0 105px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .event-details-area .event-details-item .event-details-info {
    padding: 0 35px 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-details-area .event-details-item .event-details-info {
    padding: 0 70px 35px;
  }
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-info {
    margin-left: 0;
    margin-right: 0;
    padding: 0 10px 35px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .event-details-area .event-details-item .event-details-info {
    margin-left: 0;
    margin-right: 0;
    padding: 0 30px 35px;
  }
}
.event-details-area .event-details-item .event-details-info .thumb {
  display: inline-block;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  text-align: center;
  background: #1a6f67;
  position: relative;
  margin-top: -40px;
}
.event-details-area .event-details-item .event-details-info .title {
  font-size: 24px;
  color: #1a6f67;
  padding-top: 13px;
}
@media (max-width: 767px) {
  .event-details-area .event-details-item .event-details-info p {
    font-size: 15px;
  }
}
.event-details-area .event-details-item .event-details-info span {
  font-size: 14px;
  font-weight: 700;
  color: #1a6f67;
  padding-top: 2px;
  padding-bottom: 14px;
}

/*===========================
    18.FEEDBACK css 
===========================*/
.feedback-area .feedback-content span {
  color: #1a6f67;
  font-weight: 700;
}
.feedback-area .feedback-content .title {
  font-size: 60px;
  padding-top: 6px;
}
@media (max-width: 767px) {
  .feedback-area .feedback-content .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feedback-area .feedback-content .title {
    font-size: 60px;
  }
}
.feedback-area .feedback-content p {
  padding-right: 24px;
  padding-top: 16px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area .feedback-content p {
    padding-right: 0;
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .feedback-area .feedback-content p {
    padding-right: 0;
  }
}
.feedback-area .feedback-item {
  border: 2px solid #d7e6f0;
  padding: 30px 38px 38px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: 5;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area .feedback-item {
    padding: 30px 20px 38px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feedback-area .feedback-item {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .feedback-area .feedback-item {
    margin-top: 30px;
    padding: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .feedback-area .feedback-item {
    padding: 30px 38px 38px;
  }
}
.feedback-area .feedback-item::before {
  position: absolute;
  content: "01";
  right: 15px;
  bottom: 15px;
  font-size: 140px;
  line-height: 100px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  z-index: -1;
  text-shadow: 2px 2px 0 #e1ecf4, 2px -2px 0 #e1ecf4, -2px 2px 0 #e1ecf4, -2px -2px 0 #e1ecf4, 2px 0px 0 #e1ecf4, 0px 2px 0 #e1ecf4, -2px 0px 0 #e1ecf4, 0px -2px 0 #e1ecf4, 2px 2px 5px rgba(206, 89, 55, 0);
}
.feedback-area .feedback-item p {
  font-size: 14px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.feedback-area .feedback-item .item {
  position: relative;
  padding-left: 75px;
  margin-top: 21px;
  margin-bottom: 6px;
}
.feedback-area .feedback-item .item img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.feedback-area .feedback-item .item .title {
  font-size: 18px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .feedback-area .feedback-item .item .title {
    font-size: 16px;
  }
}
.feedback-area .feedback-item .item span {
  font-size: 14px;
  font-weight: 700;
  color: #1a6f67;
  padding-top: 2px;
}
.feedback-area .feedback-item.item-2::before {
  content: "02";
}
.feedback-area .feedback-item.item-3::before {
  content: "03";
}
.feedback-area .feedback-item:hover {
  background: #1a6f67;
  border-color: #1a6f67;
}
.feedback-area .feedback-item:hover::before {
  color: #1a6f67;
  text-shadow: 2px 2px 0 #1e4491, 2px -2px 0 #1e4491, -2px 2px 0 #1e4491, -2px -2px 0 #1e4491, 2px 0px 0 #1e4491, 0px 2px 0 #1e4491, -2px 0px 0 #1e4491, 0px -2px 0 #1e4491, 2px 2px 5px rgba(206, 89, 55, 0);
}
.feedback-area .feedback-item:hover p {
  color: #fff;
}
.feedback-area .feedback-item:hover .item .title {
  color: #fff;
}

/*===========================
    19.OFFICES css 
===========================*/
.offices-area .offices-thumb {
  margin-right: -10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-area .offices-thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offices-area .offices-thumb {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .offices-area .offices-thumb {
    margin-right: 0;
  }
}
.offices-area .offices-thumb img {
  width: 100%;
}
.offices-area .offices-content {
  margin-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-area .offices-content {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offices-area .offices-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .offices-area .offices-content {
    margin-left: 0;
    margin-top: 20px;
  }
}
.offices-area .offices-content > span {
  font-weight: 700;
  color: #1a6f67;
  padding-left: 70px;
  position: relative;
}
.offices-area .offices-content > span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #1a6f67;
}
.offices-area .offices-content > span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #1a6f67;
}
.offices-area .offices-content > .title {
  font-size: 60px;
  line-height: 70px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-area .offices-content > .title {
    font-size: 56px;
    line-height: 66px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offices-area .offices-content > .title {
    padding-right: 55px;
  }
}
@media (max-width: 767px) {
  .offices-area .offices-content > .title {
    padding-right: 0px;
    font-size: 34px;
    line-height: 44px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offices-area .offices-content > .title {
    font-size: 60px;
    line-height: 70px;
  }
}
.offices-area .offices-content .about-info {
  position: relative;
  padding-left: 100px;
}
@media (max-width: 767px) {
  .offices-area .offices-content .about-info {
    padding-left: 80px;
  }
}
.offices-area .offices-content .about-info img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.offices-area .offices-content .about-info .title {
  font-size: 24px;
}
.offices-area .offices-content .about-info span {
  font-weight: 700;
  color: #1a6f67;
  padding-top: 3px;
}

.floor-plan-area {
  background: #f2faff;
  padding-top: 120px;
  padding-bottom: 120px;
}
.floor-plan-area .floor-plan-title {
  padding-bottom: 98px;
}
.floor-plan-area .floor-plan-title .title-item > span {
  font-weight: 700;
  color: #1a6f67;
  padding-left: 70px;
  position: relative;
}
.floor-plan-area .floor-plan-title .title-item > span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #1a6f67;
}
.floor-plan-area .floor-plan-title .title-item > span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #1a6f67;
}
.floor-plan-area .floor-plan-title .title-item .title {
  font-size: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-plan-title .title-item .title {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .floor-plan-area .floor-plan-title .title-item .title {
    font-size: 46px;
  }
}
.floor-plan-area .floor-plan-title .tabs-btn .nav {
  background: #fff;
  margin-bottom: 0 !important;
  padding: 10px;
  border-radius: 50px;
  display: inline-block;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav {
    margin-top: 30px;
  }
}
.floor-plan-area .floor-plan-title .tabs-btn .nav li {
  display: inline-block;
}
.floor-plan-area .floor-plan-title .tabs-btn .nav li a {
  padding: 0;
  font-weight: 700;
  color: #1a6f67;
  line-height: 50px;
  padding: 0 32px;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav li a {
    padding: 0 24px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .floor-plan-area .floor-plan-title .tabs-btn .nav li a {
    padding: 0 32px;
  }
}
.floor-plan-area .floor-plan-title .tabs-btn .nav li a.active {
  background: #e0a00b;
  color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(255, 93, 34, 0.3);
}
.floor-plan-area .floor-plan-list {
  background: #fff;
  padding: 60px 40px;
  box-shadow: 0px 8px 16px 0px rgba(159, 197, 221, 0.3);
  border-radius: 10px;
  position: relative;
  z-index: 5;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .floor-plan-area .floor-plan-list {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.floor-plan-area .floor-plan-list img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  z-index: -1;
}
.floor-plan-area .floor-plan-list ul li {
  font-size: 26px;
  line-height: 50px;
  color: #1a6f67;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-plan-list ul li {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .floor-plan-area .floor-plan-list ul li {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .floor-plan-area .floor-plan-list ul li {
    font-size: 26px;
  }
}
.floor-plan-area .floor-plan-list ul li i {
  color: #1a6f67;
  padding-right: 19px;
}
.floor-plan-area .floor-map {
  margin-left: -15px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .floor-plan-area .floor-map {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .floor-plan-area .floor-map {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .floor-plan-area .floor-map {
    margin-left: 0;
  }
}
.floor-plan-area .floor-map img {
  width: 100%;
}

.offices-item-area {
  background: #001c54;
}
.offices-item-area .offices-item {
  border: 2px solid #143473;
  padding: 0 20px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offices-item-area .offices-item i {
  position: absolute;
  left: 20px;
  top: 50%;
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 24px;
  border-radius: 50%;
  transform: translateY(-50%);
  background: #1a6f67;
}
.offices-item-area .offices-item a {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-left: 90px;
  line-height: 95px;
  white-space: nowrap;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .offices-item-area .offices-item a {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .offices-item-area .offices-item a {
    padding-left: 70px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .offices-item-area .offices-item a {
    padding-left: 70px;
    font-size: 18px;
  }
}
.offices-item-area .offices-item span {
  font-size: 80px;
  font-weight: 700;
  color: #001c54;
  text-shadow: 2px 2px 0 #06245f, 2px -2px 0 #06245f, -2px 2px 0 #06245f, -2px -2px 0 #06245f, 2px 0px 0 #06245f, 0px 2px 0 #06245f, -2px 0px 0 #06245f, 0px -2px 0 #06245f, 2px 2px 5px rgba(206, 89, 55, 0);
  position: absolute;
  right: 7px;
  bottom: 0;
  line-height: 73px;
  z-index: -1;
}
.offices-item-area .offices-item:hover {
  border-color: #fff;
}

.pillars-list,
.incubation-list.pillars-list { /* ensure overrides any flex from .incubation-list */
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
@media (max-width: 767px) {
  .pillars-list,
  .incubation-list.pillars-list {
    grid-template-columns: 1fr;
  }
}

/*===========================
    20.SERVICES css 
===========================*/
.services-item-area .services-item {
  margin-bottom: 2em;
  text-align: center;
}
.services-item-area .services-item .title {
  font-size: 30px;
  padding-top: 1.5em;
}
@media (max-width: 767px) {
  .services-item-area .services-item .title {
    font-size: 22px;
    padding-top: 0;
  }
}
.services-item-area .services-item p {
  padding: 11px 20px 35px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .services-item-area .services-item p {
    padding: 11px 0 35px;
  }
}
@media (max-width: 767px) {
  .services-item-area .services-item p {
    padding: 6px 0 20px;
  }
}
.services-item-area .services-item a {
  height: 46px;
  width: 46px;
  border-radius: 50%;
  border: 3px solid #dbeaff;
  text-align: center;
  line-height: 42px;
  color: #1a6f67;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.services-item-area .services-item:hover a {
  background: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
}
@media (max-width: 767px) {
  .services-item-area .services-item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-align: left;
    padding: 10px 8px;
  }
  .services-item-area .services-item .service-icon {
    margin: 0;
    flex: 0 0 50px;
    display: flex;
    justify-content: center;
  }
  .services-item-area .services-item .services-text {
    flex: 1;
  }
  .services-item-area .services-item .title {
    margin: 0 0 2px 0;
  }
  .services-item-area .services-item p {
    margin: 0;
  }
  .services-item-area .services-item a {
    margin-left: auto;
  }
}

/*===== 服務詳細區塊 =====*/
.service-detail-area {
  padding: 80px 0;
}
.service-detail-area.bg-light {
  background-color: #f8f9fa;
}
.service-detail-area .service-detail-content {
  padding: 20px 0;
}
.service-detail-area .service-detail-content .service-icon {
  margin-bottom: 30px;
}
.service-detail-area .service-detail-content .service-icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.service-detail-area .service-detail-content .service-title {
  font-size: 36px;
  font-weight: 700;
  color: #1a6f67;
  margin-bottom: 20px;
  line-height: 1.3;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-detail-area .service-detail-content .service-title {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .service-detail-area .service-detail-content .service-title {
    font-size: 28px;
  }
}
.service-detail-area .service-detail-content .service-intro {
  font-size: 18px;
  color: #666;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .service-detail-area .service-detail-content .service-intro {
    font-size: 16px;
  }
}
.service-detail-area .service-detail-content .service-features {
  margin-bottom: 40px;
}
.service-detail-area .service-detail-content .service-features h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .service-detail-area .service-detail-content .service-features h4 {
    font-size: 20px;
  }
}
.service-detail-area .service-detail-content .service-features {
  /* Tag style feature list */
}
.service-detail-area .service-detail-content .service-features .feature-tags {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.service-detail-area .service-detail-content .service-features .feature-tags li {
  display: inline-flex;
  align-items: center;
  background: #f8f9fa;
  color: #1a6f67;
  padding: 6px 12px;
  border-radius: 18px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #e0e0e0;
  transition: all 0.2s ease;
}
.service-detail-area .service-detail-content .service-features .feature-tags li i {
  color: #1a6f67;
  margin-right: 6px;
  font-size: 12px;
}
.service-detail-area .service-detail-content .service-features .feature-tags li:hover {
  background: #1a6f67;
  color: #fff;
  border-color: #1a6f67;
}
.service-detail-area .service-detail-content .service-features .feature-tags li:hover i {
  color: #fff;
}
.service-detail-area .service-detail-content {
  /* Note: keep styles when process block is inside content */
}
.service-detail-area .service-detail-content .service-process {
  margin-bottom: 40px;
}
.service-detail-area .service-detail-content .service-process h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-detail-area .service-detail-content .service-process h4 {
    font-size: 20px;
  }
}
.service-detail-area .service-detail-content .service-process {
  /* Timeline style (desktop) */
}
.service-detail-area .service-detail-content .service-process .process-steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 10px;
  /* horizontal connector */
}
.service-detail-area .service-detail-content .service-process .process-steps::before {
  content: "";
  position: absolute;
  top: 36%;
  left: 70px; /* Start after first circle */
  right: 70px; /* End before last circle */
  height: 8px;
  background: #1a6f67;
  border-radius: 4px;
  transform: translateY(-50%);
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item {
  position: relative;
  z-index: 1; /* above the connector */
  text-align: center;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  min-width: 140px;
  min-height: 140px;
  flex: 0 0 140px; /* prevent compression */
  background: #1a6f67;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(26, 111, 103, 0.35);
  /* icon in center */
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  font-size: 56px;
  line-height: 1;
  color: #fff;
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number {
  /* number badge (kept as requested) */
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number .num {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-content {
  margin-top: 16px;
  max-width: 220px;
  /* Desktop 依照示意圖主要顯示圓點，文字次要，可選擇隱藏或縮小 */
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-content h5 {
  font-size: 1.1em;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 6px;
}
.service-detail-area .service-detail-content .service-process .process-steps .step-item .step-content p {
  font-size: 0.9em;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
.service-detail-area .service-detail-content .service-process {
  /* Responsive: stack vertically on small screens */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-detail-area .service-detail-content .service-process .process-steps {
    gap: 16px;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number {
    width: 110px;
    height: 110px;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number i {
    font-size: 44px;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number .num {
    font-size: 18px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .service-detail-area .service-detail-content .service-process .process-steps::before {
    display: none; /* 移除水平連接線 */
  }
  .service-detail-area .service-detail-content .service-process .process-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number {
    width: 56px;
    height: 56px;
    margin-right: 14px;
    box-shadow: 0 3px 10px rgba(26, 111, 103, 0.25);
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number i {
    font-size: 22px;
    transform: translate(-50%, -55%);
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-number .num {
    font-size: 12px;
    bottom: 8px;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-content {
    margin-top: 0;
    max-width: 100%;
    text-align: left; /* 手機版文字靠左對齊 */
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-content h5 {
    font-size: 1.2em;
    margin-bottom: 4px;
  }
  .service-detail-area .service-detail-content .service-process .process-steps .step-item .step-content p {
    font-size: 1em;
  }
}
.service-detail-area .service-detail-content {
  /* Also support process block placed outside of .service-detail-content */
  /* Duplicate selector at the same level to cover full-width row usage */
}
.service-detail-area {
  /* Full-width process timeline (outside of .service-detail-content) */
}
.service-detail-area .service-process {
  margin-bottom: 40px;
}
.service-detail-area .service-process h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .service-detail-area .service-process h4 {
    font-size: 20px;
  }
}
.service-detail-area .service-process .process-steps {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 20px 0 10px;
}
.service-detail-area .service-process .process-steps::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 70px; /* Start after first circle */
  right: 70px; /* End before last circle */
  height: 4px;
  background: #1a6f67;
  border-radius: 4px;
  transform: translateY(-50%);
}
.service-detail-area .service-process .process-steps .step-item {
  position: relative;
  z-index: 1;
  text-align: center;
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-detail-area .service-process .process-steps .step-item .step-number {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 140px;
  height: 140px;
  background: #1a6f67;
  color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 20px rgba(26, 111, 103, 0.35);
}
.service-detail-area .service-process .process-steps .step-item .step-number i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -58%);
  font-size: 56px;
  line-height: 1;
  color: #fff;
}
.service-detail-area .service-process .process-steps .step-item .step-number .num {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}
.service-detail-area .service-process .process-steps .step-item .step-content {
  margin-top: 2em;
  max-width: 220px;
}
.service-detail-area .service-process .process-steps .step-item .step-content h5 {
  font-size: 1.1em;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 6px;
}
.service-detail-area .service-process .process-steps .step-item .step-content p {
  font-size: 0.9em;
  color: #6c757d;
  line-height: 1.5;
  margin: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-detail-area .service-process .process-steps {
    gap: 16px;
  }
  .service-detail-area .service-process .process-steps .step-item .step-number {
    width: 110px;
    height: 110px;
    min-width: 110px;
    min-height: 110px;
    flex: 0 0 110px;
  }
  .service-detail-area .service-process .process-steps .step-item .step-number i {
    font-size: 44px;
  }
  .service-detail-area .service-process .process-steps .step-item .step-number .num {
    font-size: 18px;
    bottom: 12px;
  }
}
@media (max-width: 767px) {
  .service-detail-area .service-process .process-steps::before {
    display: none;
  }
  .service-detail-area .service-process .process-steps {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  .service-detail-area .service-process .process-steps .step-item {
    flex-direction: row;
    align-items: center;
    width: 100%;
  }
  .service-detail-area .service-process .process-steps .step-item .step-number {
    width: 56px;
    height: 56px;
    min-width: 56px;
    min-height: 56px;
    flex: 0 0 56px;
    margin-right: 14px;
    box-shadow: 0 3px 10px rgba(26, 111, 103, 0.25);
  }
  .service-detail-area .service-process .process-steps .step-item .step-number i {
    font-size: 22px;
    transform: translate(-50%, -55%);
  }
  .service-detail-area .service-process .process-steps .step-item .step-number .num {
    font-size: 12px;
    bottom: 8px;
  }
  .service-detail-area .service-process .process-steps .step-item .step-content {
    margin-top: 0;
    max-width: 100%;
    text-align: left; /* 手機版文字靠左對齊 */
  }
  .service-detail-area .service-process .process-steps .step-item .step-content h5 {
    font-size: 1.2em;
    margin-bottom: 4px;
  }
  .service-detail-area .service-process .process-steps .step-item .step-content p {
    font-size: 1em;
  }
}
.service-detail-area .service-benefits {
  margin-bottom: 40px;
}
.service-detail-area .service-benefits h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .service-detail-area .service-benefits h4 {
    font-size: 20px;
  }
}
.service-detail-area .service-benefits .benefits-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .service-detail-area .service-benefits .benefits-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.service-detail-area .service-benefits .benefits-grid .benefit-item {
  text-align: center;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.service-detail-area .service-benefits .benefits-grid .benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.service-detail-area .service-benefits .benefits-grid .benefit-item i {
  font-size: 32px;
  color: #1a6f67;
  margin-bottom: 15px;
}
.service-detail-area .service-benefits .benefits-grid .benefit-item h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 8px;
}
.service-detail-area .service-benefits .benefits-grid .benefit-item p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.service-detail-area .service-pricing {
  margin-bottom: 40px;
}
.service-detail-area .service-pricing h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .service-detail-area .service-pricing h4 {
    font-size: 20px;
  }
}
.service-detail-area .service-pricing .pricing-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-detail-area .service-pricing .pricing-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.service-detail-area .service-pricing .pricing-cards .pricing-card {
  background: #fff;
  border: 2px solid #e9ecef;
  border-radius: 15px;
  padding: 30px 20px;
  text-align: center;
  transition: all 0.3s ease;
}
.service-detail-area .service-pricing .pricing-cards .pricing-card.featured {
  border-color: #1a6f67;
  transform: scale(1.05);
  box-shadow: 0 5px 20px rgba(26, 111, 103, 0.2);
}
.service-detail-area .service-pricing .pricing-cards .pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.service-detail-area .service-pricing .pricing-cards .pricing-card h5 {
  font-size: 18px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 10px;
}
.service-detail-area .service-pricing .pricing-cards .pricing-card p {
  font-size: 14px;
  color: #666;
  margin-bottom: 20px;
}
.service-detail-area .service-pricing .pricing-cards .pricing-card .price {
  font-size: 24px;
  font-weight: 700;
  color: #1a6f67;
}
@media (max-width: 767px) {
  .service-detail-area .service-pricing .pricing-cards .pricing-card .price {
    font-size: 20px;
  }
}
.service-detail-area .upcoming-events h4 {
  font-size: 24px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .service-detail-area .upcoming-events h4 {
    font-size: 20px;
  }
}
.service-detail-area .upcoming-events .event-list .event-item {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}
.service-detail-area .upcoming-events .event-list .event-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
}
.service-detail-area .upcoming-events .event-list .event-item .event-date {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background: #1a6f67;
  color: #fff;
  border-radius: 10px;
  margin-right: 20px;
  flex-shrink: 0;
}
.service-detail-area .upcoming-events .event-list .event-item .event-date .month {
  font-size: 12px;
  font-weight: 600;
}
.service-detail-area .upcoming-events .event-list .event-item .event-date .day {
  font-size: 20px;
  font-weight: 700;
}
.service-detail-area .upcoming-events .event-list .event-item .event-content {
  flex: 1;
}
.service-detail-area .upcoming-events .event-list .event-item .event-content h5 {
  font-size: 16px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 5px;
}
.service-detail-area .upcoming-events .event-list .event-item .event-content p {
  font-size: 14px;
  color: #666;
  margin: 0;
}

.sticky-image {
  display: block !important;
  position: relative !important;
  overflow: unset !important;
  height: 100%;
}

.sticky-image img {
  position: sticky !important;
  top: 100px;
}

.service-detail-image {
  position: relative;
  border-radius: 15px;
  overflow: hidden;
}
.service-detail-image img {
  width: 100%;
  height: auto; /* remove fixed height */
  aspect-ratio: 6/4; /* square */
  object-fit: cover;
  transition: all 0.3s ease;
  display: block;
  border-radius: 15px;
}
.service-detail-image .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(26, 111, 103, 0.8), rgba(26, 111, 103, 0.6));
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s ease;
}
.service-detail-image .image-overlay .overlay-content {
  text-align: center;
  color: #fff;
}
.service-detail-image .image-overlay .overlay-content h4 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.service-detail-image .image-overlay .overlay-content p {
  font-size: 16px;
  margin: 0;
}
.service-detail-image:hover img {
  transform: scale(1.05);
}
.service-detail-image:hover .image-overlay {
  opacity: 1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .service-detail-area {
    padding: 60px 0;
  }
  .service-detail-area .service-detail-content {
    margin-bottom: 40px;
  }
}
.pillars-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .pillars-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .pillars-grid {
    grid-template-columns: 1fr;
  }
}

/*===== Incubation Modules 2x2 Grid (startup.html 專用) =====*/
.incubation-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
@media (max-width: 767px) {
  .incubation-grid {
    grid-template-columns: 1fr;
  }
}
.incubation-grid .benefit-item {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  min-height: 240px;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: left;
}
.incubation-grid .benefit-item i {
  font-size: 46px;
  color: #fff;
  position: absolute;
  top: 24px;
  left: 24px;
  z-index: 2;
}
.incubation-grid .benefit-item h5 {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin: 0 0 6px 0;
  position: relative;
  z-index: 2;
}
.incubation-grid .benefit-item p {
  font-size: 1em;
  color: rgba(255, 255, 255, 0.95);
  margin: 0;
  position: relative;
  z-index: 2;
}
.incubation-grid .benefit-item:before { /* 背景圖片 */
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  transform: scale(1.06);
  filter: brightness(0.72);
  transition: transform 0.5s ease, filter 0.3s ease;
}
.incubation-grid .benefit-item:after { /* 滑入綠色透明覆蓋 */
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(26, 111, 103, 0);
  transition: background 0.3s ease;
}
.incubation-grid .benefit-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.22);
}
.incubation-grid .benefit-item:hover:before {
  transform: scale(1.1);
  filter: brightness(0.9);
}
.incubation-grid .benefit-item:hover:after {
  background: rgba(26, 111, 103, 0.45);
}
.incubation-grid {
  /* 依序套用背景圖 */
}
.incubation-grid .benefit-item:nth-child(1):before {
  background-image: url("../images/service-img-01.webp");
}
.incubation-grid .benefit-item:nth-child(2):before {
  background-image: url("../images/place-bg.webp");
}
.incubation-grid .benefit-item:nth-child(3):before {
  background-image: url("../images/startup-model-03.webp");
}
.incubation-grid .benefit-item:nth-child(4):before {
  background-image: url("../images/startup-model-04.webp");
}

/*===== Incubation list rows (one item per row) =====*/
.incubation-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.incubation-list .list-item {
  display: flex;
  align-items: center;
  gap: 1em;
  padding: 1em 16px;
  background: #ffffff;
  border: 1px solid #e9ecef;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.04);
}
.incubation-list .list-item i {
  color: #1a6f67;
  font-size: 1.8em;
  min-width: 1.2em;
  text-align: center;
  line-height: 1;
  margin-top: 2px;
  flex-shrink: 0;
}
.incubation-list .list-item .text h5 {
  margin: 0 0 4px 0;
  font-weight: 700;
  color: #1a6f67;
}
.incubation-list .list-item .text p {
  margin: 0;
  color: #566;
}

@media (max-width: 767px) {
  .service-detail-area {
    padding: 40px 0;
  }
  .service-detail-area .service-detail-content {
    margin-bottom: 30px;
  }
}
/*===== 聯絡我們 CTA 區塊 =====*/
.contact-cta-area {
  background: linear-gradient(135deg, #1a6f67, #2a8a7f);
  padding: 80px 0;
  color: #fff;
}
.contact-cta-area .cta-content h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-cta-area .cta-content h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .contact-cta-area .cta-content h2 {
    font-size: 28px;
  }
}
.contact-cta-area .cta-content p {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
  color: #fff;
}
@media (max-width: 767px) {
  .contact-cta-area .cta-content p {
    font-size: 16px;
  }
}
.contact-cta-area .cta-content .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}
@media (max-width: 767px) {
  .contact-cta-area .cta-content .cta-buttons {
    flex-direction: column;
    align-items: center;
  }
}
.contact-cta-area .cta-content .cta-buttons .main-btn:not(.secondary) {
  background: #e0a00b;
  color: #1a6f67;
}
.contact-cta-area .cta-content .cta-buttons .main-btn:not(.secondary):hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.contact-cta-area .cta-content .cta-buttons .main-btn.secondary {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.contact-cta-area .cta-content .cta-buttons .main-btn.secondary:hover {
  background: #fff;
  color: #1a6f67;
  transform: translateY(-2px);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-cta-area {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .contact-cta-area {
    padding: 40px 0;
  }
}

/* Dark overlay variant for CTA with image bg */
.contact-cta-area.cta-dark {
  position: relative;
  background-size: cover;
  background-position: center;
}
.contact-cta-area.cta-dark .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
}
.contact-cta-area.cta-dark .container {
  position: relative;
  z-index: 1;
}
.contact-cta-area.cta-dark .cta-content h2 {
  color: #fff;
}
.contact-cta-area.cta-dark .cta-content p {
  color: rgba(255, 255, 255, 0.92);
}
.contact-cta-area.cta-dark .cta-content .main-btn.secondary {
  border-color: #fff;
  color: #fff;
}

/*===== Space Plans =====*/
.space-plans {
  padding: 80px 0;
}
.space-plans .section-title {
  text-align: center;
  margin-bottom: 40px;
}
.space-plans .section-title span {
  display: block;
  font-weight: 600;
  opacity: 0.9;
}
.space-plans .section-title .title {
  font-size: 32px;
  font-weight: 700;
  margin: 10px 0;
}
.space-plans .section-title p {
  font-size: 16px;
  opacity: 0.8;
  margin: 0;
}
.space-plans .plan-item {
  margin-bottom: 40px;
  background: #1a6f67;
  border-radius: 16px;
  overflow: hidden;
  padding: 24px;
  min-height: 420px;
}
.space-plans .plan-item .row {
  align-items: stretch;
}
.space-plans .plan-item .col-lg-7, .space-plans .plan-item .col-lg-5, .space-plans .plan-item .col-lg-6 {
  display: flex;
}
.space-plans .plan-thumb {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  flex: 1 1 auto;
}
.space-plans .plan-thumb img {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  object-fit: cover;
  display: block;
}
.space-plans .plan-thumb .plan-slider {
  position: relative;
  height: 100%;
}
.space-plans .plan-thumb .slick-list, .space-plans .plan-thumb .slick-track, .space-plans .plan-thumb .slick-slide {
  height: 100%;
}
.space-plans .plan-thumb .slick-slide img {
  height: 100%;
}
.space-plans .plan-thumb .slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
.space-plans .plan-thumb .slick-dots li {
  display: inline-block;
  margin: 0 4px;
}
.space-plans .plan-thumb .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
  font-size: 0;
  line-height: 0;
}
.space-plans .plan-thumb .slick-dots li.slick-active button {
  background: #fff;
}
.space-plans .plan-thumb .slick-prev, .space-plans .plan-thumb .slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.35);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  font-size: 0;
  line-height: 0; /* hide default text */
}
.space-plans .plan-thumb .slick-prev:hover, .space-plans .plan-thumb .slick-next:hover {
  background: rgba(0, 0, 0, 0.5);
}
.space-plans .plan-thumb .slick-prev:after, .space-plans .plan-thumb .slick-next:after {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}
.space-plans .plan-thumb .slick-prev {
  left: 10px;
}
.space-plans .plan-thumb .slick-prev:after {
  content: "‹";
}
.space-plans .plan-thumb .slick-next {
  right: 10px;
}
.space-plans .plan-thumb .slick-next:after {
  content: "›";
}
.space-plans .plan-content {
  color: #ffffff;
  padding: 36px;
  border-radius: 0;
  flex: 1 1 auto;
}
.space-plans .plan-content .plan-title {
  font-size: 34px;
  font-weight: 800;
  margin-bottom: 12px;
  color: #ffffff;
}
.space-plans .plan-content .plan-meta {
  list-style: none;
  padding: 0;
  margin: 12px 0 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 12px;
}
.space-plans .plan-content .plan-meta li {
  line-height: 1.9;
  color: #ffffff;
}
.space-plans .plan-content .plan-note {
  opacity: 0.85;
  color: #ffffff;
}
.space-plans .plan-content .plan-extra {
  margin-top: 10px;
}
.space-plans .plan-content .plan-extra h5 {
  border-top: 1px solid rgba(255, 255, 255, 0.28);
  padding-top: 12px;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 700;
  margin: 10px 0 6px;
  color: #ffffff;
}
.space-plans .plan-content .plan-bullets {
  list-style: disc;
  padding-left: 18px;
  margin: 0 0 6px 0;
}
.space-plans .plan-content .plan-bullets li {
  line-height: 1.8;
  color: #ffffff;
}
.space-plans .plan-content .plan-tags {
  list-style: none;
  padding: 0;
  margin: 8px 0 10px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.space-plans .plan-content .plan-tags li {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  border-radius: 14px;
  padding: 4px 10px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .space-plans {
    padding: 50px 0;
  }
  .space-plans .plan-item {
    margin-bottom: 40px;
  }
  .space-plans .plan-content {
    padding: 24px;
  }
  .space-plans .plan-content .plan-title {
    font-size: 28px;
  }
}

/*===== Global service note (ensure applied regardless of nesting) =====*/
.service-note {
  margin-top: 20px;
  padding: 15px 20px;
  background: rgba(26, 111, 103, 0.08);
  border-left: 4px solid #1a6f67;
  border-radius: 0 8px 8px 0;
}
.service-note p {
  margin: 0;
  font-size: 14px;
  color: #555;
  line-height: 1.7;
}
.service-note p strong {
  color: #1a6f67;
  font-weight: 600;
}

/*===========================
    21.SHOWCASE css 
===========================*/
.showcase-area {
  padding: 12rem 0;
}
.showcase-area .showcase-wrapper {
  display: flex;
  align-items: stretch;
}
.showcase-area .showcase-thumb {
  height: 100%;
}
.showcase-area .showcase-item {
  background: #1a6f67;
  padding: 89px 85px;
  min-height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .showcase-area .showcase-item {
    padding: 41px 85px;
  }
}
@media (max-width: 767px) {
  .showcase-area .showcase-item {
    padding: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-area .showcase-item {
    padding: 45px;
  }
}
.showcase-area .showcase-item p {
  color: rgba(255, 255, 255, 0.7);
}
.showcase-area .showcase-item > span {
  font-weight: 700;
  color: #fff;
  padding-left: 70px;
  position: relative;
}
.showcase-area .showcase-item > span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #fff;
}
.showcase-area .showcase-item > span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #fff;
}
.showcase-area .showcase-item .title {
  font-size: 3em;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .showcase-area .showcase-item .title {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .showcase-area .showcase-item .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .showcase-area .showcase-item .title {
    font-size: 60px;
  }
}
.showcase-area .showcase-item ul li {
  font-size: 20px;
  line-height: 50px;
  color: #fff;
}
.showcase-area .showcase-item ul li i {
  font-size: 24px;
  opacity: 0.2;
  padding-right: 22px;
}
.showcase-area .showcase-item.item-2 {
  background: #1e4491;
}
.showcase-area .showcase-item.item-3 {
  background: #5200e9;
}

/*===========================
    22.FAQ css 
===========================*/
.faq-area {
  padding-top: 114px;
  padding-bottom: 87px;
}
.faq-area .section-title .title::before {
  content: "Ques";
}
.faq-area.faq-page {
  padding-top: 82px;
}

.faq-accordion {
  padding-top: 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion {
    padding-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .faq-accordion {
    padding-top: 30px;
  }
}
.faq-accordion .accordion {
  border: 2px solid transparent;
}
.faq-accordion .accordion .card {
  border-radius: 0px !important;
  border: 0;
  margin-bottom: 30px;
  background-color: transparent;
  border: 2px solid #eef4f7 !important;
}
.faq-accordion .accordion .card:first-child {
  border-top: 0;
}
.faq-accordion .accordion .card .card-header {
  border-bottom: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}
.faq-accordion .accordion .card .card-header a {
  line-height: 70px;
  padding: 0 0 0 30px;
  text-decoration: none;
  font-weight: 700;
  font-size: 16px;
  width: 100%;
  color: #1a6f67;
  position: relative;
}
.faq-accordion .accordion .card .card-header a span {
  color: #1a6f67;
  padding-right: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a span {
    padding-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 0 0 0 20px;
    font-size: 13px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 15px 0 15px 20px;
    line-height: 26px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a {
    padding: 15px 30px 15px 20px;
    line-height: 26px;
    font-size: 14px;
  }
}
.faq-accordion .accordion .card .card-header a i {
  color: #fff;
  padding-right: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a i {
    padding-right: 10px;
  }
}
.faq-accordion .accordion .card .card-header a.collapsed {
  font-size: 16px;
  color: #1a6f67;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 0 0 0 20px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 15px 0 15px 20px;
    line-height: 26px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a.collapsed {
    padding: 15px 30px 15px 20px;
    line-height: 26px;
    font-size: 14px;
  }
}
.faq-accordion .accordion .card .card-header a.collapsed::before {
  content: "\f067";
  color: #99b1c8;
}
.faq-accordion .accordion .card .card-header a::before {
  position: absolute;
  content: "\f068";
  right: 36px;
  font-size: 16px;
  font-family: "Font Awesome 5 Pro";
  color: #99b1c8;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-header a::before {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .faq-accordion .accordion .card .card-header a::before {
    right: 10px;
  }
}
.faq-accordion .accordion .card .card-body {
  padding: 0 20px 25px 65px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .faq-accordion .accordion .card .card-body {
    padding: 0 10px 25px 65px !important;
  }
}
.faq-accordion .accordion .card .card-body p {
  margin-top: -10px;
  font-size: 14px;
  color: #28586b;
}
.faq-accordion .accordion .card.show .card-body {
  padding: 0 40px 14px 40px !important;
}
.faq-accordion .accordion .card.show .card-body p {
  margin-top: -10px;
  font-size: 14px;
  color: #28586b;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .faq-accordion.faq-accordion-2 {
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .faq-accordion.faq-accordion-2 {
    padding-top: 0;
  }
}

/*===========================
    23.CONTACT css 
===========================*/
.contact-touch-area {
  padding-bottom: 120px;
}
.contact-touch-area .contact-touch-box {
  border: 16px solid #e9f1ff;
  padding: 34px;
}
@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-touch-area .contact-touch-box {
    padding: 34px;
  }
}
.contact-touch-area .contact-touch-box .contact-touch-item {
  padding-left: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-touch-area .contact-touch-box .contact-touch-item {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-touch-item {
    padding-left: 0;
    padding-bottom: 20px;
  }
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title span {
  font-weight: 700;
  color: #1a6f67;
  padding-left: 70px;
  position: relative;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #1a6f67;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #1a6f67;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
  font-size: 60px;
  text-transform: capitalize;
  padding-top: 19px;
  padding-bottom: 43px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
    font-size: 36px;
    padding-top: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-title .title {
    font-size: 60px;
    padding-top: 19px;
  }
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box {
  position: relative;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box i {
  position: absolute;
  right: 35px;
  top: 30px;
  font-size: 14px;
  color: #1a6f67;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box input {
  width: 100%;
  border: 2px solid #d1ddf2;
  border-bottom: 0 !important;
  line-height: 70px;
  padding-left: 38px;
  font-size: 14px;
  color: #28586b;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box input::placeholder {
  opacity: 1;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box textarea {
  border: 2px solid #d1ddf2;
  height: 140px;
  padding-left: 38px;
  padding-top: 20px;
  width: 100%;
  resize: none;
  font-size: 14px;
  color: #28586b;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box textarea::placeholder {
  opacity: 1;
}
.contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box button {
  margin-top: 18px;
}
.contact-touch-area .contact-touch-box .contact-touch-map iframe {
  width: 100%;
  height: 610px;
}
.contact-touch-area .contact-touch-box {
  /* Contact Info */
}
.contact-touch-area .contact-touch-box .contact-info {
  padding: 30px;
  background: #f8f9fa;
  border-radius: 12px;
}
@media (max-width: 767px) {
  .contact-touch-area .contact-touch-box .contact-info {
    padding: 20px;
    margin: 30px 0 60px 0;
  }
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a6f67;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 2px solid #1a6f67;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  border: 1px solid #e9ecef;
  transition: all 0.3s ease;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border-color: #1a6f67;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-icon {
  flex-shrink: 0;
  width: 45px;
  height: 45px;
  background: linear-gradient(135deg, #1a6f67, #2a8a7f);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-content .info-label {
  font-size: 12px;
  font-weight: 600;
  color: #999;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-content a, .contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-content span {
  font-size: 16px;
  color: #1a6f67;
  text-decoration: none;
  transition: color 0.3s ease;
}
.contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-content a:hover, .contact-touch-area .contact-touch-box .contact-info .contact-info-item .info-content span:hover {
  color: #1a6f67;
}
.contact-touch-area .contact-touch-box {
  /* Contact Location Items */
}
.contact-touch-area .contact-touch-box .contact-location-item {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-touch-area .contact-touch-box .contact-location-item {
    margin-bottom: 40px;
  }
}
.contact-touch-area .contact-touch-box .contact-location-item .contact-touch-map {
  margin-bottom: 20px;
}
.contact-touch-area .contact-touch-box .contact-location-item .contact-touch-map iframe {
  height: 250px;
  border-radius: 12px;
}
.contact-touch-area .contact-touch-box .contact-location-item .location-info .location-title {
  font-size: 20px;
  font-weight: 700;
  color: #1a6f67;
  margin-bottom: 10px;
  line-height: 1.3;
}
.contact-touch-area .contact-touch-box .contact-location-item .location-info .location-address {
  font-size: 16px;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.6;
}
.contact-touch-area .contact-touch-box .contact-location-item .location-info .tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.contact-touch-area .contact-touch-box .contact-location-item .location-info .tags .tag {
  display: inline-block;
  background: #f8f9fa;
  color: #1a6f67;
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.contact-touch-area .contact-touch-box .contact-location-item .location-info .tags .tag:hover {
  background: #1a6f67;
  color: #ffffff;
  transform: translateY(-2px);
  box-shadow: 0 2px 8px rgba(26, 111, 103, 0.3);
  border-color: #1a6f67;
}

.contact-us-area {
  position: relative;
  padding-top: 114px;
  padding-bottom: 120px;
}
.contact-us-area::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 480px;
  width: 100%;
  background: #1a6f67;
}
.contact-us-area .section-title .title {
  color: #fff;
}
.contact-us-area .section-title .title::before {
  display: none;
}
.contact-us-area .contact-us-item {
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.1);
  margin-top: 30px;
  padding-top: 68px;
  padding-bottom: 60px;
  background: #fff;
}
.contact-us-area .contact-us-item > i {
  font-size: 70px;
  color: #1a6f67;
}
.contact-us-area .contact-us-item .title {
  font-size: 30px;
  text-transform: capitalize;
  padding-top: 33px;
  padding-bottom: 14px;
}
.contact-us-area .contact-us-item ul li {
  line-height: 28px;
}
.contact-us-area .contact-us-item a {
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 55px;
  border: 4px solid #dbeaff;
  border-radius: 50%;
  font-size: 20px;
  color: #1a6f67;
  margin-top: 32px;
}

/*===========================
    24.GALLERY css 
===========================*/
.gallery-area .tab-btns {
  border-bottom: 1px solid #c1e2f0;
  margin-bottom: 25px;
}
.gallery-area .tab-btns .nav li a {
  font-size: 18px;
  font-weight: 700;
  color: #1a6f67;
  text-transform: capitalize;
  padding: 0 29px;
  margin: 0;
  line-height: 70px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .gallery-area .tab-btns .nav li a {
    font-size: 16px;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .gallery-area .tab-btns .nav li a {
    font-size: 14px;
    padding: 0 12px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .gallery-area .tab-btns .nav li a {
    font-size: 14px;
    padding: 0 10px;
  }
}
.gallery-area .tab-btns .nav li a.active {
  background-color: transparent;
  color: #1a6f67;
  position: relative;
}
.gallery-area .tab-btns .nav li a.active::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 100%;
  background: #1a6f67;
  left: 0;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gallery-area .gallery-item {
  position: relative;
  overflow: hidden;
}
.gallery-area .gallery-item .gallery-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 18, 25, 0.4);
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  transform: scale(0.5);
}
.gallery-area .gallery-item .gallery-overlay a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 60px;
  width: 60px;
  text-align: center;
  line-height: 60px;
  background: #1a6f67;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
}
.gallery-area .gallery-item img {
  width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.gallery-area .gallery-item:hover .gallery-overlay {
  opacity: 1;
  transform: scale(1);
}
.gallery-area .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery-area .row .col-lg-12, .gallery-area .row .col-lg-4 {
  padding-left: 7px;
  padding-right: 8px;
}

/*===========================
    25.BOOKING css 
===========================*/
.booking-area .booking-box {
  border: 16px solid #e9f1ff;
  padding: 79px 85px 85px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-box {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .booking-area .booking-box {
    padding: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-box {
    padding: 30px;
  }
}
.booking-area .booking-box span {
  font-weight: 700;
  color: #1a6f67;
  padding-left: 70px;
  position: relative;
}
.booking-area .booking-box span::before {
  position: absolute;
  content: "";
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 15px;
  border-radius: 30px;
  background: #1a6f67;
}
.booking-area .booking-box span::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 28px;
  border-radius: 30px;
  background: #1a6f67;
}
.booking-area .booking-box .title {
  font-size: 60px;
  padding-top: 20px;
  padding-bottom: 55px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-box .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .booking-area .booking-box .title {
    font-size: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-box .title {
    font-size: 40px;
  }
}
.booking-area .booking-box .input-box {
  position: relative;
}
.booking-area .booking-box .input-box i {
  position: absolute;
  right: 38px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #1a6f67;
}
.booking-area .booking-box .input-box input {
  width: 100%;
  padding-left: 38px;
  line-height: 70px;
  font-size: 14px;
  border: 2px solid #d1ddf2;
  color: #28586b;
  border-bottom: 0 !important;
}
.booking-area .booking-box .input-box input::placeholder {
  opacity: 1;
}
.booking-area .booking-box .input-box.item input {
  border-bottom: 2px solid #d1ddf2 !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking-area .booking-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .booking-area .booking-content {
    margin-top: 30px;
  }
}
.booking-area .booking-content .booking-content-item {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-content .booking-content-item {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .booking-area .booking-content .booking-content-item {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .booking-area .booking-content .booking-content-item {
    padding-left: 0;
  }
}
.booking-area .booking-content .booking-content-item .title {
  font-size: 30px;
}
.booking-area .booking-content .booking-content-item p {
  padding-top: 15px;
  padding-bottom: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-content .booking-content-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .booking-area .booking-content .booking-content-item p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-content .booking-content-item p {
    font-size: 16px;
  }
}
.booking-area .booking-content .booking-content-item ul li {
  color: #28586b;
  line-height: 34px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .booking-area .booking-content .booking-content-item ul li {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .booking-area .booking-content .booking-content-item ul li {
    font-size: 14px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .booking-area .booking-content .booking-content-item ul li {
    font-size: 16px;
  }
}
.booking-area .booking-content .booking-content-item ul li i {
  color: #1a6f67;
  padding-right: 10px;
}
.booking-area .booking-content .bd {
  border-bottom: 1px solid #e8e8e8;
  margin-top: 30px;
  margin-bottom: 30px;
}

/*===========================
    26.BLOG css 
===========================*/
.blog-sidebar-area .blog-sidebar-item {
  border: 2px solid #ededed;
  padding: 35px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .blog-sidebar-item {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-sidebar-area .blog-sidebar-item {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-area .blog-sidebar-item {
    padding: 35px 20px;
  }
}
.blog-sidebar-area .blog-sidebar-item .sidebar-title .title {
  font-size: 20px;
  padding-left: 45px;
  position: relative;
}
.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::before {
  position: absolute;
  content: "";
  height: 4px;
  width: 4px;
  left: 21px;
  top: 12px;
  background: #1a6f67;
}
.blog-sidebar-area .blog-sidebar-item .sidebar-title .title::after {
  position: absolute;
  content: "";
  height: 4px;
  width: 18px;
  left: 0;
  top: 12px;
  background: #1a6f67;
}
.blog-sidebar-area .sidebar-about-contnent .title {
  font-size: 18px;
  padding-top: 25px;
}
.blog-sidebar-area .sidebar-about-contnent p {
  font-size: 14px;
  padding: 10px 5px 15px;
}
.blog-sidebar-area .sidebar-about-contnent ul li {
  display: inline-block;
}
.blog-sidebar-area .sidebar-about-contnent ul li a {
  color: #b3bed3;
  font-size: 14px;
  margin: 0 10px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.blog-sidebar-area .sidebar-about-contnent ul li a:hover {
  color: #1a6f67;
}
.blog-sidebar-area .sidebar-search-item .input-box {
  padding-bottom: 5px;
  position: relative;
}
.blog-sidebar-area .sidebar-search-item .input-box input {
  width: 100%;
  line-height: 60px;
  padding-left: 30px;
  background: #f6f4ff;
  border: 0;
  font-size: 12px;
  color: #28586b;
  border-radius: 50px;
}
.blog-sidebar-area .sidebar-search-item .input-box input::placeholder {
  opacity: 1;
  font-size: 12px;
}
.blog-sidebar-area .sidebar-search-item .input-box button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 60px;
  width: 60px;
  text-align: center;
  border: 0;
  background: #1a6f67;
  color: #fff;
  border-radius: 50%;
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
  position: relative;
  border-bottom: 1px solid #f3f3f3;
  padding-bottom: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
    padding-left: 95px;
  }
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item .title {
  font-size: 14px;
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span {
  color: #69a1bb;
  font-size: 12px;
  padding-top: 10px;
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item span i {
  padding-right: 6px;
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item img {
  position: absolute;
  left: 0;
  top: -10px;
}
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item:last-child {
  border-bottom: 0;
  padding-bottom: 10px;
}
.blog-sidebar-area .sidebar-categories ul li {
  margin-top: 10px;
}
.blog-sidebar-area .sidebar-categories ul li a {
  width: 100%;
  background: #152136;
  line-height: 50px;
  padding-left: 30px;
  color: #fff;
  font-size: 14px;
  position: relative;
  border-radius: 40px;
}
.blog-sidebar-area .sidebar-categories ul li a span {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0;
  color: #fff;
  background: #091222;
  font-weight: 700;
  border-radius: 50%;
}
.blog-sidebar-area .sidebar-social ul {
  white-space: nowrap;
}
.blog-sidebar-area .sidebar-social ul li {
  display: inline-block;
}
.blog-sidebar-area .sidebar-social ul li a {
  height: 40px;
  width: 40px;
  background: #091222;
  text-align: center;
  line-height: 40px;
  color: #fff;
  margin: 0 4px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-social ul li a {
    margin: 0 1px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-social ul li a {
    margin: 0 1px;
    height: 38px;
    width: 38px;
    line-height: 38px;
  }
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
  border-bottom: 1px solid #f3f3f3;
  padding-left: 35px;
  position: relative;
  padding-bottom: 25px;
  margin-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item {
    padding-left: 20px;
  }
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
  font-size: 14px;
  line-height: 24px;
  color: #28586b;
  font-size: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item ul li a {
    font-size: 11px;
  }
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item span {
  color: #516381;
  font-size: 12px;
  font-weight: 700;
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item i {
  position: absolute;
  top: 7px;
  left: 0;
  color: #32beff;
}
.blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.blog-sidebar-area .sidebar-instagram ul {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul {
    justify-content: left;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul {
    justify-content: space-between;
  }
}
.blog-sidebar-area .sidebar-instagram ul li {
  display: inline-block;
}
.blog-sidebar-area .sidebar-instagram ul li a img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-instagram ul li a img {
    width: 84%;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul li a img {
    width: 80%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-sidebar-area .sidebar-instagram ul li a img {
    width: 100%;
  }
}
.blog-sidebar-area .sidebar-tags ul {
  margin-top: 10px;
}
.blog-sidebar-area .sidebar-tags ul li {
  display: inline-block;
}
.blog-sidebar-area .sidebar-tags ul li a {
  background: #f5f2ff;
  color: #28586b;
  font-size: 12px;
  line-height: 30px;
  padding: 0 21px;
  margin: 0 3px;
  border-radius: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-sidebar-area .sidebar-tags ul li a {
    padding: 0 16px;
    margin: 0 1px;
  }
}
@media (max-width: 767px) {
  .blog-sidebar-area .sidebar-tags ul li a {
    padding: 0 14px;
    margin: 0 1px;
  }
}

.blog-sidebar-add {
  position: relative;
}
.blog-sidebar-add .add-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #1a6f67;
  text-align: center;
  padding: 20px 40px;
}
.blog-sidebar-add .add-content span {
  color: #fff;
  font-weight: 700;
  font-size: 16px;
}
.blog-sidebar-add .add-content .title {
  font-size: 24px;
  color: #fff;
  white-space: nowrap;
  padding-top: 5px;
}

.blog-standard .single-blog-standard .blog-standard-thumb {
  position: relative;
}
.blog-standard .single-blog-standard .blog-standard-thumb img {
  width: 100%;
}
.blog-standard .single-blog-standard .blog-standard-thumb a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #1a6f67;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 20px;
  }
}
.blog-standard .single-blog-standard .blog-standard-content {
  border: 2px solid #ededed;
  border-top: 0;
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content {
    padding: 50px;
  }
}
.blog-standard .single-blog-standard .blog-standard-content > span {
  background: #1a6f67;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 30px;
}
.blog-standard .single-blog-standard .blog-standard-content .title {
  font-size: 32px;
  line-height: 42px;
  padding-right: 40px;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .title {
    padding-right: 0;
    font-size: 21px;
    line-height: 32px;
  }
}
.blog-standard .single-blog-standard .blog-standard-content ul {
  padding: 20px 0;
}
.blog-standard .single-blog-standard .blog-standard-content ul li {
  display: inline-block;
  color: #28586b;
  font-size: 14px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content ul li {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.blog-standard .single-blog-standard .blog-standard-content ul li i {
  padding-right: 6px;
}
.blog-standard .single-blog-standard .blog-standard-content > p {
  color: #28586b;
  font-size: 15px;
  padding-bottom: 35px;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex {
  display: flex;
  margin-bottom: 7px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex {
    display: flex;
  }
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
  position: relative;
  padding-left: 55px;
}
@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left {
    margin-bottom: 0px;
  }
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left p {
  font-weight: 700;
  color: #1a6f67;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span {
  color: #28586b;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left img {
  position: absolute;
  left: 0;
  top: -5px;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a {
  font-weight: 700;
  letter-spacing: 2px;
  color: #1a6f67;
  text-transform: uppercase;
  font-size: 14px;
}
.blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-right a i {
  padding-right: 15px;
}
.blog-standard .single-blog-standard .blog-standard-content.blog-border {
  border-top: 2px solid #ededed;
}

/*===============================
    32.BLOG DETAILS css 
================================*/
.blog-dteails-content {
  border: 2px solid #ededed;
  padding: 50px;
}
@media (max-width: 767px) {
  .blog-dteails-content {
    padding: 50px 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content {
    padding: 50px;
  }
}
.blog-dteails-content .blog-details-top > span {
  background: #1a6f67;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 3px;
  padding: 0 15px;
  line-height: 30px;
  text-transform: uppercase;
  border-radius: 30px;
}
.blog-dteails-content .blog-details-top .title {
  font-size: 32px;
  line-height: 42px;
  padding-right: 40px;
  padding-top: 25px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 27px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-top .title {
    padding-right: 0;
    font-size: 21px;
    line-height: 32px;
  }
}
.blog-dteails-content .blog-details-top ul {
  padding: 20px 0;
}
.blog-dteails-content .blog-details-top ul li {
  display: inline-block;
  color: #28586b;
  font-size: 14px;
  margin-right: 28px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-top ul li {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-top ul li {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
.blog-dteails-content .blog-details-top ul li i {
  padding-right: 6px;
}
.blog-dteails-content .blog-details-top > p {
  color: #28586b;
  font-size: 16px;
  padding-bottom: 35px;
  line-height: 26px;
}
.blog-dteails-content .blog-details-bath img {
  width: 100%;
}
.blog-dteails-content .blog-details-bath .title {
  font-size: 30px;
  padding-top: 40px;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bath .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bath .title {
    font-size: 26px;
  }
}
.blog-dteails-content .blog-details-bath p {
  border-bottom: 1px solid #ededed;
  padding-bottom: 35px;
}
.blog-dteails-content .blog-details-bath ul {
  padding-left: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 18px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul {
    padding-left: 30px;
  }
}
.blog-dteails-content .blog-details-bath ul li {
  color: #28586b;
  line-height: 30px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul li {
    font-size: 13px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bath ul li {
    font-size: 15px;
  }
}
.blog-dteails-content .blog-details-quote {
  background: #f3f5ff;
  border-radius: 10px;
  padding: 50px 50px 57px;
  position: relative;
  z-index: 5;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-quote {
    padding: 50px 10px 57px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-quote {
    padding: 50px 50px 57px;
  }
}
.blog-dteails-content .blog-details-quote p {
  color: #1a6f67;
  font-weight: 700;
}
.blog-dteails-content .blog-details-quote p span {
  color: #28586b;
}
.blog-dteails-content .blog-details-quote .title {
  line-height: 38px;
  padding-top: 13px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-quote .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-quote .title {
    font-size: 17px;
    line-height: 27px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-quote .title {
    font-size: 19px;
    line-height: 29px;
  }
}
.blog-dteails-content .blog-details-quote i {
  font-size: 190px;
  color: #e4e9ff;
  z-index: -1;
  position: absolute;
  bottom: 15px;
  right: 30px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-quote i {
    font-size: 90px;
  }
}
.blog-dteails-content .blog-details-confarance p {
  line-height: 26px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex {
    display: block !important;
  }
}
.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
  width: 50%;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 {
    width: 100%;
  }
}
.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-1 img {
  width: 100%;
  padding-top: 10px;
}
.blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
  width: 83%;
  padding-left: 35px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-confarance .confarance-flex .confarance-thumb-2 {
    padding-left: 0;
    width: 100%;
    padding-top: 20px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar {
    display: flex !important;
  }
}
.blog-dteails-content .blog-details-bar .blog-tags .title {
  font-size: 20px;
  text-transform: capitalize;
}
.blog-dteails-content .blog-details-bar .blog-tags ul li {
  display: inline-block;
}
.blog-dteails-content .blog-details-bar .blog-tags ul li a {
  background: #f5f2ff;
  color: #1a6f67;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  padding: 0 20px;
  margin-right: 7px;
  margin-top: 27px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-tags ul li a {
    margin-right: 2px;
    padding: 0 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-tags ul li a {
    margin-right: 0;
    padding: 0 10px;
  }
}
.blog-dteails-content .blog-details-bar .blog-tags ul li a:hover {
  background: #1a6f67;
  color: #fff;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social {
    text-align: left !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social {
    text-align: right !important;
  }
}
.blog-dteails-content .blog-details-bar .blog-social .title {
  font-size: 20px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social .title {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social .title {
    margin-top: 0px;
  }
}
.blog-dteails-content .blog-details-bar .blog-social ul li {
  display: inline-block;
}
.blog-dteails-content .blog-details-bar .blog-social ul li a {
  color: #b5becc;
  font-size: 18px;
  margin-left: 28px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a {
    margin-left: 0;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a {
    margin-left: 20px;
    margin-right: 0px;
  }
}
.blog-dteails-content .blog-details-bar .blog-social ul li a {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-bar .blog-social ul li a {
    margin-left: 15px;
  }
}
.blog-dteails-content .blog-details-bar .blog-social ul li a:hover {
  color: #1a6f67;
}
.blog-dteails-content .blog-details-next-prev {
  border-top: 1px solid #ededed;
  position: relative;
}
.blog-dteails-content .blog-details-next-prev .post-prev a span {
  color: #28586b;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-dteails-content .blog-details-next-prev .post-prev a .title {
  font-size: 28px;
  text-transform: capitalize;
  padding-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-prev a .title {
    font-size: 18px;
  }
}
.blog-dteails-content .blog-details-next-prev .post-next a span {
  color: #28586b;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.blog-dteails-content .blog-details-next-prev .post-next a .title {
  font-size: 28px;
  text-transform: capitalize;
  padding-top: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev .post-next a .title {
    font-size: 18px;
  }
}
.blog-dteails-content .blog-details-next-prev > a {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev > a {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-next-prev > a {
    display: block;
  }
}
.blog-dteails-content .blog-details-releted-post .title {
  font-size: 26px;
  padding-bottom: 5px;
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item {
  box-shadow: 0px 8px 16px 0px rgba(93, 93, 93, 0.06);
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-thumb img {
  width: 100%;
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
  padding: 35px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 20px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content {
    padding: 35px 40px;
  }
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span {
  font-size: 14px;
  color: #28586b;
  padding-bottom: 5px;
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content span i {
  padding-right: 5px;
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
  font-size: 20px;
  line-height: 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
    font-size: 18px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content .title {
    font-size: 20px;
  }
}
.blog-dteails-content .blog-details-releted-post .blog-details-releted-item .releted-content p {
  font-size: 14px;
  line-height: 26px;
  padding-top: 3px;
}
.blog-dteails-content .blog-details-written {
  border: 2px solid #ededed;
  padding: 40px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written {
    padding: 15px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-written {
    padding: 31px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area {
    display: block !important;
  }
}
.blog-dteails-content .blog-details-written .written-area .written-thumb {
  width: 100%;
}
.blog-dteails-content .blog-details-written .written-area .written-thumb img {
  width: 100%;
}
.blog-dteails-content .blog-details-written .written-area .written-content {
  padding-left: 40px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content {
    padding-left: 0;
  }
}
.blog-dteails-content .blog-details-written .written-area .written-content span {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #28586b;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content span {
    padding-top: 20px;
  }
}
.blog-dteails-content .blog-details-written .written-area .written-content .title {
  font-size: 36px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-written .written-area .written-content .title {
    font-size: 30px;
  }
}
.blog-dteails-content .blog-details-written .written-area .written-content p {
  font-size: 14px;
  color: #28586b;
  line-height: 26px;
  padding-top: 7px;
}
.blog-dteails-content .blog-details-comments {
  position: relative;
}
.blog-dteails-content .blog-details-comments > .title {
  font-size: 26px;
  padding-bottom: 5px;
}
.blog-dteails-content .blog-details-comments .blog-comments-area {
  margin-top: 40px;
  padding-left: 130px;
  position: relative;
  border-bottom: 1px solid #ededed;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area {
    padding-left: 110px;
  }
}
.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left .title {
  font-size: 18px;
}
.blog-dteails-content .blog-details-comments .blog-comments-area .blog-left span {
  font-size: 12px;
  color: #1a6f67;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-top: 5px;
  padding-bottom: 15px;
}
.blog-dteails-content .blog-details-comments .blog-comments-area .blog-right a {
  color: #69a1bb;
  font-weight: 700;
  font-size: 14px;
  line-height: 40px;
  border: 2px solid #ededed;
  padding: 0 20px;
  border-radius: 30px;
}
.blog-dteails-content .blog-details-comments .blog-comments-area p {
  font-size: 14px;
}
.blog-dteails-content .blog-details-comments .blog-comments-area img {
  position: absolute;
  left: 0;
  top: -10px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area img {
    width: 18%;
    position: inherit;
    top: 0;
    padding: 15px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area img {
    width: 18%;
    position: absolute;
    top: -10px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area.ml-125 {
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
    display: block !important;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-comments .blog-comments-area .d-flex {
    display: flex !important;
  }
}
.blog-dteails-content .blog-details-post-comments {
  margin-top: 40px;
}
.blog-dteails-content .blog-details-post-comments .title {
  font-size: 26px;
  padding-bottom: 30px;
}
.blog-dteails-content .blog-details-post-comments .post-comments-area {
  padding: 30px 50px 50px;
  background: #f6faff;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area {
    padding: 30px 50px 50px;
  }
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area {
    padding: 20px;
  }
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea {
  width: 100%;
  border: 0;
  height: 150px;
  resize: none;
  padding-top: 20px;
  padding-left: 30px;
  font-size: 14px;
  color: #28586b;
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box textarea::placeholder {
  opacity: 1;
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input {
  width: 100%;
  border: 0;
  line-height: 60px;
  padding-left: 30px;
  font-size: 14px;
  color: #28586b;
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box input::placeholder {
  opacity: 1;
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
  background: #1a6f67;
  line-height: 60px;
  padding: 0 60px;
  border-color: #ff4b57;
  border-radius: 30px;
  text-transform: capitalize;
  font-size: 14px;
}
@media (max-width: 767px) {
  .blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button {
    line-height: 50px;
    padding: 0 30px;
  }
}
.blog-dteails-content .blog-details-post-comments .post-comments-area .input-box button i {
  padding-right: 6px;
}

/*-----------------------------------------------------------------------------------
    Our Mission Area
-----------------------------------------------------------------------------------*/
.our-mission-area {
  padding: 15rem 0;
  background: #f8f9fa;
}
.our-mission-area .section-title {
  margin-bottom: 60px;
}
.our-mission-area .section-title .title {
  position: relative;
}
.our-mission-area .section-title .title::before {
  content: "Our Mission";
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 900;
  color: rgba(26, 111, 103, 0.09);
  z-index: -1;
  line-height: 1;
  white-space: nowrap;
}
.our-mission-area .mission-item {
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(0, 39, 118, 0.1);
  transition: all 0.3s ease;
  margin-bottom: 30px;
}
.our-mission-area .mission-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 15px 30px 0px rgba(0, 39, 118, 0.15);
}
.our-mission-area .mission-item .mission-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #007afa, #1a6f67);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
}
.our-mission-area .mission-item .mission-icon i {
  font-size: 30px;
  color: #fff;
}
.our-mission-area .mission-item .title {
  font-size: 22px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.our-mission-area .mission-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
}

@media only screen and (max-width: 991px) {
  .our-mission-area {
    padding: 80px 0;
  }
  .our-mission-area .section-title .title::before {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .our-mission-area {
    padding: 60px 0;
  }
  .our-mission-area .section-title .title::before {
    display: none;
  }
  .our-mission-area .mission-item {
    padding: 30px 20px;
    margin-bottom: 20px;
  }
  .our-mission-area h4.title {
    text-align: center;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .our-mission-area .section-title .title::before {
    font-size: 112px;
    bottom: -20px;
    display: block;
  }
}
/* Service Tags */
.our-mission-area .service-tags {
  list-style: none;
  padding: 1em 0 0;
  border-top: 1px solid #e0e0e0;
  margin: 20px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.our-mission-area .service-tags li {
  display: inline-block;
  background: #f8f9fa;
  color: #1a6f67;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
}
.our-mission-area .service-tags li:hover {
  background: #1a6f67;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(26, 111, 103, 0.2);
}
.our-mission-area .service-tags li i {
  margin-right: 4px;
  font-size: 10px;
}
@media (max-width: 767px) {
  .our-mission-area .service-tags {
    justify-content: center;
  }
  .our-mission-area .service-tags li {
    font-size: 13px;
    padding: 3px 8px;
  }
}

/*-----------------------------------------------------------------------------------
    Registration Services Area
-----------------------------------------------------------------------------------*/
.fun-facts .registration-services {
  margin-top: 30px;
}
.fun-facts .registration-services .service-item {
  margin-bottom: 30px;
  padding: 20px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  border-left: 4px solid #1a6f67;
  transition: all 0.3s ease;
}
.fun-facts .registration-services .service-item:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateX(5px);
}
.fun-facts .registration-services .service-item .service-title {
  font-size: 20px;
  font-weight: 600;
  color: #1a6f67;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.fun-facts .registration-services .service-item .service-title::before {
  content: "✓";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #1a6f67;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  margin-right: 10px;
  flex-shrink: 0;
}
.fun-facts .registration-services .service-item p {
  color: #333;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}
.fun-facts .registration-services .service-benefits {
  margin-top: 25px;
  padding: 20px;
  background: linear-gradient(135deg, #1a6f67, #007afa);
  border-radius: 10px;
  color: #fff;
}
.fun-facts .registration-services .service-benefits p {
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}
.fun-facts .registration-services .service-benefits p strong {
  color: #fff;
  font-weight: 600;
}

@media (max-width: 991px) {
  .fun-facts .registration-services .service-item {
    margin-bottom: 20px;
    padding: 15px;
  }
  .fun-facts .registration-services .service-item .service-title {
    font-size: 18px;
  }
  .fun-facts .registration-services .service-item p {
    font-size: 14px;
  }
  .fun-facts .registration-services .service-benefits {
    padding: 15px;
  }
  .fun-facts .registration-services .service-benefits p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .fun-facts .registration-services .service-item {
    margin-bottom: 15px;
    padding: 12px;
  }
  .fun-facts .registration-services .service-item .service-title {
    font-size: 16px;
  }
}
/*-----------------------------------------------------------------------------------
    Consulting Services Area
-----------------------------------------------------------------------------------*/
.consulting-services {
  background: #f8f9fa;
  padding: 120px 0;
}
.consulting-services .consulting-services-content span {
  font-size: 16px;
  font-weight: 600;
  color: #1a6f67;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  display: block;
}
.consulting-services .consulting-services-content .title {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 40px;
  line-height: 1.2;
}
.consulting-services .consulting-services-list .service-item {
  margin-bottom: 25px;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.08);
  border-left: 4px solid #007afa;
  transition: all 0.3s ease;
}
.consulting-services .consulting-services-list .service-item:hover {
  transform: translateX(5px);
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.15);
}
.consulting-services .consulting-services-list .service-item .service-title {
  font-size: 18px;
  font-weight: 600;
  color: #007afa;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.consulting-services .consulting-services-list .service-item .service-title::before {
  content: "💼";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: #007afa;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
  margin-right: 12px;
  flex-shrink: 0;
}
.consulting-services .consulting-services-list .service-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}
.consulting-services .consulting-services-thumb {
  position: relative;
}
.consulting-services .consulting-services-thumb img {
  width: 100%;
  height: auto;
  border-radius: 15px;
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}
.consulting-services .consulting-services-thumb::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, #007afa, #1a6f67);
  border-radius: 15px;
  z-index: -1;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .consulting-services {
    padding: 80px 0;
  }
  .consulting-services .consulting-services-content .title {
    font-size: 30px;
  }
  .consulting-services .consulting-services-list .service-item {
    margin-bottom: 20px;
    padding: 15px;
  }
  .consulting-services .consulting-services-list .service-item .service-title {
    font-size: 16px;
  }
  .consulting-services .consulting-services-list .service-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .consulting-services {
    padding: 60px 0;
  }
  .consulting-services .consulting-services-content .title {
    font-size: 26px;
  }
  .consulting-services .consulting-services-list .service-item {
    margin-bottom: 15px;
    padding: 12px;
  }
  .consulting-services .consulting-services-list .service-item .service-title {
    font-size: 15px;
  }
  .consulting-services .consulting-services-thumb {
    margin-top: 30px;
  }
}
/*-----------------------------------------------------------------------------------
    Dynamic Title Background
-----------------------------------------------------------------------------------*/
.section-title .title {
  position: relative;
}
.section-title .title::before {
  content: attr(attr-text) !important;
  text-transform: uppercase;
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 200px;
  font-weight: 900;
  color: rgba(26, 111, 103, 0.09);
  z-index: -1;
  line-height: 1;
  white-space: nowrap;
}

@media only screen and (max-width: 991px) {
  .section-title[attr-text] .title::before {
    font-size: 150px;
  }
}
@media (max-width: 767px) {
  .section-title[attr-text] .title::before {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-title[attr-text] .title::before {
    font-size: 112px;
    bottom: -20px;
    display: block;
  }
}
/*-----------------------------------------------------------------------------------
    Custom Benefits Area
-----------------------------------------------------------------------------------*/
.benefits-area .benefits-content {
  text-align: center;
}
.benefits-area .benefits-content .title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 40px;
  line-height: 1.2;
}
.benefits-area .benefits-content .benefits-services {
  margin-bottom: 40px;
}
.benefits-area .benefits-content .benefits-services .benefit-item {
  text-align: center;
  padding: 20px 15px;
}
.benefits-area .benefits-content .benefits-services .benefit-item .benefit-icon {
  width: 6.5em;
  height: 6.5em;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 2em;
}
.benefits-area .benefits-content .benefits-services .benefit-item .benefit-icon i {
  font-size: 32px;
  color: #fff;
}
.benefits-area .benefits-content .benefits-services .benefit-item .benefit-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 12px;
}
.benefits-area .benefits-content .benefits-services .benefit-item .benefit-content p {
  color: rgba(255, 255, 255, 0.9);
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}
.benefits-area .benefits-content .benefits-tagline {
  margin-bottom: 40px;
}
.benefits-area .benefits-content .benefits-tagline p {
  font-size: 24px;
  color: #fff;
  margin: 0;
  font-weight: 600;
}
.benefits-area .benefits-content .benefits-tagline p .highlight {
  color: #ffd700;
  font-weight: 700;
}
.benefits-area .benefits-content .benefits-buttons {
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .benefits-area .benefits-content .title {
    font-size: 36px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item {
    padding: 15px 10px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 15px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-icon i {
    font-size: 24px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-content h4 {
    font-size: 18px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-content p {
    font-size: 14px;
  }
  .benefits-area .benefits-content .benefits-tagline p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .benefits-area .benefits-content .title {
    font-size: 28px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item {
    margin-bottom: 25px;
    padding: 15px 10px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-icon {
    width: 5em;
    height: 5em;
    margin-bottom: 1em;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-icon i {
    font-size: 20px;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-content h4 {
    font-size: 1.2em;
  }
  .benefits-area .benefits-content .benefits-services .benefit-item .benefit-content p {
    font-size: 1em;
  }
  .benefits-area .benefits-content .benefits-tagline p {
    font-size: 18px;
  }
  .benefits-area .benefits-content .benefits-buttons {
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .benefits-area .benefits-content .benefits-buttons .main-btn {
    text-align: center;
    width: 200px;
  }
}
/*-----------------------------------------------------------------------------------
    Services Icons
-----------------------------------------------------------------------------------*/
.services-item-area .services-item .service-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #42c5d4, #1a6f67);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  transition: all 0.3s ease;
}
.services-item-area .services-item .service-icon:hover {
  transform: translateY(-5px);
  box-shadow: 0px 10px 25px rgba(0, 122, 250, 0.3);
}
.services-item-area .services-item .service-icon i {
  font-size: 32px;
  color: #fff;
}
.services-item-area .services-item .title {
  font-size: 20px;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 15px;
}
.services-item-area .services-item p {
  color: #666;
  line-height: 1.6;
  margin: 0;
  font-size: 15px;
}

@media (max-width: 991px) {
  .services-item-area .services-item .service-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
  }
  .services-item-area .services-item .service-icon i {
    font-size: 28px;
  }
  .services-item-area .services-item .title {
    font-size: 18px;
  }
  .services-item-area .services-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .services-item-area .services-item .service-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  .services-item-area .services-item .service-icon i {
    font-size: 20px;
  }
  .services-item-area .services-item .title {
    font-size: 1.1em;
    margin-bottom: 0;
  }
  .services-item-area .services-item p {
    font-size: 1em;
  }
}
/*-----------------------------------------------------------------------------------
    Service Bubbles Parallax Effect
-----------------------------------------------------------------------------------*/
.services-item-area {
  position: relative;
  overflow: hidden;
}
.services-item-area::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 20%;
  width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #1a6f67, #42c5d4);
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  animation: floatUp 8s ease-in-out infinite;
  animation-delay: 0s;
  transform: translateY(var(--parallax-offset, 0px));
  transition: transform 0.1s ease-out;
}
.services-item-area::after {
  content: "";
  position: absolute;
  right: -50px;
  top: 60%;
  width: 140px;
  height: 140px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 50%;
  opacity: 0.15;
  z-index: 1;
  animation: floatUp 10s ease-in-out infinite;
  animation-delay: 2s;
  transform: translateY(calc(var(--parallax-offset, 0px) * 0.7));
  transition: transform 0.1s ease-out;
}
.services-item-area .bubble-1 {
  position: absolute;
  left: 10%;
  top: 10%;
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, #1a6f67, #42c5d4);
  border-radius: 50%;
  opacity: 0.08;
  z-index: 1;
  animation: floatUp 12s ease-in-out infinite;
  animation-delay: 1s;
  transform: translateY(calc(var(--parallax-offset, 0px) * 0.3));
  transition: transform 0.1s ease-out;
}
.services-item-area .bubble-2 {
  position: absolute;
  right: 15%;
  top: 30%;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 50%;
  opacity: 0.12;
  z-index: 1;
  animation: floatUp 9s ease-in-out infinite;
  animation-delay: 3s;
  transform: translateY(calc(var(--parallax-offset, 0px) * 0.7));
  transition: transform 0.1s ease-out;
}
.services-item-area .bubble-3 {
  position: absolute;
  left: 5%;
  top: 70%;
  width: 150px;
  height: 150px;
  background: linear-gradient(135deg, #1a6f67, #42c5d4);
  border-radius: 50%;
  opacity: 0.06;
  z-index: 1;
  animation: floatUp 11s ease-in-out infinite;
  animation-delay: 4s;
  transform: translateY(calc(var(--parallax-offset, 0px) * 0.4));
  transition: transform 0.1s ease-out;
}
.services-item-area .bubble-4 {
  position: absolute;
  right: 5%;
  top: 80%;
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #ffd700, #ffed4e);
  border-radius: 50%;
  opacity: 0.1;
  z-index: 1;
  animation: floatUp 7s ease-in-out infinite;
  animation-delay: 1.5s;
  transform: translateY(calc(var(--parallax-offset, 0px) * 0.6));
  transition: transform 0.1s ease-out;
}

@keyframes floatUp {
  0% {
    transform: translateY(0px) rotate(0deg);
    opacity: 0.1;
  }
  25% {
    transform: translateY(-20px) rotate(90deg);
    opacity: 0.2;
  }
  50% {
    transform: translateY(-40px) rotate(180deg);
    opacity: 0.15;
  }
  75% {
    transform: translateY(-20px) rotate(270deg);
    opacity: 0.2;
  }
  100% {
    transform: translateY(0px) rotate(360deg);
    opacity: 0.1;
  }
}
.services-item-area .container {
  position: relative;
  z-index: 2;
}

@media (max-width: 991px) {
  .services-item-area::before {
    width: 120px;
    height: 120px;
    left: -50px;
  }
  .services-item-area::after {
    width: 100px;
    height: 100px;
    right: -30px;
  }
  .services-item-area .bubble-1 {
    width: 80px;
    height: 80px;
  }
  .services-item-area .bubble-2 {
    width: 60px;
    height: 60px;
  }
  .services-item-area .bubble-3 {
    width: 120px;
    height: 120px;
  }
  .services-item-area .bubble-4 {
    width: 90px;
    height: 90px;
  }
}
@media (max-width: 767px) {
  .services-item-area::before {
    width: 100px;
    height: 100px;
    left: -40px;
  }
  .services-item-area::after {
    width: 80px;
    height: 80px;
    right: -25px;
  }
  .services-item-area .bubble-1 {
    width: 60px;
    height: 60px;
  }
  .services-item-area .bubble-2 {
    width: 50px;
    height: 50px;
  }
  .services-item-area .bubble-3 {
    width: 100px;
    height: 100px;
  }
  .services-item-area .bubble-4 {
    width: 70px;
    height: 70px;
  }
}

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