@import url('https://fonts.googleapis.com/css?family=Krub:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800');

html {
  overflow-x: hidden;
}

body {
  background: #fff;
  color: #646f79;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;  
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

h1, h2, h3, h4 {
  color: #000000;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.block-title {font-size: 45px;!important;}
h1, h2.block-title { font-size: 40px; }
h2 { font-size: 30px; }

.title-h3{
    font-size: 24px;
}
a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  font-size: 20px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

header { min-height: 140px; }
header#header-wrap { background: #f7ffff; }

.section-title-header p {
  text-align: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-header{
  margin-bottom: 48px;
}

.section-title {
  color: #585b60;
  font-size: 30px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;  
  padding: 0 10px;
  position: relative;
}

.padding-none {
  padding: 0;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  /*color: #fff;*/
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #530f74;
  position: relative;
  z-index: 1;
}
.btn-common.blush {
    background-color: #e25985;
  }

.btn-common:hover {
  color: #fff;
  opacity: 0.7;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #530f74;
  background-color: transparent;
  border: 1px solid #530f74;
}

.btn-border:hover {
  color: #fff;
  border-color: #530f74;
  background-color: #530f74;
}

.btn-border:focus {
  color: #fff;
  border-color: #530f74;
  background-color: #530f74;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-rm {
  padding: 7px 18px;
  text-transform: capitalize;
}

button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #530f74;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #f66d9b;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 40%;
  width: 200px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.loader img{
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.fa-spin {
-webkit-animation: fa-spin 2s infinite linear;
        animation: fa-spin 2s infinite linear; }

.fa-pulse {
-webkit-animation: fa-spin 1s infinite steps(8);
        animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}

@keyframes fa-spin {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
}

.section-padding {
  padding: 100px 0;
}

hr {
  border-top: 1px dotted #ddd;
}

#feature {
  background: #22252a;
}
#feature hr{ border-color: #414448; }
#feature .title-h3{ color: #a5a8ad}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.feature-thumb {
  margin-right: -60px;
}

.title-hl {
  font-size: 40px;
  margin-bottom: 30px;
}

.features-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.features-box .features-icon {
  margin-bottom: 15px;
}

.features-box .features-icon i {
    background: linear-gradient(to right, #f66d9b 0%, #FFA117 98%, #FFA117 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
  font-size: 30px;
}

.features-box .features-content h4 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#clients {
  background: #f8f9fb;
}

.client-item-wrapper {
  text-align: center;
  padding: 15px;
}

.client-item-wrapper img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.client-item-wrapper:hover img {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* Services Item */
.services-item {
  padding: 25px;
  border: 1px solid #f5f5f5;
  margin-bottom: 30px;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 42px;
  width: 42px;
  height: 42px;
  background: linear-gradient(to right, #f66d9b 0%, #FFA117 98%, #FFA117 100%);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 17px;
  color: #333333;
}

.services-item:hover {
  border-color: #FFA117;
  box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.05);
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 75%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #530f74 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #530f74 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #585b60;
  font-weight: 400;
  padding: 8px 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  font-size: 17px;  
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #530f74;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #530f74 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #530f74 !important;
}



.navbar li.active a.nav-link {
  color: #530f74;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #530f74;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #530f74;
}

.slicknav_menu .slicknav_icon-bar {
  background: #530f74;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}
.navbar {padding-bottom: 8px; }
.navbar-toggler, .mobile-menu, .slicknav_menu, .mobile_login_button { display: none; }

@media screen and (max-width: 991px) {
  #say_igo .row {
    display: flex;
    overflow-x: scroll;
    flex-wrap: nowrap;
  }
  #say_igo .row > div {margin-bottom: 20px;}
  #say_igo .row .img-fluid {max-width: none;}
  .mobile_hide {display: none;}
  .slicknav_menu .slicknav_icon-bar { background: #000; }
  .navbar { background: #FFF; padding: 0; }
  .navbar-header {
    width: 100%;
    display: table;
  }
  .navbar-brand {
    /*position: absolute;
    padding: 15px 15px;
    top: 0;*/
    display: table-cell;
    text-align: center;
  }
  .navbar-brand img#logo-img {
    width: auto;
    margin: 5px 0 0;
    height: 70px;
  }
  .slicknav_menu, .mobile_login_button {
    display: table-cell;
  }
  .mobile_login_button { text-align: right; }
  .mobile_login_button a.btn.btn-purple { margin: 0 15px 0 0; padding: 7px 16px; }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #FD6E74;
    outline: none;
    background: #f8f9fa;
  }
  .slicknav_menu .slicknav_btn {display: inline-block; border: 0;}
  .slicknav_nav {position: absolute; width: max-content;}

  #promo-area .section-header { margin-bottom: 0; }
  .top-nav-collapse {box-shadow: none;}
  .navbar-header {box-shadow: 0 4px 4px 0.4px rgba(0, 0, 0, 0.2);}
}

@media screen and (max-width: 768px) {
  /*.navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }*/
  #mobile-menu {
    display: none;
  }

  /*.slicknav_menu {
    display: block;
    float: left;
  }*/
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #530f74;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 600px) {
  .navbar-brand img#logo-img {height: 50px;}
}

/* ==========================================================================
3. Hero Area
========================================================================== */

body.home p { font-size: 20px; }

.particles_js .contents,
.particles_js .img-thumb{
    z-index: 22;
    position: relative;
}
.particles_js #particles-js{
  position: absolute;
  width: 100%;
  height: 100vh;
  background-image: url("");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  z-index: 1;
  top: 0;
}

section { position: relative; }

#acquaintance {
  overflow: hidden;
  position: relative;
  background: #f7ffff;
  padding: 0 0 100px 0;
}

