﻿/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# Custom
--------------------------------------------------------------*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* comment out for Rapid template
#header .logo img {
  padding: 0;
  margin: 0px 0;
  max-height: 100%;
}
*/
a {
  color: #2d886e;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover,
a:active,
a:focus {
  color: #2c765c;
}

.back-to-top {
  background: #2d886e;
}


/* buttons  */
.primary-btn {
  line-height: 42px;
/*  background: #8bc34a; */
  background: #2d886e;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 25px;
  border: none;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.primary-btn:hover {
  background: #7daf42;
  cursor: pointer;
}

.btn-primary {
  background-color: #2d886e;
  border-color: #2d886e;
}

.btn-primary:hover {
  background-color: #2c765c;
  border-color: #2c765c;
}

.btn-primary:focus, .btn-primary.focus {
  background-color: #2c765c;
  border-color: #2c765c;
  box-shadow: 0 0 0 0.2rem rgba(44, 118, 92, 0.5);
}

.btn-primary.disabled, .btn-primary:disabled {
  background-color: #2d886e;
  border-color: #2d886e;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
  background-color: #2d886e;
  border-color: #2d886e;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 118, 92, 0.5);
}





/* Prelaoder */
#preloader:before {
  border-top: 6px solid #2d886e;
}

figure {
	margin: 0;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/

#topbar {
  padding: 0 0 0px 0;
}
#topbar .social-links a {
  padding: 0px 6px;
}
#topbar .social-links a:hover {
  color: #2d886e;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #2d886e;
}
.main-nav .drop-down ul {
  border: 1px solid #2d886e;
  border-radius: 10px;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
}
.main-nav .drop-down ul a:hover,
/*.main-nav .drop-down ul .active > a,*/
.main-nav .drop-down ul li:hover > a {
/*  color: #2d886e; */
	background: #2d886e;
	color: #fff;
}
.main-nav .drop-down ul .active > a {
/*  color: #2d886e; */
	background: #2c765c;
	color: #fff;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
/*
#header {
  padding: 10px 0;
}
*/

/*
#header .logo {
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 100%;
	float: left;
	transition: all 0.3s;
}
*/
#header .logo img {
  margin: 0px 0;
  max-height: 75%;
	width: 75%;
	height: 75%;
}


/*
# header.smaller
*/

#header.smaller {
/*  padding: 20px 0; */
	padding: 0px 0px 0px 0px;
/*  transition: all 0.5s; */
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.35);
}
#header.header-scrolled.smaller,
#header.header-pages.smaller {
  height: 50px;
}
#header.smaller .navbar {
	height: 40%;
	transition: all 0.3s;
	background: rgba(255, 255, 255, 0.05);
}
#header.smaller .logo {
	padding: 0px 0px 0px 0px;
	width: 40%;
	height: 40%;
}
#header.smaller .logo img {
  margin: 5px 0;
	width: 40%;
	height: 40%;
}
#header.smaller .logo h1 {
	line-height: 30px;
}
#header.smaller .logo h1 a {
	font-size: 1.875rem;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  width: 100%;
  height: 100vh;
  position: relative;
/*  background: #f5f8fd url("../img/intro-bg.png") center top no-repeat; */
  background: #f5f8fd url("../img/intro-bg.png") no-repeat center center fixed; 
  display: table;
/*  height: 100%; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer .footer-top .footer-info h3 {
  font-size: 1.5rem;
}
#footer .footer-top .footer-info h3 span {
  color: #2c765c;
}
#footer .footer-top .social-links a {
  background: #2d886e;
}
#footer .footer-top .social-links a:hover {
  background: #2c765c;
}
#footer .footer-top .footer-links ul li {
  padding: 0px 0;
}
#footer .footer-top .footer-links ul a:hover {
  color: #2d886e;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #2d886e;
  border: 1px solid #2d886e;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #2c765c;
}
#footer .footer-top .form #sendmessage {
  background: #2d886e;
}
#footer .footer-top .form button[type=submit] {
  background: #2d886e;
}
#footer .footer-top .form button[type=submit]:hover {
  background: #2c765c;
}
#footer .credits a {
  color: #2d886e;
}
#footer .credits a:hover {
  color: #2c765c;
}


/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
/* Parallax effect   */
#intro {
/*  background: #f5f8fd url("../img/intro-bg.png") center top no-repeat; */
  background: #f5f8fd url("../img/intro-bg.png") no-repeat center center fixed; 
  display: table;
