body {
  font-family: "Nunito Sans", Arial, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  color: #666
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #e86ed0
}

a:hover,
a:focus {
  text-decoration: none;
  color: #e86ed0;
  outline: none!important
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3,
.h4 {
  line-height: 1.5;
  color: rgba(0, 0, 0, .8);
  font-weight: 400
}

.container {
  max-width: 1250px
}

.ftco-navbar-light {
  background: transparent!important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  z-index: 3
}

@media (max-width:991.98px) {
  .ftco-navbar-light {
    background: #ffffff!important;
    position: relative;
    top: 0;
    padding-top: 0px;
    padding-bottom: 0px;

  }
}

.ftco-navbar-light .navbar-brand {
  color: #000
}

.ftco-navbar-light .navbar-brand span {
  color: #f7b71d
}

@media (max-width:991.98px) {
  .ftco-navbar-light .navbar-brand {
    color: #fff
  }
  .ftco-navbar-light .navbar-nav {
    padding-bottom: 10px
  }
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
  font-size: 15px;
  padding-top: .9rem;
  padding-bottom: .9rem;
  padding-left: 20px;
  padding-right: 20px;
  color: #000;
  font-weight: 700;
  opacity: 1!important
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
  color: #234083;
/*  background-color: #9cc894;
  border-radius: 4px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 8px;*/
}

@media (max-width:991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    color: #000
  }
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
  -moz-box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41);
  box-shadow: 0 10px 34px -20px rgba(0, 0, 0, .41)
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
  color: #000;
 /* background-color: #3aa95a;
  border-radius: 4px;
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
  top: 8px;*/
}

@media (max-width:991.98px) {
  .ftco-navbar-light .navbar-nav>.nav-item.active>a {
   /* color: #e86ed0*/
  }

  .ftco-navbar-light .navbar-nav>.nav-item:hover{
    color: #234083!important;
  }

}

.ftco-navbar-light .navbar-toggler {
  border: none;
  color: rgba(255, 255, 255, .5)!important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em
}

.ftco-navbar-light .navbar-toggler:hover,
.ftco-navbar-light .navbar-toggler:focus {
  text-decoration: none;
  color: #e86ed0;
  outline: none!important
}

.ftco-navbar-light.scrolled {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  margin-top: -130px;
  background: #ffffff !important;
  height: auto;
 /* -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);*/
  padding-top: 0px;
 padding-bottom: 0px;
  
}

@media (max-width:991.98px) {
  .ftco-navbar-light.scrolled .nav-item>.nav-link {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important
  }
}

.ftco-navbar-light.scrolled .nav-item.active>a {
 /* color: #fff!important;
  top: 0px;
  height: 50px;*/
}

@media (max-width:991.98px) {
  .ftco-navbar-light.scrolled .navbar-nav {
    background: none;
    border-radius: 0;
    padding-left: 0!important;
    padding-right: 0!important
  }
}

.ftco-navbar-light.scrolled .navbar-toggler {
  border: none;
  color: rgba(0, 0, 0, .5)!important;
  border-color: rgba(0, 0, 0, .5)!important;
  cursor: pointer;
  padding-right: 0;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .1em
}

.ftco-navbar-light.scrolled .nav-link {
  padding-top: .9rem!important;
  padding-bottom: .9rem!important;
  color: #000!important
}

.ftco-navbar-light.scrolled .nav-link.active {
  color: #e86ed0!important
}
.ftco-navbar-light.scrolled .nav-link:hover {
  color: #234083!important
}

.ftco-navbar-light.scrolled.awake {
  margin-top: 0;
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out
}

.ftco-navbar-light.scrolled.sleep {
  -webkit-transition: .3s all ease-out;
  -o-transition: .3s all ease-out;
  transition: .3s all ease-out
}

.ftco-navbar-light.scrolled .navbar-brand {
  color: #000
}

.navbar-brand {
  font-weight: 800;
  font-size: 20px
}

.hero-wrap {
  width: 100%;
  height: 850px;
  position: inherit;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center
}

.hero-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 1;
  background: #fff;
  background: #fff;
  background: -moz-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(top, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(3%, white), color-stop(54%, rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 0%, white 3%, rgba(255, 255, 255, 0) 54%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  height: 850px
}

.hero-wrap.hero-wrap-2 {
  height: 700px!important;
  position: relative
}

.hero-wrap.hero-wrap-2 .overlay {
  width: 100%;
  opacity: .05;
  height: 700px
}

.hero-wrap.hero-wrap-2 .slider-text {
  height: 700px!important
}

.slider-text {
  height: 850px
}

.slider-text h1 {
    font-size: 50px;
    color: #ffffff;
    line-height: 1.1;
    font-weight: 600;
}


.slider-text h1 span {
  display: block
}

/*.slider-text p {
  line-height: 1.5;
  color: rgba(0, 0, 0, .8)
}
*/
.slider-text .breadcrumbs {
  font-size: 14px;
  margin-bottom: 20px;
  z-index: 99;
  text-transform: uppercase;
  font-weight: 500
}

.slider-text .breadcrumbs span {
  color: rgba(0, 0, 0, .7)
}

.slider-text .breadcrumbs span i {
  color: rgba(0, 0, 0, .5);
  font-size: 13px
}

.slider-text .breadcrumbs span a {
  color: rgba(0, 0, 0, .7)
}

.slider-text .breadcrumbs span a:hover,
.slider-text .breadcrumbs span a:focus {
  color: #e86ed0
}

.slider-text .breadcrumbs span a:hover i,
.slider-text .breadcrumbs span a:focus i {
  color: #e86ed0
}

.slider-text .bread {
  font-weight: 600!important;
  position: relative
}

.search-location .form-group {
  position: relative
}

.search-location .form-group .form-field .form-control {
  border: none;
  height: 70px!important;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  padding-left: 25px;
  padding-right: 50px;
  -webkit-box-shadow: 0 5px 27px -14px rgba(0, 0, 0, .28);
  -moz-box-shadow: 0 5px 27px -14px rgba(0, 0, 0, .28);
  box-shadow: 0 5px 27px -14px rgba(0, 0, 0, .28)
}

.search-location .form-group button {
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  border-radius: 0 50% 50% 50%;
  background: #e86ed0
}

.search-location .form-group button span {
  font-size: 30px;
  color: #fff
}

.ftco-degree-bg {
  position: relative
}

.ftco-degree-bg:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -30px;
  overflow: visible;
  width: 50%;
  height: 70px;
  z-index: 1;
  -webkit-transform: skewY(-4deg);
  -moz-transform: skewY(-4deg);
  -ms-transform: skewY(-4deg);
  -o-transform: skewY(-4deg);
  transform: skewY(-4deg);
  background-color: #fff
}

