/*   
 * Template Name: Appkit Landing - Responsive Website Template for Developers
 * Version: 2.1
 * Author: Xiaoying Riley
 * Twitter: @3rdwave_themes
 * License: Creative Commons Attribution 3.0 License
 * Website: https://themes.3rdwavemedia.com/
*/

@import url('https://fonts.googleapis.com/css?family=Staatliches&display=swap');

body {
  font-family: 'Open Sans', arial, sans-serif;
  color: #494d55;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,h2,h3,h4,h5,h6,
.h1,.h2,.h3,.h4,.h5,.h6,
.display-1,.display-2,.display-3,.display-4,
.btn, 
.title, .font {
  font-family: 'Staatliches', sans-serif!important;
}

.font2 {
  font-family: 'Open Sans', arial, sans-serif !important
}

p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.lead {
  line-height: 1.25;
}

a {
  color: #220063;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #220063;
}
.main-nav .nav-item .nav-link.btn-danger:hover,
.main-nav .nav-item .nav-link.btn-danger:focus,
.main-nav .nav-item .nav-link.btn-danger:active,
.main-nav .nav-item.show  .nav-link.btn-danger {
	background-color: #bd2130 !important;
	color: #fff;
}
.nav-pills a {
	transition: all 1.75s;
}
.tab-pane.fade {
	animation: opac 3.5s
}
@keyframes opac {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.overflow-hidden {
	overflow: hidden;
}
.overflow-x-hidden {
	overflow-x: hidden;
}
.overflow-y-hidden {
	overflow-y: hidden;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
	margin-top: -3px !important;
}

a:hover {
  text-decoration: underline;
  color: #61498f;
}

a:active {
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

@media (max-width:560px) {
	.display-1 {
	    font-size: 4.5rem;
	}
	.display-2 {
	    font-size: 3.2rem;
	}
	.display-3 {
	    font-size: 2.8rem;
	}
	.display-4 {
	    font-size: 2.2rem;
	}
}

.btn, a.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  font-size: 14px;
  line-height: 1.5;
}

.btn .fa, a.btn .fa {
  margin-right: 5px;
}

.btn-cta, a.btn-cta {
  font-size: 18px;
  padding: 12px 35px;
}

.btn-primary {
  background: #220063;
  border: 1px solid #220063;
  color: #fff;
}
.text-primary {
	color: #220063 !important;
}
.bg-primary {
	background-color: #220063 !important;
}
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary.hover {
  background: #3e008b;
  color: #fff;
  border: 1px solid #3e008b;
}

.carousel-fade .carousel-inner .item {
  transition-property: opacity;
}

.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  opacity: 0;
}

.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  transform: translate3d(0, 0, 0);
}

.carousel-fade .carousel-control {
  z-index: 2;
}

.bg-black {
	background-color: #000;
}

.bg-light {
	background-color: #f6f6f6 !important;
}

/*Curtain*/
.curtain {
	background-color: #000;
	position: fixed;
	left:0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 111;
	width: 100%;
	height: 100%;
}
.curtain-logo {
	text-align: center;
	max-width: 80%;
	left: 10%;
	top: 25%;
	position: relative;
}
.curtain-logo img {
	max-width: 80%;
}
@media(max-width:767px) {
	.curtain-logo img {
		max-width: 180px;
	}
}

*:focus {
    outline: none !important;
}

/* ======= Header ======= */
.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 60px;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a {
  color: #333;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.header a:hover {
  text-decoration: none;
}

.header .logo {
  margin: -3px 0 0 0;
  float: left;
  padding-top: 0;
}

.header .logo .logo-icon-wrapper {
  margin-right: 3px;
  position: relative;
  display: inline-block;
  top: -3px;
}

.header .logo .logo-icon {
  width: 30px;
  height: 30px;
}

.header .logo .highlight {
  font-weight: 800;
}

.main-nav {
  margin-top: 6px;
}

.main-nav .navbar-toggler {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  padding: 8px 10px;
  right: 10px;
  top: 10px;
  background: #220063;
}

.main-nav .navbar-toggler:focus {
  outline: none;
}

.main-nav .navbar-toggler .icon-bar {
  display: block;
  background-color: #fff;
  height: 3px;
  width: 22px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

.main-nav .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}

.main-nav .navbar-toggler:hover .icon-bar {
  background-color: #fff;
}

