/**
* Template Name: OnePage
* Updated: Sep 18 2023 with Bootstrap v5.3.2
* Template URL: https://bootstrapmade.com/onepage-multipurpose-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

/*
Myriad Pro Regular
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: normal;

Myriad Pro Italic
font-family: "myriad-pro", sans-serif;
font-weight: 400;
font-style: italic;

Myriad Pro Bold
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: normal;

Myriad Pro Bold Italic
font-family: "myriad-pro", sans-serif;
font-weight: 700;
font-style: italic;

Myriad Pro Condensed
font-family: "myriad-pro-condensed", sans-serif;
font-weight: 400;
font-style: normal;

Myriad Pro Condensed Italic
font-family: "myriad-pro-condensed", sans-serif;
font-weight: 400;
font-style: italic;

Myriad Pro Bold Condensed
font-family: "myriad-pro-condensed", sans-serif;
font-weight: 700;
font-style: normal;

Myriad Pro Bold Condensed Italic
font-family: "myriad-pro-condensed", sans-serif;
font-weight: 700;
font-style: italic;

Myriad Pro Bold Condensed Italic
font-family: "myriad-pro-condensed", sans-serif;
font-weight: 700;
font-style: italic;

Myriad Pro Bold Condensed Italic
font-family: "myriad-pro-condensed", sans-serif;
font-weight: 700;
font-style: italic;

Myriad Pro Bold SemiCondensed
font-family: "myriad-pro-semi-condensed", sans-serif;
font-weight: 700;
font-style: normal;

Myriad Pro Bold SemiCondensed Italic
font-family: "myriad-pro-semi-condensed", sans-serif;
font-weight: 700;
font-style: italic;

Myriad Pro SemiExtended
font-family: "myriad-pro-semiextended", sans-serif;
font-weight: 400;
font-style: normal;

Myriad Pro SemiExtended Italic
font-family: "myriad-pro-semiextended", sans-serif;
font-weight: 400;
font-style: italic;

Myriad Pro Bold SemiExtended
font-family: "myriad-pro-semiextended", sans-serif;
font-weight: 700;
font-style: normal;

Myriad Pro Bold SemiExtended Italic
font-family: "myriad-pro-semiextended", sans-serif;
font-weight: 700;
font-style: italic;

Garamond Premier Pro Italic

        font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    font-style: italic;
*/


/*
font-family: 'Roboto', sans-serif;
*/
body {

  font-family: 'Roboto', sans-serif;
  color: #00576f;
  /*background-color: #EBE6E6;*/
  background-color: #FFF;

}

body#home {
  background-color: #FFF;
}

a {
  color: #00576f;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  color: #2f6e7f;
  text-decoration: none;
}

h1,
h2 {
  /*font-family: "Raleway", sans-serif;*/
  font-family: "lindsey-signature", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3,
h4,
h5,
h6 {
  font-family: 'Cormorant Garamond', serif;
font-size:24px;
}

h1 {
  font-size: 50px;
}

h4 {
  /*margin-bottom: 5px;*/
  font-size: 24px;
  font-weight:500;
}
p
{
  margin-top: 0;
  margin-bottom: 1rem !important;
}
strong {
  font-weight: bolder;
  scale: 1.2;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #aa956f;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #aa956f;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #aa956f;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }

  .col {
    flex: 1 0 75%;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  background: transparent;
  z-index: 997;
  padding: 15px 0;
  /*border-bottom: 1px solid #e6f2fb;*/
}

#header.header-scrolled {
  border-color: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}



/*************************
    Header
*************************/

#slider {
  margin: 0 0 50px 0;
  padding: 0;
  position: relative;
}

#header.default {
  background: transparent;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: absolute;
  width: 100%;
}

/*topbar*/
.topbar {
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.2); */
  padding: 10px 0px;
  font-family: 'Roboto', sans-serif;
}

.topbar li,
.topbar li a {
  color: #ffffff;
}

.topbar-left li i {
  padding-right: 5px;
}

.topbar-right .list-inline li:last-child,
.topbar-right li:last-child i {
  padding-right: 0px;
}

.topbar .topbar-right li a:hover {
  color: #BFA170;
}

.topbar-right li i {
  padding-right: 5px;
}


#header-carousel .carousel-item {
  position: relative;
  height: 650px;

}

#header-carousel .carousel-item img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*** Header ***/
.carousel-caption {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: rgba(0, 0, 0, 0.5);*/
  /*background:rgba(15, 23, 43, .7);*/
  z-index: 1;
}

#desc {
  max-width: 700px;
  height: 400px;
}

.carousel-caption h1 {
  font-size: 90px;
  margin-top: 0;
}

.carousel-caption h1 strong {
  color: #BFA170;
  text-transform: uppercase;
}

.carousel-caption p {
  font-size: 1.3rem;
}

.carousel-control-prev,
.carousel-control-next {
  width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3rem;
  height: 3rem;
}

@media (max-width: 768px) {
  #header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
  }

  #header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }



  #desc {
    max-width: 500px;
    float: right;
    margin-top: 10%;
    ;
  }

  .carousel-caption h1 {
    font-size: 62px;
  }

}

.mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 650px;
  overflow: hidden;
  background-attachment: fixed;
  background-color: rgba(0, 0, 0, 0.2)
}

/*************************
    Topbar dark
*************************/
#header.topbar-dark {
  background: #FFF;
  z-index: 999;
  padding: 0px;
  margin: 0px;
  position: relative;
  width: 100%;
}

body#home #header.topbar-dark {
  background: #FFF;
}

#header.topbar-dark .topbar {
  border-bottom: 0;
  background: #323232;
  padding: 10px 0px;
  font-family: 'Roboto', sans-serif;
}

#header.topbar-dark .mega-menu .menu-links>li>a {
  color: #323232;
}

#header.topbar-dark .mega-menu .menu-links>li>a:hover {
  color: #BFA170;
}

#header.topbar-dark .mega-menu.desktopTopFixed>section.menu-list-items {
  background: #ffffff;
  border-bottom: 1px solid #f6f6f6;
}

#header.topbar-dark .mega-menu .menu-links>li.active a {
  color: #BFA170;
}

#header.topbar-dark .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
  color: #BFA170;
}

#header.topbar-dark .mega-menu .menu-links>li.active .drop-down-multilevel li a {
  color: #323232;
}

#header.topbar-dark .mega-menu .menu-links>li.active .drop-down-multilevel li a:hover {
  color: #BFA170;
}

#header.topbar-dark .mega-menu .menu-logo {
  padding: 33px 0px;
}

#header.topbar-dark .mega-menu.desktopTopFixed .menu-logo {
  padding: 20px 0px;
}

#header.topbar-dark .mega-menu .menu-links>li:first-child>a {
  padding-left: 0;
}

/*************************
      Fancy
*************************/
#header.fancy {
  background: transparent;
  position: relative;
}

#header.fancy .topbar {
  background: #BFA170;
  padding: 15px 0px 70px;
}

#header.fancy .topbar .topbar-right li a:hover {
  color: #323232;
}

#header.fancy .menu {
  position: absolute;
  width: 100%;
  top: 60px;
}

#header.fancy .mega-menu>section.menu-list-items {
  background: #ffffff;
  padding: 0px 25px;
}

#header.fancy .mega-menu.desktopTopFixed>section.menu-list-items {
  border-bottom: 1px solid #f6f6f6;
}

#header.fancy .mega-menu .menu-links>li>a {
  color: #323232;
}

#header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
  color: #ffffff;
}

#header.fancy .mega-menu .menu-links>li>a:hover {
  color: #BFA170;
}

#header.fancy .mega-menu .menu-links>li.active a {
  color: #BFA170;
}

#header.fancy .mega-menu.desktopTopFixed .menu-links>li>a {
  color: #323232;
}

#header.fancy .mega-menu .menu-links>li.active a {
  color: #BFA170;
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
  color: #BFA170;
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li a {
  color: #323232;
}

#header.fancy .mega-menu .menu-links>li.active .drop-down-multilevel li a:hover {
  color: #BFA170;
}

#header.fancy .search-top .search-btn {
  color: #323232;
}

#header.fancy .search-top .search-btn:hover {
  color: #BFA170;
}

#header.fancy .mega-menu .menu-logo {
  padding: 33px 0px;
}

#header.fancy .mega-menu.desktopTopFixed .menu-logo {
  padding: 20px 0px;
}

/*************************
       Light
*************************/
#header.light {
  background: #ffffff;
  position: relative;
}

#header.light .mega-menu .menu-links>li>a {
  color: #323232;
}

#header.light .mega-menu .menu-links>li>a:hover {
  color: #BFA170;
}

#header.light .mega-menu>section.menu-list-items {
  background: #ffffff;
}

#header.light .mega-menu .menu-links>li.active a {
  color: #BFA170;
}

#header.light .mega-menu .menu-links>li.active .drop-down-multilevel li.active a {
  color: #BFA170;
}

#header.light .mega-menu .menu-links>li.active .drop-down-multilevel li a {
  color: #323232;
}

#header.light .mega-menu .menu-links>li.active .drop-down-multilevel li a:hover {
  color: #BFA170;
}

#header.light .mega-menu.desktopTopFixed>section.menu-list-items {
  border-bottom: 1px solid #f6f6f6;
}

#header.light .search-top .search-btn {
  color: #323232;
}

