@charset "UTF-8";


body {
  font-size: 20px;
  line-height: 1.5;
  font-family: 'satoshiregular';
  color: #777777;
}

p {
  color: #254a6d;
}

b {
  font-family: 'satoshibold';
}


a {
  display: inline-block;
  transition: all 0.5s;
  text-decoration: none;
}

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

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

.mt-25 {
  margin-top: 25px;
}

.text-14 {
  font-size: 14px;
}

.text-16 {
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: 'satoshiregular';
  line-height: 1.4;
  color: #535353;
}

.text-24 {
  font-size: 24px;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

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

.mb-40 {
  margin-bottom: 40px;
}

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

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

.h-500 {
  height: 500px;
}

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

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

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

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

.pl-64 {
  padding-left: 64px !important;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.margin-auto {
  margin: 0 auto;
}

.section-bg {
  background-color: #fbf3e9 !important;
}

/*================================
Default Btn Style 
===================================*/
.default-btn {
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
}

.default-btn i {
  font-size: 20px;
  position: relative;
  top: 3px;
}

.default-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #0d104c;
  border: 1px solid #0d104c;
}

.default-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.default-btn.active {
  margin-left: 20px;
  color: #ffffff;
  background-color: transparent;
  overflow: hidden;
}

.default-btn.active::before {
  background-color: #5ad8e8 !important;
}

.default-btn.active::after {
  background-color: #5ad8e8 !important;
}

.default-btn.active:hover {
  color: #ffffff;
}

.default-btn.active:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.default-btn.active:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.default-bg-buttercup {
  background-color: #5ad8e8;
  color: #ffffff;
}

.default-regal-blue {
  background-color: #0d104c !important;
  color: #ffffff;
}

.default-sante-fe {
  background-color: #b56953 !important;
  color: #ffffff;
}

.default-dark-blue {
  background-color: #0d104c !important;
  color: #ffffff;
}

.default-hot-toddy {
  background-color: #0d104c !important;
  color: #5ad8e8;
  border: 1px solid transparent;
}

/*================================
Default Btn Style End
===================================*/
/*================================
Section Title Style 
===================================*/
.section-title span {
  color: #0d104c;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}

.section-title h2 {
  font-size: 60px;
  font-family: 'satoshiregular';
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 600px;
  color: #535353
}

.section-title h2 b {
  color: #5ad8e8;
  font-weight: 500;
  font-style: italic;
}

.section-title p {
  padding-top: 15px;
  max-width: 450px;
  margin-bottom: 0;
}

.section-title-two span {
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  margin-left: 50px;
}

.section-title-two span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
}

.section-title-two h2 {
  font-size: 60px;
  font-family: 'satoshiregular';
  font-weight: 700;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 510px;
  color: #535353;
}

.section-title-two h2 b {
  font-weight: 500;
  font-style: italic;
}

.section-title-two p {
  padding-top: 15px;
  /* max-width: 450px; */
  margin-bottom: 0;
}

.section-color {
  color: #b56953;
}

.section-span-bg {
  position: relative;
  color: #b56953;
}

.section-span-bg::before {
  content: "";
  position: absolute;
  background-color: #b56953;
}

.section-span-bg2 {
  position: relative;
  color: #5ad8e8;
}

.section-span-bg2::before {
  content: "";
  position: absolute;
  background-color: #5ad8e8;
}

.section-color2 {
  color: #5ad8e8 !important;
}

.section-span-white {
  position: relative;
  color: #ffffff;
}

.section-span-white::before {
  content: "";
  position: absolute;
  background-color: #ffffff;
}

.section-white {
  color: #ffffff !important;
}

/*================================
Section Title Style End
===================================*/
.top-header {
  background-color: #0d104c;
  padding-top: 20px;
  padding-bottom: 14px;
}

.top-header .top-header-left {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header .top-header-left li {
  display: inline-block;
  margin-right: 20px;
}

.top-header .top-header-left li a {
  color: #ffffff;
  margin-bottom: 0;
}

.top-header .top-header-right {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-header .top-header-right li {
  display: inline-block;
  color: #acbee8;
  margin-left: 65px;
}

.top-header .top-header-right li i {
  color: #8390b0;
  margin-right: 10px;
  font-size: 18px;
}

.top-header .top-header-right li a {
  color: #acbee8;
}

/*=================================
Navbar Area
====================================*/
.navbar-area {
  background-color: transparent;
  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: 5px 0;
}

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

/* Main nav */
.main-nav {
  position: inherit;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

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

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

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


.main-nav nav .navbar-nav .nav-item a i {
  line-height: 0;
  position: relative;
  top: 3px;
  font-size: 18px;
}

.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item a :focus {
  color: #5ad8e8 !important;
}

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

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

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  color: #fff;
  padding: 5px 0px;
  /* background-color: #ffffff !important; */
}

.navbar-area.sticky-nav .main-nav nav .navbar-nav .nav-item a {
  color: #23266d;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  /* border-bottom:1px solid #23266d; */
}

.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: capitalize;
  color: #0d104c !important;
  position: relative;
  transition: 0.7s;
  font-weight: 400;
  height: 100%;
  display: flex;
  align-items: center;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: 0.25rem;
  color: #5ad8e8 !important;
}

.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: #5ad8e8 !important;
  margin-left: 5px;
  border-radius: 0.25rem;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: #5ad8e8 !important;
}

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

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

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

.top-nav nav .navbar-nav .nav-item:hover a,
.top-nav nav .navbar-nav .nav-item .active {
  color: #b56953 !important;
}

.top-nav nav .navbar-nav .nav-item a:hover,
.top-nav nav .navbar-nav .nav-item a :focus {
  color: #b56953 !important;
}

.top-nav nav .navbar-nav .nav-item a.active {
  color: #b56953 !important;
}

.oftop-nav {
  position: absolute;
  background-color: rgba(222, 235, 247, 0.514);
  top: 50px;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
  max-width: 1400px;
  margin: 0 auto;
  right: 0;
  box-shadow: 1px 2px 3px rgb(14 16 76 / 24%);
}

.oftop-nav nav .navbar-nav .nav-item:hover a,
.oftop-nav nav .navbar-nav .nav-item .active {
  color: #5ad8e8 !important;

}

.oftop-nav nav .navbar-nav .nav-item a {
  /* color: #0d104c !important; */
  padding: 10px 15px;
}

.oftop-nav nav .navbar-nav .nav-item a:hover,
.oftop-nav nav .navbar-nav .nav-item a :focus {
  color: #5ad8e8 !important;
}

.oftop-nav nav .navbar-nav .nav-item a.active {
  color: #5ad8e8 !important;
  background: #0e104c;
  padding: 10px 15px;
}

.sticky-nav .nav-item a.active {
  color: #5ad8e8 !important;
}

.side-btn-area {
  display: inline-block;
}

.side-btn-area .call-btn {
  font-size: 18px;
  color: #0d104c;
  margin-right: 20px;
  display: inline-block;
}

.side-btn-area .call-btn i {
  font-size: 22px;
  position: relative;
  top: 5px;
}

.side-btn-area .call-btn:hover {
  color: #5ad8e8;
}

.appointment-btn {
  display: inline-block;
  position: relative;
  top: 4px;
}

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

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  /* position: fixed; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .oftop-nav {
  top: 0;
  background-color: #ffffff;
  /* position: fixed; */
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

/*=================================
Navbar Area
====================================*/
/*=================================
Home Slider Area
====================================*/
.home-slider-area {
  position: relative;
}

.home-slider-area .owl-nav {
  margin-top: 0;
}

.home-slider-area .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  color: #c4cfd4 !important;
  font-size: 18px !important;
  font-weight: 700;
  width: 45px !important;
  height: 45px !important;
  background-color: #5ad8e8 !important;
  border-radius: 50px;
}

.home-slider-area .owl-nav .owl-prev:hover {
  background-color: #b56953 !important;
}

.home-slider-area .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 700;
  right: 0;
  color: #c4cfd4 !important;
  font-size: 18px !important;
  width: 45px !important;
  height: 45px !important;
  background-color: #5ad8e8 !important;
  border-radius: 50px;
}

.home-slider-area .owl-nav .owl-next:hover {
  background-color: #b56953 !important;
}

.home-slider-content {
  max-width: 470px;
  margin-left: auto;
}

.home-slider-content span {
  font-size: 16px;
  color: #0d104c;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-slider-content h1 {
  font-size: 60px;
  color: #0d104c;
  font-weight: 700;
  line-height: 1.2;
}

.home-slider-content h1 b {
  font-weight: 500;
  font-style: italic;
  color: #5ad8e8;
}

.home-slider-content p {
  margin-bottom: 40px;
}

.home-slider-content .home-slider-btn .default-btn {
  background-color: #5ad8e8;
}

.home-slider-content .home-slider-btn .default-btn.active {
  background-color: #0d104c;
}

.home-slider-two {
  position: relative;
}

.home-slider-two .owl-nav {
  margin-top: 0;
}

.home-slider-two .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  left: 0;
  color: #c4cfd4 !important;
  font-size: 34px !important;
  font-weight: 700;
}

.home-slider-two .owl-nav .owl-prev:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

.home-slider-two .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  right: 0;
  color: #c4cfd4 !important;
  font-size: 34px !important;
  font-weight: 700;
}

.home-slider-two .owl-nav .owl-next:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

.home-slider-item {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-slider-item::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #254a6d;
  opacity: 0.5;
}

.home-slider-item .slider-content {
  position: relative;
  padding-top: 170px;
  padding-bottom: 250px;
  margin-left: 45px;
}

.home-slider-item .slider-content h1 {
  font-size: 85px;
  color: #ffffff;
  max-width: 630px;
  font-weight: 700;
  line-height: 1.2;
}

.home-slider-item .slider-content h1 b {
  font-weight: 300;
}

.home-slider-item .slider-content p {
  font-size: 20px;
  color: #ffffff;
}

.home-slider-item .slider-content .slider-btn-area {
  margin-top: 30px;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn {
  display: inline-block;
  padding: 12px 27px;
  color: #0d104c;
  background-color: #ffffff;
  text-align: center;
  z-index: 1;
  text-transform: capitalize;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn i {
  font-size: 20px;
  position: relative;
  top: 5px;
  color: #0d104c;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn:hover {
  background-color: #0d104c;
  color: #ffffff;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn:hover i {
  color: #ffffff;
}

.home-slider-item .slider-content .slider-btn-area .slider-cell-btn {
  display: inline-block;
  margin-left: 20px;
  color: #ffffff;
  font-size: 20px;
}

.home-slider-item .slider-content .slider-btn-area .slider-cell-btn i {
  margin-right: 5px;
}

.home-slider-item .slider-content .slider-btn-area .slider-cell-btn:hover {
  color: #b56953;
}

.item-bg1 {
  background-image: url(../img/home2/3.jpg);
}

.item-bg2 {
  background-image: url(../img/home2/2.jpg);
}

.item-bg3 {
  background-image: url(../img/home2/1.jpg);
}

.oftop-slider-area {
  /* padding-top: 67px; */
  background-color: #FFFFFF;
  position: relative;
}

.oftop-slider-area::before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../img/home3/shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.oftop-slider-area .thumbs-wrap {
  position: relative;
  z-index: 1;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs.oftop-slider-thumb {
  position: absolute;
  bottom: 50px;
  left: 1.7%;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  padding: 0 10px;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #9aafc7;
  font-weight: 400;
  font-family: 'satoshiregular';
  font-size: 34px;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: "";
  position: absolute;
  left: -30px;
  width: 0;
  height: 1px;
  background-color: #5ad8e8;
  bottom: 12px;
  opacity: 0;
  transition: 0.7s;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  opacity: 1;
  width: 30px;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: #5ad8e8;
  margin-left: 30px;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  opacity: 1;
  width: 30px;
}

.oftop-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: #5ad8e8;
  margin-left: 30px;
}

.oftop-slider-content {
  max-width: 515px;
  margin-left: auto;
}

.oftop-slider-content span {
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  margin-left: 50px;
  color: #5ad8e8;
}

.oftop-slider-content span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #5ad8e8;
}

.oftop-slider-content h1 {
  font-size: 54px;
  /* text-transform: capitalize; */
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 510px;
  color: #535353;
}

.oftop-slider-content h1 b {
  font-weight: 500;
  font-style: italic;
  color: #535353;
}

.oftop-slider-content p {
  font-size: 18px;
  color: #5ad8e8;
}

.oftop-slider-content .oftop-slider-btn {
  margin-top: 40px;
}

.oftop-slider-content .oftop-slider-btn .ring-btn {
  width: 240px;
  height: 90px;
  background-color: #5ad8e8;
  line-height: 60px;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  padding: 0 15px;
}

.oftop-slider-content .oftop-slider-btn .ring-btn i {
  font-size: 35px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #ffffff;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content {
  position: absolute;
  left: 70px;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
  float: left;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 {
  line-height: 0;
  margin: 0;
  font-weight: 300;
  font-family: 'satoshiregular';
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 a {
  font-size: 20px;
  font-family: 'satoshiregular';
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.oftop-slider-content .oftop-slider-btn .ring-btn:hover {
  background-color: #0e104c;
  border: 2px solid #0e104c;
}

.oftop-slider-content .oftop-slider-btn .price-btn {
  margin-left: 20px;
  width: 220px;
  height: 90px;
  background-color: transparent;
  border: 2px solid #5ad8e8;
  text-align: center;
  line-height: 60px;
  transition: 0.7s;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 0 15px;
}

.oftop-slider-content .oftop-slider-btn .price-btn i {
  font-size: 35px;
  position: absolute;
  left: 15px;
  top: 15px;
  color: #ffffff;
}

.oftop-slider-content .oftop-slider-btn .price-btn .content {
  position: absolute;
  left: 70px;
}

.oftop-slider-content .oftop-slider-btn .price-btn .content p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}

.oftop-slider-content .oftop-slider-btn .price-btn .content h3 {
  font-size: 20px;
  font-family: 'satoshiregular';
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 0;
}

.oftop-slider-content .oftop-slider-btn .price-btn:hover {
  background-color: #5ad8e8;
}

/*=================================
Home Slider Area End
====================================*/
/*=================================
Inner Banner
====================================*/
.inner-banner {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-banner::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0d104c;
  opacity: 0.6;
}

.inner-banner .inner-title {
  padding-top: 245px;
  padding-bottom: 170px;
  position: relative;
}

.inner-banner .inner-title span {
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
  position: relative;
  margin-left: 50px;
  color: #5ad8e8;
}

.inner-banner .inner-title span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #5ad8e8;
}

.inner-banner .inner-title h2 {
  font-size: 45px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 15px;
}

.inner-banner .inner-title p {
  font-size: 15px;
  color: #5ad8e8;
}

.inner-banner .inner-title p a {
  color: #5ad8e8;
}

.inner-banner .inner-title p a:hover {
  color: #ffffff;
}

.inner-bg1 {
  background-image: url(../img/inner-banner/1.jpg);
}

.inner-bg2 {
  background-image: url(../img/inner-banner/2.jpg);
}

.inner-bg3 {
  background-image: url(../img/inner-banner/3.jpg);
}

.inner-bg4 {
  background-image: url(../img/inner-banner/4.jpg);
}

.inner-bg5 {
  background-image: url(../img/inner-banner/5.jpg);
}

.inner-bg6 {
  background-image: url(../img/inner-banner/6.jpg);
}

.inner-bg06 {
  background-image: url(../img/inner-banner/tra-1.jpg);
}

.inner-bg07 {
  background-image: url(../img/inner-banner/des-1.jpg);
}

.inner-bg7 {
  background-image: url(../img/skyline.jpg);
}

.inner-bg8 {
  background-image: url(../img/inner-banner/8.jpg);
}

.inner-bg9 {
  background-image: url(../img/inner-banner/9.jpg);
}

.inner-bg10 {
  background-image: url(../img/inner-banner/10.jpg);
}

.inner-bg11 {
  background-image: url(../img/inner-banner/11.jpg);
}

.inner-bg12 {
  background-image: url(../img/inner-banner/12.jpg);
}

/*=================================
Inner Banner End
====================================*/
/*=================================
Property Details 
====================================*/
.property-details {
  padding: 50px 0;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
}

.property-details-list ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.property-details-list ul li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-left: 40px;
  margin-right: 45px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.property-details-list ul li:last-child {
  margin-right: 0;
}

.property-details-list ul li i {
  color: #8c8c8c;
  font-size: 60px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 50%;
  transition: 0.5s;
  transform: translateY(-50%);
}

.property-details-list ul li span {
  display: block;
  color: #8c8c8c;
  font-size: 15px;
  margin-left: 36px;
}

.property-details-list ul li a {
  display: inline-block;
  color: #0d104c;
  font-size: 18px;
  font-weight: 600;
  margin-left: 36px;
}

.property-details-list ul li:hover a {
  color: #5ad8e8;
}

/*=================================
Property Details End
====================================*/
/*=================================
Service Area
====================================*/
.service-area {
  background-color: #fbf3e9;
}

.service-area-two {
  position: relative;
  margin-top: -60px;
}

.service-card {
  background-color: #e2e9eb;
  padding: 10px 15px 30px 15px;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 1;
}

.service-card:hover i {
  color: #ffffff;
}

.service-card:hover a h3 {
  color: #ffffff;
}

.service-card:hover p {
  color: #ffffff;
}

.service-card.active i {
  color: #ffffff;
}

.service-card.active a h3 {
  color: #ffffff;
}

.service-card.active p {
  color: #ffffff;
}

.service-card i {
  font-size: 70px;
  color: #0d104c;
  margin-bottom: 15px;
}

.service-card a {
  display: block;
}

.service-card a h3 {
  font-size: 30px;
  color: #0d104c;
  font-weight: 900;
  margin-bottom: 20px;
}

.service-card .learn-more-btn {
  color: #5ad8e8;
}

.service-card .learn-more-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #5ad8e8;
}

/* .service-card p {
  margin-bottom: 10px;
} */

.service-card-bg {
  position: relative;
  position: relative;
  min-height: 345px;
  padding: 10px 20px;
}

.service-card-bg svg {
  height: 82px;
  width: 82px;
  margin: 20px 0;
}

.service-card-bg::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0d104c;
  z-index: -1;
  opacity: 0;
  transition: 0.7s;
}

