
.col1 {
	color:antiquewhite!important;
}
.element {
    position: relative;
}

.element:before {
    content: "\f08e";
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: aqua;
    font-size: 36px;
    padding-left: 110%;
    position: absolute;
    left: 0;
}

img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
body {
  font-family: 'FontAwesome', monospace;
  font-size: 22px;
}
p {
  margin-bottom: 15px;
  line-height: 1.5;
}
a {
  color: aqua;
  -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;
}
a:hover {
  text-decoration: underline;
  color: #339597;
}
a:active {
  text-decoration: none;
}
a:focus {
  text-decoration: none;
}

h1 {
	margin: 55px;
}
h2 {
	margin: 55px;
}
h3 {
	margin: 55px;
}
h4 {
	margin: 55px;
}
h5 {
	margin: 55px;
}
h6 {
	margin: 55px;
}

/* ======= Header ======= */
.langbottom{
	position: fixed;
	bottom: 3%; 
	right: 3%; 


  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #4646FF; /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
}

.langbottom { background: #4646FF; } /* при наведении курсора мышки */

.langbottom { background: #4646FF; } /* при нажатии */

.header {
  position: fixed;
  width: 100%;
  z-index: 30;
  height: 75px;
}
.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 a {
  color: #494d55;
}
.header.header-scrolled .logo {
  color: #40babd;
  padding-top: 12px;
}
.header.header-scrolled .logo .logo-icon-wrapper {

}
.header:not(.header-scrolled) .logo-icon {
  display: none
	
}
.hero-section .item-content-inner .logo-icon {
	position: absolute ;
	left: 50px;
	
  width: 348px;
  height: 80px;
}
.hero-section.hero-scrolled .item-content-inner .logo-icon {
	display: none
}
.header.header-scrolled .logo .logo-icon {
  width: 139px;
  height: 32px;
  margin-right: 3;
}
.header.header-scrolled .main-nav .nav .nav-item a {
  color: #a2a6af;
}
.header.header-scrolled .main-nav .nav .nav-item.active a {
  color: #40babd;
  border-bottom: 4px solid #40babd;
}
.submenu-link:after {
  content: "\f107";
  font-family: "FontAwesome";
  color: blue;
  margin-left: 0px;
}
.submenu-link{
	padding-top: 14px;
	padding-bottom: 19px;
}

.submenu-link > li {
  width: 25%;
  float: left;
  position: relative;
}

.submenu {
  text-align: justify;
  text-decoration: none;
  outline: none;
  display: block;
  list-style: none;
  margin: 0;
  padding: 5px;
	padding-left: 10px;
  background: #273037;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 5;
  width: 180px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}

.submenu a {
  display: block;
  color: white;
  text-align: left;
  padding-bottom: 16px;
	padding-top: 16px;
  font-size: 13px;

}

.submenu-link:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}

.header a {
  color: #fff;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}
.header a:hover {
  text-decoration: none;
}
.header .logo {
  margin: 0;
  display: inline-block;
  float: left;
  font-size: 28px;
  padding-top: 15px;
}
.header .logo .logo-icon-wrapper {

  width: 1590px;
  height: 380px;
  margin-right: 3px;
  top: -3px;
}
.header .logo .logo-icon {
  width: 139px;
  height: 32px;
}
.header .logo .highlight {
  font-weight: 800;
}
.main-nav {
  margin-top: 6px;
}
.main-nav .navbar-toggle {
  margin-right: 0;
  margin-top: 0;
  background: none;
  position: absolute;
  right: 10px;
  top: 10px;
  background: #26282c;
}
.main-nav .navbar-toggle:focus {
  outline: none;
}
.main-nav .navbar-toggle .icon-bar {
  background-color: #fff;
  height: 3px;
}
.main-nav .navbar-toggle:hover .icon-bar {
  background-color: #fff;
}
.main-nav .nav .nav-item {
  font-weight: normal;
  font-size: 14px;
  margin-right: 25px;
}
.main-nav .nav .nav-item.active a {
  background: none;
  color: #fff;
}
.main-nav .nav .nav-item a {
  color: #EB9200;
  font-weight: 700;
}
.main-nav .nav .nav-item a:hover {
  color: #fff;
  background: none;
}
.main-nav .nav .nav-item a:focus {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item a:active {
  outline: none;
  background: none;
}
.main-nav .nav .nav-item:last-child {
  margin-right: 0;
}
.main-nav .nav.active {
  position: relative;
}
.nav > li > a {
  padding-left: 5px;
  padding-right: 5px;
}
/* ====== Footer ====== */
.footer {
  background: #26282c;
  color: rgba(255, 255, 255, 0.6);
  padding: 15px 0;
}
.footer a {
  color: #40babd;
}
.footer .fa-heart {
  color: #EA5395;
}
/* ======= Hero Section ======= */
.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;
}
.hero-section .figure-holder .figure-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
}
.hero-carousel {
  height: 560px;
  color: #fff;
}
.hero-carousel .carousel-inner .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: 22px;
}
.hero-carousel .carousel-inner .intro + .btn {
  margin-top: 15px;
}
/* ======= About Section ======= */
.about-section {
  padding-top: 90px;
  padding-bottom: 120px;
}
.section-title {
  margin: 55px;
  margin-bottom: 46px;
  font-size: 36px;
  font-weight: 300;
  padding-top: 45px;
  padding-bottom: 45px;
}
.about-section .intro {
  color: #1E191A;
  font-size: 22px;
  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 {
  color: #40babd;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  margin-bottom: 15px;
}
.about-section .items-wrapper .item-desc {
  color: #616670;
}
.technologies {
  margin-bottom: 90px;
}
.technologies li {
  margin-right: 10px;
}
.technologies li:last-child {
  margin-right: 0;
}
.testimonials {
  background: #40babd;
}
.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: #40babd url('../images/map.png') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.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;
  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 .item .quote-source {
  color: rgba(0, 0, 0, 0.6);
}
/* ======= Features Section ======= */


.gridprom1 {
	grid-area: q;
}
.gridprom2 {
	grid-area: w;
}
.gridprom3 {
	grid-area: e;
}
.gridprom4 {
	grid-area: r;
}

.gridprom0 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 45% 55%;
    grid-template-rows: auto;
    grid-template-areas: "q w"
                         "e r";
}

