a {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  outline: none !important;
}

body {
  background-color: #fff;
  color: #363636;
  font-family:josefin sans,sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

h1 {
  font-size: 48px;
  font-weight: bold;
  font-family:josefin sans,sans-serif;
}

h2 {
  font-size: 36px;
  font-weight: bold;
  font-family:josefin sans,sans-serif;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 35px;
  margin-top: 10px;
  position: relative;
  font-family:josefin sans,sans-serif;
}
h3:after {
  background-color: #bcbcbc;
  bottom: -10px;
  content: "";
  height: 2px;
  left: 0;
  width: 60px;
  position: absolute;
  z-index: 0;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  font-family:josefin sans,sans-serif;
}

hr {
  margin: 5px 0;
}

p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  /* opacity: 0.7;
  line-height: 20px; */
}

#slider {
  position: relative;
  /* z-index: 1;
  top: 140px; */
}
#slider .flexslider {
  /* -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  width: 65vw;
  height: 750px;
  height: 500px;
  height: 630px;
  border: none; */
  height: 518px;
  overflow: hidden;
  margin: 0;
  position: relative;
}
#slider .flexslider:hover .flex-direction-nav .flex-next, #slider .flexslider:hover .flex-direction-nav .flex-prev {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#slider .flexslider.fixed {
  position: fixed;
}
#slider .flexslider .slides {
  height: 100%;
  list-style: none;
  padding: 0;
}
#slider .flexslider .slides .slide {
  height: 100%;
  width: 100%;
  /* zoom: 0;
  width: 100%;
  background-repeat:no-repeat; */
}
#slider .flexslider .slides .slide video {
  width: 100%;
}
#slider .flexslider .slides .slide img {
  display: block;
  /* width: 100%;
  background-repeat:no-repeat; */
}
#slider .flexslider .flex-direction-nav {
  list-style: none;
  height: 100%;
  width: 100%;
  top: 0;
}
#slider .flexslider .flex-direction-nav .flex-next, #slider .flexslider .flex-direction-nav .flex-prev {
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  background-color: transparent;
  height: 50px;
  width: 50px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  top: 0;
  margin: auto;
}
#slider .flexslider .flex-direction-nav .flex-next:hover, #slider .flexslider .flex-direction-nav .flex-prev:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#slider .flexslider .flex-direction-nav .flex-next:before, #slider .flexslider .flex-direction-nav .flex-prev:before {
  display: none;
}
#slider .flexslider .flex-direction-nav .flex-next:after, #slider .flexslider .flex-direction-nav .flex-prev:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  font-size: 48px;
  position: absolute;
  right: 15px;
  top: 0px;
  z-index: 2;
}
#slider .flexslider .flex-direction-nav .flex-next {
  right: 10px;
}
#slider .flexslider .flex-direction-nav .flex-next:after {
  content: "\f105";
}
#slider .flexslider .flex-direction-nav .flex-prev {
  left: 10px;
}
#slider .flexslider .flex-direction-nav .flex-prev:after {
  content: "\f104";
  right: 16px;
}

.background-color-grey-light {
  background-color: #f3f3f3;
}

.background-color-grey-dark {
  background-color: #363636;
}
.background-color-grey-dark a {
  color: #fff;
}
.background-color-grey-dark a:hover {
  color: #ff6f05;
}

.has-dark-background {
  color: #fff;
}

.navigation-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.navigation-show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.width-10 {
  width: 10%;
}

.width-20 {
  width: 20%;
}

.width-30 {
  width: 30%;
}

.width-40 {
  width: 40%;
}

.width-50 {
  width: 50%;
}

.width-60 {
  width: 60%;
}

.width-70 {
  width: 70%;
}

.width-80 {
  width: 80%;
}

.width-90 {
  width: 90%;
}

.width-100 {
  width: 100%;
}

.top-0 {
  margin-top: 0;
  background-color: #f3f3f3;
  position: relative;
}

.top-10 {
  margin-top: 10px;
  background-color: #f3f3f3;
  position: relative;
}

.top-20 {
  margin-top: 20px;
  background-color: #f3f3f3;
  position: relative;
}

.top-30 {
  margin-top: 30px;
  background-color: #f3f3f3;
  position: relative;
}

.top-40 {
  margin-top: 40px;
  background-color: #f3f3f3;
  position: relative;
}

.top-50 {
  margin-top: 50px;
  background-color: #f3f3f3;
  position: relative;
}

.top-60 {
  margin-top: 60px;
  background-color: #f3f3f3;
  position: relative;
}

.top-70 {
  margin-top: 70px;
  background-color: #f3f3f3;
  position: relative;
}

.top-80 {
  margin-top: 80px;
  background-color: #f3f3f3;
  position: relative;
}

.top-90 {
  margin-top: 90px;
  background-color: #f3f3f3;
  position: relative;
}

.top-100 {
  margin-top: 100px;
  background-color: #f3f3f3;
  position: relative;
}

.top-110 {
  margin-top: 110px;
  background-color: #f3f3f3;
  position: relative;
}

.top-120 {
  margin-top: 120px;
  background-color: #f3f3f3;
  position: relative;
}

.top-130 {
  margin-top: 130px;
  background-color: #f3f3f3;
  position: relative;
}

.top-140 {
  margin-top: 140px;
  background-color: #f3f3f3;
  position: relative;
}

.top-150 {
  margin-top: 150px;
  background-color: #f3f3f3;
  position: relative;
}

.top-160 {
  margin-top: 160px;
  background-color: #f3f3f3;
  position: relative;
}

.top-170 {
  margin-top: 170px;
  background-color: #f3f3f3;
  position: relative;
}

.top-180 {
  margin-top: 180px;
  background-color: #f3f3f3;
  position: relative;
}

