/*-----------------------------------------------------------------------------------

    Theme Name: Global Ener
    Theme URI: https://goglo.agency/
    Description: Tema corporativo para Enersi sobre MODX.
    Author: Jose Javier Esquive Gloria
    Author URI: https://goglo.agency/
    Agency: GOGLO Agency
    Version: 2026

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

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

1.default CSS
2.HEADER css 
3.BANNER css
4.SUB css
5.ABOUT css
6.TOUR css
7.BENEFITS css
8.PRICING css
8.OUR PLACE css 
9.NEWS css 
10.FOOTER css
11.FACILITIES css
12.SATISFIED css
13.BECOME MEMBER css
14.PROCESS css
15.TEAM css
16.EVENT css
17.FEEDBACK css

-----------------------------------------------------------------------------------*/
/*===========================
    1. COMMON css 
===========================*/
@import url("https://fonts.googleapis.com/css?family=Archivo:400,500,600,700|Oswald:300,400,500,600,700&display=swap");
body {
  font-family: "Archivo", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #77a9bb;
  overflow-x: hidden; }

* {
  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: #213a50;
  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: #77a9bb;
  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; }

/*===== 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;
  border: 1px solid #4a9bb4;
  padding: 0 43px;
  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-color: #4a9bb4; }
  .main-btn:hover {
    background-color: #213a50;
    color: #fff;
    border-color: #213a50; }
  .main-btn.main-btn-2 {
    background-color: #213a50;
    color: #fff;
    border-color: #213a50; }
    .main-btn.main-btn-2:hover {
      background-color: #4a9bb4;
      border-color: #4a9bb4;
      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, #213a50 0%, #4a9bb4 50%, #213a50 100%);
  background-size: 200% auto; }
  .main-btn-3:hover {
    background-position: right center;
    color: #fff; }
  .main-btn-3.main-btn-4 {
    background-color: #213a50;
    color: #fff;
    border-color: #213a50; }
    .main-btn-3.main-btn-4:hover {
      background-color: #4a9bb4;
      border-color: #4a9bb4;
      color: #fff; }

.section-title {
  position: relative;
  padding-bottom: 33px; }
  .section-title span {
    color: #4a9bb4;
    font-weight: 700;
    position: relative;
    z-index: 11;
    text-transform: uppercase; }
  .section-title .title {
    font-size: 60px;
    position: relative;
    z-index: 10; }
    @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: #eeeeef;
      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 #eeeeef;
  font-size: 14px;
  font-weight: 500;
  color: #77a9bb;
  -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: #4a9bb4;
    border-color: #4a9bb4;
    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: #4a9bb4; }
    @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  .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; }
      .header-nav .navigation .navbar .navbar-brand {
        display: inline-flex;
        align-items: center;
        padding: 12px 0; }
      .header-nav .navigation .navbar .navbar-brand img {
        width: auto;
        max-height: 60px; }
      .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; }
        @media only screen and (min-width: 992px) and (max-width: 1200px) {
          .header-nav .navigation .navbar .navbar-nav .nav-item {
            margin-right: 18px; } }
        .header-nav .navigation .navbar .navbar-nav .nav-item a {
          font-size: 16px;
          font-weight: 700;
          padding: 0 30px;
          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: 120px; }
          .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 (min-width: 992px) and (max-width: 1200px) {
            .header-nav .navigation .navbar .navbar-nav .nav-item a {
              font-size: 15px;
              padding: 0 5px; } }
          @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: #77a9bb; } }
          @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: #77a9bb; } }
          .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: #213a50;
              -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: #77a9bb;
              -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: #4a9bb4;
              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: #213a50; } }
          @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: #213a50; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-nav .navigation .navbar .navbar-social {
          position: absolute;
          right: 90px;
          top: 50%;
          margin-right: 0;
          transform: translateY(-50%); } }
      @media (max-width: 767px) {
        .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 {
          position: absolute;
          right: 90px;
          top: 50%;
          margin-right: 0;
          transform: translateY(-50%);
          display: block; } }
      .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: #213a50; }

.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: #213a50;
    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: #213a50; }
    .header-area.header-3-area .navigation .navbar .navbar-toggler span {
      background: #213a50; }
  .header-area.header-3-area .navigation .navbar .navbar-nav .nav-item a {
    color: #213a50; }
    .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: #4a9bb4; }
      @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: #eeeeef; }
      @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;
  margin-top: 120px;
  position: relative; }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .banner-area {
      margin-top: 70px; } }
  @media (max-width: 767px) {
    .banner-area {
      margin-top: 70px;
      height: 500px; } }
  @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%;
    background-color: rgba(0, 18, 25, 0.11); }
  .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: 100px;
    padding-bottom: 22px; }
    @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: 48px;
        line-height: 58px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .banner-area .banner-content .title {
        font-size: 70px;
        line-height: 80px; } }
  .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 #77a9bb;
      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: #213a50;
      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: #eeeeef;
    position: relative; }
    .banner-area.banner-3-area::before {
      display: none; }
    .banner-area.banner-3-area .banner-content span {
      color: #213a50; }
    .banner-area.banner-3-area .banner-content .title {
      color: #213a50; }
      @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: #4a9bb4;
      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 {
  margin-bottom: 172px;
  overflow: hidden; }
  .sub-area .sub-item {
    border: 2px solid #eeeeef;
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 0;
    border-left: 0; }
    .sub-area .sub-item .title {
      font-size: 30px;
      padding-top: 43px;
      padding-bottom: 15px; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .sub-area .sub-item .title {
          font-size: 20px; } }
      @media (max-width: 767px) {
        .sub-area .sub-item .title {
          font-size: 26px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .sub-area .sub-item .title {
          font-size: 30px; } }
    .sub-area .sub-item a {
      height: 60px;
      width: 60px;
      text-align: center;
      line-height: 54px;
      border: 4px solid #eeeeef;
      border-radius: 50%;
      margin-top: 30px;
      color: #213a50;
      -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: #4a9bb4;
        color: #fff;
        border-color: #4a9bb4;
        box-shadow: 0px 8px 16px 0px rgba(74, 155, 180, 0.3); }
    .sub-area .sub-item p {
      padding: 0 65px; }
      @media only screen and (min-width: 1200px) and (max-width: 1600px) {
        .sub-area .sub-item p {
          padding: 0 0; } }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .sub-area .sub-item p {
          padding: 0 5px; } }
      @media (max-width: 767px) {
        .sub-area .sub-item p {
          padding: 0 25px; } }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .sub-area .sub-item p {
          padding: 0 65px; } }

.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: #77a9bb;
      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: #77a9bb;
      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(74, 155, 180, 0.9);
    border-right-color: rgba(74, 155, 180, 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: #4a9bb4; }
.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 #eeeeef;
      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: #4a9bb4;
      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: #4a9bb4;
      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: #4a9bb4;
    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: #4a9bb4;
      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: #4a9bb4;
      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: #4a9bb4; }
      .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: #4a9bb4; }
    .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: #4a9bb4;
      position: relative; }
      .about-2-area .about-content span::before {
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 4px;
        width: 28px;
        background: #213a50;
        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: #4a9bb4;
        border-radius: 30px; }
    .about-2-area .about-content .title {
      font-size: 60px;
      line-height: 70px;
      color: #213a50;
      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: #4a9bb4; }
        .about-2-area .about-content ul li p {
          font-size: 14px;
          color: #77a9bb;
          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: #213a50;
      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, #213a50 25%, #4a9bb4 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: #213a50; }
      @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: #4a9bb4;
      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(33, 58, 80, 0.9);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
  .about-item-area .about-item .title {
    background: -webkit-linear-gradient(#4a9bb4, #213a50);
    -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 #4a9bb4;
    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 #213a50; }
    .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 #213a50;
      background-color: transparent;
      color: #fff;
      border-radius: 40px;
      padding: 0 55px; }
      .about-item-area .about-item-btn a:hover {
        background: #4a9bb4;
        border-color: #4a9bb4; }

.about-box-area .about-box {
  border: 16px solid #eeeeef;
  padding: 77px 24px 77px;
  position: relative; }
  .about-box-area .about-box .about-box-title span {
    font-weight: 700;
    color: #4a9bb4;
    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: #4a9bb4;
      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: #4a9bb4;
      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; }
    @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 #4a9bb4;
    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 #4a9bb4;
    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: #4a9bb4;
      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: #4a9bb4;
      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: #4a9bb4; }
      .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: #4a9bb4; }
    .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: #4a9bb4; }
    .fun-facts-2-area .fun-facts-content span::before {
      position: absolute;
      content: '';
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      height: 4px;
      width: 28px;
      background: #213a50;
      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: #4a9bb4;
      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; }
    @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-top: 40px;
        margin-left: 0; } }
    .fun-facts-2-area .fun-facts-thumb img {
      width: 100%; }
    .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: #4a9bb4; }
    .fun-facts-2-area.fun-facts-3-area .fun-facts-content span::before {
      background: #4a9bb4; }
    .fun-facts-2-area.fun-facts-3-area .fun-facts-content span::after {
      background: #4a9bb4; }
  .fun-facts-2-area.fun-facts-3-area .progress-bar-area .circle-item .counter-item span {
    color: #4a9bb4; }

.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: #213a50;
        opacity: .8;
        padding-bottom: 10px; }
      .skills .skill-item .skill-header .skill-percentage {
        position: absolute;
        right: 0;
        top: 1px;
        font-size: 15px;
        font-weight: 600;
        color: #4a9bb4; }
        .skills .skill-item .skill-header .skill-percentage .count-box {
          font-weight: 500;
          font-size: 15px;
          color: #4a9bb4;
          border: 2px solid #eeeeef;
          border-radius: 30px;
          padding: 0 10px; }
          .skills .skill-item .skill-header .skill-percentage .count-box span {
            font-weight: 500;
            font-size: 15px;
            color: #4a9bb4; }
    .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 #eeeeef;
        border-bottom: 5px solid #eeeeef;
        border-radius: 30px; }
        .skills .skill-item .skill-bar .bar-inner .bar {
          position: absolute;
          left: 0;
          top: -2px;
          width: 0;
          height: 10px;
          background: #4a9bb4;
          -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; }
  .circle-item .counter-item {
    position: absolute;
    left: 50%;
    top: 39%;
    transform: translate(-50%, -50%);
    display: flex; }
  .circle-item span {
    font-size: 40px;
    font-weight: 700;
    color: #213a50;
    width: 100%;
    display: inline-block; }
  .circle-item p {
    color: #213a50;
    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(74, 155, 180, 0.9); }
  .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: #4a9bb4;
      border-color: #77a9bb; }
    .benefits-area .benefits-content ul li:last-child a {
      background: #4a9bb4;
      border-color: #77a9bb; }
      .benefits-area .benefits-content ul li:last-child a:hover {
        background: #213a50;
        border-color: #213a50; }
  .benefits-area.benefits-3-area::before {
    display: none; }
  .benefits-area.benefits-3-area .benefits-content span {
    color: #213a50; }
  .benefits-area.benefits-3-area .benefits-content .title {
    color: #213a50; }
  .benefits-area.benefits-3-area .benefits-content ul li a {
    background: #4a9bb4;
    color: #fff;
    border-color: #4a9bb4; }
    .benefits-area.benefits-3-area .benefits-content ul li a:hover {
      background-color: transparent;
      color: #213a50;
      border-color: #77a9bb; }
    .benefits-area.benefits-3-area .benefits-content ul li a.main-btn-2 {
      background-color: transparent;
      color: #213a50;
      border-color: #77a9bb; }
      .benefits-area.benefits-3-area .benefits-content ul li a.main-btn-2:hover {
        background: #4a9bb4;
        color: #fff;
        border-color: #4a9bb4; }

/*===========================
    8.PRICING css 
===========================*/
.pricing-area {
  padding-top: 114px;
  padding-bottom: 120px;
  background: #eeeeef; }
  .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: #213a50;
      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: #4a9bb4;
      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 #eeeeef; }
      .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: #4a9bb4;
        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 #eeeeef; }

/*===========================
    8.OUR PLACE css 
===========================*/
.our-place-area {
  background: #213a50;
  position: relative; }
  .our-place-area::before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    background-image: url(https://picsum.photos/seed/enersiplace/900/700);
    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: #213a50;
    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: 310px; } }
    @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 .slick-center .our-place-item {
      border-color: #4a9bb4;
      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 #4a9bb4;
        background: #213a50;
        border-left: 0;
        border-top: 0; }
    .our-place-area .our-place-item .our-place-content > span {
      color: #4a9bb4;
      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: #4a9bb4;
        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: #4a9bb4;
        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: #77a9bb;
        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 {
    border: 2px solid #213a50; }
    .our-place-area .our-place-item .our-place-item i {
      color: #4a9bb4;
      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; }

/*===========================
    9.NEWS css 
===========================*/
.news-area {
  padding-top: 114px;
  padding-bottom: 120px; }
  .news-area .section-title .title::before {
    content: 'BLOG'; }
  .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: #77a9bb; }
      .news-area .news-item .news-content ul li i {
        padding-right: 6px;
        color: #4a9bb4; }
      .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: #77a9bb;
      line-height: 34px;
      text-transform: uppercase;
      padding-right: 30px;
      border-bottom: 2px solid #eeeeef;
      -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: #4a9bb4;
      color: #fff;
      padding: 0 24px;
      line-height: 40px;
      border-radius: 30px;
      box-shadow: 0px 8px 16px 0px rgba(74, 155, 180, 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: #4a9bb4;
    border-color: #4a9bb4; }
  .news-area.event-news {
    background: #eeeeef; }
    .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: #213a50; }
      .news-area.event-news .news-item .news-content .date-box {
        position: absolute;
        right: 0;
        top: -26px;
        background: #4a9bb4;
        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: #4a9bb4;
          color: #fff;
          display: block;
          line-height: 24px;
          font-weight: 700;
          text-transform: uppercase;
          margin-top: 8px; }

.news-feeds-area .section-title span {
  color: #4a9bb4; }
.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, #4a9bb4 25%, #213a50 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: #213a50; }
  .news-feeds-area .news-feeds-item.item-3 .news-feeds-overlay {
    background: #4a9bb4; }

/*===========================
    10.FOOTER css 
===========================*/
.footer-area {
  background: #213a50;
  padding-top: 170px;
  padding-bottom: 105px; }
  .footer-area .footer-meta {
    margin-top: 48px;
    padding-top: 28px;
    border-top: 1px solid rgba(119, 169, 187, 0.22);
    text-align: center; }
  .footer-area .footer-powered {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    color: #77a9bb;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    -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) {
      .footer-area .footer-powered {
        gap: 10px;
        flex-direction: column; } }
    .footer-area .footer-powered:hover {
      color: #ffffff; }
    .footer-area .footer-powered img {
      width: auto;
      height: 22px;
      opacity: 0.92;
      -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-area .footer-powered:hover img {
      opacity: 1; }
  .footer-area .footer-item p {
    color: #77a9bb;
    padding-right: 35px;
    padding-top: 40px;
    padding-bottom: 20px; }
    @media (max-width: 767px) {
      .footer-area .footer-item p {
        padding-right: 0; } }
  .footer-area .footer-item > a:first-child img {
    width: auto;
    max-height: 56px; }
  .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: inline-block; }
      .footer-area .footer-item-2 ul > li ul li {
        display: block;
        padding-left: 0 !important; }
        .footer-area .footer-item-2 ul > li ul li a {
          color: #77a9bb;
          line-height: 50px;
          -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-area .footer-item-2 ul > li ul li a span {
            color: #213a50; }
          .footer-area .footer-item-2 ul > li ul li a:hover {
            color: #4a9bb4; }
      .footer-area .footer-item-2 ul > li:last-child {
        padding-left: 65px; }
        @media (max-width: 767px) {
          .footer-area .footer-item-2 ul > li:last-child {
            padding-left: 50px; } }
  .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; }
    .footer-area .footer-item-3 ul li {
      display: inline-block;
      margin-right: 10px; }
  .footer-area.footer-3-area {
    padding-top: 90px; }

.call-area {
  margin-bottom: -80px; }
  .call-area .call-item {
    background: #4a9bb4;
    position: relative;
    height: 160px;
    z-index: 10; }
    .call-area .call-item::before {
      position: absolute;
      content: '';
      left: 0;
      top: 0;
      height: 100%;
      width: 545px;
      background-image: url(https://picsum.photos/seed/ensicall/545/160);
      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: #4a9bb4; }
      @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 {
          display: none; } }
    .call-area .call-item .call-content {
      padding-top: 30px;
      padding-left: 33px; }
      .call-area .call-item .call-content span {
        font-weight: 600;
        color: #fff;
        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: #fff; }
        @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: #eeeeef; }

.footer-2-area {
  background: #213a50;
  padding-bottom: 120px; }
  .footer-2-area .footer-content p {
    color: #77a9bb;
    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 #213a50;
    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: #213a50;
        border-radius: 50%;
        text-align: center;
        line-height: 60px;
        color: #77a9bb;
        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, #213a50 30%, #4a9bb4 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: #77a9bb; }
      @media (max-width: 767px) {
        .footer-2-area .footer-copyright p {
          margin-top: 30px; } }

/*===== Go Top =====*/
.go-top-area {
  position: relative;
  z-index: 999; }
  .go-top-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 24px;
    color: #ffffff;
    background-color: #4a9bb4;
    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: #4a9bb4;
      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: 98%;
      -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: 20px;
      border-radius: 50%; }
      @media only screen and (min-width: 992px) and (max-width: 1200px) {
        .go-top-area .go-top.active {
          top: 93%; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .go-top-area .go-top.active {
          top: 93%; } }

.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: #4a9bb4; }
    .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: #4a9bb4;
      border-radius: 50%; }
    .go-top-wrap .go-top-btn:hover {
      background-color: #292929;
      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: #eeeeef;
  padding-bottom: 112px; }
  .facilities-area .section-title span {
    color: #4a9bb4; }
  .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: #4a9bb4;
      -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: #213a50;
      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: #4a9bb4;
      color: #fff;
      transform: rotateX(360deg); }
  .facilities-area.facilities-3-area .section-title span {
    color: #4a9bb4; }
  .facilities-area.facilities-3-area .facilities-item i {
    color: #4a9bb4; }
  .facilities-area.facilities-3-area .facilities-item:hover i {
    color: #fff;
    background: #4a9bb4; }

.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 #213a50;
        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: #213a50;
      border: 2px solid #213a50; }
      .become-member-area .become-member-items-1 .become-member-content ul li a.main-btn:hover {
        background-color: transparent;
        border-color: #4a9bb4; }
      .become-member-area .become-member-items-1 .become-member-content ul li a.main-btn.main-btn-2 {
        background-color: transparent;
        border-color: #4a9bb4; }
        @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: #213a50;
          border: 2px solid #213a50; }
.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 #213a50;
      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(74, 155, 180, 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: #4a9bb4;
  border: 2px solid #4a9bb4; }
  .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: #eeeeef;
  padding-top: 112px;
  padding-bottom: 130px; }
  .process-area .section-title {
    padding-bottom: 63px; }
    .process-area .section-title span {
      color: #4a9bb4; }
    .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, #213a50 0%, #4a9bb4 100%);
      background-image: -webkit-linear-gradient(0deg, #213a50 0%, #4a9bb4 100%);
      background-image: -ms-linear-gradient(0deg, #213a50 0%, #4a9bb4 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: #77a9bb; }

.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: #4a9bb4;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    -webkit-box-shadow: 0px 20px 40px 0px rgba(74, 155, 180, 0.4);
    -moz-box-shadow: 0px 20px 40px 0px rgba(74, 155, 180, 0.4);
    box-shadow: 0px 20px 40px 0px rgba(74, 155, 180, 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: #4a9bb4;
  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: #4a9bb4;
    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: #4a9bb4;
    border-radius: 30px; }
.process-3-area .process-content .process-title .title {
  font-size: 60px;
  color: #213a50;
  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 #4a9bb4, 2px -2px 0 #4a9bb4, -2px 2px 0 #4a9bb4, -2px -2px 0 #4a9bb4, 2px 0px 0 #4a9bb4, 0px 2px 0 #4a9bb4, -2px 0px 0 #4a9bb4, 0px -2px 0 #4a9bb4, 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%, #213a50 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 #eeeeef;
        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(33, 58, 80, 0.94); }
    .team-area .team-item:hover .team-overlay::before {
      border: 14px solid #4a9bb4; }
    .team-area .team-item:hover .team-overlay .team-info i {
      background: #4a9bb4;
      border-color: #4a9bb4; }

.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: #213a50; }
    .team-page-area .team-item .team-overlay .item .title {
      font-size: 24px;
      font-weight: 700;
      color: #213a50; }
      @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: #4a9bb4; }
  .team-page-area .team-item img {
    width: 100%; }

/*===========================
    16.EVENT css 
===========================*/
.event-area {
  background: #eeeeef;
  padding-top: 114px;
  padding-bottom: 240px; }
  .event-area .section-title .title::before {
    content: 'Events'; }
  .event-area .event-item {
    padding: 64px 60px;
    background: #213a50; }
    @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 #213a50;
      padding-bottom: 22px;
      padding-top: 21px; }
      .event-area .event-item .item span {
        font-size: 14px;
        color: #77a9bb;
        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: #4a9bb4; }
      .event-area .event-item.item-2 .item {
        border-bottom-color: #4a9bb4; }
        .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: #4a9bb4;
      border-radius: 50%;
      color: #fff;
      font-size: 20px; }

.event-item-area .event-item-box {
  padding: 18px;
  border: 2px solid #eeeeef; }
  .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(74, 155, 180, 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: #4a9bb4;
        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: #77a9bb;
        border: 2px solid #eeeeef;
        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: #4a9bb4;
          color: #fff;
          border-color: #4a9bb4;
          box-shadow: 0px 8px 16px 0px rgba(74, 155, 180, 0.2); }

.event-details-area .event-details-sidebar .event-sidebar-box {
  background: #213a50;
  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: #4a9bb4; }
      .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: #4a9bb4; }
  .event-details-area .event-details-sidebar .event-sidebar-box .event-sidebar-content ul li {
    color: #77a9bb;
    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: #eeeeef; }
    .event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-title .title {
      color: #213a50; }
    .event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-sidebar-content ul li {
      color: #77a9bb; }
      .event-details-area .event-details-sidebar .event-sidebar-box.item-2 .event-sidebar-content ul li span {
        color: #213a50; }
  .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(33, 58, 80, 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: #eeeeef;
    line-height: 30px;
    padding: 0 16px;
    border-radius: 30px;
    color: #4a9bb4;
    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(33, 58, 80, 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: #4a9bb4;
    position: relative;
    margin-top: -40px; }
  .event-details-area .event-details-item .event-details-info .title {
    font-size: 24px;
    color: #213a50;
    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: #4a9bb4;
    padding-top: 2px;
    padding-bottom: 14px; }

/*===========================
    18.FEEDBACK css 
===========================*/
.feedback-area .feedback-content span {
  color: #4a9bb4;
  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 #77a9bb;
  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 #eeeeef, 2px -2px 0 #eeeeef, -2px 2px 0 #eeeeef, -2px -2px 0 #eeeeef, 2px 0px 0 #eeeeef, 0px 2px 0 #eeeeef, -2px 0px 0 #eeeeef, 0px -2px 0 #eeeeef, 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: #4a9bb4;
      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: #213a50;
    border-color: #213a50; }
    .feedback-area .feedback-item:hover::before {
      color: #213a50;
      text-shadow: 2px 2px 0 #213a50, 2px -2px 0 #213a50, -2px 2px 0 #213a50, -2px -2px 0 #213a50, 2px 0px 0 #213a50, 0px 2px 0 #213a50, -2px 0px 0 #213a50, 0px -2px 0 #213a50, 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: #4a9bb4;
    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: #4a9bb4; }
    .offices-area .offices-content > span::after {
      position: absolute;
      content: '';
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      height: 5px;
      width: 28px;
      border-radius: 30px;
      background: #4a9bb4; }
  .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: #4a9bb4;
      padding-top: 3px; }

.floor-plan-area {
  background: #eeeeef;
  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: #4a9bb4;
      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: #4a9bb4; }
      .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: #4a9bb4; }
    .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: #213a50;
          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: #4a9bb4;
            color: #fff;
            box-shadow: 0px 8px 16px 0px rgba(74, 155, 180, 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: #213a50;
      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: #4a9bb4;
        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: #213a50; }
  .offices-item-area .offices-item {
    border: 2px solid #213a50;
    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: #4a9bb4; }
    .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: #213a50;
      text-shadow: 2px 2px 0 #213a50, 2px -2px 0 #213a50, -2px 2px 0 #213a50, -2px -2px 0 #213a50, 2px 0px 0 #213a50, 0px 2px 0 #213a50, -2px 0px 0 #213a50, 0px -2px 0 #213a50, 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; }

/*===========================
    20.SERVICES css 
===========================*/
.services-item-area .section-title .title::before {
  content: 'ENERSÍ'; }
.services-item-area .services-item {
  margin-bottom: 70px; }
  .services-item-area .services-item .title {
    font-size: 30px;
    padding-top: 45px; }
    @media (max-width: 767px) {
      .services-item-area .services-item .title {
        font-size: 26px; } }
  .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: 11px 0 35px; } }
  .services-item-area .services-item a {
    height: 60px;
    width: 60px;
    border-radius: 50%;
    border: 4px solid #eeeeef;
    text-align: center;
    line-height: 55px;
    color: #213a50;
    -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: #4a9bb4;
    color: #fff;
    border-color: #4a9bb4; }

/*===========================
    21.SHOWCASE css 
===========================*/
.showcase-area .showcase-thumb img {
  width: 100%; }
.showcase-area .showcase-item {
  background: #213a50;
  padding: 89px 85px; }
  @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 > 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: 60px;
    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: .2;
      padding-right: 22px; }
  .showcase-area .showcase-item.item-2 {
    background: #4a9bb4; }
  .showcase-area .showcase-item.item-3 {
    background: #213a50; }

/*===========================
    22.FAQ css 
===========================*/
.faq-area {
  padding-top: 114px;
  padding-bottom: 87px; }
  .faq-area .section-title .title::before {
    content: 'FAQ'; }
  .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 #eeeeef !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: #213a50;
          position: relative; }
          .faq-accordion .accordion .card .card-header a span {
            color: #4a9bb4;
            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: #213a50; }
            @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: #77a9bb; }
          .faq-accordion .accordion .card .card-header a::before {
            position: absolute;
            content: '\f068';
            right: 36px;
            font-size: 16px;
            font-family: 'Font Awesome 5 Pro';
            color: #77a9bb; }
            @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: #77a9bb; }
      .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: #77a9bb; }
  @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 #eeeeef;
    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: #4a9bb4;
        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: #4a9bb4; }
        .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: #4a9bb4; }
      .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: #4a9bb4; }
        .contact-touch-area .contact-touch-box .contact-touch-item .contact-touch-input .input-box input {
          width: 100%;
          border: 2px solid #eeeeef;
          border-bottom: 0 !important;
          line-height: 70px;
          padding-left: 38px;
          font-size: 14px;
          color: #77a9bb; }
          .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 #eeeeef;
          height: 140px;
          padding-left: 38px;
          padding-top: 20px;
          width: 100%;
          resize: none;
          font-size: 14px;
          color: #77a9bb; }
          .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-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: #213a50; }
  .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(33, 58, 80, 0.1);
    margin-top: 30px;
    padding-top: 68px;
    padding-bottom: 60px;
    background: #fff; }
    .contact-us-area .contact-us-item > i {
      font-size: 70px;
      color: #4a9bb4; }
    .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 #eeeeef;
      border-radius: 50%;
      font-size: 20px;
      color: #213a50;
      margin-top: 32px; }

/*===========================
    24.GALLERY css 
===========================*/
.gallery-area .tab-btns {
  border-bottom: 1px solid #77a9bb;
  margin-bottom: 25px; }
  .gallery-area .tab-btns .nav li a {
    font-size: 18px;
    font-weight: 700;
    color: #213a50;
    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: #4a9bb4;
      position: relative; }
      .gallery-area .tab-btns .nav li a.active::before {
        position: absolute;
        content: '';
        height: 4px;
        width: 100%;
        background: #4a9bb4;
        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: #4a9bb4;
      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 #eeeeef;
  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: #4a9bb4;
    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: #4a9bb4; }
    .booking-area .booking-box span::after {
      position: absolute;
      content: '';
      left: 0px;
      top: 50%;
      transform: translateY(-50%);
      height: 5px;
      width: 28px;
      border-radius: 30px;
      background: #4a9bb4; }
  .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: #4a9bb4; }
    .booking-area .booking-box .input-box input {
      width: 100%;
      padding-left: 38px;
      line-height: 70px;
      font-size: 14px;
      border: 2px solid #eeeeef;
      color: #77a9bb;
      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 #eeeeef !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: #77a9bb;
    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: #4a9bb4;
      padding-right: 10px; }
.booking-area .booking-content .bd {
  border-bottom: 1px solid #eeeeef;
  margin-top: 30px;
  margin-bottom: 30px; }

/*===========================
    26.BLOG css 
===========================*/
.blog-sidebar-area .blog-sidebar-item {
  border: 2px solid #eeeeef;
  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: #4a9bb4; }
    .blog-sidebar-area .blog-sidebar-item .sidebar-title .title::after {
      position: absolute;
      content: '';
      height: 4px;
      width: 18px;
      left: 0;
      top: 12px;
      background: #4a9bb4; }
.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: #77a9bb;
    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: #4a9bb4; }
.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: #eeeeef;
    border: 0;
    font-size: 12px;
    color: #77a9bb;
    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: #4a9bb4;
    color: #fff;
    border-radius: 50%; }
.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
  position: relative;
  border-bottom: 1px solid #eeeeef;
  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: #77a9bb;
    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: #213a50;
    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: #213a50;
      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: #213a50;
      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 #eeeeef;
  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: #77a9bb;
    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: #213a50;
    font-size: 12px;
    font-weight: 700; }
  .blog-sidebar-area .sidebar-twitter-feeds .sidebar-twitter-feeds-item i {
    position: absolute;
    top: 7px;
    left: 0;
    color: #4a9bb4; }
  .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: #eeeeef;
      color: #77a9bb;
      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: #4a9bb4;
    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: #4a9bb4;
    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 #eeeeef;
  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: #4a9bb4;
    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: #77a9bb;
      font-size: 14px;
      margin-right: 28px; }
      @media (max-width: 767px) {
        .blog-standard .single-blog-standard .blog-standard-content ul li {
          margin-right: 00px;
          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: #77a9bb;
    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: #213a50; }
      .blog-standard .single-blog-standard .blog-standard-content .blog-flex .blog-left span {
        color: #77a9bb; }
      .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: #4a9bb4;
      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 #eeeeef; }

/*===============================
    32.BLOG DETAILS css 
================================*/
.blog-dteails-content {
  border: 2px solid #eeeeef;
  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: #4a9bb4;
    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: #77a9bb;
      font-size: 14px;
      margin-right: 28px; }
      @media (max-width: 767px) {
        .blog-dteails-content .blog-details-top ul li {
          margin-right: 00px;
          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: #77a9bb;
    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 #eeeeef;
    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: #77a9bb;
      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: #eeeeef;
    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: #213a50;
      font-weight: 700; }
      .blog-dteails-content .blog-details-quote p span {
        color: #77a9bb; }
    .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: #eeeeef;
      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: #eeeeef;
      color: #213a50;
      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: #4a9bb4;
        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: #77a9bb;
      font-size: 18px;
      margin-left: 28px;
      -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) {
        .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; } }
      @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: #4a9bb4; }
  .blog-dteails-content .blog-details-next-prev {
    border-top: 1px solid #eeeeef;
    border-bottom: 1px solid #eeeeef;
    position: relative; }
    .blog-dteails-content .blog-details-next-prev .post-prev a span {
      color: #77a9bb;
      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: #77a9bb;
      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: #77a9bb;
        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 #eeeeef;
    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: #77a9bb; }
        @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: #77a9bb;
        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 #eeeeef;
      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: #4a9bb4;
        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: #77a9bb;
        font-weight: 700;
        font-size: 14px;
        line-height: 40px;
        border: 2px solid #eeeeef;
        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: #eeeeef; }
      @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: #77a9bb; }
        .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: #77a9bb; }
        .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: #4a9bb4;
        line-height: 60px;
        padding: 0 60px;
        border-color: #4a9bb4;
        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; }

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

/*===========================
    ENERSI INTERNAL PAGES
===========================*/
.enersi-page-intro {
  padding: 110px 0 60px; }

.enersi-page-card,
.enersi-stat-card,
.enersi-contact-card,
.enersi-blog-card,
.enersi-detail-card,
.enersi-quote-card {
  background: #ffffff;
  border: 1px solid #e7edf1;
  box-shadow: 0 18px 45px rgba(33, 58, 80, 0.08); }

.enersi-page-card {
  padding: 45px 40px;
  margin-top: 30px; }

.enersi-page-card .title,
.enersi-detail-card .title,
.enersi-contact-card .title,
.enersi-blog-card .title {
  font-size: 28px;
  line-height: 1.35;
  margin-bottom: 18px; }

.enersi-kicker {
  display: inline-block;
  color: #4a9bb4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 18px; }

.enersi-page-card p + p,
.enersi-detail-card p + p {
  margin-top: 16px; }

.enersi-stat-card {
  padding: 32px 28px;
  margin-top: 30px;
  height: 100%; }

.enersi-stat-card h3 {
  color: #4a9bb4;
  font-size: 44px;
  margin-bottom: 10px; }

.enersi-stat-card p {
  margin: 0; }

.enersi-feature-grid,
.enersi-detail-grid,
.enersi-contact-grid {
  padding-bottom: 120px; }

.enersi-feature-card,
.enersi-detail-card,
.enersi-contact-card,
.enersi-blog-card {
  padding: 38px 30px;
  margin-top: 30px;
  height: 100%; }

.enersi-feature-card .icon,
.enersi-contact-card .icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: rgba(74, 155, 180, 0.12);
  color: #4a9bb4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  margin-bottom: 24px; }

.enersi-feature-card .title,
.enersi-contact-card .title {
  font-size: 24px;
  margin-bottom: 15px; }

.enersi-feature-card ul,
.enersi-detail-card ul,
.enersi-contact-card ul {
  margin-top: 20px; }

.enersi-feature-card ul li,
.enersi-detail-card ul li,
.enersi-contact-card ul li {
  color: #77a9bb;
  margin-bottom: 10px;
  position: relative;
  padding-left: 22px; }

.enersi-feature-card ul li::before,
.enersi-detail-card ul li::before,
.enersi-contact-card ul li::before {
  position: absolute;
  content: '';
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #4a9bb4; }

.enersi-hero-band {
  background: linear-gradient(135deg, #213a50 0%, #2f5979 45%, #4a9bb4 100%);
  padding: 110px 0; }

.enersi-hero-band .title,
.enersi-hero-band p,
.enersi-hero-band li,
.enersi-hero-band span,
.enersi-hero-band a {
  color: #ffffff; }

.enersi-hero-band .title {
  font-size: 52px;
  line-height: 1.15;
  margin-bottom: 20px; }

.enersi-hero-band p {
  max-width: 640px;
  opacity: 0.92; }

.enersi-hero-band ul {
  margin-top: 30px; }

.enersi-hero-band ul li {
  display: inline-block;
  margin-right: 24px;
  font-weight: 600; }

.enersi-hero-band .main-btn {
  margin-top: 30px;
  background: #ffffff;
  color: #213a50;
  border-color: #ffffff; }

.enersi-hero-band .main-btn:hover {
  background: transparent;
  color: #ffffff; }

.enersi-quote-card {
  padding: 38px 34px;
  margin-top: 30px;
  border-left: 5px solid #4a9bb4; }

.enersi-quote-card p {
  font-size: 22px;
  line-height: 1.6;
  color: #213a50; }

.enersi-quote-card span {
  display: inline-block;
  margin-top: 14px;
  color: #4a9bb4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em; }

.enersi-contact-card a,
.enersi-blog-card a,
.enersi-feature-card a,
.enersi-detail-card a {
  color: #213a50;
  font-weight: 700; }

.enersi-contact-card a:hover,
.enersi-blog-card a:hover,
.enersi-feature-card a:hover,
.enersi-detail-card a:hover {
  color: #4a9bb4; }

.enersi-blog-card .meta {
  margin-bottom: 16px; }

.enersi-blog-card .meta span {
  display: inline-block;
  color: #4a9bb4;
  font-size: 14px;
  font-weight: 700;
  margin-right: 18px;
  text-transform: uppercase; }

.enersi-blog-card .title {
  font-size: 30px; }

.enersi-blog-thumb img,
.enersi-detail-media img,
.enersi-page-media img {
  width: 100%;
  display: block; }

.enersi-detail-media,
.enersi-page-media {
  margin-top: 30px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(33, 58, 80, 0.12); }

.enersi-detail-shell {
  padding: 110px 0 120px; }

.enersi-detail-card {
  margin-top: 0; }

.enersi-sidebar-card {
  background: #213a50;
  padding: 35px 30px;
  margin-top: 30px; }

.enersi-sidebar-card .title {
  color: #ffffff;
  font-size: 24px;
  margin-bottom: 18px; }

.enersi-sidebar-card p,
.enersi-sidebar-card li,
.enersi-sidebar-card a {
  color: #77a9bb; }

.enersi-sidebar-card ul li {
  margin-bottom: 14px; }

.enersi-sidebar-card a:hover {
  color: #ffffff; }

.enersi-section-spacer {
  padding: 110px 0 120px; }

.enersi-mini-cta {
  margin-top: 28px; }

.enersi-mini-cta .main-btn {
  margin-right: 16px;
  margin-bottom: 16px; }

@media (max-width: 767px) {
  .enersi-hero-band {
    padding: 90px 0; }
  .enersi-hero-band .title {
    font-size: 38px; }
  .enersi-page-card,
  .enersi-feature-card,
  .enersi-detail-card,
  .enersi-contact-card,
  .enersi-blog-card,
  .enersi-stat-card,
  .enersi-quote-card,
  .enersi-sidebar-card {
    padding: 30px 22px; }
  .enersi-hero-band ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; } }

.blog-standard .single-blog-standard .blog-standard-thumb img,
.blog-dteails-content .blog-details-bath img {
  height: auto;
  object-fit: cover;
}

.blog-standard .single-blog-standard .blog-standard-thumb img {
  min-height: 320px;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
  padding-left: 95px;
  min-height: 86px;
}

.blog-sidebar-area .sidebar-feeds .sidebar-feeds-item img {
  width: 78px;
  height: 78px;
  object-fit: cover;
  border-radius: 6px;
}

.blog-sidebar-area .sidebar-categories ul,
.blog-sidebar-area .sidebar-tags ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.blog-sidebar-area .sidebar-tags ul li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.blog-sidebar-area .sidebar-tags ul li a {
  display: inline-block;
  padding: 10px 18px;
  border-radius: 30px;
  background: #eeeeef;
  color: #213a50;
  font-size: 14px;
  font-weight: 600;
}

.blog-sidebar-area .sidebar-tags ul li a span {
  margin-left: 8px;
  color: #4a9bb4;
}

.blog-sidebar-area .sidebar-tags ul li a:hover {
  background: #4a9bb4;
  color: #fff;
}

.blog-sidebar-area .sidebar-tags ul li a:hover span {
  color: #fff;
}

.pagination-area .pagination,
.pagination-area ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.pagination-area a,
.pagination-area span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  height: 46px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #e7edf1;
  background: #fff;
  color: #213a50;
  font-weight: 700;
}

.pagination-area a:hover {
  background: #4a9bb4;
  border-color: #4a9bb4;
  color: #fff;
}

@media (max-width: 767px) {
  .blog-standard .single-blog-standard .blog-standard-thumb img {
    min-height: 220px;
  }

  .blog-sidebar-area .sidebar-feeds .sidebar-feeds-item {
    padding-left: 90px;
  }
}

html {
  scroll-behavior: smooth;
}

#inicio,
#nosotros,
#divisiones,
#faq,
#contacto {
  scroll-margin-top: 110px;
}

:root {
  --enersi-deep: #052a37;
  --enersi-header: #0b5f77;
  --enersi-accent: #4a9bb4;
  --enersi-surface: #f5f9fb;
  --enersi-ink: #213a50;
  --enersi-muted: #6f8291;
}

.header-nav .navigation,
.header-nav .navigation.sticky {
  background: var(--enersi-header);
}

.sub-area .sub-item a,
.services-item-area .services-item a {
  display: none;
}

.sub-area .sub-item p,
.services-item-area .services-item p {
  margin-bottom: 0;
}

.page-title-area,
.enersi-blog-hero,
.enersi-entry-hero {
  margin-top: 0;
}

.enersi-blog-hero {
  position: relative;
  padding: 190px 0 120px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.enersi-blog-hero__content {
  max-width: 720px;
}

.enersi-blog-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.enersi-blog-hero h1,
.enersi-blog-hero .title {
  color: #fff;
  font-size: clamp(34px, 4.3vw, 58px);
  line-height: 1.08;
  margin-bottom: 18px;
}

.enersi-blog-hero p {
  color: rgba(255, 255, 255, 0.86);
  max-width: 620px;
  font-size: 17px;
  line-height: 1.78;
  margin-bottom: 24px;
}

.enersi-blog-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.enersi-blog-hero .breadcrumb-item,
.enersi-blog-hero .breadcrumb-item a,
.enersi-entry-hero .breadcrumb-item,
.enersi-entry-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.74);
}

.enersi-entry-hero {
  position: relative;
  min-height: 620px;
  overflow: hidden;
}

.enersi-entry-hero .hero-bg,
.enersi-entry-hero .hero-overlay {
  position: absolute;
  inset: 0;
}

.enersi-entry-hero .hero-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enersi-entry-hero .hero-overlay {
  background: linear-gradient(102deg, rgba(5, 42, 55, 0.96) 0%, rgba(11, 95, 119, 0.7) 48%, rgba(11, 95, 119, 0.18) 100%);
}

.enersi-entry-hero .hero-content {
  position: relative;
  z-index: 2;
  padding: 210px 0 90px;
}

.enersi-entry-hero .entry-badge {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(74, 155, 180, 0.15);
  border: 1px solid rgba(74, 155, 180, 0.34);
  color: #d8eef5;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.enersi-entry-hero .entry-title {
  color: #fff;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.08;
  margin-bottom: 20px;
}

.enersi-entry-hero .entry-intro {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 24px;
}

.enersi-entry-hero .entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}

.enersi-entry-hero .entry-meta li {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
}

.enersi-entry-hero .entry-meta li i {
  color: #fff;
  padding-right: 6px;
}

.enersi-blog-listing .single-blog-standard .blog-standard-thumb img {
  height: 320px;
  object-fit: cover;
}

.enersi-search-card {
  padding: 30px;
  border: 1px solid #e6eef3;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 53, 74, 0.07);
}

.enersi-blog-search-form {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
}

.enersi-blog-search-form input {
  width: 100%;
  height: 58px;
  border: 1px solid #d6e2ea;
  border-radius: 999px;
  padding: 0 24px;
  color: var(--enersi-ink);
}

.enersi-blog-search-form button {
  height: 58px;
  border: 0;
  border-radius: 999px;
  padding: 0 28px;
  background: var(--enersi-header);
  color: #fff;
  font-weight: 700;
}

.enersi-blog-search-form button i {
  padding-right: 8px;
}

.enersi-blog-search-meta,
.enersi-blog-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 16px;
  color: var(--enersi-muted);
  font-size: 14px;
}

.enersi-blog-filters strong {
  color: var(--enersi-ink);
}

.enersi-empty-state {
  padding: 48px 38px;
  border-radius: 28px;
  border: 1px solid #e7edf1;
  background: var(--enersi-surface);
}

.enersi-empty-state h3 {
  color: var(--enersi-ink);
  margin-bottom: 10px;
}

.enersi-blog-sidebar .blog-sidebar-item,
.enersi-page-card,
.enersi-article-shell,
.contact-touch-box,
.enersi-map-card {
  border-radius: 24px;
  border: 1px solid #e6eef3;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 53, 74, 0.07);
}

.enersi-blog-sidebar .blog-sidebar-item {
  padding: 30px;
}

.enersi-latest-post {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 12px 0;
  border-bottom: 1px solid #eef3f6;
}

.enersi-latest-post:last-child {
  border-bottom: 0;
}

.enersi-latest-post__thumb {
  width: 78px;
  height: 78px;
  flex-shrink: 0;
  border-radius: 14px;
  overflow: hidden;
}

.enersi-latest-post__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enersi-latest-post__body span {
  display: block;
  font-size: 12px;
  color: var(--enersi-muted);
  margin-bottom: 4px;
}

.enersi-latest-post__body h5 {
  font-size: 15px;
  line-height: 1.45;
  margin: 0;
}

.enersi-latest-post__body a {
  color: var(--enersi-ink);
}

.pagination-area .pagination,
.pagination-area ul {
  gap: 10px;
}

.pagination-area a,
.pagination-area span {
  min-width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #dce8ee;
  background: #fff;
  color: var(--enersi-ink);
  font-weight: 700;
}

.pagination-area li.active span,
.pagination-area a:hover {
  background: var(--enersi-header);
  border-color: var(--enersi-header);
  color: #fff;
}

.pagination-area .ellipsis span {
  border-style: dashed;
}

.contact-touch-area {
  position: relative;
  padding: 90px 0 0;
  background: linear-gradient(180deg, #f8fbfc 0%, #ffffff 100%);
}

.contact-touch-area .contact-touch-box {
  padding: 38px;
}

.contact-touch-area .contact-touch-title p {
  color: var(--enersi-muted);
  margin-top: 14px;
  margin-bottom: 0;
}

.contact-touch-area .contact-touch-input .input-box {
  position: relative;
  margin-top: 16px;
}

.contact-touch-area .contact-touch-input input,
.contact-touch-area .contact-touch-input textarea {
  width: 100%;
  border: 1px solid #d8e4eb;
  border-radius: 16px;
  padding: 18px 20px 18px 56px;
  color: var(--enersi-ink);
  background: #fff;
}

.contact-touch-area .contact-touch-input textarea {
  min-height: 170px;
  padding-top: 20px;
}

.contact-touch-area .contact-touch-input i {
  position: absolute;
  left: 22px;
  top: 22px;
  color: var(--enersi-header);
}

.enersi-honeypot {
  display: none;
}

.contact-form-footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  margin-top: 22px;
}

.contact-form-footer p,
.form-message {
  color: var(--enersi-muted);
  font-size: 14px;
  margin: 0;
}

.form-message.success {
  color: #197b4c;
}

.form-message.error {
  color: #b24141;
}

.enersi-map-card {
  overflow: hidden;
  min-height: 100%;
}

.enersi-call-area {
  padding: 120px 0;
}

.enersi-call-area .call-item {
  padding: 0;
  overflow: hidden;
  border-radius: 32px;
  background: linear-gradient(135deg, var(--enersi-deep) 0%, var(--enersi-header) 100%);
  box-shadow: 0 28px 60px rgba(16, 53, 74, 0.18);
}

.enersi-call-media {
  height: 100%;
  min-height: 360px;
}

.enersi-call-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enersi-call-area .call-content {
  padding: 56px 54px;
}

.enersi-call-area .call-content span,
.enersi-call-area .call-content .title,
.enersi-call-area .call-content p {
  color: #fff;
}

.enersi-call-area .call-content p {
  margin: 20px 0 28px;
  color: rgba(255, 255, 255, 0.82);
}

.enersi-call-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.enersi-call-actions .main-btn {
  background: #fff;
  color: var(--enersi-ink);
}

.enersi-footer {
  position: relative;
  background: linear-gradient(180deg, #102f3f 0%, #081f2a 100%);
  padding: 110px 0 40px;
}

.enersi-footer-top {
  display: grid;
  grid-template-columns: 1.15fr 1.85fr;
  gap: 46px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.enersi-footer-brand img {
  max-width: 200px;
  margin-bottom: 24px;
}

.enersi-footer-brand p,
.enersi-footer-col a,
.enersi-footer-col li,
.enersi-footer-bottom p,
.enersi-footer-link {
  color: rgba(255, 255, 255, 0.78);
}

.enersi-footer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
  margin-top: 26px;
}

.enersi-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.enersi-footer-col h4 {
  color: #fff;
  margin-bottom: 18px;
}

.enersi-footer-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.enersi-footer-col li {
  margin-bottom: 12px;
}

.enersi-footer-contact span {
  display: block;
  color: rgba(255, 255, 255, 0.46);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  margin-bottom: 4px;
}

.enersi-footer-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding-top: 26px;
}

.enersi-related-posts {
  margin-top: 42px;
  padding-top: 24px;
  border-top: 1px solid #e6eef3;
}

.enersi-related-card {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
  border: 1px solid #edf2f5;
  background: #fff;
  box-shadow: none;
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.enersi-related-card__thumb {
  display: block;
  height: 140px;
}

.enersi-related-card__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.enersi-related-card__body {
  padding: 16px 16px 18px;
}

.enersi-related-card__body span {
  display: block;
  font-size: 11px;
  color: var(--enersi-muted);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.enersi-related-card__body h3 {
  font-size: 18px;
  line-height: 1.45;
  margin: 0;
}

.enersi-related-card__body a {
  color: var(--enersi-ink);
}

.enersi-related-card:hover {
  border-color: #d7e5ec;
  transform: translateY(-2px);
}

.blog-tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-tags-list a,
.blog-tags-list span {
  display: inline-flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: var(--enersi-surface);
  color: var(--enersi-ink);
  font-size: 13px;
}

.blog-share-btns {
  display: flex;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-share-btns a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  border: 1px solid #dce8ee;
  color: var(--enersi-ink);
}

.blog-share-btns a:hover {
  background: var(--enersi-header);
  border-color: var(--enersi-header);
  color: #fff;
}

.enersi-meta-title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--enersi-muted);
  margin-bottom: 12px;
}

.enersi-rich-content,
.enersi-legal-page {
  font-size: 17px;
  line-height: 1.9;
  color: #435464;
}

.enersi-legal-page h2,
.enersi-legal-page h3,
.enersi-rich-content h2,
.enersi-rich-content h3,
.enersi-rich-content h4 {
  color: var(--enersi-ink);
  margin-top: 36px;
  margin-bottom: 12px;
}

.enersi-legal-page ul,
.enersi-rich-content ul,
.enersi-rich-content ol {
  padding-left: 24px;
}

.enersi-error-card {
  padding: 60px 40px;
  border-radius: 28px;
  background: var(--enersi-surface);
  border: 1px solid #e6eef3;
  text-align: center;
}

.enersi-error-card > span {
  display: inline-block;
  color: var(--enersi-header);
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.enersi-error-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin-top: 26px;
}

@media (max-width: 991px) {
  .enersi-blog-hero,
  .enersi-entry-hero .hero-content {
    padding-top: 160px;
  }

  .enersi-footer-top {
    grid-template-columns: 1fr;
  }

  .enersi-footer-grid {
    grid-template-columns: 1fr 1fr;
  }

  .enersi-call-area .call-content {
    padding: 40px 32px 46px;
  }
}

@media (max-width: 767px) {
  .enersi-blog-hero {
    padding: 148px 0 82px;
  }

  .enersi-entry-hero {
    min-height: 520px;
  }

  .enersi-entry-hero .hero-content {
    padding: 148px 0 70px;
  }

  .enersi-search-card,
  .contact-touch-area .contact-touch-box,
  .blog-dteails-content,
  .enersi-map-card {
    padding: 26px 22px;
  }

  .enersi-blog-search-form {
    grid-template-columns: 1fr;
  }

  .contact-form-footer,
  .enersi-footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .enersi-footer-grid {
    grid-template-columns: 1fr;
  }

  .enersi-call-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}

/* 2026-04 refinements */
.blog-standard .single-blog-standard .blog-standard-content .title a,
.blog-standard .single-blog-standard .blog-standard-content .blog-right a,
.enersi-latest-post__body a,
.enersi-related-card__body a {
  color: var(--enersi-ink);
}

.blog-standard .single-blog-standard .blog-standard-content .title a:hover,
.blog-standard .single-blog-standard .blog-standard-content .blog-right a:hover,
.enersi-latest-post__body a:hover,
.enersi-related-card__body a:hover {
  color: var(--enersi-header);
}

.enersi-entry-hero .breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 12px 0 0;
  padding: 14px 18px;
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.18);
  backdrop-filter: blur(10px);
}

.enersi-entry-hero .breadcrumb-item,
.enersi-entry-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  line-height: 1.5;
}

.enersi-entry-hero .breadcrumb-item.active {
  color: #fff;
}

.enersi-entry-hero .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 255, 255, 0.55);
}

.enersi-blog-search-meta--top {
  align-items: center;
}

.enersi-blog-sidebar .enersi-search-card {
  padding: 30px;
}

.enersi-blog-sidebar .enersi-blog-search-form {
  grid-template-columns: 1fr;
}

.enersi-blog-sidebar .enersi-blog-search-form button {
  width: 100%;
}

.enersi-article-meta {
  display: grid;
  gap: 24px;
  margin-top: 44px;
  padding-top: 28px;
  border-top: 1px solid #e6eef3;
}

.enersi-meta-block {
  display: block;
}

.enersi-related-posts .section-title {
  margin-bottom: 24px;
}

.enersi-related-posts .section-title .title::before {
  content: 'Recomendacion';
  font-size: clamp(46px, 8vw, 100px);
  opacity: 0.05;
}

.enersi-related-posts .section-title span {
  font-size: 13px;
  letter-spacing: 1.3px;
}

.enersi-privacy-shell .blog-details-bath {
  padding: 0;
}

.enersi-legal-kicker {
  display: inline-flex;
  margin-bottom: 18px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(74, 155, 180, 0.12);
  color: var(--enersi-header);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.enersi-privacy-shell h2:first-of-type {
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.08;
  margin-top: 0;
  margin-bottom: 18px;
}

.contact-touch-area .contact-touch-box {
  padding: 44px;
  border-width: 10px;
}

.contact-touch-area .contact-touch-box .contact-touch-item {
  padding-left: 0;
}

.contact-touch-area .contact-touch-input .input-box input,
.contact-touch-area .contact-touch-input .input-box textarea {
  border-width: 1px;
  border-bottom-width: 1px !important;
  padding-left: 56px;
  padding-right: 20px;
}

.contact-touch-area .contact-touch-input .input-box i {
  left: 22px;
  right: auto;
  top: 22px;
}

.enersi-map-card {
  padding: 0 !important;
  min-height: 100%;
}

.enersi-map-card iframe {
  display: block;
  width: 100%;
  min-height: 100%;
  height: 100%;
  flex: 1 1 auto;
}

.contact-touch-area .contact-touch-box {
  padding: 34px;
  border-width: 16px;
}

.contact-touch-area .contact-touch-title .title {
  font-size: clamp(44px, 4.4vw, 60px);
  padding-top: 19px;
  padding-bottom: 30px;
}

.contact-touch-area .contact-touch-title p {
  display: none;
}

.contact-touch-area .contact-touch-input .input-box {
  margin-top: 0;
}

.contact-touch-area .contact-touch-input .input-box input,
.contact-touch-area .contact-touch-input .input-box textarea {
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  padding-left: 38px;
  padding-right: 56px;
}

.contact-touch-area .contact-touch-input .input-box textarea {
  min-height: 140px;
  padding-top: 20px;
}

.contact-touch-area .contact-touch-input .input-box .main-btn {
  margin-top: 18px;
}

.contact-touch-area .form-message {
  font-size: 12px;
  margin-top: 10px;
}

.enersi-map-card {
  min-height: 610px;
  border-radius: 0;
}

.enersi-map-card iframe {
  min-height: 610px;
  border-radius: 0;
}

.enersi-call-area .call-item {
  height: auto !important;
  min-height: 0;
}

.enersi-call-area .call-item::before,
.enersi-call-area .call-item > i {
  content: none !important;
  display: none !important;
}

.enersi-call-area .row {
  margin: 0;
}

.enersi-call-area [class*='col-'] {
  padding: 0;
}

.enersi-call-media,
.enersi-call-area .call-content {
  position: relative;
  z-index: 1;
}

.enersi-call-media {
  min-height: 320px;
}

.enersi-call-area .call-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.enersi-call-area .call-content .title {
  font-size: clamp(40px, 4.2vw, 58px);
  line-height: 1;
  margin: 10px 0 0;
}

.enersi-footer-bottom p {
  margin: 0;
}

@media (max-width: 991px) {
  .enersi-map-card {
    min-height: 420px;
  }

  .enersi-map-card iframe {
    min-height: 420px;
  }

  .contact-touch-area .contact-touch-title .title {
    font-size: 40px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .enersi-entry-hero .breadcrumb {
    padding: 12px 14px;
    border-radius: 16px;
  }

  .contact-touch-area .contact-touch-box {
    padding: 22px;
    border-width: 8px;
  }

  .contact-touch-area .contact-touch-title .title {
    font-size: 32px;
    padding-top: 8px;
    padding-bottom: 18px;
  }

  .enersi-map-card {
    min-height: 320px;
  }

  .enersi-map-card iframe {
    min-height: 320px;
  }

  .enersi-call-area .call-content .title {
    font-size: 40px;
  }
}

.benefits-area {
  display: flex;
  align-items: center;
  min-height: 520px;
  padding: 90px 0;
}

.benefits-area .container {
  position: relative;
  z-index: 2;
}

.benefits-area .row {
  min-height: 340px;
  align-items: center;
}

.benefits-area .benefits-content {
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.benefits-area .benefits-content span {
  display: inline-block;
  padding-bottom: 16px;
  font-size: 18px;
  letter-spacing: 0.2px;
}

.benefits-area .benefits-content .title {
  margin: 0 auto;
  max-width: 760px;
  padding-bottom: 24px;
  font-size: clamp(40px, 5vw, 68px);
  line-height: 1.08;
  text-wrap: balance;
}

.benefits-area .benefits-content p {
  max-width: 640px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.88);
  font-size: 18px;
  line-height: 1.75;
}

.benefits-area .benefits-content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
  margin: 0;
  padding: 0;
}

.benefits-area .benefits-content ul li {
  margin: 0;
}

@media (max-width: 991px) {
  .benefits-area {
    min-height: 460px;
    padding: 76px 0;
  }

  .benefits-area .row {
    min-height: 0;
  }
}

@media (max-width: 767px) {
  .benefits-area {
    min-height: 0;
    padding: 64px 0;
  }

  .benefits-area .benefits-content span {
    font-size: 15px;
  }

  .benefits-area .benefits-content .title {
    font-size: 42px;
    line-height: 1.12;
  }

  .benefits-area .benefits-content p {
    font-size: 16px;
    line-height: 1.65;
  }
}

.tour-area {
  padding-top: 30px;
}

.tour-area .tour-thumb {
  position: relative;
  overflow: hidden;
  border-radius: 28px;
}

.tour-area .tour-thumb img {
  display: block;
  width: 100%;
}

.tour-area .col-lg-8 .tour-thumb {
  min-height: 380px;
}

.tour-area .col-lg-8 .tour-thumb::after {
  position: absolute;
  content: '';
  inset: 0;
  background: linear-gradient(90deg, rgba(6, 28, 39, 0.72) 0%, rgba(6, 28, 39, 0.38) 42%, rgba(6, 28, 39, 0.08) 100%);
  pointer-events: none;
}

.tour-area .col-lg-8 .tour-thumb .tour-overlay {
  position: absolute;
  top: 50%;
  left: 42px;
  right: auto;
  bottom: auto;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: min(520px, calc(100% - 84px));
  padding: 34px 36px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 24px 60px rgba(16, 53, 74, 0.16);
  backdrop-filter: blur(8px);
  z-index: 2;
}

.tour-area .col-lg-8 .tour-thumb .tour-overlay span {
  display: inline-block;
  padding-bottom: 12px;
  color: var(--enersi-header);
  font-size: 15px;
  letter-spacing: 0.3px;
}

.tour-area .col-lg-8 .tour-thumb .tour-overlay .title {
  color: var(--enersi-ink);
  font-size: clamp(42px, 5vw, 64px);
  line-height: 1.02;
  padding-bottom: 14px;
  margin: 0;
}

.tour-area .col-lg-8 .tour-thumb .tour-overlay p {
  margin: 0;
  padding-right: 0;
  color: #5e7485;
  font-size: 17px;
  line-height: 1.65;
  max-width: 460px;
}

@media (max-width: 991px) {
  .tour-area .col-lg-8 .tour-thumb .tour-overlay {
    left: 28px;
    width: calc(100% - 56px);
    padding: 26px 28px;
  }
}

@media (max-width: 767px) {
  .tour-area .tour-thumb {
    border-radius: 22px;
  }

  .tour-area .col-lg-8 .tour-thumb {
    min-height: 300px;
  }

  .tour-area .col-lg-8 .tour-thumb .tour-overlay {
    left: 18px;
    right: 18px;
    width: auto;
    padding: 20px 20px 22px;
    border-radius: 18px;
  }

  .tour-area .col-lg-8 .tour-thumb .tour-overlay span {
    font-size: 13px;
    padding-bottom: 8px;
  }

  .tour-area .col-lg-8 .tour-thumb .tour-overlay .title {
    font-size: 34px;
    line-height: 1.06;
    padding-bottom: 10px;
  }

.tour-area .col-lg-8 .tour-thumb .tour-overlay p {
    font-size: 15px;
    line-height: 1.55;
  }
}

.enersi-jobs-board-area {
  background: linear-gradient(180deg, #f7fafc 0%, #ffffff 100%);
}

.enersi-jobs-hero {
  position: relative;
  padding: 188px 0 92px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.enersi-jobs-hero__content {
  max-width: 640px;
}

.enersi-jobs-hero__content h1 {
  margin-bottom: 14px;
  font-size: clamp(36px, 4vw, 54px);
  line-height: 1.04;
}

.enersi-jobs-hero__content p {
  max-width: 560px;
  margin-bottom: 18px;
  font-size: 15px;
  line-height: 1.7;
}

.enersi-jobs-hero .breadcrumb {
  background: transparent;
  padding: 0;
  margin: 0;
}

.enersi-jobs-hero .breadcrumb-item,
.enersi-jobs-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 13px;
}

.enersi-jobs-shell {
  display: grid;
  gap: 22px;
}

.enersi-jobs-toolbar {
  padding: 18px;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #e6eef3;
  box-shadow: none;
}

.enersi-jobs-filters {
  display: grid;
  grid-template-columns: minmax(220px, 1.3fr) repeat(4, minmax(150px, 1fr)) auto;
  gap: 10px;
  align-items: end;
}

.enersi-jobs-filters label {
  display: block;
  margin: 0;
}

.enersi-jobs-filters label span {
  display: block;
  margin-bottom: 6px;
  color: var(--enersi-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.enersi-jobs-filters input,
.enersi-jobs-filters select,
.enersi-job-apply-form input,
.enersi-job-apply-form textarea {
  width: 100%;
  min-height: 46px;
  padding: 0 14px;
  border-radius: 14px;
  border: 1px solid #d8e4eb;
  background: #fff;
  color: var(--enersi-ink);
  font-size: 13px;
}

.enersi-jobs-filters select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 38px;
  background-image:
    linear-gradient(45deg, transparent 50%, #6f8291 50%),
    linear-gradient(135deg, #6f8291 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.enersi-job-apply-form textarea {
  min-height: 124px;
  padding: 13px 14px;
  resize: vertical;
}

.enersi-jobs-actions {
  display: flex;
  gap: 10px;
  align-items: center;
}

.enersi-jobs-actions a {
  color: var(--enersi-muted);
  font-weight: 700;
  font-size: 12px;
}

.enersi-jobs-results {
  display: grid;
  gap: 14px;
}

.enersi-jobs-results__meta {
  color: var(--enersi-muted);
  font-size: 13px;
}

.enersi-job-card,
.enersi-jobs-sidebar__card,
.enersi-job-apply-card,
.enersi-jobs-detail-hero__card {
  border-radius: 18px;
  border: 1px solid #e6eef3;
  background: #fff;
  box-shadow: none;
}

.enersi-job-card__body {
  padding: 18px 20px;
}

.enersi-job-card__top,
.enersi-job-card__footer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px 16px;
  align-items: center;
}

.enersi-job-card__status,
.enersi-jobs-detail-hero__eyebrow,
.enersi-job-apply-card > span,
.enersi-jobs-sidebar__card > span {
  display: inline-flex;
  align-items: center;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(74, 155, 180, 0.12);
  color: var(--enersi-header);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.enersi-job-card__valid,
.enersi-job-card__salary {
  color: var(--enersi-muted);
  font-size: 12px;
}

.enersi-job-card h3,
.enersi-jobs-sidebar__card h4,
.enersi-job-apply-card h4 {
  color: var(--enersi-ink);
}

.enersi-job-card h3 {
  margin: 10px 0 8px;
  font-size: clamp(18px, 1.5vw, 23px);
  line-height: 1.28;
}

.enersi-job-card__meta {
  margin: 0 0 8px;
  padding: 0;
  list-style: none;
}

.enersi-job-card__meta li,
.enersi-job-card p,
.enersi-jobs-sidebar__card p,
.enersi-job-apply-card p {
  color: #5e7485;
  font-size: 13px;
  line-height: 1.65;
}

.enersi-job-card__footer a,
.enersi-jobs-sidebar__card a,
.enersi-job-apply-card a {
  color: var(--enersi-header);
  font-weight: 700;
}

.enersi-jobs-sidebar {
  position: sticky;
  top: 110px;
}

.enersi-jobs-sidebar__card,
.enersi-job-apply-card {
  padding: 20px;
}

.enersi-jobs-sidebar__card h4,
.enersi-job-apply-card h4 {
  margin: 12px 0 8px;
  font-size: 20px;
  line-height: 1.2;
}

.enersi-jobs-detail-hero {
  padding: 148px 0 28px;
  background: linear-gradient(180deg, rgba(33, 58, 80, 0.08) 0%, rgba(255, 255, 255, 0) 100%);
}

.enersi-jobs-detail-hero__card {
  padding: 24px 26px;
}

.enersi-jobs-detail-hero__card h1 {
  margin: 14px 0 12px;
  color: var(--enersi-ink);
  font-size: clamp(30px, 3.2vw, 44px);
  line-height: 1.08;
}

.enersi-jobs-detail-hero__card p {
  color: #5e7485;
  font-size: 14px;
  line-height: 1.65;
}

.enersi-jobs-detail-hero__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 14px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.enersi-jobs-detail-hero__meta li,
.enersi-jobs-detail-hero__status small,
.enersi-job-summary-grid span {
  color: var(--enersi-muted);
  font-size: 12px;
}

.enersi-jobs-detail-hero__meta i {
  color: var(--enersi-header);
  margin-right: 8px;
}

.enersi-jobs-detail-hero__status {
  display: grid;
  gap: 6px;
  justify-items: start;
  padding: 18px;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(74, 155, 180, 0.12) 0%, rgba(33, 58, 80, 0.04) 100%);
}

.enersi-jobs-detail-hero__status span {
  color: var(--enersi-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.enersi-jobs-detail-hero__status strong {
  color: var(--enersi-ink);
  font-size: 22px;
  line-height: 1.1;
}

.enersi-job-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-bottom: 24px;
}

.enersi-job-summary-grid div {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--enersi-surface);
}

.enersi-job-summary-grid span {
  display: block;
  margin-bottom: 5px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.enersi-job-summary-grid strong {
  color: var(--enersi-ink);
  font-size: 15px;
  line-height: 1.35;
}

.enersi-job-apply-form {
  display: grid;
  gap: 10px;
  margin-top: 14px;
}

.enersi-job-apply-form label {
  display: block;
  margin: 0;
}

.enersi-job-apply-form label span {
  display: block;
  margin-bottom: 6px;
  color: var(--enersi-muted);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.enersi-job-apply-form input[type="file"] {
  padding: 10px 14px;
}

.enersi-job-contact {
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid #e6eef3;
  display: grid;
  gap: 4px;
}

.enersi-job-notice {
  margin-bottom: 14px;
  padding: 12px 14px;
  border-radius: 14px;
  font-size: 14px;
}

.enersi-job-apply-captcha,
.enersi-contact-captcha {
  margin: 6px 0 4px;
  overflow: hidden;
}

.enersi-job-notice--success {
  background: rgba(25, 123, 76, 0.12);
  color: #197b4c;
}

.enersi-job-notice--error {
  background: rgba(178, 65, 65, 0.12);
  color: #b24141;
}

.enersi-jobs-empty {
  padding: 38px;
  border-radius: 24px;
  background: var(--enersi-surface);
  border: 1px solid #e6eef3;
}

@media (max-width: 1199px) {
  .enersi-jobs-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 991px) {
  .enersi-jobs-hero {
    padding: 164px 0 78px;
  }

  .enersi-jobs-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .enersi-jobs-sidebar {
    position: static;
    top: auto;
    margin-top: 24px;
  }

  .enersi-jobs-detail-hero {
    padding-top: 130px;
  }
}

@media (max-width: 767px) {
  .enersi-jobs-hero {
    padding: 142px 0 62px;
  }

  .enersi-jobs-toolbar,
  .enersi-job-card__body,
  .enersi-jobs-sidebar__card,
  .enersi-job-apply-card,
  .enersi-jobs-detail-hero__card {
    padding: 18px;
  }

  .enersi-jobs-filters,
  .enersi-job-summary-grid {
    grid-template-columns: 1fr;
  }

  .enersi-jobs-detail-hero__card h1 {
    font-size: 28px;
  }

  .enersi-jobs-hero__content h1 {
    font-size: 30px;
  }

  .enersi-jobs-hero__content p {
    font-size: 14px;
  }
}

/* 2026-04 jobs/blog alignment */
.enersi-jobs-board-area {
  padding-top: 96px;
}

.enersi-jobs-toolbar {
  padding: 24px 26px;
  border-radius: 24px;
  border: 1px solid #e6eef3;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 53, 74, 0.07);
}

.enersi-jobs-filters {
  grid-template-columns: minmax(220px, 1.55fr) repeat(4, minmax(132px, 1fr)) auto;
  gap: 14px 12px;
  align-items: end;
}

.enersi-jobs-filters label {
  display: grid;
  gap: 8px;
}

.enersi-jobs-search {
  min-width: 0;
}

.enersi-jobs-filters label span {
  margin-bottom: 0;
  padding-left: 2px;
  color: #788d9c;
  font-size: 11px;
  letter-spacing: 1.35px;
}

.enersi-jobs-filters input,
.enersi-jobs-filters select {
  height: 50px;
  min-height: 50px;
  padding: 0 18px;
  border-radius: 18px;
  border: 1px solid #d8e4eb;
  background-color: #fbfdff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.enersi-jobs-filters input:focus,
.enersi-jobs-filters select:focus {
  border-color: rgba(74, 155, 180, 0.65);
  box-shadow: 0 0 0 4px rgba(74, 155, 180, 0.12);
  background-color: #fff;
}

.enersi-jobs-filters input::placeholder {
  color: #8ca0ad;
}

.enersi-jobs-filters select {
  padding-right: 46px;
  background-image:
    linear-gradient(45deg, transparent 50%, #7d8e9b 50%),
    linear-gradient(135deg, #7d8e9b 50%, transparent 50%);
  background-position:
    calc(100% - 22px) calc(50% - 3px),
    calc(100% - 16px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
}

.enersi-jobs-actions {
  justify-self: start;
  gap: 12px;
  padding-bottom: 1px;
}

.enersi-jobs-actions .main-btn {
  min-width: 122px;
  min-height: 50px;
  padding: 0 26px;
  border-radius: 18px;
  line-height: 50px;
  font-size: 14px;
}

.enersi-jobs-actions a {
  font-size: 13px;
  line-height: 1;
}

.enersi-jobs-results {
  gap: 18px;
}

.enersi-jobs-results__meta {
  font-size: 12px;
  letter-spacing: 0.2px;
}

.enersi-job-card,
.enersi-jobs-sidebar__card,
.enersi-job-apply-card,
.enersi-jobs-detail-hero__card {
  border-radius: 24px;
  box-shadow: 0 18px 40px rgba(16, 53, 74, 0.07);
}

.enersi-job-card__body {
  padding: 24px 26px;
}

.enersi-job-card h3 {
  margin: 12px 0 10px;
  font-size: 22px;
  line-height: 1.22;
}

.enersi-job-card__meta {
  margin-bottom: 10px;
}

.enersi-job-card__meta li,
.enersi-job-card p {
  font-size: 12.5px;
  line-height: 1.7;
}

.enersi-job-card__valid,
.enersi-job-card__salary,
.enersi-jobs-sidebar__card p,
.enersi-job-apply-card p {
  font-size: 12.5px;
  line-height: 1.7;
}

.enersi-jobs-sidebar__card,
.enersi-job-apply-card {
  padding: 24px;
}

.enersi-jobs-sidebar__card h4,
.enersi-job-apply-card h4 {
  margin: 12px 0 10px;
  font-size: 18px;
}

.enersi-jobs-detail-hero {
  padding: 142px 0 10px;
}

.enersi-jobs-detail-hero__card {
  padding: 24px 28px 22px;
}

.enersi-jobs-detail-hero__breadcrumb {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 0 18px;
  padding: 12px 16px;
  border-radius: 18px;
  background: var(--enersi-surface);
}

.enersi-jobs-detail-hero__breadcrumb .breadcrumb-item,
.enersi-jobs-detail-hero__breadcrumb .breadcrumb-item a {
  color: #7e93a1;
  font-size: 12px;
  line-height: 1.45;
}

.enersi-jobs-detail-hero__breadcrumb .breadcrumb-item.active {
  color: var(--enersi-ink);
}

.enersi-jobs-detail-hero__breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #a8b7c1;
}

.enersi-jobs-detail-hero__card h1 {
  margin: 10px 0 10px;
  font-size: clamp(28px, 3vw, 40px);
  line-height: 1.08;
}

.enersi-jobs-detail-hero__card p {
  margin-bottom: 14px;
  font-size: 13px;
}

.enersi-jobs-detail-hero__meta {
  gap: 8px 16px;
}

.enersi-jobs-detail-hero__meta li {
  font-size: 12px;
}

.enersi-jobs-detail-hero__status {
  padding: 16px 18px;
}

.enersi-jobs-detail-hero__status strong {
  font-size: 20px;
}

.enersi-job-detail-area {
  padding-top: 36px;
}

.enersi-job-summary-grid {
  gap: 10px;
  margin-bottom: 20px;
}

.enersi-job-summary-grid div {
  padding: 12px 14px;
  border-radius: 14px;
}

.enersi-job-summary-grid strong {
  font-size: 14px;
}

.enersi-job-apply-form {
  gap: 9px;
}

.enersi-job-apply-form label span {
  font-size: 10px;
}

.enersi-job-apply-form input,
.enersi-job-apply-form textarea {
  font-size: 13px;
}

@media (max-width: 1199px) {
  .enersi-jobs-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .enersi-jobs-actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 991px) {
  .enersi-jobs-toolbar {
    padding: 22px;
  }

  .enersi-jobs-detail-hero {
    padding: 130px 0 8px;
  }

  .enersi-jobs-detail-hero__card {
    padding: 22px;
  }
}

@media (max-width: 767px) {
  .enersi-jobs-board-area {
    padding-top: 78px;
  }

  .enersi-jobs-toolbar,
  .enersi-job-card__body,
  .enersi-jobs-sidebar__card,
  .enersi-job-apply-card,
  .enersi-jobs-detail-hero__card {
    padding: 18px;
  }

  .enersi-jobs-filters {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .enersi-jobs-actions {
    grid-column: auto;
    width: 100%;
  }

  .enersi-jobs-actions .main-btn {
    min-width: 0;
    width: 100%;
  }

  .enersi-jobs-detail-hero__breadcrumb {
    padding: 10px 14px;
    margin-bottom: 14px;
  }
}

.enersi-jobs-listing-area .enersi-jobs-toolbar {
  margin-bottom: 34px;
}

.enersi-jobs-listing-area .blog-standard {
  display: grid;
  gap: 18px;
}

.enersi-jobs-listing-area .single-blog-standard {
  margin-top: 0;
}

.enersi-jobs-listing-area .blog-standard-content {
  padding: 28px 30px;
  border-radius: 24px;
  border: 1px solid #e6eef3;
  background: #fff;
  box-shadow: 0 18px 40px rgba(16, 53, 74, 0.07);
}

.enersi-jobs-listing-area .blog-standard-content > span {
  padding-bottom: 6px;
}

.enersi-jobs-listing-area .blog-standard-content .title {
  padding-bottom: 14px;
}

.enersi-jobs-listing-area .blog-standard-content ul {
  gap: 10px 18px;
  margin-bottom: 14px;
}

.enersi-jobs-listing-area .blog-standard-content ul li {
  color: #6f8291;
  font-size: 13px;
}

.enersi-jobs-listing-area .blog-standard-content p {
  margin-bottom: 16px;
  color: #5e7485;
  font-size: 14px;
  line-height: 1.7;
}

.enersi-job-list-row__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  align-items: center;
}

.enersi-job-list-row__salary,
.enersi-job-list-row__valid {
  color: #6f8291;
  font-size: 12px;
  line-height: 1.5;
}

.enersi-jobs-sidebar .blog-sidebar-item {
  box-shadow: 0 18px 40px rgba(16, 53, 74, 0.07);
}

.enersi-job-latest-post {
  padding: 14px 0;
}

.enersi-job-latest-post .enersi-latest-post__body {
  width: 100%;
}

.enersi-job-latest-post .enersi-latest-post__body span {
  margin-bottom: 6px;
}

.enersi-job-latest-post .enersi-latest-post__body h5 {
  font-size: 16px;
  line-height: 1.45;
}

.enersi-job-latest-post .enersi-latest-post__body small {
  display: block;
  margin-top: 6px;
  color: #7b8f9d;
  font-size: 12px;
  line-height: 1.5;
}

.enersi-jobs-active-filters {
  margin-top: -6px;
}

.enersi-jobs-sidebar .sidebar-categories ul li a,
.enersi-jobs-sidebar .sidebar-tags ul li a {
  width: 100%;
}

@media (max-width: 767px) {
  .enersi-jobs-listing-area .blog-standard-content {
    padding: 22px 20px;
  }

  .enersi-jobs-listing-area .blog-standard-content ul {
    gap: 8px 14px;
  }

  .enersi-job-list-row__meta {
    margin-bottom: 10px;
  }
}

/* 2026-04 jobs final alignment */
.enersi-jobs-hero {
  min-height: 430px;
}

.enersi-jobs-hero .enersi-blog-hero__eyebrow {
  display: inline-flex;
  align-items: center;
  padding: 7px 16px;
  border-radius: 999px;
  background: rgba(74, 155, 180, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.24);
  color: #f3fbff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.enersi-jobs-hero__content h1 {
  color: #fff;
  font-size: clamp(38px, 4.7vw, 64px);
  line-height: 1.08;
  margin-bottom: 20px;
}

.enersi-jobs-hero__content p {
  color: rgba(255, 255, 255, 0.84);
  font-size: 18px;
  line-height: 1.8;
  max-width: 620px;
  margin-bottom: 24px;
}

.enersi-jobs-hero .breadcrumb-item,
.enersi-jobs-hero .breadcrumb-item a {
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
}

.enersi-jobs-hero .breadcrumb-item.active {
  color: #fff;
}

.enersi-jobs-toolbar {
  padding: 22px 24px;
}

.enersi-jobs-filters {
  grid-template-columns: minmax(220px, 1.35fr) repeat(4, minmax(145px, 1fr)) auto;
  gap: 12px;
}

.enersi-jobs-filters label {
  display: block;
  margin: 0;
}

.enersi-jobs-filters label span {
  display: block;
  margin-bottom: 7px;
  padding-left: 2px;
}

.enersi-jobs-filters input,
.enersi-jobs-filters select,
.enersi-job-apply-form input,
.enersi-job-apply-form textarea {
  width: 100%;
  outline: none;
  box-shadow: none;
}

.enersi-jobs-filters input,
.enersi-jobs-filters select {
  height: 48px;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid #d7e3ea;
  background-color: #fbfdff;
  color: var(--enersi-ink);
  font-size: 14px;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, background-color 0.25s ease;
}

.enersi-jobs-filters input::placeholder {
  color: #8ca0ad;
}

.enersi-jobs-filters input:focus,
.enersi-jobs-filters select:focus,
.enersi-job-apply-form input:focus,
.enersi-job-apply-form textarea:focus {
  border-color: rgba(74, 155, 180, 0.78);
  box-shadow: 0 0 0 4px rgba(74, 155, 180, 0.12);
  background-color: #fff;
}

.enersi-jobs-filters select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 42px;
  background-image:
    linear-gradient(45deg, transparent 50%, #8395a2 50%),
    linear-gradient(135deg, #8395a2 50%, transparent 50%);
  background-position:
    calc(100% - 20px) calc(50% - 3px),
    calc(100% - 14px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
}

.enersi-jobs-actions {
  gap: 12px;
  align-items: center;
}

.enersi-jobs-actions .main-btn {
  min-width: 120px;
  min-height: 48px;
  line-height: 48px;
  padding: 0 24px;
  border-radius: 18px;
}

.enersi-job-apply-form input,
.enersi-job-apply-form textarea {
  border: 1px solid #d7e3ea;
  background: #fbfdff;
}

.enersi-job-apply-form input[type="file"] {
  padding: 7px 10px;
  border-radius: 18px;
  cursor: pointer;
}

.enersi-job-apply-form input[type="file"]::file-selector-button {
  border: 0;
  margin-right: 12px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(33, 58, 80, 0.08);
  color: var(--enersi-ink);
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.enersi-job-apply-form input[type="file"]::file-selector-button:hover {
  background: rgba(74, 155, 180, 0.18);
  color: var(--enersi-header);
}

@media (max-width: 991px) {
  .enersi-jobs-hero {
    min-height: 380px;
  }

  .enersi-jobs-filters {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .enersi-jobs-hero__content h1 {
    font-size: 34px;
  }

  .enersi-jobs-hero__content p {
    font-size: 15px;
    line-height: 1.7;
  }

  .enersi-jobs-filters {
    grid-template-columns: 1fr;
  }

  .enersi-jobs-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .enersi-jobs-actions .main-btn {
    width: 100%;
  }
}