.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 10px;
}
.logo-text,
.logo-title {
	color: #fff;
}
.main-nav .nav .nav-item .nav-link {
  color: rgba(255,255,255, 0.95);
  font-weight: 400;
}

.main-nav .nav .nav-item .nav-link.active {
  position: relative;
  background: none;
  color: #fff;.
}

.main-nav .nav .nav-item .nav-link:hover {
  color: #fff;
  background: none;
}

.main-nav .nav .nav-item .nav-link:focus {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item .nav-link:active {
  outline: none;
  background: none;
}

.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}

.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}

.nav-link {
  padding: 15px;
}

.header.header-scrolled {
  background: #fff;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
.header.header-scrolled .logo-title {
	color: #220063;
}
.header.header-scrolled .logo-title .color2 {
	color: #731d47;
}
.header.header-scrolled .logo-text {
	color: #333;
}
.header.header-scrolled .main-nav .nav .nav-link:not(.btn) {
  color: #333;
}
.header.header-scrolled .main-nav .nav .nav-link:hover {
  color: #9499a3;
}
.header.header-scrolled .main-nav .nav .nav-link.active {
  color: #494d55;
  border-bottom: 4px solid #dc3545;
}
@media (max-width:1199px) {
	.header {
	  background: #fff;
	  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
	}
	.header .logo-title {
		color: #220063;
	}
	.header .logo-text {
		color: #333;
	}
	.header .main-nav .nav .nav-link:not(.btn) {
	  color: #333;
	}
	.header .main-nav .nav .nav-link:hover {
	  color: #9499a3;
	}
	.header .main-nav .nav .nav-link.active {
	  color: #494d55;
	  border-bottom: 4px solid #dc3545;
	}
}




/* ====== Footer ====== */
.footer {
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0 55px 0;
}

.footer .fa-heart {
  color: #EA5395;
}

/* ======= Hero Section ======= */
#hero {
	min-height: 75vh;
}
@media (max-width:991px) {
	#hero {
		padding: 100px 0 50px 0;
		height: auto;
	}
}

.hero-section {
  min-height: 560px;
  background: #494d55;
  position: relative;
}

.hero-section .figure-holder-wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
}

.hero-section .figure-holder {
  position: relative;
  height: 560px;
  width: 100%;
}

.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 10;
}

.hero-carousel {
  height: 560px;
  color: #fff;
}

.hero-carousel .carousel-inner .carousel-item {
  height: 560px;
  background-position: center center;
}

.hero-carousel .carousel-inner .item-1 {
  background-image: url("../images/hero-1.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-2 {
  background-image: url("../images/hero-2.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .item-3 {
  background-image: url("../images/hero-3.jpg");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-carousel .carousel-inner .heading {
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 15px;
}

.hero-carousel .carousel-inner .intro {
  font-size: 18px;
}

.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}

/* ======= About Section ======= */
.about-section {
  padding-top: 90px;
}

.about-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.about-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.about-section .items-wrapper {
  margin-bottom: 60px;
}

.about-section .items-wrapper .figure-holder {
  min-height: 170px;
  margin-bottom: 15px;
  vertical-align: bottom;
}

.about-section .items-wrapper .item-inner {
  padding: 30px;
}

.about-section .items-wrapper .item-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}

.about-section .items-wrapper .item-desc {
  color: #616670;
}

.technologies {
  margin-bottom: 90px;
}

.technologies .list-inline-item {
  margin-right: 15px;
}

.technologies .list-inline-item:last-child {
  margin-right: 0;
}

.testimonials {
  background: #dc3545;
}

.testimonials-inner {
  padding: 60px 30px;
  position: relative;
  max-width: 800px;
}

.testimonials-inner .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.testimonials-inner .profile-image {
  display: inline-block;
  margin: 0 auto;
}

.testimonials-inner .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 130px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 100px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 15px;
}