#header.light .search-top .search-btn:hover {
  color: #BFA170;
}

#header.light .mega-menu .menu-logo {
  padding: 33px 0px;
}

#header.light .mega-menu.desktopTopFixed .menu-logo {
  padding: 20px 0px;
}

/*************************************
       Owl carousel
**************************************/
.owl-item {
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  -moz-transform: translateZ(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;
}

.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  top: 45%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: 0;
  width: 100%;
  cursor: pointer;
  z-index: 999;
  opacity: 0;
}

.owl-carousel .owl-nav .owl-prev {
  display: block;
  position: absolute;
  text-indent: inherit;
  left: 0px;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, left 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-next {
  display: block;
  position: absolute;
  text-indent: inherit;
  right: 0px;
  width: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -moz-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -ms-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, right 0.3s ease 0s;
}

.owl-carousel .owl-nav .owl-prev i {
  padding-left: 0px;
}

.owl-carousel .owl-nav i {
  font-size: 20px;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  line-height: 42px;
  padding-left: 2px;
  display: inline-block;
  color: #BFA170;
  background: #ffffff;
  border: 1px solid #e3e3e3;
  font-weight: normal;
  text-align: center;
  -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;
}

.owl-carousel .owl-nav i:hover {
  background: #BFA170;
  color: #fff;
  border-color: #BFA170;
}

.owl-carousel .owl-item img {
  width: auto;
}

.owl-carousel:hover .owl-nav {
  opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -2%;
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -2%;
}

.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
  margin-top: 20px;
}

.owl-carousel .owl-dots {
  display: inline-block;
  position: relative;
  text-indent: inherit;
  width: 100%;
  cursor: pointer;
  text-align: center;
}

.owl-carousel.owl-theme .owl-dots .owl-dot {
  margin-top: 20px;
  display: inline-block;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #a5a5a5;
  border-radius: 30px;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0px 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
  background: #BFA170;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #BFA170;
  width: 24px;
}

/*=================================
Header Alt + Main Title
====================================*/

.main-title h1 {

  font-family: 'Cormorant Garamond', serif;
}

.main-title img {
  max-height: 220px;

}

/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 10px 0;
}

.navbar-light .navbar-brand .logo-two {
  display: none;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

/* Main nav */
.main-nav {
  position: absolute;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-bottom: 1px solid #fdfdfd4f;
}

.main-nav nav .navbar-nav .nav-item:hover a,
.main-nav nav .navbar-nav .nav-item .active {
  color: #9A855C !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #ffffff;
  font-weight: 500;
  margin-left: 12px;
  margin-right: 12px;
}

.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #8a744b !important;

}

.main-nav nav .navbar-nav .nav-item a.active {
  color: #8a744b !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  border-top: 2px solid #aa956f;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid #ffffff;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
  border-bottom: none;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: normal !important;
  color: #00576f !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  padding: 10px;
  border-bottom: 1px dashed #ebebeb;
  font-size: 13px;

}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0;
  color: #9A855C !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
  color: #9A855C !important;
  border-radius: 0;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #414141 !important;
  background-color: #f3f3f3;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 20px;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 100%;
}

.search-box {
  position: absolute;
  top: 15px;
  width: 250px;
  float: right;
  background-color: rgba(44, 44, 44, 0.5);
  right: 75px;
}

.search-box .form-control {
  height: 50px;
  width: 250px;
  border-radius: 0;
  background-color: rgba(44, 44, 44, 0.5);
  border: 0;
  font-weight: 500;
  color: #ffffff;
}

.search-box .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.search-box .search-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 45px;
  line-height: 42px;
  background-color: transparent;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 20px;
}

.search-box .search-btn:hover {
  background-color: #414141;
}

.nav-ml {
  margin-left: 100px !important;
}

.nav-two {
  position: inherit;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-bottom: none;
}

body#home .nav-two {
  background-color: #ffffff;
}

.nav-two nav .navbar-nav .nav-item {
  padding: 62px 30px 25px 0;
}

.nav-two nav .navbar-nav .nav-item:hover a,
.nav-two nav .navbar-nav .nav-item .active {
  color: #9A855C !important;
}

.nav-two nav .navbar-nav .nav-item a {
  color: #00576f;
  text-transform: uppercase;
}

.default .nav-two nav .navbar-nav .nav-item a {
  color: #FFF;

}

.default .sticky-nav .nav-two nav .navbar-nav .nav-item a {
  color: #00576f;
}

img.nav-link-logo1 {
  max-width: 200px !important;
}

.nav-two nav .navbar-nav .nav-item.logo {
  position: relative;
  padding: 0 0 20px 0 !important;
  top: 12px;
  margin-right: 40px;
  margin-left: 10px;
}

.default .nav-two nav .navbar-nav .nav-item.logo {
  position: relative;
  top: 0;
  background-color: #FFF;
  padding: 5px 20px 20px 20px !important;

}

.nav-two nav .navbar-nav .nav-item.logo .nav-link-logo2 {
  display: none;
}

.nav-two .menu-contact .menu-contact-btn {
  color: #414141;
  font-size: 18px;
}

.nav-two .menu-contact .menu-contact-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.nav-two .menu-contact .menu-contact-btn:hover {
  color: #9A855C;
}

.nav-three {
  position: inherit;
  background-color: #ffffff;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  border-bottom: none;
}

.nav-three nav .navbar-nav .nav-item span {
  display: block;
  color: #878787;
  font-size: 16px;
  font-weight: 600;
}

.nav-three nav .navbar-nav .nav-item span.active {
  color: #9A855C !important;
}

.nav-three nav .navbar-nav .nav-item:hover span,
.nav-three nav .navbar-nav .nav-item .active {
  color: #9A855C !important;
}

.nav-three nav .navbar-nav .nav-item:hover a,
.nav-three nav .navbar-nav .nav-item .active {
  color: #9A855C !important;
}

.nav-three nav .navbar-nav .nav-item a {
  color: #414141;
  margin-left: 20px;
  margin-right: 20px;
}

.nav-three nav .navbar-nav .nav-item.logo {
  position: relative;
  padding: 0 !important;
  top: 12px;
  margin-right: 40px;
  margin-left: 40px;
}

.nav-three .search-area {
  margin-left: 120px;
  float: right;
}

.nav-three .nav-ml {
  margin-left: 95px !important;
}

.search-area {
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.search-area .search-item {
  display: inline-block;
  position: relative;
  color: #414141;
  cursor: pointer;
  top: 9px;
  margin-right: 30px;
}

.search-area .search-item i {
  display: inline-block;
  text-align: center;
  font-size: 26px;
  position: relative;
  top: -7px;
  font-weight: 600;
  border-radius: 3px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.search-area .search-item .search-overlay {
  display: none;
}

.search-area .search-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
}

.search-area .search-item .search-overlay.search-popup .search-form {
  position: relative;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #9a9a9a;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #414141;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button i {
  height: 50px;
  width: 50px;
  line-height: 50px;
  top: 0;
  margin-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 20px;
  color: #7e7a7a;
}

.search-area .search-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #da691f;
}

.search-area .search-item .search-btn-2 {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 16px;
  color: #414141;
}

.search-area .search-item .search-btn-2:hover {
  color: #da691f;
}

.search-area .search-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #9a9a9a;
}

.search-area .search-item .close-btn i {
  font-size: 20px;
}

.search-area .search-item .close-btn:hover {
  color: #08104d;
}

.search-area .search-item .close-btn.active {
  display: block;
  top: -5px;
}

.search-area .search-item .close-btn.active i {
  font-size: 20px;
}

.search-area .search-item .search-btn:hover,
.search-area .search-item .text-color:hover {
  color: #414141 !important;
}

.menu-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.menu-icon .menu-icon-bg {
  width: 70px;
  height: 78px;
  background-color: #ffffff;
  font-size: 30px;
  color: #414141;
  line-height: 83px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.menu-icon .menu-icon-bg:hover {
  background-color: #414141;
  color: #ffffff;
}

.menu-icon .menu-icon-two {
  font-size: 24px;
  color: #414141;
  margin-top: 20px;
  position: relative;
}

.menu-icon .menu-icon-two::before {
  content: '';
  position: absolute;
  top: 7px;
  height: 30px;
  width: 1px;
  background-color: #d1d1d1;
  left: -14px;
}

.menu-icon .menu-icon-two:hover {
  color: #da691f;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .navbar-light .navbar-brand img {
  max-width: 130px;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #000000;
  position: fixed;
  border-bottom: none;
}

.sticky-nav .menu-icon {
  position: absolute;
  top: 0;
  right: 0;
}

.sticky-nav .menu-icon .menu-icon-bg {
  height: 78px;
  line-height: 78px;
}

.sticky-nav .nav-two {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.sticky-nav .nav-three {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  border-bottom: none;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.side-nav-responsive {
  display: none;
}

.side-nav-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  right: 60px;
  top: 12px;
}

.side-nav-responsive .dot-menu .circle-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
}

.side-nav-responsive .dot-menu .circle-inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  background-color: #ffffff;
}

.side-nav-responsive .dot-menu:hover .circle-inner .circle {
  background-color: #9a9a9a;
}