/*  height: 100%; */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
/*
#intro .intro-info h2 {
  font-size: 2.25rem;
}
*/

#intro .intro-info h2 {
  color: #0b3954;
/*  margin-bottom: 40px;*/
  margin-bottom: 20px;
/*  font-size: 1.875rem; */
  font-size: 1.5rem;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #2d886e;
}
#intro .intro-info h3 {
  margin-bottom: 0px;
}
#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  background: #2d886e;
}

#intro .intro-info .btn-get-started:hover,
#intro .intro-info .btn-services:hover {
  background: #2c765c;
}

#intro .primary-btn {
  line-height: 2rem;
  margin-top: 0px;
}


/*
#intro .smooth-scroll a {
  color: #fff;
}
#intro .smooth-scroll a:hover {
  color: #2c765c;
}
*/

/* Parallax effect   */
/* vertical-centered */
.vcenter {
  display: table-cell;
  vertical-align: middle;
}

/* Pricing Section
--------------------------------*/
#pricing .card .btn:hover {
  background: #2c765c;
}


/* About Us Section
--------------------------------*/
#about .about-content ul li i {
  color: #2d886e;
}

/* Services Section
--------------------------------*/
#services .box:hover .title a {
  color: #2d886e;
}

#services .services-img {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

/* Call To Action Section
--------------------------------*/
#call-to-action .cta-btn:hover {
  background: #2d886e;
  border: 3px solid #2d886e;
}

/* Portfolio Section
--------------------------------*/
#portfolio #portfolio-flters li {
  padding: 5px 5px;
  font-size: 1rem;
}

#portfolio #portfolio-flters li:hover,
#portfolio #portfolio-flters li.filter-active {
  color: #2d886e;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #2d886e;
}
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview,
#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  background: #2d886e;
}

/* photo Section
--------------------------------*/

#photo {
  padding: 60px 0;
}

#photo #photo-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#photo #photo-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 10px;
  font-size: 1rem;
  line-height: 20px;
  color: #413e66;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#photo #photo-flters li:hover,
#photo #photo-flters li.filter-active {
  color: #2d886e;
}

#photo #photo-flters li:last-child {
  margin-right: 0;
}

#photo .photo-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#photo .photo-item .photo-wrap {
  overflow: hidden;
  position: relative;
  margin: 0;
}

#photo .photo-item .photo-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#photo .photo-item .photo-wrap .photo-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#photo .photo-item .photo-wrap .photo-info h4 {
  font-size: 1.375rem
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#photo .photo-item .photo-wrap .photo-info h4 a {
  color: #fff;
}

#photo .photo-item .photo-wrap .photo-info h4 a:hover {
  color: #2d886e;
}

#photo .photo-item .photo-wrap .photo-info p {
  padding: 0;
  margin: 0;
  color: #f8fcff;
  font-weight: 500;
  font-size: 0.875rem;
  text-transform: uppercase;
}

#photo .photo-item .photo-wrap .photo-info .link-preview,
#photo .photo-item .photo-wrap .photo-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #2d886e;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#photo .photo-item .photo-wrap .photo-info .link-preview i,
#photo .photo-item .photo-wrap .photo-info .link-details i {
  padding-top: 6px;
  font-size: 1.375rem
  color: #fff;
}

#photo .photo-item .photo-wrap .photo-info .link-preview:hover,
#photo .photo-item .photo-wrap .photo-info .link-details:hover {
  background: #2c765c;
}