.ftco-degree-bg:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -30px;
  overflow: visible;
  width: 50%;
  height: 70px;
  z-index: 1;
  -webkit-transform: skewY(4deg);
  -moz-transform: skewY(4deg);
  -ms-transform: skewY(4deg);
  -o-transform: skewY(4deg);
  transform: skewY(4deg);
  background-color: #fff
}

.owl-carousel {
  position: relative
}

.owl-carousel .owl-item {
  opacity: .4
}

.owl-carousel .owl-item.active {
  opacity: 1
}

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  color: #e86ed0!important;
  -moz-transition: all .7s ease;
  -o-transition: all .7s ease;
  -webkit-transition: all .7s ease;
  -ms-transition: all .7s ease;
  transition: all .7s ease;
  opacity: 0
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
  font-size: 30px
}

.owl-carousel .owl-nav .owl-prev {
  left: 0
}

.owl-carousel .owl-nav .owl-next {
  right: 0
}

.owl-carousel .owl-dots {
  text-align: center
}

.owl-carousel .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: #e6e6e6;
  position: relative
}

.owl-carousel .owl-dots .owl-dot:after {
  position: absolute;
  top: -2px;
  left: -2px;
  right: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  content: '';
  border: 1px solid #005029;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.owl-carousel .owl-dots .owl-dot.active {
  background: #b3b3b3
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
  opacity: 1
}

.owl-carousel:hover .owl-nav .owl-prev {
  left: -25px
}

.owl-carousel:hover .owl-nav .owl-next {
  right: -25px
}

.bg-light {
  background: #f8f9fa!important
}

.btn {
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-size: 14px
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none
}

.btn.btn-primary {
  background: #e86ed0!important;
  border: 1px solid #e86ed0!important;
  color: #fff!important
}

.btn.btn-primary:hover {
  border: 1px solid #e86ed0;
  background: transparent;
  color: #e86ed0
}

.property-wrap {
  margin-bottom: 60px
}

@media (max-width:767.98px) {
  .property-wrap {
    margin-bottom: 40px
  }
}

.property-wrap .img {
  display: block;
  width: 100%;
  height: 250px
}

.property-wrap .text {
  position: relative;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  margin-top: -50px;
  margin-left: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  padding: 25px
}

.property-wrap .text h3 {
  font-size: 18px
}

.property-wrap .text h3 a {
  color: #294680;
  font-weight: 700
}

@media (min-width:768px) {
  .property-wrap .text {
    width: 75%
  }
}

@media (max-width:991.98px) {
  .property-wrap .text {
    width: 90%;
    margin-left: 10px
  }
}

.property-wrap .text p.price span {
  font-size: 16px;
  font-weight: 600
}

.property-wrap .text p.price span.orig-price {
  color: #000
}

.property-wrap .text p.price span.old-price {
  color: rgba(0, 0, 0, .6);
  position: relative;
  margin-right: 20px
}

.property-wrap .text p.price span.old-price:after {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  background: #000;
  content: ''
}

.property-wrap .text p.price small {
  font-size: 14px;
  color: rgba(0, 0, 0, .4)
}

.property-wrap .text ul {
  padding: 0
}

.property-wrap .text ul li {
  font-size: 16px;
  margin-right: 10px;
  display: inline-block;
  list-style: none
}

.property-wrap .text ul li span {
  margin-right: 5px
}

.property-wrap .text .btn-custom {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #00984b;
  border-radius: 50% 0 0 0
}

.property-wrap .text .btn-custom span {
  color: #fff
}

.property-wrap:hover .text {
  -webkit-box-shadow: 0 5px 39px -14px rgba(0, 0, 0, .26);
  -moz-box-shadow: 0 5px 39px -14px rgba(0, 0, 0, .26);
  box-shadow: 0 5px 39px -14px rgba(0, 0, 0, .26)
}

.ftco-property-details .services .media-body .icon span {
  color: rgba(0, 0, 0, .8)
}

.ftco-property-details .services .media-body .text h3 {
  font-size: 14px!important;
  color: rgba(0, 0, 0, .4)
}

.ftco-property-details .services .media-body .text h3 span {
  display: block;
  color: #000
}

.property-details .img {
  width: 100%;
  height: 600px;
  margin-bottom: 40px
}

.property-details span.subheading {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: rgba(0, 0, 0, .4);
  display: block
}