.side-nav-responsive .container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.side-nav-responsive .container .container {
  position: absolute;
  top: 55px;
  right: 0;
  max-width: 100%;
  width: 310px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.side-nav-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.side-nav-responsive .side-nav-inner {
  padding: 10px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
  background-color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav {
  background-color: #414141;
  padding: 10px 0;
}

.side-nav-responsive .side-nav-inner .side-nav .side-item {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  display: inline-block;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box {
  display: inline-block;
  width: 180px;
  background-color: rgba(44, 44, 44, 0.5);
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .form-control {
  height: 50px;
  font-size: 14px;
  width: 180px;
  border-radius: 0;
  background-color: rgba(44, 44, 44, 0.5);
  border: 0;
  font-weight: 500;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .search-btn {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  outline: none;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 40px;
  width: 45px;
  line-height: 42px;
  background-color: #9a9a9a;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-size: 16px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-search-box .search-btn:hover {
  background-color: #414141;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon {
  display: inline-block;
  position: relative;
  top: 2px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon .menu-icon-bg {
  width: 50px;
  height: 50px;
  background-color: #ffffff;
  font-size: 20px;
  color: #414141;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-icon .menu-icon-bg:hover {
  background-color: #414141;
  color: #ffffff;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact {
  margin-top: 10px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact .menu-contact-btn {
  color: #ffffff;
  font-size: 18px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact .menu-contact-btn i {
  font-size: 24px;
  position: relative;
  top: 3px;
  margin-right: 7px;
}

.side-nav-responsive .side-nav-inner .side-nav .responsive-menu-contact .menu-contact-btn:hover {
  color: #da691f;
}

/*=================================
Navbar Area
====================================*/
/*=================================
Sidebar Modal
====================================*/
.sidebar-modal {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}

.sidebar-modal .sidebar-modal-inner {
  position: absolute;
  right: -100%;
  top: 0;
  width: 50%;
  overflow-y: scroll;
  height: 100%;
  background-color: #04465D;
  color: #FFF;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 1;
  padding: 40px;
}

.sidebar-modal .sidebar-header {
  margin-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
}

.sidebar-modal .sidebar-header .sidebar-logo {
  display: inline-block;
}

.sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo1 {
  display: inline-block;
}

.sidebar-modal .sidebar-header .sidebar-logo .sidebar-logo2 {
  display: none;
}

.sidebar-modal .close-btn {
  display: inline-block;
  font-size: 75px;
  font-weight: 100;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  text-align: center;
  margin-top: 0;
  float: right;
}

.sidebar-modal .sidebar-header .close-btn:hover {
  color: #ffffff;
  background-color: #272b2b;
}

.sidebar-modal .sidebar-about {
  margin-bottom: 30px;
}

.sidebar-modal .sidebar-about table.table-striped>tbody>tr:nth-of-type(2n+1)>* {
  --bs-table-color-type: #FFF;
  --bs-table-bg-type: #456470;
}

.sidebar-modal .sidebar-about .table> :not(caption)>*>* {
  color: #FFF;
  background-color: transparent;
}


.sidebar-modal .sidebar-about h2 {
  margin-bottom: 0;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 100;
  font-size: 40px;

}

.sidebar-modal .sidebar-about .title p {
  margin-bottom: 0;
  font-size: 15px;
}


.sidebar-modal.active {
  opacity: 1;
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.4);
}

.sidebar-modal.active .sidebar-modal-inner {
  right: 0;
}

.sidebar-modal .sidebar-about img.dpe {
  max-width: 250px;
  margin-top: 20px;
}

#RequestModal h5 span {
  font-size: 16px;
}

#RequestModal .modal-header .btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0;
  margin: 0;
}

/*=================================
Sidebar Modal
====================================*/

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  position: relative;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 80px;
}

#hero h1 {
  margin: 0;
  font-size: 56px;
  font-weight: 700;
  line-height: 72px;
  color: #124265;
  font-family: "Poppins", sans-serif;
}

#hero h2 {
  color: #5e5e5e;
  margin: 10px 0 0 0;
  font-size: 22px;
}

#hero .btn-get-started {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 14px 50px;
  border-radius: 5px;
  transition: 0.5s;
  margin-top: 30px;
  color: #fff;
  background: #2487ce;
}

#hero .btn-get-started:hover {
  background: #3194db;
}

#hero .icon-boxes {
  margin-top: 100px;
}

#hero .icon-box {
  padding: 50px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(18, 66, 101, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

#hero .icon-box .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#hero .icon-box .title a {
  color: #124265;
  transition: 0.3s;
}

#hero .icon-box .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

#hero .icon-box .icon {
  margin-bottom: 20px;
  padding-top: 10px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  font-size: 36px;
  line-height: 1;
  color: #2487ce;
}

#hero .icon-box:hover {
  transform: scale(1.08);
}

#hero .icon-box:hover .title a {
  color: #2487ce;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-height: 800px) {
  #hero {
    height: auto;
  }
}

@media (max-width: 992px) {
  #hero {
    height: auto;
  }

  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  margin: 0;
  padding: 50px 0;
  overflow: hidden;
}
section.about  {
  padding:  0;

}

section.about img.img-fluid {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  padding-bottom: 30px;
  text-align: center;
}

.section-title h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 100;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #00576f;
  text-align: center;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #00576f;
}
.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #00576f;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.content {
  margin:  0;
}

.content table {
  border: 0;
}

.content table tr td,
.content table tr th {
  height: 40px;
}
.content  tr:not(:last-child)
{


  border-color: inherit;
    border-bottom-color: inherit;
  border-style: solid;
    border-bottom-style: solid;
  border-width: 0;
    border-bottom-width: 0px;
  border-bottom: 1px solid #b3d0d8;
}

.content table h4 {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;

}

.about .content h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 100;
  font-style: italic;
  color: #aa956f;
  margin: 20px 0;
}

.about .content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  color: #aa956f;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
  text-align: left;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #2487ce;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: 'Roboto', sans-serif;

  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #2487ce;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #2487ce;
}

.about .content .btn-learn-more:hover {
  background: #2487ce;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 60px 0;
}

.counts .count-box {
  width: 100%;
  text-align: center;
}

.counts .count-box span {
  font-size: 48px;
  line-height: 48px;
  display: block;
  font-weight: 700;
  color: #124265;
  margin-left: 80px;
  margin: auto;
}

.counts .count-box p {
  padding: 8px 0 0 0;
  font-weight: 600;
  font-size: 14px;
  color: #1e6ca6;
}

/*--------------------------------------------------------------
# About Video
--------------------------------------------------------------*/
.about-video .content {
  font-size: 15px;
}

.about-video .content h3 {
  font-weight: 700;
  font-size: 24px;
  color: #124265;
}

.about-video .content ul {
  list-style: none;
  padding: 0;
}

.about-video .content ul li {
  padding-bottom: 10px;
  padding-left: 28px;
  position: relative;
}

.about-video .content ul i {
  font-size: 24px;
  color: #2487ce;
  position: absolute;
  left: 0;
  top: -2px;
}

.about-video .content p:last-child {
  margin-bottom: 0;
}