.gridprom01 {
	grid-area: q;
}
.gridprom02 {
	grid-area: w;
}
.gridprom03 {
	grid-area: e;
}
.gridprom04 {
	grid-area: r;
}
.gridprom05 {
	grid-area: t;
}
.gridprom06 {
	grid-area: y;
}

.gridprom00 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
    grid-template-areas: "q w e"
                         "r t y";
}


















.features-section {
  padding-top: 90px;
  padding-bottom: 90px;
}
.grid-container .features-section {
    grid-template-rows: 50px auto 150px;
    grid-template-columns: 50px 100px auto 100px 50px;
}

.features-section .intro {
  color: #a2a6af;
  font-size: 16px;
  max-width: 760px;
  margin: 0 auto;
  margin-bottom: 60px;
}
.feature-nav {
  text-align: center;
  margin-bottom: 30px;
}
.feature-nav > li {
  position: relative;
}
.feature-nav > li .fa {
  margin-right: 5px;
}
.feature-nav > li.active > a {
  color: #40babd;
  background: none;
  padding: 8px 0;
}
.feature-nav > li > a {
  background: none;
  padding: 8px 0;
  color: #616670;
}
.feature-nav > li > a:hover {
  background: none;
  color: #40babd;
}
/* ======= Pricing Section ======= */

.gridd1 {
	grid-area: q;
}
.gridd2 {
	grid-area: w;
	font-size: 20px;
}


.gridd0 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "q w";
}

.gridd01 {
	grid-area: q;
}
.gridd02 {
	grid-area: w;
}
.gridd03 {
	grid-area: e;
}

.gridd00 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "q w"
                         "e e";
}

.gridd001 {
	grid-area: q;
}
.gridd002 {
	grid-area: w;
}

.gridd000 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "q w";
}