.nav-pills {
  font-size: 18px;
  font-weight: 400;
  display: inline-block
}

.nav-pills li {
  display: inline-block
}

.nav-pills li a {
  margin-right: 2px;
  color: rgba(0, 0, 0, .4)!important
}

.nav-pills li a.active {
  color: #000!important;
  background: transparent!important
}

.pills {
  margin-top: 40px
}

.pills .tab-pane {
  padding: 2em;
  border-top: 1px solid rgba(0, 0, 0, .1)
}

.pills .features {
  margin: 0;
  padding: 0
}

.pills .features li {
  list-style: none
}

.pills .features li span {
  font-size: 20px;
  margin-right: 15px
}

.pills .features li.check span {
  color: green
}

.pills .features li.remove span {
  color: red
}

.pills .head {
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 600
}

.pills .review {
  width: 100%;
  margin-bottom: 30px
}

.pills .review .user-img {
  width: 80px;
  height: 80px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.pills .review .desc {
  width: calc(100% - 100px);
  margin-left: 30px
}

.pills .review .desc h4 {
  width: 100%;
  margin-bottom: 10px
}

.pills .review .desc h4 span {
  width: 49%;
  display: inline-block
}

.pills .review .desc h4 span:first-child {
  font-size: 16px
}

.pills .review .desc h4 span:last-child {
  font-size: 13px;
  color: #b3b3b3
}

.pills .review .desc .star {
  width: 100%
}

.pills .review .desc .star span {
  width: 49%;
  display: inline-block
}

.pills .review .desc .star i {
  color: #f7b71d
}

.pills .review .desc .star .reply {
  padding: 2px 10px;
  background: #f0f0f0;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px
}

.pills .review .desc .star .reply i {
  color: gray;
  font-size: 12px
}

.pills .wrap {
  padding: 2em;
  background: #fafafa
}

.pills .rating-wrap {
  width: 100%;
  display: block
}

.pills .rating-wrap .star {
  display: block;
  width: 100%
}

.pills .rating-wrap .star:last-child {
  margin-bottom: 0
}

.pills .rating-wrap .star span {
  display: inline-block;
  color: #b3b3b3
}

.pills .rating-wrap .star span i {
  color: #e86ed0
}

.pills .rating-wrap .star span:first-child {
  width: 62%
}

.pills .rating-wrap .star span:last-child {
  width: 32%
}

@media (max-width:767.98px) {
  .img-2 {
    height: 600px;
    margin-bottom: 30px
  }
}

@media (min-width:992px) {
  .wrap-about .heading-section {
    margin-left: -120px;
    background: #fff;
    -webkit-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, .13);
    -moz-box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, .13);
    box-shadow: -20px 5px 14px -15px rgba(0, 0, 0, .13)
  }
}

.services-section {
  position: relative;
  padding-bottom: 10em!important
}

.services-section .overlay {
  position: absolute;
  width: 50%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: '';
  opacity: 1;
  background: #294680;
}

@media (max-width:767.98px) {
  .services-section .overlay {
    width: 100%;
    opacity: .4
  }
}

.services {
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

@media (max-width:767.98px) {
  .services {
    margin-bottom: 40px
  }
}

.services .icon {
  line-height: 1.3;
  position: relative;
  z-index: 0;
  margin: 0 auto;
  width: 100px
}

.services .icon span {
  font-size: 60px;
  color: #3aa95a
}

.services .media-body {
  width: 100%;
  color: rgba(0, 0, 0, .8)
}

.services .media-body h3 {
  font-size: 24px;
  font-weight: 500;
  color: #000
}

.services .media-body p {
  margin-bottom: 0
}

.services.active {
  background: #e86ed0
}

.services.active .icon span {
  color: #fff
}

.services.active .media-body {
  color: rgba(255, 255, 255, .8)
}

.services.active .media-body h3 {
  color: #fff
}

.services.active .media-body p {
  margin-bottom: 0
}

.services.services-2 .icon {
  width: 90px;
  height: 90px;
  background: #3aa95a;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.services.services-2 .icon span {
  color: #fff;
  font-size: 30px
}

.services.services-2 h3 {
  color: #fff
}

.services.services-2 .media-body {
  color: rgba(255, 255, 255, .8)
}

.form-control {
  height: 52px!important;
  background: #fff!important;
  color: #000!important;
  font-size: 18px;
  border-radius: 5px;
  -webkit-box-shadow: none!important;
  box-shadow: none!important
}

.form-control:focus,
.form-control:active {
  border-color: #000
}

textarea.form-control {
  height: inherit!important
}

.ftco-animate {
  opacity: 0;
  visibility: hidden
}

.about-author .desc h3 {
  font-size: 24px
}

.ftco-section {
  padding: 6em 0;
  position: relative
}

@media (max-width:767.98px) {
  .ftco-section {
    padding: 6em 0
  }
}

.about-section {
  padding: 2em 0;
  position: relative
}

@media (max-width:767.98px) {
  .about-section {
    padding: 2em 0
  }
}

.ftco-no-pt {
  padding-top: 0
}

.ftco-no-pb {
  padding-bottom: 0
}

.ftco-footer {
  padding: 1em 0;
  background: #000000
}

.ftco-footer .ftco-footer-widget h2 {
  font-weight: bold;
  color: #05d192;
  margin-bottom: 10px;

}

.ftco-footer .ftco-footer-widget ul li a {
  color: #ffffff
}

.ftco-footer .ftco-footer-widget ul li a span {
  color: #000000;
}

.ftco-footer .ftco-footer-widget .btn-primary {
  background: #fff!important;
  border: 2px solid #fff!important
}

.ftco-footer .ftco-footer-widget .btn-primary:hover {
  background: #fff;
  border: 2px solid #fff!important
}

.ftco-footer p {
  color:#ffffff
}

.ftco-footer a {
  color: #e86ed0
}

.ftco-footer a:hover {
  color: #e86ed0
}

.ftco-footer .ftco-heading-2 {
  font-size: 17px;
  font-weight: 400;
  color: #000
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block
}

.ftco-footer-social li a {
  height: 30px;
  width: 30px;
  display: block;
  float: left;
  background: #ffffff;
 border-radius: 50%;
  position: relative;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 26px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.ftco-footer-social li a:hover {
  color: #000000;
}

#map {
  height: 500px;
  width: 100%
}
@media (max-width:991.98px) {
  .intro-txt {
       margin-top: -100px;

  
}
}
@media (max-width:991.98px) {
  #map {
    height: 300px
  }
}