.about-video .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#2487ce 50%, rgba(36, 135, 206, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about-video .play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about-video .play-btn::before {
  content: "";
  position: absolute;
  width: 120px;
  height: 120px;
  animation-delay: 0s;
  animation: pulsate-btn 2s;
  animation-direction: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(36, 135, 206, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about-video .play-btn:hover::after {
  border-left: 15px solid #2487ce;
  transform: scale(20);
}

.about-video .play-btn:hover::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  animation: none;
  border-radius: 0;
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*----------------------------------------*/
/*  04. About CSS
/*----------------------------------------*/
.about-wrapper {
  margin-left: 0;
  margin-right: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-wrapper>.col,
.about-wrapper>[class*=col-] {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-wrapper {
    -webkit-box-align: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-wrapper>.col,
  .about-wrapper>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }

  .about-wrapper>.col,
  .about-wrapper>[class*=col-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/*-- About Image --*/
.about-image {
  position: relative;
  z-index: 1;
}

.about-image.about-image-1 {
  margin-bottom: -50px;
}

.about-image.about-image-2 {
  margin-top: -50px;
  border-top: 20px solid #FFF;
  border-right: 20px solid #FFF;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-image {
    margin: 0 !important;
  }
}

@media only screen and (max-width: 767px) {
  .about-image {
    margin: 0 !important;
  }

  .sidebar-modal .sidebar-modal-inner {
    width: 100%;
  }
}

@media only screen and (max-width: 575px) {
  .about-image.about-image-2 {
    margin-top: 30px !important;
  }
}

.about-image img {
  width: 100%;
}

/*-- About Content --*/
.about-content.about-content-1 {
  margin-bottom: 50px;
}

.about-content.about-content-2 {
  margin-top: 0px;
  padding-top: 60px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content.about-content-2 {
    padding-top: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-content.about-content-1 {
    margin-bottom: 0;
  }

  .about-content.about-content-2 {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content.about-content-1 {
    margin-bottom: 0;
  }

  .about-content.about-content-2 {
    margin-top: 15px;
  }
}

.about-content h3 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px;
  margin-bottom: 20px;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;*/
  color: #aa956f;

}

.about-content h4 {
  position: relative;
  font-size: 24px;
  margin-bottom: 15px;

}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content h3 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content h3 {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 479px) {
  .about-content h3 {
    font-size: 20px;
  }

  .about-content h3 span {
    font-size: 36px;
  }
}

.about-content p {
  margin-bottom: 20px;
}

.about-content p:last-child {
  margin-bottom: 0;
}

.about-content .btn {
  margin-top: 10px;
}

/*-- About Image Two --*/
.about-image-two {
  position: relative;
}

.about-image-two img {
  width: 100%;
}

.about-image-two a {
  position: absolute;
  z-index: 3;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  height: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  background-color: #ffffff;
  color: #1f2d30;
  border-radius: 50%;
  padding-left: 5px;
}

.about-image-two a i {
  font-size: 40px;
  line-height: 80px;
}

.about-image-two a:hover {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(1.2);
  transform: translateX(-50%) translateY(-50%) scale(1.2);
}

/*-- About Content Two --*/
.about-content-two h1 {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 36px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-content-two h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .about-content-two h1 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .about-content-two h1 {
    font-size: 24px;
  }
}

.about-content-two h4 {
  line-height: 1.5;
  margin-bottom: 25px;
}

.about-content-two p {
  margin-bottom: 20px;
}

.about-content-two p:last-child {
  margin-bottom: 0;
}

.about-content-two .btn {
  margin-top: 10px;
}


/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  padding: 15px 0;
  text-align: center;
}

.clients img {
  max-width: 45%;
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
  filter: grayscale(100);
}

.clients img:hover {
  filter: none;
  transform: scale(1.15);
}

@media (max-width: 768px) {
  .clients img {
    max-width: 40%;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  text-align: center;
  min-height: 320px;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50%;
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #c9e3f5;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 15px 15px 15px;
  padding: 20px;
  background: #f3f9fd;
  position: relative;
  margin-bottom: 35px;
  border-radius: 6px;
}

.testimonials .testimonial-item p::after {
  content: "";
  width: 0;
  height: 0;
  border-top: 20px solid #f3f9fd;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  position: absolute;
  bottom: -20px;
  left: calc(50% - 20px);
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  text-align: center;
  padding: 70px 20px 80px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.05);
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease-in-out 0.3s;
  position: relative;
}

.services .icon-box .icon i {
  font-size: 36px;
  transition: 0.5s;
  position: relative;
}

.services .icon-box .icon svg {
  position: absolute;
  top: 0;
  left: 0;
}

.services .icon-box .icon svg path {
  transition: 0.5s;
  fill: #f5f5f5;
}

.services .icon-box h4 {
  font-weight: 600;
  margin: 10px 0 15px 0;
  font-size: 22px;
}

.services .icon-box h4 a {
  color: #124265;
  transition: ease-in-out 0.3s;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 35px 0 rgba(0, 0, 0, 0.08);
}

.services .iconbox-blue i {
  color: #47aeff;
}

.services .iconbox-blue:hover .icon i {
  color: #fff;
}

.services .iconbox-blue:hover .icon path {
  fill: #47aeff;
}

.services .iconbox-orange i {
  color: #ffa76e;
}

.services .iconbox-orange:hover .icon i {
  color: #fff;
}

.services .iconbox-orange:hover .icon path {
  fill: #ffa76e;
}

.services .iconbox-pink i {
  color: #e80368;
}

.services .iconbox-pink:hover .icon i {
  color: #fff;
}

.services .iconbox-pink:hover .icon path {
  fill: #e80368;
}

.services .iconbox-yellow i {
  color: #ffbb2c;
}

.services .iconbox-yellow:hover .icon i {
  color: #fff;
}

.services .iconbox-yellow:hover .icon path {
  fill: #ffbb2c;
}

.services .iconbox-red i {
  color: #ff5828;
}

.services .iconbox-red:hover .icon i {
  color: #fff;
}

.services .iconbox-red:hover .icon path {
  fill: #ff5828;
}

.services .iconbox-teal i {
  color: #11dbcf;
}

.services .iconbox-teal:hover .icon i {
  color: #fff;
}

.services .iconbox-teal:hover .icon path {
  fill: #11dbcf;
}

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #2487ce;
  background-size: cover;
  padding: 60px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.cta-btn {
  background-color: transparent;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  /*border-radius: 5px;*/
  transition: 0.5s;
  border: 1px solid #00576f;
  color: #00576f;
}

.cta-btn:hover {
  background: #fff;
  color: #2487ce;
  border-color: #2487ce;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #2487ce;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(36, 135, 206, 0.6);
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.portfolio .portfolio-wrap .portfolio-info::before {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 35px;
  left: 35px;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info::after {
  display: block;
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  bottom: 35px;
  right: 35px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: all 0.5s ease 0s;
  z-index: 9994;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: rgba(255, 255, 255, 0.6);
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #fff;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-info::before {
  top: 15px;
  left: 15px;
}

.portfolio .portfolio-wrap:hover .portfolio-info::after {
  bottom: 15px;
  right: 15px;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #2487ce;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #2487ce;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(18, 66, 101, 0.08);
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li+li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 30px;
}

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
#team {
  margin: 50px 0;
}
.section-title2 h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 36px;
  color: #aa956f;
  font-weight: 500;
}
h2,
#feature-properties h2,
.section-title h2 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  text-transform: none;

}
.section-title  ul li {

  text-align: left ;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  /*box-shadow: 0 48px 58px -29px rgba(0, 0, 0, 0.17);
  /*border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);*/
}
.team .member.communes {
  box-shadow: 0 48px 58px -29px rgba(0, 0, 0, 0.17);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
  height: 250px;
}
.team a .member.communes .member-img img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 100vw;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.team   a:hover .member.communes .member-img img {
  transform: translate(-50%, -50%) scale(1.025);
}





a .member .member-img .team-overlay-banner {
  background: rgba(191, 161, 112, 0.7);
  position: absolute;
  top: -100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -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;
}
.member .member-img .team-overlay-banner ul {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}

.member .member-img .team-overlay-banner ul li {
  display: inline-block;
  text-align: center;
}

a .member .member-img .team-overlay-banner ul li  {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.member .member-img .team-overlay-banner .team-overlay-banner ul li a:hover {
  background: #ffffff;
  color: #BFA170;
}

a:hover .member  .team-overlay-banner {
  opacity: 1;
  top: 0;
}




.member.gray-bg .team-content {
  background: #f6f6f6;
}


.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}


.team .member .member-info {
  padding: 25px 15px;
  
}

.team .member .member-info h4 {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 22px;
  color: #9A855C !important;
}

.team .member-info a:hover  {
  color: #2487ce;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info h4 {
  font-family: "lindsey-signature", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 5px;
  font-size: 36px;
  color: #00576f !important;
}
.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 40px 20px;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #124265;
}

.pricing .box h4 {
  font-size: 42px;
  color: #2487ce;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #124265;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px;
  border-radius: 4px;
  color: #2487ce;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-weight: 600;
  transition: 0.3s;
  border: 2px solid #2487ce;
}

.pricing .box .btn-buy:hover {
  background: #2487ce;
  color: #fff;
}

.pricing .featured {
  background: #2487ce;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border: 2px solid #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #2487ce;
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li+li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
  cursor: pointer;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #87c1ea;
}

.faq .faq-list .icon-show,
.faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #2487ce;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #2487ce;
  float: left;
  width: 44px;
  height: 44px;
  background: #e3f0fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}

.contact h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: 42px;
  text-align: center;
  /*margin-bottom: 50px !important;*/
}
.contact .form-control{
  border-radius:0 !important;
}
.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #124265;
}
.read_tcs{
  font-size:12px;
}
.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #217bbc;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #2487ce;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br+br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  border-radius: 4px;
}

.contact .php-email-form input:focus,
.contact .php-email-form textarea:focus {
  border-color: #2487ce;
}

.contact .php-email-form input {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type=submit] {
  background: #2487ce;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: #3194db;
}

.contact .form-control {
  font-weight: 100;
}

.contact textarea {
  min-height: 200px !important;

}

.g-recaptcha {
  transform: scale(0.80);
  transform-origin: 0;
  transform: scale(0.80);
  transform-origin: 0 0;
  -webkit-transform: scale(0.80);
  transform: scale(0.80);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  float: left;
}


@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8fbfe;
  min-height: 40px;
  margin-top: 72px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 58px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #1a5e90;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}


/*--------------------------------------------------------------
# parallax
--------------------------------------------------------------*/
.parallax {
  min-height: 400px;
  padding-top: 0;
  padding-bottom: 200px;
  overflow: hidden;
  position: relative;
  width: 100%;
  background-attachment: fixed;
  background-size: cover !important;
  -moz-background-size: cover !important;
  -webkit-background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: top center !important;
}

.parallax-content {
  background-color: #FFF;
  width: 70%;
  min-height: 300px;
  padding: 30px;
  color: #00576f;
}

.parallax-content2 {
  width: 70%;
  min-height: 300px;
  padding: 30px;
  color: #FFF;
}

.parallax-content h2,
.parallax-content2 h2 {
  font-family: 'Cormorant Garamond', serif;
  font-style: italic;
  font-size: 46px !important;
  text-align: center;
  margin-bottom: 50px;
}
.parallax-content2  .cta-btn {
  background-color: transparent;
  font-weight: 300;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 5px 10px;
  border-radius: 5px;
  transition: 0.5s;
  border: 1px solid #FFF;
  color: #FFF;
}
.parallax-content2  .cta-btn:hover {
  border: 1px solid #589daf;
  color: #589daf;
}

.parallax-content p {
  /*font-family: 'Cormorant Garamond', serif;
  font-style: italic ;*/
}