.testimonials-inner .quote:before {
  position: absolute;
  left: -10px;
  top: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

/* ======= Testimonials Section ======= */
.testimonials-section {
  background:  url("../images/map.png") fixed no-repeat center center;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  padding-top: 90px;
  padding-bottom: 90px;
}

.testimonials-section .section-title {
  margin: 0;
  margin-bottom: 30px;
  font-weight: 300;
  color: #fff;
}

.testimonials-section .item {
  position: relative;
  max-width: 800px;
  padding: 30px;
}

.testimonials-section .item:last-child {
  margin-bottom: 0;
}

.testimonials-section .item.item-reversed .profile-holder {
  left: inherit;
  right: 30px;
}

.testimonials-section .item.item-reversed .quote {
  margin-left: 0;
  margin-right: 105px;
}

.testimonials-section .item.item-reversed .quote:before {
  left: inherit;
  right: -10px;
  content: "";
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(0, 0, 0, 0.2);
  border-right: inherit;
}

.testimonials-section .item .profile-holder {
  position: absolute;
  left: 30px;
  text-align: center;
}

.testimonials-section .item .profile-image {
  display: inline-block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
}

.testimonials-section .item .quote {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  margin-left: 105px;
  border-left: none;
  margin-bottom: 0;
  font-size: 14px;
  min-height: 80px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: relative;
  padding: 30px;
}

.testimonials-section .item .quote:before {
  position: absolute;
  left: -10px;
  bottom: 30px;
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid rgba(0, 0, 0, 0.2);
}

.testimonials-section .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}

/* ======= Features Section ======= */
.features-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.features-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.features-section .intro a {
  color: #797f8b;
}

.features-section .intro a:hover {
  color: #494d55;
}

.feature-nav {
  text-align: center;
}

.feature-nav .nav-link {
  position: relative;
  background: none;
  padding: 10px 0;
  color: #616670;
  font-size: 16px;
}

.feature-nav .nav-link:hover {
  background: none;
  color: #dc3545;
}

.feature-nav .nav-link .svg-inline--fa {
  margin-right: 15px;
  width: 20px;
  font-size: 30px;
  position: relative;
  top: -2px;
}

.feature-nav .nav-link.active {
  color: #dc3545;
  background: none;
  font-weight: bold;
}

/* ======= Pricing Section ======= */
.pricing-section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.pricing-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.pricing-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.pricing-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.pricing-wrapper .item {
  margin-bottom: 30px;
}

.pricing-wrapper .item-inner {
  color: #fff;
  padding: 30px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dc3545;
  height: 100%;
}

.pricing-wrapper .item-inner a {
  color: rgba(0, 0, 0, 0.4);
}

.pricing-wrapper .item-1 .item-inner {
  background: #75c181;
}

.pricing-wrapper .item-2 .item-inner {
  background: #58bbee;
}

.pricing-wrapper .item-3 .item-inner {
  background: #F8A13F;
}

.pricing-wrapper .item-heading {
  font-weight: 800;
  font-size: 18px;
  margin: 0;
  min-height: 60px;
}

.pricing-wrapper .item-heading-desc {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  line-height: 3;
}

.pricing-wrapper .price-figure {
  font-size: 46px;
  margin-bottom: 15px;
}

.pricing-wrapper .price-figure .currency {
  vertical-align: super;
  font-size: 26px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.pricing-wrapper .price-figure .number {
  font-weight: 500;
}

.pricing-wrapper a.btn {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
}

.pricing-wrapper a.btn:hover {
  background: rgba(0, 0, 0, 0.4);
}

/* ======= Team Section ======= */
.team-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #f5f5f5;
}

.team-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
}

.team-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.team-section .story {
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 800px;
}

.team-section .profile-image {
  width: 120px;
  height: 120px;
}

.team-section .members-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.team-section .item-inner {
  padding: 30px;
  background: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 100%;
}

.team-section .member-name {
  font-size: 18px;
  font-weight: 700;
  color: #dc3545;
}

.team-section .member-title {
  font-size: 16px;
  margin-top: 0;
  margin-bottom: 15px;
  color: #616670;
}

.team-section .social {
  margin-bottom: 30px;
}

.team-section .social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #dc3545;
  padding-top: 3px;
  color: #fff;
}

.team-section .social a.google {
  background: #dd4b39;
}

.team-section .social a.google:hover {
  background: #d73925;
}

.team-section .social a.twitter {
  background: #55acee;
}

.team-section .social a.twitter:hover {
  background: #3ea1ec;
}

.team-section .social a.facebook {
  background: #3b5998;
}

.team-section .social a.facebook:hover {
  background: #344e86;
}

.team-section .social a.linkedin {
  background: #1E6FBA;
}

.team-section .social a.linkedin:hover {
  background: #1a62a4;
}

.team-section .social a.github {
  background: #444;
}

.team-section .social a.github:hover {
  background: #373737;
}