.mouse {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  z-index: 2
}

.mouse-icon {
  width: 80px;
  height: 80px;
  border: 1px solid #234083;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #234083;
  cursor: pointer;
  position: relative;
  text-align: center;
  margin: 0 auto;
  display: block
}

.mouse-wheel {
  height: 80px;
  margin: 2px auto 0;
  display: block;
  width: 30px;
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
  color: #fff;
  font-size: 24px
}

@keyframes wheel-up-down {
  100% {
    margin-top: 34px;
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  0% {
    margin-top: 2px;
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(232, 110, 208, 0.4);
    -webkit-box-shadow: 0 0 0 0 rgba(232, 110, 208, 0.4);
    box-shadow: 0 0 0 0 rgba(232, 110, 208, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(232, 110, 208, 0);
    -webkit-box-shadow: 0 0 0 30px rgba(232, 110, 208, 0);
    box-shadow: 0 0 0 30px rgba(232, 110, 208, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(232, 110, 208, 0);
    -webkit-box-shadow: 0 0 0 0 rgba(232, 110, 208, 0);
    box-shadow: 0 0 0 0 rgba(232, 110, 208, 0);
  }
}

.heading-section .subheading {
  font-size: 18px;
  display: inline-block;
  margin-bottom: 0;
  color: #294680;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative
}

.heading-section .subheading:after {
  position: absolute;
  top: 50%;
  left: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #005029
}

.heading-section .subheading:before {
  position: absolute;
  top: 50%;
  right: -60px;
  content: '';
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  margin-top: -1px;
  background: #005029
}

.heading-section h2 {
  font-size: 40px;
  font-weight: 400
}

@media (max-width:767.98px) {
  .heading-section h2 {
    font-size: 28px
  }
}

.heading-section.heading-section-white .subheading {
  color: rgba(255, 255, 255, .9)
}

.heading-section.heading-section-white h2 {
  font-size: 40px;
  color: #fff
}

.heading-section.heading-section-white p {
  color: rgba(255, 255, 255, .9)
}

.img,
.blog-img,
.user-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center
}

.testimony-section {
  position: relative
}

.testimony-section .owl-carousel {
  margin: 0
}

.testimony-section .owl-carousel .owl-stage-outer {
  padding: 1em 0 2em 0;
  position: relative
}

.testimony-section .owl-nav {
  position: absolute;
  top: 100%;
  width: 100%
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -10px;
  outline: none!important;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  opacity: 0
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
  font-size: 30px;
  color: rgba(0, 0, 0, .5);
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
  color: #fff
}

.testimony-section .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px
}

.testimony-section .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
  opacity: 1
}

.testimony-section:hover .owl-nav .owl-prev {
  left: 50%;
  margin-left: -80px
}

.testimony-section:hover .owl-nav .owl-next {
  right: 50%;
  margin-right: -80px
}

.testimony-section .owl-dots {
  text-align: center
}

.testimony-section .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  margin: 5px;
  border-radius: 50%;
  background: rgba(58, 169, 90, 255)
}

.testimony-section .owl-dots .owl-dot.active {
  background: #00984b
}

.testimony-wrap {
  display: block;
  position: relative;
  background: rgba(255, 255, 255, .1);
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, .02);
  -webkit-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14)
}

.testimony-wrap .user-img {
  width: 80px;
  height: 80px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%
}

.testimony-wrap .name {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 0;
  color: #000
}

.testimony-wrap .position {
  font-size: 16px;
  color: #ccc
}

.agent {
  position: relative;
  width: 100%;
  display: block;
  z-index: 0;
  margin-bottom: 40px
}

@media (max-width:767.98px) {
  .agent {
    margin-bottom: 30px
  }
}

.agent .img {
  position: relative;
  width: 100%;
  display: block;
  overflow: hidden;
  z-index: 0
}

.agent img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: -1;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  -webkit-transition: all .6s ease;
  -ms-transition: all .6s ease;
  transition: all .6s ease
}

.agent .desc {
  position: relative;
  width: 85%;
  padding: 20px;
  margin-top: -50px;
  margin-left: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  -moz-box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14);
  box-shadow: 0 5px 21px -14px rgba(0, 0, 0, .14)
}

@media (min-width:768px) {
  .agent .desc {
    width: 80%
  }
}

.agent .desc h3 {
  color: #000;
  font-weight: 500;
  line-height: 1.3;
  font-size: 20px
}

.agent .desc h3 a {
  color: #000
}

