
@media(min-width:1200px){
::-webkit-scrollbar{width:8px; height:8px; background:rgb(255,255,255);}
::-webkit-scrollbar-thumb{background:rgb(35,68,103);}
::-webkit-scrollbar-track-piece{width:8px; height:8px;}
}

*,
*:before,
*:after{box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; -webkit-box-sizing:border-box;}
*{outline:none; font-family:Arial, Helvetica, Microsoft YaHei;}
*[hide]{display:none;}
*::-webkit-input-placeholder{color:rgb(119,119,119); opacity:.68;}
*::-moz-input-placeholder{color:rgb(119,119,119); opacity:.68;}
*::-ms-input-placeholder{color:rgb(119,119,119); opacity:.68;}

html,body{margin:0; width:100%; min-height:100%; word-wrap:break-word; word-break:break-all; 
background:rgb(255,255,255); font-size:15px; font-weight:500; line-height:1.75; color:rgb(119,119,119);}

dir,ul,ol,li{margin:0; padding:0; list-style:none;}
form{margin:0; padding:0;}
p,dl,dt,dd{margin:0; padding:0;}

img{border:none;}
p>img{max-width:100%;}
ins{text-decoration:none;}
a{text-decoration:none; color:rgb(119,119,119); transition:.3s;}
a:hover{color:rgb(35,68,103);}
a[button="button"]{display:inline-block; padding:4px 18px; border-radius:4px; background:rgb(35,68,103); color:#fff;}
a[button="button"] *{cursor:pointer;}
a[button="button"]:hover{opacity:.8; box-shadow:0 0 5px rgba(0,0,0,0.1);}
@media(max-width:767px){
a[button="button"]{padding:2px 12px; border-radius:2px;}
}

h1,h2,h3,h4,h5,h6{margin:0; padding:0; font-weight:500;}
h1{font-size:30px;}
h2{font-size:23px;}
h3{font-size:17px;}
h4{font-size:16px;}
h5{font-size:14px;}
h6{font-size:12px;}

table,tbody{width:100%; border-collapse:collapse;}
tr{background:#fff; transition:.3s;}
tr:hover{background:#f8f8f8;}
th{background:#fcfcfc;}
th,td{border:1px solid #f0f0f0; padding:8px; text-align:left;}

section{display:block;}

article{display:block; max-width:100%; margin:0 auto;}
article:after{display:block; content:''; clear:both;}
article iframe,
article video,
article img{max-width:100%;}
@media(min-width:1200px){
article{padding:0 28px; width:1388px;}
}
@media(max-width:1199px){
article{padding:0 18px;}
}
@media(max-width:767px){
article{padding:0 8px;}
}

aside iframe,
aside video,
aside img{max-width:100%;}
aside:after{display:block; content:''; clear:both;}

dir{display:block;}
dir>ol{margin:0 -4px; text-align:center; font-size:0;}
dir>ol>li{display:inline-block; margin:4px;}
dir>ol>li>a{display:block; padding:2px 8px; border-radius:3px; border:1px solid #f0f0f0; font-size:15px;}
dir>ol>li>a.on,
dir>ol>li>a:hover{background:rgb(35,68,103); border-color:rgb(35,68,103); color:#fff;}
dir>ol>li>a.on,
dir>ol>li>a.no{cursor:no-drop;}
@media(max-width:767px){
dir>ol{margin:-3px;}
dir>ol>li{display:inline-block; margin:3px;}
dir>ol>li>a{display:block; padding:0 8px; border-radius:2px;}
}


select,
textarea,
input[type=file],
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=email]{display:block; width:100%; margin:0; transition:.3s;  padding:8px 12px; border-radius:3px; 
background:#fff; border:1px solid #e8e8e8; line-height:1.75; height:44.25px; font-size:15px;}
select[multiple],
textarea{height:123px;}
select:hover,
textarea:hover,
input[type]:hover,
div.file_input>input[type=file]:hover+input[type=text],
select:focus,
textarea:focus,
input[type]:focus,
div.file_input>input[type=file]:focus+input[type=text]{box-shadow:0 0 8px rgba(0,0,0,.08);}

h6.alert{position:fixed; top:0; left:0; right:0; z-index:8888888; opacity:0; text-align:center; user-select:none; pointer-events:none;}
h6.alert>b{display:inline-block; color:#fff; max-width:320px; background:rgb(255,98,76); text-align:left; box-shadow:0 0 18px rgba(0,0,0,.08); border-radius:3px; padding:8px 20px; font-size:15px; font-weight:normal;}
h6.alert.red>b{background:rgb(255,98,76);}
h6.alert.green>b{background:rgb(29,213,111);}
h6.alert.brown>b{background:#a5692d;}
h6.alert.yellow>b{background:#ffd700;} 
h6.alert.blue>b{background:rgb(56,129,245);}
h6.alert.gold>b{background:linear-gradient(to right bottom,#ffd700,#edc86c);}

section.copyright{background:#000; padding:8px 0; text-align:center; color:#fff;}
section.copyright a{color:#fff;}
a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none !important;
}

a:hover, a:focus {
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  outline: 0;
}

button:focus {
  outline: 0;
  border: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.4;
  color: rgb(35,68,103);
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  display: table-cell;
  vertical-align: middle;
}

img {
  max-width: 100%;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.pt-100 {
  padding-top: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-45 {
  padding-top: 45px;
}

.box-shadow {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.text-truncate2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.text-truncate3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.text-truncate4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.margin-auto {
  margin: 0 auto;
}

.section-bg {
  background-color: #fbf3e9 !important;
}

.default-btn {
  padding: 12px 27px;
  color: #ffffff;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1;
  text-transform: capitalize;
  text-decoration: none;
}

.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: rgb(35,68,103);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgb(35,68,103);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.default-btn:hover {
  color: #ffffff;
  border: none;
}

.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: rgb(219,140,35) !important;
}

.default-btn.active::after {
  background-color: rgb(219,140,35) !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: rgb(219,140,35);
  color: #ffffff;
}

.default-regal-blue {
  background-color: rgb(35,68,103) !important;
  color: #ffffff;
}

.default-sante-fe {
  background-color: #b56953 !important;
  color: #ffffff;
}

.default-dark-blue {
  background-color: #020d26 !important;
  color: #ffffff;
}

.default-hot-toddy {
  background-color: #ab842a !important;
  color: #ffffff;
}

.section-title span {
  color: #6f7c8a;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}

.section-title h2 {
  font-size: 60px;
  font-weight: 900;
  margin-top: 10px;
  margin-bottom: 20px;
  line-height: 1.2;
  max-width: 600px;
  color: rgb(35,68,103);
}

.section-title h2 b {
  color: rgb(219,140,35);
  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-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 510px;
  color: #020d26;
}

.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: #ab842a;
}

.section-span-bg2::before {
  content: '';
  position: absolute;
  background-color: #ab842a;
}

.section-color2 {
  color: #ab842a !important;
}

.section-span-white {
  position: relative;
  color: #ffffff;
}

.section-span-white::before {
  content: '';
  position: absolute;
  background-color: #ffffff;
}

.section-white {
  color: #ffffff !important;
}

.top-header {
  background-color: #020d26;
  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 {
  background-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

.navbar-light {
  padding: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: transparent;
}

.navbar-light .navbar-brand img {
  float: left;
  padding: 5px 0;
  height: 65px;
}

.navbar-light .navbar-brand-sticky {
  display: none;
}

.main-nav {
  position: inherit;
  background-color: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.main-nav nav .navbar-nav .nav-item:hover a, .main-nav nav .navbar-nav .nav-item .active {
  color: rgb(219,140,35) !important;
}

.main-nav nav .navbar-nav .nav-item a {
  text-transform: capitalize;
  color: #6f7c8a;
  font-weight: 400;
  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: rgb(219,140,35) !important;
}

.main-nav nav .navbar-nav .nav-item a.active {
  color: rgb(219,140,35) !important;
}

.main-nav nav .navbar-nav .nav-item a .active::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border: none;
  padding: 0;
  border-radius: 0;
  background-color: #ffffff !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
  border-bottom: 1px solid rgba(219, 140, 35, 0.2);
}

.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: #6f7c8a !important;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  font-weight: 400;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  border-radius: .25rem;
  color: rgb(219,140,35) !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: rgb(219,140,35) !important;
  margin-left: 5px;
  border-radius: .25rem;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
  color: rgb(219,140,35) !important;
}

.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
  top: 0;
}

.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: transparent;
  top: 0;
  left: 0;
  padding: 0;
  width: 100%;
  z-index: 999;
  height: auto;
}

.oftop-nav nav .navbar-nav .nav-item:hover a, .oftop-nav nav .navbar-nav .nav-item .active {
  color: #ab842a !important;
}

.oftop-nav nav .navbar-nav .nav-item a {
  color: #ffffff !important;
}

.oftop-nav nav .navbar-nav .nav-item a:hover, .oftop-nav nav .navbar-nav .nav-item a :focus {
  color: #ab842a !important;
}

.oftop-nav nav .navbar-nav .nav-item a.active {
  color: #ab842a !important;
}

.side-btn-area {
  display: inline-block;
}

.side-btn-area .call-btn {
  font-size: 18px;
  color: rgb(35,68,103);
  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: rgb(219,140,35);
}

.appointment-btn {
  display: inline-block;
  position: relative;
  top: 5px;
}

.sticky-nav {
  top: 0;
  position: fixed;
  -webkit-animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
          animation: 900ms ease-in-out 5s normal none 1 running fadeInDown;
  -webkit-transition: 0.9s;
  transition: 0.9s;
  width: 100% !important;
  z-index: 999;
}

.sticky-nav .main-nav {
  top: 0;
  background-color: #ffffff;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.sticky-nav .oftop-nav {
  top: 0;
  background-color: #192028;
  position: fixed;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.home-slider-area {
  position: relative;
  background-color:;
}
.home-slider-area .thumbs-wrap {
  position: relative;
  z-index: 1;
}

.home-slider-area .thumbs-wrap .owl-thumbs.home-slider-thumb {
  position: absolute;
  bottom: 50px;
  left: 1.7%;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item {
  display: inline-block;
  padding: 0 10px;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span {
  color: #6f7c8a;
  font-weight: 400;
  font-family: 'Times New Roman', Times, serif;
  font-size: 34px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item span::before {
  content: '';
  position: absolute;
  left: -30px;
  width: 0;
  height: 1px;
  background-color: rgb(35,68,103);
  bottom: 12px;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span::before {
  opacity: 1;
  width: 30px;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item.active span {
  color: rgb(35,68,103);
  margin-left: 30px;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span::before {
  opacity: 1;
  width: 30px;
}

.home-slider-area .thumbs-wrap .owl-thumbs .owl-thumb-item:hover span {
  color: rgb(35,68,103);
  margin-left: 30px;
}

.home-slider-content {
  max-width: 515px;
  margin-left: auto;
}

.home-slider-content span {
  font-size: 16px;
  color: rgb(35,68,103);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.home-slider-content h1 {
  font-size: 75px;
  color: rgb(35,68,103);
  font-weight: 700;
  line-height: 1.2;
}

.home-slider-content h1 b {
  font-weight: 500;
  font-style: italic;
  color: rgb(219,140,35);
}

.home-slider-content p {
  margin: 40px 0;
}

.home-slider-content .home-slider-btn .default-btn {
  background-color: rgb(219,140,35);
}

.home-slider-content .home-slider-btn .default-btn.active {
  background-color: rgb(35,68,103);
}

.home-slider-two {
  position: relative;
}

.home-slider-two .owl-nav {
  margin-top: 0;
}

.home-slider-two .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-16px);
          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%;
  -webkit-transform: translateY(-16px);
          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-color:;
}

.home-slider-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0.5;
  background-color:rgb(0,0,0);
}

.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: #020d26;
  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: #020d26;
}

.home-slider-item .slider-content .slider-btn-area .discover-btn:hover {
  background-color: #020d26;
  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;
}

.oftop-slider-area {
  padding-top: 75px;
  background-color: #192028;
  position: relative;
}

.oftop-slider-area::before {
  content: '';
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(../box/image/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-size: 34px;
  -webkit-transition: all 0.5s;
  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: #ab842a;
  bottom: 12px;
  opacity: 0;
  -webkit-transition: 0.7s;
  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: #ab842a;
  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: #ab842a;
  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: #ab842a;
}

.oftop-slider-content span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #ab842a;
}

.oftop-slider-content h1 {
  font-size: 68px;
  text-transform: capitalize;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  max-width: 510px;
  color: #ffffff;
}

.oftop-slider-content h1 b {
  font-weight: 500;
  font-style: italic;
  color: #ab842a;
}

.oftop-slider-content p {
  font-size: 18px;
  color: #ffffff;
}

.oftop-slider-content .oftop-slider-btn {
  margin-top: 40px;
}

.oftop-slider-content .oftop-slider-btn .ring-btn {
  width: 240px;
  height: 90px;
  background-color: #ab842a;
  line-height: 60px;
  -webkit-transition: 0.7s;
  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;
}

.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 a {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.oftop-slider-content .oftop-slider-btn .ring-btn:hover {
  background-color: transparent;
  border: 2px solid #ab842a;
}

.oftop-slider-content .oftop-slider-btn .price-btn {
  margin-left: 20px;
  width: 220px;
  height: 90px;
  background-color: transparent;
  border: 2px solid #ab842a;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.7s;
  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-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 0;
}

.oftop-slider-content .oftop-slider-btn .price-btn:hover {
  background-color: #ab842a;
}

.inner-banner {
  position: relative;
  padding:calc(120px + 20px) 0 120px;
  background-color: rgb(2,13,38);
}

.inner-banner .inner-title {
  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: #ab842a;
}

.inner-banner .inner-title span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #ab842a;
}

.inner-banner .inner-title h1{
  font-size: 45px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
  margin-top: 15px;
}

.inner-banner .inner-title p {
  font-size: 15px;
  color: #ab842a;
}

.inner-banner .inner-title span a {
  color: #ab842a;
}

.inner-banner .inner-title span a:hover {
  color: #ffffff;
}
.inner-banner ul{
  margin: 20px 0;
}
.inner-banner ul li{
  display: inline-block;
  color: #fff;
  margin-right: 10px;
}

.inner-banner ul li::before{
  font-family:FontAwesome;
  content: "\f105";
  margin-right: 10px;
}
.inner-banner ul li:first-child::before{
  display: none;
}
.inner-banner ul li a{
  color: #fff;
}
.inner-banner ul li a:hover{
  color: rgb(219,140,35);
}
.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%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%);
          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: rgb(35,68,103);
  font-size: 18px;
  font-weight: 600;
  margin-left: 36px;
}

.property-details-list ul li:hover a {
  color: #ab842a;
}
.service-area{}

.service-area .section-title,
.service-area .section-title h2,
.service-area .section-title p{
  text-align: center;
  margin: 0 auto;
}

.service-area-two {
  position: relative;
  margin-top: -60px;
}

.service-card {
  background-color: #ffffff;
  padding: 10px 15px 30px 15px;
  text-align: center;
  margin-bottom: 30px;
  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: #506f90;
  margin: 20px 0;
}

.service-card a {
  display: block;
}

.service-card a h3 {
  font-size: 20px;
  color: rgb(35,68,103);
  font-weight: 900;
  margin-bottom: 10px;
}

.service-card .learn-more-btn {
  color: rgb(219,140,35);
}

.service-card .learn-more-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: rgb(219,140,35);
}

.service-card p {
  margin-bottom: 10px;
}

.service-card-bg {
  position: relative;
}

.service-card-bg::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background-color: rgb(35,68,103);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.service-card-bg:hover::before {
  opacity: 1;
  width: 100%;
}

.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;
  -webkit-transition: 0.7s;
  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: #ab842a;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.7s;
  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: #fbf3e9;
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  overflow: hidden;
}

.service-item:hover {
  background-color: #ffffff;
  border: 4px solid #f0f0f0;
}

.service-item:hover i {
  color: #ab842a;
}

.service-item i {
  font-size: 70px;
  color: #506f90;
  line-height: 1.5;
  margin-bottom: 15px;
}

.service-item a {
  display: block;
}

.service-item a h3 {
  font-size: 22px;
  color: #020d26;
  font-weight: 700;
  margin-bottom: 10px;
}

.service-item .learn-more-btn {
  color: #ab842a;
}

.service-item .learn-more-btn i {
  font-size: 18px;
  position: relative;
  top: 3px;
  color: #ab842a;
}

.service-details-area .section-title {
  margin-bottom: 40px;
}

.service-details-area .section-title h2 {
  color: rgb(35,68,103);
  line-height: 0.9;
}

.service-details-area .section-title h2 b {
  color: #ab842a;
}

.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: #ab842a;
  font-weight: 400;
}

.service-details-content img {
  margin-bottom: 30px;
}

.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;

  color: rgb(35,68,103);
  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: #ab842a;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .progressbar-nuber {
  position: absolute;
  font-size: 16px;
  font-weight: 400;
  color: #020d26;
}

.service-details-content .progressbar-area .single-progressbar .progressbar-count .progressbar-circle {
  width: 13px;
  height: 13px;
  background-color: #ab842a;
  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;
}

.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;

  color: #ab842a;
}

.service-details-left h3::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: -50px;
  width: 50px;
  height: 1px;
  background-color: #ab842a;
}

.single-gallery {
  position: relative;
  margin-bottom: 30px;
}

.single-gallery:hover .gallery-icon {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-gallery:hover img {
  -webkit-filter: brightness(0.5);
          filter: brightness(0.5);
  background: #fff;        
}

.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: rgb(219,140,35);
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: .7s;
  transition: .7s;
}

.single-gallery .gallery-icon:hover {
  background-color: #020d26;
  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 rgb(219,140,35);
  -webkit-animation: ripple 1s linear 2s infinite;
          animation: ripple 1s linear 2s infinite;
}

.single-gallery .gallery-icon:hover::before {
  border-color: #020d26;
}
.gallery-view h4{
  margin-bottom: 30px;
  text-align: center;
}
.property-img {
  margin-bottom: 30px;
}

.property-item {
  margin-bottom: 30px;
}

.property-item .section-title h2 a {
  color: rgb(35,68,103);
}

.property-item .section-title h2 a:hover {
  color: rgb(219,140,35) !important;
}

.property-item .section-title h2 a:hover b {
  color: rgb(35,68,103);
}

.property-item .section-title p {
  max-width: 560px;
}

.property-item .section-title-two:hover a h2 {
  color: #b56953;
}

.property-item .section-title-two:hover a h2 b {
  color: #020d26;
}

.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: #ab842a;
}

.property-item-two .section-title-two:hover a h2 b {
  color: #020d26 !important;
}

.property-item-two .section-title-two a {
  display: block;
}

.property-img-three {
  margin-bottom: 30px;
}

.property-counter {
  max-width: 820px;
  background-color: #ffffff;
  border: 5px solid #f0f0f0;
  padding: 0 35px;
  margin-left: -100px;
  margin-top: 40px;
}

.counter-card {
  padding-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.counter-card h2 {
  font-size: 65px;
  color: rgb(35,68,103);
  line-height: 1;
  margin-top: 20px;
}

.counter-card h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 400;
  color: #6f7c8a;
  margin-bottom: 0;
}

.counter-card span {
  color: #6f7c8a;
}

.property-section {
  overflow: hidden;
}

.property-section-text {
  margin-left: auto;
  margin-bottom: 50px;
}

.property-section-text .section-title h2 {
  max-width: 650px;
}

.property-section-text .section-title-two h2 {
  max-width: 530px;
  color: rgb(35,68,103);
}

.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: rgb(219,140,35);
  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: rgb(219,140,35);
}

.single-property .images .property-content a {
  display: block;
}

.single-property .images .property-content a h3 {
  font-size: 24px;
  color: rgb(35,68,103);
  margin-bottom: 10px;
}

.single-property .images .property-content .learn-more-btn {
  color: rgb(219,140,35);
  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: rgb(35,68,103);
  letter-spacing: .5px;
}

.single-property .images .plus-dots {
  width: 182px;
  height: 63px;
  background-image: url(../box/image/plus-dots.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -40px;
  bottom: -85px;
}

.property-color {
  color: #ab842a !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: rgb(219,140,35);
  position: relative;
  margin-left: 40px;
}

.property-card .content span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: rgb(219,140,35);
}

.property-card .content a {
  display: block;
}

.property-card .content a h3 {
  font-size: 24px;
  color: rgb(35,68,103);
  margin-bottom: 10px;
}

.property-card .content .learn-more-btn {
  color: rgb(219,140,35);
  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: rgb(35,68,103);
  letter-spacing: .5px;
}
.project-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 100px;
}

.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: rgb(219,140,35);
  position: relative;
  margin-left: 40px;
}

.project-card span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: rgb(219,140,35);
}

.project-card h2 {
  font-size: 35px;
  color: rgb(35,68,103);
  font-weight: 900;
  max-width: 430px;
  margin-bottom: 20px;
}
.project-card h3 {
  margin-bottom: 20px;
}
.project-card ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.project-card ul li {
  font-size: 22px;
  color: rgb(35,68,103);
  font-weight: 600;
  
  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;
  
  display: inline-block;
  width: 65%;
}

.project-card .project-card-btn {
  margin-top: 40px;
}

.project-card-two {
  bottom: 0;
}

.development-card {
  margin-bottom: 30px;
}

.development-card h3 {
  font-size: 18px;
  color: #ab842a;
  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: #ab842a;
}

.development-card p {
  margin-bottom: 0;
}

.development-section {
  background-image: url(../box/image/shape3.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.development-content .section-title-two h2 {
  color: rgb(35,68,103);
  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: rgb(35,68,103);
  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(../box/image/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;
}

.orgin-title {
  text-align: center;
}

.orgin-title .section-title h2 {
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.orgin-title .section-title p {
  max-width: 550px;
  margin: 0 auto;
}

.orgin-card {
  text-align: center;
  margin-bottom: 30px;
}

.orgin-card h2 {
  font-size: 70px;
  color: rgb(35,68,103);
  text-align: center;
  border: 5px solid #fee8b3;
  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(../box/image/half-circle.png);
  background-position: right;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  right: -20px;
  top: 0;
}

.orgin-card h3 {
  font-size: 30px;
  color: rgb(35,68,103);
  font-weight: 700;
  margin-top: 30px;
}

.orgin-card p {
  max-width: 285px;
}

.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: #6f7c8a;
  
}

.room-details-tab .tabs li a:focus {
  color: rgb(219,140,35);
}

.room-details-tab .tabs li.active a {
  color: rgb(219,140,35);
}

.room-details-tab .tabs li.current a {
  color: rgb(219,140,35);
}

.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: #ab842a !important;
}

.room-details-tab.tab-color2 li.active a {
  color: #ab842a !important;
}

.room-details-tab.tab-color2 li.current a {
  color: #ab842a !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: rgb(219,140,35);
}

.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{
  display: block;
}
.room-details-card .content a h3 {
  font-size: 25px;
  -webkit-transition: 0.7s;
  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;
  -webkit-animation: ripple 1s linear 2s infinite;
          animation: ripple 1s linear 2s infinite;
}

.room-details-item .room-item .room-item-content {
  background-color: #ffffff;
  position: absolute;
  padding: 10px 20px;
  text-align: center;
  top: -70px;
  left: 0;
  -webkit-transition: 0.7s;
  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;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.room-details-item .room-item .room-item-content h3 {
  font-size: 18px;
  font-weight: 500;
  color: rgb(219,140,35);
  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: 15%;
}

.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%;
  -webkit-transform: translateY(-16px);
          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%;
  -webkit-transform: translateY(-16px);
          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;
}

.innovation-content .section-title h2 {
  max-width: 600px;
}

.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: rgb(35,68,103);
}

.innovation-content-two .innovation-btn {
  margin-top: 40px;
}

.innovation-bg {
  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: rgb(219,140,35) !important;
}

.innovation-slider .owl-dots .owl-dot.active span {
  background-color: rgb(219,140,35) !important;
}

.innovation-item {
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 320px;
  margin: 0 auto;
}

.innovation-item i {
  font-size: 70px;
  color: #6f7c8a;
}

.innovation-item h3 {
  font-size: 26px;
  color: rgb(35,68,103);
}

.innovation-item p {
  font-weight: 400;
  margin: 0 auto;
}
.efficiency-area .section-title,
.efficiency-area .section-title h2{
  text-align: center;
  margin:10px auto 20px;
}
.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;
  -webkit-transition: 0.9s;
  transition: 0.9s;
}

.efficiency-card:hover {
  border-color: #ffffff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.efficiency-card p{
  position: relative;
  z-index: 1;
}

.efficiency-card:hover a h3 {
  color: rgb(219,140,35);
}

.efficiency-card span {
  font-size: 14px;
  color: rgb(219,140,35);
  position: relative;
  margin-left: 40px;
}

.efficiency-card span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: rgb(219,140,35);
}

.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;
}

.product-area .section-title-two h2 {
  font-size: 35px;
}

.single-product {
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px dashed #eeeeee;
  margin-bottom: 30px;
}

.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: rgb(35,68,103);
  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;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 20px;
}

.single-product .product-content a h3:hover {
  color: #ab842a;
}

.single-product .product-content .default-btn.product-btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 180px;
  bottom: 150px;
  padding: 10px 20px;
  -webkit-transform: scale(0);
          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: #ab842a;
}

.single-product:hover .default-btn.product-btn {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.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: 0 0 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: #020d26;
  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: #020d26;
  font-weight: 600;
  display: inline-block;
  font-size: 16px;
}

.cart-wraps-area .cart-table table tbody tr td.product-name a:hover {
  color: #ab842a !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-subtotal .remove {
  color: #020d26;
  float: right;
  position: relative;
  top: 1px;
  -webkit-transition: all 0.5s;
  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: #ab842a;
}

.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: #020d26;
  width: 40px;
  height: 100%;
  line-height: 48px;
  -webkit-transition: 0.5s;
  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: #020d26;
  outline: 0;
  display: block;
  border: none;
  background-color: #f8f8f8;
  text-align: center;
  width: 100%;
  font-size: 17px;
  font-weight: 600;
}