.team-section .social a.dribbble {
  background: #EC4D8B;
}

.team-section .social a.dribbble:hover {
  background: #ea367c;
}

.team-section .social a.medium {
  background: #1a1919;
}

.team-section .social a.medium:hover {
  background: #000;
}

.team-section .member-desc {
  color: #616670;
}

/* ======= Contact Section ======= */
.contact-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: url("../images/map.png") no-repeat center center;
  color: #fff;
}

.contact-section .section-title {
  margin: 0;
  margin-bottom: 15px;
  font-weight: 300;
  margin-bottom: 30px;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.card-hover.bg-light {
	background-color: #f6f6f6 !important;
	
}
.card-hover.bg-light:hover {
	background-color: #fff !important;
}
p, li {
	line-height: 175%;
}
.card-shadow {
	border: 0;
	box-shadow: 0 0 4px rgba(0,0,0,.12);
}

.slick-prev, 
.slick-next {
    width: 40px !important;
    height: 40px !important;
	opacity: .3;
}
.slick-prev:hover, 
.slick-next:hover {
	opacity: 1;
}
.slick-prev:before, 
.slick-next:before {
    font-size: 40px !important;
}
.slick-dotted.slick-slider {
	margin-bottom: 60px !important;
}
.slick-dots {
	margin-bottom: -50px !important;
}
.slick-dots li button {
	padding: 10px;
}
.slick-dots li button:before {
	font-size: 12px !important;
}
.slick-inverse .slick-dots li button:before {
	color: #fff !important;
}

.continuous .slick-item {
	width: 300px;
	padding: 0 8px;
}
.continuous .slick-track {
    display: flex !important;
	padding: 10px 0;
}
.continuous .slick-slide {
    height: inherit !important;
}
.continuous .slick-slide img {
	display: inline-block;
}

.slideshow .slick-prev, 
.slideshow .slick-prev:before,
.slideshow .slick-next,
.slideshow .slick-next:before {
    opacity:1;
	z-index: 111;
}
.slideshow .slick-prev:hover,
.slideshow .slick-next:hover {
    opacity:.8;
}
.slideshow .slick-next {
    right: 25px;
}
.slideshow .slick-prev {
    left: 25px;
}

@media (max-width: 767.98px) {
	.header .logo {
		margin: -12px 0 5px 0;
	}
  .navbar-collapse {
    width: 100%;
    left: 0;
    top: 54px;
    position: absolute;
	background-color: #fff;
    z-index: 40;
	align-items: start;
	  border-top: 1px solid #ddd;
  }
  .navbar-collapse .dropdown-menu {
	  border: 0;
	  border-top: 1px solid #ddd;
	  margin: 0;
	  padding: 0;
  }
  .header.header-scrolled .main-nav .nav .nav-link.active {
    color: #dc3545;
    border: none;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 1px solid #ddd;
  }
  .main-nav .navbar-collapse .nav-item  .dropdown-menu a {
	padding:10px 10px 10px 30px;
  }
   .main-nav .navbar-collapse .nav-item a.dropdown-toggle {
	pointer-events: none;
   }
  .hero-section .figure-image {
    width: 300px;
  }
  .hero-carousel .carousel-inner .heading {
    font-size: 26px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    padding-top: 100px;
  }
  .hero-section .figure-holder .figure-image {
    width: inherit;
    bottom: 0;
    top: inherit;
    right: inherit;
    left: 15px;
    max-width: 320px;
  }
  .technologies li {
    margin-bottom: 15px;
  }
  .members-wrapper .item {
    margin-bottom: 30px;
  }
  .members-wrapper .item:last-child {
    margin-bottom: 0;
  }
  .hero-carousel {
    height: 660px;
  }
  .hero-section .carousel-inner {
    height: 660px;
  }
  .hero-carousel .carousel-inner .item {
    height: 660px;
  }
  
  .testimonials-section .item {
    padding:0;
  }
  .testimonials-section .item .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 0;
    padding: 10px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 0;
  }
}

@media (max-width:1199px) {
	.header {
		height: auto;
	}
	.dropdown-menu {
		display: block;
	}
}


@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .hero-section .figure-holder .figure-image {
    width: 360px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
}



@media (min-width: 992px) {
  .main-nav .nav .nav-item {
    margin-right: 15px;
  }
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
}

@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 570px;
    bottom: 0;
    top: inherit;
  }
}