.agent .desc .price {
  font-size: 22px;
  font-weight: 500;
  color: #e86ed0
}

.agent .desc .price span {
  color: rgba(0, 0, 0, .2);
  font-size: 12px;
  font-weight: 400
}

.agent .desc .position {
  color: rgba(0, 0, 0, .3)
}

.agent .desc .h-info {
  font-size: 16px;
  margin-bottom: 0
}

.agent .desc .details {
  color: #000
}

.agent:hover .img:after,
.agent:focus .img:after {
  opacity: .3
}

.agent:hover .img div,
.agent:focus .img div {
  top: 10px
}

.agent:hover img,
.agent:focus img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1)
}

.image-popup {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: .8
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0
}

#section-counter {
  position: relative;
  z-index: 0
}

#section-counter:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
  z-index: -1;
  opacity: 0;
  background: #000
}

@media (max-width:1199.98px) {
  .ftco-counter {
    background-position: center center!important
  }
}

.ftco-counter .img {
  display: block;
  width: 100%
}

@media (max-width:991.98px) {
  .ftco-counter .img {
    height: 400px;
    background-position: top center!important
  }
}

@media (min-width:768px) {
  .ftco-counter .text.text-border {
    border-right: 1px solid rgba(0, 0, 0, .07)
  }
}

.ftco-counter .text strong.number {
  font-weight: 600;
  font-size: 50px;
  color: #000
}

.ftco-counter .text span {
  display: block;
  font-size: 18px;
  color: rgba(0, 0, 0, .7);
  margin-bottom: 10px;
  line-height: 1.2;
  padding-left: 15px;
  margin-bottom: 0
}

@media (max-width:767.98px) {
  .ftco-counter .counter-wrap {
    margin-bottom: 20px
  }
}

.block-20 {
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  display: block;
  width: 100%;
  height: 200px;
  margin-bottom: 20px
}

.blog-entry {
  overflow: hidden;
  width: 100%
}

@media (min-width:768px) {
  .blog-entry {
    margin-bottom: 30px
  }
}

@media (max-width:767.98px) {
  .blog-entry {
    margin-bottom: 30px
  }
}

.blog-entry .text {
  position: relative;
  width: 100%;
  margin: 0 auto
}

.blog-entry .text .heading {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 400
}

.blog-entry .text .heading a {
  color: #005029;
  font-weight: 700
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
  color: #e86ed0
}

.blog-entry .meta>div {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 0;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500
}

.blog-entry .meta>div a {
  color: #b3b3b3
}

.blog-entry .meta>div a:hover {
  color: #666
}

.blog-entry .btn-custom {
  text-transform: uppercase;
  color: #000;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2px
}

.block-23 ul {
  padding: 0
}

.block-23 ul li {
  color: rgba(0, 0, 0, .7)
}

.block-23 ul li,
.block-23 ul li>a {
  display: table;
  line-height: 1.5;
  margin-bottom: 15px
}

.block-23 ul li span {
  color: rgba(0, 0, 0, .7)
}

.block-23 ul li .icon,
.block-23 ul li .text {
  display: table-cell;
  vertical-align: top
}

.block-23 ul li .icon {
  width: 40px;
  font-size: 18px;
  padding-top: 2px;
  color: #e86ed0
}

.block-6 .media-body p {
  font-size: 16px
}

.block-27 ul {
  padding: 0;
  margin: 0
}

.block-27 ul li {
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 400
}

.block-27 ul li a,
.block-27 ul li span {
  color: #e86ed0;
  text-align: center;
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #e6e6e6
}

.block-27 ul li.active a,
.block-27 ul li.active span {
  background: #e86ed0;
  color: #fff;
  border: 1px solid transparent
}

.contact-section .contact-info p a {
  color: #1a1a1a
}

.contact-section .contact-info p span {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000
}

.contact-section .contact-info .icon span {
  font-size: 20px
}

@media (min-width:992px) {
  .contact-section .contact-info .border-height {
    border-left: 1px solid rgba(0, 0, 0, .1);
    border-right: 1px solid rgba(0, 0, 0, .1)
  }
}

.contact-section .contact-form {
  width: 100%
}

.block-9 h2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px
}

.block-9 .form-control {
  outline: none!important;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  font-size: 15px
}

.block-21 .blog-img {
  display: block;
  height: 80px;
  width: 80px
}

.block-21 .text {
  width: calc(100% - 100px)
}

.block-21 .text .heading {
  font-size: 18px;
  font-weight: 300
}

.block-21 .text .heading a {
  color: #000
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
  color: #e86ed0
}

.block-21 .text .meta>div {
  display: inline-block;
  font-size: 12px;
  margin-right: 5px
}

.block-21 .text .meta>div a {
  color: gray
}

.tagcloud a {
  text-transform: uppercase;
  display: inline-block;
  padding: 4px 10px;
  margin-bottom: 7px;
  margin-right: 4px;
  border-radius: 4px;
  color: #000;
  border: 1px solid #ccc;
  font-size: 11px
}

.tagcloud a:hover {
  border: 1px solid #000
}

.comment-form-wrap {
  clear: both
}

.comment-list {
  padding: 0;
  margin: 0
}

.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%
}

.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none
}

.comment-list li .vcard {
  width: 80px;
  float: left
}

.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%
}

.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px)
}

.comment-list li .comment-body h3 {
  font-size: 20px
}

.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: .1em;
  color: #ccc
}

.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: .1em;
  font-weight: 400;
  border-radius: 4px
}

.comment-list li .comment-body .reply:hover {
  color: #fff;
  background: #000
}