#acquaintance .contents { padding: 170px 0 50px; }

#acquaintance .contents h5 { font-size: 50px; }

#acquaintance .contents .head-title {
  color: #585b60;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

#acquaintance .block_icon {
  padding-top: 100px;
}
#acquaintance .block_icon .img-thumb {
  width: 100%;
  height: 100px;
}
#acquaintance .block_icon .icon_content {
  border: 2px solid #5e029e;
  border-radius: 10px;
  padding: 10px;
  height: 100%;
}
#acquaintance .block_icon .icon_content:hover {
  background-color: #5e029e;
  color: #ffffff;
}
#acquaintance .block_icon .img-thumb {
  background: center center no-repeat;
}
#acquaintance .block_icon .help .img-thumb {
  background-image: url("/../../img/landing/main/p-1.png");
}
#acquaintance .block_icon .help .icon_content:hover .img-thumb {
  background-image: url("/../../img/landing/main/p-1-hov.png");
}
#acquaintance .block_icon .multi .img-thumb {
  background-image: url("/../../img/landing/main/p-2.png");
}
#acquaintance .block_icon .multi .icon_content:hover .img-thumb {
  background-image: url("/../../img/landing/main/p-2-hov.png");
}
#acquaintance .block_icon .total_contol .img-thumb {
  background-image: url("/../../img/landing/main/p-3.png");
}
#acquaintance .block_icon .total_contol .icon_content:hover .img-thumb {
  background-image: url("/../../img/landing/main/p-3-hov.png");
}
#acquaintance .block_icon .our_bussiness .img-thumb {
  background-image: url("/../../img/landing/main/p-4.png");
}
#acquaintance .block_icon .our_bussiness .icon_content:hover .img-thumb {
  background-image: url("/../../img/landing/main/p-4-hov.png");
}

#acquaintance .block_kira { display: block ruby; }
#acquaintance .block_kira > div { vertical-align: middle; }