.top-190 {
  margin-top: 190px;
  background-color: #f3f3f3;
  position: relative;
}

.top-200 {
  margin-top: 200px;
  background-color: #f3f3f3;
  position: relative;
}

/****
  A
****/
.agent .agent-id {
  display: table;
  margin-bottom: 20px;
}
.agent .agent-id h4 {
  margin-top: 0;
}
.agent .agent-id img {
  float: left;
}
.agent .agent-id .agent-wrapper {
  padding-left: 100px;
}

/****
  B
****/
.block {
  padding: 40px 0;
}

.box {
  display: table;
}
.box .empty-space {
  background-color: #f3f3f3;
}
.box .image {
  background-color: #f3f3f3;
  display: inline-block;
}
.box .image img {
  max-width: 100%;
}
.box .image1 {
  background-color: #fff;
  display: inline-block;
  vertical-align: middle;
}
.box .image1 img {
  max-width: 100%;
}
.box .description {
  display: inline-block;
  background-color: #f3f3f3;
}
.box .description .description-wrapper {
  background-color: #363636;
  color: #fff;
  display: inline-block;
  padding: 30px;
}
.box .description .description-wrapper h3:after {
  display: none;
}
.box .description .description-wrapper p {
  margin-bottom: 20px;
}
.box .description .description-wrapper0 {
  background-color: #fff;
  color: #333;
  display: inline-block;
  padding: 30px;
}
.box .description .description-wrapper0 h3:after {
  display: none;
}
.box .description .description-wrapper0 p {
  margin-bottom: 20px;
}
.box .description .description-wrapper1 {
  background-color: #9a65a5;
  color: #fff;
  display: inline-block;
  padding: 30px;
}
.box .description .description-wrapper1 h3:after {
  /* display: none; */
}
.box .description .description-wrapper1 p {
  margin-bottom: 20px;
}
.box .description .description-wrapper2 {
  background-color: #DCDCDC;
  color: #000;
  display: inline-block;
  padding: 30px;
}
.box .description .description-wrapper2 h3:after {
   /* display: none; */
}
.box .description .description-wrapper2 p {
  margin-bottom: 20px;
}

#count-down {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  margin: auto;
  height: 480px;
  bottom: 0px;
  right: 0px;
  text-align: center;
}
#count-down .background {
  background-color: #eb6300;
}
#count-down h2 {
  color: #fff;
  margin-bottom: 60px;
}
#count-down h2:after {
  display: none;
}
#count-down h3 {
  color: #fff;
  margin-top: 20px;
}
#count-down h3:after {
  display: none;
}

.count-down > div {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
  position: relative !important;
  margin-bottom: 30px !important;
}
.count-down > div canvas {
  width: 100% !important;
}
.count-down > div input {
  bottom: 0 !important;
  font-family: inherit !important;
  color: #fff !important;
  font-size: 60px !important;
  font-weight: normal !important;
  left: 0 !important;
  right: 0 !important;
  top: -85px !important;
  margin: auto !important;
  margin: auto !important;
}

/****
  D
****/
.disable-submit-button {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
  cursor: default;
}

/****
  N
****/
.navigation {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  position: relative;
  /* position: absolute;
  z-index: 99; */
  width: 100%;
}
.navigation.fixed {
  position: fixed;
  width: 100%;
}
.navigation .navbar-collapse {
  padding-right: 0;
}
.navigation .navbar {
  margin-bottom: 0;
  min-height: inherit;
  /* padding: 15px 0; */
}
.navigation .navbar .navbar-brand {
  height: inherit;
  line-height: 0;
  padding: 0;
}
.navigation .navbar .navbar-brand img {
  height: 60px;
}
.navigation .navbar .navbar-nav li.active a {
  color: #ff6f05;
}
.navigation .navbar .navbar-nav li a {
  color: #363636;
  line-height: 2em;
  margin: 0;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
}
.navigation .navbar .navbar-nav li a:hover {
  background-color: transparent;
  color: #ff6f05;
}
.navigation .navbar .navbar-nav li a:active, .navigation .navbar .navbar-nav li a:focus {
  background-color: transparent;
}

/****
  F
****/
.feature-box h4 {
  margin: 15px 0;
}

.features-list {
  padding-left: 0;
}
.features-list li {
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
}
.features-list li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #9A65A5;
  content: "\f0f1";
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}
.features-list1 {
  padding-left: 0;
}
.features-list1 li {
  font-size: 18px;
  list-style: none;
  padding: 10px 0;
}
.features-list1 li:before {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  content: "\f0f1";
  font-size: 24px;
  margin-right: 15px;
  position: relative;
  top: 2px;
}

#footer {
  background-color: #6a7079;
  color: #fff;
  padding: 20px 0;
}

#form-slider-status {
  position: absolute;
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

/****
  I
****/
.image-carousel {
  height: 450px;
  overflow: hidden;
  /* padding-bottom: 40px; */
}
.image-carousel img {
  max-width: 100%;
}
.image-carousel p {
  margin-bottom: 20px;
}
.image-carousel .image-carousel-slide .image-carousel-slide-wrapper {
  display: table;
}
.image-carousel .image-carousel-slide .image-carousel-slide-wrapper .inner {
  display: table-cell;
  vertical-align: middle;
}
.image-carousel .owl-buttons {
  bottom: 0px;
  position: absolute;
  right: 0px;
}
.image-carousel .owl-buttons .owl-prev, .image-carousel .owl-buttons .owl-next {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #e00600;
  display: inline-block;
  height: 30px;
  width: 30px;
  position: relative;
}
.image-carousel .owl-buttons .owl-prev:after, .image-carousel .owl-buttons .owl-next:after {
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  position: absolute;
  padding: 7px 13px;
}
.image-carousel .owl-buttons .owl-prev:hover, .image-carousel .owl-buttons .owl-next:hover {
  background-color: #f56800;
}
.image-carousel .owl-buttons .owl-next {
  margin-left: 2px;
}
.image-carousel .owl-buttons .owl-next:after {
  content: "\f105";
}
.image-carousel .owl-buttons .owl-prev:after {
  content: "\f104";
}