.cart-wraps-area .cart-buttons {
  margin-top: 30px;
}

.cart-wraps-area .cart-totals {
  background: #ffffff;
  padding: 40px;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          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: #020d26;
  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;
  -webkit-box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.08);
          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: #020d26;
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ab842a;
  background-color: rgb(219,140,35) !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: rgb(219,140,35) !important;
}

.cart-wraps-area .cart-calc .cart-wraps-form .form-group .form-control {
  font-size: 16px;
  border: 1px solid #b8b08c;
  color: #6c777d;
  padding: 25px 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;
  -webkit-box-shadow: none;
          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;
}

.cart-wraps-area .cart-calc .nice-select .list {
  width: 100%;
}

.cart-wraps-area .cart-calc .nice-select .option {
  color: #020d26 !important;
}

.cart-wraps-area .cart-calc .nice-select .option :hover {
  color: #ffffff !important;
  background-color: rgb(219,140,35) !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: rgb(219,140,35) !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: rgb(219,140,35) !important;
  color: #ffffff !important;
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area.cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-webkit-input-placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input:-ms-input-placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::-ms-input-placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area .cart-table table tbody tr td.product-quantity .input-counter input::placeholder {
  color: rgb(219,140,35);
}

.cart-wraps-area .cart-calc .cart-wraps-area form .form-control input::-webkit-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-calc .cart-wraps-area form .form-control input:-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-ms-input-placeholder {
  color: #6c777d;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::-webkit-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input:-ms-input-placeholder {
  color: #495057;
}

.cart-area .cart-area .cart-calc .cart-wraps-area .form-control input::placeholder {
  color: #495057;
}

.billing-details {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 50px 30px 25px 30px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
          box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
}

.billing-details h3 {
  font-size: 24px;
  color: rgb(35,68,103);
  margin-bottom: 15px;
  font-weight: 600;
}

.billing-details .form-group {
  margin-bottom: 25px;
}

.billing-details .form-group label {
  color: rgb(35,68,103);
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
}

.billing-details .form-group label span {
  color: #ab842a;
}

.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;
  -webkit-box-shadow: none;
          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;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #777777;
}

