/*
Theme Name: ARS MAtes
Author: Adim Subedi
Author URI: https://www.itsadim.com/
Description: 
Version: 1.0
Tags: Responsive, 
Text Domain: itsadimonly
*/
html {
  font-size: 100%;
  height: 100%;
  min-height: 100%;
}

body {
  font-size: 18px;
  font-size: 1.125rem;
  min-height: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  font-family: "Maven Pro", sans-serif;
  color: #252C32;
}

a {
  color: #0097b4;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover, a:focus {
  color: rgb(0, 172, 205);
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

h1 {
  font-family: "Maven Pro", sans-serif;
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 114%;
}

h2 {
  font-family: "Maven Pro", sans-serif;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

h3 {
  font-family: "Maven Pro", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 160%;
}

p,ul,ol {
  font-family: "Maven Pro", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 172%;
  margin-bottom: 27px;
}

/**header**/
header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #fff;
}
header.sticky {
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  header {
    padding: 15px 0;
  }
}

@media (max-width: 1199px) {
  .navbar-expand {
    display: none;
  }
}
.navbar-expand .navbar-nav .nav-link {
  padding: 10px;
  color: #252C32;
  font-weight: 500;
  font-size: 16px;
}
@media (max-width: 1340px) {
  .navbar-expand .navbar-nav .nav-link {
    font-size: 15px;
  }
}
@media (max-width: 1279px) {
  .navbar-expand .navbar-nav .nav-link {
    padding: 10px 7px;
  }
}
@media (max-width: 1191px) {
  .navbar-expand .navbar-nav .nav-link {
    font-size: 14px;
  }
}
.navbar-expand .navbar-nav .nav-link.active {
  color: #00ACCD;
  position: relative;
}
.navbar-expand .navbar-nav .nav-link.active:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #00ACCD;
  bottom: 0;
  left: 0;
}
.navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 100px;
}
@media (max-width: 1699px) {
  .navbar-collapse {
    padding-right: 75px;
  }
}
@media (max-width: 1561px) {
  .navbar-collapse {
    padding-right: 50px;
  }
}
@media (max-width: 1460px) {
  .navbar-collapse {
    padding-right: 0px;
  }
}
.navbar-nav li.nav-item:last-child().nav-item {
  margin-right: 0;
}

.nav-item {
  margin: 0 12px;
}
@media (max-width: 1699px) {
  .nav-item {
    margin: 0 8px;
  }
}
@media (max-width: 1528px) {
  .nav-item {
    margin: 0 5px;
  }
}
@media (max-width: 1399px) {
  .nav-item {
    margin: 0 0 0 5px;
  }
}
.nav-item:last-child {
  margin-right: 0;
  background: rgb(0, 172, 205);
}
.nav-item:last-child .nav-link {
  color: #fff;
  padding: 8px 24px;
}
@media (max-width: 1279px) {
  .nav-item:last-child .nav-link {
    padding: 8px 15px;
  }
}

.offcanvas .navbar-nav {
  width: 100%;
  padding-right: 30px;
  margin-top: 30px;
}
.offcanvas .navbar-nav li {
  margin-left: 0;
  border-top: 1px solid rgb(0, 172, 205);
}
.offcanvas .navbar-nav li a {
  padding: 10px 20px;
  line-height: 40px;
  display: block;
}
.offcanvas .navbar-nav li:first-child {
  border-top: none;
}
.offcanvas .navbar-nav li:last-child a {
  color: rgb(255, 255, 255);
}