img.parallax_sticker {
  max-height: 100px;
  position: absolute;
  margin: auto;
  display: block;
  bottom: 5%;
  right: 5%;
  z-index: 100;
}

#map_finistere {
  position: relative;
  margin: 50px 0;
}

#map_finistere .infos_map {
  float: right;
  margin-top: -180px;
  margin-right: 100px;
  width: 300px;
  position: relative;
}

/*******************************************
             Loading
*******************************************/
#loading { background-color: #ffffff; height: 100%; width: 100%; position: fixed; z-index: 1; margin-top: 0px; top: 0px; left: 0px; bottom: 0px; overflow: hidden !important; right: 0px; z-index: 999999; }
#loading-center { width: 100%; height: 100%; position: relative; }
#loading-center img { text-align: center; left: 0; position: absolute; right: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -moz-transform: translateY(-50%); z-index: 99; margin: 0 auto; }
#loading2 { background-color:transparent; height: 100vh; width: 100%;  z-index: 999999; }

/*--------------------------------------------------------------
#property carousel
--------------------------------------------------------------*/
#resultSearch{
  min-height: 100vh;
}

#resultSearch .property-item .property-image.property-image--listing {
  display: block !important;
  position: relative !important;
  overflow: hidden !important;
  width: 100% !important;
  height: 400px !important;
  min-height: 400px !important;
}
/*property-item*/
section#feature-properties {
  padding: 0;
  margin-bottom: 50px;

}

section.properties {
  padding: 40px 0;

}

section#feature-properties .container-fluid {
  --bs-gutter-x: 0;
}

section.properties h2.subtitle {
  font-family: 'Roboto', sans-serif;
  color: #aa956f;
  font-size: 22px;
  ;
}



.property-item h3 {
  /*font-family: 'Roboto', sans-serif;*/
  font-family: 'Cormorant Garamond', serif;
  font-weight: bold;
  font-size: 22px;
  margin: 0;

}

.property-item h3 a {

  color: #09354A;
}

.property-item p {
  margin: 0;
  font-weight: 300;
}

.property-content span.subtitle {
  font-size: 14px;
  margin: 0;
  font-weight: 300;
  text-transform: capitalize;
}

.property-content span.price {
  margin: 0;
  font-weight: 300;
}

.property-item .property-content {
  padding: 20px;
}

.property-item .property-list {
  margin-bottom: 20px;
}

.property-item .property-list ul li {
  border: 1px solid #e3e3e3;
  padding: 2px 5px;
}

/*.property-item .property-content a { font-size: 16px; font-weight: 600; text-transform: uppercase; color: #323232; margin-bottom: 20px; display: block; }*/
/*.property-item .property-content a:hover { color: #BFA170; }*/

.properties .property-item .property-image {
  position: relative;
  overflow: hidden;
  height: 400px;
  min-height: 400px;
  width: 100%;
  background-color: #f3f5f5;
}


.properties .property-item .property-image.large-swiper,
.properties .property-item .property-image .swiper-wrapper,
.properties .property-item .property-image .swiper-slide,
#feature-properties .properties-slider2 .property-item .property-image .swiper-wrapper,
#feature-properties .properties-slider2 .property-item .property-image .swiper-slide {
  width: 100%;
  height: 100%;
  min-height: inherit;
}

.properties .property-item .property-image .swiper-slide,
#feature-properties .properties-slider2 .property-item .property-image .swiper-slide {
  position: relative;
  overflow: hidden;
  flex-shrink: 0;
}



#feature-properties .property-item .property-image {
  position: relative;
  overflow: hidden;
  height: 360px;
}

.properties .property-item .property-image img.mainPic,
.properties .property-item .property-image.large-swiper img.listPic,
#resultSearch .property-item .property-image > img.listPic,
#feature-properties .properties-slider2 .property-item .property-image img.mainPic,
#feature-properties .properties-slider2 .property-item .property-image.large-swiper img.listPic {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  width: 100%;
  /*width: auto;*/
  min-width: 100%;
  max-width: none;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

#resultSearch .property-item .property-image.property-image--listing .listPic-fallback {
  z-index: 0;
}

#resultSearch .property-item .property-image.property-image--listing.swiper-initialized .listPic-fallback {
  display: none;
}

#resultSearch .property-item .property-image.property-image--listing .swiper-wrapper {
  position: relative;
  z-index: 1;
}

#resultSearch .property-item .property-image.large-swiper:not(.swiper-initialized) .swiper-wrapper {
  display: none;
}

#resultSearch .property-item .property-image.large-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}

body > header + .builder.cms-section:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > header + .builder.cms-section:first-of-type > .container-fluid,
body > header + .builder.cms-section:first-of-type > .container-fluid > .row,
body > header + .builder.cms-section:first-of-type > .container-fluid > .row > [class*="col-"] {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body > header + .builder.cms-section:first-of-type #slider {
  margin-top: 0 !important;
}

section.builder[data-layout-section-id="section_widget_3"],
section.builder[data-layout-section-id="section_widget_3"] > .container-fluid,
section.builder[data-layout-section-id="section_widget_3"] > .container-fluid > .row,
section.builder[data-layout-section-id="section_widget_3"] > .container-fluid > .row > [class*="col-"] {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

section.builder[data-layout-section-id="section_widget_3"] + #widget-0,
section.builder[data-layout-section-id="section_widget_3"] + #widget-0 + #footer {
  margin-top: 0 !important;
}

.properties a:hover .property-image  img.mainPic,
.properties a:hover .property-item .property-image.large-swiper .swiper-slide img.listPic,
.properties a:hover .property-image .swiper-slide.swiper-slide-active img {
    /*transform: translate(-50%, -50%) scale(1.025);*/
}

/*.properties .property-item  .property-image { position: relative; height:360px;overflow: hidden; }
.properties .property-item  .property-image img { width: 100%; }*/
/*#feature-properties .properties-slider2 .property-item  .property-image img.mainPic { width: 100%;height: 360px; }
*/
.property-item .property-image .type,
.property-item .property-image .type {
  position: absolute;
  left: 20px;
  top: 20px;
}

.property-item .property-image .type span,
.property-item .property-image .type span {
  padding: 10px 20px;
  background: #BFA170;
  line-height: 18px;
  color: #ffffff;
  font-weight: 600;
}

.property-item .property-image .type span.VO,
.property-item .property-image .type span.VO {
  background: #000;
}

.property-item .property-image .type span.VN,
.property-item .property-image .type span.VN {
  background: #BFA170;
}




.price {
  margin: 10px 0;
}

/*.property-item .property-image { position: relative; overflow: hidden; }*/
.property-item .property-overlay-banner {
  background: rgba(191, 161, 112, 0.7);
  position: absolute;
  top: -100%;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: all 0.5s ease-out 0s;
  -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;
}

.property-item .property-overlay-banner ul {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
}

.property-item .property-overlay-banner ul li {
  display: inline-block;
  text-align: center;
}

.property-item .property-overlay-banner ul li a {
  background: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
}

.property-item .property-overlay-banner ul li a:hover {
  background: #ffffff;
  color: #BFA170;
}

.property-item:hover .property-overlay-banner {
  opacity: 1;
  top: 0;
}

.property-item .property-content h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  display: block;
}

a .property-item .property-content h3,
a .property-item .property-content span,
a .property-item .property-content h4,
a .property-item .property-content p {
  color: #00576f;
}

.prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 30px;
  height: 30px;
  margin: auto;
  color: white;
  font-size: 45px;
  z-index: 1000;
}

.next {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: auto;
  color: white;
  font-size: 45px;
  z-index: 100000000 !important;

}

.properties-slider .prev {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 30px;
  height: 30px;
  margin: 100px 0 0 0;
  color: white;
  font-size: 45px;
  z-index: 1000;
}

.properties-slider .next {
  content: ">";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 30px;
  height: 30px;
  margin: 100px 0 0 0;
  color: white;
  font-size: 45px;
  z-index: 100000000 !important;
  background-color: #000;
}

.label-status {
  position: absolute;
  top: 30px;
  right: 0;
  z-index: 30;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;

}

.label-status img {
  width: 140px;
  max-width: 140px;
  height: auto;
  display: block;
  float: none;
  clear: none;
}

section.builder .property-image .label-status img,
.properties .property-item .property-image .label-status img,
#resultSearch .property-item .property-image .label-status img,
#feature-properties .property-item .property-image .label-status img {
  width: 140px !important;
  max-width: 140px !important;
  height: auto !important;
  object-fit: contain !important;
}

.label-status.label-exclusif,
.label-status.label-compromis,
.label-status.label-sous-offre,
.label-status.label-vendu,
.label-status.label-viager {
  right: 0;
  height: auto;
  min-height: 40px;
  padding: 10px 18px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 0;
}

.label-status.label-exclusif {
  background: #050f1d;
}

.label-status.label-compromis,
.label-status.label-sous-offre,
.label-status.label-vendu,
.label-status.label-viager {
  background: #bc272b;
}
.type_picto  {
  position: absolute;
  left: 0;
  top: 30px;
  z-index: 100000;

}

.type_picto span.sticker{
  padding: 10px 20px;
  background: #bc272b;
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
  display: block;
  float:left;
  clear: both;
  text-transform: uppercase;
  margin-bottom: 10px;
  min-height: 40px; 
  width: auto;

}



#right_detail{
  position: relative;
}
#right_detail > img.badge2 {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
 /* display: block;
  float: right;*/
  z-index: 10;

}