#photo .photo-item .photo-wrap .photo-info .link-preview:hover i,
#photo .photo-item .photo-wrap .photo-info .link-details:hover i {
  color: #fff;
}

#photo .photo-item .photo-wrap:hover {
  background: #282646;
}

#photo .photo-item .photo-wrap:hover .photo-info {
  opacity: 1;
}


/* Testimonials Section
--------------------------------*/
#testimonials .owl-dot.active {
  background-color: #2d886e;
}

/* Team Section
--------------------------------*/
#team .member .member-info {
  background: rgba(45,136,110, 0.5);
}

#team .member .social a:hover {
  color: #2d886e;
}

/* Clients Section
--------------------------------*/
#clients .owl-dot.active {
  background-color: #2d886e;
}

/* Pricing Section
--------------------------------*/
#pricing .card:after {
  background-color: #2d886e;
}
#pricing .card .btn {
  color: #5f5b96;
  background: #2d886e;
}
#pricing .card .btn:hover {
  background: #0a98c0;
}

/* Frequently Asked Questions Section
--------------------------------*/
#faq #faq-list a.collapse {
  color: #2d886e;
}

/*--------------------------------------------------------------
# One page scroll indicator
--------------------------------------------------------------*/
.scroll-btn {
	width: 2.5rem;
	height: 2.5rem;
	border-radius: 50%;
	border: 2px solid #2d886e;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #fff;
	font-size: 0.8rem;
	position: absolute;
	bottom: 3rem;
	left: calc(50% - 1.25rem);
/* test */
	scroll-behavior: smooth;
/* */
	-webkit-animation: float 2s linear infinite;
	animation: float 2s linear infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	z-index: 2;
}
.scroll-btn:hover, .scroll-btn:focus {
	color: #fff;
	text-decoration: none;
}
.onepage-pagination {
  color: rgba(45,136,110,0.85);
}

.onepage-pagination li a.active:before{
  background: rgba(45,136,110,0.85);
}


/*--------------------------------------------------------------
# Slider Section
--------------------------------------------------------------*/
#intro .main-slider {
  position: relative;
  height: 450px;
}

#intro .slide-text{
  position: absolute;
  top: -50px;
  left: 0;
  width: 450px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

/*
#intro .slider-analog-chart {
    position: absolute;
	right: -950px;
	bottom: -250px;
}
*/
#intro .slider-analog-chart {
    position: absolute;
	right: -350px;
	bottom: -50px;
}

/*
.animate-in .slider-analog-chart {
	-webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
	animation: bounceInDown 1000ms ease-in-out 200ms both;
}
*/

/*
#intro .slider-analog-test {
  position: absolute;
	right: 0px;
	bottom: -450px;
}
.animate-in .slider-analog-test {
	-webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
	animation: bounceInDown 1000ms ease-in-out 200ms both;
}
*/


#intro .slider-strategic-pie-chart {
	position: absolute;
	right: -50px;
	bottom: 135px;
}

/*
.animate-in .slider-strategic-pie-chart {
	-webkit-animation: scaleIn 500ms ease-in-out 1200ms both;
	animation: scaleIn 500ms ease-in-out 1200ms both;
}
*/

#intro .slider-business-cloud-chart {
	position: absolute;
	right: -200px;
	bottom: 185px;
}

/*
.animate-in .slider-business-cloud-chart {
	-webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
	animation: fadeInRight 500ms ease-in-out 1200ms both;
}
*/

#intro .slider-solutions-cloud-chart {
	position: absolute;
	right: -350px;
	bottom: 150px;
}

/*
.animate-in .slider-solutions-cloud-chart {
	-webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
	animation: fadeInRight 500ms ease-in-out 1200ms both;
}
*/

#intro .slider-3-2-1_backup {
	position: absolute;
	right: 500px;
	bottom: 235px;
}