.billing-details .form-group .nice-select {
  float: unset;
  line-height: 45px;
  color: #ab842a;
  padding-top: 0;
  padding-bottom: 0;
}

.billing-details .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          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 {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-left: 20px;
  padding-right: 20px;
}

.billing-details .form-group .nice-select .list .option:hover {
  background-color: #ab842a !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: rgb(35,68,103);
  margin-left: 5px;
  font-weight: 500;
}

.order-details .order-table {
  background-color: #ffffff;
  padding: 50px 30px;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
          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: rgb(35,68,103);
  font-size: 18px;
}

.order-details .order-table table tbody tr td {
  vertical-align: middle;
  color: rgb(35,68,103);
  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: rgb(35,68,103);
}

.order-details .order-table table tbody tr td.order-subtotal span {
  color: rgb(35,68,103);
  font-weight: 600;
}

.order-details .order-table table tbody tr td.order-shipping span {
  color: rgb(35,68,103);
  font-weight: 700;
}

.order-details .order-table table tbody tr td.total-price span {
  color: rgb(35,68,103);
  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 .payment-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 28px rgba(0, 0, 0, 0.07);
          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: #ab842a;
  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: #ab842a;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          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: #ab842a;
  position: absolute;
  top: 6px;
  left: 3px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          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: #ab842a;
}

.order-details .payment-box .order-btn::before {
  content: "";
  position: absolute;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgb(35,68,103);
  z-index: -1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.order-details .payment-box .order-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 100%;
  background-color: rgb(35,68,103);
  z-index: -1;
  -webkit-transition: all 0.5s;
  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: #ab842a !important;
  color: #ffffff !important;
}

.shop-detls-image {
  margin-bottom: 30px;
  border: 1px dashed #eee;
}

.shop-detls-image:hover {
  border-color: rgb(219,140,35);
}

.shop-desc h3 {
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 600;
}

.shop-desc .price {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
}

.shop-desc .price .old-price {
  text-decoration: line-through;
  color: rgb(35,68,103);
}
.shop-desc .top{
  margin: 5px 0;
}
.shop-desc .top i{
  font-style: normal;
}
.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: rgb(219,140,35);
}

.shop-desc .shop-review .rating-count {
  margin-left: 5px;
  display: inline-block;
  color: rgb(35,68,103);
  border-bottom: 1px solid rgb(35,68,103);
  line-height: initial;
}

.shop-desc .shop-review .rating-count:hover {
  color: rgb(219,140,35);
  border-color: rgb(219,140,35);
}

.shop-desc p {
  margin-top: 10px;
  margin-bottom: 0;
}
.shop-desc .project-info {
  list-style: none;
  padding: 0;
  max-width: 460px;
}

.shop-desc .project-info 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;
  
}

.shop-desc .project-info li b {
  position: absolute;
  right: 10px;
  top: 6px;
  font-weight: 500;
}

.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: rgb(35,68,103);
  width: 50px;
  height: 100%;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.shop-desc .input-count-area .input-counter span:hover {
  color: rgb(219,140,35);
}

.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: rgb(35,68,103);
  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: rgb(219,140,35);
  font-size: 16px;
  color: #ffffff;
  line-height: 35px;
  border-radius: 50px;
  text-align: center;
}

.shop-desc .shop-share ul li a:hover {
  background-color: rgb(35,68,103);
}

.shop .input-count-area .input-counter input::-webkit-input-placeholder {
  color: rgb(35,68,103);
}

.shop .input-count-area .input-counter input:-ms-input-placeholder {
  color: rgb(35,68,103);
}

.shop .input-count-area .input-counter input::-ms-input-placeholder {
  color: rgb(35,68,103);
}

.shop .input-count-area .input-counter input::placeholder {
  color: rgb(35,68,103);
}

.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: rgb(35,68,103);
  border: 1px dashed #eeeeee;
  padding: 17px 30px 13px 30px;
}

.shop-detls-tab .tabs li a:focus {
  color: #ffffff;
  background-color: rgb(219,140,35);
  border-color: rgb(219,140,35);
}

.shop-detls-tab .tabs li.active a {
  color: #ffffff;
  background-color: rgb(219,140,35);
  border-color: rgb(219,140,35);
}

.shop-detls-tab .tabs li.current a {
  color: #ffffff;
  background-color: rgb(219,140,35);
  border-color: rgb(219,140,35);
}

.shop-detls-tab .tab_content {
  border: 1px dashed #eeeeee;
  padding: 30px;
}

.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p {
  color: rgb(35,68,103);
  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: rgb(35,68,103);
}

.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: rgb(219,140,35);
  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: rgb(219,140,35);
  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: rgb(219,140,35);
  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: rgb(219,140,35);
  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: rgb(35,68,103);
}

.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;

}

.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: rgb(219,140,35);
}

.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 {
  -webkit-box-shadow: none;
          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;
}

.testimonial-slider {
  position: relative;
}

.testimonial-slider .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  left: -3%;
  color: #050303 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.testimonial-slider .owl-nav .owl-prev:hover {
  color: rgb(219,140,35) !important;
  background-color: transparent !important;
}

.testimonial-slider .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  right: -3%;
  color: #050303 !important;
  font-size: 24px !important;
  font-weight: 600;
}

.testimonial-slider .owl-nav .owl-next:hover {
  color: rgb(219,140,35) !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-size: 320px;
  color: #edeff1;
}

.testimonial-item h3 {
  font-size: 26px;
  margin-bottom: 30px;
}
.testimonial-item h3 a{
  color: rgb(35,68,103);
}
.testimonial-item h3 a:hover{
  color: rgb(219,140,35);
}
.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-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 h3 a{
  color: rgb(35,68,103);
}
.testimonials-card .testimonials-name h3 a:hover{
  color: rgb(219,140,35);
}
.testimonials-card .testimonials-name span {
  font-size: 14px;
  color: #ab842a;
}

.testimonials-card p {
  margin-bottom: 0;
  position: relative;
}

.forward-area {
  position: relative;
}

.forward-area::before {
  content: '';
  position: absolute;
  background-color: #fbf3e9;
  width: 60%;
  height: 78%;
  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 h3 {
  font-size: 20px;
  margin-bottom: 0;
  color: #6f7c8a;
}

.forward-content .signature ul li span {
  font-size: 20px;
  color: rgb(35,68,103);
}

.about-content .section-title-two {
  margin-bottom: 30px;
}

.about-card {
  margin-bottom: 30px;
}

.about-card h3 {
  font-size: 26px;
  font-weight: 700;
  color: #020d26;
  margin-bottom: 10px;
}

.about-card p {
  margin-bottom: 0;
}

.about-img {
  margin-bottom: 30px;
}

.team-area {
  background-image: url(../box/image/shape4.png);
  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 {
  -webkit-transform: scale(1);
          transform: scale(1);
  display: block;
}

.team-card.active .content {
  -webkit-transform: scale(1);
          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;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.team-card .content h3 {
  font-size: 18px;
  margin-bottom: 5px;
}

.team-card .content span {
  font-size: 16px;
  color: #ab842a;
  
  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: #ab842a;
}

.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-weight: 600;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: 0.7s;
  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%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  left: 0;
  color: #6f7c8a !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%;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  right: 0;
  color: #6f7c8a !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: #020d26;
  text-transform: uppercase;
}

.apartment-item ul li a {
  color: #b56953;
}

.apartment-item a {
  display: block;
}

.apartment-item a h3 {
  font-size: 40px;
  color: #020d26;
  font-weight: 700;
  margin-bottom: 10px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.apartment-item p {
  margin-bottom: 0;
}

.counter-area {
  padding-top: 70px;
  padding-bottom: 70px;
}

.counter-bg1 {
  background-color: #020d26;
}

.counter-bg2 {
  position: relative;
  background-color: #ab842a;
}

.counter-bg2::before {
  content: '';
  position: absolute;
  background-image: url(../box/image/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;
}

.apartment-offer-two {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.apartment-offer-two::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.5;
}

.offer-content {
  margin-bottom: 30px;
}

.offer-item {
  padding: 30px 20px 60px 20px;
  border: 5px solid #f0f0f0;
  position: relative;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  margin-bottom: 30px;
}

.offer-item h3 {
  font-size: 24px;
  color: #020d26;
  -webkit-transform: 0.7s;
          transform: 0.7s;
}

.offer-item i {
  font-size: 60px;
  color: #b5b5b5;
  position: absolute;
  right: 15px;
  bottom: 0;
  -webkit-transform: 0.7s;
          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;
  -webkit-transition: 0.7s;
  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: #020d26;
}

.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: #ab842a !important;
  opacity: 0;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.offer-item-bg2:hover::before {
  opacity: 1;
  width: 100%;
}

.offer-item-bg2:hover i {
  color: #dcbe77;
}

.offer-item-bg2.active::before {
  opacity: 1;
  width: 100%;
  background-color: #ab842a;
  -webkit-transition: 0.7s;
  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: #dcbe77;
}

.offer-item-bg2.active:hover::before {
  background-color: #ffffff !important;
  border: none;
  position: relative;
  z-index: 1;
}

.offer-item-bg2.active:hover h3 {
  color: #020d26;
}

.offer-item-bg2.active:hover p {
  color: #777777;
}

.offer-item-bg2.active:hover i {
  color: #b5b5b5;
}

.image-details-area {

}

.image-content {
  max-width: 560px;
}

.image-content span {
  font-size: 14px;
  color: #b56953;
  position: relative;
  margin-left: 40px;
}

.image-content span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #b56953;
}

.image-content h2 {
  font-size: 35px;
  color: #020d26;
  max-width: 350px;
}
.image-content .top{
  margin: 10px 0;
}
.image-content .top i{
  font-style: normal;
}
.image-content .image-list {
  list-style: none;
  padding: 0;
  max-width: 460px;
}

.image-content .image-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;
  
}

.image-content .image-list li b {
  position: absolute;
  right: 10px;
  top: 2px;
  font-weight: 500;
  font-size: 20px;
}

.margin-left {
  margin-left: auto;
}

.image-margin {
  padding:20px;
}

.image-slider {
  position: relative;
}

.image-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;
}

.image-slider .owl-nav .owl-prev:hover {
  background-color: #b56953 !important;
}

.image-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;
}

.image-slider .owl-nav .owl-next:hover {
  background-color: #906255 !important;
}

.image-slider-two {
  position: relative;
}