.griddd2 {
	grid-area: w;
}

.griddd3 {
	grid-area: e;
}
.griddd4 {
	grid-area: r;
}

.griddd5 {
	grid-area: t;
}
.griddd6 {
	grid-area: y;
}

/*
.griddd7 {
	grid-area: a;
}
.griddd8 {
	grid-area: s;
}

.griddd9 {
	grid-area: d;
}

.griddd10 {
	grid-area: f;
}

.griddd11 {
	grid-area: g;
}
*/

.griddd0 {
	justify-items: center;
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "w w"
						 "r e"
						 "r y"
						 "t y";
}

.gridds1 {
	grid-area: q;
}
.gridds2 {
	grid-area: w;
}

.gridds3 {
	grid-area: e;
}

.gridds0 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
    grid-template-areas: "q w e";
	justify-items: center
}

/*
.gridit1 {
	grid-area: q;
}
*/
.gridit2 {
	grid-area: w;
}

.gridit3 {
	grid-area: e;
}

/*
.gridit4 {
	grid-area: r;
}
*/

.gridit0 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "w e";
}

.pricing-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #40babd;
}

.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: #40babd;
  min-height: 390px;
}
.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 .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 .price-desc {
  margin-bottom: 30px;
  min-height: 120px;
}
.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 ======= */

.griditera1 {
	grid-area: q;
}
.griditera2 {
	grid-area: w;
}
.griditera3 {
	grid-area: e;
}
.griditera4 {
	grid-area: r;
}
.griditera5 {
	grid-area: t;
}

.griditera0 {
	display: grid;
	justify-items: center;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 45% 55%;
    grid-template-rows: auto;
    grid-template-areas: "w q"
                         "t e"
						 "r r";
}

.team-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: white;
}

.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;
}
.team-section .member-name {
  font-size: 18px;
  font-weight: 700;
  color: #40babd;
}
.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: #40babd;
  padding-top: 4px;
  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 .member-desc {
  color: #616670;
}
.team-section h3 {
	background: #5FBA74
}
/* ======= Contact Section ======= */
.contact-section {
  padding-top: 90px;
  padding-bottom: 90px;
  background: #494d55 url('../images/map.png') no-repeat center center;
  color: #fff;
}

.contact-content {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 60px;
}
/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 60px;
    position: absolute;
    background: #26282c;
    z-index: 40;
  }
	
	.submenu-sub {
		position: relative;
  left: 36%;
}
.submenu {
  position: relative;
  left: 31%;
  top: 10px;
  opacity: 1;
  transform: scaleY(1);

}
  .header .main-nav .navbar-collapse .nav-item.active a {
    color: #40babd;
  }
  .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
    border: none;
    color: #40babd;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 0;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }
  .pricing-wrapper .item-inner {
    min-height: inherit;
  }
  .pricing-wrapper .price-desc {
    min-height: inherit;
  }
  .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 .profile-image {
    width: 60px;
    height: 60px;
  }
  .testimonials-section .item .quote {
    margin-left: 85px;
    padding: 15px;
  }
  .testimonials-section .item.item-reversed .quote {
    margin-right: 85px;
  }
  .team-section .item-inner {
    min-height: inherit;
  }
.gridprom1 {
	grid-area: q;
}
.gridprom2 {
	grid-area: w;
}
.gridprom3 {
	grid-area: e;
}
.gridprom4 {
	grid-area: r;
}

.gridprom0 {
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "q"
                         "w"
		                 "e"
		                 "r";
}

.gridprom01 {
	grid-area: q;
}
.gridprom02 {
	grid-area: w;
}
.gridprom03 {
	grid-area: e;
}
.gridprom04 {
	grid-area: r;
}
.gridprom05 {
	grid-area: t;
}
.gridprom06 {
	grid-area: y;
}

.gridprom00 {
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "q w"
                         "e r"
		                 "t y";
}
	.gridd1 {
	grid-area: q;
}
.gridd2 {
	grid-area: w;
	font-size: 20px;
}


.gridd0 {
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "q"
                         "w";
}