.infobox-wrapper > img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: absolute !important;
  right: 10px;
  top: 10px;
  z-index: 2;
}
.infobox-wrapper > img:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.infobox-wrapper .infobox-inner {
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  border: 10px solid #f3f3f3;
  font-size: 12px;
  position: relative;
  margin-bottom: 60px;
}
.infobox-wrapper .infobox-inner:after {
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #f3f3f3 transparent transparent transparent;
  position: absolute;
  left: 103px;
  content: "";
  bottom: -16px;
}
.infobox-wrapper .infobox-inner .infobox-image {
  width: 220px;
  height: auto;
  overflow: hidden;
  position: relative;
}
.infobox-wrapper .infobox-inner .infobox-image:after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.infobox-wrapper .infobox-inner .infobox-image img {
  width: 100%;
}
.infobox-wrapper .infobox-inner .infobox-image .infobox-price {
  background-color: #363636;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 10px;
  position: absolute;
  bottom: 0px;
  z-index: 2;
}
.infobox-wrapper .infobox-inner .infobox-title {
  font-size: 14px;
  font-weight: bold;
}
.infobox-wrapper .infobox-inner .infobox-title a {
  color: ble;
}
.infobox-wrapper .infobox-inner .infobox-description {
  background-color: #fff;
  padding: 8px;
}
.infobox-wrapper .infobox-inner .infobox-location {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  font-size: 12px;
}
.infobox-wrapper .infobox-inner .fa {
  color: #e00600;
  float: right;
  font-size: 18px;
  margin-top: 4px;
}

/****
  L
****/
#loading-icon {
  bottom: 0;
  font-size: 30px;
  height: 50px;
  left: 0;
  margin: auto;
  padding-top: 60px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 5;
}

.loading:before {
  background-color: #fff;
  content: "";
  height: 100%;
  left: 0;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
}

.logos {
  display: block;
  line-height: 0;
  margin-top: 10px;
  padding: 0 30px;
  text-align: justify;
}
.logos:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.logos .logo {
  display: inline-block;
  margin-bottom: 7px;
  position: relative;
}
.logos .logo a {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  padding: 10px;
}
.logos .logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/****
  M
****/
#map {
  height: 750px;
}

.marker-style img {
  position: absolute !important;
  top: -1px !important;
  bottom: 0px !important;
  right: 0px;
  left: 0px;
  margin: auto !important;
}

.mfp-close:hover, .mfp-close:active, .mfp-close:focus {
  background-color: transparent;
}

/****
  P
****/
.property-wrapper {
  background-color: #363636;
  margin-bottom: 20px;
  padding: 15px;
}
.property-wrapper .property {
  background-color: #fff;
}
.property-wrapper .property .image-wrapper {
  position: relative;
}
.property-wrapper .property .image-wrapper:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: #363636;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
  top: 0;
}
.property-wrapper .property .image-wrapper:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'fontawesome';
  speak: none;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  content: "\f00e";
  color: #fff;
  font-size: 36px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 30px;
  z-index: 4;
}
.property-wrapper .property .image-wrapper:hover:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.property-wrapper .property .image-wrapper:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=90);
  opacity: 0.9;
  -moz-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.property-wrapper .property .image-wrapper img {
  max-width: 100%;
}
.property-wrapper .property header {
  background-color: #e00600;
  color: #fff;
  padding: 10px;
}
.property-wrapper .property header h4 {
  margin-bottom: 0;
  margin-top: 0;
}
.property-wrapper .property .description {
  padding: 10px;
}
.property-wrapper .property .description dl {
  margin-bottom: 0;
}
.property-wrapper .property .description dl dt {
  float: left;
}
.property-wrapper .property .description dl dd {
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 3px;
  padding-bottom: 3px;
  text-align: right;
}
.property-wrapper .property .description dl dd:last-child {
  border: none;
}