.image-slider-two .owl-nav {
  margin-top: 0;
}

.image-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;
}

.image-slider-two .owl-nav .owl-prev:hover {
  background-color: #b56953 !important;
}

.image-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;
}

.image-slider-two .owl-nav .owl-next:hover {
  background-color: #906255 !important;
}

.image-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;
}

.image-content-two span {
  font-size: 14px;
  color: #ab842a;
  position: relative;
  margin-left: 40px;
}

.image-content-two span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #ab842a;
}

.image-content-two h2 {
  font-size: 35px;
  color: #020d26;
  max-width: 380px;
}

.image-content-two h2 b {
  color: #ab842a;
}

.image-content-two .image-list {
  position: relative;
  z-index: 1;
  margin-top: 20px;
  margin-bottom: 40px;
  list-style: none;
  padding: 0;
  max-width: 460px;
}

.image-content-two .image-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;
  
}

.image-content-two .image-list li b {
  position: absolute;
  right: 10px;
  top: 2px;
  font-weight: 500;
  font-size: 20px;
}

.image-slider-three {
  position: relative;
  margin-bottom: 30px;
}

.image-slider-three .owl-nav {
  margin-top: 0;
}

.image-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;
}

.image-slider-three .owl-nav .owl-prev:hover {
  background-color: #ab842a !important;
}

.image-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: #ab842a !important;
  line-height: 50px;
  border-radius: 0 !important;
}

.image-slider-three .owl-nav .owl-next:hover {
  background-color: #9a7927 !important;
}

.image-card {
  margin-bottom: 30px;
}

.image-card:hover .content a h3 {
  color: #ab842a;
}

.image-card a {
  display: block;
}

.image-card a img {
  max-width: 500px;
  position: relative;
  z-index: 1;
}

.image-card .content {
  position: relative;
  margin-top: -75px;
  right: -45px;
  padding: 100px 20px 30px 20px;
  max-width: 510px;
  background-color: #faf5f3;
}

.image-card .content span {
  font-size: 14px;
  color: #ab842a;
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.image-card .content span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #ab842a;
}

.image-card .content span a {
  color: rgb(219,140,35);
  display: inline-block;
  margin-bottom: 0;
}

.image-card .content h3 {
  font-size: 35px;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.image-card .content p {
  max-width: 450px;
  margin-top: 15px;
}

.image-card .content .learn-btn {
  color: #ab842a;
}

.image-card .content .learn-btn i {
  color: #ab842a;
  margin-right: 5px;
  font-size: 18px;
  position: relative;
  top: 3px;
}

.image-card .content .learn-btn:hover {
  letter-spacing: 0.5px;
}
.group_content .text{
  margin: 20px 0;
}
.group_content .tag{
  margin-bottom:18px;
}
.group_content .tag a{
  display:inline-block;
  margin-right:8px;
  border: 1px solid #dee2e6;
  padding: 2px 8px;
  border-radius: 0;
}
.group_content dir{
  padding-top:18px;
  border-top:1px solid #dee2e6;
}
.group_content dir:after{
  display:block;
  content:'';
  clear:both;
}
.group_content dir>dl:after{
  display:block;
  content:'';
  clear:both;
}
.group_content dir>dl>dt{
  float:left;
  margin-right:8px;
  opacity:.88;
}
.group_content dir>dl>dt b{
  font-weight:inherit;
}
.group_content dir>dl>dd{
  float:left;
}
.group_content dir>dl>dd i{
  font-style:inherit;
}

.blog-area {

}

.blog-card {
  margin-bottom: 30px;
}

.blog-card:hover .content a h3 {
  color: rgb(219,140,35);
}

.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-family: 'Times New Roman', Times, serif;
  position: relative;
  margin-left: 40px;
  display: inline-block;
  color: rgb(219,140,35);
}

.blog-card .content span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: rgb(219,140,35);
}

.blog-card .content span a {
  display: inline-block;
  margin-bottom: 0;
  color: rgb(219,140,35);
}

.blog-card .content h3 {
  font-size: 26px;
  margin-bottom: 0;
  margin-top: 10px;
}

.article-title {
  margin-bottom: 45px;
}

.article-title .section-title-two h2 {
  max-width: 100%;
  font-size: 48px;
}

.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: 0;
  padding-top: 20px;
}

.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: 0;
  padding-top: 0;
}

.blog-article .article-comment li .content h3 {
  font-size: 22px;
  color: #020d26;
  display: block;
  line-height: 1;
}

.blog-article .article-comment li .content span {
  font-size: 15px;
  color: #ab842a;
  display: block;
}

.blog-article .article-comment li .content span a {
  color: #ab842a;
}

.blog-article .article-comment li .content span a:hover {
  color: rgb(35,68,103);
}

.blog-article .article-comment li .content-list {
  display: block;
  margin-left: 0;
  padding-top: 0;
  position: relative;
}

.blog-article .article-comment li .content-list h3 {
  font-size: 20px;
  color: #020d26;
  display: block;
}

.blog-article .article-comment li .content-list span {
  font-size: 15px;
  color: #ab842a;
  display: block;
}

.blog-article .article-content .content-text {
  position: relative;
}

.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-weight: 700;
  color: rgb(35,68,103);
}

.blog-article .blockquote::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 5px;
  height: 55px;
  background-color: #ab842a;
}

.blog-article .blockquote p {
  font-size: 18px;
  color: rgb(35,68,103);
  font-weight: 700;
  margin-top: 20px;
  margin-left: 30px;
}

.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-share .blog-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.blog-article-share .blog-tag ul li {
  display: inline-block;
  padding: 5px 8px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  color: #ab842a;
}

.blog-article-share .blog-tag ul li a {
  color: #ab842a;
}

.blog-article-share .blog-tag ul li:hover a {
  color: #020d26;
}

.blog-article-share .blog-tag ul li.active a {
  color: #020d26;
}

.blog-article-share .social-icon {
  margin: 0;
  padding: 0;
  list-style: none;
  float: right;
}

.blog-article-share .social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.blog-article-share .social-icon li a {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  line-height: 32px;
  text-align: center;
  color: #ffffff;
}

.blog-article-share .social-icon li:nth-child(1) a {
  background-color: #3b5998;
}