.service-card-bg:hover::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg:hover svg {
  fill: #fff;
}

.service-card-bg.active::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg-two {
  position: relative;
}

.service-card-bg-two::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #b56953;
  z-index: -1;
  opacity: 0;
  transition: 0.7s;
}

.service-card-bg-two:hover::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg-two:hover .learn-more-btn {
  color: #ffffff;
}

.service-card-bg-two:hover .learn-more-btn i {
  color: #ffffff;
}

.service-card-bg-two.active::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg-two.active .learn-more-btn {
  color: #ffffff;
}

.service-card-bg-two.active .learn-more-btn i {
  color: #ffffff;
}

.service-card-bg-three {
  position: relative;
}

.service-card-bg-three::before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #5ad8e8;
  z-index: -1;
  opacity: 0;
  transition: 0.7s;
}

.service-card-bg-three:hover::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg-three:hover .learn-more-btn {
  color: #ffffff;
}

.service-card-bg-three:hover .learn-more-btn i {
  color: #ffffff;
}

.service-card-bg-three.active::before {
  opacity: 1;
  width: 100%;
}

.service-card-bg-three.active .learn-more-btn {
  color: #ffffff;
}

.service-card-bg-three.active .learn-more-btn i {
  color: #ffffff;
}

.service-item {
  background-color: #f3f3f3;
  padding: 30px 40px;
  margin-bottom: 30px;
  transition: 0.7s;
  overflow: hidden;
  border: 4px solid #f3f3f3;
}

.service-item:hover {
  background-color: #ffffff;
  border: 4px solid #f0f0f0;
}

.service-item:hover i {
  color: #5ad8e8;
}

.service-item i {
  font-size: 70px;
  color: #535353;
  line-height: 1.5;
  margin-bottom: 15px;
}

.service-item a {
  display: block;
}

.service-item a h3 {
  font-size: 22px;
  color: #535353;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-item .learn-more-btn {
  color: #5ad8e8;
}

.service-item .learn-more-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #5ad8e8;
}

/*=================================
Service Area End
====================================*/
/*=================================
Service Details Area 
====================================*/
.service-details-area .section-title {
  margin-bottom: 40px;
}

.service-details-area .section-title h2 {
  color: #0d104c;
  line-height: 0.9;
}

.service-details-area .section-title h2 b {
  color: #5ad8e8;
}

.service-details-content {
  margin-bottom: 30px;
}

.service-details-content h2 {
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 0.9;
}

.service-details-content h2 b {
  color: #5ad8e8;
  font-weight: 400;
}

.service-details-content img {
  /* margin-bottom: 30px; */
  width: 100%;
}

.service-details-content p {
  margin-bottom: 15px;
}

.service-details-content .progressbar-area {
  margin-top: 30px;
  margin-bottom: 40px;
}

.service-details-content .progressbar-area .single-progressbar {
  margin-bottom: 30px;
}

.service-details-content .progressbar-area .single-progressbar h3 {
  font-size: 18px;
  font-family: 'satoshiregular';
  color: #0d104c;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 15px;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count {
  position: relative;
  width: 100%;
  height: 5px;
  border-radius: 0;
  background-color: #5ad8e8;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .progressbar-nuber {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #0d104c;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
  width: 13px;
  height: 13px;
  background-color: #5ad8e8;
  border-radius: 50px;
  position: absolute;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .pn-1 {
  top: -40px;
  right: 35%;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .pc-1 {
  top: -5px;
  right: 36%;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .pn-2 {
  top: -40px;
  right: 25%;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .pc-2 {
  top: -5px;
  right: 26%;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .pn-3 {
  top: -40px;
  right: 10%;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .pc-3 {
  top: -5px;
  right: 11%;
}

.service-details-left {
  margin-bottom: 25px;
}

.service-details-left img {
  margin-bottom: 30px;
  width: 100%;
}

.service-details-left h3 {
  font-weight: 500;
  line-height: 0;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 5px;
  position: relative;
  margin-left: 50px;
  margin-bottom: 15px;
  font-family: 'satoshiregular';
  color: #5ad8e8;
}

.service-details-left h3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #5ad8e8;
}

/*=================================
Service Details Area End
====================================*/
/*=================================
Gallery Area
====================================*/
.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
  transform: scale(1);
}

.single-gallery:hover img {
  filter: brightness(0.5);
}

.single-gallery .gallery-icon {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 20px;
  color: #ffffff;
  width: 40px;
  height: 40px;
  border-radius: 0 7px 0 7px;
  line-height: 45px;
  background-color: #5ad8e8;
  transform: scale(0);
  transition: 0.7s;
}

.single-gallery .gallery-icon:hover {
  background-color: #0d104c;
  color: #ffffff;
}

.single-gallery .gallery-icon::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 0 7px 0 7px;
  left: 0;
  border: 1px solid #5ad8e8;
  animation: ripple 1s linear 2s infinite;
}

.single-gallery .gallery-icon:hover::before {
  border-color: #0d104c;
}

/*=================================
Gallery Area End
====================================*/
/*=================================
Property Area 
====================================*/
.property-img {
  margin-bottom: 30px;
}

.property-img-two {
  margin-bottom: 30px;
}

.property-img-two a {
  display: block;
}

.property-img-two a img {
  width: 100%;
}

.property-item {
  margin-bottom: 30px;
}

.property-item .section-title h2 a {
  color: #0d104c;
}

.property-item .section-title h2 a:hover {
  color: #5ad8e8 !important;
}

.property-item .section-title h2 a:hover b {
  color: #0d104c;
}

.property-item .section-title p {
  max-width: 500px;
}

.property-item .section-title-two:hover a h2 {
  color: #b56953;
}

.property-item .section-title-two:hover a h2 b {
  color: #0d104c;
}

.property-item .section-title-two a {
  display: block;
}

.property-item .property-btn {
  margin-top: 30px;
}

.property-item-two {
  margin-left: 45px;
}

.property-item-two .section-title-two:hover a h2 {
  color: #5ad8e8;
}

.property-item-two .section-title-two:hover a h2 b {
  color: #535353 !important;
}

.property-item-two .section-title-two a {
  display: block;
}

.property-counter {
  max-width: 820px;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
  padding: 0 35px;
  margin-left: -65px;
  margin-top: 40px;
}

.counter-card {
  padding-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.counter-card h2 {
  font-size: 85px;
  color: #0d104c;
  line-height: 1;
  margin-bottom: 0;
}

.counter-card h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'satoshiregular';
  font-weight: 400;
  color: #0d104c;
  margin-bottom: 0;
}

.counter-card span {
  color: #0d104c;
}

/*=================================
Property Area End
====================================*/
/*=================================
Property Section End
====================================*/
.property-section {
  overflow: hidden;
}

.property-section-text {
  max-width: 1170px;
  margin-left: auto;
  margin-bottom: 50px;
}

.property-section-text .section-title h2 {
  max-width: 530px;
}

.property-section-text .section-title-two h2 {
  max-width: 530px;
  color: #0d104c;
}

.single-property {
  margin-bottom: 30px;
  height: auto;
  position: relative;
}

.single-property .images {
  max-width: 370px;
  height: auto;
}

.single-property .images a {
  display: block;
}

.single-property .images a img {
  max-width: 100%;
}

.single-property .images .property-content {
  position: relative;
  margin-top: -90px;
  right: -45px;
  max-width: 360px;
  padding: 30px;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
}

.single-property .images .property-content span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
}

.single-property .images .property-content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.single-property .images .property-content a {
  display: block;
}

.single-property .images .property-content a h3 {
  font-size: 24px;
  color: #535353;
  margin-bottom: 10px;
}

.single-property .images .property-content .learn-more-btn {
  color: #5ad8e8;
  margin-bottom: 0;
}

.single-property .images .property-content .learn-more-btn i {
  position: relative;
  top: 5px;
  font-size: 20px;
}

.single-property .images .property-content .learn-more-btn:hover {
  color: #0d104c;
  letter-spacing: 0.5px;
}

.single-property .images .plus-dots {
  position: absolute;
  right: -45px;
  bottom: -45px;
  z-index: -1;
}

.property-color {
  color: #5ad8e8 !important;
}

.property-section .col-lg-4:nth-child(2) .single-property {
  margin-top: -100px;
}

.property-section .col-lg-4:nth-child(3) .single-property {
  margin-top: -200px;
}

.property-section-title .section-title-two h2 {
  max-width: 530px;
  margin: 0 auto;
}

.property-section-title-two .section-title-two h2 {
  max-width: 630px;
  margin: 0 auto;
}

.property-card {
  margin-bottom: 30px;
}

.property-card a {
  display: block;
}

.property-card a img {
  max-width: 100%;
}

.property-card .content {
  padding: 30px;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
}

.property-card .content span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
}

.property-card .content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.property-card .content a {
  display: block;
}

.property-card .content a h3 {
  font-size: 24px;
  color: #0d104c;
  margin-bottom: 10px;
}

.property-card .content .learn-more-btn {
  color: #5ad8e8;
  margin-bottom: 0;
}

.property-card .content .learn-more-btn i {
  position: relative;
  top: 5px;
  font-size: 20px;
}

.property-card .content .learn-more-btn:hover {
  color: #0d104c;
  letter-spacing: 0.5px;
}

/*=================================
Property Section End
====================================*/
/*=================================
Project Area 
====================================*/
.project-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.project-bg1 {
  background-image: url(../img/project/bg-1.jpg);
}

.project-bg2 {
  background-image: url(../img/project/bg-2.jpg);
  padding: 100px 0;
  margin-bottom: 0;
}

.project-card {
  max-width: 610px;
  position: relative;
  margin-left: auto;
  padding: 40px 30px;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
  bottom: -100px;
}

.project-card span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
}

.project-card span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.project-card h2 {
  font-size: 35px;
  color: #0d104c;
  font-weight: 900;
  max-width: 430px;
  margin-bottom: 30px;
}

.project-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-card ul li {
  font-size: 22px;
  color: #0d104c;
  font-weight: 600;
  font-family: 'satoshiregular';
  padding: 10px 0;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
  margin-bottom: 10px;
}

.project-card ul li b {
  font-size: 18px;
  font-weight: 400;
  font-family: 'satoshiregular';
  display: inline-block;
  width: 65%;
}

.project-card .project-card-btn {
  margin-top: 40px;
}

.project-card-two {
  bottom: 0;
}

/*=================================
Project Area End
====================================*/
/*=================================
Development Area 
====================================*/
.development-card {
  margin-bottom: 30px;
}

.development-card h3 {
  font-size: 18px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
  margin-bottom: 15px;
}

.development-card h3::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.development-card p {
  margin-bottom: 0;
}

/*=================================
Development Area End
====================================*/
/*=================================
Development Section 
====================================*/
.development-section {
  background-image: url(../img/project-details/shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.development-content .section-title-two h2 {
  color: #0d104c;
  max-width: 100%;
}

.development-item {
  margin-bottom: 30px;
  height: auto;
  position: relative;
}

.development-item img {
  max-width: 520px;
  height: auto;
}

.development-item .content {
  position: relative;
  margin-top: -90px;
  right: -55px;
  max-width: 500px;
  padding: 30px;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
}

.development-item .content h3 {
  font-size: 24px;
  color: #0d104c;
  margin-bottom: 10px;
}

.development-item .content p {
  margin-bottom: 0;
}

.development-item .content span {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 65px;
  height: 25px;
  color: #ffffff;
  background-image: url(../img/project-details/shape2.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}

.development-section .col-lg-6:nth-child(2) .development-item {
  margin-top: 40px;
}

.development-section .col-lg-6:nth-child(3) .development-item {
  margin-top: -40px;
}

/*=================================
Development Section End
====================================*/
/*=================================
Orgin Area 
====================================*/
.orgin-title {
  text-align: center;
}

.orgin-title .section-title h2 {
  max-width: 540px;
  text-align: center;
  margin: 0 auto;
}

.orgin-title .section-title p {
  max-width: 700px;
  margin: 0 auto;
}

.orgin-card {
  text-align: center;
  margin-bottom: 30px;
}

.orgin-card h2 {
  font-size: 50px;
  color: #535353;
  text-align: center;
  border: 5px solid rgb(90 216 232 / 44%);
  border-radius: 50%;
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin: 0 auto;
  position: relative;
}

.orgin-card h2::before {
  content: "";
  position: absolute;
  background-image: url(../img/half-circle.png);
  background-position: right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -20px;
  top: 0;
}

.orgin-card h3 {
  font-size: 20px;
  color: #0d104c;
  font-weight: 700;
  margin-top: 30px;
}

.orgin-card p {
  max-width: 285px;
  margin: 0 auto;
}

/*=================================
Orgin Area End
====================================*/
/*=================================
Room Details 
====================================*/
.room-details-tab {
  margin-top: 30px;
}

.room-details-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.room-details-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 35px;
}

.room-details-tab .tabs li a {
  display: inline-block;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  /* text-transform: uppercase; */
  color: #0d104c;
  font-family: 'satoshiregular';
}

.room-details-tab .tabs li a:focus {
  color: #5ad8e8;
}

.room-details-tab .tabs li.active a {
  color: #5ad8e8;
}

.room-details-tab .tabs li.current a {
  color: #5ad8e8;
}

.room-details-tab.tab-color li a:focus {
  color: #b56953 !important;
}

.room-details-tab.tab-color li.active a {
  color: #b56953 !important;
}

.room-details-tab.tab-color li.current a {
  color: #b56953 !important;
}

.room-details-tab.tab-color2 li a:focus {
  color: #5ad8e8 !important;
}

.room-details-tab.tab-color2 li.active a {
  color: #5ad8e8 !important;
}

.room-details-tab.tab-color2 li.current a {
  color: #5ad8e8 !important;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.room-details-card {
  margin-bottom: 30px;
}

.room-details-card:hover .content a h3 {
  color: #5ad8e8;
}

.room-details-card .content {
  position: relative;
  margin-top: -40px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
  padding: 30px 15px;
}

.room-details-card .content a h3 {
  font-size: 25px;
  transition: 0.7s;
}

.room-details-card .content p {
  font-size: 15px;
  margin-bottom: 0;
}

.room-details-item {
  position: relative;
  margin-bottom: 30px;
}

.room-details-item .room-item {
  position: relative;
}

.room-details-item .room-item i {
  font-size: 20px;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background-color: #ffffff;
  border-radius: 50px;
  color: #b56953;
  text-align: center;
  position: relative;
}

.room-details-item .room-item i::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #ffffff;
  animation: ripple 1s linear 2s infinite;
}

.room-details-item .room-item .room-item-content {
  background-color: #ffffff;
  position: absolute;
  padding: 10px 15px;
  text-align: center;
  top: -70px;
  left: 0;
  transition: 0.7s;
  opacity: 0;
}

.room-details-item .room-item .room-item-content::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 20px;
  width: 15px;
  height: 15px;
  background-color: white;
  transform: rotate(45deg);
}