/****
  S
****/
.slider-banner {
  color: #fff;
  /* background-color: #363636;
  padding: 35px 0; */
}
.slider-banner .title {
  position: relative;
}
.slider-banner .title h2 {
  margin-bottom: 0px;
  margin-top: 0;
}
.slider-banner .title i {
  color: #e00600;
  font-size: 30px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 30px;
  right: 0;
}
.slider-banner .title .subtitle {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.subtitle {
  font-size: 18px;
}

/****
  T
****/
blockquote {
  border: none;
  display: table;
  margin-bottom: 0;
  padding: 20px;
  /* padding: 20px 10%; */
  width: 100%;
}
blockquote figure {
  display: table-cell;
  vertical-align: middle;
  width: 20%;
}
blockquote figure .image {
  border: 10px solid #f3f3f3;
  max-width: 160px;
  position: relative;
}
blockquote figure .image img {
  display: block;
  width: 100%;
}
/* blockquote aside {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
} */
blockquote .cite {
  /* display: table-cell;
  vertical-align: middle;
  padding-left: 30px; */
  width: 100%;
}
blockquote .cite p {
  font-size: 18px;
  line-height: 2em;
}
blockquote .cite footer {
  color: #e00600;
  text-align: center;
}

.owl-carousel .owl-pagination {
  text-align: center;
}
.owl-carousel .owl-pagination .owl-page {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  height: 10px;
  margin-right: 5px;
  width: 10px;
}
.owl-carousel .owl-pagination .owl-page:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
.owl-carousel .owl-pagination .owl-page.active {
  background-color: rgba(0, 0, 0, 0.6);
}

/****
  V
****/
.video {
  visibility: hidden;
}
.video iframe {
  margin-bottom: -5px;
}

.btn, button {
  -moz-transition: 0.2s;
  -o-transition: 0.2s;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -moz-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  -webkit-box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  background-color: #e00600;
  border: none;
  color: #fff;
  font-weight: bold;
  outline: none !important;
  float: right;
}
.btn:hover, .btn:active, .btn:focus, button:hover, button:active, button:focus {
  color: #fff;
  background-color: #f56800;
}
.btn.btn-framed, button.btn-framed {
  background-color: transparent;
  border: 2px solid #f3f3f3;
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}
.btn.btn-framed:hover, button.btn-framed:hover {
  background-color: #f3f3f3;
}
.btn.btn-framed .fa, button.btn-framed .fa {
  color: #e00600;
  margin-left: 5px;
}
.btn.btn-large, button.btn-large {
  padding: 15px 20px;
}

.btn-link {
  color: #363636;
  font-weight: bold;
  text-decoration: none;
}

.form-group {
  position: relative;
}

.form-slider-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
  opacity: 0.98;
  background-color: #232323;
  bottom: 35px;
  /* bottom: -110px; */
  display: table;
  height: auto;
  padding: 30px 30px 15px 30px;
  position: absolute;
  width: 360px;
  z-index: 10;
}
.form-slider-wrapper h1 {
  margin-top: 0;
}
.form-slider-wrapper h3 {
  margin: 0;
}
.form-slider-wrapper h3:after {
  display: none;
}
.form-slider-wrapper hr {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
  margin: 20px 0;
}
.form-slider-wrapper .btn {
  font-size: 18px;
  margin-top: 10px;
  padding: 15px;
  width: 100%;
  position: relative;
}
.form-slider-wrapper figure {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

#form-one-field .form-control {
  -moz-border-radius-topleft: 3px;
  -webkit-border-top-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-border-radius-bottomleft: 3px;
  -webkit-border-bottom-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: 18px;
  padding: 20px;
}
#form-one-field .btn {
  -moz-border-radius-topleft: 0px;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  -webkit-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 21px;
}
#form-one-field.hide .input-group {
  display: none;
}
#form-one-field #form-one-field-status {
  line-height: 60px;
}

form #form-status {
  color: #fff;
  line-height: 45px;
  position: relative;
  top: -10px;
}
form #form-status #valid {
  position: relative;
  top: -10px;
}
form #form-status #valid .icon {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
}
form #form-status #invalid {
  color: red;
  position: relative;
  top: -10px;
}
form label.error {
  background-color: red;
  bottom: -30px;
  color: #fff;
  font-size: 12px;
  left: 0;
  padding: 5px;
  position: absolute;
  z-index: 2;
}
form label.error:before {
  border-style: solid;
  border-width: 0 3.5px 5px 3.5px;
  border-color: transparent transparent red transparent;
  content: "";
  height: 0px;
  left: 5px;
  position: absolute;
  top: -5px;
  width: 0px;
}

input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea, .form-control {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  height: inherit;
  padding: 12px;
}
input[type="text"]:focus, input[type="text"]:active, input[type="email"]:focus, input[type="email"]:active, input[type="search"]:focus, input[type="search"]:active, input[type="password"]:focus, input[type="password"]:active, input[type="number"]:focus, input[type="number"]:active, textarea:focus, textarea:active, .form-control:focus, .form-control:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 16px;
  }

  .form-slider-wrapper {
    width: 293px;
  }

  .box .image img {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    font-size: 12px;
  }

  input[type="text"], input[type="email"], input[type="search"], input[type="password"], input[type="number"], textarea, .form-control {
    padding: 9px;
  }

  h1 {
    font-size: 30px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
  }

  p {
    line-height: 18px;
  }

  .box .image img {
    width: 100%;
  }

  .block {
    padding: 30px 0px;
  }

  .form-slider-wrapper {
    width: 220px;
    padding: 20px;
  }

  .features-list li {
    font-size: 16px;
    padding: 6px 0px;
  }

  .property-wrapper {
    padding: 5px;
  }

  .flexslider .slide img {
    width: auto;
    height: auto !important;
    margin-left: -200%;
    position: relative;
    left: 100%;
  }
}
@media (max-width: 767px) {
  blockquote {
    display: block !important;
    padding: 20px 0 !important;
    text-align: center;
  }
  blockquote figure {
    display: inline-block !important;
    margin-bottom: 30px;
    width: 100%;
    text-align: center;
  }
  blockquote figure .image {
    display: inline-block;
  }
  blockquote .cite {
    display: block !important;
    padding-left: 0;
  }

  header {
    text-align: center;
  }
  header h3:after {
    right: 0;
    margin: auto;
  }

  .agent {
    margin-bottom: 60px;
  }

  .box {
    margin-left: -15px;
    margin-right: -15px;
    /* margin-bottom: 20px; */
    text-align: center;
  }
  .box div {
    display: block !important;
    float: none !important;
    width: 100% !important;
  }
  .box div img {
    width: 100% !important;
  }

  #count-down {
    height: inherit;
  }
  #count-down .count-down > div input {
    top: -60px !important;
    left: 15px !important;
  }
  #count-down .count-down .col-sm-3 > div {
    margin-left: 15px;
  }

  .flex-direction-nav {
    bottom: 10px;
    top: inherit !important;
  }

  .flexslider {
    height: auto !important;
  }
  .flexslider .slide img {
    width: 100%;
    height: auto;
    position: inherit;
  }

  .feature-box {
    text-align: center;
    margin-bottom: 50px;
  }

  .form-slider-wrapper {
    bottom: 0;
    position: relative;
    width: 100% !important;
  }

  .has-count-down .flexslider .slide img {
    height: 100%;
    width: initial !important;
  }

  .image-carousel .image-carousel-slide {
    text-align: center;
  }

  .logos {
    text-align: center;
  }
  .logos .logo {
    display: block !important;
    margin-bottom: 20px;
  }

  .navbar-collapse {
    overflow-x: hidden;
    padding-left: 0;
  }
  .navbar-collapse .navbar-nav {
    margin-bottom: 0;
  }
  .navbar-collapse .navbar-nav li a {
    padding: 20px 0;
  }

  .navbar-toggle {
    margin: 0;
  }
  .navbar-toggle:hover, .navbar-toggle:active, .navbar-toggle:focus {
    background-color: transparent;
  }
  .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navigation {
    position: relative !important;
  }

  .property img {
    max-width: inherit !important;
    width: 100%;
  }

  .top-0, .top-10, .top-20, .top-30, .top-40, .top-50, .top-60, .top-70, .top-80, .top-90, .top-100, .top-110, .top-120,
  .top-130, .top-140, .top-150, .top-160, .top-170, .top-180, .top-190, .top-200 {
    margin-top: 0 !important;
  }

  .slider-banner .title {
    margin-bottom: 70px;
    text-align: center;
  }
  .slider-banner .title i {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: inherit !important;
    bottom: -50px;
    left: 0;
  }

  .video .fluid-width-video-wrapper {
    margin-bottom: 20px !important;
  }
}