.blog-article-share .social-icon li:nth-child(1) a:hover {
  background-color: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article-share .social-icon li:nth-child(2) a {
  background-color: #55acee;
}

.blog-article-share .social-icon li:nth-child(2) a:hover {
  background-color: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article-share .social-icon li:nth-child(3) a {
  background-color: #3f729b;
}

.blog-article-share .social-icon li:nth-child(3) a:hover {
  background-color: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article-share .social-icon li:nth-child(4) a {
  background-color: #ff0000;
}

.blog-article-share .social-icon li:nth-child(4) a:hover {
  background-color: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.blog-article-share .social-icon li:nth-child(5) a {
  background-color: #c80000;
}

.blog-article-share .social-icon li:nth-child(5) a:hover {
  background-color: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.article-post {
  position: relative;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 40px;
  padding-bottom: 30px;
}

.article-post::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1px;
  height: 60px;
  background-color: #eeeeee;
}

.article-post .article-post-share span {
  font-size: 14px;
  color: #ab842a;
  position: relative;
  margin-left: 40px;
  display: inline-block;
}

.article-post .article-post-share span::before {
  content: '';
  position: absolute;
  left: -35px;
  width: 30px;
  height: 1px;
  bottom: 0;
  background-color: #ab842a;
}

.article-post .article-post-share span a {
  color: #ab842a;
  display: inline-block;
  margin-bottom: 0;
}

.article-post .article-post-share span a:hover {
  color: rgb(35,68,103);
}

.article-post .article-post-share a {
  display: block;
}

.article-post .article-post-share a h3 {
  font-size: 25px;
  margin-bottom: 0;
  margin-top: 15px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
  max-width: 600px;
  color: #6a8096;
}

.article-post .article-post-share a h3:hover {
  color: rgb(35,68,103);
  text-decoration: underline;
}

.article-post .article-post-share a h3.active {
  color: rgb(35,68,103);
  text-decoration: underline;
}

.article-post .article-post-share.text-align {
  float: right;
}

.blog-widget {
  margin-bottom: 35px;
}

.blog-widget .title {
  font-size: 26px;
  color: rgb(35,68,103);
  margin-bottom: 20px;
  border-bottom: 1px dashed #c8ccd0;
  padding-bottom: 15px;
}

.blog-widget.search-widget form{
  position: relative;
}

.blog-widget.search-widget input{
  height: 50px;
  border: 1px solid #c8ccd0;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  width: 100%;
  border-radius: 0;
}

.blog-widget.search-widget input:focus {
  border-color: #ab842a;
}

.blog-widget.search-widget button {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 50px;
  background-color: #ab842a;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
  outline: none;
}


.blog-widget.search-widget button:hover {
  background-color: rgb(35,68,103);
}

.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;
  -webkit-transition: 0.7s;
  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: #020d26;
}

.blog-widget.blog-widget-tag ul li.active a {
  color: #020d26;
}

.blog-widget.blog-widget-pos .widget-post span {
  color: #ab842a;
  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;
  color: #777777;
  position: relative;
  margin-left: 40px;
  margin-top: 5px;
  margin-bottom: 10px;
  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-widget.blog-widget-pos .widget-post a:hover h3{
  color: rgb(35,68,103);
}
.link-area {
  background-color: #fbf3e9;
}
.link-area .link-items a{
  margin: 5px 10px;

}
.link-area .link-items img{
  display: block;
  height: 40px;
}
.link-area .link-items span{
  line-height: 40px;
  vertical-align: text-bottom;
}
.contact-wrap {
  position: absolute;
  top: 100px;
  right: 5%;
}

.contact-wrap .contact-form {
  background-color: #ffffff;
}
.map-area {
  position: relative;
}

.map-area .map{
  display: block;
  width: 100%;
  height: 670px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.map-content {
  padding: 50px 40px;
  background-color: #ffffff;
  position: absolute;
  top: 140px;
  max-width: 600px;
  right: 10%;
}

.map-content span {
  color: #6f7c8a;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
  margin: 0;
  padding-bottom: 5px;
}

.map-content h2 {
  font-size: 55px;
  text-transform: capitalize;
  font-weight: 900;
  margin-top: 5px;
  line-height: 1.2;
  color: #234467;
  max-width: 450px;
  margin-bottom: 30px;
}

.map-content h2 b {
  color: #db8c23;
  font-weight: 500;
  font-style: italic;
}

.map-content .map-content-left {
  width: 240px;
  height: 90px;
  background-color: #db8c23;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.7s;
  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;
}

.map-content .map-content-left h3 a {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.map-content .map-content-left:hover {
  background-color: #234467;
}

.map-content .map-content-right {
  width: 240px;
  height: 90px;
  background-color: #234467;
  text-align: center;
  line-height: 60px;
  -webkit-transition: 0.7s;
  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;
}

.map-content .map-content-right h3 a {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 0;
  position: relative;
  top: -15px;
}

.map-content .map-content-right:hover {
  background-color: #db8c23;
}

.map-area-two {
  position: relative;
}

.map-area-two.map-area .map{
  display: block;
  width: 100%;
  height: 820px;
}
.footer-bg {
  background-color: #162c44;
}

.footer-bg2 {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer-bg2::before {
  content: '';
  position: absolute;
  background-color: #162c44;
  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 p {
  font-size: 15px;
  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;
}

.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: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          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: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          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: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          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: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          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: rgb(219,140,35);
  -webkit-animation: tada 1s linear;
          animation: tada 1s linear;
}

.single-footer-widget h3 {
  margin-top: 30px;
  font-size: 24px;
  color: rgb(35,68,103);
  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: 15px;
  color: #777777;
}

.single-footer-widget .footer-list li a:hover {
  color: rgb(219,140,35);
}

.single-footer-widget .footer-contact-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.single-footer-widget .footer-contact-list li {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}

.single-footer-widget .footer-contact-list li span {
  color: rgb(35,68,103);
  font-weight: 600;
}

.single-footer-widget .footer-contact-list li a {
  color: #777777;
}

.single-footer-widget .footer-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0;
}
.single-footer-widget.followus p{
  margin-bottom: 10px;
}
.single-footer-widget .footer-gallery li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.single-footer-widget .footer-gallery li a {
  display: block;
  position: relative;
}

.single-footer-widget .footer-gallery li a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.single-footer-widget .footer-gallery li a:hover::before {
  opacity: .50;
  visibility: visible;
}
.single-footer-widget .footer-gallery li p{
  text-align: center;
}
.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: rgb(35,68,103);
}

.bottom-text {
  text-align: center;
}

.bottom-text p {
  padding: 0;
  margin: 0;
  font-size: 15px;
  color: #ffffff;
}

.bottom-text p a {
  color: rgb(219,140,35);
  font-weight: 500;
  font-size: 15px;
  text-decoration: underline;
}

.bottom-text p a:hover {
  color: #ffffff;
}

.pagination-area {}

.pagination-area li>a {
  width: 60px;
  height: 38px;
  text-align: center;
  display: inline-block;
  border-radius: 50px;
  line-height: 35px;
  position: relative;
  font-weight: 500;
  border: 1px solid #f0f0f0;
  color: rgb(35,68,103);
}

.pagination-area li>a:hover {
  color: #ab842a;
}

.contact-area {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
}

.contact-option {
  max-width: 800px;
  margin-right: auto;
}

.contact-form {
  padding: 50px;
  max-width: 800px;
  margin: 0 auto 0;
  background-color: #f4f4f4;
}

.contact-form span {
  color: #7f7f7f;
  font-weight: 500;
  line-height: 0;
  font-size: 14px;
  text-transform: uppercase;
}

.contact-form h2 {
  font-size: 35px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form select,
.contact-form textarea{
  margin-bottom: 25px;
  position: relative;
}

.contact-form dl dt {
  display: none;
}
.contact-form input, 
.contact-form select{
  height: 50px;
  color: #7f7f7f;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  border-radius: 0;
  font-size: 14px;
  padding: 10px 20px 10px 40px;
  width: 100%;
}
.contact-form input:focus,
.contact-form select:focus {
  outline: none;
  border-color: #83c1ff;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .nice-select{
  float: none;
  border: 0;
  height: 50px;
  color: #7f7f7f;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  line-height: 30px;
  padding: 10px 20px 10px 40px;
  border-radius:0;
  margin-bottom: 25px;
  position: relative;
}
.contact-form .nice-select .current{
  color: #a8a8a8;
}
.contact-form .nice-select .list{
  width: 100%;
  border-radius:0;
}
.contact-form textarea{
  height: auto;
}

.contact-form dl dd span.captcha {
  position: relative;
}

.contact-form dl dd span.captcha i {
  position: absolute;
  top: 6px;
  right: 1px;
  bottom: 1px;
  border: 3px;
  padding: 5px;
  padding-bottom: 0;
}

.contact-form dl dd span.captcha img {
  display: block;
  max-height: 100%;
  cursor: pointer;
}
.contact-form button{
  text-align: center;
  margin-top: 15px;
  height: 50px;
  width: 100%;
  border: 0;
  outline: none;
  color: #ffffff;
  background-color: rgb(219,140,35);
}
.contact-form button:hover{
  background-color: rgb(35,68,103);
}
.contact-form input::-webkit-input-placeholder,
.contact-form select::-webkit-input-placeholder {
  color: #7f7f7f;
}
.contact-form input:-ms-input-placeholder,
.contact-form select:-ms-input-placeholder {
  color: #7f7f7f;
}
.contact-form input::-ms-input-placeholder, 
.contact-form select::-ms-input-placeholder{
  color: #7f7f7f;
}
.contact-form input::placeholder,
.contact-form select::placeholder {
  color: #7f7f7f;
}

.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: #ab842a;
  margin-bottom: 0;
}

.single-content {
  margin-bottom: 30px;
}

.single-content h3 {
  font-size: 26px;
  color: #020d26;
  margin-bottom: 10px;
}

.single-content p {
  margin-bottom: 0;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgb(35,68,103);
}

.spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: rgb(219,140,35);
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: circle-in 1.4s infinite ease-in-out both;
          animation: circle-in 1.4s infinite ease-in-out both;
}

.spinner .circle1 {
  -webkit-animation-delay: -0.32s;
          animation-delay: -0.32s;
}

.spinner .circle2 {
  -webkit-animation-delay: -0.16s;
          animation-delay: -0.16s;
}

#toTop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  display: none;
  z-index: 99;
}

.top-btn {
  background-color: rgb(219,140,35);
  color: #ffffff;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 15px rgb(219,140,35);
          box-shadow: 0 0 15px rgb(219,140,35);
  font-size: 20px;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  -webkit-transition: .9s;
  transition: .9s;
}

.top-btn:hover {
  background: rgb(35,68,103);
  -webkit-box-shadow: 0 0 15px rgb(35,68,103);
          box-shadow: 0 0 15px rgb(35,68,103);
  color: #fff;
}

@-webkit-keyframes circle-in {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes circle-in {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  75% {
    -webkit-transform: scale(1.75);
    transform: scale(1.75);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
.subnav {
	position:relative;
	z-index:4;
	background: rgb(251,243,233);
}

.subnav .container>ul>li>a {
	color: rgb(119,119,119);
	font-size: 15px;
	font-size: 15px;
}

.subnav .container li.on>a,
.subnav .container li.pn>a {
	color: rgb(35,68,103);
}
@media only screen and (max-width: 1024px) {
  .appointment-btn{
    display: none;
  }
}
@media(min-width:992px) {
	.subnav .container>ul {
		text-align: center;
		font-size: 0;
		margin: 0;
	}

	.subnav .container>ul>li {
		display: inline-block;
		position: relative;
	}

	.subnav .container>ul>li>a {
		display: block;
		padding: 15px 20px;
	}

	.subnav .container>ul>li.has>a:after {
		display: inline-block;
		font-family:'FontAwesome';
		content: "\f107";
		margin-left: 3px;
		transition: transform .3s;
	}

	.subnav .container>ul>li.has:hover>a:after {
		transform: rotate(180deg);
	}

	.subnav .container>ul>li ul {
		position: absolute;
		left: 100%;
		top: 0;
		width: 140px;
		white-space: nowrap;
		text-align: center;
		background: #fff;
		visibility: hidden;
		opacity: 0;
		transition: .05s;
		transform: scale(0);
		transform-origin: top center;
	}

	.subnav .container>ul>li ul ul {
		transform-origin: left center;
	}

	.subnav .container>ul>li>ul li.parent {
		display: none;
	}

	.subnav .container>ul>li>ul li.right ul {
		left: auto;
		right: 100%;
		transform-origin: right center;
	}

	.subnav .container>ul li:hover>ul {
		visibility: visible;
		opacity: 1;
		transition: .3s;
		transform: scale(1);
	}

	.subnav .container>ul>li>ul {
		left: 50%;
		top: 100%;
		width: 140px;
		margin-left: -70px;
	}

	.subnav .container>ul>li ul {
		box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	}

	.subnav .container>ul>li ul>li {
		position: relative;
		border-top: 1px solid #f5f5f5;
	}

	.subnav .container>ul>li ul>li:first-child {
		border-top: 0;
	}

	.subnav .container>ul>li ul>li>a {
		display: block;
		padding: 8px 0;
		font-size: 15px;
	}
}

@media(max-width:991px) {
	.subnav .container {
		padding: 2px 0 1px 0;
	}

	.subnav .container ul {
		overflow: auto;
		white-space: nowrap;
		font-size: 0;
		text-align: center;
		margin: 0;
	}

	.subnav .container ul>li {
		display: inline-block;
		padding: 8px;
	}

	.subnav .container>ul>li ul {
		position: absolute;
		background: #fff;
		top: 100%;
		left: 0;
		right: 0;
		visibility: hidden;
		opacity: 0;
		transition: .3s;
		transform: translateY(-8px);
	}

	.subnav .container>ul>li.active {
		background: #fff;
	}

	.subnav .container>ul>li.active>ul {
		visibility: visible;
		opacity: 1;
		transform: translateY(-2px);
	}

	.subnav .container>ul>li ul>li>a {
		font-size: 15px;
	}

	.subnav .container>ul>li>ul li.parent.pn>a {
		color: rgb(119,119,119);
	}

	.subnav ul::-webkit-scrollbar {
		height: 1px;
		background: rgb(251,243,233);
	}

	.subnav ul::-webkit-scrollbar-track-piece {
		height: 1px;
	}

	.subnav ul::-webkit-scrollbar-thumb {
		background: rgba(0, 0, 0, 0);
		transition: .2s;
	}

	.subnav ul:hover::-webkit-scrollbar-thumb {
		background: rgb(35,68,103);
	}
}

@media only screen and (max-width: 767px) {
	body {
	  font-size: 14px;
	}
	.ptb-100 {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	.pt-100 {
	  padding-top: 50px;
	}
	.ptb-70 {
	  padding-top: 50px;
	  padding-bottom: 20px;
	}
	.pb-70 {
	  padding-bottom: 20px;
	}
	.pt-45 {
	  padding-top: 30px;
	}
	.default-btn {
	  padding: 8px 25px;
	}
	.default-btn.active {
	  margin-left: 10px;
	}
	.section-title span {
	  font-size: 12px;
	}
	.section-title h2 {
	  font-size: 35px;
	}
	.section-title p {
	  padding-top: 10px;
	}
	.section-title-two span {
	  font-size: 12px;
	  margin-left: 35px;
	}
	.section-title-two span::before {
	  width: 35px;
	  left: -35px;
	}
  .article-title .section-title-two h2,
	.section-title-two h2 {
	  font-size: 35px;
	}
	.section-title-two p {
	  padding-top: 10px;
	}
	.top-header .top-header-left {
	  text-align: center;
	}
	.top-header .top-header-left li {
	  margin: 0 5px;
	}
	.top-header .top-header-right {
	  text-align: center;
	  float: none;
	}
	.top-header .top-header-right li {
	  margin: 0 5px;
	}
	.top-header .top-header-right li i {
	  font-size: 15px;
	  margin-left: 5px;
	}
	.mobile-nav .logo img {
	  max-width: 110px;
	  height: 40px;
	  margin-top: -5px;
	}
	.side-btn-area {
	  display: none;
	}
	.appointment-btn {
	  display: none;
	}
	.home-slider-area .thumbs-wrap .owl-thumbs.home-slider-thumb {
	  margin-left: auto;
	  margin-right: auto;
	  left: 0;
	  right: 0;
	  bottom: 70px;
	  text-align: center;
	}
	.slider-item {
	  text-align: center;
	}
	.home-slider-content {
	  text-align: center;
	  margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.home-slider-content span {
	  font-size: 14px;
	}
	.home-slider-content h1 {
	  font-size: 45px;
	  max-width: 380px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.home-slider-content p {
	  margin-bottom: 30px;
	}
	.home-slider-btn {
	  text-align: center;
	}
	.home-slider-btn .default-btn.active {
	  margin-left: 0;
	  margin-top: 10px;
	}
	.home-slider-item .slider-content {
	  padding-top: 150px;
	  padding-bottom: 100px;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	}
	.home-slider-item .slider-content h1 {
	  font-size: 40px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.home-slider-item .slider-content p {
	  margin-bottom: 0;
	  font-size: 16px;
	  max-width: 280px;
	  margin: 0 auto;
	}
	.home-slider-item .slider-content .slider-btn-area {
	  margin-top: 20px;
	}
	.home-slider-item .slider-content .slider-btn-area .discover-btn {
	  padding: 12px 18px;
	  margin: 0  5px 15px 5px;
	}
	.home-slider-item .slider-content .slider-btn-area .slider-cell-btn {
	  margin: 0 5px;
	  font-size: 16px;
	}
	.oftop-slider-area .thumbs-wrap .owl-thumbs.oftop-slider-thumb {
	  margin-left: auto;
	  margin-right: auto;
	  left: 0;
	  right: 0;
	  text-align: center;
	}
	.oftop-slider-content {
	  padding-top: 50px;
	  text-align: center;
	  margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.oftop-slider-content span {
	  font-size: 14px;
	  margin-left: 30px;
	}
	.oftop-slider-content span::before {
	  left: -30px;
	  width: 30px;
	}
	.oftop-slider-content h1 {
	  font-size: 45px;
	}
	.oftop-slider-content p {
	  margin-bottom: 30px;
	  font-size: 16px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.oftop-slider-content .oftop-slider-btn {
	  margin-top: 0px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn {
	  margin: 5px;
	  width: 200px;
	  height: 70px;
	  line-height: 40px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn i {
	  font-size: 25px;
	  position: absolute;
	  left: 15px;
	  top: 15px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn .content {
	  left: 60px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn .content p {
	  font-size: 14px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 a {
	  font-size: 16px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn {
	  margin: 5px;
	  width: 200px;
	  height: 70px;
	  line-height: 40px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn i {
	  font-size: 25px;
	  left: 15px;
	  top: 15px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn .content {
	  left: 60px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn .content p {
	  font-size: 14px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn .content h3 {
	  font-size: 16px;
	  float: left;
	}

	.inner-banner{
    padding:calc(80px + 20px) 0 80px;
	}
	.inner-banner .inner-title h1{
	  font-size: 35px;
	}

	.property-details {
	  padding: 35px 0;
	}
	.property-details-list ul {
	  max-width: 210px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.property-details-list ul li {
	  margin-right: 0;
	  padding-top: 18px;
	  padding-bottom: 18px;
	  display: block;
	}

	.service-area-two {
	  margin-top: 0;
	  padding-top: 50px;
	}
	.service-card {
	  padding: 20px 10px 30px 10px;
	}
	.service-card i {
	  font-size: 55px;
	}

	.service-details-content .progressbar-area .single-progressbar h3 {
	  font-size: 14px;
	}

	.property-img {
	  margin-bottom: 30px;
	  margin-left: 15px;
	}
	.property-counter {
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	  margin-top: 20px;
	}
	.counter-card h2 {
	  font-size: 50px;
	}
	.property-item .property-btn {
	  margin-top: 20px;
	}
	.property-img-two {
	  margin-bottom: 30px;
	}
	.property-item-two {
	  margin-left: 0;
	}

	.property-section-text {
	  margin-bottom: 0px;
	}
	.single-property .images {
	  max-width: 100%;
	  height: auto;
	}
	.single-property .images a img {
	  width: 100%;
	}
	.single-property .images .property-content {
	  margin-top: 0;
	  right: 0;
	  left: 0;
	  max-width: 100%;
	  padding: 30px 20px;
	}
	.single-property .images .plus-dots {
	  display: none;
	}
	.property-section .col-lg-4:nth-child(2) .single-property {
	  margin-top: 0;
	}
	.property-section .col-lg-4:nth-child(3) .single-property {
	  margin-top: 0;
	}

	.project-area {
	  padding: 50px 0;
	  margin-bottom: 0;
	}
	.project-card {
	  max-width: 100%;
	  padding: 30px 20px;
	  bottom: 0;
	}
	.project-card span {
	  font-size: 12px;
	}
	.project-card h2 {
	  font-size: 30px;
	}
	.project-card ul li {
	  font-size: 18px;
	}
	.project-card ul li b {
	  font-size: 15px;
	  width: 47%;
	}
	.project-card .project-card-btn .default-btn {
	  width: 100%;
	}
	.project-card .project-card-btn .default-btn.active {
	  margin-left: 0;
	}

	.development-card {
	  margin-bottom: 20px;
	}

	.development-item img {
	  max-width: 100%;
	  height: auto;
	}
	.development-item .content {
	  margin-top: 0;
	  right: 0;
	  left: 0;
	  max-width: 100%;
	}
	.development-section .col-lg-6:nth-child(2) .development-item {
	  margin-top: 0;
	}
	.development-section .col-lg-6:nth-child(3) .development-item {
	  margin-top: 0;
	}

	.orgin-card h2 {
	  font-size: 55px;
	  width: 160px;
	  height: 160px;
	  line-height: 160px;
	}
	.orgin-card h3 {
	  font-size: 26px;
	  margin-top: 15px;
	}
	.orgin-card p {
	  margin-left: auto;
	  margin-right: auto;
	}

	.room-details-tab {
	  margin-top: 20px;
	}
	.room-details-tab .tabs li {
	  margin-right: 15px;
	}
	.room-details-tab .tabs li a {
	  font-size: 18px;
	}
	.room-details-card .content {
	  margin-top: 0;
	  width: 100%;
	  padding: 20px 15px;
	}
	.room-details-card .content a h3 {
	  font-size: 22px;
	}
	.room-details-item .room-details-slider .room-details-content {
	  padding: 20px 10px 50px 10px;
	}
	.room-details-item .room-details-slider .room-details-content a h3 {
	  font-size: 22px;
	}
	.room-details-item .room-details-slider .room-details-content p {
	  margin-bottom: 25px;
	}
	.room-details-item .room-details-slider .owl-nav .owl-prev {
	  bottom: 15px;
	  top: auto;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  left: 35%;
	  font-size: 26px !important;
	}
	.room-details-item .room-details-slider .owl-nav .owl-next {
	  bottom: 15px;
	  top: auto;
	  -webkit-transform: translateY(0);
			  transform: translateY(0);
	  right: 35%;
	  font-size: 26px !important;
	}
	.room-details-item img {
	  height: 250px;
	}
	.room-details-item .room-item {
	  display: none;
	}
	.room-details-item .room-item .item1 {
	  display: none;
	}
	.room-details-item .room-item {
	  display: none;
	}
	.room-details-item .room-item .item1 {
	  display: none;
	}

	.innovation-content .innovation-btn {
	  margin-top: 15px;
	  margin-bottom: 20px;
	}
	.innovation-content-two .innovation-btn {
	  margin-top: 15px;
	  margin-bottom: 20px;
	}
	.innovation-bg {
	  padding: 50px 15px;
	}
	.innovation-slider {
	  max-width: 100%;
	  height: auto;
	  border-radius: 0;
	}
	.innovation-slider .owl-dots {
	  bottom: 15px;
	}
	.innovation-item {
	  padding-top: 0;
	  padding-bottom: 50px;
	  max-width: 100%;
	  padding-left: 15px;
	  padding-right: 15px;
	}
	.innovation-item i {
	  font-size: 65px;
	}
	.innovation-item h3 {
	  font-size: 24px;
	}
	.innovation-item p {
	  font-weight: 400;
	  margin: 0 auto;
	}

	.efficiency-card {
	  padding: 30px 15px;
	}
	.efficiency-card span {
	  font-size: 12px;
	}
	.efficiency-card a h3 {
	  font-size: 24px;
	}
	.efficiency-card p {
	  margin-bottom: 0;
	}
	.efficiency-card i {
	  font-size: 60px;
	}

	.cart-wraps-area .cart-table {
	  text-align: center;
	}
	.cart-wraps-area .cart-table table thead tr th {
	  padding: 0 40px 10px;
	  white-space: nowrap;
	  font-size: 16px;
	}
	.cart-wraps-area .cart-table table thead tr th:first-child {
	  text-align: left;
	  padding-left: 0;
	}
	.cart-wraps-area .cart-table table thead tr td {
	  white-space: nowrap;
	}
	.cart-wraps-area .cart-table table thead tr td:first-child {
	  text-align: left;
	  padding-left: 0;
	}
	.cart-wraps-area .cart-buttons {
	  text-align: center;
	}
	.cart-wraps-area .cart-buttons .text-right {
	  text-align: center !important;
	  margin-top: 0;
	}
	.cart-wraps-area .cart-buttons .default-btn1 {
	  display: block;
	  text-align: center;
	  width: 100%;
	}
	.cart-wraps-area .cart-totals {
	  padding: 20px;
	  margin-top: 35px;
	}
	.cart-wraps-area .cart-totals h3 {
	  margin-bottom: 18px;
	  font-size: 20px;
	}
	.cart-wraps-area .cart-totals ul li {
	  font-size: 14px;
	}
	.cart-wraps-area .cart-totals .default-btn {
	  display: block;
	  text-align: center;
	  width: 100%;
	}
	.cart-wraps-area .cart-wraps .continue-shopping-box {
	  margin-bottom: 20px;
	}
	.cart-wraps-area .cart-calc {
	  padding: 20px !important;
	  margin-top: 30px;
	}
	.cart-wraps-area .cart-calc .cart-wraps-form h3 {
	  font-size: 18px;
	}
	.cart-wraps-area .cart-calc .cart-wraps-form .form-group select {
	  width: 100%;
	}
	.cart-wraps-area .cart-calc .cart-wraps-form .default-btn {
	  width: 100%;
	}
  .group_content .tag{
    margin-bottom:8px;
  }
  .group_content .tag a{
    margin-right:4px;
    padding:2px 8px;
  }
  .group_content dir{
    padding-top:8px;
  }
	.billing-details {
	  padding: 30px;
	}
	.billing-details h3 {
	  font-size: 20px;
	}
	.billing-details .form-group {
	  margin-bottom: 15px;
	}
	.order-details .order-table {
	  padding: 30px 15px;
	}
	.order-details .order-table h3 {
	  font-size: 20px;
	}
	.order-details .order-table table thead tr th {
	  padding: 15px 10px;
	  font-size: 16px;
	}
	.order-details .payment-box {
	  padding: 30px;
	}

	.shop-desc h3 {
	  margin-bottom: 10px;
	  font-size: 20px;
	  font-weight: 600;
	}
	.shop-detls-tab .tabs li a {
	  padding: 12px 10px;
	}
	.shop-detls-tab .tab_content {
	  padding: 20px;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content h3 {
	  margin-bottom: 10px;
	  font-size: 20px;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content p {
	  margin-bottom: 15px;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-title .btn-right {
	  position: inherit;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-form .contact-wrap-form .contact-form {
	  padding: 30px 15px;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item {
	  padding-right: 0;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item h3 {
	  font-size: 20px;
	}
	.shop-detls-tab .tab_content .tabs_item .shop-detls-tab-content .shop-review-form .review-comments .review-item .review-report-link {
	  position: inherit;
	  top: 5px;
	  font-size: 13px;
	}

	.forward-area::before {
	  width: 100%;
	  height: 50%;
	}
	.forward-img {
	  margin-bottom: 30px;
	}
	.forward-content {
	  margin-bottom: 40px;
	}
	.forward-content .signature {
	  margin-top: 25px;
	  margin-bottom: 20px;
	}
	.forward-content .signature ul li {
	  display: block;
	  margin-right: 0;
	  margin-top: 15px;
	}
	.forward-content .signature ul li img {
	  max-width: 100%;
	  top: -8px;
	  margin-top: 0;
	}
	.forward-area-mt {
	  margin-top: 50px;
	}

	.about-content .section-title-two {
	  margin-bottom: 15px;
	}
	.about-card h3 {
	  margin-bottom: 10px;
	  margin-top: 0;
	  line-height: 0.9;
	}

	.team-content {
	  margin-bottom: 30px;
	  text-align: center;
	}
	.team-card .content {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}

	.apartment-slider .owl-nav .owl-prev {
	  top: 17%;
	  font-size: 25px !important;
	}
	.apartment-slider .owl-nav .owl-next {
	  top: 17%;
	  font-size: 25px !important;
	}
	.apartment-list {
	  margin-bottom: 30px;
	}
	.apartment-list ul li {
	  padding: 7px;
	  margin-bottom: 10px;
	  font-size: 16px;
	}
	.apartment-list ul li span {
	  right: 7px;
	  top: -2px;
	  font-size: 22px;
	}
	.apartment-list ul li.active {
	  border: 2px solid #f0f0f0;
	  padding: 5px;
	}
	.apartment-btn {
	  margin-top: 15px;
	  float: none;
	}
	.apartment-item a h3 {
	  font-size: 30px;
	}

	.counter-area {
	  padding-top: 25px;
	  padding-bottom: 40px;
	}
	.single-counter {
	  max-width: 185px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: -15px;
	}
	.single-counter i {
	  font-size: 45px;
	  top: -28px;
	}
	.single-counter .content h3 {
	  font-size: 60px;
	}
	.single-counter .content span {
	  font-size: 15px;
	}
	.single-counter.pl-5, .single-counter.px-5 {
	  padding-left: 0 !important;
	}
	.single-counter.pl-2, .single-counter.px-2 {
	  padding-left: 0 !important;
	}

	.testimonials-card {
	  padding: 30px 15px;
	}

	.image-details-area {
	  padding-top: 50px;
	  padding-bottom: 40px;
	}
	.image-content .image-list {
	  margin-bottom: 25px;
	}
	.image-slider {
	  margin-top: 20px;
	  margin-bottom: 30px;
	}
	.image-margin {
	  margin-left: 0;
	  padding: 0 15px;
	  margin-top: 30px;
	}
	.image-content-two {
	  padding: 30px  15px 20px 15px;
	  margin-right: 0;
	}
	.image-content-two span {
	  font-size: 14px;
	}
	.image-content-two h2 {
	  font-size: 30px;
	}
	.image-content-two .image-list {
	  margin-bottom: 25px;
	}

	.blog-area {
	  padding-top: 50px;
	}
	.blog-card .content {
	  padding: 20px 15px;
	}
	.blog-card .content span {
	  font-size: 12px;
	}
	.blog-card .content a h3 {
	  font-size: 24px;
	}

	.article-title {
	  margin-bottom: 25px;
	}
	.blog-article .article-comment {
	  margin-top: 30px;
	  margin-bottom: 30px;
	  padding-top: 10px;
	}
	.blog-article .article-comment li {
	  margin-right: 20px;
	  padding-top: 10px;
	}
	.blog-article .article-comment li:last-child {
	  margin-right: 0;
	  float: none;
	}
	.blog-article .article-comment li .content-list {
	  margin-left: 0;
	  padding-top: 0;
	}
	.blog-article .article-comment li .content-list::before {
	  display: none;
	}
	.blog-article .blockquote p {
	  font-size: 16px;
	  margin-left: 20px;
	}
	.blog-article-share {
	  padding-bottom: 15px;
	  margin-top: 25px;
	  margin-bottom: 25px;
	}
	.blog-article-share .social-icon {
	  margin-top: 5px;
	  float: none;
	  text-align: center;
	}
	.article-post {
	  margin-bottom: 25px;
	  padding-bottom: 25px;
	}
	.article-post::before {
	  display: none;
	}
	.article-post .article-post-share.text-align {
	  float: left;
	  margin-top: 15px;
	}
	.article-post .article-post-share h3 {
	  margin-top: 10px;
	}

	.blog-widget {
	  margin-bottom: 25px;
	}

	.image-card a img {
	  max-width: 100%;
	}
	.image-card .content {
	  margin-top: 0;
	  right: 0;
	  left: 0;
	  padding: 30px 15px;
	  max-width: 100%;
	}
	.image-card .content span {
	  font-size: 14px;
	}
	.image-card .content h3 {
	  font-size: 26px;
	  margin-top: 10px;
	}
	.image-card .content p {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}
  .map-area .map {
    display: block;
    width: 100%;
    height: 480px;
  }
  .map-area-two.map-area .map{
    display: block;
    width: 100%;
    height: 680px;
  }
  .map-content {
    padding: 40px 20px;
    top: 50px;
    max-width: 100%;
    right: 5%;
    left: 5%;
  }
  .map-content span {
    font-size: 12px;
  }
  .map-content h2 {
    font-size: 35px;
  }
  .map-content .map-content-left {
    width: 100%;
    height: 70px;
    line-height: 45px;
    display: block;
  }
  .map-content .map-content-left h3 a {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    top: -17px;
  }
  .map-content .map-content-right {
    width: 100%;
    height: 70px;
    line-height: 45px;
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
  .map-content .map-content-right h3 a {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    top: -17px;
  }
	.contact-wrap {
	  top: 50px;
	  right: 0;
	  left: 0;
	}
	.contact-wrap .contact-form {
	  width: 90%;
	}

	.single-footer-widget {
	  margin-bottom: 30px;
	}
	.single-footer-widget .logo {
	  margin-bottom: 10px;
	}
	.single-footer-widget .logo img {
	  max-width: 100px;
	}
	.single-footer-widget h3 {
	  margin-top: 0;
	}
	.single-footer-widget .footer-gallery {
	  max-width: 280px;
	}
	.single-footer-widget.pl-5, .single-footer-widget.px-5 {
	  padding-left: 0 !important;
	}
	.single-footer-widget.pl-3, .single-footer-widget.px-3 {
	  padding-left: 0 !important;
	}

	.pagination-area {
	  margin-top: 0;
	}

	.contact-area {
	  padding: 50px 0;
	}
	.contact-form {
	  padding: 30px 15px;
	}
	.contact-form span {
	  font-size: 12px;
	}
	.contact-form h2 {
	  font-size: 30px;
	  margin-bottom: 10px;
	}
	.contact-form .form-group {
	  margin-bottom: 15px;
	}  
  }
  
  @media only screen and (min-width: 576px) and (max-width: 767px) {
	.home-slider-content h1 {
	  max-width: 420px;
	}
	.home-slider-btn .default-btn.active {
	  margin-left: 20px;
	}
	.home-slider-item .slider-content p {
	  max-width: 400px;
	  margin: 0 auto;
	}
	.property-counter {
	  padding: 0 120px;
	}
	.forward-content .signature ul li {
	  display: inline-block;
	  margin-right: 25px;
	}
	.forward-content .signature ul li img {
	  max-width: 100%;
	  top: -15px;
	}
	.apartment-slider .owl-nav .owl-prev {
	  top: 25%;
	}
	.apartment-slider .owl-nav .owl-next {
	  top: 25%;
	}

	.map-content {
	  top: 110px;
	}
	.map-content .map-content-left {
	  width: 200px;
	  display: inline-block;
	}
	.map-content .map-content-right {
	  width: 200px;
	  display: inline-block;
	  margin-left: 20px;
	}
	.counter-area .container {
	  width: 425px;
	}
	.single-counter {
	  max-width: 100%;
	}
	.apartment-offer-area .section-title-two {
	  text-align: center;
	}
	.apartment-offer-area .section-title-two span {
	  text-align: center;
	}
	.apartment-offer-area .section-title-two h2 {
	  margin-left: auto;
	  margin-right: auto;
	}
	.margin-left {
	  margin-left: auto;
	  margin-right: auto;
	}
	.image-margin {
	  margin-left: auto;
	  margin-right: auto;
	}
	.room-details-item img {
	  height: 350px;
	}
	.property-details-list ul {
	  max-width: 100%;
	  margin-left: auto;
	  margin-right: auto;
	}
	.property-details-list ul li {
	  margin-right: 20px;
	  padding-top: 18px;
	  padding-bottom: 18px;
	  display: inline-block;
	}
	.property-details-list ul li i {
	  font-size: 40px;
	}
	.property-details-list ul li span {
	  font-size: 13px;
	  margin-left: 14px;
	}
	.property-details-list ul li a {
	  font-size: 16px;
	  margin-left: 12px;
	}
	.property-area-three .container-fluid {
	  width: 540px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.property-section-two .container-fluid {
	  width: 540px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.article-post .article-post-share.text-align {
	  float: right;
	  margin-top: 0;
	}
	.cart-wraps-area .cart-wraps .continue-shopping-box {
	  margin-bottom: 0;
	}
	.testimonials-card {
	  padding: 30px 15px;
	  text-align: center;
	}
	.testimonials-card::before {
	  left: 45px;
	}
	.testimonials-card p {
	  max-width: 320px;
	  margin: 0 auto;
	}
  }
  
  @media only screen and (min-width: 768px) and (max-width: 991px) {
	body {
	  font-size: 14px;
	}
	.ptb-100 {
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	.pt-100 {
	  padding-top: 50px;
	}
	.ptb-70 {
	  padding-top: 50px;
	  padding-bottom: 20px;
	}
	.pb-70 {
	  padding-bottom: 20px;
	}
	.pt-45 {
	  padding-top: 30px;
	}
	.default-btn {
	  padding: 8px 25px;
	}
	.default-btn.active {
	  margin-left: 10px;
	}
	.section-title span {
	  font-size: 12px;
	}
	.section-title h2 {
	  font-size: 35px;
	}
	.section-title p {
	  padding-top: 10px;
	}
	.section-title-two span {
	  font-size: 12px;
	  margin-left: 35px;
	}
	.section-title-two span::before {
	  width: 35px;
	  left: -35px;
	}
  .article-title .section-title-two h2,
	.section-title-two h2 {
	  font-size: 35px;
	}
	.section-title-two p {
	  padding-top: 10px;
	}

	.top-header .top-header-left li {
	  margin-right: 15px;
	}
	.top-header .top-header-right li {
	  margin-left: 30px;
	}

	.mobile-nav .logo img {
	  max-width: 110px;
	  height: 40px;
	  margin-top: -5px;
	}
	.side-btn-area {
	  display: none;
	}
	.appointment-btn {
	  display: none;
	}

	.home-slider-area .thumbs-wrap .owl-thumbs.home-slider-thumb {
	  margin-left: auto;
	  margin-right: auto;
	  left: 0;
	  right: 0;
	  bottom: 70px;
	  text-align: center;
	}
	.slider-item {
	  text-align: center;
	}
	.home-slider-content {
	  text-align: center;
	  margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.home-slider-content span {
	  font-size: 14px;
	}
	.home-slider-content h1 {
	  font-size: 45px;
	}
	.home-slider-content p {
	  margin-bottom: 30px;
	}
	.home-slider-item .slider-content {
	  padding-top: 150px;
	  padding-bottom: 100px;
	  margin-left: auto;
	  margin-right: auto;
	  text-align: center;
	}
	.home-slider-item .slider-content h1 {
	  font-size: 45px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.home-slider-item .slider-content p {
	  margin-bottom: 0;
	  font-size: 16px;
	}
	.home-slider-item .slider-content .slider-btn-area {
	  margin-top: 20px;
	}
	.home-slider-item .slider-content .slider-btn-area .discover-btn {
	  padding: 12px 18px;
	}
	.home-slider-item .slider-content .slider-btn-area .slider-cell-btn {
	  margin: 20px;
	  font-size: 16px;
	}
	.oftop-slider-area .thumbs-wrap .owl-thumbs.oftop-slider-thumb {
	  margin-left: auto;
	  margin-right: auto;
	  left: 0;
	  right: 0;
	  text-align: center;
	}
	.oftop-slider-content {
	  padding-top: 50px;
	  text-align: center;
	  margin-bottom: 30px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.oftop-slider-content span {
	  font-size: 14px;
	  margin-left: 30px;
	}
	.oftop-slider-content span::before {
	  left: -30px;
	  width: 30px;
	}
	.oftop-slider-content h1 {
	  font-size: 50px;
	}
	.oftop-slider-content p {
	  margin-bottom: 30px;
	  font-size: 16px;
	  margin-left: auto;
	  margin-right: auto;
	}

	.inner-banner .inner-title h1{
	  font-size: 35px;
	}

	.service-area-two {
	  margin-top: 0;
	  padding-top: 50px;
	}

	.service-details-content img {
	  width: 100%;
	}
	.service-details-left img {
	  width: 100%;
	}

	.property-area .container-fluid {
	  width: 720px;
	}
	.property-img {
	  margin-left: 15px;
	}
	.property-img-two a {
	  display: block;
	}
	.property-img-two a img {
	  width: 100%;
	}
	.property-img-three {
	  margin-left: 15px;
	}
	.property-counter {
	  margin-right: auto;
	  margin-left: auto;
	}
	.counter-card h3 {
	  font-size: 17px;
	}

	.property-section .container-fluid {
	  width: 720px;
	}
	.property-section-text {
	  margin-bottom: 0px;
	}
	.single-property .images {
	  max-width: 100%;
	  height: auto;
	}
	.single-property .images a img {
	  width: 100%;
	}
	.single-property .images .property-content {
	  margin-top: 0;
	  right: 0;
	  left: 0;
	  max-width: 100%;
	  padding: 30px 20px;
	}
	.single-property .images .plus-dots {
	  display: none;
	}
	.property-section .col-lg-4:nth-child(2) .single-property {
	  margin-top: 0;
	}
	.property-section .col-lg-4:nth-child(3) .single-property {
	  margin-top: 0;
	}

	.project-area {
	  margin-bottom: 50px;
	}
	.project-card {
	  margin-left: auto;
	  bottom: -50px;
	}
	.project-card span {
	  font-size: 12px;
	}
	.project-bg2 {
	  padding: 50px 0;
	  margin-bottom: 0;
	}
	.project-card-two {
	  margin-left: auto;
	  margin-right: auto;
	  bottom: 0;
	}

	.development-card {
	  margin-bottom: 20px;
	}

	.development-item img {
	  max-width: 100%;
	  height: auto;
	}
	.development-item .content {
	  margin-top: 0;
	  right: 0;
	  left: 0;
	  max-width: 100%;
	}
	.development-item .content h3 {
	  font-size: 21px;
	}
	.development-item .content span {
	  top: 10px;
	}
	.development-section .col-lg-6:nth-child(2) .development-item {
	  margin-top: 0;
	}
	.development-section .col-lg-6:nth-child(3) .development-item {
	  margin-top: 0;
	}

	.orgin-card h2 {
	  font-size: 55px;
	  width: 160px;
	  height: 160px;
	  line-height: 160px;
	}
	.orgin-card h3 {
	  font-size: 26px;
	  margin-top: 15px;
	}
	.orgin-card p {
	  margin-left: auto;
	  margin-right: auto;
	}

	.room-details-tab {
	  margin-top: 20px;
	}
	.room-details-tab .tabs li {
	  margin-right: 10px;
	}
	.room-details-tab .tabs li a {
	  font-size: 18px;
	}
	.room-details-card .content {
	  padding: 20px 15px;
	}
	.room-details-card .content a h3 {
	  font-size: 22px;
	}
	.room-details-item img {
	  height: 400px;
	}

	.innovation-bg {
	  padding: 50px 0;
	}
	.innovation-content {
	  text-align: center;
	}
	.innovation-content .section-title h2 {
	  margin-left: auto;
	  margin-right: auto;
	}
	.innovation-content .section-title p {
	  margin-left: auto;
	  margin-right: auto;
	}
	.innovation-content .innovation-btn {
	  margin-top: 15px;
	  margin-bottom: 20px;
	}
	.innovation-content-two .innovation-btn {
	  margin-top: 15px;
	  margin-bottom: 20px;
	}

	.efficiency-card {
	  padding: 30px 15px;
	}
	.efficiency-card span {
	  font-size: 12px;
	}
	.efficiency-card a h3 {
	  font-size: 24px;
	}
	.efficiency-card p {
	  margin-bottom: 0;
	}
	.efficiency-card i {
	  font-size: 60px;
	}

	.forward-area::before {
	  width: 100%;
	  height: 50%;
	}
	.forward-img {
	  margin-bottom: 30px;
	  text-align: center;
	}
	.forward-content {
	  margin-bottom: 40px;
	  max-width: 550px;
	  margin-left: auto;
	  margin-right: auto;
	}
	.forward-content .signature {
	  margin-top: 25px;
	  margin-bottom: 20px;
	}
	.forward-area-mt {
	  margin-top: 50px;
	}

	.about-content .section-title-two {
	  margin-bottom: 15px;
	}
	.about-card h3 {
	  margin-bottom: 10px;
	  margin-top: 0;
	  line-height: 0.9;
	}

	.team-content {
	  margin-bottom: 30px;
	  text-align: center;
	}
	.team-content .section-title-two h2 {
	  margin: auto;
	}
	.team-card .content {
	  -webkit-transform: scale(1);
			  transform: scale(1);
	}

	.counter-area {
	  padding-top: 25px;
	  padding-bottom: 40px;
	}
	.single-counter {
	  max-width: 200px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: -15px;
	}
	.single-counter i {
	  font-size: 45px;
	  top: -28px;
	}
	.single-counter .content h3 {
	  font-size: 60px;
	}
	.single-counter .content span {
	  font-size: 15px;
	}
	.single-counter.pl-5, .single-counter.px-5 {
	  padding-left: 0 !important;
	}
	.single-counter.pl-2, .single-counter.px-2 {
	  padding-left: 0 !important;
	}

	.image-details-area {
	  padding-top: 50px;
	  padding-bottom: 40px;
	}
	.image-content .image-list {
	  margin-bottom: 25px;
	}
	.image-slider {
	  margin-top: 20px;
	  margin-bottom: 30px;
	}
	.image-slider-two {
	  margin-bottom: 30px;
	}
	.margin-left {
	  margin-left: auto;
	  margin-right: auto;
	}
	.image-margin {
	  margin-left: auto;
	  margin-right: auto;
	}

	.apartment-slider .owl-nav .owl-prev {
	  top: 30%;
	  font-size: 25px !important;
	}
	.apartment-slider .owl-nav .owl-next {
	  top: 30%;
	  font-size: 25px !important;
	}
	.apartment-list {
	  margin-bottom: 30px;
	}
	.apartment-list ul li {
	  padding: 7px;
	  margin-bottom: 10px;
	  font-size: 16px;
	}
	.apartment-list ul li span {
	  right: 7px;
	  top: -2px;
	  font-size: 22px;
	}
	.apartment-list ul li.active {
	  border: 2px solid #f0f0f0;
	  padding: 5px;
	}
	.apartment-btn {
	  margin-top: 15px;
	  float: none;
	}
	.apartment-item a h3 {
	  font-size: 30px;
	}

	.blog-area {
	  padding-top: 50px;
	}
	.blog-card .content {
	  padding: 20px 15px;
	}
	.blog-card .content span {
	  font-size: 12px;
	}
	.blog-card .content a h3 {
	  font-size: 24px;
	  margin-bottom: 0;
	  margin-top: 10px;
	}

	.article-title {
	  margin-bottom: 25px;
	}
	.blog-article .article-comment {
	  margin-top: 30px;
	  margin-bottom: 30px;
	  padding-top: 10px;
	}
	.blog-article .article-comment li {
	  margin-right: 70px;
	  padding-top: 10px;
	}
	.blog-article .article-comment li:last-child {
	  float: none;
	}
	.blog-article-share {
	  padding-bottom: 15px;
	  margin-top: 25px;
	  margin-bottom: 25px;
	}
	.article-post {
	  margin-bottom: 25px;
	  padding-bottom: 25px;
	}

	.blog-widget {
	  margin-bottom: 25px;
	}

	.image-card a img {
	  max-width: 100%;
	}
	.image-card .content {
	  margin-top: 0;
	  right: 0;
	  left: 0;
	  padding: 30px 15px;
	  max-width: 100%;
	}
	.image-card .content span {
	  font-size: 14px;
	}
	.image-card .content h3 {
	  font-size: 26px;
	  margin-top: 10px;
	}
	.image-card .content p {
	  margin-top: 10px;
	  margin-bottom: 10px;
	}

	.link-area {
	  text-align: center;
	}
  .map-area .map {
    display: block;
    width: 100%;
    height: 400px;
  }
  .map-content {
    margin: 0 auto;
    right: 0;
    left: 0;
    top: 50px;
  }
  .map-content span {
    font-size: 12px;
  }
  .map-content h2 {
    font-size: 35px;
  }
  .map-content .map-content-left {
    height: 70px;
    line-height: 45px;
    display: inline-block;
  }
  .map-content .map-content-left h3 a {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    top: -17px;
  }
  .map-content .map-content-right {
    height: 70px;
    line-height: 45px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 15px;
  }
  .map-content .map-content-right h3 a {
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    top: -17px;
  }
  .map-area-two.map-area .map{
    display: block;
    width: 100%;
    height: 680px;
  }
	.contact-wrap {
	  top: 50px;
	  right: 0;
	  left: 0;
	}
	.contact-wrap .contact-form {
	  width: 90%;
	}

	.pagination-area {
	  margin-top: 0;
	}

	.single-footer-widget {
	  margin-bottom: 30px;
	}
	.single-footer-widget .logo {
	  margin-bottom: 10px;
	}
	.single-footer-widget .logo img {
	  max-width: 100px;
	}
	.single-footer-widget h3 {
	  margin-top: 0;
	}
	.single-footer-widget .footer-gallery {
	  max-width: 280px;
	}
	.single-footer-widget.pl-5, .single-footer-widget.px-5 {
	  padding-left: 0 !important;
	}
	.single-footer-widget.pl-3, .single-footer-widget.px-3 {
	  padding-left: 0 !important;
	}

	.contact-area {
	  padding: 50px 0;
	}
	.contact-form span {
	  font-size: 12px;
	}
	.contact-form h2 {
	  font-size: 30px;
	  margin-bottom: 10px;
	}

  }
  
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
	.section-title span {
	  font-size: 14px;
	}
	.section-title h2 {
	  font-size: 45px;
	}
	.section-title-two span {
	  font-size: 14px;
	  margin-left: 35px;
	}
	.section-title-two span::before {
	  width: 35px;
	  left: -35px;
	}
	.section-title-two h2 {
	  font-size: 45px;
	}
	.top-header .top-header-right li {
	  margin-left: 45px;
	}

	.navbar-light .navbar-brand img {
	  max-width: 120px;
	}
	.main-nav nav .navbar-nav .nav-item a {
	  margin-left: 6px;
	  margin-right: 6px;
	}
	.side-btn-area .call-btn {
	  font-size: 16px;
	  margin-right: 15px;
	}
	.appointment-btn .default-btn {
	  padding: 12px 16px;
	}

	.home-slider-area .thumbs-wrap .owl-thumbs.home-slider-thumb {
	  bottom: 25px;
	}
	.home-slider-content {
	  max-width: 386px;
	  margin-left: auto;
	}
	.home-slider-content span {
	  font-size: 14px;
	}
	.home-slider-content h1 {
	  font-size: 50px;
	}
	.home-slider-content .home-slider-btn .default-btn {
	  background-color: rgb(219,140,35);
	  padding: 12px 18px;
	}
	.oftop-slider-content {
	  max-width: 400px;
	  margin-left: auto;
	}
	.oftop-slider-content span {
	  font-size: 14px;
	}
	.oftop-slider-content h1 {
	  font-size: 50px;
	}
	.oftop-slider-content .oftop-slider-btn {
	  margin-top: 0px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn {
	  width: 180px;
	  height: 70px;
	  line-height: 40px;
	  padding: 0 10;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn i {
	  font-size: 25px;
	  position: absolute;
	  left: 10px;
	  top: 15px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn .content {
	  left: 50px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn .content p {
	  font-size: 14px;
	}
	.oftop-slider-content .oftop-slider-btn .ring-btn .content h3 a {
	  font-size: 16px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn {
	  margin-left: 10px;
	  width: 170px;
	  height: 70px;
	  line-height: 40px;
	  padding: 0 10px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn i {
	  font-size: 25px;
	  left: 10px;
	  top: 15px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn .content {
	  left: 47px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn .content p {
	  font-size: 14px;
	}
	.oftop-slider-content .oftop-slider-btn .price-btn .content h3 {
	  font-size: 16px;
	  float: left;
	  margin-top: 5px;
	}

	.property-details-list ul li {
	  margin-right: 15px;
	}
	.property-details-list ul li i {
	  font-size: 50px;
	}
	.property-details-list ul li span {
	  margin-left: 23px;
	}
	.property-details-list ul li a {
	  margin-left: 23px;
	}

	.service-card {
	  padding: 15px 10px 20px 10px;
	}
	.service-card i {
	  font-size: 50px;
	}
	.service-card a h3 {
	  font-size: 17px;
	}

	.property-counter {
	  padding: 0 20px;
	  margin-top: 20px;
	}
	.counter-card h2 {
	  font-size: 40px;
	}
	.counter-card h3 {
	  font-size: 16px;
	}
	.counter-card span {
	  font-size: 14px;
	}
	.property-item-two {
	  margin-left: 36px;
	}

	.property-section-text .section-title h2 {
	  max-width: 500px;
	}
	.single-property .images .property-content {
	  right: -20px;
	}

	.development-item {
	  margin-bottom: 30px;
	  height: auto;
	  position: relative;
	}
	.development-item img {
	  max-width: 420px;
	  height: auto;
	}
	.development-item .content {
	  position: relative;
	  margin-top: -90px;
	  right: -55px;
	  max-width: 400px;
	  padding: 30px;
	}

	.orgin-card h3 {
	  font-size: 24px;
	}

	.room-details-tab .tabs li {
	  margin-right: 25px;
	}
	.room-details-item .room-item.item2 {
	  top: 35%;
	}
	.room-details-item .room-item.item5 {
	  top: 45%;
	}

	.innovation-content .section-title h2 {
	  max-width: 475px;
	}
	.innovation-slider {
	  max-width: 350px;
	  height: 350px;
	}
	.innovation-slider .owl-dots {
	  bottom: 20px;
	}
	.innovation-item {
	  padding-top: 15px;
	  padding-bottom: 50px;
	  max-width: 270px;
	  margin: 0 auto;
	}

	.efficiency-card a h3 {
	  font-size: 24px;
	  max-width: 250px;
	}

	.forward-area::before {
	  height: 82%;
	}
	.single-counter {
	  max-width: 200px;
	  margin-left: auto;
	  margin-right: auto;
	  margin-bottom: -15px;
	}
	.single-counter i {
	  font-size: 50px;
	  top: -28px;
	}
	.single-counter .content h3 {
	  font-size: 55px;
	}
	.single-counter .content span {
	  font-size: 15px;
	}
	.single-counter.pl-5, .single-counter.px-5 {
	  padding-left: 20px !important;
	}
	.single-counter.pl-2, .single-counter.px-2 {
	  padding-left: 10px !important;
	}

	.blog-card .content h3 {
	  font-size: 21px;
	}

	.blog-article .article-comment li {
	  margin-right: 80px;
	}

	.image-content-two {
	  padding: 50px 30px;
	}
	.image-card a img {
	  max-width: 100%;
	}
	.image-card .content {
	  right: -15px;
	}
	.newsletter-content i {
	  font-size: 50px;
	}
	.newsletter-content h2 {
	  font-size: 40px;
	  top: -10px;
	}
	.map-content h2 {
	  font-size: 45px;
	}

	.single-footer-widget .footer-contact-list li {
	  font-size: 14px;
	}
	.single-footer-widget.pl-5, .single-footer-widget.px-5 {
	  padding-left: 0 !important;
	}
	.single-footer-widget.pl-3, .single-footer-widget.px-3 {
	  padding-left: 0 !important;
	}

  }
  
  @media only screen and (min-width: 1500px) and (max-width: 1799px) {
	.home-slider-area .thumbs-wrap .owl-thumbs.home-slider-thumb {
	  left: 6.5%;
	  bottom: 75px;
	}
	.oftop-slider-area .thumbs-wrap .owl-thumbs.oftop-slider-thumb {
	  left: 6.5%;
	  bottom: 75px;
	}
  }
  
  @media only screen and (min-width: 1800px) {
	.home-slider-area .thumbs-wrap .owl-thumbs.home-slider-thumb {
	  left: 13%;
	  bottom: 75px;
	}
	.home-slider-two {
	  position: relative;
	}
	.home-slider-two .owl-nav {
	  margin-top: 0;
	}
	.home-slider-two .owl-nav .owl-prev {
	  left: 45px;
	}
	.home-slider-two .owl-nav .owl-next {
	  right: 45px;
	}
	.oftop-slider-area .thumbs-wrap .owl-thumbs.oftop-slider-thumb {
	  position: absolute;
	  bottom: 70px;
	  left: 13%;
	}
	.property-img a {
	  display: block;
	}
	.property-img a img {
	  width: 100%;
	}
	.property-item {
	  margin-left: 20px;
	}
	.property-counter {
	  margin-left: -120px;
	}
	.property-img-three a {
	  display: block;
	}
	.property-img-three a img {
	  width: 100%;
	}
	.contact-wrap {
	  right: 20%;
	}
  }
  
  @media only screen and (min-width: 1200px) {
	.container-max {
	  max-width: 1300px !important;
	  margin: 0 auto;
	}
	.container {
	  max-width: 1170px !important;
	  margin: 0 auto;
	}
  }