* {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #808080;
  line-height: 1.8em;
  font-weight: 400;
  background: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #cda45e;
}

a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: 'Cinzel', serif;/*'Open Sans', sans-serif;*/
  font-weight: 800;
  margin: 0px;
  background: none;
  line-height: 1.6em;
}

input,
button,
select,
textarea,
strong {
  font-family: 'Open Sans', sans-serif;
}


strong {
  font-weight: 400;
}

p {
  position: relative;
  line-height: 1.7em;
  font-family: 'Oliver', sans-serif;
  font-size: 17px;
  font-weight: normal;
}

.strike-through {
  text-decoration: line-through;
}
.header-container{
  position: static;
  max-width: 100%;
  padding: 0px 15px;
  margin: 0 auto;
}
.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.small-container {
  max-width: 680px;
  margin: 0 auto;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}

ul,
li {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.schedule-btn {
  display: inline-block;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  font-family: 'Open Sans', sans-serif;
}

.centered {
  text-align: center;
}

.anim-3,
.anim-3-all * {
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.anim-5,
.anim-5-all * {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.anim-7,
.anim-7-all * {
  transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -webkit-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
}

.btn-theme-light {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  font-size: 12px;
  border: 1px solid #ffffff !important;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-theme-light:hover {
  background: #cda45e;
  color: #ffffff !important;
  border-color: #cda45e !important;
}

.btn-theme-grey {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #555555 !important;
  font-size: 12px;
  border: 1px solid #999999 !important;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.btn-theme-grey:hover {
  background: #999999;
  color: #ffffff !important;
  border-color: #999999 !important;
}

.btn-style-one {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #cda45e;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #cda45e !important;
  border-radius: 3px;
}

.btn-style-one:hover {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background: none;
}

.btn-style-two {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: none;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #ffffff !important;
  border-radius: 3px;
}

.btn-style-two:hover {
  color: #ffffff !important;
  border-color: #cda45e !important;
  background: #cda45e;
}

.btn-style-three {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #000000;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #000000 !important;
  border-radius: 3px;
}

.btn-style-three:hover {
  color: #ffffff !important;
  border-color: #cda45e !important;
  background: #cda45e;
}

.btn-style-four {
  position: relative;
  padding: 10px 25px;
  line-height: 24px;
  text-transform: uppercase;
  background: #cda45e;
  color: #ffffff !important;
  font-size: 15px;
  font-weight: 600;
  border: 2px solid #cda45e !important;
  border-radius: 3px;
}

.btn-style-four:hover {
  color: #cda45e !important;
  border-color: #cda45e !important;
  background: none;
}

.btn-style-five {
  position: relative;
  padding: 6px 30px;
  line-height: 24px;
  text-transform: uppercase;
  background: #cda45e;
  color: #ffffff !important;
  border: 2px solid #cda45e;
  font-size: 15px;
  font-weight: 600;
  border-radius: 22px;
}

.btn-style-five:hover {
  color: #cda45e !important;
  border-color: #cda45e !important;
  background: none;
}

.schedule-btn .fa {
  font-size: 16px;
}

.schedule-btn .icon-left {
  padding-right: 10px;
}

.schedule-btn .icon-right {
  padding-left: 10px;
}

.theme_color {
  color: #cda45e;
}

.light-font {
  font-weight: 300;
}

.regular-font {
  font-weight: 400;
}

.semibold-font {
  font-weight: 600;
}

.bold-font {
  font-weight: 400;
}

.padd-top-10 {
  padding-top: 10px !important;
}

.padd-top-20 {
  padding-top: 20px !important;
}

.padd-top-30 {
  padding-top: 30px !important;
}

.padd-top-40 {
  padding-top: 40px !important;
}

.padd-top-50 {
  padding-top: 50px !important;
}

.padd-top-60 {
  padding-top: 60px !important;
}

.padd-top-70 {
  padding-top: 70px !important;
}

.padd-left-10 {
  padding-left: 10px !important;
}

.padd-left-20 {
  padding-left: 20px !important;
}

.padd-left-30 {
  padding-left: 30px !important;
}

.padd-left-40 {
  padding-left: 40px !important;
}

.padd-left-50 {
  padding-left: 50px !important;
}

.padd-left-60 {
  padding-left: 60px !important;
}

.padd-left-70 {
  padding-left: 70px !important;
}

.padd-bott-10 {
  padding-bottom: 10px !important;
}

.padd-bott-20 {
  padding-bottom: 20px !important;
}

.padd-bott-30 {
  padding-bottom: 30px !important;
}

.padd-bott-40 {
  padding-bottom: 40px !important;
}

.padd-bott-50 {
  padding-bottom: 50px !important;
}

.padd-bott-60 {
  padding-bottom: 60px !important;
}

.padd-bott-70 {
  padding-bottom: 70px !important;
}

.padd-bott-90 {
  padding-bottom: 90px !important;
}

.padd-bott-100 {
  padding-bottom: 100px !important;
}

.padd-right-10 {
  padding-right: 10px !important;
}

.padd-right-20 {
  padding-right: 20px !important;
}

.padd-right-30 {
  padding-right: 30px !important;
}

.padd-right-40 {
  padding-right: 40px !important;
}

.padd-right-50 {
  padding-right: 50px !important;
}

.padd-right-60 {
  padding-right: 60px !important;
}

.padd-right-70 {
  padding-right: 70px !important;
}

.margin-top-10 {
  margin-top: 10px !important;
}

.margin-top-20 {
  margin-top: 20px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.margin-top-40 {
  margin-top: 40px !important;
}

.margin-top-50 {
  margin-top: 50px !important;
}

.margin-top-60 {
  margin-top: 60px !important;
}

.margin-top-70 {
  margin-top: 70px !important;
}

.margin-bott-10 {
  margin-bottom: 10px !important;
}

.margin-bott-20 {
  margin-bottom: 20px !important;
}

.margin-bott-30 {
  margin-bottom: 30px !important;
}

.margin-bott-40 {
  margin-bottom: 40px !important;
}

.margin-bott-50 {
  margin-bottom: 50px !important;
}

.margin-bott-60 {
  margin-bottom: 60px !important;
}

.margin-bott-70 {
  margin-bottom: 70px !important;
}

.no-padd-bottom {
  padding-bottom: 0px !important;
}

.no-padd-top {
  padding-top: 0px !important;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.no-margin-top {
  margin-bottom: 0px !important;
}

.no-padd-left {
  padding-left: 0px !important;
}

.no-padd-right {
  padding-right: 0px !important;
}

.bg-lightgrey {
  background-color: #f6f6f6 !important;
}

.no-bg {
  background: none !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #ffffff;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(images/icons/preloader.gif);
}
.powerd-by{
  color:#cda45e;
}
a.powerd-by:hover {
  color: #cda45e !important;
}
/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top {
  position: fixed;
  bottom: 5px;
  right: 15px;
  color: #cda45e;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
  z-index: 100;
  cursor: pointer;
  display: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.scroll-to-top:hover {
  opacity: 0.5;
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}
/* Main header logo */
.logo-1{
  width: 10%;
  margin: 0 auto;
}

.pull-left.logo-outer .logo{
  width: 100px;
  margin: 0 auto;
  padding-top: 5px;
}

.sticky-header {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  left: 0px;
  top: 0px;
  width: 100%;
  padding: 0px 0px;
  background: #ffffff;
  z-index: 0;
  border-bottom: 1px solid #cccccc;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .logo {
  padding: 6px 0px 2px;
}

.sticky-header.now-visible {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header .header-upper {
  position: relative;
  padding: 6px 0px 2px;
  background: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  z-index: 5;
}

.main-header .header-upper .logo img {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

 /* .logo-1 .logo{
  width : 20%;
  margin: 0 auto;
} */

.main-header .header-upper .upper-right {
  position: relative;
  padding: 25px 0px;
}

.main-header .header-upper .info-box:last-child {
  margin-right: 0px;
}

.main-header .header-upper .info-box:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0px;
  width: 1px;
  height: 100%;
  border-right: 1px dashed #e0e0e0;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.main-header .info-box {
  position: relative;
  float: left;
  min-height: 56px;
  margin: 0px 40px;
  padding: 7px 0px 7px 70px;
}

/* .main-header .header-upper .info-box:last-child {
  padding-left: 0px !important;
} */

.main-header .header-upper .info-box:last-child:after {
  display: none;
}

.main-header .info-box .icon-box {
  position: absolute;
  left: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 48px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  color: #cda45e;
  font-size: 22px;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.main-header .info-box:hover .icon-box {
  border-color: #cda45e;
}

.main-header .info-box li {
  position: relative;
  line-height: 24px;
  margin: 0px 0px;
  font-size: 17px;
  color: #9b9b9b;
  font-family: 'Oliver', sans-serif;
}

.main-header .info-box li a {
  color: #9b9b9b;
}

.main-header .info-box strong {
  font-weight: 400;
  color: #555555;
  font-size: 15px;
}

.main-header .info-box strong a{
  color: #555555 !important;
} 

.main-header .header-lower {
  position: relative;
  left: 0px;
  top: 0px;
  width: 100%;
  background: none;
  z-index: 5;
}

.main-header .header-lower .bg-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: none;
  overflow: hidden;
}

.main-header .header-lower .bg-layer:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  width: 50%;
  height: 100%;
  background: #373737;
}

.main-header .nav-outer {
  position: relative;
  padding-right: 200px;
  background: #373737;
}

.main-menu {
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  position: relative;
  margin: 0px;
  font-family: 'Open Sans', sans-serif;
}

.main-menu .navigation > li {
  position: relative;
  float: left;
  padding: 0px;
}

.sticky-header .main-menu .navigation > li {
  margin-right: 0px;
}

.main-menu .navigation > li > a {
  position: relative;
  display: block;
  padding: 16px 20px;
  font-size: 14px;
  color: #ffffff;
  line-height: 30px;
  border-top: none;
  font-weight: 600;
  text-transform: capitalize;
  opacity: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sticky-header .main-menu .navigation > li {
  margin-left: 10px;
}

.sticky-header .main-menu .navigation > li > a {
  color: #181818;
  padding: 15px 15px;
}

.main-menu .navigation > li.hover > a,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current-menu-item > a {
  background: #cda45e;
  opacity: 1;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a {
  background: #cda45e;
  color: #ffffff;
  opacity: 1;
}

.main-menu .navigation > li:hover > a:after {
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 130%;
  width: 210px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #373737;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul.from-right {
  left: auto;
  right: 0px;
}

.main-menu .navigation > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.main-menu .navigation > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 22px;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:hover > a {
  background: #cda45e;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  font-family: "FontAwesome";
  content: "\f105";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 10px;
  height: 20px;
  display: block;
  color: #ffffff;
  line-height: 20px;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  z-index: 5;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after {
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > ul {
  position: absolute;
  left: 110%;
  top: 0px;
  width: 200px;
  padding: 0px;
  z-index: 100;
  display: none;
  background: #373737;
}

.main-menu .navigation > li > ul > li > ul > li {
  position: relative;
  width: 100%;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.main-menu .navigation > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  line-height: 22px;
  font-weight: 600;
  font-size: 13px;
  text-transform: capitalize;
  color: #ffffff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
  background: #cda45e;
}

.main-menu .navigation > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  left: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(images/icons/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
}

.main-header .btn-outer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 200px;
  height: 100%;
}

.main-header .btn-outer .visit-btn {
  position: relative;
  display: block;
  line-height: 26px;
  text-align: center;
  padding: 18px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background: #cda45e;
  z-index: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-header .btn-outer .visit-btn:hover {
  opacity: 0.8;
}

.main-header .get-btn:hover {
  background: #cda45e;
}

.main-header .get-btn .appt-btn:hover {
  color: #ffffff;
}

.social-links-one {
  position: relative;
}

.main-header .social-links-one {
  top: 7px;
}

.social-links-one a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-left: 4px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #928d8d;
  border-radius: 50%;
  background: #f4f4f4;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-links-one a:hover {
  background: #cda45e;
  color: #ffffff;
}

.social-links-two a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 40px;
  height: 40px;

  border: 1px solid #cda45e;
  line-height: 38px;
  font-size: 14px;
  color: #cda45e;
  border-radius: 50%;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-links-two a:hover {
  background: #cda45e;
  border-color: #cda45e;
  color: #ffffff;
}

.social-links-three a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 32px;
  height: 32px;
  border: 1px solid #f1f1f1;
  line-height: 30px;
  font-size: 12px;
  color: #aaaaaa;
  background: #f1f1f1;
  border-radius: 50%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.social-links-three a:hover {
  background: #cda45e;
  border-color: #cda45e;
  color: #ffffff;
}

/*** 

====================================================================
	Main Slider style
====================================================================

***/

.hero-title{
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.slider-video{
  width: 100%;
  height: auto;
}

.main-slider {
  position: relative;
  width: 100%;
  margin-top: -32px;
}

.main-slider .outer-box {
  position: relative;
  width: 380px;
  background: #ffffff;
}

.main-slider .outer-box .upper-content {
  position: relative;
  padding: 30px;
  color: #000000;
}

.main-slider .outer-box h2 {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
  font-family: 'Open Sans', sans-serif;
  text-transform: capitalize;
  color: #373737;
}

.main-slider .outer-box h2 strong {
  font-weight: 400;
}

.main-slider .outer-box .text {
  font-size: 22px;
  font-weight: 300;
  line-height: 30px;
  margin: 10px 0px 25px;
  color: #000000 !important;
}

.main-slider .outer-box .info-list {
  position: relative;
}

.main-slider .outer-box .info-list li {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 5px 5px;
  text-align: center;
  font-size: 14px !important;
}

.main-slider .outer-box .info-list li:first-child {
  text-align: left;
}

.main-slider .outer-box .info-list li strong {
  display: block;
  font-weight: 400;
  color: #cda45e;
  font-size: 30px;
  margin-bottom: 5px;
}

.main-slider .outer-box .info-list li:after {
  content: "";
  position: absolute;
  right: -1px;
  border-right: 1px solid #e0e0e0;
  top: 10%;
  height: 80%;
}

.main-slider .outer-box .info-list li:last-child:after {
  display: none;
}

.main-slider .outer-box .lower-info {
  position: relative;
  display: table;
  width: 100%;
  vertical-align: middle;
}

.main-slider .outer-box .lower-info .data-cell {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.main-slider .outer-box .lower-info .price {
  font-size: 36px;
  line-height: 36px;
  padding: 10px;
  font-weight: 400;
  background: #000000;
  color: #ffffff;
  text-align: center;
  width: 60%;
}

.main-slider .outer-box .lower-info .read-more {
  font-size: 14px;
  line-height: 36px;
  padding: 15px 10px;
  font-weight: 400;
  background: #ff563b;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  width: 40%;
}

.main-slider .outer-box .lower-info .read-more:hover {
  background: #000000;
}

.tp-bullets {
  /*display:none;	*/
}

.tp-bullets.preview4 .bullet {
  background: #ffc13b !important;
  border-color: #202020 !important;
  margin: 0px 5px;
}

.tp-bullets.preview4 .bullet:hover,
.tp-bullets.preview4 .bullet.selected {
  border-color: #ffc13b !important;
}

.revolution-slider .tp-bannertimer {
  display: none !important;
}

/*** 

====================================================================
	About Property style
====================================================================

***/
.gallery-heading {
  padding-top: 50px;
}
.sec-title {
  position: relative;
  margin-bottom: 50px;
}

.sec-title.centered {
  text-align: center;
  max-width: 1000px;
  margin: 0 auto 50px;
}

.sec-title h2 {
  color: #000000;
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sec-title h3 {
  color: #000000;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.sec-title h2 strong {
  font-weight: 800;
  letter-spacing: 0px;
}

.sec-title .desc-text {
  font-size: 17px;
  color: #636363;
  font-family: 'Oliver', sans-serif;
}

.about-property {
  position: relative;
  padding: 50px 0px 35px;
}

.about-property .property-info {
  position: relative;
}

.about-property .property-info.style-two {
  margin-bottom: 40px;
}

.about-property .property-info .info-block {
  position: relative;
  margin-top: 2%;
  margin-bottom: 30px;
  text-align: center;
  color: #000000;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.about-property .property-info .icon-box {
  position: relative;
  top: 0px;
  display: block;
  width: 124px;
  height: 124px;
  padding: 32px 10px;
  font-size: 50px;
  line-height: 60px;
  margin: 0 auto 25px;
  color: #cda45e;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.property-info.style-two .icon-box {
  width: 110px;
  height: 110px;
  padding: 25px 10px;
}

.about-property .property-info .info-block:hover {
  color: #cda45e;
}

.about-property .property-info .info-block:hover .icon-box {
  -webkit-transform: translate(0px, -10px) scale(0.85);
  -ms-transform: translate(0px, -10px) scale(0.85);
  -o-transform: translate(0px, -10px) scale(0.85);
  -moz-transform: translate(0px, -10px) scale(0.85);
  transform: translate(0px, -10px) scale(0.85);
}

.about-property .property-info .icon-box:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 1px solid #e0e0e0;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.property-info.style-two .icon-box:before {
  border: 2px solid #cda45e;
  border-radius: 50%;
}

 /* .about-property .property-info .info-block:hover .icon-box:before{
	border-color:#cda45e;
	-webkit-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	transform:rotate(45deg);	
}  */

.about-property .property-info .icon-box .icon {
  position: relative;
  z-index: 1;
}

.about-property .property-info .info-block .title {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 24px;
}

.about-property .property-info .info-block .count {
  position: relative;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
}

/*** 

====================================================================
	Property Details Section
====================================================================

***/

.property-details {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  overflow: hidden;
}

.property-details .right-column {
  position: relative;
  float: right;
}

.property-details .right-column:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 2000px;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  z-index: 0;
}

.property-details .right-column .inner-box {
  position: relative;
  float: right;
  padding: 60px 0px 70px 50px !important;
  z-index: 1;
}

.property-details .right-column h2 {
  position: relative;
  font-size: 24px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.tabs-box {
  position: relative;
  z-index: 1;
}

.property-details .tabs-box .tab-buttons {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.property-details .tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: block;
  float: left;
  margin: 0px 15px 10px 0px;
  padding: 10px 22px;
  color: #000000;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.property-details .tabs-box .tab-buttons .tab-btn:hover,
.property-details .tabs-box .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background: #cda45e;
}

.tabs-box .tab-content {
  position: relative;
}

.tabs-box .tab-content .tab {
  position: relative;
  display: none;
  top: 50px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.tabs-box .tab-content .active-tab {
  display: block;
  top: 0px;
}

.property-details .tabs-box h3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #253d4a;
  font-weight: 400;
}

.property-details .tabs-box .text {
  margin-bottom: 30px;
  font-family: 'Oliver', sans-serif;
  font-size: 17px;
}

.styled-list-one {
  position: relative;
}

.styled-list-one li {
  line-height: 24px;
  margin-bottom: 3px;
  position: relative;
  padding-left: 30px;
  color: #686868;
  font-size: 14px;
}

.styled-list-one li strong {
  color: #373737;
  font-weight: 600;
  padding-right: 4px;
  font-family: 'Oliver', sans-serif;
  font-family: 16px;
}

.styled-list-one li:before {
  
  font-family: "Flaticon";
  color: #cda45e;
  font-size: 14px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
}

/*** 

====================================================================
	Gallery Sections
====================================================================

***/

.gallery-section {
  position: relative;
  padding: 100px 0px;
}

.gallery-section .filters {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.gallery-section .filters li {
  position: relative;
  display: inline-block;
  padding: 5px 20px;
  line-height: 24px;
  color: #666666;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0px 5px 10px;
  border: 1px solid #e0e0e0;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
}

.gallery-section .filters li:hover,
.gallery-section .filters li.active {
  color: #ffffff;
  background: #cda45e;
  border-color: #cda45e;
}

.default-portfolio-item {
  position: relative;
}

.default-portfolio-item.mix {
  display: none;
}

.fullwidth .default-portfolio-item {
  padding: 0px !important;
}

.sortable-masonry .items-container {
  margin-left: -15px;
  margin-right: -15px;
}

.sortable-masonry .masonry-item {
  margin-bottom: 24px;
  padding: 0px 15px;
}

.default-portfolio-item .inner-box {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.default-portfolio-item .image-box {
  position: relative;
  display: block;
}

.default-portfolio-item .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.default-portfolio-item .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #ffffff;
  border: 15px solid transparent;
  opacity: 0;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.default-portfolio-item .inner-box:hover .overlay-box {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.default-portfolio-item .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
  background: rgba(255, 255, 255, 0.9);
}

.default-portfolio-item .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}

.default-portfolio-item .overlay-inner h3 {
  font-size: 20px;
  color: #373737;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.default-portfolio-item .overlay-inner h3 a {
  color: #373737;
}

.default-portfolio-item .overlay-inner h3 a:hover {
  color: #cda45e;
}

.default-portfolio-item .overlay-inner .image-link {
  position: relative;
  display: block;
  font-size: 20px;
  color: #cda45e;
}

.default-portfolio-item .overlay-inner .image-link .icon {
  position: relative;
  display: inline-block;
  font-size: 36px;
  line-height: 40px;
}


/*** 

====================================================================
	Property Dimensions Section
====================================================================

***/

.property-dimensions {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0px 35px;
}

.property-dimensions .tabs-box .tab-buttons {
  position: relative;
  display: table;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 70px;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}

.property-dimensions .tabs-box .tab-buttons .tab-btn {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
  color: #000000;
  background: #ffffff;
  text-align: center;
  font-size: 13px;
  border-right: 1px solid #e0e0e0;
  text-transform: uppercase;
  font-weight: 500;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.property-dimensions .tabs-box .tab-buttons .tab-btn:last-child {
  border-right: none;
}

.property-dimensions .tabs-box .tab-buttons .tab-btn:hover,
.property-dimensions .tabs-box .tab-buttons .tab-btn.active-btn {
  color: #ffffff;
  background: #cda45e;
  border-color: #cda45e;
}

.property-dimensions .image-column {
  position: relative;
  padding-right: 30px;
  margin-bottom: 30px;
}

.property-dimensions .content-column {
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}

.property-dimensions .image-column .image-box {
  position: relative;
  width: 100%;
}

.property-dimensions .image-column .image-box img {
  position: relative;
  display: block;
  width: 100%;
}

.property-dimensions .image-column .image-box .over-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  border: 20px solid transparent;
}

.property-dimensions .image-column .image-box .left-layer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  border: 1px solid #ffffff;
  border-right: none;
}

.property-dimensions .image-column .image-box .right-layer {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 50px;
  height: 100%;
  border: 1px solid #ffffff;
  border-left: none;
}

.property-dimensions .image-column .image-box .dimensions-value {
  position: absolute;
  left: 0px;
  bottom: 0px;
  font-size: 20px;
  font-weight: 400;
  color: #000000;
  background: #ffffff;
  line-height: 26px;
  padding: 12px 20px;
  -moz-transform-origin: 25px 25px 0;
  -ms-transform-origin: 25px 25px 0;
  -o-transform-origin: 25px 25px 0;
  -webkit-transform-origin: 25px 25px 0;
  transform-origin: 25px 25px 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.property-dimensions .content-column h3 {
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 20px;
  color: #000000;
}

.property-dimensions .content-column .upper-content {
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 25px;
}

.property-dimensions .content-column .featured-text {
  color: #5b5b5b;
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 16px;
  font-family: 'Oliver', sans-serif;
}

.styled-list-two {
  position: relative;
}

.styled-list-two li {
  line-height: 24px;
  margin-bottom: 5px;
  position: relative;
  padding-left: 30px;
  color: #000000;
  font-size: 14px;
}

.property-dimensions .styled-list-two li {
  font-weight: 400;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: 'Oliver', sans-serif;
}

.styled-list-two li:before {
 
  font-family: "Flaticon";
  color: #cda45e;
  font-size: 16px;
  left: 0;
  line-height: 18px;
  position: absolute;
  top: 3px;
}
.styled-list-two li {
color: #686868;
text-transform: unset !important;
}
.styled-list-two li strong{
  font-weight: 600;
  padding-left: 5px;
}
/*** 

====================================================================
	Nearby Locations Section Style
====================================================================

 ***/

.nearby-locations {
  position: relative;
  padding: 100px 0px 0px;
}

.nearby-locations .sec-title {
  margin-bottom: 80px;
}

.locations-box {
  position: relative;
  width: 100%;
  height: 550px;
}

.nearby-locations .location-block {
  position: relative;
  margin-bottom: 50px;
}

.nearby-locations .location-block:after {
  content: "";
  position: absolute;
  right: -1px;
  top: 5%;
  height: 90%;
  border-right: 1px solid #e0e0e0;
}

.nearby-locations .location-block:last-child:after {
  display: none;
}

.nearby-locations .location-block .inner-box {
  position: relative;
  padding: 0px 10px 0px 90px;
}

.nearby-locations .location-block .inner-box .icon-box {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  padding: 10px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  color: #ffffff;
  background: #ff4c4c;
  font-size: 24px;
}

.nearby-locations .location-block .green-theme .icon-box {
  background: #36c332;
}

.nearby-locations .location-block .purple-theme .icon-box {
  background: #c813f5;
}

.nearby-locations .location-block .blue-theme .icon-box {
  background: #07a3d6;
}

.nearby-locations .location-block .inner-box h4 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  color: #000000;
}

.nearby-locations .location-block .inner-box .location-title {
  color: #999999;
}

.nearby-locations .location-block .inner-box .location-distance {
  font-size: 20px;
  color: #ff4c4c;
}

.nearby-locations .location-block .green-theme .location-distance {
  color: #36c332;
}

.nearby-locations .location-block .purple-theme .location-distance {
  color: #c813f5;
}

.nearby-locations .location-block .blue-theme .location-distance {
  color: #07a3d6;
}

/*** 

====================================================================
	Agent Section Style
====================================================================

 ***/

.agent-section {
  position: relative;
  padding: 100px 0px 70px;
}

.agent-section .column {
  position: relative;
  margin-bottom: 30px;
}

.agent-section .agent-box {
  position: relative;
  padding-right: 30px;
}

.agent-section .agent-box .image-box img {
  display: block;
  width: 100%;
}

.agent-section .agent-box .basic-info {
  position: relative;
  margin-bottom: 20px;
}

.agent-section .agent-box .basic-info h4 {
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
  color: #000000;
}

.agent-section .agent-box .basic-info .designation {
  font-size: 14px;
  font-style: italic;
  text-transform: capitalize;
  color: #cda45e;
}

.agent-section .agent-box .desc-text {
  position: relative;
  margin-bottom: 40px;
  font-size: 14px;
}

.agent-section .agent-box .contact-info {
  margin-bottom: 40px;
}

.agent-section .agent-box .contact-info li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 25px;
  font-size: 15px;
  color: #aaaaaa;
  font-style: italic;
}

.agent-section .agent-box .contact-info li:last-child {
  margin-bottom: 0px;
}

.agent-section .agent-box .contact-info li a {
  color: #aaaaaa;
}

.agent-section .agent-box .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  line-height: 40px;
  height: 40px;
  font-size: 32px;
  color: #cccccc;
}

.agent-section .agent-box .contact-info li strong {
  position: relative;
  display: block;
  color: #000000;
  line-height: 20px;
  font-style: normal;
}

.agent-section .form-column {
  position: relative;
  padding-left: 30px;
}

.agent-section .form-column .title-box {
  margin-bottom: 20px;
}

.agent-section .form-column .title-box h5 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #aaaaaa;
}

.agent-section .form-column .title-box h3 {
  font-size: 30px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

.agent-section .form-column .title-box h3 strong {
  font-weight: 800;
}

.default-form {
  position: relative;
}

.default-form .form-group {
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="number"],
.default-form .form-group select,
.default-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 26px;
  padding: 12px 15px;
  border: 1px solid #e0e0e0;
  height: 52px;
  background: none;
  z-index: 1;
  font-size: 14px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group select:focus,
.default-form .form-group textarea:focus {
  border-color: #cda45e;
}

.default-form .form-group input.error,
.default-form .form-group select.error,
.default-form .form-group textarea.error {
  border-color: #ff0000 !important;
}

.default-form .form-group label.error {
  display: block;
  padding: 10px 0px 0px;
  line-height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  color: #ff0000;
  font-weight: normal !important;
}

.default-form .form-group select.styled {
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  -moz-appearance: none;
  background: url(images/icons/icon-select.png) right center no-repeat;
}

.default-form .form-group textarea {
  resize: none;
  height: 140px;
}

.default-form button {
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  line-height: 24px;
  padding: 10px 30px;
  border: 2px solid #000000;
  background: #000000;
  color: #ffffff;
}

.default-form button:hover {
  background: #cda45e;
  border-color: #cda45e;
}

/*** 

====================================================================
	Testimonials Section style
====================================================================

***/

.testimonials-section {
  position: relative;
  padding: 70px 0px 70px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonials-section:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.testimonials-section .sec-title h2 {
  color: #ffffff;
}

.testimonials-section .auto-container {
  position: relative;
  z-index: 5;
}

.testimonials-section .testimonials-slider .slide-item {
  position: relative;
  margin: 10px;
}

.testimonials-section .testimonials-slider .info-box {
  position: relative;
  /* padding: 10px 0px 20px 90px;
  min-height: 70px; */
}

.testimonials-section .testimonials-slider .image-box {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border: 3px solid #ffffff;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.testimonials-section .testimonials-slider .slide-item:hover,
.testimonials-section .testimonials-slider .slide-item:hover .image-box {
  border-color: #cda45e;
}

.testimonials-section .testimonials-slider .image-box img {
  position: relative;
  width: 100% !important;
  display: block;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.testimonials-section .slide-item h3 {
  position: relative;
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

.testimonials-section .slide-item .designation {
  position: relative;
  font-size: 15px;
  color: #cda45e;
  margin-bottom: 0px;
}

.testimonials-section .slide-text {
  position: relative;
  font-size: 15px;
  color: #343434;
  line-height: 1.8em;
  background: #ffffff;
  padding: 30px 40px 20px;
  margin-bottom: 30px;
  border-radius: 4px;
  min-height: 175px;
}

.testimonials-section .slide-text:after {
  content: "";
  position: absolute;
  left: 20px;
  bottom: -18px;
  border: 10px solid transparent;
  border-top: 10px solid #ffffff;
}

.testimonials-section .owl-controls {
  position: relative;
  text-align: center;
  padding: 20px 0px 0px;
  top: 0px;
}

.testimonials-section .owl-nav {
  display: none !important;
}

.testimonials-section .owl-dots {
  display: block !important;
}

.owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  margin: 0px 4px;
  border-radius: 50%;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #cda45e;
  border-color: #cda45e !important;
}

/*** 

====================================================================
	Blog News Section
====================================================================

***/
.blog-news-section {
  position: relative;
  padding: 100px 0px 35px;
}

.blog-news-section .blog-news-column {
  margin-bottom: 50px;
}

.blog-news-column .image-box img {
  display: block;
  width: 100%;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.blog-news-column:hover .image-box img {
  -webkit-transform: scale(1.05, 1.05) rotate(-2deg);
  -ms-transform: scale(1.05, 1.05) rotate(-2deg);
  -o-transform: scale(1.05, 1.05) rotate(-2deg);
  -moz-transform: scale(1.05, 1.05) rotate(-2deg);
  transform: scale(1.05, 1.05) rotate(-2deg);
}

.blog-news-column .image-box .category {
  position: absolute;
  left: 0px;
  bottom: 0px;
  line-height: 20px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #edecec;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background: #cda45e;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.blog-news-column:hover .image-box .category {
  background: #000000;
}

.blog-news-column .inner-box {
  position: relative;
  background: #ffffff;
}

.blog-news-column .image-box {
  position: relative;
  overflow: hidden;
}

.blog-news-column .content-box {
  position: relative;
  padding: 25px 0px 0px;
}

.blog-news-column h3 {
  font-size: 18px;
  font-weight: 600;
  color: #070707;
  margin-bottom: 5px;
}

.blog-news-column .text h3 {
  margin-bottom: 10px;
  font-size: 20px;
  color: #666666;
}

.sidebar-page-container .blog-news-column h3 {
  font-size: 22px;
}

.sidebar-page-container .two-column .blog-news-column h3 {
  font-size: 18px;
}

.blog-news-column h3 a {
  color: #070707;
}

.blog-news-column h3 a:hover,
.blog-news-column .post-info li a:hover {
  color: #cda45e;
}

.blog-news-column .post-info {
  position: relative;
  color: #777777;
  font-size: 13px;
  line-height: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
}

.blog-news-column .post-info li {
  position: relative;
  display: inline-block;
  margin: 0px 12px;
}

.blog-news-column .post-info li:after {
  content: "/";
  position: absolute;
  right: -15px;
  top: 0px;
  font-style: normal !important;
}

.blog-news-column .post-info li:last-child:after {
  display: none;
}

.blog-news-column .post-info li:first-child {
  margin-left: 0px;
}

.blog-news-column .post-info li a {
  color: #777777;
}

.blog-news-column .content-box .text {
  position: relative;
  color: #888888;
  font-size: 14px;
  margin-bottom: 25px;
  line-height: 1.9em;
  font-family: 'Oliver', sans-serif;
}

.blog-news-column .content-box .read-more {
  display: inline-block;
  line-height: 24px;
  padding: 7px 20px;
  border: 2px solid #e0e0e0;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.blog-news-column .content-box .read-more:hover {
  color: #cda45e;
  border-color: #cda45e;
}

/*** 

====================================================================
	Subscribe Intro
====================================================================

***/
.return-on-investment h3{
  color: #000000;
}

.return-on-investment .btn-outer, .about-company .btn-outer{
  width: 200px;
  height: 100%;
}

.return-on-investment .btn-outer .visit-btn, .about-company .btn-outer .visit-btn{
  position: relative;
  display: block;
  line-height: 26px;
  text-align: center;
  padding: 14px 0px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-transform: uppercase;
  background: #cda45e;
  z-index: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: none;
  border-radius: 4px;
}
.return-on-investment ul {
  margin-left: 30px;
}
.return-on-investment li {
  list-style: disc;
}
.return-on-investment li::marker {
  font-size: 18px;
}

.call-to-action {
  position: relative;
  padding: 50px 0px 30px;
  background: #000000;
  color: #ffffff;
  /* margin-top: 7%; */
}

.call-to-action .column {
  margin-bottom: 20px;
  font-size: 18px;
  color: #bdbdbd;
}

.call-to-action .column h2 {
  font-size: 26px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #ffffff;
}

/*** 

====================================================================
	Main Footer
====================================================================

***/
.footer-tagline{
  text-align: center;
}
.footer-tagline p{
  width: 80%;
  margin: 0 auto;
  font-weight: 400;
  font-size: 24px;
  font-family: 'Open Sans', sans-serif;
}
.footer-tagline p span{
  color: #cda45e;
}

.main-footer {
  position: relative;
  color: #888888;
  background-color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.main-footer:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
}

.main-footer .footer-upper {
  position: relative;
  padding: 70px 0px 0px;
  z-index: 1;
}

.main-footer .footer-upper .column {
  position: relative;
  margin-bottom: 30px;
}

.main-footer .footer-upper .about-widget .text {
  color: #808080;
  max-width: 280px;
  margin-bottom: 30px;
}

.footer-upper .column h2 {
  position: relative;
  font-size: 18px;
  line-height: 1.4em;
  margin-bottom: 25px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000000;
}

.main-footer .footer-upper a {
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.main-footer .footer-upper a:hover {
  color: #ffffff;
}

.footer-upper .links-widget li {
  position: relative;
  margin-bottom: 7px;
}

.footer-upper .links-widget li a {
  position: relative;
  display: block;
  font-size: 16px;
  color: #808080;
  line-height: 24px;
  font-family: 'Oliver', sans-serif;
}

.footer-upper .links-widget li a:hover,
.footer-upper .news-widget .news-post a:hover {
  color: #cda45e;
}

.footer-upper .tweets-widget .tweet {
  position: relative;
  padding: 0px 0px 0px 30px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #808080;
}

.footer-upper .tweets-widget .tweet .content {
  margin-bottom: 5px;
  max-width: 260px;
}

.footer-upper .tweets-widget .tweet a {
  position: relative;
  color: #808080;
}

.footer-upper .tweets-widget .tweet .time {
  position: relative;
  color: #333333;
  font-size: 12px;
}

.footer-upper .tweets-widget .tweet .icon {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 14px;
  color: #cda45e;
}

.footer-upper .news-widget .news-post {
  position: relative;
  padding: 0px 0px 0px 80px;
  margin-bottom: 25px;
  color: #888888;
  line-height: 20px;
}

.footer-upper .news-widget .news-post .news-content {
  margin-bottom: 5px;
}

.footer-upper .news-widget .news-post .text a {
  position: relative;
  color: #888888;
  font-size: 13px;
  line-height: 20px;
}

.footer-upper .news-widget .news-post h4 {
  font-size: 16px;
  font-weight: 400;
  color: #808080;
  font-family: 'Oliver', sans-serif;
}

.footer-upper .news-widget .news-post h4 a {
  color: #808080;
}

.footer-upper .news-widget .news-post .time {
  position: relative;
  color: #333333;
  font-size: 12px;
}

.footer-upper .news-widget .news-post .image-thumb {
  position: absolute;
  width: 65px;
  height: 65px;
  left: 0px;
  top: 5px;
}

.footer-upper .news-widget .news-post .image-thumb img {
  display: block;
  width: 65px;
}

.main-footer .social-links a {
  position: relative;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  width: 34px;
  height: 34px;
  border: 1px solid #cda45e;
  line-height: 32px;
  font-size: 14px;
  color: #cda45e;
  border-radius: 50%;
  background: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.main-footer .social-links a:hover {
  background: #cda45e;
  border-color: #cda45e;
  color: #ffffff;
}

.footer-bottom {
  position: relative;
  border-top: 1px solid #e0e0e0;
  padding: 12px 0px;
  font-size: 14px;
  text-align: center;
}

.footer-bottom .copyright {
  position: relative;
  line-height: 20px;
  padding: 5px 0px;
  font-family: 'Oliver', sans-serif;
  font-size: 15px;
}

.footer-bottom .copyright p {
  margin: 0 auto;
}
.footer-bottom .copyright p strong{
    color: #000000;
}

.footer-widget .logo{
  width: 50%;
  margin: 0 auto;
  padding-bottom: 10px;
 }
 .footer-widget .text{
  text-align: center;
 }

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section {
  position: relative;
}

.map-section.style-two {
  padding: 80px 0px 60px;
}

.map-section .map-container {
  position: relative;
  z-index: 10;
}

.map-section .map-data {
  text-align: center;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.map-section .map-canvas {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 300px;
}

.map-section.style-two .map-canvas {
  position: relative;
  width: 100%;
  height: 400px;
}

.map-section .map-data h6 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 5px;
  color: #2e2e2e;
  font-family: 'Open Sans', sans-serif;
}

.map-section .outer-container {
  position: relative;
  max-width: 1200px;
  padding: 150px 15px;
  margin: 0 auto;
  z-index: 20;
}

.map-section .outer-container .info-container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 0px 20px 50px;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  z-index: 4;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.map-section .outer-container .info-container:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -18px;
  bottom: -22px;
  height: 23px;
  width: 36px;
  background: url(images/icons/down-arrow.png) center top no-repeat;
  z-index: 5;
}

.map-section .outer-container .info-container .info-column {
  position: relative;
  padding: 0px 40px 0px;
  margin-bottom: 30px;
  border-right: 1px solid #e0e0e0;
  color: #acacac;
}

.map-section .outer-container .info-container .info-column:first-child {
}

.map-section .outer-container .info-container .info-column:last-child {
  border-right: none;
  padding-right: 0px;
}

.map-section .outer-container .info-container .inner-box {
  position: relative;
  padding-left: 80px;
}

.map-section .outer-container .info-container .inner-box .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  font-size: 30px;
  padding: 10px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  background: #cda45e;
  border-radius: 50%;
}

.map-section .outer-container .info-container .inner-box h4 {
  font-family: 'Open Sans', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
}

/*** 

====================================================================
	About Company Style
====================================================================

***/

.about-video{
  width: 100%;
  height: auto;
}

.about-company {
  position: relative;
  padding: 50px 0px 35px;
  background: #fbfbfb;
}

.about-company .column {
  position: relative;
  margin-bottom: 30px;
}

.about-company .image-column {
  position: relative;
  /* padding-right: 30px; */
}

.about-company .image-column .image-box {
  position: relative;
  width: 100%;
  display: block;
  
}

.about-company .image-column .image-box img {
  display: block;
  width: 100%;
  padding-top: 30%;
}

.about-company .title-box {
  margin-bottom: 15px;
}

.about-company .title-box h5 {
  font-size: 15px;
  line-height: 15px;
  font-weight: 500;
  color: #aaaaaa;
}

.about-company .title-box h3 {
  font-size: 36px;
  font-weight: 500;
  color: #000000;
  text-transform: uppercase;
}

.about-company .title-box h3 strong {
  font-weight: 800;
  font-family: 'Open Sans', sans-serif;
} 

.about-company .featured-text {
  font-size: 16px;
  font-weight: 600;
   color: #373737; 
  margin-bottom: 20px;
  font-family: 'Oliver', sans-serif;
}

.about-company .featured-text strong {
  font-weight: 400;
  
}

.about-company .text {
  font-size: 16px;
  color: #808080;
  margin-bottom: 40px;
   font-family: 'Oliver', sans-serif;
}

.about-company .text p {
  margin-bottom: 20px;
}

.styled-list-three {
  position: relative;
}

.about-company .styled-list-three {
  margin-left: -30px;
  margin-right: -30px;
  margin-bottom: 20px;
}

.styled-list-three li {
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 84px;
  color: #999999;
  font-style: italic;
  font-size: 14px;
}

.about-company .styled-list-three li {
  float: left;
  padding-right: 36px;
  margin-bottom: 20px;
}

.about-company .styled-list-three li:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 0px;
  height: 100%;
  border-right: 1px solid #e0e0e0;
  -webkit-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  transform: skewX(-15deg);
}

.about-company .styled-list-three li:last-child:after {
  display: none;
}

.styled-list-three li strong {
  display: block;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}

.styled-list-three li:before {
  content: "\f133";
  font-family: "Flaticon";
  color: #cda45e;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 34px;
  border: 1px solid #cda45e;
  left: 30px;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  border-radius: 50%;
}

.btn-download {
  position: relative;
  display: inline-block;
  line-height: 26px;
  padding: 8px 22px;
  background: #404040;
  color: #ffffff;
  border: 2px solid #404040;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}

.btn-download .icon {
  position: relative;
  top: 2px;
  line-height: 24px;
  font-size: 20px;
  padding-right: 12px;
}

.btn-download:hover {
  background: none;
  color: #404040;
}

/*** 

====================================================================
	Features Section Style
====================================================================

***/

.features-section {
  position: relative;
  padding: 100px 0px 60px;
}

.feature-column {
  position: relative;
  margin-bottom: 40px;
}

.feature-column .inner-box {
  position: relative;
}

.feature-column .upper-title {
  position: relative;
  padding: 12px 0px 10px 100px;
  min-height: 80px;
  font-style: italic;
  color: #000000;
  font-size: 16px;
  margin-bottom: 20px;
}

.feature-column .upper-title strong {
  display: block;
  color: #242424;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 7px;
}

.feature-column .upper-title .icon {
  color: #cda45e;
  font-style: normal;
  font-size: 36px;
  text-align: center;
  height: 80px;
  width: 80px;
  padding: 20px 10px;
  line-height: 36px;
  border: 2px solid #cda45e;
  left: 0px;
  top: 50%;
  margin-top: -40px;
  position: absolute;
  border-radius: 50%;
}

.feature-column .desc-text {
  position: relative;
  color: #999999;
  padding-right: 40px;
}

/*** 

====================================================================
	Page Title Style
====================================================================

 ***/

.page-title {
  position: relative;
  padding: 90px 0px 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
  margin-top: -32px;
}

.page-title:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
 
}

.page-title .auto-container {
  position: relative;
  z-index: 5;
}

.page-title h1 {
  font-size: 42px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 800;
  color: #ffffff;
}

.breadcrumb-outer {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #e9e9e9;
}

.breadcrumb-outer .bread-crumb {
  position: relative;
  color: #cccccc;
}

.breadcrumb-outer .bread-crumb a {
  position: relative;
  font-size: 13px;
  color: #bbbbbb;
  margin: 0px 7px;
}

.breadcrumb-outer .bread-crumb a:hover,
.breadcrumb-outer .bread-crumb a.current {
  position: relative;
  color: #cda45e;
}

/*** 

====================================================================
	Sponsors Section Style
====================================================================

***/

.sponsors-section {
  position: relative;
  padding: 100px 0px;
  background: #ffffff;
}

.sponsors-section .slider-outer {
  position: relative;
  border: 1px solid #e9e9e9;
  margin: 0px 0px;
  margin-right: -1px;
}

.sponsors-section .sponsors-slider {
  position: relative;
}

.sponsors-section .sponsors-slider li img {
  position: relative;
  right: -1px;
  border-right: 1px solid #e9e9e9;
}
.sponsors-section .owl-controls {
  display: none !important;
}

/*** 

====================================================================
	Default Section Style
====================================================================

***/

.default-section {
  position: relative;
  padding: 100px 0px 60px;
}

.check-column {
  position: relative;
  margin-bottom: 40px;
  padding: 0px 40px;
}

.default-section .row.outer {
  margin-left: -40px;
  margin-right: -40px;
}

.outer .check-column {
  border-right: 1px solid #e0e0e0;
}

.outer .check-column:last-child {
  border-right: none;
}

.check-column .inner-box {
  position: relative;
}

.check-column .upper-title {
  position: relative;
  padding: 4px 0px 0px 65px;
  min-height: 48px;
  font-style: italic;
  color: #a7a7a7;
  font-size: 16px;
  margin-bottom: 20px;
}

.check-column .upper-title strong {
  display: block;
  color: #242424;
  font-size: 18px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', sans-serif;
}

.check-column .upper-title .icon {
  color: #ffffff;
  font-style: normal;
  font-size: 16px;
  text-align: center;
  height: 48px;
  width: 48px;
  padding: 10px 10px;
  line-height: 24px;
  border: 2px solid #cda45e;
  background: #cda45e;
  left: 0px;
  top: 50%;
  margin-top: -22px;
  position: absolute;
  border-radius: 50%;
}

.check-column .desc-text {
  position: relative;
  color: #999999;
}

/*** 

====================================================================
	Tour Section Style
====================================================================

***/

.tour-section {
  position: relative;
  padding: 80px 0px 100px;
}

.gallery-carousel-container {
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}

.gallery-carousel-container .ms-gallery-template .ms-gallery-botcont {
  height: auto !important;
  min-height: 55px;
}

.gallery-carousel-container .ms-gallery-template .ms-gal-thumbcont,
.gallery-carousel-container .ms-gallery-template .ms-gal-thumbcont.hide-thumbs {
  position: relative !important;
  top: 0px !important;
  height: 115px;
}

.gallery-carousel-container .ms-gallery-template .ms-thumb-frame {
  width: 140px;
  padding: 8px 10px 0px 0px;
  opacity: 0.9;
}

.gallery-carousel-container .ms-gallery-template .ms-thumb-list {
  background: #ffffff !important;
}

.gallery-carousel-container .ms-gallery-template .ms-slide-info {
  position: absolute;
  left: 0px;
  top: -80px;
  width: 100%;
  padding: 24px 10px;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  color: #000000;
}

.gallery-carousel-container .ms-gallery-template .ms-slide-info .ms-info {
  color: #000000;
  font-weight: 500;
  font-size: 22px;
  line-height: 32px;
}

.gallery-carousel-container .ms-gallery-template .ms-timerbar,
.gallery-carousel-container .ms-gallery-template .ms-bullets {
  display: none;
}

.gallery-carousel-container .ms-skin-black-2 .ms-nav-next,
.gallery-carousel-container .ms-skin-black-2 .ms-nav-prev {
  margin-top: -50px;
  background-color: #cda45e !important;
}

.double-separator {
  position: relative;
  width: 100%;
  height: 6px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.default-two-column {
  position: relative;
  padding: 120px;
}

.default-two-column .column {
  margin-bottom: 40px;
}

.default-two-column .content-column {
  padding-right: 50px;
}

.default-two-column .content-column .featured-text {
  position: relative;
  font-weight: 600;
  color: #373737;
  margin-bottom: 30px;
  font-family: 'Oliver', sans-serif;
  font-size: 17px;
}

.default-two-column .content-column .text p {
  margin-bottom: 25px;
  font-family: 'Oliver', sans-serif;
  font-size: 17px;

}

.default-two-column .info-column h2 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.default-two-column .info-column h2 strong {
  font-weight: 800;
}

/*** 

====================================================================
	Accordion Style
====================================================================

 ***/

.accordion-box {
  position: relative;
  margin-right: 0px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}

.accordion-box .accordion {
  position: relative;
  padding-left: 20px;
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 0px;
}

.accordion-box .accordion:last-child {
  border: none;
}

.accordion-box .accordion.active-block {
  background: #fafbfb;
}

.accordion-box .accordion .accord-btn {
  position: relative;
  display: block;
  min-height: 30px;
  line-height: 24px;
  padding: 15px 15px 15px 35px;
  color: #000000;
  cursor: pointer;
}

.accordion-box .accordion .accord-btn h4 {
  position: relative;
  font-size: 16px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.accordion-box .accordion .accord-btn:before {
  content: "\f156";
  font-family: "Flaticon";
  position: absolute;
  left: 0px;
  top: 18px;
  background: none;
  color: #000000;
  width: 30px;
  height: 30px;
  line-height: 28px;
  font-size: 12px;
  font-weight: normal !important;
  text-align: center;
  border-radius: 2px;
}

.accordion-box .accordion .accord-btn.active:before {
  content: "\f17a";
  color: #cda45e;
  background: none;
  border-color: transparent;
}

.accordion-box .accordion .accord-btn.active {
  color: #cda45e;
}

.accordion-box .accordion .accord-content {
  position: relative;
  display: none;
  padding: 0px 15px 15px 10px;
}

.accordion-box .accordion .accord-content.collapsed {
  display: block;
}

.accordion-box .accordion .accord-content p {
  position: relative;
  font-size: 13px;
  color: #8d8d8d;
}

/*** 

====================================================================
	Contact Section Style
====================================================================

***/

.contact-section {
  position: relative;
  padding: 100px 0px 70px;
}

.contact-section .column {
  position: relative;
  margin-bottom: 30px;
}

.contact-section .column h2 {
  color: #000000;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 25px;
  font-weight: 500;
  letter-spacing: 1px;
}

.contact-section .column h2 strong {
  font-weight: 800;
}

.contact-section .default-form .row {
  margin-left: -8px;
  margin-right: -8px;
}

.contact-section .default-form .form-group {
  padding: 0px 8px;
  margin-bottom: 16px;
}

.contact-section .default-form textarea {
  height: 160px;
}

.contact-section .default-form .schedule-btn {
  padding: 8px 35px;
}

.contact-section .info-column {
  padding-left: 50px;
}

.contact-section .info-box .desc-text {
  position: relative;
  margin-bottom: 40px;
  font-size: 17px;
 font-family: 'Oliver', sans-serif;
}

.contact-section .info-box .contact-info {
  margin-bottom: 40px;
}

.contact-section .info-box .contact-info li {
  position: relative;
  padding-left: 55px;
  margin-bottom: 25px;
  font-size: 14px;
  color: #aaaaaa;
  font-style: italic;
  font-size: 17px;
  font-family: 'Oliver', sans-serif;
}

.contact-section .info-box .contact-info li:last-child {
  margin-bottom: 0px;
}

.contact-section .info-box .contact-info li a {
  color: #aaaaaa;
}

.contact-section .info-box .contact-info li .icon {
  position: absolute;
  left: 0px;
  top: 50%;
  margin-top: -20px;
  line-height: 40px;
  height: 40px;
  font-size: 32px;
  color: #cccccc;
}

.contact-section .info-box .contact-info li strong {
  position: relative;
  display: block;
  color: #000000;
  font-size: 15px;
  line-height: 20px;
  font-style: normal;
}

.contact-section .contact-info .icon span{
  color: #cda45e;
}

/*** 

====================================================================
	FAQs Section Style
====================================================================

***/

.faqs-section {
  position: relative;
  padding: 100px 0px 60px;
}

.faqs-section .sec-title {
  max-width: 800px;
  margin-bottom: 60px;
}

.faqs-section .column {
  position: relative;
}

.faqs-section .faq-block {
  position: relative;
  margin-bottom: 40px;
}

.faqs-section .faq-block h4 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000000;
}

.faqs-section .faq-block .text {
  color: #999999;
}

/*** 

====================================================================
	Error Page Style
====================================================================

***/

.error-section {
  position: relative;
  padding: 100px 0px 120px;
  text-align: center;
}

.error-section .error-icon {
  position: relative;
  margin-bottom: 40px;
}

.error-section .error-icon img {
  display: inline-block;
  max-width: 100%;
}

.error-section .extra-big {
  font-size: 84px;
  margin-bottom: 20px;
  color: #000000;
  line-height: 100px;
  font-weight: 400;
  letter-spacing: 3px;
}

.error-section .bigger-text {
  font-size: 52px;
  color: #413f3f;
  margin-bottom: 30px;
  line-height: 70px;
}

.error-section .small-text {
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 50px;
  color: #999999;
}

.error-section .text-lower strong {
  display: inline-block;
  padding: 10px 20px;
}

.error-section .text-lower input[type="text"],
.error-section .text-lower input[type="search"] {
  line-height: 28px;
  padding: 10px 15px;
  width: 280px;
  font-size: 16px;
  border: 1px solid #e0e0e0;
}

.error-section .text-lower input[type="text"]:focus,
.error-section .text-lower input[type="search"]:focus {
  border-color: #cda45e;
}

/*** 

====================================================================
	Sidebar
====================================================================

***/

.sidebar-page-container {
  position: relative;
  padding: 100px 0px 70px;
}

.sidebar-page-container .sidebar,
.sidebar-page-container .content-side {
  margin-bottom: 30px !important;
}

.sidebar .sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar .sidebar-title h2 {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 20px;
}

.sidebar .sidebar-widget {
  position: relative;
  margin-bottom: 50px;
}

.sidebar .downloads {
  position: relative;
  padding: 25px;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}

.sidebar .downloads h3 {
  font-family: 'Open Sans', sans-serif;
  color: #2c2c2c;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.sidebar .downloads .text {
  position: relative;
  margin-bottom: 10px;
}

.sidebar .downloads li {
  position: relative;
}

.sidebar .downloads li a {
  position: relative;
  display: block;
  text-transform: uppercase;
  font-weight: 400;
}

.sidebar .styled-nav {
  position: relative;
}

.sidebar .styled-nav .nav-outer {
  position: relative;
  border: 1px solid #e9e9e9;
}

.sidebar .styled-nav ul li {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 20px 10px 40px;
  text-transform: capitalize;
  color: #4b4e54;
  background: #ffffff;
  font-size: 16px;
  font-weight: 400;
  border-bottom: 1px solid #e9e9e9;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  cursor: pointer;
}

.sidebar .styled-nav .links li {
  position: relative;
  padding: 0px;
}

.sidebar .styled-nav .links li:before {
  display: none;
}

.sidebar .styled-nav .links li a {
  position: relative;
  display: block;
  line-height: 30px;
  padding: 10px 20px 10px 40px;
  text-transform: capitalize;
  color: #4b4e54;
  font-weight: 600;
  background: #ffffff;
}

.sidebar .styled-nav .links li a:hover {
  color: #cda45e;
}

.sidebar .styled-nav ul li:last-child {
  border-bottom: none;
}

.sidebar .styled-nav ul li:before,
.sidebar .styled-nav .links li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -9px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  font-weight: normal;
}

.sidebar .styled-nav ul li:last-child {
  margin-bottom: 0px;
}

.sidebar .styled-nav li.active-btn,
.sidebar .styled-nav li.current {
  color: #ffffff;
  background: #cda45e;
}

.sidebar .contact-widget {
  position: relative;
  padding: 25px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #e9e9e9;
}

.sidebar .contact-widget h3 {
  font-size: 16px;
  font-weight: 400;
  color: #888888;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
}

.sidebar .contact-widget .phone-numbers {
  font-size: 24px;
  color: #cda45e;
  line-height: 30px;
  font-weight: 600;
  margin: 10px 0px;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 24px;
  padding: 10px 50px 10px 20px;
  border: 1px solid #e9e9e9;
  background: #ffffff;
  color: #3a3a3a;
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 3px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.sidebar .search-box .form-group input:focus {
  border-color: #cda45e;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 46px;
  width: 50px;
  line-height: 46px;
  text-align: center;
  display: block;
  font-size: 15px;
  color: #ffffff;
  background: #000000;
  border-radius: 0px 3px 3px 0px;
}

.sidebar .search-box .form-group input:focus + button,
.sidebar .search-box .form-group button:hover {
  background-color: #cda45e;
}

.sidebar .sidebar-title h3 {
  font-size: 18px;
  color: #2c2c2c;
  font-weight: 400;
  text-transform: uppercase;
}

.sidebar .recent-posts .post {
  position: relative;
  font-size: 14px;
  color: #cccccc;
  padding-left: 90px;
  margin-bottom: 30px;
  min-height: 70px;
}

.sidebar .recent-posts .post:last-child {
  margin-bottom: 0px;
}

.sidebar .recent-posts .post .post-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
}

.sidebar .recent-posts .post .post-thumb img {
  display: block;
  width: 100%;
}

.sidebar .recent-posts .post h4 {
  font-size: 14px;
  margin: 0px;
  font-weight: 600;
  line-height: 1.4em;
  color: #181818;
}

.sidebar .recent-posts .post a,
.sidebar .recent-posts .post a:hover {
  color: #cda45e;
}

.sidebar .recent-posts .post h4 a {
  color: #000000;
}

.sidebar .recent-posts .post-info {
  font-size: 13px;
  color: #8b8b8b;
  text-transform: capitalize;
  font-style: italic;
}

.sidebar-page-container .contact-info {
  position: relative;
  font-size: 14px;
  margin-bottom: 30px;
}

.sidebar-page-container .contact-info .text {
  position: relative;
  font-size: 14px;
  margin-bottom: 10px;
  color: #7f7f7f;
}

.sidebar-page-container .contact-info li {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.8em;
  color: #7f7f7f;
}

.sidebar-page-container .contact-info li strong {
  position: relative;
  padding-right: 10px;
  font-weight: 600;
  color: #292929;
}

.sidebar-page-container .contact-info a {
  color: #cda45e;
  transition: all 300ms ease-in;
  -webkit-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
}

.sidebar-page-container .contact-info a:hover {
  color: #3d3d3d;
}

.sidebar .popular-tags a {
  position: relative;
  display: inline-block;
  line-height: 24px;
  padding: 5px 18px;
  margin: 0px 4px 12px 0px;
  border: 1px solid #e0e0e0;
  color: #d0d0d0;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.sidebar .popular-tags a:hover {
  background-color: #cda45e;
  border-color: #cda45e;
  color: #ffffff;
}

.sidebar .list {
  position: relative;
}

.sidebar .list li {
  position: relative;
  line-height: 24px;
  border-bottom: 1px solid #e9e9e9;
}

.sidebar .list li a {
  position: relative;
  display: block;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  padding: 12px 15px;
  padding-left: 20px;
}

.sidebar .list li a:before {
  content: "\f105";
  font-family: "FontAwesome";
  font-size: 16px;
  left: 0;
  width: 20px;
  line-height: 24px;
  position: absolute;
}

.sidebar .list li a:hover {
  color: #101010;
}

.sidebar .archives-list {
  position: relative;
}

.sidebar .archives-list li {
  position: relative;
  line-height: 24px;
  margin-bottom: 10px;
}

.sidebar .archives-list li:last-child {
  margin-bottom: 0px;
}

.sidebar .archives-list a {
  position: relative;
  display: block;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.sidebar .archives-list a:hover {
  color: #cda45e;
}

.sidebar .text-widget {
  position: relative;
}

.sidebar .text-widget .text {
  font-size: 16px;
  color: #777777;
}

blockquote.style-one {
  position: relative;
  padding: 25px 30px;
  color: #ffffff;
  background: #cda45e;
  font-style: italic;
  border-left-color: #0675a4;
  margin: 20px 0px 50px !important;
}

.project-single .default-title h2 {
  font-size: 20px;
}

.dotted-list-style {
  position: relative;
}

.dotted-list-style li {
  position: relative;
  padding: 0px 0px 20px 30px;
}

.dotted-list-style li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 7px;
  width: 10px;
  height: 10px;
  background: #cda45e;
  border-radius: 50%;
}

.dotted-list-style li:after {
  content: "";
  position: absolute;
  left: 4px;
  top: 7px;
  width: 1px;
  height: 100%;
  border-right: 1px solid #cda45e;
}

.dotted-list-style li:last-child:after {
  display: none;
}

.dotted-list-style li h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2c2c2c;
}

.dotted-list-style li p {
  font-size: 16px;
}

.styled-check-list {
  position: relative;
}

.styled-check-list.bold {
  font-weight: 600;
}

.styled-check-list li {
  position: relative;
  margin-bottom: 8px;
  line-height: 24px;
  padding-left: 25px;
  color: #2c2c2c;
}

.styled-check-list li:last-child {
  margin-bottom: 0px;
}

.styled-check-list li:before {
  content: "\f13e";
  font-family: "Flaticon";
  font-size: 14px;
  left: 0;
  top: 0px;
  width: 25px;
  line-height: 24px;
  position: absolute;
  font-weight: normal;
}

.project-single .default-title:after {
  width: 50px;
  border-color: #cda45e !important;
}

/*Blog Style*/

.blog-container {
  position: relative;
  padding: 0px 0px;
}

.sidebar-page-container .blog-detail blockquote {
  position: relative;
  padding: 5px 20px 1px !important;
  margin: 15px 0px;
  line-height: 2em;
  font-size: 14px;
  color: #282828;
  background: none;
  border-left: 3px solid #cda45e;
}

.sidebar-page-container .blog-detail blockquote p {
  margin-bottom: 10px;
}

.sidebar-page-container .blog-detail .post-desc h2 {
  font-size: 20px;
  margin-bottom: 22px;
  color: #1a1a1a;
}

.sidebar-page-container .blog-detail .post-desc h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.sidebar-page-container .blog-detail h4 {
  font-size: 16px;
  margin-bottom: 20px;
}

.check-list li .fa {
  position: relative;
  color: #cbda37;
}

.remove-list li .fa {
  position: relative;
  color: #ff0000;
}

.sidebar-page-container .blog-detail .post-tags {
  position: relative;
  padding: 15px;
  font-size: 16px;
  background: #f5f5f5;
  color: #999999;
  margin-bottom: 50px;
}

.sidebar-page-container .blog-detail .post-tags a {
  position: relative;
  color: #777777;
  font-size: 15px;
}

.sidebar-page-container .blog-detail .post-tags a:hover {
  color: #00bff3;
}

/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area {
  position: relative;
  margin-bottom: 50px;
}

.sidebar-page-container .group-title {
  position: relative;
  margin-bottom: 30px;
}

.sidebar-page-container .group-title h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .group-title h2 strong {
  font-weight: 400;
}

.sidebar-page-container .comments-area .comment-box {
  position: relative;
  padding: 20px 30px;
  border: 1px solid #e9e9e9;
  border-radius: 3px;
  margin-bottom: 25px;
}

.sidebar-page-container .comments-area .comment-box:hover {
  border-color: #cda45e;
}

.sidebar-page-container .comments-area .separator {
  margin: 20px 0px 40px;
}

.sidebar-page-container .comments-area .comment {
  position: relative;
  padding: 0px 0px 10px 90px;
}

.sidebar-page-container .comments-area .comment .text {
  margin-bottom: 15px;
}

.sidebar-page-container .comments-area .reply-comment {
  padding-top: 25px;
  margin-left: 90px;
  border-top: 1px solid #e9e9e9;
}

.sidebar-page-container .comments-area .comment-box .author-thumb {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
}

.sidebar-page-container .comments-area .reply-comment .author-thumb {
  top: 25px;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img {
  width: 100%;
  display: block;
  border-radius: 3px;
}

.sidebar-page-container .comments-area .comment-info {
  margin-bottom: 10px;
  color: #181818;
  line-height: 24px;
  font-size: 13px;
}

.sidebar-page-container .comments-area .comment-box strong {
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 400;
  display: block;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
}

.sidebar-page-container .comments-area .comment-info .comment-time {
  font-size: 14px;
  color: #c5c5c5;
}

.sidebar-page-container .comments-area .reply-btn {
  position: absolute;
  right: 0px;
  top: 10px;
  display: inline-block;
  line-height: 24px;
  padding: 5px 20px;
  color: #2c2c2c;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  background: #f1f1f1;
  border-radius: 3px;
}

.sidebar-page-container .comments-area .reply-comment .reply-btn {
  top: 30px;
}

.sidebar-page-container .comments-area .reply-btn:hover {
  color: #ffffff;
  background: #cda45e;
}

/*** 

====================================================================
	Comment Form
====================================================================

 ***/

.comment-form .form-group {
  position: relative;
  margin-bottom: 25px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 12px 15px;
  color: #222222;
  border: 1px solid #e0e0e0;
  height: 50px;
  background: #f7f7f7;
  border-radius: 2px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus {
  border-color: #cda45e;
  background: #fefefe;
}

.comment-form .form-group textarea {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  padding: 10px 15px;
  color: #222222;
  border: 1px solid #e9e9e9;
  height: 220px;
  background: #f7f7f7;
  resize: none;
  border-radius: 3px;
  transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
}

.comment-form button {
  position: relative;
  padding: 9px 20px;
}

.blog-news-section .post-share-options {
  position: relative;
  padding: 15px 0px;
  background: #ffffff;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.blog-news-section .post-share-options .tags {
  font-size: 14px;
  line-height: 24px;
  padding-top: 5px;
}

.blog-news-section .post-share-options .tags a {
  position: relative;
  color: #404040;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
}

.blog-news-section .post-share-options strong {
  text-transform: uppercase;
  font-weight: 600;
  color: #1c1c1c;
  padding-right: 10px;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.styled-pagination {
  position: relative;
  font-family: 'Open Sans', sans-serif;
}

.styled-pagination li {
  position: relative;
  display: inline-block;
  margin: 0px 5px 10px 0px;
}

.styled-pagination li a {
  position: relative;
  display: block;
  line-height: 24px;
  padding: 3px 3px;
  font-size: 14px;
  text-transform: uppercase;
  min-width: 32px;
  border: 1px solid #e0e0e0;
  background: #ffffff;
  color: #1a1a1a;
  font-weight: 400;
  text-align: center;
  border-radius: 3px;
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
}

.styled-pagination li a.next,
.styled-pagination li a.prev {
  padding: 3px 15px;
  letter-spacing: 1px;
  font-size: 13px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active {
  color: #ffffff;
  background: #cda45e;
  border-color: #cda45e;
}

.header {
  background-color: #00bff3;
}

/* ---------- blog pages------- */

.blog-heading {
  padding-top: 20px;
}
.blog-date {
  color: #cda45e !important;
}
h2.blog-title,h3.blog-title{
  color: #000000;
  font-family: 'Open Sans', sans-serif;
}
.blog-heading h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: 'Cinzel', serif;
}
.blog-heading p strong, .blog-heading h4{
  color: #000000;
}


.blog-news-column h3, .blog-heading h3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
          line-clamp: 2; 
  -webkit-box-orient: vertical;
}

.blog-news-column .text, .blog-heading p.para{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
          line-clamp: 3; 
  -webkit-box-orient: vertical;
}

.inline-list li {
  display: inline;
  color: #000000;
}

.inline-list li span {
  margin-right: 10px;
}

.by {
  color: black;
}

.on {
  color: black;
}

.blog-para {
  padding-top: 10px;
  padding-bottom: 10px;
}

.blog-para hr {
  border: none;
  border-top: 1px solid #b3a398;
  margin-top: 20px;
}

.hover-rotate {
  overflow: hidden;
  width: 100%;
}

.hover-rotate img {
  transition: all 2000ms ease;
  box-sizing: border-box;
  max-width: 100%;
}

.hover-rotate:hover img {
  transform: scale(1.3) rotate(-3deg);
}

.section-2 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.btn {
  display: inline-block;
  line-height: 24px;
  padding: 7px 20px;
  border: 2px solid #e0e0e0;
  font-size: 13px;
  color: #000000;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
}

.img-set {
  position: absolute;
  left: 23px;
  bottom: 290px;
  line-height: 20px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #e0e0e0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background: #cda45e;
  transition: all 500ms ease;
}

.img-set a {
  color: #ffffff;
}

.img-set:hover {
  background-color: #000000;
}

/* ------- read more------ */

.readmore-bg {
  position: relative;
  padding: 90px 0px 20px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  color: #ffffff;
 
}

.read-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.read-title {
  position: relative;
  margin-bottom: 50px;
}

.read-outer {
  position: relative;
  padding: 20px 0px;
  border-bottom: 1px solid #e9e9e9;
}

.read-img {
  width: 100%;
  max-width: 800px;
}

.read-page-container {
  position: relative;
  padding: 100px 0px 70px;
}

.img-set-1 {
  position: absolute;
  left: 23px;
  bottom: 178px;
  line-height: 20px;
  padding: 5px 15px;
  font-size: 12px;
  text-transform: uppercase;
  color: #e0e0e0;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  background: #cda45e;
  transition: all 500ms ease;
}

.img-set-1 .img {
  display: block;
  width: 100%;
  max-width: 100%;
}

.img-set-1 a {
  color: #ffffff;
}

.img-set-1:hover {
  background-color: #000000;
}

.read-share-options {
  position: relative;
  padding: 15px 0px;
  background: #ffffff;
  text-align: justify;
}

.read-title-set {
  position: relative;
  margin-bottom: 50px;
}

.read-title-set h3 {
  color: #000000;
  font-size: 30px;
  margin-left: 40px;
  font-weight: 550;
}

.read-form-heading {
  font-size: 30px;
  color: #000000;
  font-weight: 600;
}

.read-para {
  padding-top: 40px;
}

/* input[type="text"],
select,
textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
} */

input[type="submit"] {
  background-color: black;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 17px;
}

input[type="submit"]:hover {
  background-color:#cda45e;
}

#lname {
  display: flex;
  flex-direction: row;
}

.form-control3 {
  width: 100%;
  max-width: 600px;
}

.form-control4 {
  width: 100%;
  max-width: 600px;
  display: flex;
  flex-direction: column;
}

/* ------- Contact pages------- */

.contact-section {
  position: relative;
  padding-top: 30px !important;
}

.read-container {
  position: static;
  max-width: 1200px;
  padding: 0px 15px;
  margin: 0 auto;
}

.btn-1 {
  display: inline-block;
  line-height: 24px;
  padding: 7px 20px;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  background-color: #000000;
  color: #f5f5f5;
}
/* header */
.main-menu .navigation li a:hover,
.main-menu .navigation li .active-btn {
  color: #fff;
  background-color: #cda45e !important;
}

/* Gallary CSS */

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 35px auto;
  list-style: none;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  padding: 2px 15px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px 8px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #ffffff;
  background: #cda45e;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap .portfolio-links {
  opacity: 1;
  left: 0;
  right: 0;
  bottom: -60px;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
  display: flex;
  justify-content: center;
}

.btn:hover {
  background-color: #cda45e;
}

.btn {
  background-color: #ffffff;
  color: black;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.15);
}

.portfolio .portfolio-wrap .portfolio-links a + a {
  border-left: 1px solid #8ec4dd;
}

.portfolio .portfolio-wrap:hover::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
}

.portfolio .portfolio-wrap:hover .portfolio-links {
  opacity: 1;
  bottom: 0;
}
#portfolio .col-lg-4{
  padding-right: 15px !important;
  padding-left: 15px !important;
}
/* Take Tour */

.wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px;
  margin: 0 auto;
  background-color: ghostwhite;
}
.wrapper-2 {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 50px;
  margin: 0 auto;
  background-color: ghostwhite;
}
.slider-para {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  margin: 0 auto;
}

.para {
  align-items: center;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Oliver', sans-serif;
}

.img-carousel .items img {
  max-width: 100%;
  height: auto;
}

/* Style the carousel item */
.item {
  display: inline-block;
  padding: 0 10px; /* Add some space between items */
}

/* .info-block .icon-box .flat-icon img{
	height:100%;
}    */
.take-a-tour .item{
  padding: 0 5px;
}
.take-a-tour .wrapper {
  padding: unset;
  padding-bottom: 50px;
}
.take-a-tour .wrapper-2{
  padding: unset;
  padding-bottom: 50px;
}

/* Project */
.project-detail .col-lg-4{
   padding: 15px;
}
.project-detail h2{
  color: #000000;
  font-size: 36px;
}
.project-detail .paragraph, .project-detail .paragraph-1, .project-detail .paragraph-2, .project-detail .paragraph-3{
  text-align: center;
}

.paragraph{
  align-items: center;
  font-size: 17px;
 font-family: 'Oliver', sans-serif;
}


.paragraph-1{
  align-items: center;
  font-size: 17px;
  font-family: 'Oliver', sans-serif;
}

.paragraph-3{
  
  align-items: center;
  font-size: 17px;
 font-family: 'Oliver', sans-serif;
}

.paragraph-2{
  
  align-items: center;
  font-size: 17px;
 font-family: 'Oliver', sans-serif;
}
.font-text{
  color: #000000;
}
.fa-check {
 color:#cda45e ; 
}
.fa-arrow-right {
  color:#cda45e ; 
 }
 /* input error */
.error {
  color: red;
}
#loader, #loaderTouch, #loaderBrochure  {
margin-top: 10px;
display: none;
}
#loader img, #loaderTouch img, #loaderBrochure img {
  width: 60px;
}
.iti {
  width: 100%;
}
.hiddenloadModel{
  display: none;
}
.privacy-policy{
  text-align: justify;
}
.privacy-policy h3,.privacy-policy strong{
  color: #000000;
}
.sticky-header.now-visible .logo{
  width: 5%;
  padding: unset;
}
.sticky-header.now-visible .logo img{
  max-width: 100%;
}
.portfolio-container img{
  max-width: 100%;
}
#videoContainer {
  width: 100%;
  max-width: 100%;
  height: 600px;
  overflow: hidden;
}
#videoPlayer {
  width: 100%;
  height: auto;
}
.about-page{
  text-align: justify;
}
.request-callback{
  padding-bottom: 60px;
}
.request-callback #contactSubmit{
  background-color:#cda45e;
}
.request-callback iframe{
  width: 100%;
  height: 400px;
  border:0;
}

.landing-page .info-box.model-btn{
  padding: unset;
}
.landing-page .info-box .btn-outer{
  position: relative;
}
.footer-widget .contact-section{
   padding: unset !important;
}

.footer-widget .contact-section .info-box .contact-info li{
  font-style: unset;
}
.footer-widget .contact-section .info-box .contact-info {
  margin-bottom: unset;
}

.grd-sale-banner {
  width: 100%;
  height: auto;
  background-size: 100%;
  background-color: black;
  text-align: center;
   padding: 16px 20px;
}

.grd-sale-banner h1 {
   font-family: 'Cinzel', serif;
   font-size: 20px;
   margin-top: 0px;
   line-height: 40px;
   color: #FFFFFF;
   text-shadow: 0 0 7px #000000;
}
@keyframes pulse {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}
.pulse {
  animation-name: pulse;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

.booknow{
    position: relative;
  display: block;
  line-height: 16px;
  text-align: center;
  padding: 14px 0px;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
  background: #cda45e;
  z-index: 1;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: none;
  border-radius: 4px;
  font-family: 'Cinzel', serif;
  width: 200px;
    margin: 0 auto;
}
.booknow:hover {
  color: #ffffff;
}
.booknow .fa-bullhorn{
    margin-right: 15px;
}
.footer-sale-banner{
  padding: 40px 20px;
}
.desktop-view {
    display: block !important;
}
.mobile-view {
    display: none !important;
}
@media only screen and (max-width: 992px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
}