@import "../bootstrap.min.css";
button {
  font-family: 'lato', sans-serif;
  font-size: 14px;
  letter-spacing: 0.02em;
  text-decoration: none;
  transition: 0.2s ease-in;
  cursor: pointer;
}
body {
  font-family: 'lato', sans-serif;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: #3e396b;
}
body p {
  color: #8994c6;
}
body .preamble .title {
  font-size: 1.75rem;
}
.hero {
  position: relative;
  padding: 300px 0 120px 0;
  margin-top: -100px;
  transform: skewY(-5deg);
  transform-origin: center;
}
@media (max-width: 991px) {
  .hero {
    padding: 220px 0 80px 0;
  }
}
@media (max-width: 767px) {
  .hero {
    padding: 243px 0 60px 0;
  }
  img.img-fluid.mr-5{
	  margin-right: 1rem!important;
  }
}
.hero.hero-1 {
  background-image: linear-gradient(-152deg, #6937EA 0%, #377FEA 65%);
}
.hero .row {
  transform: skewY(5deg);
}
.hero .row .title {
  color: white;
  font-size: 2.8rem;
  letter-spacing: 0.02em;
}
.hero .row .lead {
  color: white;
  opacity: .75;
}
.hero .row .btn {
  padding: 16px 32px;
  background: #3ECF8E;
  color: white;
  border-radius: 28px;
}
.hero .row .btn:hover {
  background: #32db8f;
}
.hero .row .mockup {
  position: absolute;
  margin-top: -70px;
  right: -70px;
  height: 600px;
}
@media (max-width: 1280px) {
  .hero .row .mockup {
    margin-top: -80px;
    height: 550px;
    right: -20px;
  }
}
@media (max-width: 1200px) {
  .hero .row .mockup {
    margin-top: -80px;
    height: auto;
    right: -80px;
  }
}
@media (max-width: 1120px) {
  .hero .row .mockup {
    margin-top: -40px;
    height: 450px;
    right: 0;
  }
}
#header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 9;
}
#header nav {
  background: transparent;
}
#header nav .navbar-brand img {
  max-height: 60px;
  padding-right: 55px;
}
#header nav .navbar-toggler i {
  color: white;
  font-size: 2.2rem;
}
#header nav .collapse .navbar-nav .nav-item.active .nav-link {
  opacity: 1;
}
#header nav .collapse .navbar-nav .nav-item .nav-link {
  color: white;
  opacity: .75;
  transition: 0.2s ease-in;
  font-size: 14px;
  letter-spacing: 0.02em;
}
#header nav .collapse .navbar-nav .nav-item .nav-link:hover {
  opacity: 1;
}
#header nav .collapse .navbar-text {
  text-decoration: none;
  font-weight: bold;
  padding: 8px 20px;
  background: white;
  color: #6937EA;
  border-radius: 20px;
}
#header nav .collapse .navbar-text a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: 0.2s ease-in;
}
#header nav .collapse .navbar-text a:hover {
  text-decoration: none;
  color: #377FEA;
}
#header-mobile {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background: #377FEA;
  z-index: 9999;
  display: none;
}
#header-mobile .navbar-toggler {
  position: absolute;
  right: 30px;
  top: 25px;
}
#header-mobile .navbar-toggler i {
  color: white;
  font-size: 2.2rem;
}
#header-mobile .top-overflow {
  height: 65vh;
  overflow-y: auto;
}
#header-mobile .top {
  margin-top: 40px;
}
#header-mobile .top .nav-item.active .nav-link {
  opacity: 1;
}
#header-mobile .top .nav-item .nav-link {
  color: white;
  opacity: 1;
  transition: 0.2s ease-in;
  font-size: 24px;
  letter-spacing: 0.02em;
}
@media (max-width: 560px) {
  #header-mobile .top .nav-item .nav-link {
    padding-bottom: 0;
  }
}
#header-mobile .top .navbar-text {
  padding: 8px 20px;
  margin-top: 20px;
  background: white;
  color: #6937EA;
  border-radius: 20px;
}
#header-mobile .top .navbar-text a {
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.02em;
  transition: 0.2s ease-in;
}
#header-mobile .top .navbar-text a:hover {
  color: #377FEA;
}
#header-mobile .middle {
  margin-top: 40px;
}
#header-mobile .middle ul.social li a {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
#header-mobile .middle ul.social li a i {
  font-size: 15px;
}
#header-mobile .middle ul li a {
  color: #3e396b;
  font-size: 13px;
  text-decoration: none;
}
#header-mobile .middle ul li a i.ion-social-facebook {
  color: white;
}
#header-mobile .middle ul li a i.ion-social-youtube {
  color: #cd201f;
}
#header-mobile .middle ul li a i.ion-social-github {
  color: white;
}
#header-mobile .bottom {
  position: absolute;
  bottom: 40px;
}
#header-mobile .bottom img {
  max-height: 36px;
}
#header-mobile .bottom p {
  color: white;
  opacity: .75;
  font-size: 13px;
}
.features.features-1 .single-feature {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.features.features-1 .single-feature img {
  max-width: 128px;
}
.tour .part.with-bg {
  background-color: #377FEA;
}
.tour .part.white-bg {
  background: white;
}
.tour .preamble .title {
  color: white;
}
.tour .preamble p {
  color: white;
  opacity: .75;
}
.features-tabs .nav-tabs {
  border: none;
}
.features-tabs .nav-tabs .nav-link {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.features-tabs .nav-tabs .nav-link.active {
  background: #f8faff;
  border: none;
  color: initial;
  outline: none;
}
.services.services-1 {
  background: #377FEA;
}
.services.services-1 .preamble .title {
  color: white;
}
.services.services-1 .preamble p {
  color: white;
  opacity: .75;
}
.services.services-1 .single-feature i {
  color: white;
  font-size: 3rem;
}
.services.services-1 .single-feature .title {
  color: white;
}
.services.services-1 .single-feature p {
  color: white;
  opacity: .75;
}
.features.features-2 {
  background: #f8faff;
}
.features.features-2 .single-feature {
  margin-bottom: 30px;
  border-radius: 5px;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
.features.features-2 .single-feature img {
  max-width: 128px;
}
#register {
  position: relative;
  padding: 60px 0 90px 0;
}
#register form {
  width: 81.5%;
}
@media (max-width: 1199px) {
  #register form {
    width: 95%;
  }
}
#register form input {
  padding: 10px 16px 10px;
  height: 55px;
  background-color: white;
  border: 1px solid #e0e0e0;
  font-family: 'lato', sans-serif;
}
#register form textarea {
  padding: 10px 16px 10px;
  height: 130px;
  background-color: white;
  border: 1px solid #e0e0e0;
  font-family: 'lato', sans-serif;
}
#register form button {
  height: 55px;
  background: #3ECF8E;
  color: white;
}
#register form button:hover {
  background: #32db8f;
}
#register form small {
  color: #8994c6;
}
#footer {
  position: relative;
  background: white;
  border-top: 1px solid #e6eaef;
}
@media (max-width: 991px) {
  #footer {
    text-align: center;
  }
}
#footer img {
  max-height: 36px;
}
#footer p {
  color: #c4c5cf;
  font-size: 13px;
}
#footer span {
  color: #c4c5cf;
  font-size: 13px;
}
#footer ul.social li a {
  width: 32px;
  height: 32px;
  border: 1px solid #e0e0e0;
  display: inline-block;
  text-align: center;
  line-height: 30px;
}
#footer ul.social li a i {
  font-size: 15px;
}
#footer ul li a {
  color: #3e396b;
  font-size: 13px;
  text-decoration: none;
}
#footer ul li a i.ion-social-facebook {
  color: #3b5999;
}
#footer ul li a i.ion-social-youtube {
  color: #cd201f;
}
#footer ul li a i.ion-social-github {
  color: #333;
}
.bears-slick-item{
	float:left;
}
.slick-prev::before {
    font-family: FontAwesome !important;
    content: "\f0d9" !important;
    font-size: 27px !important;
}  
.slick-next::before {
    font-family: FontAwesome !important;
    content:  "\f0da" !important;
    font-size: 27px !important;        
}  
.navbar-toggler-right {
    right: -0.75rem;
}
#feedback{
	margin-top:10px;
}
div#loading {
    position: absolute;
    top: 10px;
    right: 35%;
}
div#loading img {
    width: 35px;
}