.contact_info {
    display: inline-block;
    width: 100%;
}
.contact_info.contact_info_style1 > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
}

.contact_info li:first-child {
    margin-top: 0;
}
.contact_info > li {
    margin-top: 10px;
    float: left;
    width: 100%;
    list-style: none;
}
.list_none li {
    list-style: none;
}
.contactus_info li span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 4px;
    font-size: 18px;
	vertical-align: top;
}
.contactus_info span + * {
    overflow: hidden;
    font-size: 14px;
    color: #000;
	margin: 0;
	vertical-align: middle;
	max-width: 78%;
	display: inline-block;
}
.contact_info_style1 li span {
    height: 25px;
    width: 25px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    margin-top: 0;
    vertical-align: middle;
	font-size: 31px;
    margin-right: 15px;
    position: relative;
    top: 2px;
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
}
.ci-location-pin:before {
	content: "\f041";
}
.ci-mobile:before {
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
	content: "\f10b";
}
.ci-phone:before {
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
	content: "\f095";
}
.ci-envelope:before {
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
	content: "\f0e0";
}
.ci-clock:before {
    -webkit-font-smoothing: antialiased;
    font-family: 'fontawesome';
	content: "\f017";
}
ul, li, ol {
    margin: 0;
    padding: 0;
}
.vertical-space-lg {
    margin: 50px 0;
}
.headline-support {
    font-weight: 400;
    margin-top: 0;
	color: #898989;
	font-size: 25px;
}
.headline {
    font-size: 48px;
}
.btnn {
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 7px 20px;
    border-width: 0;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer-p {
    font-family: josefin sans,sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    position: relative;
    color: #898989;
}
.container-banner{
	width: 100vw;
}
.form-slider-wrap{
	width: 32vw;
	float:left;
    background-color: #232323;
    /* bottom: 35px;
    bottom: -110px;
	width: 360px;
	padding: 30px 30px 15px 30px;*/
    display: table;
    height: auto;
    padding: 30px;
    position: relative;
}
@media screen and (max-width: 360px) {
.form-slider-wrap{
	width: 100%;
	float:left;
    background-color: #232323;
    /* bottom: 35px;
    bottom: -110px;
	width: 360px;
	padding: 30px 30px 15px 30px;*/
    display: table;
    height: auto;
    padding: 30px 40px 30px 40px;
    position: relative;
}
.slider-banner {
    background-color: #363636;
    color: #fff;
    /* padding: 35px 0; */
	width: 100%;
}
#slider {
    position: relative;
	width: 100%;
	float: left;
}
.navigation .navbar .navbar-brand img {
  height: 40px;
}
.wrapper{
	width: 100%;
	float: left;
}
/* #features{
	width: 100%;
	float: left;
}
#properties{
	width: 100%;
	float: left;
} */
#footer {
    background-color: #292929;
    color: #fff;
    padding: 20px 0;
	text-align: center;
}
.col-sm-6, .col-md-6{
	margin: 20px 0;
	/* float: left; */
}
}
.no-padding{
	padding:0;
}
.wrapper{
	width: 100%;
	float: left;
}
.box-wrapper{
	width: 100%;
	float: left;
}
/* #features{
	width: 100%;
	float: left;
}
#properties{
	width: 100%;
	float: left;
} */
/* Background Color
   ================================= */