section {
  width: 100%;
  display: block;
  clear: both;
  overflow: hidden;
  position: relative;
}
section.banner {
  height: calc(100vh - 108px);
  margin-top: 108px;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  section.banner {
    margin-top: 90px;
    height: calc(100vh - 90px);
  }
}
section#about {
  padding-top: 250px;
  padding-bottom: 180px;
  position: relative;
}
@media (max-width: 767px) {
  section#about {
    padding-top: 60px;
    padding-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
section#services {
  background: #F4F7FA;
  padding: 120px 0;
}
@media (max-width: 767px) {
  section#services {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
section#packages {
  padding: 120px 0;
}
@media (max-width: 991px) {
  section#packages {
    padding: 60PX 0;
  }
}
section#reviews {
  padding: 120px 0;
}
@media (max-width: 991px) {
  section#reviews {
    padding: 60PX 0;
  }
}
section#partners {
  background: #161C2D;
  padding: 120px 0;
  background-image: url("assets/img/bg-services.png");
  background-repeat: no-repeat;
  background-position: 0px 35%;
}
@media (max-width: 991px) {
  section#partners {
    background-image: none;
  }
}
section#gallery {
  background: #F4F7FA;
  padding: 120px 0;
}
section#team {
  padding: 120px 0;
}
@media (max-width: 767px) {
  section#team {
    padding: 60px 15px;
  }
}
@media (max-width: 991px) {
  section#contact {
    background: #C5E8FD;
  }
  section#contact .row {
    background: transparent;
  }
}