.search-form {
  background: #f2f2f2;
  padding: 10px
}

.search-form .form-group {
  position: relative
}

.search-form .form-group input {
  padding-right: 50px;
  font-size: 14px
}

.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff
}

.sidebar-box *:last-child {
  margin-bottom: 0
}

.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px
}

.categories li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dee2e6;
  list-style: none
}

.categories li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0
}

.categories li a {
  display: block;
  color: #1a1a1a
}

.categories li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc
}

.categories li.active a {
  color: #000;
  font-style: italic
}

#ftco-loader {
  position: fixed;
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, .9);
  -webkit-box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
  box-shadow: 0 24px 64px rgba(0, 0, 0, .24);
  border-radius: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
  -o-transition: opacity .2s ease-out, visibility 0s linear .2s;
  transition: opacity .2s ease-out, visibility 0s linear .2s;
  z-index: 1000
}

#ftco-loader.fullscreen {
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  background-color: #fff;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

#ftco-loader.show {
  -webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
  -o-transition: opacity .4s ease-out, visibility 0s linear 0s;
  transition: opacity .4s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1
}

#ftco-loader .circular {
  -webkit-animation: loader-rotate 2s linear infinite;
  animation: loader-rotate 2s linear infinite;
  position: absolute;
  left: calc(50% - 24px);
  top: calc(50% - 24px);
  display: block;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg)
}

#ftco-loader .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  -webkit-animation: loader-dash 1.5s ease-in-out infinite;
  animation: loader-dash 1.5s ease-in-out infinite;
  stroke-linecap: round
}

@keyframes loader-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes loader-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -136px;
  }
}

.small-bg {
  background-color: #f9f9f9ba!important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: .25rem;
}

.card-header {
  padding: .75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgb(253 253 253);
/*  border-bottom: 1px solid rgba(0, 0, 0, .125);*/
}

.card-header:first-child {
  border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}

.card-body {
  line-height: 22px!important;
}

.card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
}

.sub-title{
line-height: 1.5;
 color: #fff;
 font-size: 18px;

}



.img-fluid {
    max-width: 100%;
    height: auto;
}

.ftco-section-about {
    padding: 4em 0;
    position: relative;
}

.hero-wraps {
    width: 100%;
    height: 650px; 
    position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}

.intro-txt{

  color:#ffffff;
}

.ftco-section-provide{

  padding: 3em 0;
  position: relative;
}

.paragraph-what-we{

  font-weight: 700;
}

.expand-close{
  color: rgba(35,64,131);
      font-weight: 800;
      
  }