/*
.animate-in .slider-3-2-1_backup {
	-webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
	animation: fadeInRight 500ms ease-in-out 1500ms both;
}
*/

#intro .slider-man {
	position: absolute;
	right: -250px;
	bottom: -400px;
}

/*
.animate-in .slider-man {
	-webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
	animation: bounceInDown 500ms ease-in-out 800ms both;
}
*/


/*--------------------------------------------------------------
# Fullscreen Slider
--------------------------------------------------------------*/
/*
html,
body,
.page-wrapper,
.banner,
.slideshow,
.carousel-inner,
.carousel-item,
.fullscreen-slide,
.background-image {
  height: 100%;
}
.header-container {
  position: absolute;
  width: 100%;
}
.slideshow-fullscreen {
  height: 100%;
}
.fullscreen-slide .background-image {
  height: 100%;
  width: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.slideshow .container {
  position: relative;
  height: 100%;
}
.slideshow-caption {
  position: absolute;
  left: 0;
  top: 20%;
  color: #ffffff;
}
.slideshow .background-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.slideshow .banner-image-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
*/

/*caption styles*/
.slideshow .slideshow-caption-large {
  font-size: 1.25rem;
}
.slideshow .slideshow-caption-large h1 {
  font-size: 58px;
  margin-bottom: 30px;
}
.slideshow .slideshow-caption-large p {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .slideshow .slideshow-caption-large {
    font-size: 1rem;
  }
  .slideshow .slideshow-caption-large h1 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  } 
}