.room-details-item .room-item .room-item-content h3 {
  font-size: 16px;
  font-weight: 500;
  color: #0d104c;
  margin-bottom: 0;
}

.room-details-item .room-item:hover .room-item-content {
  opacity: 1;
}

.room-details-item .room-item:hover i {
  background-color: #b56953;
  color: #ffffff;
}

.room-details-item .room-item:hover i::after {
  border-color: #b56953;
}

.room-details-item .room-item.item1 {
  position: absolute;
  top: 15%;
  left: 25%;
}

.room-details-item .room-item.item2 {
  position: absolute;
  top: 50%;
  left: 17%;
}

.room-details-item .room-item.item3 {
  position: absolute;
  top: 35%;
  left: 45%;
}

.room-details-item .room-item.item4 {
  position: absolute;
  top: 20%;
  right: 25%;
}

.room-details-item .room-item.item5 {
  position: absolute;
  top: 50%;
  right: 21%;
}

.room-details-item .room-details-slider {
  position: relative;
  margin-top: -50px;
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
}

.room-details-item .room-details-slider:hover .room-details-content a h3 {
  color: #b56953;
}

.room-details-item .room-details-slider .room-details-content {
  padding: 30px 15px;
  text-align: center;
  max-width: 585px;
  margin-left: auto;
  margin-right: auto;
}

.room-details-item .room-details-slider .room-details-content a h3 {
  font-size: 25px;
}

.room-details-item .room-details-slider .room-details-content p {
  font-size: 15px;
  margin-bottom: 0;
}

.room-details-item .room-details-slider .owl-nav {
  margin-top: 0;
}

.room-details-item .room-details-slider .owl-nav .owl-prev {
  position: absolute;
  top: 40%;
  transform: translateY(-16px);
  left: 20px;
  color: #c4cfd4 !important;
  font-size: 34px !important;
}

.room-details-item .room-details-slider .owl-nav .owl-prev:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

.room-details-item .room-details-slider .owl-nav .owl-next {
  position: absolute;
  top: 40%;
  transform: translateY(-16px);
  right: 20px;
  color: #c4cfd4 !important;
  font-size: 34px !important;
}

.room-details-item .room-details-slider .owl-nav .owl-next:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

/*=================================
Room Details End
====================================*/
/*=================================
Innovation Section 
====================================*/
.innovation-content .section-title h2 {
  max-width: 575px;
}

.innovation-content .section-title p {
  max-width: 520px;
}

.innovation-content .innovation-btn {
  margin-top: 40px;
}

.innovation-content-two .section-title-two h2 {
  max-width: 575px;
}

.innovation-content-two .section-title-two p {
  max-width: 520px;
}

.innovation-content-two .section-title-two .color-innovation {
  color: #0d104c;
}

.innovation-content-two .innovation-btn {
  margin-top: 40px;
}

.innovation-bg {
  background-image: url(../img/innovation-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
  margin-bottom: 30px;
}

.innovation-slider {
  background-color: #ffffff;
  max-width: 400px;
  height: 400px;
  margin: 0 auto;
  border-radius: 50%;
  text-align: center;
  position: relative;
}

.innovation-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin-top: 0;
}

.innovation-slider .owl-dots .owl-dot span {
  background-color: #cddcec;
}

.innovation-slider .owl-dots .owl-dot span:hover {
  background-color: #5ad8e8 !important;
}

.innovation-slider .owl-dots .owl-dot.active span {
  background-color: #5ad8e8 !important;
}

.innovation-item {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 320px;
  margin: 0 auto;
}

.innovation-item i {
  font-size: 70px;
  color: #0d104c;
}

.innovation-item h3 {
  font-size: 26px;
  color: #0d104c;
}

.innovation-item p {
  font-weight: 400;
  margin: 0 auto;
}

/*=================================
Innovation Section End
====================================*/
/*=================================
Efficiency Card 
====================================*/
.efficiency-card {
  background-color: #ffffff;
  border: 3px solid #f0f0f0;
  padding-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 30px;
  padding-bottom: 50px;
  position: relative;
  transition: 0.9s;
}

.efficiency-card:hover {
  border-color: #ffffff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.efficiency-card:hover a h3 {
  color: #5ad8e8;
}

.efficiency-card span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
}

.efficiency-card span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.efficiency-card a {
  display: block;
}

.efficiency-card a h3 {
  font-size: 26px;
  max-width: 250px;
}

.efficiency-card i {
  font-size: 85px;
  color: #f2f2f2;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  line-height: 0.9;
}

/*=================================
Efficiency Card End
====================================*/
/*==================================
Product Are CSS 
====================================*/
.product-area .section-title-two h2 {
  font-size: 35px;
}

.single-product {
  text-align: center;
  transition: all 0.5s;
  border: 1px dashed #eeeeee;
  margin-bottom: 30px;
  position: relative;
}

.single-product .product-content {
  padding: 30px 20px;
}

.single-product .product-content ul {
  list-style: none;
  padding: 0;
  line-height: 1;
  margin-bottom: 15px;
}

.single-product .product-content ul li {
  display: inline-block;
  color: #0d104c;
  padding: 0 5px;
}

.single-product .product-content ul li del {
  color: #777777;
}

.single-product .product-content a {
  display: block;
}

.single-product .product-content a h3 {
  text-transform: uppercase;
  margin-bottom: 0;
  transition: all 0.5s;
  font-size: 20px;
}

.single-product .product-content a h3:hover {
  color: #5ad8e8;
}

.single-product .product-content .default-btn.product-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 180px;
  bottom: 150px;
  padding: 10px 20px;
  transform: scale(0);
}