@media only screen and (min-width: 960px) {
  /* styles for browsers larger than 960px; */
  .expand-close{
  font-size: 18px;
  }
  .ftco-section-about-wellness {
    padding: 4em 0;
    position: relative;
}
}
@media only screen and (min-width: 1440px) {
  /* styles for browsers larger than 1440px; */
  .expand-close{
    font-size: 18px;
    }
    .ftco-section-about-wellness {
      padding: 4em 0;
      position: relative;
  }
}
@media only screen and (min-width: 2000px) {
  /* for sumo sized (mac) screens */
  .expand-close{
    font-size: 18px;
    }
    .ftco-section-about-wellness {
      padding: 4em 0;
      position: relative;
  }
}
@media only screen and (max-device-width: 480px) {
 /* styles for mobile browsers smaller than 480px; (iPhone) */
 .expand-close{
  font-size: 13px;
  }

  .ftco-section-provide {
    padding: 0rem;
    position: relative;
}
.ftco-section-about-wellness {
  padding: 2em 0;
  position: relative;
}

}
@media only screen and (device-width: 768px) {

 /* default iPad screens */
 .expand-close{
  font-size: 14px;
  }
  .ftco-section-about-wellness {
    padding: 2em 0;
    position: relative;
}
}
/* different techniques for iPad screening */
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {
/* For portrait layouts only */
.expand-close{
  font-size: 18px;
  }
  .ftco-section-about-wellness {
    padding: 4em 0;
    position: relative;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
/* For landscape layouts only */
.expand-close{
  font-size: 14px;
  }
  .ftco-section-about-wellness {
    padding: 4em 0;
    position: relative;
}
}


.our-vision{

  font-weight: 700;
}

.nice-lines{

font-size: 18px;

font-weight: 800;

font-style: italic;

}


/* ==========================================================================
   #GRID
   ========================================================================== */
   .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .row .col-2:last-child .input-group-desc {
    margin-bottom: 0;
  }
  
  .row-space {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  
  .row-refine {
    margin: 0 -15px;
  }
  
  .row-refine .col-3 .input-group-desc,
  .row-refine .col-9 .input-group-desc {
    margin-bottom: 0;
  }
  
  .col-2 {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  
  @media (max-width: 767px) {
    .col-2 {
      width: 100%;
    }
  }
  
  .form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 24px 55px;
    border-bottom: 1px solid #e5e5e5;
  }
  
  .form-row .name {
    width: 188px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    margin-top: 11px;
  }
  
  .form-row .value {
    width: -webkit-calc(100% - 188px);
    width: -moz-calc(100% - 188px);
    width: calc(100% - 188px);
  }
  
  @media (max-width: 767px) {
    .form-row {
      display: block;
      padding: 24px 30px;
    }
    .form-row .name,
    .form-row .value {
      display: block;
      width: 100%;
    }
    .form-row .name {
      margin-top: 0;
      margin-bottom: 12px;
    }
  }
  
  /* ==========================================================================
     #BOX-SIZING
     ========================================================================== */
  /**
   * More sensible default box-sizing:
   * css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice
   */
  html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  * {
    padding: 0;
    margin: 0;
  }
  
  *, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
  }
  
  /* ==========================================================================
     #RESET
     ========================================================================== */
  /**
   * A very simple reset that sits on top of Normalize.css.
   */
  body,
  h1, h2, h3, h4, h5, h6,
  blockquote, p, pre,
  dl, dd, ol, ul,
  figure,
  hr,
  fieldset, legend {
    margin: 0;
    padding: 0;
  }
  
  /**
   * Remove trailing margins from nested lists.
   */
  li > ol,
  li > ul {
    margin-bottom: 0;
  }
  
  /**
   * Remove default table spacing.
   */
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
  
  /**
   * 1. Reset Chrome and Firefox behaviour which sets a `min-width: min-content;`
   *    on fieldsets.
   */
  fieldset {
    min-width: 0;
    /* [1] */
    border: 0;
  }
  
  button {
    outline: none;
    background: none;
    border: none;
  }
  
  /* ==========================================================================
     #PAGE WRAPPER
     ========================================================================== */
  .page-wrapper {
    min-height: 100vh;
  }
  
  body {
    font-family: "Open Sans", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
    font-size: 14px;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
  }
  
  h1 {
    font-size: 36px;
  }
  
  h2 {
    font-size: 30px;
  }
  
  h3 {
    font-size: 24px;
  }
  
  h4 {
    font-size: 18px;
  }
  
  h5 {
    font-size: 15px;
  }
  
  h6 {
    font-size: 13px;
  }
  
  /* ==========================================================================
     #BACKGROUND
     ========================================================================== */
  .bg-blue {
    background: #2c6ed5;
  }
  .bg-blue-logo {
    background: #234083;
  }
  
  .bg-red {
    background: #fa4251;
  }
  
  .bg-dark {
    background: #1a1a1a;
  }
  
  .bg-gra-01 {
    background: -webkit-gradient(linear, left bottom, left top, from(#fbc2eb), to(#a18cd1));
    background: -webkit-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
    background: -moz-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
    background: -o-linear-gradient(bottom, #fbc2eb 0%, #a18cd1 100%);
    background: linear-gradient(to top, #fbc2eb 0%, #a18cd1 100%);
  }
  
  .bg-gra-02 {
    background: -webkit-gradient(linear, left bottom, right top, from(#fc2c77), to(#6c4079));
    background: -webkit-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
    background: -moz-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
    background: -o-linear-gradient(bottom left, #fc2c77 0%, #6c4079 100%);
    background: linear-gradient(to top right, #fc2c77 0%, #6c4079 100%);
  }
  
  .bg-gra-03 {
    background: -webkit-gradient(linear, left bottom, right top, from(#08aeea), to(#b721ff));
    background: -webkit-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
    background: -moz-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
    background: -o-linear-gradient(bottom left, #08aeea 0%, #b721ff 100%);
    background: linear-gradient(to top right, #08aeea 0%, #b721ff 100%);
  }
  
  /* ==========================================================================
     #SPACING
     ========================================================================== */
  .p-t-100 {
    padding-top: 100px;
  }
  
  .p-t-130 {
    padding-top: 130px;
  }
  
  .p-t-180 {
    padding-top: 180px;
  }
  
  .p-t-45 {
    padding-top: 45px;
  }
  
  .p-t-20 {
    padding-top: 20px;
  }
  
  .p-t-15 {
    padding-top: 15px;
  }
  
  .p-t-10 {
    padding-top: 10px;
  }
  
  .p-t-30 {
    padding-top: 30px;
  }
  
  .p-b-100 {
    padding-bottom: 100px;
  }
  
  .p-b-50 {
    padding-bottom: 50px;
  }
  
  .m-r-45 {
    margin-right: 45px;
  }
  
  .m-r-55 {
    margin-right: 55px;
  }
  
  .m-b-55 {
    margin-bottom: 55px;
  }
  
  /* ==========================================================================
     #WRAPPER
     ========================================================================== */
  .wrapper {
    margin: 0 auto;
  }
  
  .wrapper--w960 {
    max-width: 960px;
  }
  
  .wrapper--w900 {
    max-width: 900px;
  }
  
  .wrapper--w790 {
    max-width: 790px;
  }
  
  .wrapper--w780 {
    max-width: 780px;
  }
  
  .wrapper--w680 {
    max-width: 680px;
  }
  
  /* ==========================================================================
     #BUTTON
     ========================================================================== */
  .btn {
    display: inline-block;
    line-height: 50px;
    padding: 0 30px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
    font-size: 15px;
    text-transform: capitalize;
    font-weight: 700;
    color: #fff;
    font-family: inherit;
  }
  
  .btn--radius {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
  
  .btn--radius-2 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  }
  
  .btn--pill {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  
  .btn--green {
    background: #57b846;
  }
  
  .btn--green:hover {
    background: #4dae3c;
  }
  
  .btn--blue {
    background: #4272d7;
  }
  
  .btn--blue:hover {
    background: #3868cd;
  }
  
  .btn--blue-2 {
    background: #2c6ed5;
  }
  
  .btn--blue-2:hover {
    background: #185ac1;
  }
  
  .btn--red {
    background: #ff4b5a;
  }
  
  .btn--red:hover {
    background: #eb3746;
  }
  
  /* ==========================================================================
     #DATE PICKER
     ========================================================================== */
  td.active {
    background-color: #2c6ed5;
  }
  
  input[type="date" i] {
    padding: 14px;
  }
  
  .table-condensed td, .table-condensed th {
    font-size: 14px;
    font-family: "Roboto", "Arial", "Helvetica Neue", sans-serif;
    font-weight: 400;
  }
  
  .daterangepicker td {
    width: 40px;
    height: 30px;
  }
  
  .daterangepicker {
    border: none;
    -webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.15);
    display: none;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
  }
  
  .daterangepicker::after, .daterangepicker::before {
    display: none;
  }
  
  .daterangepicker thead tr th {
    padding: 10px 0;
  }
  
  .daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    padding: 5px;
    outline: none;
  }
  
  /* ==========================================================================
     #FORM
     ========================================================================== */
  input,
  textarea {
    outline: none;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    font-size: 14px;
    font-family: inherit;
  }
  
  textarea {
    resize: none;
  }
  
  .input-group {
    position: relative;
    margin: 0;
  }
  
  .input--style-6,
  .textarea--style-6 {
    background: transparent;
    line-height: 38px;
    border: 1px solid #cccccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #666;
    font-size: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    padding: 0 20px;
  }
  
  .input--style-6::-webkit-input-placeholder,
  .textarea--style-6::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #999;
  }
  
  .input--style-6:-moz-placeholder,
  .textarea--style-6:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    opacity: 1;
  }
  
  .input--style-6::-moz-placeholder,
  .textarea--style-6::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    opacity: 1;
  }
  
  .input--style-6:-ms-input-placeholder,
  .textarea--style-6:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #999;
  }
  
  .input--style-6:-ms-input-placeholder,
  .textarea--style-6:-ms-input-placeholder {
    /* Microsoft Edge */
    color: #999;
  }
  
  .input--style-6:focus,
  .textarea--style-6:focus {
    -webkit-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-3px);
    -moz-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    -o-transform: translateY(-3px);
    transform: translateY(-3px);
  }
  
  .textarea--style-6 {
    line-height: 1.2;
    min-height: 120px;
    padding: 10px 20px;
  }
  
  .label--desc {
    font-size: 13px;
    color: #999;
    margin-top: 10px;
  }
  
  @media (max-width: 767px) {
    .label--desc {
      margin-top: 14px;
    }
  }
  
  .input-file {
    display: none;
  }
  
  .input-file + label {
    font-size: 15px;
    color: #fff;
    color: white;
    line-height: 40px;
    background-color: #666666;
    padding: 0 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
    margin-right: 15px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    cursor: pointer;
  }
  
  .input-file:focus + label,
  .input-file + label:hover {
    background: #1b1b1b;
  }
  
  .input-file__info {
    font-size: 15px;
    color: #666;
  }
  
  @media (max-width: 767px) {
    .input-file__info {
      display: block;
      margin-top: 6px;
    }
  }
  
  
  /* ==========================================================================
     #TITLE
     ========================================================================== */
  .title {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    padding: 6px;
  }
  
  @media (max-width: 767px) {
    .title {
      /* padding: 0 10px; */
    font-size: 17px;
    margin-bottom: 20px;
    }
  }
  
  /* ==========================================================================
     #CARD
     ========================================================================== */
  .card {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
  }
  
  .card-6 {
    background: transparent;
  }
  
  .card-6 .card-heading {
    background: transparent;
  }
  
  .card-6 .card-body {
    background: #fff;
    position: relative;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    padding: 30px 0;
    padding-bottom: 0;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topright: 3px;
    border-top-right-radius: 3px;
  }
  
  .card-6 .card-body:before {
    bottom: 100%;
    left: 75px;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
  }
  
  .card-6 .card-footer {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-top: none;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    border-bottom-right-radius: 3px;
    padding: 50px 55px;
  }
  
  @media (max-width: 767px) {
    .card-6 .card-footer {
      padding: 50px 30px;
    }
  }
  


  .error-forms{

    color:#ff0000;
    font-size: 16px;
    font-weight: 500;
  }


  .success-css{

    color: #22b159;
    font-size: 24px;
    padding-left: 100px;
    font-weight: 700;

  }

  @media (max-width: 767px) {
    .success-css{

    
      font-size: 17px;
      padding-left: 17px;
      
    }
  
  }
  
  labels {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
  }
  .ruben {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: 4px;
    overflow: hidden;
  }


  .row-bordered {
    content: "";
  
    border-bottom: 1px solid #383838;
    padding-bottom: 15px;
   
    /* pointer-events: none; */

  }


  .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


@media (max-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

.footer-headings{color:#05d192;
font-weight:bold;
}

.text-white-contact{
color: #ffffff;
}

.space-addition{

  padding-bottom: 4px;
}
.ul-padding{
  padding: 15px;
}


.ftco-sections-where-work{
  position: relative;
  padding: 1em 0;
  margin-top: -65px;
 
}

.a-columnsList__item {
  display: block;
  padding: 20px 0 20px;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}

.a-columnsList__item {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: -1px;
  overflow: auto;
  -webkit-column-break-inside: avoid;
}

.text-center-class{
  color: #000000; 
  font-size: 20px;
  font-weight: bold;
}
 .a-columnsList__item:hover:after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 8px;
  height: 8px;
  border-left: 2px solid #141414;
  border-top: 2px solid #141414;
  transform: rotate(
-225deg
) translateY(5px);
  opacity: 0;
  transition: opacity 0.16s cubic-bezier(0.545, 0.03, 0.395, 0.965);
}


.a-columnsList__item:hover{
  display: block;
}