.swiper-button-next {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  right: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -40px;
  width: 45px;
  height: 45px;
  transform: translateY(-50%);
  margin-top: 0px;
}

/*.swiper-slide img { height: 300px}*/

#feature-properties .swiper-container {
  width: 100%;
}

#feature-properties .swiper-wrapper {
  width: 50%;
}

#feature-properties .swiper-slide {
  width: auto;
}

#feature-properties .properties-slider .slide-image {
  height: 200px;
  width: 100%;
}

#feature-properties .slide-image {
  height: 200px;
  width: auto;
}

.property-slider {
  height: 100%;
  width: 100%;
  float: left;
}




/*.swiper-slide {
    position: relative;
    overflow: hidden;
    height: 360px;
  }*/
/*.swiper-slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  height: 100%;
  width: auto;
  min-width: 100%;
  max-width: 100vw;
  object-fit: cover;
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}*/



.advert {
  position: absolute;
  margin: auto;
  background-color: #FFF;
  padding: 30px;
  width: 80%;


}

.advert h5 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: 200;
  font-size: 22px;
  margin-top: 0.5rem;
  text-align: center;
}

.advert h5 strong {
  text-transform: uppercase !important;
  color: #BFA170 !important;
}

.advert p {
  text-align: center;
  line-height: 20px;
  margin-top: 10px;
  font-size: 14px;
}

.gold {
  color: #aa956f;

}

.advert .cta-btn {
  padding: 5px 10px;
  margin-top: 20px;
}

.search-bottom {
  margin: 20px 0;
  width: 100%;
  clear: both;
  display: inline-block;
  text-transform: uppercase;
}

.search-bottom p.title {
  width: auto;
  display: inline-block;
}

.search-bottom .buttons {
  float: right;
}

.search-bottom .buttons a {
  color: #00576f;
}

.search-bottom .buttons .form-control {
  width: auto;
  display: inline-block;
  background-color: transparent;
  border: none;
  color: #00576f;
  text-transform: uppercase;
}

.search-bottom optgroup {
  color: #000 !important;
}

select#sortByOrder optgroup,select#sortByOrder option {
  color: #000 !important;
}

.properties ul.list-group li.list-group-item ul li .form-check {
  margin-bottom: 8px;
}

.properties ul.list-group li.list-group-item ul li .form-check .form-check-label {
  padding-left: 0;
}

.properties ul.list-group .checkbox label {
  line-height: 22px;
  padding-left: 22px;
}

.properties .list-group-item {
  border-left: 0;
  border-right: 0;
  padding: 13px 15px;
}

.properties .list-group-item:last-child {
  border-bottom: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.list-group-item:first-child {
  border-radius: 0px;
}

.properties ul li a.current .fa-angle-down {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*widget-search*/
.properties h4 {
  font-family: 'Roboto', sans-serif;
  /*text-transform: capitalize;*/
}

.properties .price-search {
  position: relative;
}

.properties .price-search input {
  padding-right: 30px;
  color: #323232;
  height: 45px;
  border-color: #f6f6f6;
  background: #f6f6f6;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}

.properties .price-search input:focus {
  background: transparent;
}

.properties .price-search i {
  position: absolute;
  right: 0px;
  padding: 16px 12px;
  font-size: 14px;
  color: #626262;
  cursor: pointer;
}

.properties .price-search input:focus {
  border-color: #BFA170;
}

.properties .price-search span {
  margin-bottom: 10px;
  color: #000;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
}

.properties .pagination-nav {
  margin-top: 30px;
}

.pagination-nav .pagination li {
  display: flex;
}

.pagination-nav .pagination li a {
  border: 1px solid #ddd;
}

/*pagination-nav*/
.pagination {
  margin: 30px;
}

.pagination li a {
  font-size: 15px;
  font-weight: 500;
  margin: 0 5px;
  color: #626262;
  border-radius: 0px;
}

.pagination>li>a,
.pagination>li>span {
  padding: 8px 16px;
  border-color: #e3e3e3;
  border-radius: 0px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span,
.pagination>li:first-child>a,
.pagination>li:first-child>span {
  border-radius: 0px;
}

.pagination li a:focus,
.pagination li a:hover,
.pagination li span:focus,
.pagination li span:hover {
  background-color: #BFA170;
  border-color: #BFA170;
  color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
  background-color: #BFA170;
  border-color: #BFA170;
  color: #fff;
}

.btn {
  --bs-btn-border-radius: none;
  font-size: 14px;
  padding: 10px 25px;
}

.btn-primary {
  background-color: #04465E;
  color: #FFF;
  border: none;
  text-transform: uppercase;
}

.btn-primary:hover {
  background-color: #2b6074;
  color: #FFF;
  border: none;
}

.btn-secondary {
  background-color: #04465E;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: uppercase;
}

.btn-secondary:hover {
  background-color: #2b6074;
  color: #FFF;
  border: 1px solid #FFF;

}

.btn-light {
  font-size: 14px;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #FFF;
  text-transform: uppercase;
  font-weight: 300;
}

.btn-light:hover {
  background-color: #BFA170;
  color: #FFF;
  border: none;
}

#sortBy .btn-light {
  background-color: transparent;
  color: #BFA170;
  border: 1px solid #BFA170;
  text-transform: uppercase;
  font-weight: 300;
}

.btn-light:hover {
  background-color: #BFA170;
  color: #FFF;
  border: none;
}


/*--------------------------------------------------------------
#spacing
--------------------------------------------------------------*/


.mt-15 {
  margin-top: 15px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-50 {
  padding: 50px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.px-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.pt-30 {
  padding-top: 30px;
}

.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0;
}

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-padding-100-50 {
  padding-top: 100px;
  padding-bottom: 50px;
}

.section-padding-80-0 {
  padding-top: 80px;
  padding-bottom: 0;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #09354A;
  font-size: 14px;
  background: #EBE6E6;
  box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #EBE6E6;
}



#footer .footer-top .footer-contact {
  margin-bottom: 30px;
  text-align: left;
  padding: 2px 30px;

}

.footer-contact.border-start {
  border-left: 0.5px var(--bs-border-style) #acb7bd !important;
}

#footer .footer-top .footer-contact h3 {
  font-family: 'Roboto', sans-serif;

  font-size: 16px;
  margin: 0 0 10px 0;
  padding: 2px 0;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;

}

#footer .top1 h3 {
  font-family: "garamond-premier-pro", serif !important;
  font-weight: 200 !important;
  font-style: italic !important;
  font-size: 24px !important;
  margin: -15px 0 0 0 !important;
  text-transform: none !important;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #09354A;
}

#footer .footer-top h4 {
  font-family: 'Roboto', sans-serif;

  font-size: 16px;
  font-weight: 400;
  color: #09354A;
  position: relative;
  padding-bottom: 0;
  text-transform: uppercase;
  margin: 15px 0 0 0;
}

#footer .footer-top .footer-contact ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-contact ul i {
  padding-right: 2px;
  color: #2487ce;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-contact ul li {
  padding: 6px 0;
  display: flex;
  align-items: center;
  text-align: left;
}

#footer .footer-top .footer-contact ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-contact ul a {
  color: #09354A;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-contact ul a:hover {
  text-decoration: none;
  color: #2487ce;
}

#footer .footer-newsletter {
  font-size: 15px;
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 5px;
  text-align: left;
  border: 1px solid #cde5f6;
}

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: -1px;
  right: -2px;
  bottom: -1px;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px 2px 20px;
  background: #2487ce;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 5px 5px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: #3194db;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .social-links {
  display: inline-block;
  margin-top: -20px;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #09354A;
  color: #fff;
  line-height: 1;
  padding: 4px 0;
  margin-right: 4px;
  border-radius: 60px;
  text-align: center;
  width: 26px;
  height: 26px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #3194db;
  color: #fff;
  text-decoration: none;
}

#footer .credits {
  display: inline-block;
  padding-top: 5px;
  font-size: 13px;
  color: #09354A;
  margin: 0;
}

#footer .credits ul li {
  display: inline-block;
  margin-right: 20px;
}

#footer .footer-client-session {
  white-space: nowrap;
}

#footer .footer-client-session__name {
  font-weight: 700;
  margin-right: 8px;
}

#footer .footer-client-session__logout i {
  margin-right: 4px;
}



/** Search start **/
#search-style-2 {
  transition: all 0.4s;
  position: absolute;
  bottom: -85px;
  width: 100%;
  z-index: 1;
}

#search-style-2 .search-button {
  padding: 12.5px 26px;
}

#search-style-1 {
  transition: all 0.4s;
}

.ssa2 {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, .12);
  background: #fff;
  padding: 30px 30px 10px;
  z-index: 999;
}

.ssa2 .form-group {
  margin-bottom: 20px;
}

.ssa2 .range-slider {
  margin-top: 10px;
}

.ssa2 .search-fields {
  background: #fff;
  border: 1px solid #fff !important;
}

.ssa2 .dropdown-toggle::after {
  right: 12px;
  top: 55%;
}

#search-style-1 .search-fields {
  border: 1px solid #fff;
}

.search-area {
  display: none;
  width: 100%;
  bottom: 80px;
  text-align: left;
  z-index: 999;
  padding: 30px 0 15px;
}

.search-area-2 {
  padding: 30px 0 0;
}

.carousel-control-next,
.carousel-control-prev {
  color: #fff;
  opacity: 1;
}