.bg-purple { background: #5e029e; }

#relaxation { background: #313131; padding-top: 100px; }
#relaxation .block_info { display: block ruby; color: #FFF; padding-bottom: 100px; }
#relaxation .block_info h2, #block_opportunities h2 { color: #FFF; }
#relaxation .block_info > div { vertical-align: bottom; }
#relaxation .block_icon .icon_content { display: table; background: #fff; width: 100%; margin: 15px 10px; border-radius: 10px; }
#relaxation .block_icon .icon_content a { padding: 8px; color: #000000; width: 100%; display: block; }
#relaxation .block_icon .icon_content a:hover { color: #ffffff; }
#relaxation .block_icon .icon_content a > div { display: table-cell; vertical-align: middle; }
#relaxation .block_icon .icon_content a > div.icon { width: 60px; padding: 5px; }
#relaxation .block_info .left-col { padding-bottom: 50px; }

#block_opportunities .block_desc {
  width: 50%;
  background: rgba(64, 57, 57, 0.5);
  margin-top: 50px;
  padding: 20px;
  border-radius: 20px;
}

#block_opportunities img { width: 100%; }
.text_purple { font-size: 20px; color: #5e029e; }

#block_video p { color: lightgray; }

#create_company { padding: 100px 0; }
#create_company img.img-to-right { height: 500px; max-width: none; }

  /* Team Item */
.team-item {
  margin: 15px 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 7px;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  border-radius: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #530f74;
  display: block;
  border-radius: 36px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .info-text {
  padding: 15px 20px;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #530f74;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing {
  text-align: center;
}
#pricing .card{
  border-color: #f7f7f7; 
}
#pricing .card:hover{
  border-color: #FFA117;
    box-shadow: 0 5px 30px 0px rgba(0, 0, 0, 0.05);
}
.pricing li{
  list-style: none;
    padding: 8px;
}
.pricing .plan-img img{
  -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;
    transition: all 0.4s ease-in-out;
    background: rgba(0,0,0,0.01);
    max-width: 180px;
}
.pricing .price{
  margin-bottom: 30px;
}
.pricing .price small{ font-size: 15px;}
.pricing .price h3 span{ font-size: 15px; vertical-align: top;}
.pricing .price > span{ font-size: 18px; text-transform: uppercase;}
.pricing .plan-btn{
  margin-top: 30px;
}

.testimonial {
  background: #34363a;
}

.testimonial-item {
  padding: 5px;
}

.testimonial-item .img-thumb {
  position: relative;
  margin-right: 25px;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
  margin-bottom: 20px;
  color: #b7b7b7;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 20px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #530f74;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #fff;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color: #530f74;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.testimonial-item .icon-social .instagram:hover {
  background: #D6274D;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.testimonial-item .icon-social .google:hover {
  background: #CE332A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background: #530f74;
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 0;
}

.form-control:focus {
  border-color: #530f74;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 20px 0px;
  padding: 3px 55px;
  position: relative;
  color: #abacae;
}

.contact-right .single-contact p {
  margin-bottom: 5px;
}

.contact-right .single-contact p a {
  color: #abacae;
}

.contact-right .contact-icon {
  background: #530f74;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 9px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
  background: #f8f9fb;
}

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}


/* Footer Area Start */
.footer-area {
  background: #34363a;
}

.footer-area .footer-titel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #530f74;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #530f74;
  border-left: 1px solid #ddd;
}

footer {
  background: #34363a;
  border-top: 2px dotted #3b3d42;
}

footer #copyright { padding: 10px; }

footer #copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

footer #copyright p a { color: #fff; }

footer #copyright p a:hover { color: #530f74; }

#price {
  background: linear-gradient(
          rgba(0, 0, 0, 0.7),
          rgba(0, 0, 0, 0.7)
  ),
  url("/img/landing/section2.png");
  background-position: center;
  background-repeat: no-repeat;

  height: 600px;
}

.services-list-item:hover{
  cursor: pointer;
  background-color: #6f01a2;
  color: #fff;
}