.single-product .product-content .default-btn.product-btn i {
  font-size: 20px;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.single-product:hover {
  border-color: #5ad8e8;
}

.single-product:hover .default-btn.product-btn {
  transform: scale(1);
}

/*==================================
Product Are End
====================================*/
/*=================================
Cart Wraps Area
===================================*/
.cart-wraps-area .cart-table table {
  margin-bottom: 0;
}

.cart-wraps-area .cart-table table thead tr th {
  border-bottom-width: 0px;
  vertical-align: middle;
  padding: 15px;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-size: 18px;
}

.cart-wraps-area .cart-table table tbody tr td {
  vertical-align: middle;
  color: #0d104c;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
  border-color: #eeeeee;
  border-left: none;
  border-right: none;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a {
  display: block;
}

.cart-wraps-area .cart-table table tbody tr td.product-thumbnail a img {
  width: 60px;
  height: 60px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a {
  color: #0d104c;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #5ad8e8 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #0d104c;
  float: right;
  position: relative;
  top: 1px;
  transition: all 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove i {
  font-size: 24px;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove:hover {
  color: #5ad8e8;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal span {
  font-weight: 600;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter {
  max-width: 130px;
  min-width: 130px;
  text-align: center;
  display: inline-block;
  position: relative;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #0d104c;
  width: 40px;
  height: 100%;
  line-height: 48px;
  transition: 0.5s;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter span:hover {
  color: #777777 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn {
  left: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .minus-btn:hover {
  color: #777777 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn {
  right: 0;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter .plus-btn:hover {
  color: #777777 !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input {
  height: 45px;
  color: #0d104c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-table .table> :not(:first-child) {
  border-top: 0;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
  border-radius: 0;
  margin: auto;
  margin-top: 50px;
}

.cart-wraps-area .cart-totals h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.cart-wraps-area .cart-totals ul {
  padding: 0;
  margin: 0 0 25px;
  list-style-type: none;
}

.cart-wraps-area .cart-totals ul li {
  border: 1px solid #b8b08c;
  padding: 10px 15px;
  color: #0d104c;
  overflow: hidden;
  font-weight: 500;
}

.cart-wraps-area .cart-totals ul li:first-child {
  border-bottom: none;
}

.cart-wraps-area .cart-totals ul li:nth-child(3) {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li:last-child {
  border-top: none;
}

.cart-wraps-area .cart-totals ul li span {
  float: right;
  color: #777777;
  font-weight: normal;
}

.cart-wraps-area .cart-calc {
  margin-top: 50px;
  background-color: #ffffff;
  padding: 40px;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
}

.cart-wraps-area .cart-calc .cart-wraps-form h3 {
  font-size: 24px;
  color: #0d104c;
  padding-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group {
  margin-bottom: 20px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
  height: 50px;
  padding: 7px 18px;
  color: #6c777d;
  border: 1px solid #b56953;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group select :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #5ad8e8;
  background-color: #5ad8e8 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option {
  padding: 10px;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group select option:hover {
  background-color: #5ad8e8 !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 12px 18px;
  font-weight: 400;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control:focus,
.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #777777;
}

.cart-wraps-area .cart-calc .nice-select {
  height: 50px;
  width: 100%;
  margin-bottom: 19px;
  border: 1px solid #b8b08c;
  color: #6c777d list;
  color-width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #0d104c !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: #5ad8e8 !important;
}

.cart-wraps-area .cart-calc .nice-select .current {
  position: relative;
  top: 4px;
}

.cart-wraps-area .nice-select .option.focus,
.cart-wraps-area .nice-select .option.selected.focus,
.cart-wraps-area .nice-select .option:hover {
  background-color: #5ad8e8 !important;
  color: #ffffff !important;
  font-weight: 600;
}

.cart-wraps-area .cart-calc select .option.focus,
.cart-wraps-area .cart-calc .nice-select .option.selected.focus {
  background-color: #5ad8e8 !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-moz-placeholder {
  color: #5ad8e8;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: #5ad8e8;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-moz-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

/*=================================
Cart Wraps Area End
===================================*/
/*=================================
Checkout Area 
===================================*/
.checkout-area .checkout-user {
  box-shadow: 0 5px 35px 0 rgba(0, 0, 0, 0.08);
  background: #ffffff;
  padding: 20px 15px;
  margin-bottom: 65px;
  border-top: 3px solid #5ad8e8;
  color: #5ad8e8;
}

.checkout-area .checkout-user span {
  color: #5ad8e8;
  font-size: 20px;
}

.checkout-area .checkout-user span a {
  color: #5ad8e8;
}

.checkout-area .checkout-user span a:hover {
  color: #0d104c;
}

.billing-details {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px 30px 25px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 24px;
  color: #0d104c;
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: #0d104c;
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #5ad8e8;
}

.billing-details .form-group .form-control {
  height: 50px;
  color: #2d3652;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  border-radius: 0;
  padding: 10px 20px;
  width: 100%;
}

.billing-details .form-group .form-control:focus,
.billing-details .form-group .form-control :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #777777;
}

.billing-details .form-group .form-message {
  font-size: 16px;
  border: 1px solid #e8e8e8;
  background-color: #fcfcff;
  padding: 18px 18px;
  font-weight: 400;
  width: 100%;
}

.billing-details .form-group .form-message:focus,
.billing-details .form-group .form-message :hover {
  outline: 0;
  box-shadow: none;
  border: 1px solid #777777;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #5ad8e8;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: 0;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.billing-details .form-group .nice-select .list .option {
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #5ad8e8 !important;
  color: #ffffff;
}

.billing-details .form-group .nice-select .list .option:focus {
  border: none;
  outline: none;
}

.billing-details .form-group .nice-select .list .option .selected {
  background-color: transparent;
}

.billing-details .form-group .nice-select:after {
  right: 20px;
}

.billing-details .form-check {
  margin-bottom: 15px;
}

.billing-details .form-check .form-check-input {
  width: 15px;
  height: 15px;
}

.billing-details .form-check .form-check-label {
  color: #0d104c;
  margin-left: 5px;
  font-weight: 500;
}

.checkout-area .billing-details .form-group .nice-select .option:hover,
.checkout-area .billing-details .form-group .nice-select .option.focus,
.checkout-area .billing-details .form-group .nice-select .option.selected.focus {
  background-color: #5ad8e8 !important;
  color: #ffffff !important;
  border: none;
  outline: none;
}

.order-details .order-table {
  background-color: #ffffff;
  padding: 50px 30px;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.order-details .order-table h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.order-details .order-table table {
  margin-bottom: 0;
}

.order-details .order-table table thead tr th {
  border-bottom-width: 0;
  vertical-align: middle;
  border-color: #eaedff;
  padding-left: 20px;
  padding-top: 15px;
  padding-right: 20px;
  padding-bottom: 15px;
  font-weight: 600;
  color: #0d104c;
  font-size: 18px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: #0d104c;
  border-color: #eaedff;
  font-size: 14px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a {
  color: #6e768f;
  display: inline-block;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.product-name a:hover {
  color: #0d104c;
}

.order-details .order-table table tbody tr td.order-subtotal span {
  color: #0d104c;
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
  color: #0d104c;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.total-price span {
  color: #0d104c;
  font-weight: 700;
}

.order-details .order-table table tbody tr td.shipping-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.order-subtotal-price {
  font-weight: 700;
}

.order-details .order-table table tbody tr td.product-subtotal {
  font-weight: 700;
}

.order-details .order-table .table> :not(:first-child) {
  border-top: 0;
}

.order-details .payment-box {
  background-color: #ffffff;
  box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 50px 30px;
}

.order-details .payment-box .payment-method p [type=radio]:checked {
  display: none;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #5ad8e8;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type=radio]:checked+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #5ad8e8;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked) {
  display: none;
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label {
  padding-left: 27px;
  cursor: pointer;
  display: block;
  font-weight: 600;
  color: #172541;
  position: relative;
  margin-bottom: 8px;
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
  border-radius: 50%;
  background: #ffffff;
}

.order-details .payment-box .payment-method p [type=radio]:not(:checked)+label::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #5ad8e8;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
}

.order-details .payment-box .order-btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-color: #5ad8e8;
}

.order-details .payment-box .order-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0d104c;
  z-index: -1;
  transition: all 0.5s;
}

.order-details .payment-box .order-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #0d104c;
  z-index: -1;
  transition: all 0.5s;
}

.order-details .payment-box .order-btn:hover {
  color: #ffffff;
  border: none;
}

.order-details .payment-box .order-btn:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.order-details .payment-box .order-btn:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.billing-details .form-group .nice-select .option:hover,
.billing-details .form-group .nice-select .option.focus,
.billing-details .form-group .nice-select .option.selected.focus {
  background-color: #5ad8e8 !important;
  color: #ffffff !important;
}

/*=================================
Checkout Area End
===================================*/
/*==================================
Shop Details 
====================================*/
.shop-detls-image {
  margin-bottom: 30px;
  border: 1px dashed #eee;
}

.shop-detls-image:hover {
  border-color: #5ad8e8;
}

.shop-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.shop-desc .price {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
}

.shop-desc .price .old-price {
  text-decoration: line-through;
  color: #0d104c;
  margin-left: 10px;
}

.shop-desc .shop-review {
  margin-bottom: 15px;
}

.shop-desc .shop-review .rating {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
}

.shop-desc .shop-review .rating i {
  color: #5ad8e8;
}

.shop-desc .shop-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: #0d104c;
  border-bottom: 1px solid #0d104c;
  line-height: initial;
}

.shop-desc .shop-review .rating-count:hover {
  color: #5ad8e8;
  border-color: #5ad8e8;
}

.shop-desc p {
  margin-bottom: 0;
}

.shop-desc .input-count-area h3 {
  font-size: 16px;
  display: inline-block;
  font-weight: 500;
  margin-right: 15px;
}

.shop-desc .input-count-area .input-counter {
  margin-top: 10px;
  max-width: 130px;
  min-width: 130px;
  margin-right: 10px;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
}

.shop-desc .input-count-area .input-counter span {
  position: absolute;
  top: 0;
  background-color: transparent;
  cursor: pointer;
  color: #0d104c;
  width: 50px;
  height: 100%;
  line-height: 45px;
  transition: 0.5s;
}

.shop-desc .input-count-area .input-counter span:hover {
  color: #5ad8e8;
}

.shop-desc .input-count-area .input-counter .minus-btn {
  left: 0;
}

.shop-desc .input-count-area .input-counter .plus-btn {
  right: 0;
}

.shop-desc .input-count-area .input-counter input {
  height: 45px;
  color: #0d104c;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 18px;
  font-weight: 500;
}

.shop-desc .shop-add {
  margin-top: 20px;
}

.shop-desc .shop-add .default-btn {
  border: none;
  margin-right: 20px;
}

.shop-desc .shop-share {
  margin-top: 30px;
}

.shop-desc .shop-share ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.shop-desc .shop-share ul li {
  display: inline-block;
  margin: 0 3px;
}

.shop-desc .shop-share ul li span {
  color: #777777;
  margin-right: 5px;
  font-size: 16px;
}

.shop-desc .shop-share ul li a {
  width: 35px;
  height: 35px;
  background-color: #5ad8e8;
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.shop-desc .shop-share ul li a:hover {
  background-color: #0d104c;
}

.shop .input-count-area .input-counter input::-moz-placeholder {
  color: #0d104c;
}

.shop .input-count-area .input-counter input::placeholder {
  color: #0d104c;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.shop-detls-tab {
  margin-top: 30px;
}

.shop-detls-tab .tabs {
  margin: 0;
  padding: 0;
  list-style: none;
}

.shop-detls-tab .tabs li {
  display: inline-block;
  line-height: initial;
  margin-right: 5px;
}

.shop-detls-tab .tabs li a {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  color: #0d104c;
  border: 1px dashed #eeeeee;
  padding: 17px 30px 13px 30px;
}

.shop-detls-tab .tabs li a:focus {
  color: #ffffff;
  background-color: #5ad8e8;
  border-color: #5ad8e8;
}

.shop-detls-tab .tabs li.active a {
  color: #ffffff;
  background-color: #5ad8e8;
  border-color: #5ad8e8;
}

.shop-detls-tab .tabs li.current a {
  color: #ffffff;
  background-color: #5ad8e8;
  border-color: #5ad8e8;
}

.shop-detls-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px 20px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p {
  color: #0d104c;
  margin-bottom: 20px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p:last-child {
  margin-bottom: 0;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  text-align: left;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information li {
  border: 1px solid #eeeeee;
  border-bottom: none;
  padding: 10px 15px 7px;
  color: #737b9a;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information li:last-child {
  border-bottom: 1px solid #eeeeee;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .additional-information li span {
  display: inline-block;
  width: 40%;
  color: #212529;
  font-weight: 600;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content h3 {
  margin-bottom: 15px;
  font-size: 24px;
  color: #0d104c;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title {
  position: relative;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .rating {
  display: inline-block;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .rating i {
  color: #5ad8e8;
  font-size: 14px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .rating p {
  margin-bottom: 0;
  display: inline-block;
  padding-left: 5px;
  line-height: initial;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .btn-right {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 14px;
  color: #ffffff;
  background-color: #5ad8e8;
  padding: 7px 15px;
  border-radius: 5px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .btn-right:hover {
  background-color: #5ad8e8;
  color: #ffffff;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments {
  margin-top: 35px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item {
  margin-top: 30px;
  position: relative;
  padding-right: 200px;
  border-top: 1px dashed #eeeeee;
  padding-top: 30px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .rating i {
  color: #5ad8e8;
  font-size: 14px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item h3 {
  font-size: 24px;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #0d104c;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item span {
  margin-bottom: 10px;
  font-size: 16px;
  display: block;
  font-weight: 500;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item span strong {
  font-weight: 600;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item p {
  margin-bottom: 0;
  font-family: 'satoshiregular';
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .review-report-link {
  position: absolute;
  right: 0;
  color: #737b9a;
  top: 40px;
  text-decoration: underline;
  font-weight: 600;
  font-size: 15px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .review-report-link:hover {
  color: #5ad8e8;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form {
  margin-top: 30px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form h3 {
  margin-bottom: 20px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form .contact-wrap-form {
  box-shadow: none;
  padding: 0;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form .contact-wrap-form .contact-form {
  padding: 50px;
  max-width: 100%;
  margin: 0 auto 0;
  background-color: #f4f4f4;
}

/*==================================
Shop Details End
====================================*/
/*=================================
Testimonial Area
====================================*/
.testimonial-slider {
  position: relative;
}

.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  left: 0;
  color: #050303 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.testimonial-slider .owl-nav .owl-prev:hover {
  color: #5ad8e8 !important;
  background-color: transparent !important;
}

.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  transform: translateY(-16px);
  right: 0;
  color: #050303 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.testimonial-slider .owl-nav .owl-next:hover {
  color: #5ad8e8 !important;
  background-color: transparent !important;
}

.testimonial-item {
  position: relative;
  text-align: center;
  margin-top: 35px;
}

.testimonial-item::before {
  content: "“";
  position: absolute;
  top: -210px;
  font-weight: 600;
  left: 0;
  right: 0;
  z-index: -1;
  text-align: center;
  font-family: 'satoshiregular';
  font-size: 320px;
  color: #edeff1;
}

.testimonial-item h3 {
  font-size: 26px;
  margin-bottom: 10px;
}

.testimonial-item p {
  max-width: 300px;
  margin: 0 auto;
}

.testimonials-wrap .section-title-two h2 {
  max-width: 650px;
  margin: 0 auto;
}

.testimonials-card {
  position: relative;
  margin-bottom: 30px;
  padding: 30px;
  background-color: #fbf3e9;
}

.testimonials-card::before {
  content: "“";
  position: absolute;
  top: -45px;
  font-weight: 600;
  left: 0;
  right: 0;
  text-align: center;
  font-family: 'satoshiregular';
  font-size: 300px;
  color: #e3dcd4;
}

.testimonials-card img {
  display: inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
}

.testimonials-card .testimonials-name {
  display: inline-block;
  position: relative;
  top: 15px;
}

.testimonials-card .testimonials-name h3 {
  font-size: 20px;
  margin-bottom: 0;
  line-height: 0.9;
}

.testimonials-card .testimonials-name span {
  font-size: 14px;
  color: #5ad8e8;
}

.testimonials-card p {
  margin-bottom: 0;
  position: relative;
}

/*=================================
Testimonial Area End
====================================*/
/*=================================
Forward Area 
====================================*/
.forward-area {
  position: relative;
}

.forward-area::before {
  content: "";
  position: absolute;
  /* background-color: #fbf3e9; */
  width: 60%;
  height: 100%;
  right: 0;
  z-index: -1;
  bottom: 0;
}

.forward-area-mt {
  margin-top: 100px;
}

.forward-content {
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.forward-content .section-title p {
  max-width: 520px;
}

.forward-content .signature {
  margin-top: 30px;
  margin-bottom: 30px;
}

.forward-content .signature ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.forward-content .signature ul li {
  display: inline-block;
  margin-right: 25px;
}

.forward-content .signature ul li img {
  max-width: 100%;
  position: relative;
  top: -15px;
}

.forward-content .signature ul li .signature-img2 {
  display: none;
}

.forward-content .signature ul li h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #0d104c;
}

.forward-content .signature ul li span {
  font-size: 20px;
  color: #0d104c;
}

/*=================================
Forward Area End
====================================*/
/*=================================
About Area 
====================================*/
.about-content .section-title-two {
  margin-bottom: 30px;
}

.about-card {
  margin-bottom: 30px;
}

.about-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #0d104c;
  margin-bottom: 10px;
}

.about-card p {
  margin-bottom: 0;
}

.about-img {
  margin-bottom: 30px;
}

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

/*=================================
About Area End
====================================*/
/*=================================
Team Area End
====================================*/
.team-area {
  /* background-image: url(../img/team/shape.png); */
  background-color: #fbf3e9;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.team-area-two .section-title-two h2 {
  max-width: 610px;
  margin: 0 auto;
}

.team-content {
  margin-bottom: 30px;
}

/* .team-content .section-title-two h2 {
  color: #ffffff;
} */
.team-content .team-btn {
  /* color: #ffffff; */
  margin-top: 10px;
}

.team-content .team-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  margin-left: 3px;
}

/* .team-card {
  margin-bottom: 30px;
} */
.team-card:hover .content {
  transform: scale(1);
  display: block;
}

.team-card.active .content {
  transform: scale(1);
  display: block;
}

.team-card a {
  display: block;
}

.team-card a img {
  max-width: 100%;
}

.team-card .content {
  position: relative;
  margin-top: -50px;
  background-color: #ffffff;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 10px 20px;
  text-align: center;
  transform: scale(0);
  transition: 0.7s;
}

.team-card .content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.team-card .content span {
  font-size: 16px;
  color: #5ad8e8;
  font-family: 'satoshiregular';
  font-weight: 700;
}

.team-card .content .social-link {
  list-style: none;
  margin: 0;
  padding: 0;
}

.team-card .content .social-link li {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
}

.team-card .content .social-link li a {
  text-align: center;
  color: #90a1b2;
  font-size: 18px;
}

.team-card .content .social-link li a:hover {
  color: #5ad8e8;
}

/*=================================
Team Area End
====================================*/
/*=================================
Apartment Area 
====================================*/
.apartment-btn {
  margin-top: 70px;
  float: right;
}

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

.apartment-list ul li {
  color: #b56953;
  padding: 15px;
  border-bottom: 1px dashed #dfdfdf;
  border-top: 1px dashed #dfdfdf;
  font-size: 20px;
  font-family: 'satoshiregular';
  font-weight: 600;
  margin-bottom: 20px;
  position: relative;
  transition: 0.7s;
  overflow: hidden;
}

.apartment-list ul li span {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 30px;
}

.apartment-list ul li.active {
  border: 5px solid #f0f0f0;
  padding: 10px;
}

.apartment-list ul li:hover {
  border: 5px solid #f0f0f0;
  padding: 10px;
}

.apartment-slider {
  position: relative;
}

.apartment-slider .owl-nav {
  margin-top: 0;
}

.apartment-slider .owl-nav .owl-prev {
  position: absolute;
  top: 30%;
  transform: translateY(-16px);
  left: 0;
  color: #0d104c !important;
  font-size: 35px !important;
  font-weight: 900;
}

.apartment-slider .owl-nav .owl-prev:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

.apartment-slider .owl-nav .owl-next {
  position: absolute;
  top: 30%;
  transform: translateY(-16px);
  right: 0;
  color: #0d104c !important;
  font-size: 35px !important;
  font-weight: 900;
}

.apartment-slider .owl-nav .owl-next:hover {
  color: #b56953 !important;
  background-color: transparent !important;
}

.apartment-item {
  margin-bottom: 30px;
}

.apartment-item:hover a h3 {
  color: #b56953;
}

.apartment-item ul {
  margin-top: 25px;
  margin-bottom: 5px;
  list-style: none;
  padding: 0;
}

.apartment-item ul li {
  display: inline-block;
  color: #0d104c;
  text-transform: uppercase;
}

.apartment-item ul li a {
  color: #b56953;
}

.apartment-item a {
  display: block;
}

.apartment-item a h3 {
  font-size: 40px;
  color: #0d104c;
  font-weight: 700;
  margin-bottom: 10px;
  transition: 0.7s;
}

.apartment-item p {
  margin-bottom: 0;
}

/*=================================
Apartment Area End
====================================*/
/*=================================
Counter Area
====================================*/
.counter-area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.counter-bg1 {
  background-color: #0d104c;
}

.counter-bg2 {
  position: relative;
  background-color: #5ad8e8;
}

.counter-bg2::before {
  content: "";
  position: absolute;
  background-image: url(../img/counter-shape.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}

.single-counter i {
  font-size: 60px;
  color: #8390b0;
  display: inline-block;
  position: relative;
  top: -35px;
  margin-right: 15px;
}

.single-counter .content {
  display: inline-block;
}

.single-counter .content h3 {
  font-size: 85px;
  font-weight: 700;
  color: #8390b0;
  margin-bottom: 10px;
  line-height: 1;
}

.single-counter .content span {
  color: #ffffff;
  font-size: 18px;
  text-transform: uppercase;
}

.counter-color {
  color: #f0d696 !important;
}

/*=================================
Counter Area End
====================================*/
/*=================================
Apartment Offer 
====================================*/
.apartment-offer-two {
  position: relative;
  background-image: url(../img/apartment/apartment-bg.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
}

.apartment-offer-two::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #254a6d;
  opacity: 0.5;
}

.offer-content {
  margin-bottom: 30px;
}

.offer-item {
  padding: 30px 20px 60px 20px;
  border: 5px solid #f0f0f0;
  position: relative;
  transition: 0.7s;
  margin-bottom: 30px;
}

.offer-item h3 {
  font-size: 24px;
  color: #0d104c;
  transform: 0.7s;
}

.offer-item i {
  font-size: 60px;
  color: #b5b5b5;
  position: absolute;
  right: 15px;
  bottom: 0;
  transform: 0.7s;
}

.offer-item:hover h3 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.offer-item:hover p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.offer-item-bg {
  position: relative;
}

.offer-item-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #b56953;
  z-index: -1;
  opacity: 0;
  transition: 0.7s;
}

.offer-item-bg:hover {
  border-color: #b56953;
}

.offer-item-bg:hover::before {
  opacity: 1;
  width: 100%;
}

.offer-item-bg:hover i {
  color: #ffc1c1;
}

.offer-item-bg.active {
  border-color: #b56953;
}

.offer-item-bg.active::before {
  opacity: 1;
  width: 100%;
}

.offer-item-bg.active h3 {
  color: #ffffff;
}

.offer-item-bg.active p {
  color: #ffffff;
}

.offer-item-bg.active i {
  color: #ffc1c1;
}

.offer-item-bg.active:hover {
  background-color: #ffffff;
  border-color: #f0f0f0;
}

.offer-item-bg.active:hover h3 {
  color: #0d104c;
}

.offer-item-bg.active:hover p {
  color: #777777;
}

.offer-item-bg.active:hover i {
  color: #b5b5b5;
}

.offer-item-bg2 {
  border: none !important;
  background-color: #ffffff;
  position: relative;
}

.offer-item-bg2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #5ad8e8 !important;
  opacity: 0;
  transition: 0.7s;
}

.offer-item-bg2:hover::before {
  opacity: 1;
  width: 100%;
}

.offer-item-bg2:hover i {
  color: #0d104c;
}

.offer-item-bg2.active::before {
  opacity: 1;
  width: 100%;
  background-color: #5ad8e8;
  transition: 0.7s;
}

.offer-item-bg2.active h3 {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.offer-item-bg2.active p {
  color: #ffffff;
  position: relative;
  z-index: 1;
}

.offer-item-bg2.active i {
  color: #0d104c;
}

.offer-item-bg2.active:hover::before {
  background-color: #ffffff !important;
  border: none;
  position: relative;
  z-index: 1;
}

.offer-item-bg2.active:hover h3 {
  color: #0d104c;
}

.offer-item-bg2.active:hover p {
  color: #777777;
}

.offer-item-bg2.active:hover i {
  color: #b5b5b5;
}

/*=================================
Apartment Offer End
====================================*/
/*=================================
House Details Area
====================================*/
.house-details-area {
  background-color: #fbf3e9;
}

.house-content {
  max-width: 560px;
}

.house-content span {
  font-size: 14px;
  color: #b56953;
  position: relative;
  margin-left: 40px;
}

.house-content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #b56953;
}

.house-content h2 {
  font-size: 35px;
  color: #0d104c;
  max-width: 350px;
}

.house-content .house-list {
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  max-width: 460px;
}

.house-content .house-list li {
  font-size: 17px;
  color: #4e6277;
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 10px;
  border-top: 1px dashed #d7b1a2;
  border-bottom: 1px dashed #d7b1a2;
  font-family: 'satoshiregular';
}

.house-content .house-list li b {
  position: absolute;
  right: 10px;
  top: 2px;
  font-weight: 500;
  font-size: 20px;
}

.margin-left {
  margin-left: auto;
}

.house-margin {
  margin-left: 60px;
}

.house-slider {
  position: relative;
}

.house-slider .owl-nav .owl-prev {
  position: absolute;
  bottom: -4px;
  right: 46px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #906255 !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-slider .owl-nav .owl-prev:hover {
  background-color: #b56953 !important;
}

.house-slider .owl-nav .owl-next {
  position: absolute;
  bottom: -4px;
  right: -4px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #b56953 !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-slider .owl-nav .owl-next:hover {
  background-color: #906255 !important;
}

.house-slider-two {
  position: relative;
}

.house-slider-two .owl-nav {
  margin-top: 0;
}

.house-slider-two .owl-nav .owl-prev {
  position: absolute;
  bottom: -4px;
  left: -4px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #906255 !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-slider-two .owl-nav .owl-prev:hover {
  background-color: #b56953 !important;
}

.house-slider-two .owl-nav .owl-next {
  position: absolute;
  bottom: -4px;
  left: 46px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #b56953 !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-slider-two .owl-nav .owl-next:hover {
  background-color: #906255 !important;
}

.house-content-two {
  /* margin-bottom: 30px; */
  max-width: 600px;
  padding: 70px 60px;
  background-color: #ffffff;
  position: relative;
  z-index: 5;
  margin-right: -85px;
  border: 5px solid #f0f0f0;
}

.house-content-two span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
}

.house-content-two span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.house-content-two h2 {
  font-size: 35px;
  color: #0d104c;
  max-width: 380px;
}

.house-content-two h2 b {
  color: #5ad8e8;
}

.house-content-two .house-list {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  max-width: 460px;
}

.house-content-two .house-list li {
  font-size: 17px;
  color: #4e6277;
  display: block;
  position: relative;
  padding: 5px 0;
  margin-bottom: 10px;
  border-top: 1px dashed #d7b1a2;
  border-bottom: 1px dashed #d7b1a2;
  font-family: 'satoshiregular';
}

.house-content-two .house-list li b {
  position: absolute;
  right: 10px;
  top: 2px;
  font-weight: 500;
  font-size: 20px;
}

.house-slider-three {
  position: relative;
  margin-bottom: 30px;
}

.house-slider-three .owl-nav {
  margin-top: 0;
}

.house-slider-three .owl-nav .owl-prev {
  position: absolute;
  bottom: -4px;
  right: 46px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #9a7927 !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-slider-three .owl-nav .owl-prev:hover {
  background-color: #5ad8e8 !important;
}

.house-slider-three .owl-nav .owl-next {
  position: absolute;
  bottom: -4px;
  right: -4px;
  color: #ffffff !important;
  font-size: 20px !important;
  width: 50px !important;
  height: 50px !important;
  background-color: #5ad8e8 !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.house-slider-three .owl-nav .owl-next:hover {
  background-color: #9a7927 !important;
}

/*=================================
House Details Area End
====================================*/
/*=================================
House Area
====================================*/
.house-card {
  /* margin-bottom: 30px; */
}

.house-card:hover .content a h3 {
  color: #5ad8e8;
}

.house-card a {
  display: block;
}

.house-card a img {
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.property-block {
  margin-bottom: 0;
}

.property-block img {
  width: 85% !important;
}

.house-card .content {
  position: relative;
  margin-top: -75px;
  right: -45px;
  padding: 100px 20px 30px 20px;
  max-width: 510px;
  background-color: #13154f;
  right: 0;
  margin-left: auto;
  z-index: 99;
  min-height: 600px;
}

.property-block.house-card .content {
  background-color: #363f4f;
  max-width: 100%;
  width: 50%;
  padding: 65px;
  border: unset;
  margin-top: -230px;
}

.house-card .content span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.house-card .content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.house-card .content span a {
  color: #5ad8e8;
  display: inline-block;
  margin-bottom: 0;
}

.house-card .content h3 {
  font-size: 30px;
  margin-bottom: 0;
  margin-top: 15px;
  transition: 0.7s;
  color: #92c6cd;
  font-family: 'satoshiregular';
  font-weight: 400;
}

.property-block.house-card .content h3 {
  color: #5ad8e8;
}

.property-block.house-card .content p {
  color: #fff;
  max-width: 100%;
  font-size: 20px;
  font-weight: 600;
}

.property-block.house-card .content ul li {
  color: #fff;
}

.house-card .content p {
  max-width: 450px;
  margin-top: 20px;
  color: #fff;
}

.house-card .content .learn-btn {
  color: #fff;
  position: absolute;
  left: 20px;
  bottom: 20px;
}

.house-card .content .learn-btn i {
  color: #fff;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.house-card .content .learn-btn svg {
  fill: #fff;
}

.house-card .content .learn-btn:hover {
  letter-spacing: 0.5px;
  color: #5ad8e8;
}

.house-card .content .learn-btn:hover svg {
  fill: #5ad8e8;
}

.house-card .content .learn-btn:hover i {
  color: #5ad8e8;
}

/*=================================
House Area End
====================================*/
/*=================================
Blog Area 
====================================*/
.blog-area {
  padding-top: 100px;
}

.blog-card {
  margin-bottom: 30px;
}

.blog-card:hover .content a h3 {
  color: #5ad8e8;
}

.blog-card a {
  display: block;
}

.blog-card a img {
  max-width: 100%;
}

.blog-card .content {
  margin-top: 15px;
  padding: 30px 20px;
  border: 5px solid #f2f2f2;
}

.blog-card .content span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.blog-card .content span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.blog-card .content span a {
  color: #5ad8e8;
  display: inline-block;
  margin-bottom: 0;
}

.blog-card .content h3 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}

/*=================================
Blog Area End
====================================*/
/*=================================
Blog Details Area
====================================*/
.article-title {
  margin-bottom: 45px;
}

.article-title .section-title-two h2 {
  max-width: 615px;
}

.blog-article {
  margin-bottom: 30px;
}

.blog-article .article-img {
  margin-bottom: 30px;
}

.blog-article .article-comment {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 15px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}

.blog-article .article-comment li {
  display: inline-block;
  text-align: left;
  position: relative;
  margin-right: 150px;
  padding-top: 10px;
}

.blog-article .article-comment li:last-child {
  margin-right: 0;
  float: right;
}

.blog-article .article-comment li .image {
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
}

.blog-article .article-comment li .content {
  display: block;
  margin-left: 55px;
  padding-top: 0;
}

.blog-article .article-comment li .content h3 {
  font-size: 22px;
  color: #0d104c;
  display: block;
  line-height: 1;
}

.blog-article .article-comment li .content span {
  font-size: 15px;
  color: #5ad8e8;
  display: block;
}

.blog-article .article-comment li .content span a {
  color: #5ad8e8;
}

.blog-article .article-comment li .content span a:hover {
  color: #0d104c;
}

.blog-article .article-comment li .content-list {
  display: block;
  margin-left: 15px;
  padding-top: 10px;
  position: relative;
}

.blog-article .article-comment li .content-list::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -15px;
  width: 1px;
  height: 45px;
  background-color: #ededed;
}

.blog-article .article-comment li .content-list h3 {
  font-size: 20px;
  color: #0d104c;
  display: block;
}

.blog-article .article-comment li .content-list span {
  font-size: 15px;
  color: #5ad8e8;
  display: block;
}

.blog-article .article-content .content-text {
  position: relative;
}

.blog-article .article-content .content-text::before {
  content: "D";
  position: absolute;
  font-size: 100px;
  color: #0d104c;
  font-family: 'satoshiregular';
  top: -50px;
  left: 0;
  font-weight: 500;
}

.blog-article .article-content .content-text p {
  margin-left: 70px;
  margin-bottom: 10px;
}

.blog-article .blockquote {
  position: relative;
  margin-bottom: 20px;
  margin-top: 90px;
}

.blog-article .blockquote::before {
  content: "“";
  position: absolute;
  top: -150px;
  left: 0;
  font-size: 160px;
  font-family: 'satoshiregular';
  font-weight: 700;
  color: #0d104c;
}

.blog-article .blockquote::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 55px;
  background-color: #5ad8e8;
}

.blog-article .blockquote p {
  font-size: 18px;
  color: #0d104c;
  font-weight: 700;
  margin-top: 20px;
  margin-left: 30px;
}

.blog-article .blog-article-share {
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-article .blog-article-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 8px;
  transition: 0.7s;
  color: #5ad8e8;
}

.blog-article .blog-article-share .blog-tag ul li a {
  color: #5ad8e8;
}

.blog-article .blog-article-share .blog-tag ul li:hover a {
  color: #0d104c;
}

.blog-article .blog-article-share .blog-tag ul li.active a {
  color: #0d104c;
}

.blog-article .blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article .blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.blog-article .blog-article-share .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.blog-article .blog-article-share .social-icon li:nth-child(1) a {
  background-color: #3b5998;
}

.blog-article .blog-article-share .social-icon li:nth-child(1) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a {
  background-color: #55acee;
}

.blog-article .blog-article-share .social-icon li:nth-child(2) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a {
  background-color: #3f729b;
}

.blog-article .blog-article-share .social-icon li:nth-child(3) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a {
  background-color: #ff0000;
}

.blog-article .blog-article-share .social-icon li:nth-child(4) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a {
  background-color: #c80000;
}

.blog-article .blog-article-share .social-icon li:nth-child(5) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.blog-article .article-post {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.blog-article .article-post::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background-color: #eeeeee;
}

.blog-article .article-post .article-post-share span {
  font-size: 14px;
  color: #5ad8e8;
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.blog-article .article-post .article-post-share span::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #5ad8e8;
}

.blog-article .article-post .article-post-share span a {
  color: #5ad8e8;
  display: inline-block;
  margin-bottom: 0;
}

.blog-article .article-post .article-post-share span a:hover {
  color: #0d104c;
}

.blog-article .article-post .article-post-share a {
  display: block;
}

.blog-article .article-post .article-post-share a h3 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
  transition: 0.7s;
  max-width: 360px;
  color: #6a8096;
}

.blog-article .article-post .article-post-share a h3:hover {
  color: #0d104c;
  text-decoration: underline;
}

.blog-article .article-post .article-post-share a h3.active {
  color: #0d104c;
  text-decoration: underline;
}

.blog-article .article-post .article-post-share.text-align {
  float: right;
}

.blog-article .comments-wrap {
  margin-top: 20px;
  padding-top: 40px;
}

.blog-article .comments-wrap .title {
  font-size: 30px;
  margin-bottom: 30px;
}

.blog-article .comments-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article .comments-wrap ul li {
  position: relative;
  padding: 30px;
  padding-left: 150px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.blog-article .comments-wrap ul li:last-child {
  margin-bottom: 0;
  border: none;
}

.blog-article .comments-wrap ul li img {
  border-radius: 50%;
  position: absolute;
  top: 35px;
  left: 30px;
}

.blog-article .comments-wrap ul li h3 {
  margin-bottom: 0;
  font-size: 20px;
  font-family: 'satoshiregular';
  font-weight: 500;
}

.blog-article .comments-wrap ul li span {
  margin-bottom: 10px;
  display: block;
}

.blog-article .comments-wrap ul li p {
  margin-bottom: 0;
}

.blog-article .comments-wrap ul li a {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #0d104c;
  font-weight: 500;
}

.blog-article .comments-wrap ul li a:hover {
  color: #5ad8e8;
}

.blog-article .comments-wrap ul li.ml-30 {
  margin-left: 30px;
}

.blog-article .comments-form {
  margin-top: 20px;
}

.blog-article .comments-form .contact-form {
  max-width: 100%;
}

.blog-article .comments-form .contact-form .agree-label {
  margin-bottom: 20px;
}

.blog-article .comments-form .contact-form .agree-label label {
  font-weight: 400;
  color: #636363;
  margin-left: 10px;
}

.blog-widget {
  margin-bottom: 35px;
}

.blog-widget .title {
  font-size: 26px;
  color: #0d104c;
  margin-bottom: 20px;
  border-bottom: 1px dashed #c8ccd0;
  padding-bottom: 15px;
}

.blog-widget.search-widget .search-form {
  position: relative;
}

.blog-widget.search-widget .search-form .form-control {
  height: 50px;
  border: 1px solid #c8ccd0;
  background-color: #f4f4f4;
  box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.blog-widget.search-widget .search-form .form-control:focus {
  border-color: #5ad8e8;
}

.blog-widget.search-widget .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #5ad8e8;
  transition: all 0.5s;
  border: none;
  outline: none;
}

.blog-widget.search-widget .search-form button i {
  color: #f6f2e7;
}

.blog-widget.search-widget .search-form button:hover {
  background-color: #0d104c;
}

.blog-widget.blog-widget-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-widget.blog-widget-tag ul li {
  display: inline-block;
  padding: 0 5px;
  transition: 0.7s;
  color: #777777;
  font-size: 18px;
}

.blog-widget.blog-widget-tag ul li a {
  color: #777777;
}

.blog-widget.blog-widget-tag ul li:hover a {
  color: #0d104c;
}

.blog-widget.blog-widget-tag ul li.active a {
  color: #0d104c;
}

.blog-widget.blog-widget-pos .widget-post span {
  color: #5ad8e8;
  font-size: 14px;
}

.blog-widget.blog-widget-pos .widget-post a {
  display: block;
}

.blog-widget.blog-widget-pos .widget-post a h3 {
  font-size: 16px;
  font-family: 'satoshiregular';
  color: #777777;
  position: relative;
  margin-left: 40px;
  margin-top: 15px;
  max-width: 280px;
  font-weight: 500;
}

.blog-widget.blog-widget-pos .widget-post a h3::before {
  content: "";
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  top: 15px;
  background-color: #777777;
}

/*=================================
Blog Details Area End
====================================*/
/*=================================
newsletter Area 
====================================*/
.newsletter-area {
  background-color: #fbf3e9;
}

.newsletter-content {
  display: inline-block;
  margin-bottom: 20px;
}

.newsletter-content i {
  font-size: 60px;
  color: #0d104c;
  margin-right: 25px;
  line-height: 1;
}

.newsletter-content h2 {
  display: inline-block;
  font-size: 45px;
  font-family: 'satoshiregular';
  text-transform: capitalize;
  font-weight: 900;
  line-height: 1.2;
  color: #0d104c;
  margin: 0;
  position: relative;
  top: -15px;
}

.newsletter-content h2 b {
  color: #5ad8e8;
  font-weight: 500;
  font-style: italic;
}

.newsletter-form {
  position: relative;
  margin-bottom: 20px;
  max-width: 540px;
}

.newsletter-form .form-control {
  background: #ffffff;
  height: 55px;
  line-height: 55px;
  margin: 0;
  border-radius: 0;
  border: none;
  padding: 0 25px;
}

.newsletter-form .form-control:focus {
  outline: none;
  box-shadow: none;
  border: none;
}

.newsletter-form .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  background-color: #5ad8e8;
  color: #ffffff;
  line-height: 55px;
  padding: 0 30px;
  height: 55px;
  border: 0;
}

.newsletter-form .validation-danger {
  font-size: 18px;
  margin-top: 15px;
  color: red;
}

/*=================================
newsletter Area End
====================================*/
/*=================================
Map Area 
====================================*/
.map-area {
  position: relative;
}

.map-area iframe {
  display: block;
  width: 100%;
  height: 670px;
}

.map-content {
  padding: 50px 40px;
  background-color: #ffffff;
  position: absolute;
  top: 140px;
  max-width: 600px;
  right: 10%;
}

.map-content span {
  color: #0d104c;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}

.map-content h2 {
  font-size: 55px;
  font-family: 'satoshiregular';
  text-transform: capitalize;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  color: #0d104c;
  max-width: 450px;
  margin-bottom: 30px;
}

.map-content h2 b {
  color: #5ad8e8;
  font-weight: 500;
  font-style: italic;
}

.map-content .map-content-left {
  width: 240px;
  height: 90px;
  background-color: #5ad8e8;
  text-align: center;
  line-height: 60px;
  transition: 0.7s;
  display: inline-block;
}

.map-content .map-content-left span {
  color: #ffffff;
  margin-bottom: 0;
}

.map-content .map-content-left h3 {
  line-height: 1.2;
  margin: 0;
  font-weight: 300;
  font-family: 'satoshiregular';
}

.map-content .map-content-left h3 a {
  font-size: 24px;
  font-family: 'satoshiregular';
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.map-content .map-content-left:hover {
  background-color: #0d104c;
}

.map-content .map-content-right {
  width: 240px;
  height: 90px;
  background-color: #0d104c;
  text-align: center;
  line-height: 60px;
  transition: 0.7s;
  display: inline-block;
  margin-left: 20px;
}

.map-content .map-content-right span {
  color: #ffffff;
  margin-bottom: 0;
}

.map-content .map-content-right h3 {
  line-height: 1.2;
  margin: 0;
  font-weight: 300;
  font-family: 'satoshiregular';
}

.map-content .map-content-right h3 a {
  font-size: 24px;
  font-family: 'satoshiregular';
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.map-content .map-content-right:hover {
  background-color: #5ad8e8;
}

.map-area-two {
  position: relative;
}

.map-area-two iframe {
  display: block;
  width: 100%;
  height: 820px;
}

.contact-wrap {
  position: absolute;
  top: 100px;
  right: 2%;
}

.contact-wrap .contact-form {
  background-color: #ffffff;
}

/*=================================
Map Area End
====================================*/
/*=================================
Footer Area
====================================*/
.footer-bg {
  background-color: #162c44;
}

.footer-bg2 {
  position: relative;
  /* background-image: url(../img/footer-bg.jpg); */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.footer-bg2::before {
  content: "";
  position: absolute;
  background-color: rgb(14 16 76 / 98%);
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* opacity: 0.9; */
}

.single-footer-widget {
  margin-bottom: 30px;
}

.single-footer-widget .logo {
  margin-bottom: 20px;
}

.single-footer-widget .logo .footer-logo2 {
  display: none;
}

.single-footer-widget p {
  font-size: 18px;
  margin-bottom: 25px;
  /* max-width: 280px; */
}

.single-footer-widget .social-link {
  margin: 0;
  padding: 0;
  list-style: 0;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-link li a {
  border-radius: 50px;
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-footer-widget .social-link li:nth-child(1) a {
  background-color: #3b5998;
}

.single-footer-widget .social-link li:nth-child(1) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.single-footer-widget .social-link li:nth-child(2) a {
  background-color: #55acee;
}

.single-footer-widget .social-link li:nth-child(2) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.single-footer-widget .social-link li:nth-child(3) a {
  background-color: #3f729b;
}

.single-footer-widget .social-link li:nth-child(3) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.single-footer-widget .social-link li:nth-child(4) a {
  background-color: #ff0000;
}

.single-footer-widget .social-link li:nth-child(4) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.single-footer-widget .social-link li:nth-child(5) a {
  background-color: #c80000;
}

.single-footer-widget .social-link li:nth-child(5) a:hover {
  background-color: #5ad8e8;
  animation: tada 1s linear;
}

.single-footer-widget h3 {
  margin-top: 0px;
  font-size: 24px;
  color: #0d104c;
  margin-bottom: 15px;
}

.single-footer-widget .footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-footer-widget .footer-list li {
  display: block;
  margin-top: 5px;

}

.single-footer-widget .footer-list li a {
  font-size: 18px;
  line-height: normal;
  color: #777777;
}

.single-footer-widget .footer-list li a:hover {
  color: #5ad8e8;
}

.single-footer-widget .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-footer-widget .footer-contact-list li {
  display: block;
  font-size: 18px;
  line-height: normal;
  margin-top: 5px;
}

.single-footer-widget .footer-contact-list li span {
  font-size: 18px;
  line-height: normal;
  color: #0d104c;
  font-weight: 600;
}

.single-footer-widget .footer-contact-list li a {
  color: #777777;
}

.single-footer-widget .footer-gallery {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}

.single-footer-widget .footer-gallery li {
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.single-footer-widget .footer-gallery li a {
  display: block;
  position: relative;
}

.single-footer-widget .footer-gallery li a img {
  width: 100%;
}

.single-footer-widget .footer-gallery li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #254a6d;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-footer-widget .footer-gallery li a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.single-footer-widget.single-footer-color p {
  color: #aec5df;
}

.single-footer-widget.single-footer-color h3 {
  color: #ffffff;
}

.single-footer-widget.single-footer-color .footer-list li a {
  color: #aec5df;
}

.single-footer-widget.single-footer-color .footer-list li a:hover {
  color: #ffffff;
}

.single-footer-widget.single-footer-color .footer-contact-list li {
  color: #aec5df;
}

.single-footer-widget.single-footer-color .footer-contact-list li span {
  color: #ffffff;
}

.single-footer-widget.single-footer-color .footer-contact-list li a {
  color: #aec5df;
}

.single-footer-widget .footer-profile {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-footer-widget .footer-profile li {
  display: inline-block;
  text-align: left;
  position: relative;
  padding-top: 10px;
}

.single-footer-widget .footer-profile li .profile {
  text-align: center;
  position: absolute;
  left: 0;
  top: 10px;
}

.single-footer-widget .footer-profile li .name {
  display: block;
  margin-left: 95px;
  padding-bottom: 10px;
  border-bottom: 1px solid #606f80;
}

.single-footer-widget .footer-profile li .name h3 {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
  display: block;
}

.single-footer-widget .footer-profile li .name span {
  font-size: 15px;
  margin-top: 3px;
  color: #ffffff;
  display: block;
}

.single-footer-widget .footer-profile li .content {
  display: block;
  margin-left: 95px;
  padding-top: 10px;
}

.single-footer-widget .footer-profile li .content a {
  font-size: 15px;
  color: #ffffff;
  display: block;
}

.single-footer-widget .footer-profile li .content span {
  font-size: 15px;
  color: #ffffff;
  display: block;
}

.footer-bottom {
  padding: 20px 0;
  background-color: #0e104c;
}

.bottom-text {
  text-align: center;
}

.bottom-text p {
  padding: 0;
  margin: 0;
  font-size: 18px;
  line-height: normal;
  color: #ffffff;
}

.bottom-text p a {
  color: #5ad8e8;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  text-decoration: underline;
}

a.policy-class {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
}

a.policy-class:hover {
  color: #5ad8e8;
}

.bottom-text p a:hover {
  color: #ffffff;
}

/*=================================
Footer Area End
====================================*/
/*=================================
Page-navigation Area Style
====================================*/
.pagination-area {
  margin-top: 10px;
  margin-bottom: 30px;
}

.pagination-area .page-numbers {
  width: 38px;
  height: 38px;
  color: #0d104c;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 38px;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 20px;
  font-weight: 500;
  border: 1px solid #f0f0f0;
}

.pagination-area .page-numbers:hover {
  color: #5ad8e8;
}

.pagination-area .page-numbers i {
  position: relative;
  font-size: 30px;
  top: 5px;
}

.pagination-area .page-numbers.current {
  color: #5ad8e8;
}

/*=================================
Page-navigation Area Style
====================================*/
/*=================================
Faq Area Style
====================================*/
.faq-item {
  margin-bottom: 30px;
}

.faq-item h3 {
  font-size: 26px;
  margin-bottom: 15px;
  color: #0d104c;
}

.faq-item p {
  margin-bottom: 0;
}

/*=================================
Faq Area Style End
====================================*/
/*=================================
Contact Area 
====================================*/
.contact-area {
  background-image: url(../img/bg-contact.jpg);
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 112px 0;
}

.contact-option {
  /* max-width: 800px; */
  /* margin-right: auto; */
}

label.number--label.text-16 {
  float: left;
  font-size: 12px;
}

.contact-form {
  padding: 50px;
  max-width: 840px;
  margin: 0 auto 0;
  background-color: #f4f4f4;
}

.contact-form p {
  color: #777777;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px !important;
  margin-bottom: 10px;
  /* text-transform: uppercase; */
}

.contact-form h2 {
  font-size: 35px;
  margin-bottom: 20px;
  color: #13154f;
}

.contact-form .form-group {
  margin-bottom: 25px;
  position: relative;
  /* display: flex; */
}

.invalid-feedback {
  font-size: 15px;
}

textarea#message {
  margin-top: 25px;
}

.contact-form .form-group i {
  position: absolute;
  top: 14px;
  left: 15px;
  line-height: 1;
  font-size: 18px;
  color: #7f7f7f;
  z-index: 1;
}

.contact-form .form-group .form-control {
  height: 50px;
  color: #7f7f7f;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
}

.contact-form .form-group .form-control:focus {
  outline: none;
  /* border-color: #83c1ff; */
  box-shadow: none;
}

.contact-form .form-group textarea.form-control {
  height: auto;
}

.contact-form .with-errors {
  float: left;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 0;
  color: #f00;
  font-weight: 400;
  display: block;
}

.contact-form .text-danger {
  font-size: 18px;
  margin-top: 15px;
}

.contact-form .default-btn {
  border: 0;
  outline: none;
}

.contact-form .form-group .form-control::-moz-placeholder {
  color: #7f7f7f;
}

.contact-form .form-group .form-control::placeholder {
  color: #7f7f7f;
}

/*=================================
Contact Area End
====================================*/
/*==============================
User All CSS 
=================================*/
.user-all-content {
  margin-bottom: 30px;
}

.user-all-content .section-title-two h2 {
  font-size: 40px;
  margin-left: auto;
  margin-right: auto;
}

.user-all-content .section-title-two p {
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.user-all-content .sing-social-icon {
  line-height: 1;
  text-align: center;
  margin: 0;
  padding: 0;
}

.user-all-content .sing-social-icon li {
  display: inline-block;
  margin-right: 10px;
}

.user-all-content .sing-social-icon li a {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  line-height: 60px;
  text-align: center;
  background-color: #5ad8e8;
  color: #ffffff;
}

.user-all-content .sing-social-icon li a:hover {
  background-color: #0d104c;
}

.user-all-content .sing-social-icon li a i {
  font-size: 24px;
  transition: all 0.5s;
}

.user-all-content .recover-text a {
  color: #5ad8e8;
}

.user-all-content .recover-text a:hover {
  color: #0d104c;
}

.user-all-form {
  margin-bottom: 30px;
}

.user-all-form .contact-form .agree-label label {
  font-weight: 600;
  color: #0d104c;
  margin-left: 10px;
}

.user-all-form .contact-form .forget {
  margin-bottom: 15px;
  float: right;
  color: #5ad8e8;
  font-weight: 600;
}

.user-all-form .contact-form .forget:hover {
  color: #0d104c;
}

.user-all-form .contact-form .account-desc {
  margin-top: 15px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
}

.user-all-form .contact-form .account-desc a {
  color: #5ad8e8;
}

.user-all-form .contact-form .account-desc a:hover {
  color: #0d104c;
}

.user-all-form .contact-form .user-all-btn {
  padding: 12px 50px;
}

.user-all-form .contact-form .recover-sign {
  color: #5ad8e8;
  font-weight: 600;
  margin-bottom: 15px;
}

.user-all-form .contact-form .recover-sign:hover {
  color: #0d104c;
}

.user-all-form .contact-form .recover-sign-up {
  color: #0d104c;
  font-weight: 600;
  margin-bottom: 15px;
  float: right;
}

.user-all-form .contact-form .recover-sign-up a {
  color: #5ad8e8;
}

.user-all-form .contact-form .recover-sign-up a:hover {
  color: #0d104c;
}

.appointment-item {
  text-align: center;
  margin-top: 30px;
}

.appointment-item img {
  margin-bottom: 10px;
}

.appointment-item h3 {
  font-size: 22px;
  margin-bottom: 0;
  line-height: 1.2;
}

.appointment-item span {
  font-size: 14px;
  color: #5ad8e8;
  margin-bottom: 0;
}

/*==============================
User All CSS 
=================================*/
/*=================================
404 Error Area
===================================*/
.error-area {
  height: 100vh;
  background-image: url(../img/inner-banner/1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.error-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0d104c;
  opacity: 0.8;
}

.error-area .error-content {
  text-align: center;
  position: relative;
}

.error-area .error-content h1 {
  font-size: 300px;
  line-height: 0.5;
  font-weight: 700;
  color: #ffffff;
}

.error-area .error-content h1 span {
  color: #5ad8e8;
}

.error-area .error-content h3 {
  margin: 50px 0 0;
  position: relative;
  color: #5ad8e8;
  font-size: 35px;
}

.error-area .error-content p {
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 18px;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}

/*=================================
404 Error Area End
===================================*/
/*================================== 
Coming Soon Area 
====================================*/
.coming-soon-area {
  position: relative;
  height: 100vh;
  overflow: hidden;
  background-image: url(../img/inner-banner/9.jpg);
  background-size: cover;
  background-position: center center;
}

.coming-soon-area::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: #0d104c;
  opacity: 0.8;
}

.coming-soon-area .coming-soon-content {
  text-align: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  padding: 70px 30px;
  border: 5px solid #aec5df;
}

.coming-soon-area .coming-soon-content h1 {
  margin-bottom: 0;
  color: #0d104c;
  font-size: 60px;
  margin-top: -18px;
}

.coming-soon-area .coming-soon-content p {
  font-size: 16px;
  max-width: 600px;
  margin-top: 15px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.coming-soon-area .coming-soon-content #timer {
  margin-top: 30px;
}

.coming-soon-area .coming-soon-content #timer div {
  display: inline-block;
  color: #0d104c;
  position: relative;
  margin-left: 35px;
  margin-right: 35px;
  font-size: 45px;
  font-weight: 700;
}

.coming-soon-area .coming-soon-content #timer div span {
  display: block;
  text-transform: capitalize;
  margin-top: -15px;
  font-size: 16px;
  font-weight: normal;
}

.coming-soon-area .coming-soon-content #timer div:last-child {
  margin-right: 0;
}

.coming-soon-area .coming-soon-content #timer div:last-child::before {
  display: none;
}

.coming-soon-area .coming-soon-content #timer div:first-child {
  margin-left: 0;
}

.coming-soon-area .coming-soon-content #timer div::before {
  content: "";
  position: absolute;
  right: -50px;
  top: -10px;
  font-size: 70px;
  color: #ffffff;
}

.coming-soon-area .coming-soon-content .newsletter-form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
  display: block;
  width: 100%;
  height: 60px;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  padding-left: 15px;
  color: #ffffff;
  outline: 0;
  transition: 0.5s;
  border-radius: 0;
  border: 1px solid #0d104c;
  color: #5d5d5d;
}

.coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
  border-color: #0d104c;
}

.coming-soon-area .coming-soon-content .newsletter-form .default-btn {
  border: 0;
  outline: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 60px;
  padding: 0 30px;
  text-transform: uppercase;
  outline: 0;
  color: #ffffff;
  transition: 0.5s;
  font-weight: 500;
  font-size: 15px;
  cursor: pointer;
}

.coming-soon-area .coming-soon-content .newsletter-form button::after {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button::before {
  border-radius: 0;
}

.coming-soon-area .coming-soon-content .newsletter-form button:hover {
  color: #ffffff;
  background-color: #190f3c;
}

.coming-soon-area .coming-soon-content ul {
  list-style: none;
  margin-top: 30px;
  padding: 0;
}

.coming-soon-area .coming-soon-content ul li {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 50px;
  font-size: 18px;
  background-color: #5ad8e8;
  color: #ffffff;
  border-radius: 50px;
  margin-right: 10px;
}

.coming-soon-area .coming-soon-content ul li a {
  color: #ffffff;
}

.coming-soon-area .coming-soon-content ul li:hover {
  background-color: #0d104c;
}

.coming-soon-area #validator-newsletter {
  text-align: left;
  color: #dc3545 !important;
}

/*================================== 
Coming Soon Area End
====================================*/
.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 26px;
  color: #0d104c;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 0;
}

/*==============================
Preloader CSS
=================================*/
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: #FFF;
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner>div {
  width: 18px;
  height: 18px;
  background-color: #5ad8e8;
  border-radius: 100%;
  display: inline-block;
  animation: circle-in 1.4s infinite ease-in-out both;
}

.spinner .circle1 {
  animation-delay: -0.32s;
}

.spinner .circle2 {
  animation-delay: -0.16s;
}

/*==============================
Preloader CSS End
=================================*/
/*==================================
Back To Top Button 
=====================================*/
#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: #5ad8e8;
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-shadow: 0 0 15px #5ad8e8;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  transition: 0.9s;
}

.top-btn:hover {
  background: #0d104c;
  box-shadow: 0 0 15px #0d104c;
  color: #fff;
}

/*==============================
Back To Top Button 
=================================*/
/*=================================
Buy Now Btn
====================================*/
.buy-now-btn {
  right: 20px;
  z-index: 99;
  top: 50%;
  position: fixed;
  transform: translateY(-50%);
  border-radius: 30px;
  display: inline-block;
  color: #ffffff;
  background-color: #82b440;
  padding: 10px 20px 10px 42px;
  box-shadow: 0 1px 20px 1px #82b440;
  font-size: 13px;
  font-weight: 600;
}

.buy-now-btn img {
  top: 50%;
  left: 20px;
  width: 15px;
  position: absolute;
  transform: translateY(-50%);
}

.buy-now-btn:hover {
  color: #ffffff;
  background-color: #94be5d;
}

/*==============================
Animation  CSS 
=================================*/
@keyframes circle-in {

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

  40% {
    transform: scale(1);
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }

  75% {
    transform: scale(1.75);
    opacity: 1;
  }

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

/*==============================
Animation  CSS End
=================================*/
/*# sourceMappingURL=style.css.map */
.orgin-area {
  background: rgb(90 216 232 / 13%);
}


.map-main {
  background: url(../img/footer.jpg) center center;
  padding: 150px 0 0;
  background-repeat: no-repeat;

  background-size: cover;
  border-top: 1px solid #f0f0f0;
  position: relative;

}

.map-main .map {
  z-index: 1;
  position: relative;
}

.map-main .footer-conent {
  background: url(../img/bg-contact.jpg);

  padding: 70px 30px 0;
  border-radius: 20px 20px 0 0;
  box-shadow: -3px -3px 15px 0px rgb(150 150 150 / 75%);
  -webkit-box-shadow: -3px -3px 15px 0px rgb(150 150 150 / 75%);
  -moz-box-shadow: -3px -3px 15px 0px rgb(150 150 150 / 75%);
  z-index: 2;
  position: relative;
}

.map-container {
  position: relative;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 0px;
}

.map-container img {
  width: 100%;
  transition: transform 0.5s;
}

.map-container .point {
  cursor: pointer;
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: all 0.3s ease;
  will-change: transform, box-shadow;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 0 rgb(3 77 162 / 62%);
  animation: pulse 3s infinite;
}

.map-container .point:hover {
  animation: none;
  /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); */
}

.map-container .nigeria {
  top: 33%;
  right: 56%;
  z-index: 5;
}

.map-container .somali {
  top: 70%;
  left: 73%;
  z-index: 1;
}

.map-container .addis-ababa {
  top: 59%;
  left: 46%;
  z-index: 3;

}

.map-container .ghana {
  top: 35%;
  left: 33%;
  z-index: 3;
}

.map-container .afar {
  top: 22%;
  left: 53.5%;
  z-index: 1;
}

.map-container .ivory-cost {
  top: 35%;
  left: 28.5%;
  z-index: 2;
}

.map-container .angola {
  top: 64%;
  left: 50.5%;
}

.map-container .ethiopia {
  top: 32%;
  left: 71%;
  z-index: 4;

}

.map-container .algeria {
  top: 9%;
  left: 37.5%;
  z-index: 2;
}


.tooltip-top h4 {
  font-size: 20px;
  color: #0d104c;
  margin-bottom: 10px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  }

  70% {
    box-shadow: 0 0 0 25px rgba(228, 183, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(228, 183, 199, 0);
  }
}

.point .tooltiptext {
  visibility: hidden;
  position: absolute;
  background: #8e8e8e;
  background: rgb(13, 16, 76);
  background: linear-gradient(0deg, rgba(13, 16, 76, 1) 0%, rgba(90, 216, 232, 1) 100%);
  color: #fff;
  text-align: left;
  padding: 10px 10px;
  border-radius: 10px;
  min-width: 150px;
  z-index: 1;
  opacity: 0;
  transition: opacity .6s;
  /* -webkit-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px -5px 5px 0px rgba(0, 0, 0, 0.2); */
  background-size: cover;
}

.tooltip-top {
  top: 35px;
  left: 50%;
  transform: translateX(-50%);
}

.tooltip-top p {
  font-size: 13px;
  margin: 0 0 0 0;
  line-height: inherit;
  display: inline-flex;
  color: #fff;
}

.tooltip-top p i {
  margin-right: 5px;
  font-family: 'FontAwesome';
  font-style: normal;
  margin-top: 6px;
}

.tooltip-top a {
  display: block;
  box-sizing: border-box;
  font-size: 14px;
  color: #FFF;
  display: inline-block;
  font-weight: 600;
  text-transform: capitalize;

}

.point:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.point:hover img {
  transform: scale(1.3);
}

.highlight-botoom {
  position: absolute;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  width: 100%;
  margin: 0px;
  z-index: 1;
}

img.map-marker {
  width: 55%;
}

.tab-pane.active .img-text {
  animation: slide-down 1s ease-out;
}

.prod_table tr:first-child {
  color: #fff;
  background: #2b52a4 !important;
}

.img-20 {
  width: 20%;
}

.bg-contain {
  background-size: contain !important;
  background-position: top !important;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

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

.house-details-item img,
.house-item img {
  width: 100%;
  border: 1px solid rgb(0 0 0 / 26%);
}

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

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

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

.pb-112 {
  padding-bottom: 112px;
}

.video-skyline {
  position: relative;
}

#bgVideo {
  width: 100%;
  height: 100vh;
  background: #254a6d;
  position: relative;
  object-fit: cover;
  height: 650px;
  margin-bottom: -10px;
}

.mt-0 {
  margin-top: 0 !important;
}

.videoembed {
  filter: grayscale();
}

/* home page css */

.section-heading h2 {
  font-size: 40px;
  font-family: 'satoshiregular';
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  color: #13154f;
}

.component-block {
  border-top: 3px solid #93c6cd;
  padding-top: 10px;
  margin-top: 40px;
}

.cabr-m-grid {
  position: relative;
}

.cbre-c-gridCard__header1 {
  min-height: 70px;
  margin-bottom: 20px;
}

.cbre-c-gridCard__header1 h3.cbre-c-gridCard__title {
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  color: #777777;
  margin-bottom: 0;
}

.cbre-c-gridCard__header1 .cbre-c-gridCard__sub-title {
  font-size: 19px;
  font-weight: 400;
  color: #2f5597;
}

.cbre-c-gridCard__description {
  transition-delay: 0s;
  border-color: var(--color-primary-2);
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 24px;
  transition: border cubic-bezier(0.75, 0.02, 0.5, 1) 0.4s;
  border-inline-start: 4px solid rgba(0, 0, 0, 0);
  grid-area: hover;
  padding: 32px;
  top: 0;
  left: 0;
  height: 100%;
  border-left: 5px solid #93c6cd;
  cursor: pointer;
  width: 100%;
}

.cbre-c-gridCard__description::before {
  content: "";
  position: absolute;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  width: 0px;
  height: 100%;
  background-color: #e2e9eb;
  transition: width 0.4s cubic-bezier(0.75, 0.02, 0.5, 1);
}

.cabr-m-grid p.cbre-c-gridCard__description-text,
.cabr-m-grid .cbre-c-gridCard__description-cta {
  opacity: 0;
  transition: all .1s cubic-bezier(0.75, 0.02, 0.5, 1);
  transform: translateY(10px);
  position: relative;
  z-index: 2;
  transition: all .4s cubic-bezier(0.75, 0.02, 0.5, 1);
  position: relative;
  display: inline-block;
}

.cbre-c-gridCard__description-cta {
  display: flex !important;
  justify-content: flex-end;
}

a.cbre-c-ctaLink1 {
  display: flex;
  align-items: center;
}

a.cbre-c-ctaLink1 svg {
  color: #fff;
  fill: #fff;
  font-size: 20px;
  font-weight: 400;
}

.cbre-c-gridCard__description-cta a.cbre-c-ctaLink1 svg {
  fill: #14154d;
}

section#ph_Hero .cbre-c-gridCard__description-cta a.cbre-c-ctaLink1 svg {
  fill: #fff;
}

a.cbre-c-ctaLink1:hover {
  color: #0e104c !important;
}

a.cbre-c-ctaLink1:hover svg {
  color: #0e104c;
  fill: #0e104c;
}

.cbre-c-gridCard__description-text,
.cbre-c-ctaLink1 {
  color: #14154d;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5 !important;
}

.cabr-m-grid:hover .cbre-c-gridCard__description::before {
  width: 100%;
  z-index: 99;
}

.cabr-m-grid:hover p.cbre-c-gridCard__description-text,
.cabr-m-grid:hover .cbre-c-gridCard__description-cta {
  opacity: 1;
  z-index: 999;
  transition-delay: .1s;
  transition-duration: .4s;
  transform: translateY(0px);
}

.cbre-c-homeHero__slides {
  height: calc(100vh - 100px);
  margin-bottom: 0;
}

.cbre-c-homeHero {
  padding-left: 0;
  padding-right: 0;
  background-color: #0e104c;
}

.cbre-c-homeHero__slides {
  padding-left: 0;
  padding-right: 0;
  height: calc(0px + 100vh);
}

.component.cbre-c-homeHero {
  margin-bottom: 0 !important;
}

#bgVideo.home-banner {
  height: 100vh;
}

/* homepage header css */

.homepage-header .navbar-nav {
  align-items: center;
}

.oftop-nav.homepage-header {
  background-color: #fff;
}

.innerpage-title {
  margin-bottom: 112px;
  padding: 70px 0px;
}


.innerpage-title h2 {
  max-width: 100%;
  margin: 0;
  color: #254a6d;
  font-size: 36px;
  font-weight: 500;
  /* font-family: 'satoshimedium'; */
}

.house-details-two .innerpage-title h2 {
  color: #254a6d;
}

.lifestyle-grid .innerpage-title h2 {
  color: #0f103e;
}

.integrated-facility-services .innerpage-title h2 {
  color: #254a6d;
}

.block-content {
  padding: 70px;
}

.property-content .block-content {
  padding: 0 70px;
}

.block-content p {
  font-size: 20px;
  line-height: 1.5;
  color: #254a6d;
}

.house-three-item1 img {
  width: 100%;
}

.blocks-grid {
  padding: 112px 0px;
}

.lifestle-content {
  padding: 30px 30px;
  height: 300px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.lifestle-content h4 {
  color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 0;
}

.block-grid-content {
  color: hsl(238.95deg 58.76% 19.02% / 91%);
  font-size: 24px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.columns {
  -moz-column-gap: 0;
  column-gap: 0;
  -moz-column-width: 30%;
  column-width: 30%;
  -moz-column-count: 3;
  column-count: 3;
}


.columns.container {
  padding: 0;
}

@media all and (max-width: 540px) {
  .columns {
    -moz-column-count: 1;
    column-count: 1;
  }
}

.apartment-title h2.light-blue-text {
  margin: 0;
  color: #14154d;
  font-size: 40px;
  font-weight: 700;
}

.apartment-list.b-list {
  margin: 112px 0;
}

.list-image-icon {
  display: flex;
  padding: 20px 0;
  align-items: center;
}

.gradient-border,
.gradient-border-reverse,
.gradient-border-new {
  position: relative;
  width: 100%;
}

.image-icon img {
  width: 80px;
  margin-right: 40px;
}

.list-text-big p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 0;
}

.gradient-border-new::after {
  content: " ";
  position: absolute;
  /* left: 0; */
  width: 93%;
  height: 4px;
  background: rgb(5, 192, 201, 1);
  background: -moz-linear-gradient(96deg, rgba(5, 192, 201, 1) 0%, rgba(19 19 79) 96%);
  background: -webkit-linear-gradient(96deg, rgba(5, 192, 201, 1) 0%, rgba(19 19 79) 96%);
  background: linear-gradient(96deg, rgba(5, 192, 201, 1) 0%, rgba(19 19 79) 96%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f659c", endColorstr="#05c0c9", GradientType=1);
  right: -12px;
  top: 0px;
}

.section-title.banefits-title p {
  max-width: 100%;
  font-size: 24px;
  font-weight: 500;
  color: #254a6d;
}

.house-details-two.banefits-client {
  background-image: url('../img/addice.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  background-position: bottom;
}

.facility-management {
  background-image: url('../img/facility-mange.png');
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  background-position: center;
  padding: 112px 0;
  background-size: cover;
}

.facility-management .block-content p {
  color: #fff;
}

.facility-management .block-content p b {
  color: #5ad8e8;
  font-weight: 700;
}

.facility-services {
  padding: 112px 0;
}

.facility-services-block {
  margin-bottom: 112px;
}

.facility-bg {
  background: #fff;
  height: 2px;
  margin-bottom: 40px;
  margin-top: 40px;
}

.facility-content h4 {
  color: #93c6cd;
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 20px;
}

.facility-content p {
  color: #fff;
}

.facility-icon {
  background: #fff;
  border-radius: 50%;
  height: 110px;
  width: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.facility-icon svg {
  fill: #13154f;
}

.technical-range {
  background-image: url('../img/technical-range.png');
  background-repeat: no-repeat;
  min-height: 900px;
  height: 100%;
  width: 100%;
  background-position: center;
  padding: 120px 0;
  display: flex;
  background-size: cover;
  align-items: end;
  margin-bottom: 140px;
}

.technical-range .container {
  position: relative;
}

.technical-range .container::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70px;
  right: 0;
  bottom: -190px;
  background: #151b22;
}

.technical-range .container::before {
  content: '';
  position: absolute;
  width: 20%;
  height: 10px;
  left: 10%;
  bottom: -130px;
  background: #5ad8e8;
  z-index: 99;
}

.technical-block {
  background: #5e5c5ca6;
  padding: 40px;
  max-width: 550px;
}

.technical-content p {
  color: #fff;
  /* font-style: italic; */
  font-size: 30px;
}

.advisory-value {
  /* background-image: url('../img/advisory-value.jpg'); */
  background-repeat: no-repeat;
  min-height: 700px;
  height: 100%;
  width: 100%;
  /* background-position: center; */
  padding: 50px 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advisory-value1 {
  background-image: url('../img/blake-connally2.jpg');
  background-repeat: no-repeat;
  min-height: 900px;
  height: 100%;
  width: 100%;
  background-position: center;
  padding: 120px 0;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.advisory-value .container {
  position: relative;
}

.advisory-value .technical-content1 h3 {
  font-size: 45px;
  margin-bottom: 0;
  color: #363f4f;
  font-weight: bold;
  font-family: 'satoshiregular';
  font-style: italic;
}

.advisory-value .technical-content p {
  margin-bottom: 0;
}

.management-content {
  padding: 40px;
}

.management-content h4 {
  color: #93c6cd;
  font-size: 38px;
  font-weight: normal;
  margin-bottom: 15px;
  font-family: 'satoshiregular';
  line-height: 40px;
}

.management-portfolio .management-content h4,
.management-portfolio .management-content p {
  margin-bottom: 100px;
}


.management-content p,
.management-content li {
  color: #fff;
  margin-bottom: 20px;
}

.advisory-services p,
.advisory-services li {
  color: #254a6d;
  margin-bottom: 18px;
}

.property-portfolio .innerpage-title {
  margin-bottom: 40px;
}

/* .property-portfolio .house-card {
  margin-bottom: 112px;
} */
.house-area-left .house-card a {
  text-align: right;
}

.house-area-left .property-block.house-card .content {
  margin-left: 0;
}

.ethiopia-services .ethiopia-block {
  position: relative;
  border-right: 5px solid #5ad8e8;
}

.ethiopia-services .bubbles-text {
  position: absolute;
  right: -50px;
  top: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.ethiopia-services .bubble-text {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #254a6d;
  font-size: 30px;
  font-weight: 600;
  border: 5px solid #5ad8e8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.ethiopia-services .bubble-text:hover {
  background: #93c6cd;
}

.ethiopia-services .facility-services-block .facility-content {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 856px;
  padding-right: 0;
}

.ethiopia-services .facility-services-block .facility-content p,
.ethiopia-services .facility-services-block {
  margin-bottom: 0;
}


/* .box-wrapper {
  padding: 10px;
} */
.box-wrappers .box-wrapper {
  overflow: hidden;
}

.life-style-gallery .grid-item .show-hover {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 100%;
  /* height: 100%; */
  opacity: 0;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 0 35px;
}

.life-style-gallery .grid-item:hover .show-hover {
  opacity: 1;
  transform: translate(-53%, -50%) scale(1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.life-style-gallery .grid-item .hide-hover {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 35px;
  height: 100%;
  opacity: 1;
}

.life-style-gallery .grid-item:hover .hide-hover {
  /* transform: translate(-50%, -50%) scale(0); */
  opacity: 0;
}

.box-wrappers .box-wrapper img,
.life-style-gallery .grid-item--height2 img {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  /* cursor: pointer;  */
}

.box-wrappers .box-wrapper:hover img,
.life-style-gallery .grid-item--height2:hover img {
  -webkit-transform: scale(1.09);
  transform: scale(1.09);
}

/* .grid-item .lifestle-content:hover  {
  background: #05c0c9 !important;
  transition: 0.6s ease;
} */
.grid-item .lifestle-content h4 {
  position: relative;
  z-index: 999;
}

.grid-item .lifestle-content {
  border-left: 5px solid #93c6cd;
  /* cursor: pointer; */
}

.grid-item .lifestle-content::before {
  content: "";
  position: absolute;
  inset-block-end: 0px;
  inset-inline-start: 0px;
  width: 0px;
  height: 100%;
  background-color: #93c6cd;
  transition: width 0.4scubic-bezier(0.75, 0.02, 0.5, 1);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.grid-item:hover .lifestle-content::before {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  width: calc(100% - 24px);
  z-index: 99;
}

.grid-item:hover .w-full.lifestle-content::before {
  width: 100%;
}

/* New header css */
.main-nav nav .navbar-nav .nav-item {
  position: relative;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.05);
  background: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  width: 300px;
  z-index: 99;
  display: block;
  /* padding-top: 20px;
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px; */
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.pr-0 {
  padding-right: 0 !important;
}

.main-nav nav .navbar-nav .nav-item:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
}

.oftop-nav nav .navbar-nav .nav-item a {
  height: 67px;
  display: flex;
  align-items: center;
}

.main-nav nav .navbar-nav .nav-item.last-nav {
  padding: 0;
}

.main-nav nav .navbar-nav .nav-item:last-child a.contact-btn {
  margin: 0;
}

li.nav-item.active {
  background: #0e104c;
}

li.nav-item.active a {
  color: #fff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid hsl(237.57deg 51.39% 28.24% / 23%);
}

/* end header css */

.optimize-content {
  text-align: center;
  margin-bottom: 70px;
}

/* .integrated-facility-services .optimize-content {
  padding: 0 70px;
} */
.optimize-content .optimize-img {
  border: 2px solid #777777;
  border-radius: 50%;
  padding: 20px;
  width: 100px;
  height: 100px;
  margin: 0 auto;
}

.integrated-facility-services .optimize-content .optimize-img,
.key-benefits .optimize-content .optimize-img {
  border: 2px solid #93c6cd;
}

.optimize-content h4 {
  color: #14154d;
  margin: 30px 0;
}

.integrated-facility-services .optimize-content h4 {
  color: #93c6cd;
}

.apartment-area1 .apartment-title h2.light-blue-text {
  color: #93c6cd;
  font-weight: 500;
}

.apartment-area1 .list-image-icon {
  padding: 50px 0;
}

.apartment-area1 .gradient-border-new::after {
  width: 100%;
  left: 0;
  right: 0;
}

.content-text {
  text-align: center;
}

.content-text b {
  color: #254a6d;
  font-family: 'satoshibold';
}

a.btn-more {
  padding: 8px 20px;
  border: 2px solid #13154f;
  color: #254a6d;
  background: transparent;
}

a.btn-more:hover {
  color: #fff;
  background: #13154f;
}

.cbre-c-ctaBreaker__rhssection {
  width: unset !important;
  min-height: unset;
  max-width: fit-content;
}

.cbre-c-homeHeroSlide__content {
  width: 550px;
}

.management-house {
  min-height: 900px;
  height: 100%;
}

.management-house img {
  min-height: 900px;
  height: 100%;
  object-fit: cover;
}

svg.arrow.arrow-move {
  padding-left: 4px;
  padding-top: 4px;
}

a.cbre-c-ctaLink1:hover .arrow-move {
  transform: translateX(6px);
  transition: all 0.2s;
}

svg.arrow.arrow-move.ligh-blue {
  padding-top: 0;
  fill: #FFFFFF;
  color: #fff;
}

a.cbre-c-ctaLink1:hover svg.arrow.arrow-move.ligh-blue {
  fill: #5ad8e8;
  color: #5ad8e8;
}

.uppercase {
  text-transform: uppercase;
}

:focus {
  outline: none !important;
}

.nav-link:focus-visible {
  box-shadow: none !important;
}




/*Custom Css popup form*/

.modal-backdrop {
  z-index: -1 !important;
}


/*Custom Css End popup form */

div#subscribeModal {
  background-color: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(10px) brightness(0.9);
  backdrop-filter: blur(10px) brightness(0.9);
  z-index: 99999;
}

body.body.modal-open .cbre-c-homeHeroSlide::after,
body.body.modal-open section#ph_Hero {
  z-index: -1;
}

.alert-btn {
  background: transparent !important;
  color: #254a6d;
  font-size: 24px;
  border: transparent;
}

.alert-btn:hover,
.btn-check:checked+.btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check)+.btn:active {
  background: transparent !important;
  border: transparent;
  color: #13154f;
  text-decoration: underline;
}

.btn-check:checked+.btn:focus-visible,
.btn.active:focus-visible,
.btn.show:focus-visible,
.btn:first-child:active:focus-visible,
:not(.btn-check)+.btn:active:focus-visible {
  box-shadow: unset;
}

.modal-content {
  padding: 50px;
  max-width: 800px;
  margin: 0 auto 0;
  background-color: #f4f4f4;
}

h5#subscribeModalLabel {
  font-size: 24px !important;
  margin-bottom: 20px;
  color: #13154f;
  margin-bottom: 0 !important;
}

.modal-content input#emailInput {
  height: 50px;
  color: #7f7f7f;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 14px !important;
  padding: 10px 20px 10px 40px;
  width: 100%;
  display: flex;
  align-items: center;
  font-family: 'satoshiregular';
}

.form-control:focus {
  box-shadow: unset !important;
}

.modal-content button.btn.btn-primary {
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  background-color: #5ad8e8;
  color: #ffffff;
  cursor: pointer;
  border: unset;
  font-size: 20px;
  font-family: 'satoshiregular';
  font-weight: 400;
  line-height: 1.5;
}

.modal-content button.btn.btn-primary:hover {
  color: #0d104c !important;
  text-decoration: none;
}

.modal-content button.btn.btn-primary::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.5s;
}

.modal-content button.btn.btn-primary::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: all 0.5s;
}

.modal-content button.btn.btn-primary:hover::before {
  left: auto;
  right: 0;
  width: 50%;
}

.modal-content button.btn.btn-primary:hover::after {
  left: 0;
  right: 0;
  width: 50%;
}

.font-italic {
  font-style: italic;
}

.optimize-content p {
  margin-bottom: 0;
}

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

@media (max-width: 1199px) {
  .management-services.advisory-services .section-heading h2 {
    text-align: center;
  }
}

@media (max-width: 1024px) {
  .management-content h4 {
    font-size: 34px;
  }
}

@media (max-width: 1023px) {
  /* .cbre-c-homeHero__slides {

    height: calc(0px + 40vh); */
}


.management-content p {
  font-size: 20px !important;
}

/* .cbre-c-homeHeroSlide__content {
    width: 100%;
  } */
.cbre-c-homeHeroSlide__content h2 {
  font-size: 30px;
}

.cbre-c-homeHeroSlide__content p {
  font-size: 18px;
}

@media (max-width: 768px) {
  .cbre-c-gridCard__description {
    margin-inline-start: 0px;
  }

  .cbre-c-xUp__wrapper1 a.cbre-c-gridCard__image1 {
    width: 100%;
  }

  .cbre-c-xUp__wrapper1 a.cbre-c-gridCard__image1 img {
    width: 100%;
  }

  /* .cbre-c-homeHeroSlide__content, .cbre-c-homeHeroSlide__link-descrip p{width: 100% !important ;} */

}

.slider-container {
  position: relative;
  width: 100%;
  /* padding: 10px; */
}

.slider-container .title-container {
  /* padding: 10px 0; */
}

.slider-container #title,
#value {
  font-size: 16px;
}

.slider-container #value {
  position: absolute;
  right: 10px;
  top: 10px;
}

#slider {
  appearance: none;
  -webkit-appearance: none;
  height: 12px;
  width: 100%;
  outline: none;
  border-radius: 10px;
  box-shadow: 0 0 1px #5ad8e8;
}

#slider::-webkit-slider-thumb {
  appearance: none;
  background: #5ad8e8;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 2px #5ad8e8;
}

#slider::-webkit-slider-thumb:active {
  scale: 1.02;
}

.form-check-input:checked {
  background-color: #5ad8e8;
  border-color: #5ad8e8;
}

.form-check-input:focus {
  box-shadow: unset;
}

span#value {
  display: none;
}


select.subcitydropdown {
  display: block !important;
}

.nice-select.form-control.subcitydropdown {
  display: none !important;
}

.messagemargon-remove-top {
  margin-top: 0 !important;
}


/* When popup is active */
body.no-scroll {
  overflow: hidden;
}

.blur-background {
  filter: blur(5px);
  transition: filter 0.3s ease;
}

/* Popup modal style */
.popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0,0,0,0.5); */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background-color: rgba(0, 0, 0, .2);
  -webkit-backdrop-filter: blur(10px) brightness(0.9);
  backdrop-filter: blur(10px) brightness(0.9);
}

.popup-content {
  background: #fff;
  padding: 30px;
  max-width: 600px;
  width: 90%;
  border-radius: 10px;
  position: relative;
}

.close-button {
  position: absolute;
  top: 2px;
  right: 10px;
  font-size: 24px;
  cursor: pointer;
}

.form-control.no-icon-input {
  padding-left: 15px !important;
}

@media (max-width: 1365px) {
  .parallax-wrap {
    display: none;
  }

  .management-services.advisory-services.pb-112.pt-112.new-add-tablet-css {
    padding-top: 0;
  }
}

@media (width:1024px) {
  .management-services.advisory-services p {
    font-size: 16px !important;
  }

  .cbre-c-gridCard__description-text,
  .cbre-c-ctaLink1 {
    font-size: 13px;
    line-height: 21px !important;
  }

  .lifestle-content h4 {

    font-size: 16px;
  }
}

.footer-list a {
  text-transform: capitalize;
}

h1.mb-4.text-color-blue {
    color: #254a6d;
}

.policy-wrap.mt-5.mb-4 strong {
    color: #254a6d;
}

.policy-wrap.mt-5.mb-4 p
 {
    color: gray;
}