.gridd01 {
	grid-area: q;
}
.gridd02 {
	grid-area: w;
}
.gridd03 {
	grid-area: e;
}

.gridd00 {
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "q w"
                         "e e";
}

.gridd001 {
	grid-area: q;
}
.gridd002 {
	grid-area: w;
}

.gridd000 {
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "q"
                         "w";
}

/*
.griddd1 {
	grid-area: q;
}
*/
.griddd2 {
	grid-area: w;
}

.griddd3 {
	grid-area: e;
}
.griddd4 {
	grid-area: r;
}

.griddd5 {
	grid-area: t;
}
.griddd6 {
	grid-area: y;
}
/*

.griddd7 {
	grid-area: a;
}
.griddd8 {
	grid-area: s;
}

.griddd9 {
	grid-area: d;
}

.griddd10 {
	grid-area: f;
}

.griddd11 {
	grid-area: g;
}
*/

.griddd0 {
	justify-items: center;
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "q"
						 "w"
						 "e"
						 "r"
						 "t"
						 "y"
						 "a"
						 "s"
						 "d"
						 "f"
						 "g";
}

.gridds1 {
	grid-area: q;
}
.gridds2 {
	grid-area: w;
}

.gridds3 {
	grid-area: e;
}

.gridds0 {
	display: grid;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: 33% 33% 33%;
    grid-template-rows: auto;
    grid-template-areas: "q w e";
	justify-items: center
}

.gridit1 {
	grid-area: q;
}
.gridit2 {
	grid-area: w;
}

.gridit3 {
	grid-area: e;
}

.gridit4 {
	grid-area: r;
}

.gridit0 {
	display: grid;
	grid-column-gap: 15px;
    grid-row-gap: 30px;
	 grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: "q e"
						 "w r"
						 "w r"
						 "w r";
}
	.griditera1 {
	grid-area: q;
}
.griditera2 {
	grid-area: w;
}
.griditera3 {
	grid-area: e;
}
.griditera4 {
	grid-area: r;
}
.griditera5 {
	grid-area: t;
}

.griditera0 {
	display: grid;
	justify-items: center;
	grid-column-gap: 0px;
    grid-row-gap: 30px;
	 grid-template-columns: auto;
    grid-template-rows: auto;
    grid-template-areas: "q"
                         "w"
                         "e"
                         "r"
						 "t";
}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .feature-nav {
    text-align: left;
    padding-left: 30px;
  }
  .feature-nav > li {
    font-size: 15px;
  }
  .hero-section .figure-holder .figure-image {
    width: 400px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 300px;
    padding-top: 120px;
  }
  .team-section .item-inner {
    min-height: 515px;
  }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .feature-nav {
    margin-top: 30px;
    padding-left: 15px;
  }
  .feature-nav > li {
    font-size: 16px;
  }
  .feature-nav > li > a {
    padding: 15px 0;
  }
  .feature-nav > li.active > a {
    padding: 15px 0;
  }
  .hero-section .figure-holder .figure-image {
    width: 420px;
    bottom: inherit;
    top: 130px;
  }
  .hero-carousel .carousel-inner .item-content-inner {
    max-width: 500px;
  }
  .team-section .item-inner {
    min-height: 490px;
  }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .hero-section .figure-holder .figure-image {
    width: 570px;
    bottom: 0;
    top: inherit;
  }
}
@media (min-width: 767px) and (max-width: 1200px) {
	.logo {
	pointer-events: none;
	opacity: 0.7;
}
  .navbar-collapse {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    width: 100%;
    left: 0;
    top: 0px;
    position: absolute;
    background: #26282c;
    z-index: 40;
  }

  .header .main-nav .navbar-collapse .nav-item.active a {
    color: #40babd;
  }
  .header.header-scrolled .main-nav .navbar-collapse .nav-item.active a {
    border: none;
    color: #40babd;
  }
  .main-nav .navbar-collapse .nav-item {
    margin-right: 5px;
	  margin-bottom: 10px;
  }
  .main-nav .navbar-collapse .nav-item a {
    text-align: center;
  }

}