.align-left {
  padding-left: 40px;
  text-align: left;
}

.card-igo {

  color: black;
  padding: 60px;
  height: 650px;
}
.card-igo:hover {
  transition: 0.5s;
  margin-top: -30px;
  color: white;
}

.card-igo:hover .btn{
  transition: 0.5s;
  color:#5e029e;
  background-color:#fff;
  border-color:#fff;
  margin-top:80px;
}

.btn-card{
  position:absolute;
  bottom:50px;
  left:50%;
  transform:translate(-50%, -50%);
  color:#fff;!important;
  background-color:#5e029e;
  border-color:#5e029e;
  border-radius: 5px;
  font-size: 15px;
}
#promo-area .cafe{
  background-image: url("/img/landing/svetlie/icon-cafe.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .cafe:hover{
  background-image: url("/img/landing/temnie/icon-cafe.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .beauty{
  background-image: url("/img/landing/svetlie/buti.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .beauty:hover{
  background-image: url("/img/landing/temnie/buti.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .auto{
  background-image: url("/img/landing/svetlie/icon-avto.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .auto:hover{
  background-image: url("/img/landing/temnie/icon-avto.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .sport{
  background-image: url("/img/landing/svetlie/icon-stort.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .sport:hover{
  background-image: url("/img/landing/temnie/icon-stort.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .study{
  background-image: url("/img/landing/svetlie/study.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .study:hover{
  background-image: url("/img/landing/temnie/study.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .coreworking{
  background-image: url("/img/landing/svetlie/icon-prochie.png");
  background-position: bottom;
  background-repeat: no-repeat;
}
#promo-area .coreworking:hover{
  background-image: url("/img/landing/temnie/icon-prochie.png");
  background-position: bottom;
  background-repeat: no-repeat;
}


ul.dashed {
  list-style-type: none;
}
ul.dashed > li {
  text-indent: -10px;
}
ul.dashed > li:before {
  content: "-";
  text-indent: -5px;
}


.timeline .timeline-item{position:relative}  .timeline .timeline-info{letter-spacing:3px;margin:0 0 .5em 0;text-transform:uppercase;white-space:nowrap}  .timeline .timeline-marker{position:absolute;top:0;bottom:0;left:0;width:15px}  .timeline .timeline-marker:before{-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;background:#6f01a2;border:3px solid transparent;content:"";display:block;height:15px;position:absolute;top:4px;left:0;width:15px;transition:background 0.3s ease-in-out, border 0.3s ease-in-out}  .timeline .timeline-marker:after{content:"";width:3px;background:#6f01a2;display:block;position:absolute;top:24px;bottom:0;left:6px}  .timeline-item:last-child .timeline .timeline-marker:after{content:none}  .timeline .timeline-item:not(.period):hover .timeline-marker:before{background:transparent;border:3px solid #6f01a2}  .timeline .timeline-content .timeline-title{font-size:20px;font-weight:400}  .timeline .period{padding:0}  .timeline .period .timeline-info{display:none}  .timeline .period .timeline-marker:before{-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;background:transparent;content:"";width:15px;height:auto;border:none;top:0;bottom:30px;position:absolute;border-top:3px solid #57595d;border-bottom:3px solid #57595d}  .timeline .period .timeline-marker:after{content:"";height:32px;top:auto}  .timeline .period .timeline-content{padding:40px 0 70px}@media (min-width: 768px){.timeline.timeline-split .timeline,.timeline.timeline-centered .timeline{display:table}  .timeline.timeline-split .timeline-item,.timeline.timeline-centered .timeline-item{display:table-row;padding:0}  .timeline.timeline-split .timeline-info,.timeline.timeline-centered .timeline-info,.timeline.timeline-split .timeline-marker,.timeline.timeline-centered .timeline-marker,.timeline.timeline-split .timeline-content,.timeline.timeline-centered .timeline-content,.timeline.timeline-split .period .timeline-info,.timeline.timeline-centered .period .timeline-info{display:table-cell;vertical-align:top}  .timeline.timeline-split .timeline-marker,.timeline.timeline-centered .timeline-marker{position:relative}  .timeline.timeline-split .timeline-content,.timeline.timeline-centered .timeline-content{padding-left:30px}  .timeline.timeline-split .timeline-info,.timeline.timeline-centered .timeline-info{padding-right:30px}  .timeline.timeline-split .period .timeline-title,.timeline.timeline-centered .period .timeline-title{position:relative;left:-45px}}@media (min-width: 992px){.timeline.timeline-centered,.timeline.timeline-centered .timeline-item,.timeline.timeline-centered .timeline-info,.timeline.timeline-centered .timeline-marker,.timeline.timeline-centered .timeline-content{display:block;margin:0;padding:0}  .timeline.timeline-centered .timeline-item{padding-bottom:40px;overflow:hidden}  .timeline.timeline-centered .timeline-marker{position:absolute;left:50%;margin-left:-7.5px}  .timeline.timeline-centered .timeline-info,.timeline.timeline-centered .timeline-content{width:50%}  .timeline.timeline-centered>.timeline-item:nth-child(odd) .timeline-info{float:left;text-align:right;padding-right:30px}  .timeline.timeline-centered>.timeline-item:nth-child(odd) .timeline-content{float:right;text-align:left;padding-left:30px}  .timeline.timeline-centered>.timeline-item:nth-child(even) .timeline-info{float:right;text-align:left;padding-left:30px}  .timeline.timeline-centered>.timeline-item:nth-child(even) .timeline-content{float:left;text-align:right;padding-right:30px}  .timeline.timeline-centered>.timeline-item.period .timeline-content{float:none;padding:0;width:100%;text-align:center}  .timeline.timeline-centered .timeline-item.period{padding:50px 0 90px}  .timeline.timeline-centered .period .timeline-marker:after{height:30px;bottom:0;top:auto}  .timeline.timeline-centered .period .timeline-title{left:auto}}  .timeline.marker-outline .timeline-marker:before{background:transparent;border-color:#00bcd2}  .timeline.marker-outline .timeline-item:hover .timeline-marker:before{background:#00bcd2}


#myVideo {
  object-fit: cover;
  width: 100%;
  height: 400px;
  top: 0;
  left: 0;
}
.content {
  padding-top: 130px;
  position: absolute;
  bottom: 0;
  height: 100%;
  color: #f1f1f1;
  width: 100%;
}

.navbar{
  padding: 0;
}

#logo-img{
  margin-top:0; width: 80%;
}


@media (max-width:1281px) {
  .timeline-item{
    padding-left: 30px;
  }
  .content {
    padding-top: 30px;
    font-size: 10px;
  }
  #logo-img{
    margin-top: -10px;
  }
}

/* download app and cookie */

.navbar-header {
  position: relative;
}
body .download_app_block {
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 1vh 4.5vw;
  background-color: #f1f1f1;
  display: flex;
}
body .download_app_block .iconWrapper {
  display: flex;
  align-items: center;
}
body .download_app_block .closeHeader {
  width: 32px;
  height: 32px;
  margin-right: 4px;
  margin-left: -10px;
  text-decoration: none;
  background: none;
  border: none;
  cursor: pointer;
}
body .download_app_block .title { font-size: 4vw; padding-left: 10px; }
body .download_app_block span.title > * { display: block; padding: 0; margin: 0; }
body .download_app_block .subtitle { font-size: 2.8vw; }
body .download_app_block .btn.btn-purple.downloadBtn {
  padding: 7px 16px 8px;
  font-family: inherit;
  line-height: 1.2;
  text-decoration: none;
  cursor: pointer;
  margin-top: 10px;
  color: #fff;
}

.modalCookie {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 350px;
  height: auto;
  padding: 16px;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 0 4px 0 rgba(0,0,0,0.3);
  box-shadow: 0 2px 16px 0 rgba(0,0,0,0.2);
}
body.home p.cookieTitle {
  font-size: 16px;
  line-height: 1.3;
}
.cookieTitle > a {
  color: #5e029e;
}
.closeCookie {
  position: relative;
  z-index: 1003;
  width: 46px;
  height: 46px;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background-color: var(--pink);
  border: none;
  border-radius: 8px;
  transition: transform 0.2s ease;
  padding: 0 !important;
}
/* ready-solutions */

body .ready-solutions *:not(a.link) {color: #000000; font-family: 'Monserrat', sans-serif;}
body .ready-solutions .contact-icon i {color: #FFFFFF;}
body .ready-solutions .text-title {font-size: 35px; font-weight: 800;}
body .ready-solutions .text-subtitle {font-size: 25px; font-weight: 800;}
body .ready-solutions .font-20 {font-size: 20px;}
body .ready-solutions #v-pills-tabContent .btn-light { border-radius: 5px; }
body .ready-solutions .nav-pills .nav-link.active {background-color: #5e029e;}
body .btn.btn-purple {color:#fff;background-color:#5e029e;border-color:#5e029e;border-radius: 5px;margin-top:20px;margin-bottom: 10px;font-size: 16px}
body .ready-solutions #opportunities .row > .col { overflow: hidden; }
body .ready-solutions #opportunities .row > .col > span.title {position: absolute; top: 20px; left: 10px; color: #FFF; font-weight: bold; font-size: 20px; z-index: 999;}
body .ready-solutions #opportunities .row > .col > span.bg_fon {transition: 1s;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5); z-index: 998;}
body .ready-solutions #opportunities .row > .col:hover > span.bg_fon {background-color: rgba(0,0,0,0); }
body .ready-solutions #opportunities img { transition: 1s; }
body .ready-solutions #opportunities .row > .col:hover img { transform: scale(1.2); }
body .ready-solutions #customer-service .section-header { text-align: center; }
body .ready-solutions #customer-service .row { padding-bottom: 50px; display: table; }
body .ready-solutions #customer-service .row > div { display: table-cell; vertical-align: middle; }
body .ready-solutions .slick-dots li button::before {font-size: 20px; color: #5e029e;}
body .ready-solutions .slick-dots li.slick-active button::before {font-size: 40px;}
body .ready-solutions #contact #contactForm #form-submit { color: #FFF; }
body.shop .ready-solutions #block_video .content { background: rgba(0,0,0,0.15); }

@media (max-width:991px) {
  body .ready-solutions .text-title {font-size: 30px;}
  body .ready-solutions .text-subtitle {font-size: 23px;}
  body .ready-solutions #opportunities .row > .col > span.title,
  body .ready-solutions .font-20 {font-size: 18px;}
  body .ready-solutions video#myVideo {height: 350px;}
}
@media (max-width:767px) {
  body .ready-solutions .text-title {font-size: 25px;}
  body .ready-solutions .text-subtitle {font-size: 20px;}
  body .ready-solutions #opportunities .row > .col > span.title,
  body .ready-solutions .font-20 {font-size: 16px;}
  body .ready-solutions video#myVideo {height: 300px;}
  body .ready-solutions #customer-service .section-header { margin-bottom: 0; text-align: left; }
  body .ready-solutions #customer-service .row {display: grid;}
  body .ready-solutions #opportunities .block_images  {overflow-x: auto;}
  body .ready-solutions #opportunities .row  {flex-wrap: nowrap;}
  body .ready-solutions #opportunities .row > .col {min-width: 200px;}
  body .ready-solutions .btn.btn-purple {margin-top: 0;}
  body .ready-solutions .section-padding { padding: 50px 0 0; }
  body .ready-solutions #contact { padding: 100px 0 0; }
}
@media (max-width:575px) {
  body .ready-solutions .text-title {font-size: 20px;}
  body .ready-solutions .text-subtitle {font-size: 18px;}
  body .ready-solutions .font-20 {font-size: 14px;}
  body .ready-solutions video#myVideo {height: 250px;}
  .modalCookie {
    right: 16px;
    bottom: 16px;
    width: 230px;
    padding: 12px;
  }
  .cookieTitle { font-size: 14px; }
  .closeCookie {
    width: 40px;
    height: 40px;
    padding: 8px;
    font-size: 14px;
  }

  h2.block-title { font-size: 28px; }
  #acquaintance h2.block-title { font-size: 33px; }
  #acquaintance .block_kira,
  #relaxation .block_info { display: block; text-align: center; }
  #block_opportunities .block_desc { display: none; }
  #block_video .content {padding: 0;}
  #block_video .content .container {display: table; height: 100%; padding: 0 30px;}
  #block_video .content .container > div {vertical-align: middle; display: table-cell;}
  #create_company .block_info img {width: 100%; height: auto;}
  footer #copyright p {font-size: 15px; line-height: 31.5px;}
  #acquaintance .block_icon > div {padding: 10px 50px;}
  #acquaintance .block_icon .icon_content {padding: 25px 10px;}
  #relaxation .block_icon .icon_content a:hover,
  #relaxation .block_icon .icon_content a:focus
  { color: #000000; }
}
@media (max-width:400px) {
  body .ready-solutions .text-title {font-size: 18px;}
  body .ready-solutions .text-subtitle {font-size: 16px;}
  body .ready-solutions #opportunities .row > .col > span.title,
  body .ready-solutions .font-20 {font-size: 12px;}
  body .ready-solutions video#myVideo {height: 200px;}
}

/* Journal Page */
article.grid-item h6.post-title {overflow: hidden;}
.journal_page header .main-navigation li {padding: 0 5px;}
.journal_page header .main-navigation a.btn {border-radius: 5px; border: 1px solid #e9ecef;background: #fff; color: #000; font-size: 12px;}
.journal_page header .main-navigation a.btn:hover,
.journal_page header .main-navigation a.btn.active:hover {background: #e9ecef;}

.journal_page .grid-item { padding: 0 10px 20px 10px; }
.journal_page .grid-item div.short_text,
.journal_page .grid-item div.short_text > * { font-size: 12px; }
.journal_page .grid-item div.short_text{
  font-family: 'Montserrat', sans-serif;font-size: 12px!important;
}

@media (max-width:767px) {
  .journal_page header .main-navigation ul.main-menu {overflow-x: auto; display: flex; padding-bottom: 10px;}
  .journal_page .grid-item { width: 100%; position: relative !important; left: 0 !important; top: 0 !important; }
  header .logo-text .logo {font-size: 30px;}
  header .logo-text .head-line {font-size: 15px;}
  .journal_page header .main-navigation a.btn {padding: 10px 5px}
  .journal_carousel{
    width: 100%;!important;
  }
  .journal_item img{
    margin-top: 20px;
  }
}

@media (max-width:575px) {

  .journal_page header .main-navigation a.btn {font-size: 10px;}
  header .logo-text .logo {font-size: 20px;}
  header .logo-text .head-line {font-size: 10px;}
  .journal_page header .main-navigation a.btn {padding: 10px 5px}
  .header-tools{
    margin-left: 20px;
    margin-top: 50px;
    padding: 20px;
  }
  .right-tools{
    margin-top: 50px;
    padding: 20px;
  }
  .main-nav{
    margin-left: 20px;
    margin-top: 50px;
  }
  .journal_carousel{
    width: 100%;!important;
  }
}

.journal_carousel{
  max-height:500px;
  max-width:500px;
  height:auto;
  width:auto;
  margin: 0px auto;
}


.journal-page-img{
  max-height:500px;
  max-width:500px;
  height:auto;
  width:auto;
  margin: 0px auto;
}