.block-menu_offcanvas {
  display: none;
}
@media (max-width: 1199px) {
  .block-menu_offcanvas {
    display: block;
    text-align: right;
  }
  .block-menu_offcanvas button {
    margin-right: 25px;
  }
}
@media (max-width: 1199px) {
  .block-menu_offcanvas button {
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .block-logo.text-center {
    text-align: left !important;
  }
}
.block-banner_content {
  padding: 35px 48px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.25)), color-stop(68.53%, rgba(255, 255, 255, 0.13)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0.13) 68.53%);
  -webkit-backdrop-filter: blur(17px);
          backdrop-filter: blur(17px);
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
}
.block-banner_content h3 {
  margin-bottom: 12px;
}
.block-banner_content h1 {
  font-size: 58px;
  font-size: 3.625rem;
  margin-bottom: 25px;
}
@media (max-width: 1399px) {
  .block-banner_content h1 {
    font-size: 50px;
    font-size: 3.125rem;
    letter-spacing: -0.7px;
  }
}
@media (max-width: 1199px) {
  .block-banner_content h1 {
    font-size: 40px;
    font-size: 2.5rem;
    letter-spacing: -0.7px;
  }
}
.block-section_title {
  font-size: 20px;
  font-size: 1.25rem;
  color: rgb(0, 172, 205);
  line-height: 32px;
  margin-bottom: 15px;
}
.block-section_subtitle {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  padding-right: 60%;
  line-height: 54px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-section_subtitle {
    padding-right: 0;
    font-size: 36px;
  }
}
.block-services_left {
  position: relative;
}
.block-services_left.sticky {
  position: fixed;
  top: 111px;
  width: 18.5%;
}
@media (max-width: 991px) {
  .block-services_left.sticky {
    position: relative;
    width: 100%;
    top: auto;
    margin-bottom: 30px;
  }
}
.block-services_right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-services_right li {
  width: 47.3%;
  margin-bottom: 4px;
}
@media (max-width: 640px) {
  .block-services_right li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-services_right {
    margin-top: 30px;
  }
}
.block-services_list h2 {
  margin-top: 5px;
  letter-spacing: -0.2px;
}
.block-package {
  width: 10%;
  padding: 0 5px;
  position: relative;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.block-package_img {
  padding: 34.2% 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  background-position: top center;
}
@media (max-width: 991px) {
  .block-package_img {
    height: auto;
    background-size: contain;
    margin-bottom: 15px;
  }
}
.block-package_content {
  width: 100%;
  display: none;
}
@media (max-width: 991px) {
  .block-package_content {
    display: block;
  }
}
.block-package.focus {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-package.focus .block-package_img {
  width: 47.5%;
  background-position: top center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .block-package.focus .block-package_img {
    width: 100%;
  }
}
.block-package.focus .block-package_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 47.5%;
  -ms-flex-line-pack: center;
      align-content: center;
}
@media (max-width: 991px) {
  .block-package.focus .block-package_content {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .block-package.focus {
    width: 100%;
    display: block;
  }
}
@media (max-width: 991px) {
  .block-package {
    width: 100%;
    margin-bottom: 30px;
  }
}
.block-package_heading {
  text-align: center;
}
.block-package_heading h2 {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 55px;
}
@media (max-width: 767px) {
  .block-package_heading h2 {
    font-size: 36px;
  }
}
.block-partners_heading {
  color: #fff;
  text-align: center;
}
.block-partners_heading h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .block-partners_heading h2 {
    font-size: 36px;
  }
}
.block-partners_list {
  border-top: 1px solid rgba(231, 233, 237, 0.1);
  padding-top: 48px;
  margin-top: 21px;
}
.block-partners_list ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-partners_list li {
  list-style: none;
  width: 49.5%;
  margin-bottom: 35px;
}
@media (max-width: 991px) {
  .block-partners_list li {
    width: 100%;
  }
}
.block-partners_element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  color: #fff;
}
.block-partners_element--img {
  width: 15%;
}
@media (max-width: 991px) {
  .block-partners_element--img {
    width: 25%;
  }
}
.block-partners_element--content {
  width: 80%;
}
@media (max-width: 991px) {
  .block-partners_element--content {
    width: 70%;
  }
}
.block-gallery_heading {
  text-align: center;
}
.block-gallery_heading h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
@media (max-width: 767px) {
  .block-gallery_heading h2 {
    font-size: 36px;
  }
}
.block-gallery_pattern {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap !important;
      flex-wrap: wrap !important;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .block-gallery_pattern {
    padding-right: 0;
  }
}
.block-gallery_pattern div {
  width: 24%;
}
.block-gallery_pattern .col2 img {
  margin-bottom: 15px;
}
@media (max-width: 991px) {
  .block-gallery_pattern .col2 img {
    margin-bottom: 5px;
  }
}
.block-gallery_pattern .col2 img:last-child {
  margin-bottom: 0;
}
.block-gallery_pattern .col4 img {
  margin-bottom: 15px;
}
.block-gallery_pattern .col4 img:last-child {
  margin-bottom: 0;
}
.block-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.block-review_intro {
  text-align: center;
}
.block-review_intro p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  position: relative;
  color: #F58220;
  margin-bottom: 15px;
}
.block-review_intro p:before {
  content: "";
  width: 32px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #F58220;
}
.block-review_intro h2 {
  font-size: 48px;
  font-style: normal;
  color: #252C32;
  font-weight: 700;
  margin-bottom: 15px;
}
.block-review_intro a {
  margin-bottom: 36px;
}
.block-review_wrapper {
  width: 32%;
  -webkit-box-shadow: 0px 9px 32px 0px rgba(89, 92, 219, 0.05);
          box-shadow: 0px 9px 32px 0px rgba(89, 92, 219, 0.05);
  padding: 24px 32px;
  margin-bottom: 36px;
}
.block-review_wrapper:nth-child(3n+2) {
  margin-left: 24px;
  margin-right: 24px;
}
@media (max-width: 991px) {
  .block-review_wrapper:nth-child(3n+2) {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media (max-width: 1399px) {
  .block-review_wrapper {
    width: 31%;
  }
}
@media (max-width: 991px) {
  .block-review_wrapper {
    width: 48%;
  }
}
@media (max-width: 767px) {
  .block-review_wrapper {
    width: 100%;
  }
}
.block-review_meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block-review_meta span.img {
  width: 55px;
  height: 55px;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-right: 8px;
}
.block-review_meta span.img.one {
  background: -webkit-gradient(linear, left bottom, left top, from(#5A9760), to(#5A9760));
  background: linear-gradient(0deg, #5A9760 0%, #5A9760 100%);
}
.block-review_meta span.img.two {
  background: -webkit-gradient(linear, left bottom, left top, from(#975A91), to(#975A91));
  background: linear-gradient(0deg, #975A91 0%, #975A91 100%);
}
.block-review_meta span.img.three {
  background: -webkit-gradient(linear, left bottom, left top, from(#97895A), to(#97895A));
  background: linear-gradient(0deg, #97895A 0%, #97895A 100%);
}
.block-review_meta span.img.four {
  background: -webkit-gradient(linear, left bottom, left top, from(#5A8197), to(#5A8197));
  background: linear-gradient(0deg, #5A8197 0%, #5A8197 100%);
}
.block-review_meta span.img.five {
  background: -webkit-gradient(linear, left bottom, left top, from(#715A97), to(#715A97));
  background: linear-gradient(0deg, #715A97 0%, #715A97 100%);
}
.block-review_meta span.name {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.block-review_meta span.time {
  display: block;
  clear: both;
  color: #888B97;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}
.block-review_rating {
  margin-top: 16px;
  margin-bottom: 16px;
}
.block-review_rating svg {
  width: 24px;
  height: 24px;
}
.block-review_content {
  margin-bottom: 16px;
  font-size: 16px;
  color: #252C32;
}
.block-review_content p {
  font-size: 16px;
  color: #252C32;
}
.block-review_content.expanded {
  height: auto;
}
.block-review_content.collapsed {
  overflow: hidden;
  display: inline;
}
.block-review_content .btn {
  margin-top: 16px;
}
.block-team_intro {
  width: 26.5580736544%;
  padding: 0 10px 0 0;
  margin-right: 23px;
}
.block-team_intro h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
@media (max-width: 767px) {
  .block-team_intro h2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .block-team_intro {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .block-team_intro {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.block-team_memberbig {
  width: 50.45%;
  padding: 0;
}
.block-team_memberbig ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-team_memberbig li {
  margin-bottom: 25px;
}
.block-team_memberbig li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1399px) {
  .block-team_memberbig {
    width: 50%;
  }
}
@media (max-width: 1199px) {
  .block-team_memberbig {
    width: 59.4%;
  }
}
@media (max-width: 991px) {
  .block-team_memberbig {
    width: 100%;
    padding: 0;
    margin: 0 0 30px 0;
  }
}
.block-team_membersmall {
  width: 21.1926345609%;
  padding: 0 0 0 24px;
}
.block-team_membersmall ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .block-team_membersmall ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.block-team_membersmall li {
  margin-bottom: 25px;
}
.block-team_membersmall li:last-child {
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .block-team_membersmall li {
    overflow: hidden;
  }
}
.block-team_membersmall .block-team_member .member-detail {
  padding: 0 18px;
  bottom: -91px;
}
@media (max-width: 767px) {
  .block-team_membersmall .block-team_member .member-detail {
    bottom: 0;
    padding: 0;
  }
}
.block-team_membersmall .block-team_member .member-detail_desg {
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .block-team_membersmall {
    width: 100%;
    margin-top: 30px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .block-team_membersmall {
    margin-top: 0;
  }
}
.block-team_member {
  position: relative;
  overflow: hidden;
}
.block-team_member:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#000), color-stop(51.4%, rgba(102, 102, 102, 0)));
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 51.4%);
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .block-team_member:before {
    display: none;
  }
}
.block-team_member .member-detail {
  position: absolute;
  bottom: -111px;
  left: 0;
  width: 100%;
  height: auto;
  color: #fff;
  padding: 0 38px;
  -webkit-transition: bottom 0.5s ease;
  transition: bottom 0.5s ease;
}
.block-team_member .member-detail h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 0;
  text-decoration-line: underline;
}
.block-team_member .member-detail_desg {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .block-team_member .member-detail_desg {
    margin-bottom: 10px;
  }
}
.block-team_member .member-detail_contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 1199px) {
  .block-team_member .member-detail_contact ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.block-team_member .member-detail_contact li {
  font-size: 16px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.block-team_member .member-detail_contact li:nth-last-child(2), .block-team_member .member-detail_contact li:nth-last-child(1) {
  width: 40px;
  float: left;
}
.block-team_member .member-detail_contact li .fa-brands,
.block-team_member .member-detail_contact li .fa-solid {
  font-size: 18px;
  font-size: 1.125rem;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .block-team_member .member-detail_contact li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .block-team_member .member-detail {
    position: relative;
    bottom: auto;
    color: #000;
    padding: 0;
    margin-top: 15px;
  }
}
.block-team_member:hover::before {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgb(0, 172, 205)), to(rgba(232, 232, 232, 0)));
  background: linear-gradient(0deg, rgb(0, 172, 205) 20%, rgba(232, 232, 232, 0) 100%);
}
.block-team_member:hover .member-detail {
  bottom: 20px;
}
@media (max-width: 767px) {
  .block-team_member:hover .member-detail {
    bottom: 0;
  }
}
.block-contact {
  background: #C5E8FD;
  background-repeat: no-repeat;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
.block-contact:before {
  content: "";
  background-image: url("assets/img/contact-sec2.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 123px;
  height: 132px;
  z-index: 0;
}
@media (max-width: 991px) {
  .block-contact:before {
    display: none;
  }
}
.block-contact:after {
  content: "";
  background-image: url("assets/img/contact-sec3.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 213px;
  height: 97px;
  z-index: 0;
}
@media (max-width: 991px) {
  .block-contact:after {
    display: none;
  }
}
.block-contact_content {
  position: relative;
  z-index: 9;
}
.block-contact_content h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
.block-contact_content h5 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin-bottom: 11px;
}
.block-contact_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-contact_content li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-contact_content li:nth-child(2) {
  margin-top: 4px;
  margin-bottom: 10px;
}
.block-contact_content span.icon {
  width: 7.5%;
}
.block-contact_content span.details {
  width: 90%;
}
.block-contact_content span.details p {
  margin-bottom: 0;
}
.block-contact_content span.details a {
  color: #252C32;
}
.block-contact_form {
  padding: 48px 29px;
  background: rgb(255, 255, 255);
  position: relative;
  z-index: 9;
}
.block-contact_form .form-group label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: #8998A1;
  margin-bottom: 8px;
}
.block-contact_form .form-group button {
  width: 100%;
}
.block-contact_form .form-group select {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.block-contact_form .form-control {
  border-radius: 0;
  padding: 14px 16px;
  margin-bottom: 17px;
}
@media (max-width: 991px) {
  .block-contact_form {
    margin-top: 30px;
  }
}
.block-footer_heading {
  margin-bottom: 25px;
}
.block-footer_heading h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 114%;
}
.block-footer_pitch p {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}
.block-footer_pitch .btn:first-child {
  margin-right: 32px;
}
@media (max-width: 1199px) {
  .block-footer_pitch .btn:first-child {
    margin-right: 0;
  }
}
.block-footer_pitch .btn-transparent {
  border: 1px solid #00ACCD;
  color: #fff;
}
@media (max-width: 1199px) {
  .block-footer_pitch .btn-transparent {
    margin-bottom: 15px;
  }
}
@media (max-width: 1199px) {
  .block-footer_pitch .btn {
    width: 75%;
  }
}
.block-footer_border {
  border-bottom: 1px solid rgba(210, 227, 243, 0.2);
  margin-bottom: 47px;
  margin-top: 13px;
}
.block-footer_brand p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 172%;
  padding-right: 15%;
  margin-top: 15px;
}
.block-footer_brand ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-footer_brand li {
  width: auto;
  margin-right: 14px;
  display: inline-block;
}
@media (max-width: 991px) {
  .block-footer_brand {
    margin-bottom: 30px;
  }
}
.block-footer_menu h4 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 23px;
  color: #00ACCD;
}
.block-footer_menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.block-footer_menu li a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 253%;
  color: #fff;
}
.block-footer_menu.twocol ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.block-footer_menu.twocol li {
  width: 49.5%;
}
@media (max-width: 991px) {
  .block-footer_menu.twocol li {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .block-footer_menu {
    margin-bottom: 30px;
  }
}
.block-footer_disclaimer {
  padding-top: 65px;
}
.block-footer_disclaimer p {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
  padding-right: 5%;
}
.block-footer_disclaimer p strong {
  font-weight: 700;
}
.block-footer_copyright {
  margin-top: 25px;
}
.block-footer_copyright p {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
  padding-right: 5%;
}
.block-footer_agency {
  margin-top: 25px;
}
.block-footer_agency p {
  font-size: 14px;
  font-style: normal;
  margin-bottom: 0;
  padding-right: 5%;
}
.block-footer_agency a {
  color: #fff;
  text-decoration: underline;
}

.accordion-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}
.accordion-item:first-of-type, .accordion-item:last-of-type {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.accordion-item:first-of-type .accordion-button, .accordion-item:last-of-type .accordion-button {
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.accordion-button {
  font-weight: 500;
  color: rgb(0, 0, 0);
}
.accordion-button:not(.collapsed) {
  background: rgb(0, 172, 205);
  color: rgb(255, 255, 255);
}

.fixed-right {
  right: 0;
  top: 0;
  position: absolute;
  width: 47.5%;
  height: 100%;
  text-align: right;
}
@media (max-width: 767px) {
  .fixed-right {
    position: relative;
    width: 100%;
    max-width: 540px;
    margin: 30px auto;
    height: auto;
    padding: 0 12px;
  }
}

#sliderpackages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#galleryblock {
  padding-top: 85px;
  padding-bottom: 85px;
}
#galleryblock .slick-prev {
  position: absolute;
  left: 0;
  right: 40px;
  width: 34px;
  text-align: center;
  bottom: 0;
  margin: auto;
  font-size: 0;
  border-radius: 50%;
  color: #8998A1;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #8998A1;
}
#galleryblock .slick-next {
  position: absolute;
  left: 40px;
  right: 0;
  width: 34px;
  text-align: center;
  margin: auto;
  bottom: 0;
  font-size: 0;
  border-radius: 50%;
  color: #8998A1;
  font-size: 20px;
  line-height: 30px;
  border: 1px solid #8998A1;
}

#scroll-progress-bar {
  position: absolute;
  bottom: 0px; /* Adjust this according to your header height */
  left: 0;
  width: 0%;
  height: 4px;
  background-color: rgb(0, 172, 205);
  z-index: 1000;
  -webkit-transition: width 0.25s;
  transition: width 0.25s;
}

@media (min-width: 992px) {
  .block-team_member .member-detail_contact li svg path {
    fill: #fff;
  }
}

#offcanvasRight {
  width: 35%;
  padding-left: 30px;
  padding-top: 30px;
}
#offcanvasRight button {
  position: absolute;
  right: 20px;
  top: 10px;
}

.mt-40 {
  margin-top: 40px;
}

.btn {
  padding: 12px 24px;
  line-height: 140%;
  border: none;
  min-width: 120px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 0;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-primary {
  background: rgb(0, 172, 205);
  color: rgb(255, 255, 255);
}
.btn-primary.light {
  background: #1bdaff;
}
.btn-primary.dark {
  color: rgb(0, 0, 0);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background: rgb(0, 172, 205);
  -webkit-box-shadow: 0px 1px 3px 0px rgba(47, 43, 67, 0.1), 0px -1px 0px 0px rgba(47, 43, 67, 0.1);
          box-shadow: 0px 1px 3px 0px rgba(47, 43, 67, 0.1), 0px -1px 0px 0px rgba(47, 43, 67, 0.1);
}
.btn-menu {
  min-width: 1px;
}
.btn-secondary {
  background: rgb(255, 203, 5);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background: #006c81;
}
.btn-secondary.light {
  background: #ffdb52;
}
.btn-secondary.big {
  padding: 20px;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}
.btn-black {
  background: rgb(0, 0, 0);
  color: rgb(0, 172, 205);
}
.btn-black.light {
  background: #262626;
}
.btn-black:hover, .btn-black:focus, .btn-black:active {
  background: #202020;
  color: rgb(0, 172, 205);
}
.btn-gallery {
  background: rgb(0, 172, 205);
  text-transform: uppercase;
  color: rgb(0, 0, 0);
  line-height: 40px;
}
.btn-gallery:hover {
  background: #006376;
}
.btn-transparent {
  background: transparent;
  border: 1px solid rgba(47, 43, 67, 0.1);
  border-radius: 0;
  color: rgb(0, 0, 0);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  letter-spacing: -0.16px;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.border-brand {
  -webkit-border-top-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

footer {
  background: #161C2D;
}
footer.footer {
  background-image: url("assets/img/footer-pattern.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 77px;
  color: rgb(255, 255, 255);
}
@media (max-width: 991px) {
  footer.footer {
    margin-top: 0;
    background-size: contain;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}