/*carousel controls*/
.slideshow .carousel-control {
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 767px) {
  .slideshow .carousel-control {
    top: auto;
    bottom: 0;
    z-index: 1006;
  }
}
.slideshow .carousel-control:hover {
  width: 100px;
}
.slideshow .carousel-control-text {
  opacity: 0;
  position: absolute;
  width: 100%;
  text-align: center;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control:hover .carousel-control-text {
  opacity: 1;
}
.slideshow .carousel-control-prev-icon,
.slideshow .carousel-control-next-icon {
  background-image: none;
  width: 32px;
  height: 32px;
}
/* 
.slideshow .carousel-control-prev-icon:after {
  font-family: "FontAwesome";
  content: "\f104";
  font-size: 2rem;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control-next-icon:after {
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 2rem;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
 */
.slideshow .carousel-control-prev-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f104";
  font-size: 2rem;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control-next-icon:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  font-size: 2rem;
  line-height: 32px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.slideshow .carousel-control:hover .carousel-control-prev-icon:after,
.slideshow .carousel-control:hover .carousel-control-next-icon:after {
  opacity: 0;
}
/* Reset style back to std. bootstrap */
/*
.slideshow .carousel-indicators li {
  background: rgba(0, 0, 0, 0.6);
  border: none;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 3px;
  margin-right: 3px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
*/
.slideshow .carousel-indicators li.active {
  background-color: #000000;
}
.slideshow .carousel-indicators li:hover {
  cursor: pointer;
  background-color: #000000;
}

/* Nav pills
---------------------------------- */
.nav-pills:not(.nav-stacked) {
  margin-bottom: 15px;
}

.nav-pills > li .nav-link {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 7px 10px;
  border: 1px solid transparent;
/*  color: #999999; */
  color: #413e66;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 400;
}

.nav-pills > li .nav-link.active,
.nav-pills > li .nav-link.active:hover,
.nav-pills > li .nav-link.active:focus,
/* .nav-pills > li .nav-link:hover, */
.nav-pills > li .nav-link:focus {
/*  color: #777777; */
  color: #2d886e;
  background-color: transparent;
/*  border-bottom: 1px solid #777777; */
  border-bottom: 1px solid #2d886e;
}

.nav-pills > li .nav-link:hover {
/*  color: #777777; */
  color: #2d886e;
  background-color: transparent;
/*  border-bottom: 1px solid #777777; */
}

.nav-pills.style-2 > li .nav-link {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.nav-pills.style-2 > li .nav-link.active,
.nav-pills.style-2 > li .nav-link.active:hover,
.nav-pills.style-2 > li .nav-link.active:focus,
.nav-pills.style-2 > li .nav-link:hover,
.nav-pills.style-2 > li .nav-link:focus {
  background-color: #fafafa;
  border: 1px solid #eaeaea;
}

.nav-pills > li + li {
  margin-left: 5px;
}

.nav.flex-column > li .nav-link {
  padding: 7px 0px;
  color: #777777;
  position: relative;
  font-size: 0.8125rem;
  text-transform: uppercase;
  font-weight: 400;
}

.nav.flex-column.list-style-icons > li .nav-link {
  padding: 6px 0px;
}

.nav.flex-column > li .nav-link.active,
.nav.flex-column > li .nav-link.active:hover,
.nav.flex-column > li .nav-link.active:focus,
.nav.flex-column > li .nav-link:hover,
.nav.flex-column > li .nav-link:focus {
  background-color: transparent;
  border-color: transparent;
}

.nav.flex-column:not(.list-style-icons) > li .nav-link:after {
  font-family: "FontAwesome";
  content: "\f101";
  font-size: 0.75rem;
  position: absolute;
  right: 15px;
  top: 6px;
  color: #d1d1d1;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.nav.flex-column:not(.list-style-icons) > li .nav-link.active:hover:after,
.nav.flex-column:not(.list-style-icons) > li .nav-link.active:focus:after,
.nav.flex-column:not(.list-style-icons) > li .nav-link:hover:after,
.nav.flex-column:not(.list-style-icons) > li .nav-link:focus:after {
  right: 10px;
}

.nav.flex-column.list-style-icons > li .nav-link > i {
  padding-right: 10px;
  font-size: 0.875rem;
  color: #cdcdcd;
  width: 25px;
}


/*--------------------------------------------------------------
# ZoomIn Hover Effect Section
--------------------------------------------------------------*/
    /*ZoomIn Hover-Mask Effect*/
    .hover-mask a {
      display: block;
      position: relative;
      overflow: hidden;
    }
    .hover-mask img {
      width: 100%;
      height: auto;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out;
    }
    .hover-mask:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2);
    }
    .hover-mask a h2 {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 45% 20px;
      text-align: center;
      background-color: rgba(0,0,0,0.4);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover a h2 {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-mask a p {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      margin-top: 0px;
      margin-bottom: 0px;
      height: 100%;
      width: 100%;
      padding: 20% 20px;
      text-align: center;
      color: #fff;
      background-color: rgba(0,0,0,0.4);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover a p {
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
      filter: alpha(opacity=100);
      opacity: 1;
    }
    .hover-mask .glyphicon {
      -webkit-transform: scale(0);
      -moz-transform: scale(0);
      -o-transform: scale(0);
      -ms-transform: scale(0);
      transform: scale(0);
      color: #fff;
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      opacity: 0;
    }
    .hover-mask:hover .glyphicon {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -o-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: all 0.5s linear;
      -moz-transition: all 0.5s linear;
      -o-transition: all 0.5s linear;
      -ms-transition: all 0.5s linear;
      transition: all 0.5s linear;
      -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=1)";
      filter: alpha(opacity=1);
      opacity: 1;
    }


/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
#call-to-action {
  background: #6f8172;
}

/*--------------------------------------------------------------
# Shop Section
--------------------------------------------------------------*/
#shop {
  width: 100%;
  position: relative;
  padding: 100px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

#shop.bg-white {
    background-color: #fff;
    border: none;
}

#shop h2 {
  color: #0b3954;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

/*--------------------------------------------------------------
# Policies Section
--------------------------------------------------------------*/

/* 
#policies {
  width: 100%;
  height: 100vh;
  position: relative;
  background: #f5f8fd url("../img/slider-bg.png") center top no-repeat;
  background-size: cover;
  padding: 150px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}
 */
#policies {
  width: 100%;
  position: relative;
  padding: 150px 0;
  border-top: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
}