.bg-white{ background-color: #fff; }
.bg-grey{ background-color: #f7f7f7; }
.bg-yellow{ background-color: #FAB702; }
.bg-dark{ background-color: #111; }
.bg-black{ background-color: #000; }
.bg-purple{ background-color: #9a65a5; }

.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.bg-bottom-right {
    background-position: bottom right;
}
.bg-center {
    background-position: center;
}
.overlay-wraper {
    position: relative;
}
.opacity-04 {
    opacity: .4;
}
.opacity-06 {
    opacity: .6;
}
.opacity-07 {
    opacity: .7;
}
.opacity-09 {
    opacity: .9;
}
.overlay-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.site-bg-secondry {
    background-color: #040c17;
}
.bg-img{
	background-repeat: no-repeat;
	background-attachment: fixed;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.bg-imgg{
	background-repeat: no-repeat;
	/* background-attachment: fixed; */
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
/* Font Size
   ================================= */
.fz-10{ font-size: 10px; line-height: 18px; }
.fz-11{ font-size: 11px; line-height: 18px; }
.fz-12{ font-size: 12px; line-height: 20px; }
.fz-13{ font-size: 13px; line-height: 25px; }
.fz-14{ font-size: 14px; }
.fz-15{ font-size: 15px; }
.fz-16{ font-size: 16px; }
.fz-17{ font-size: 17px; }
.fz-18{ font-size: 18px; }
.fz-19{ font-size: 19px; }
.fz-20{ font-size: 20px; }
.fz-21{ font-size: 21px; }
.fz-22{ font-size: 22px; }
.fz-23{ font-size: 23px; }
.fz-24{ font-size: 24px; }
.fz-25{ font-size: 25px; }
.fz-26{ font-size: 26px; }
.fz-27{ font-size: 27px; }
.fz-28{ font-size: 28px; }
.fz-29{ font-size: 29px; }
.fz-30{ font-size: 30px; }
.fz-35{ font-size: 35px; }
.fz-40{ font-size: 40px; }
.fz-45{ font-size: 45px; }
.fz-50{ font-size: 50px; }
.fz-55{ font-size: 55px; }
.fz-60{ font-size: 60px; }

/* Font Weight
   ================================= */
.fw-3{ font-weight: 300; }
.fw-4{ font-weight: 400; }
.fw-5{ font-weight: 500; }
.fw-6{ font-weight: 600; }
.fw-7{ font-weight: 700; }
.fw-8{ font-weight: 800; }
.fw-9{ font-weight: 900; }

.text-white{
	color: #fff;
}
/* Line Height
   ================================= */
.lh-20{ line-height: 20px; }
.lh-30{ line-height: 30px; }
.lh-40{ line-height: 40px; }
.lh-60{ line-height: 60px; }
.lh-80{ line-height: 80px; }
.lh-90{ line-height: 90px; }
.lh-100{ line-height: 100px; }
/* Text Align
   ================================= */
.text-center{ text-align: center; }
.text-left{ text-align: left; }
.text-right{ text-align: right; }
.text-justify{ text-align: justify; }
/* Text Align
   ================================= */
.footer p {
    color: #fff;
	opacity: 1;
	/* text-align: left; */
	margin: 0px;
	line-height: 2em;
}
.footer p a {
    color: #fff;
}
.contact_info span + * {
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    margin: 0;
    vertical-align: middle;
    max-width: 78%;
    display: inline-block;
}
.contact_info_style1 li span {
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    /* border: 1px solid #fff;
    border-radius: 100%; */
    margin-top: 0;
    vertical-align: middle;
}
.faaa {
  padding: 4px;
  margin: 5px 2px;
  font-size: 100px;
  width: 25px;
  /* padding: 10px;
  border-radius: 50%; */
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}
.faa {
  padding: 4px;
  margin: 5px 2px;
  font-size: 100px;
  width: 35px;
  /* padding: 10px;
  border-radius: 50%; */
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  opacity: 1;
}
.faa:hover {
    opacity: 0.7;
}
.faa-facebook {
  background: #3B5998;
  color: #ffffff;
  content: "\f09a";
}
.faa-twitter {
  background: #55ACEE;
  color: #ffffff;
}
.faa-linkedin {
  background: #007bb5;
  color: #ffffff;
}
.faa-youtube {
  background: #bb0000;
  color: #ffffff;
}
.faa-instagram {
  background: #125688;
  color: #ffffff;
}
.faa-whatsapp {
  background: #00E676;
  color: #ffffff;
}
/* Social icons
   ================================= */
.social-icon-black{}
.social-icon-black li{ display: inline-block; }
.social-icon-black li a{
	display: inline-block;
	font-size: 14px;
	color: #222; 
	opacity: 0.5;
}
.social-icon-black li a:hover{ 
	color: #222; 
	opacity: 1; 
	text-decoration: none; 
}
.social-icon-white{}
.social-icon-white li{
	display: inline-block;
}
.social-icon-white li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: 0.5;
}
.social-icon-white li a:hover{ 
	color: #fff; 
	text-decoration: none; 
	opacity: 1;
}
.social-icon{}
.social-icon li{
	display: inline-block;
}
.social-icon li a{
	display: inline-block;
	font-size: 14px;
	color: #fff;
	opacity: 1;
}
.social-icon li a:hover{ 
	color: #fff; 
	text-decoration: none; 
	opacity: 1;
}
.social-left li{ margin-right: 15px; }
.social-left-25 li{ margin-right: 25px; }
.social-right li{ margin-left: 15px; }
.social-right-25 li{ margin-left: 25px; }
.social-center li{ margin: 0 10px; }

/* Verticle Align
   ================================= */
.display-block{ display: block; }
.display-inline-block{ display: inline-block; }
/* ==========================================================================
   Header Section
   ========================================================================== */
.header{
    width: 100%;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
}
/* Top Header */
.top-info{
	line-height: 3em;
}
.top-info li{
	display: inline-block;
	color: #ddd;
	margin-right: 15px;
}
.top-info li:first-child{
	border-right: 1px sold #fff;
	margin-right: 15px;
	padding-right: 15px;
}
.top-info li i{
	display: inline-block;
	width: 23px;
	height: 23px;
	/* border: 1px solid #ddd; */
	color: #ddd;
	font-size: 20px;
	border-radius: 3px;
	text-align: center;
	line-height: 21px;
	margin-right: 5px;
}
.top-info li a{
	color: #ddd;
}
.top-social li{
	margin-left: 5px;
}
ul.top-social li a{
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 1px solid #ddd;
	color: #ddd;
	font-size: 9px;
	border-radius: 3px;
	text-align: center;
	line-height: 21px;
	opacity: 1;
}
ul.top-social li a:hover{
	background-color: #fab702;
	border: 1px solid #fab702;
}
.header-bd{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.header.dark-header {
    background-color: #111;
}
/* Padding
   ================================= */
.padding{ padding: 80px 0; }
.padding-100{ padding: 100px 0; }
.padding-120{ padding: 120px 0; }
.padding-110{ padding: 80px 120px; }
.no-padding{ padding: 0; }
.padding-5{ padding: 5px; }
.padding-10{ padding: 10px; }
.padding-15{ padding: 15px; }
.padding-20{ padding: 20px; }
.padding-25{ padding: 25px; }
.padding-30{ padding: 30px; }
.padding-40{ padding: 40px; }
.padding-50{ padding: 50px; }
.padding-80{ padding: 80px; }
.ptb-10{ padding-top: 10px; padding-bottom: 10px; }
.ptb-15{ padding-top: 15px; padding-bottom: 15px; }
.ptb-20{ padding-top: 20px; padding-bottom: 20px; }
.ptb-25{ padding-top: 25px; padding-bottom: 25px; }
.ptb-30{ padding-top: 30px; padding-bottom: 30px; }
.ptb-35{ padding-top: 35px; padding-bottom: 35px; }
.ptb-40{ padding-top: 40px; padding-bottom: 40px; }
.ptb-45{ padding-top: 45px; padding-bottom: 45px; }
.ptb-50{ padding-top: 50px; padding-bottom: 50px; }
.ptb-55{ padding-top: 55px; padding-bottom: 55px; }
.ptb-60{ padding-top: 60px; padding-bottom: 60px; }
.ptb-65{ padding-top: 65px; padding-bottom: 65px; }
.ptb-70{ padding-top: 70px; padding-bottom: 70px; }
.ptb-75{ padding-top: 75px; padding-bottom: 75px; }
.ptb-80{ padding-top: 80px; padding-bottom: 80px; }
.ptb-90{ padding-top: 90px; padding-bottom: 90px; }
.ptb-95{ padding-top: 95px; padding-bottom: 95px; }
.ptb-100{ padding-top: 100px; padding-bottom: 100px; }
.ptb-115{ padding-top: 115px; padding-bottom: 115px; }
.ptb-140{ padding-top: 140px; padding-bottom: 140px; }
.pb-5{ padding-bottom: 5px; }
.pb-10{ padding-bottom: 10px; }
.pb-15{ padding-bottom: 15px; }
.pb-20{ padding-bottom: 20px; }
.pb-25{ padding-bottom: 25px; }
.pb-30{ padding-bottom: 30px; }
.pb-35{ padding-bottom: 35px; }
.pb-40{ padding-bottom: 40px; }
.pb-45{ padding-bottom: 45px; }
.pb-50{ padding-bottom: 50px; }
.pb-55{ padding-bottom: 55px; }
.pb-60{ padding-bottom: 60px; }
.pb-70{ padding-bottom: 70px; }
.pb-80{ padding-bottom: 80px; }
.pt-5{ padding-top: 5px; }
.pt-10{ padding-top: 10px; }
.pt-15{ padding-top: 15px; }
.pt-20{ padding-top: 20px; }
.pt-25{ padding-top: 25px; }
.pt-30{ padding-top: 30px; }
.pt-35{ padding-top: 35px; }
.pt-40{ padding-top: 40px; }
.pt-45{ padding-top: 45px; }
.pt-50{ padding-top: 50px; }
.pt-55{ padding-top: 55px; }
.pt-60{ padding-top: 60px; }
.pt-80{ padding-top: 80px; }
.pl-30{ padding-left: 30px; }
.pl-35{ padding-left: 35px; }
.pl-40{ padding-left: 40px; }
.pl-45{ padding-left: 45px; }
.pl-50{ padding-left: 50px; }
.pr-15{ padding-right: 15px; }

/* Margin
   ================================= */
.margin-auto{ margin: 0 auto; }
.mb-5{ margin-bottom: 5px; }
.mb-10{ margin-bottom: 10px; }
.mb-15{ margin-bottom: 15px; }
.mb-20{ margin-bottom: 20px; }
.mb-25{ margin-bottom: 25px; }
.mb-30{ margin-bottom: 30px; }
.mb-35{ margin-bottom: 35px; }
.mb-40{ margin-bottom: 40px; }
.mb-45{ margin-bottom: 45px; }
.mb-50{ margin-bottom: 50px; }
.mb-55{ margin-bottom: 55px; }
.mb-60{ margin-bottom: 60px; }
.mb-100{ margin-bottom: 100px; }
.mt-5{ margin-top: 5px; }
.mt-10{ margin-top: 10px; }
.mt-15{ margin-top: 15px; }
.mt-20{ margin-top: 20px; }
.mt-25{ margin-top: 25px; }
.mt-30{ margin-top: 30px; }
.mt-35{ margin-top: 35px; }
.mt-40{ margin-top: 40px; }
.mt-45{ margin-top: 45px; }
.mt-50{ margin-top: 50px; }
.mt-55{ margin-top: 55px; }
.mt-60{ margin-top: 60px; }
.minus-mlr{ margin: 0 -15px; }
.minus-mtb{ margin: -15px 0; }
.minus-ml-15{ margin-left: -15px; }
.minus-mr-15{ margin-right: -15px; }
.minus-mt-20{ margin-top: -20px; }
.minus-mt-30{ margin-top: -30px; }
.minus-mt-40{ margin-top: -40px; }
.minus-mt-50{ margin-top: -50px; }
.minus-mt-60{ margin-top: -60px; }
.mius-mr-15{ margin-right: -15px; }
.no-margin{ margin: 0 !important; }
.ml-10{ margin-left: 10px; }
.ml-15{ margin-left: 15px; }
.ml-20{ margin-left: 20px; }
.ml-100{ margin-left: 100px; }
.mr-10{ margin-right: 10px; }
.mr-15{ margin-right: 15px; }
.mr-20{ margin-right: 20px; }
.mr-25{ margin-right: 25px; }
.header-bottom {
    transition: all 0.5s ease-in-out;
    background: #fff;
}
/* ==========================================================================
  15.0 Scroll To Top
   ========================================================================== */
.scroll-to-top{
	display: block;
	text-align: center;
	/* background-color: #fff; */
	font-size: 10px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	border-radius: 3px;
	position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
	opacity:.3;
}
.scroll-to-top:hover{
    color: #fff;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	text-decoration: none;
	opacity:.5;
}
.back_to_top{
	display:none;
	color:#fff;
	text-align:center;
	padding:10px;
	position:fixed;
	right:20px;
	bottom:20px;
	opacity:.3;
	transition:opacity .3s ease;
}
.back_to_top:hover{
	opacity:.5;
}
/* ==========================================================================
   6.0 Counter
   ========================================================================== */
.counter-box-2{
    width: 150px;
    height: 150px;
    margin: 0 auto;
    position: relative;
    padding: 40px 0;
    z-index: 1;
}
.counter-box-2:before{
    border: 1px solid #fff;
    content: '';
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.counter-box-3{
    border: 2px solid #fff;
    width: 180px;
    height: 180px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0;
    border-radius: 50%;
}
.counter-box{}
.counter-box span {
    margin-right: 2%;
    vertical-align: middle;
	float:left;
}
.counter-box span i {
    height: 40px;
    width: 40px;
    color: #fff;
    margin-right: 2%;
    vertical-align: middle;
	clear: both;
	float:left;
}
.counter-box h4 {
    color: #fff;
    line-height: 2.5em;
    text-align: center;
    margin-top: 0;
	margin-bottom: 0;
    vertical-align: middle;
	float:left;
	width: 80%;
}
/* Double Header */
.fixed-top.double-header{
	top: -69px;
	border: none;
}
.header.hide-top .header-top{
	display: none;
}
.fixed-top.header.hide-top{
	top: 0;
}
.header{
	width: 100%;
}
.header,
.fixed-top.header .header-bottom,
.fixed-top.header,
.fixed-top.double-header,
.header-bottom{
	transition: all 0.5s ease-in-out;
	background: #fff;
	width:100%;
}
/* Transparent Header */
.fixed-top.transparent-header .logo-light,
.transparent-header .logo-dark{
	display: none;
}
.fixed-top.transparent-header .logo-dark{
	display: block;
}
.fixed-top.transparent-header{
	background-color: #fff;
}
.header-dark ul.nav > li > a,
.transparent-header ul.nav > li > a{
	color: #fff;
	opacity: 0.6;
}
.header-dark ul.nav > li > a:focus,
.header-dark ul.nav > li > a:hover,
.header-dark ul.nav > li.active > a,
.transparent-header ul.nav > li > a:focus,
.transparent-header ul.nav > li > a:hover,
.transparent-header ul.nav > li.active > a{
	color: #fff;
	opacity: 1;
}
.fixed-top.transparent-header ul.nav > li > a{
	color: #333;
	opacity: 0.6;
}
.fixed-top.transparent-header ul.nav > li > a:focus,
.fixed-top.transparent-header ul.nav > li > a:hover,
.fixed-top.transparent-header ul.nav > li.active > a{
	color: #333;
	opacity: 1;
}
.header-bd{
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
.fixed-top.transparent-header .social-icon-white li a{ color: #222; opacity: 0.5; }
.fixed-top.transparent-header .social-icon-white li a:hover{ color: #222; opacity: 1; }
.navbar{
    border: medium none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    margin: 0;
    position: relative;
}
.navbar-header{
    padding: 8px 0;
}
.navbar-header .brand{
	font-size: 25px;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: -1px;
	font-weight: 700;
}
.navbar-header .brand img{
	width: 180px;
	height: auto;
}
.nav-btn {
	background-color: transparent;
	font-size: 22px;
    margin: 3px 0 0 15px;
	padding: 10px;
	border-radius: 1px;
	color: #777;
}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}
.b-nav-btn{
	background-color: #fab702;
	display: inline-block;
	font-weight: 600;
	font-size: 12px;
	padding: 8px 30px;
	margin: 7px 0;
	margin-left: 20px;
	color: #fff;
	text-transform: uppercase;
}
.b-nav-btn:focus,
.b-nav-btn:hover{
	background-color: #ffc326;
	color: #fff;
	text-decoration: none;
}
.mt-125{
	margin-top: 125px;
}
.mt-78{
	margin-top: 78px;
}
@media only screen and (min-width: 360px) and (max-width: 767px) {
	.image-carousel {
    height: 250px;
    overflow: hidden;
    /* padding-bottom: 40px; */
}
.counter-box {
	padding: 2em 0;
}
.fz-25 {
    font-size: 20px;
}
.box .description .description-wrapper0 {
    background-color: #fff;
    color: #333;
    display: inline-block;
    padding: 40px 30px;
}
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.image-carousel {
    height: 350px;
    overflow: hidden;
    /* padding-bottom: 40px; */
}
.navigation .navbar .navbar-brand img {
    height: 30px;
}
.form-slider-wrap {
    width: 41vw;
    float: left;
    background-color: #232323;
    display: table;
    height: auto;
    padding: 30px;
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 24px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.counter-box {
}
}