.bg-grea {
  background: #e6e6e6;
}

.bg-grea-2 {
  background: #fff;
}

.bg-grea-3 {
  background: #f3f3f3;
}

.bg-grea-4 {
  background: #f3f3f3 !important;
}

.bg-grea-5 {
  background: #fff9f7 !important;
}

.search-area-inner {
  margin: 0 auto;
}

.search-contents {
  border-radius: 4px;
  transition: 0.9s ease-out;
}

.show-search-area {
  z-index: 9999;
  . search-contents transition: all 0.4 s;
  display: block;
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
  font-size: 13px;
  color: #777;
  font-weight: 400;
}

.search-options-btn,
.search-options-btn:hover {
  padding: 10px 20px 8px 20px;
  font-size: 14px;
  font-weight: 500;
  color: #FFF !important;
  cursor: pointer;
  z-index: 0;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 10px;
  border-radius: 3px;
}

.search-options-btn,
.search-options-btn i {
  margin-left: 0;
}

.search-options-btn .search-options {
  float: left;
}

.search-options-btn .icon {
  float: left;
  font-weight: 400;
  margin-left: 4px;
}

.search-area label {
  font-size: 12px;
  color: #555;
  font-weight: 500;
}

.search-area .form-group {
  margin-bottom: 15px;
}

.search-area .range-slider {
  margin-top: 10px;
}

.search-fields {
  background: #fff;
  min-height: 45px;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  border: 1px solid #dbdbdb;
  padding: 0;
}

.form-control {
  padding-left: 15px;
}

.search-fields button {
  border-radius: 1px;
  box-shadow: none;
  border: none;
  background: #fff !important;
}

.search-button {
  cursor: pointer;
  padding: 15px 26px;
  font-size: 16px;
  font-weight: 600;
  color: #FFF;
  transition: .5s;
  border-radius: 3px;
  border: none;
  width: 100%;
  outline: none;
}

.search-button:hover {
  color: #fff;
}

.inline-search-area {
  max-width: 100%;
  padding: 0;
  margin: 0;
  background-color: #00576f;
  border: 1px solid #v;
}

.inline-search-area .search-col {
  padding: 0;
  position: relative;
}

.inline-search-area .icon-append {
  color: #949494;
  font-size: 15px;
  left: 10px;
  position: absolute;
  top: 18px;
}

.inline-search-area .search-col:first-child .form-control {
  border-radius: 3px 0 0 3px;
}

.inline-search-area .search-col .form-control,
.inline-search-area button.btn-search {
  border-radius: 0;
  border: 0;
  height: 56px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500 !important;
  color: #777;
}

.inline-search-area .search-col .form-control {
  padding-top: 12px;
}

.inline-search-area button.btn-search {
  padding-top: 10px;
}

.inline-search-area .btn-search {
  border-radius: 0 3px 3px 0 !important;
  margin: 0;
}

.inline-search-area .btn-search strong {
  color: #fff;
  text-transform: uppercase;
  margin-left: 5px;
}

.inline-search-area .search-fields,
.inline-search-area .search-fields:hover {
  border-radius: 0;
  border: solid 1px #fff;
  padding: 0 !important;
  left: 0px !important;
}

.inline-search-area .btn-light {
  font-size: 14px;
  background-color: transparent;
  color: #FFF;
  border: 1px solid #00576f;
  text-transform: uppercase;
  font-weight: 300;
}

.bootstrap-select>.dropdown-toggle.bs-placeholder,
.bootstrap-select>.dropdown-toggle.bs-placeholder:active,
.bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
.bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #FFF !important;
}

#clientForm .bootstrap-select>.dropdown-toggle.bs-placeholder,
#clientForm .bootstrap-select>.dropdown-toggle.bs-placeholder:active,
#clientForm .bootstrap-select>.dropdown-toggle.bs-placeholder:focus,
#clientForm .bootstrap-select>.dropdown-toggle.bs-placeholder:hover {
  color: #00576f !important;
}
#clientForm .btn-light {
  font-size: 14px;
  background-color: transparent;
  color: #00576f;
  border: var(--bs-border-width) solid var(--bs-border-color);
  text-transform: uppercase;
  font-weight: 300;
}
.inline-search-area .bootstrap-select button,
.inline-search-area input {
  padding: 14px 15px 16px 15px !important;
  height: 54px;
  line-height: 54px;
  border-radius: 0;
  margin: 0 !important;
  background-color: #00576f;
  color: #FFF !important;
}

.inline-search-area input {
  border: none;
  text-transform: uppercase;
  color: #FFF !important;
  font-weight: 300;
  font-size: 14px;
}

input::placeholder {
  color: #FFF !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}

.inline-search-area .dropdown-toggle::after {
  right: 12px;
  top: 27px;
  position: absolute;
}

.inline-search-area .btn-light:hover {
  color: #777;
}

.inline-search-area .bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  top: 0;
  padding: 0 12px;
}

.isa-2 {
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.isa-3 {
  display: none;
}

.inline-search-area .isa-5 {
  display: inline;
  width: 100%;
  max-width: 950px !important;
  padding: 0;
  margin: 0 auto;
}

.inline-search-area.isa-5 .bootstrap-select button {
  padding: 14px 25px 16px 20px !important;
  border-radius: 3px !important;
}

.inline-search-area.isa-5 .search-fields {
  border-radius: 3px;
  font-weight: 500;
}

.inline-search-area.isa-5 .btn-search {
  border-radius: 3px !important;
}

.inline-search-area.isa-5 .sf {
  height: 56px;
  padding: 0 20px !important;
  color: #545454 !important;
}

.inline-search-area.isa-5 .bootstrap-select button {
  color: #797979 !important;
  font-weight: 500;
}

.inline-search-area.isa-5 .btn-search {
  font-size: 14px !important;
}

.isa-6 {
  background: #fff;
  padding: 30px;
  max-width: 320px;
  margin-left: auto;
  border-radius: 0;
}

.isa-6 .search-fields {
  margin-bottom: 15px;
}

.isa-6 strong {
  color: #fff;
}

.isa-6 .dropdown-toggle::after {
  right: 12px;
  transform: translateY(-50%);
}

.isa-6 .btn {
  height: 45px;
  font-weight: 500 !important;
}

.isa-6 .btn i {
  margin-right: 3px;
}

.bi-2 {
  margin-top: 100px;
  text-align: left;
}

.bi-3 {
  margin-top: 100px;
}

.bi-4 {
  margin-top: 50px;
}

/* google map  */
#map,
.page_map {
  min-height: 450px;
  display: flex;
  height: 100%;
  width: 100%;
}
.mapProperties #map{
  min-height: 650px;

}
#map img,
.page_map img {
  max-width: inherit;
}

#map p,
.page_map p {
  line-height: 1.3;
  margin-bottom: 0;
}

#map .map_marker_description,
.page_map .map_marker_description {
  padding: 10px 5px 5px;
}

#map .map_marker_icon,
.page_map .map_marker_icon {
  display: none;
}

.uppercase {
  text-transform: uppercase;
}

hr.style1 {
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin: 0 0 30px 0;
  float: left;
  clear: both;
}

/* Marker tweaks */
.img-wrap {
  float: left;
  width: 100%;
  height: 180px;
  overflow: hidden;
  margin: 0 0 10px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.mapboxgl-popup {
  font-family: 'Open Sans', sans-serif;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  min-width: 300px !important;
  max-width: 600px !important;
}

.mapProperties .mapboxgl-popup-content {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  max-width: 600px !important;
  height: 300px;
  overflow-y: scroll;
  text
}
.mapProperties .mapboxgl-popup-content {
  text-align: left ;
}
.marker {
  background-image: url('../img/marker.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  border-radius: 0;
  cursor: pointer;
}

.map .mapboxgl-marker.marker,
.mapboxgl-marker.marker.esprit-map-marker {
  background-image: url('../img/marker.png') !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 0 !important;
}

.mapboxgl-popup-close-button {
  background-color: #0c5267 !important;
  color: #FFF;
  border: 0 !important;
  border-radius: 0 !important;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

/*.mapboxgl-popup {
  transform: none !important;
  top: 25%;
  left: 10px;
}*/

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-center .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip,
.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  display: none !important;
}

/*
property detail
*/
#property_detail {
  position: relative;
  margin-top: -250px;
  z-index: 996;
}

#property_detail h1 {
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
  font-size: 40px;
}

#property_detail h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 22px;
}

#property_detail p {
  text-align: justify;
}

#property_detail .price {
  font-size: 20px;
}

#property_detail .exclu h3:first-of-type:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 80px;
  background: url("../img/icon_exclusivite.webp") no-repeat;
  background-size: contain;
  float: left;
  margin: 0 15px 0 0;

}

#property_detail #left_detail {
  margin-top: 250px;
}

#property_detail #right_detail {
  background-color: #04465D;
  padding: 30px;
  color: #FFF;

  width: 100%;
  min-height: 500px;
  z-index: 1500;
}

#property_detail #right_detail ul.features,
.sidebar-about ul.features {
  list-style: none;
  margin-top: 40px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  text-indent: 15px;
}

#property_detail #right_detail ul.features li,
.sidebar-about ul.features li {
  height: 45px;
  vertical-align: top;
  left: 0px;
  text-align: left;
  clear: both;
  margin: 0px;
  margin-right: 0px;
  padding-right: 0px;
}

