/*
  Theme Name: Rapid
  Theme URL: https://bootstrapmade.com/rapid-multipurpose-bootstrap-business-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html,
body {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #444;
  font-family: "Open Sans", sans-serif;
  position: relative;
  min-height: 100vh;
}

a {
  color: #1bb1dc;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #0a98c0;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

a.scrollto.nav-link {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #959595; /*#1bb1dc; */
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

.brandLogo {
  padding: 0;
  max-height: 75px;
}

.min-picture {
	min-height: 220px;
}

.ptr-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
  padding-top: 2rem !important;
	border-top: 2px solid #8c8b8b !important;
}

.carousel-indicators {
  margin: 0 0 25px 0;
	font-size: 1.9rem;
}

.carousel-control-prev,
.carousel-control-next {
  text-decoration: none;
}

/*--------------------------------------------------------------
  Intro Section
--------------------------------------------------------------*/
.intro {
  margin-top: 80px;
  position: relative;
  background: #f5f8fd url("../images/intro_bg.png") right top no-repeat;
  background-size: cover;
}

.intro_no_background {
  margin-top: 80px;
  position: relative;
}

/*--------------------------------------------------------------
  Top Bar
--------------------------------------------------------------*/
#topbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  margin-top: 12px;
  font-size: 14px;
  z-index: 1035;
  }

#topbar .social-links a {
  color: #535074;
  padding: 4px 5px;
  display: inline-block;
  text-decoration: none;
}

#topbar .social-links a:hover {
  color: #1bb1dc;
}

.inline {
  display: inline;
}

/* position of Back to top button */
.fixed-bottom {
  left: 94vw;
  bottom: 2%;
}

.section-header h3 {
  padding-top: 20px;
  font-size: 36px;
  color: #413e66;
  text-align: center;
  font-weight: 700;
  position: relative;
  font-family: "Montserrat", sans-serif;
}

.embed-size {
  max-width: 100%;
  max-height: 100%;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
.dropdown-menu {
  background-color: #e0e0e0;
}

.dropdown-menu .dropdown-item.active {
  color: #ffffff !important;
  background-color: #4c5bb5;
}

.nav-item {
  padding-top: 10px;
  transition: 0.5s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: #000000 !important;
}

.nav-item a:hover,
.nav-item.active,
.nav-link.active,
.nav-item li:hover > a {
  color: #1bb1dc !important;
  text-decoration: none !important;
}

/* main menu formatting */
.navbar-toggler,
.navbar-toggler:focus {
  color: #6c757d;
  border: 0.5px solid transparent;
  border-color: #6c757d;
  box-shadow: 0 0 0 0px;
}

.navbar-toggler-icon {
  margin-top: 20px;
}

/* Call To Action Section
--------------------------------*/
#call-to-action {
  background: #2d2b46;
  background-size: cover;
  margin: 30px 0 0 0;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#call-to-action .cta-text {
  color: #fff;
}

#call-to-action .cta-btn {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 26px;
  border-radius: 3px;
  transition: 0.5s;
  margin: 10px;
  border: 3px solid #fff;
  color: #fff;
}

#call-to-action .cta-btn:hover {
  background: #1bb1dc;
  border: 3px solid #1bb1dc;
}

.fadeInUp {
  animation: fadeInUp;
  animation-duration: 2s;
}

.shaded-box {
  padding: 20px;
  position: relative;
  overflow: hidden;
  border-radius: 15px;
  margin: 30px 10px 40px 10px;
  background: #eaeaea;
  box-shadow: 12px 12px 15px #aaa;
  transition: all 0.4s ease-in-out;
  text-align: center;
}

.shaded-box:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.shaded-box-title a {
  color: #111;
}

.shaded-box:hover a {
  color: #17a2b8;
}

.shaded-box-description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  text-align: left;
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  margin-top: 50px;
  padding: 10px 0 0 0;
  font-size: 14px;
  background: #e0e0e0;
  border-top: 2px solid #8c8b8b !important;
  z-index: 995;
}

.carouselAdvance {
  font-size: 2.25rem;
}

.carousel-control-next, 
.carousel-control-prev {
  padding-bottom: 20px;
  align-items: end;
  z-index: 900;
}

.errorInfo {
	font-size: 0.9rem;
}

/* ============ desktop view .end// ============ */
@media screen and (max-width: 775px){
  #topbar .social-links {
    padding-right: 60px;
  }
  #topbar .social-links a {
    padding-right: 0px;
  }

  .brandLogo {
    padding: 0;
    max-height: 55px;
  }
  
  .fixed-bottom {
    left: 85vw;
  }

  .main-nav {
    margin-top: 0px;
    z-index: 993;
  }
  .margin-right-small {
      margin-right: -15px;
  }
  .margin-left-small {
      margin-left: 25px;
      max-width: calc(16.6667% - 10px);
  }
  .formspacing {
    margin-top: 1.0rem;
  }
}

.animated {
  animation-duration: 10s;
}

/********************************
********* Portfolio CSS *********
*********************************/

.portfolio-items {
  list-style: none outside none;
  margin: 10px 0 20px 0;
  padding: 0px;
}

ul.portfolio-filter {
  padding-left: 0px !important;
}

.portfolio-filter > li {
  display: inline-block;
}

.portfolio-filter > li a {
  color: #555555;
  background: none repeat scroll 0 0 #e7e7e7 !important;
  font-size: 16px;
  font-weight: 700;
  margin-right: 20px;
  margin-bottom: 10px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  border: 0px solid #e7e7e7;
  outline: none;
}

.portfolio-filter > li a.active  {
  color:#ffffff !important;
  background: #17a2b8 !important;
  border: 0px solid #7090e0 !important;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-filter > li a:hover {
  color:#000000 !important;
  background: #bbbbbb;  /*#e7e7e7; */
  border: 0px solid #e7e7e7 !important;  /*#e7e7e7; */
  box-shadow: none;
  -webkit-box-shadow: none;
}

.portfolio-border {
  border-top: 2px solid #777777 !important;
  margin: 7px 0px 12px 0px !important;
}


.member-details-wrap img {
  padding: 0px 5px 0px 5px;
  width: 100%;
  border-radius: 12px;
}

.img-tile {
    margin-top: 35px;
    background-color: #dce0e0;
}

.img-title {
  padding-top: 15px;
  margin-bottom: 15px;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/

.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
@media (min-width: 1px) {
  #call-to-action .cta-btn-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

}