#policies.bg-white {
    background-color: #fff;
    border: none;
}

/*    Policies Categories */
#policies .policies-categories h2 {
  color: #0b3954;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#policies .policies-categories h2 span {
  color: #2c765c;
}

#policies .policies-categories .btn-get-started,
#policies .policies-categories .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 0.8125rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 4px;
  transition: 0.5s;
  color: #fff;
  background: #2c765c;
  color: #fff;
}

#policies .policies-categories .btn-get-started:hover,
#policies .policies-categories .btn-services:hover {
  background: #7daf42;
}

.policies-categories h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 0;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.policies-categories h3:before {
    position: absolute;
    content: " ";
    width: 40px;
    height: 2px;
/*    background-color: #8CBEB2; */
    background-color: #2c765c;
    bottom: 0px;
}
.policies-categories ul {
    margin-top: 25px;
  }
.policies-categories ul li a {
    color: #303030;
    background-color: #e9e9e9;
    margin-top: 6px;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
    text-transform: uppercase;
    -webkit-transition: color .25s, background-color .25s;
            transition: color .25s, background-color .25s;
}
.policies-categories ul li a:hover,
.policies-categories ul li.active a {
    color: #fff;
    background-color: #2c765c;
}

/*    test.html - background-color: #8BC34A; */
.policies-categories .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2c765c;
}

.policies-categories ul li a:before {
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 21px 0 21px 20px;
    border-color: transparent transparent transparent #2c765c;
    -webkit-transition: right 0s;
            transition: right 0s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
}
.policies-categories ul li a:hover:before,
.policies-categories ul li.active a:before {
    right: -16px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -webkit-transition: right .25s, opacity 0s ease .15s;
            transition: right .25s, opacity 0s ease .15s;
}

.policies-content .panel-group {
    margin-bottom: 0;
}

/*    Privacy list */
#policies #privacy-list {
  padding: 0;
  list-style: none;
}

#policies #privacy-list li {
  border-bottom: 1px solid #ebebeb;
}

#policies #privacy-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#policies #privacy-list i {
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 20px;
}

#policies #privacy-list p {
  margin-bottom: 20px;
}

#policies #privacy-list a.collapse {
  color: #2c765c;
}

#policies #privacy-list a.collapsed {
  color: #000;
}

#policies #privacy-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/*    Terms list */
#policies #terms-list {
  padding: 0;
  list-style: none;
}

#policies #terms-list li {
  border-bottom: 1px solid #ebebeb;
}

#policies #terms-list a {
  padding: 22px 0;
  display: block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  padding-right: 20px;
}

#policies #terms-list i {
  font-size: 1.5rem;
  position: absolute;
  right: 0;
  top: 20px;
}

#policies #terms-list p {
  margin-bottom: 20px;
}

#policies #terms-list a.collapse {
  color: #2c765c;
}

#policies #terms-list a.collapsed {
  color: #000;
}

#policies #terms-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/* Plan Section
--------------------------------*/

#plan {
  padding: 60px 0;
}

#plan .box {
/*  padding: 30px; */
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#plan .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#plan .fa {
  margin-bottom: 60px;
}

#plan .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

#plan .title a {
  color: #111;
}

#plan .box:hover .title a {
  color: #2d886e;
}

#plan .description {
/*  font-size: 14px; */
  font-size: 0.75rem;
  line-height: 28px;
  margin-bottom: 0;
/*  text-align: left; */
}

#plan img {
/*  max-width: 80%; */
  opacity: 0.5;
  transition: 0.3s;
  padding: 15px 0;
}

#plan img:hover {
  opacity: 1;
}

/*
#plan .owl-nav {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #2d886e;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
*/

#plan .plan-carousel {
  margin-top: 60px;
}

#plan .owl-nav,
#plan .owl-dots {
  margin: 0 15px;
  margin-top: 5px;
  text-align: center;
}

