/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%;
}
  .carousel .carousel-inner {
    height: 100%;
  }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active  {
      height: 100%;
    }
/* Header Title Text Color */
.header-Title {
    color: #bb744c;
}


/* Navbar animation */

.navbar {
  background-color: rgba(255, 255, 255, 0.3);
  padding: 0px !important;
}

.navbar ul li {
  display: inline-block;
  vertical-align: middle;
}

.navbar a:hover, a:focus, a:active {
  color: #999;
  text-decoration: none;
}

.navbar a {
  text-decoration: none;
  transition: color 0.1s, background-color 0.1s;
}

.navbar a {
  position: relative;
  display: block;

  letter-spacing: 1px;
  font-size: 14px;
  text-transform: uppercase;
  transition: color 0.1s,background-color 0.1s,padding 0.2s ease-in;

}

.navbar a::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 3px;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: color 0.1s,transform 0.2s ease-out;
}

.navbar a:hover::before, a:focus::before{
  transform-origin: left top;
  transform: scale(1, 1);
}

.navbar-brand::before{
  background-color: transparent !important;
}

.navbar-nav .nav-item .active::before{
  transform-origin: left top;
  transform: scale(1, 1);
}
.top-nav-collapse .navbar-nav .nav-item .active::before, .other-pages .navbar-nav .nav-item .active::before, .navbar-nav .nav-item a::before{
  background-color: #323c57;
}
.other-pages {
  background-color: #fefefe;

}
.other-pages .nav-link, .other-pages .nav-link {
  color: #323c57 !important;

}
.navbar-nav .nav-item .active{
  color: rgba(255,255,255,.75);
}
.top-nav-collapse {
  background-color: #fefefe;

}

.top-nav-collapse .nav-link, .other-pages .nav-link {
  color: #323c57 !important;

}
.top-nav-collapse .navbar-nav .nav-item .active {
  color: #323c57 !important;
}

.top-margin-other {
  margin-top: 50px;
}
/*  Logo */
.logo{
  width: auto;
  height: 105px;
}
.logo a{
  text-decoration: none;
}

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #1C2331;
}

/* Social Bar */

.social-links {
  z-index: 12;
  color: #4D4D4D;
  position: relative;
  padding: 10px 0;
}
.social-links-box{
  margin: auto;
}
.social-links [class*=col-] {
  text-align: center;
  padding-right: 0;
  padding-left: 0
}

.social-links [class*=col-] a {
  transition: .3s all;
  display: block;
  padding: 5px 10px;
  font-size: 20px;
  border: 1px solid #323c57;
  color: #323c57;
  margin-left: -1px;
  margin-top: -1px;
}

.social-links [class*=col-] a:hover {
  color: #815135;
}

.learn-more-animate {
  border: 2px solid #fff;
  padding: 10px 30px 10px 15px;
  overflow: hidden;
  position: relative;
  display: inline-block
}


/* Inner Page Link */

.inner-page-link {
  text-decoration: none;
  color: #bb744c;
}

.featureList, .featureList ul {
  margin-top: 0;
  padding-left: 2em;
  list-style-type: none;
}
.featureList li:before {
  position: absolute;
  margin-left: -1.3em;
  font-weight: bold;
}
.featureList li.tick:before {
  content: "\2713";
  color: darkgreen;
}
.featureList li.cross:before {
  content: "\2717";
  color: crimson;
}

/*Team Member */
.none{
  display: none;
}
.team-item {
  position: relative;
  margin-bottom: 15px;
  margin-top: 15px;
  cursor: pointer;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.focus-sector-img-responsive {
  display: block;
  max-width: 100%;
  min-height: 280px;
}
.team-item .overlay {
  background-color: rgba(0, 0, 0, 0.45);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.team-item:hover .overlay {
  background-color: rgba(0, 0, 0, 0);
}
.team-item .content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 3;
  color: #fff;
}
.team-item .content .name {
  font-size: 22px;
  /*text-transform: uppercase;*/
  font-weight: 700;
}
.team-item .content .designation {
  font-size: 18px;
}

/* Counter */
.counter-font {
  font-size: 30px;
  font-weight: bold;
}
/* Partner Images*/
.partner-img {

  height: 100px;
  width: auto;
}
/* Modal Head Title*/
.modal-head-title {
  margin-top: 5%;
  padding-left: 5%;
}
/* FAQ Item */
.faq-item:hover {
  color: #bb744c;
  font-weight: bold;
  cursor: pointer;
}

/* Social Button */

.btn-flat {
  padding: 8px 30px;
  border: none;
  text-decoration: none;
  outline: 0 !important
}

.btn.btn-flat {
  color: inherit !important;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none
}

.btn-floating, .btn-floating i {
  display: inline-block;
  color: #fff
}

.btn-floating {
  z-index: 1;
  overflow: hidden;
  width: 47px;
  height: 47px;
  padding: 0;
  /*border-radius: 50%;*/
  background-color: #815135;
  -webkit-transition: .3s;
  transition: .3s
}

.btn-floating i {
  width: inherit;
  font-size: 1.25rem;
  line-height: 47px;
  text-align: center
}

.btn-floating:before {
  border-radius: 0
}

.btn-floating.btn-sm, .btn-floating.btn-small, .btn-floating.wishlist {
  width: 36.15px;
  height: 36.15px
}

.btn-floating.btn-sm i, .btn-floating.btn-small i, .btn-floating.wishlist i {
  font-size: .96154rem;
  line-height: 36.15px
}

.btn-floating.btn-large, .btn-floating.btn-lg {
  width: 61.1px;
  height: 61.1px
}

.btn-floating.btn-large i, .btn-floating.btn-lg i {
  font-size: 1.625rem;
  line-height: 61.1px
}