#property_detail #right_detail li.terrain:before,
.sidebar-about li.terrain:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/picto_terrain.webp") no-repeat;
  background-size: contain;
  float: left;
  margin: -10px 5px 0 0;
}

#property_detail #right_detail li.cube:before,
.sidebar-about li.cube:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/picto_cube.webp") no-repeat;
  background-size: contain;
  float: left;
  margin: -10px 5px 0 0;
}

#property_detail #right_detail li.pieces:before,
.sidebar-about li.pieces:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../img/picto_pieces.webp") no-repeat;
  background-size: contain;
  float: left;
  margin: 0px 5px 0 5px;
}

#property_detail #right_detail li.bedrooms:before,
.sidebar-about li.bedrooms:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("../img/picto_chambres.webp") no-repeat;
  background-size: contain;
  float: left;
  margin: -3px 5px 0 0;
}

/*#property_detail .exclu p:first-of-type::first-letter{
  color: hotpink;
  padding: 0 .3rem;
  margin: 0 .3rem 0 0;
  border: 2px solid;
  border-radius: 8px;
  font-family: "IBM Plex Mono", monospace;

  font-size: 4rem;
  float: left;
  line-height: 1;
}*/

#property_detail #right_detail_bottom {
  padding: 60px 40px 40px 40px;
  width: 100%;
}

#property_detail #right_detail_bottom h4 {
  color: #aa956f;
  margin-bottom: 30px;

}




.g-6,
.gx-6 {
  --bs-gutter-x: 4.5rem;
}

.g-6,
.gy-6 {
  --bs-gutter-y: 4.5rem;
}

@media (min-width: 576px) {

  .g-sm-6,
  .gx-sm-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-sm-6,
  .gy-sm-6 {
    --bs-gutter-y: 4.5rem;
  }
}

@media (min-width: 768px) {

  .g-md-6,
  .gx-md-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-md-6,
  .gy-md-6 {
    --bs-gutter-y: 4.5rem;
  }
}

@media (min-width: 992px) {

  .g-lg-6,
  .gx-lg-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-lg-6,
  .gy-lg-6 {
    --bs-gutter-y: 4.5rem;
  }
}

@media (min-width: 1200px) {

  .g-xl-6,
  .gx-xl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xl-6,
  .gy-xl-6 {
    --bs-gutter-y: 4.5rem;
  }
}

@media (min-width: 1400px) {

  .g-xxl-6,
  .gx-xxl-6 {
    --bs-gutter-x: 4.5rem;
  }

  .g-xxl-6,
  .gy-xxl-6 {
    --bs-gutter-y: 4.5rem;
  }
}

.py-6 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

@media (min-width: 576px) {
  .py-sm-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 768px) {
  .py-md-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 992px) {
  .py-lg-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 1200px) {
  .py-xl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

@media (min-width: 1400px) {
  .py-xxl-6 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }
}

.hcf-masonry-card {
  display: block;
  position: relative;
  overflow: hidden;
}

.hcf-masonry-card .card-img {
  object-fit: cover;
  transform: scale(1);
  transition: transform 150ms linear;
}

.hcf-masonry-card .card-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.hcf-masonry-card .card-overlay .card-title {
  display: inline-block;
  transform: translateY(10px);
  opacity: 0;
}

.hcf-masonry-card .card-overlay .card-category {
  transform: translateY(10px);
  opacity: 0;
}

.hcf-masonry-card:hover .card-img {
  transform: scale(1.05);
  transition: transform 150ms linear;
}

.hcf-masonry-card:hover .card-overlay {
  opacity: 1;
  transition: opacity 150ms linear;
}

.hcf-masonry-card:hover .card-overlay .card-title {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.1s, opacity 150ms linear 0.1s;
}

.hcf-masonry-card:hover .card-overlay .card-category {
  opacity: 1;
  transform: translateY(0);
  transition: transform 150ms linear 0.2s, opacity 150ms linear 0.2s;
}

/*MAP*/
section.map {
  margin: 50px;
}



====================================================================
	Team Section
====================================================================

***/

.team-section{
	position: relative;
	padding: 100px 0px;
}

.team-section .title-row .sec-title{
	position: relative;
	margin-bottom: 40px;
}

.team-block{
	position: relative;
	margin-bottom: 30px;
}

.owl-theme .team-block{
	margin-bottom: 0;
}

.team-block .inner-box{
	position: relative;
	display: block;
	padding-bottom: 45px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.team-block .image-box{
	position: relative;
	display: block;
	overflow: hidden;
}

.team-block .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(6,17,56,0.90);
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	opacity: 0;
	z-index: 1;
}

.team-block:hover .image-box:before{
	opacity: 1;
}

.team-block .image-box img{
	position: relative;
	display: block;
	width: 100%;
}

.team-block .lower-box{
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	padding: 0px 20px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}

.team-block .lower-content{
	position: relative;
	display: block;
	float: right;
	width: 100%;
	max-width: 200px;
	background: #ffffff;
	padding: 25px 20px 22px;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.15);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.team-block:hover .lower-content{
	padding-bottom: 105px;
	background: #d5ae82;
}

.team-block .lower-content:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: #ffffff;
	border-top: 1px solid #e5e5e5;
}

.team-block:hover .lower-content:before{
	bottom: 0;
	height: 4px;
	background: #d5ae82;
	border-top-color: #ffffff;
	border-top-width: 2px;
}

.team-block .lower-content h4{
	position: relative;
	color: #061138;
	font-size: 22px;
	line-height: 1.3em;
	text-transform: capitalize;
	margin: 0;
}

.team-block .lower-content h4 a{
	color: #061138;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.team-block:hover .lower-content h4 a{
	color: #ffffff;
}

.team-block .lower-content h4 a:hover{
	color: #ffffff;
	text-decoration: underline;
}

.team-block .lower-content .designation{
	position: relative;
	display: block;
	color: #7f8a99;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
}

.team-block:hover .lower-content .designation{
	color: #ffffff;
}

.team-block .social-links{
	position:absolute;
	left: 0;
	bottom: 25px;
	width: 100%;
	padding: 0 20px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition:all 0.2s ease;
	-moz-transition:all 0.2s ease;
	-ms-transition:all 0.2s ease;
	-o-transition:all 0.2s ease;
	transition:all 0.2s ease;
}

.team-block:hover .social-links{
	opacity: 1;
	visibility: visible;
	-webkit-transition:all 0.5s ease 300ms;
	-moz-transition:all 0.5s ease 300ms;
	-ms-transition:all 0.5s ease 300ms;
	-o-transition:all 0.5s ease 300ms;
	transition:all 0.5s ease 300ms;
}

.team-block .social-links ul{
	position:relative;
	padding: 20px 0px 0px;
	text-align: center;
	border-top: 1px solid #bf9c75;
}

.team-block .social-links li{
	position: relative;
	display: inline-block;
	margin: 0px 4px;
	line-height: 44px;
}

.team-block .social-links li a{
	position: relative;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #bf9c75;
	color: #ffffff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}

.team-block .social-links li a:hover{
	color: #bf9c75;
	background: #ffffff;
}

.team-section .carousel-box{
	position: relative;
}

.team-section .owl-theme .owl-dots{
	display: none;
}

.team-section .owl-theme .owl-nav{
	position: absolute;
	right: 0;
	top: -125px;
	margin: 0;
}

.team-section .owl-theme .owl-nav .owl-next,
.team-section .owl-theme .owl-nav .owl-prev{
	position: relative;
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
	background: none;
	height: 70px;
	width: 70px;
	border: none; 
	text-align: center;
	line-height: 68px;
	border: 1px solid rgba(0,0,0,.10);
	color: #acb7c6;
	font-size: 24px;
	border-radius: 0;
	opacity: 1;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.team-section .owl-nav .owl-prev:hover, 
.team-section .owl-nav .owl-next:hover{
	color: #d5ae82;
	border-color: #d5ae82;
}

.team-section .see-all{
	position: relative;
	display: block;
	text-align: center;
	padding-top: 10px;
}


.equipe{
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  margin-bottom: 30px;
  margin-bottom: 30px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);
  box-shadow: 0px 4px 25px rgba(79, 139, 173, 0.15);}

.equipe:hover{
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.equipe .photo {
  position: relative;
}

.equipe .photo img {
  width: 100%;
}

.equipe .photo .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(36, 135, 206, 0.6);
  padding: 8px;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transition: all 500ms ease 0s;
}

.equipe .photo .overlay .border {
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  display: flex;
  display: -webkit-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}

.equipe .photo .overlay .border .icon-holder {
  width: 50px;
  height: 50px;
  background: #fff;
  margin: 4px;
  border-radius: 50%;
  transition: all 500ms ease 0s;
}

.equipe .photo .overlay .border .icon-holder a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #272727;
  border-radius: 50%;
  line-height: 50px;
  transition: all 500ms ease 0s;
  background: #fff;
}

.equipe .photo .overlay .border .icon-holder a i{
  line-height: 50px!important;
}

.equipe .content {
  margin-top: 15px;
  transition: .5s;
  padding: 15px;
  text-align: center;
}

.equipe .content h4 {
 margin-bottom: 3px;
}

.equipe .content h4 a{
  font-size: 21px;
  font-weight: 400;
}

.equipe .content p {
  font-size: 15px;
  margin-bottom: 0;
}

.equipe:hover .photo .overlay {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