#plan .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#plan .owl-dot.active {
  background-color: #2d886e;
}

#plan .nav button.owl-prev, .owl-carousel button.owl-dot {
    margin-top: 5px;
    text-align: center;
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}

#plan .owl-carousel .owl-nav button.owl-next, 
      .owl-carousel .owl-nav button.owl-prev {
    width: 25px;
    height: 25px;
    background: 0 0;
 /*   color: inherit; */
    color: #2d886e;
    border: none;
    padding: 25px !important;
    font: inherit;
}

/*
#plan .plan-item .plan-img {
  width: 530px;
  border-radius: 5%; 
  border: 4px solid #fff;
  float: left;
}

#plan .plan-item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}

#plan .plan-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}

#plan .plan-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}
*/


/* Property Section
--------------------------------*/

#property {
  padding: 60px 0;
}

#property .property-content .features {
  margin: 0 0 15px 0;
  padding: 0;
  transition: 0.3s ease-in-out;
}

#property .property-content .features i {
  font-size: 2.25rem;
  float: left;
}

#property .property-content .features h4 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-left: 56px;
  color: #413e66;
  margin-bottom: 5px;
}

#property .property-content .features p {
  font-size: 0.875rem;
  margin-left: 56px;
  color: #555186;
}

#property .counters {
  padding-top: 40px;
}

#property .counters span {
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #555186;
}

#property .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  color: #8a87b6;
}

#property .box {
/*  padding: 30px; */
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#property .table td, .table th {
/*    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; */
  padding: .375rem;
  font-size: 0.875rem;
}

#property .table th {
  text-align: right;
}

#property .table td {
  text-align: left;
}

/* Property Section
--------------------------------*/

#building {
  padding: 80px 0;
}

#building .card {
  border: 0;
  border-radius: 0px;
  box-shadow: 0 3px 0px 0 rgba(65, 62, 102, 0.08);
  transition: all .3s ease-in-out;
  padding: 36px 0;
  position: relative;
}

#building .card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 5px;
  background-color: #2d886e;
  transition: 0.5s;
}

#building .card:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 35px 0 rgba(0, 0, 0, 0.08);
}

#building .card:hover:after {
  width: 100%;
}

#building .card .card-header {
  background-color: white;
  border-bottom: 0px;
  -moz-text-align-last: center;
  text-align-last: center;
}

#building .card .card-title {
  margin-bottom: 16px;
  color: #535074;
}

#building .card .card-block {
  padding-top: 0;
  text-align: center;
}

#building .card .card-block th {
  text-align: right;
}

#building .card .card-block td {
  text-align: left;
}

#building .card .list-group-item {
  border: 0px;
  padding: 6px;
  color: #413e66;
  font-weight: 300;
}

#building .card h3 {
  font-size: 64px;
  margin-bottom: 0px;
  color: #535074;
}

#building .card h3 .currency {
  font-size: 1.875rem;
  position: relative;
  font-weight: 400;
  top: -30px;
  letter-spacing: 0px;
}

#building .card h3 .period {
  font-size: 1rem;
  color: #6c67a3;
  letter-spacing: 0px;
}

#building .card .list-group {
  margin-bottom: 15px;
}

#building .card .btn {
  text-transform: uppercase;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #5f5b96;
  border-radius: 0;
  padding: 10px 24px;
  letter-spacing: 1px;
  border-radius: 3px;
  display: inline-block;
  background: #2d886e;
  color: #fff;
}

#building .card .btn:hover {
  background: #2c765c;
}

#building .table td, .table th {
/*    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; */
  padding: .375rem;
  font-size: 0.875rem;
}


/* Property Details Section
--------------------------------*/

#property-details {
  padding: 60px 0 40px 0;
}

#property-details .box {
/*  padding: 30px; */
  padding: 10px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
  text-align: center;
}

#property-details .box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#property-details .icon {
  margin: 0 auto 15px auto;
  padding-top: 12px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
}

#property-details .icon i {
  font-size: 2.25rem;
  line-height: 1;
}

#property-details .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 1.125rem;
}

#property-details .title a {
  color: #111;
}

#property-details .box:hover .title a {
  color: #2d886e;
}

#property-details .description {
  font-size: 0.875rem;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}

#property-details .table td, .table th {
/*    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; */
  padding: .375rem;
  font-size: 0.875rem;
  text-align: left;
}


/* Features Section
--------------------------------*/

#townships {
  padding: 80px 0;
}

#townships h4 {
  font-weight: 600;
  font-size: 1.5rem;
}

#townships .townships-content {
  padding-top: 40px;
}

#townships .townships-content h2 {
  color: #413e66;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

#townships .townships-content h3 {
  color: #696592;
  font-weight: 400;
  font-size: 1.375rem
  font-style: italic;
}

#townships .townships-content ul {
  list-style: none;
  padding: 0;
}

#townships .townships-content ul li {
  padding-bottom: 10px;
}

#townships .townships-content ul li i {
  font-size: 1.25rem;
  padding-right: 4px;
  color: #2d886e;
}


/* Video Section
--------------------------------*/

#video {
  padding: 60px 0;
}

#video .section-header {
  margin-bottom: 40px;
}

#video .video-item .video-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

#video .video-item h3 {
  font-size: 1.25rem;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 50px;
}

#video .video-item h4 {
  font-size: 0.875rem;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 50px;
}

#video .video-item p {
  font-style: italic;
  margin: 0 0 15px 50px;
}

#video .owl-nav,
#video .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#video .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#video .owl-dot.active {
  background-color: #2d886e;
}


/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 992px) {
  #intro .intro-info {
/*    padding-top: 10px;*/
    padding-top: 0px;
  }
}


/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {
  .nav-tabs {
    background-color: #eaeaea;
    border-bottom: none !important;
    display: block;
  }

  .nav-tabs > .nav-item {
    float: none;
    display: block;
  }

  .nav-tabs > li a {
    color: #ffffff;
    margin-right: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
  }

  .nav-tabs.style-3 > li > a.active,
  .nav-tabs.style-3 > li > a.active:hover,
  .nav-tabs.style-3 > li > a.active:focus,
  .nav-tabs.style-3 > li > a:hover,
  .nav-tabs.style-3 > li > a:focus {
    border-bottom: 1px solid #999999 !important;
  }

  .nav-tabs.style-3 + .tab-content > .tab-pane {
    border-top: 1px solid #999999;
  }

  .nav-tabs > li a:after,
  .nav-tabs > li a:before {
    border-color: transparent transparent transparent transparent !important;
  }
}

@media (max-width: 575px) {
  .nav.nav-pills {
    display: block;
  }

  .nav.nav-pills .nav-item {
    display: inline-block;
  }
}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {
  .header-top-dropdown .dropdown-menu {
    margin-top: 5px;
    width: 100%;
  }
}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {
  .full-text-container {
    position: static;
    padding: 20px !important;
  }
}

/* Small devices (smartphones less than 575px) */
@media (max-width: 575px) {
  .caption-box {
    display: none;
  }
}

/* Medium devices (netbooks, tablets, phones less than 991px) */
@media (max-width: 991px) {
  .slideshow .icon.large {
    font-size: 1.5rem;
    width: 90px;
    height: 90px;
    line-height: 88px;
  }

  .slideshow .icon.small {
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

/* Small devices (tablets, phones less than 767px) */
@media (max-width: 767px) {
  .slideshow .icon.large {
    font-size: 1.125rem;
    width: 60px;
    height: 60px;
    line-height: 58px;
  }
}

/* Extra small devices (phones, less than 575px) */
@media (max-width: 575px) {
  .slideshow .icon.large {
    font-size: 1.125rem;
    width: 35px;
    height: 35px;
    line-height: 33px;
  }
}
