html {
  box-sizing: border-box;
  margin-top: 0 !important;
  scroll-behavior: smooth;
}
html::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-track {
  background-color: #fff;
}
html::-webkit-scrollbar-thumb {
  background-color: #000;
}

*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  margin: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #a100ff;
}

button {
  outline: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
button:focus {
  outline: none !important;
}

body {
  min-height: 100vh;
  font-family: "Mulish", sans-serif !important;
}
body.lock {
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mulish", sans-serif !important;
}

h3 {
  color: #EEEEEE;
}

p {
  font-family: "Mulish", sans-serif !important;
}

ul.navbar-nav > li > a {
  font-family: "Mulish", sans-serif !important;
}

.banner hr {
  margin-left: auto;
  margin-right: auto;
}

main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.main-content {
  margin-top: 70px;
}
@media only screen and (min-width: 992px) {
  .main-content {
    margin-top: 110px;
  }
}

body.double-diagonal.page-template-about-us .footer,
body.double-diagonal.page-template-front-page .footer,
body.double-diagonal.page-template-consulting .footer,
body.double-diagonal.single-consulting .footer,
body.double-diagonal.page-template-training .footer,
body.double-diagonal.page-template-books .footer,
body.double-diagonal.page-template-newslatter .footer,
body.double-diagonal.page-template-online-courses .footer,
body.double-diagonal.page-template-speaking .footer,
body.double-diagonal.page-template-contact .footer,
body.double-diagonal.page-template-archive .footer,
body.double-diagonal.single-newslatter .footer,
body.double-diagonal.tag-computer .footer {
  margin-top: -62px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  body.double-diagonal.page-template-about-us .footer,
  body.double-diagonal.page-template-front-page .footer,
  body.double-diagonal.page-template-consulting .footer,
  body.double-diagonal.single-consulting .footer,
  body.double-diagonal.page-template-training .footer,
  body.double-diagonal.page-template-books .footer,
  body.double-diagonal.page-template-newslatter .footer,
  body.double-diagonal.page-template-online-courses .footer,
  body.double-diagonal.page-template-speaking .footer,
  body.double-diagonal.page-template-contact .footer,
  body.double-diagonal.page-template-archive .footer,
  body.double-diagonal.single-newslatter .footer,
  body.double-diagonal.tag-computer .footer {
    margin-top: -72px;
  }
}
@media only screen and (min-width: 992px) {
  body.double-diagonal.page-template-about-us .footer,
  body.double-diagonal.page-template-front-page .footer,
  body.double-diagonal.page-template-consulting .footer,
  body.double-diagonal.single-consulting .footer,
  body.double-diagonal.page-template-training .footer,
  body.double-diagonal.page-template-books .footer,
  body.double-diagonal.page-template-newslatter .footer,
  body.double-diagonal.page-template-online-courses .footer,
  body.double-diagonal.page-template-speaking .footer,
  body.double-diagonal.page-template-contact .footer,
  body.double-diagonal.page-template-archive .footer,
  body.double-diagonal.single-newslatter .footer,
  body.double-diagonal.tag-computer .footer {
    margin-top: -92px;
  }
}

body.dark .about,
body.dark .services,
body.dark .pricing,
body.dark .portfolio,
body.dark .team,
body.dark .blog,
body.dark .contact,
body.dark .project,
body.dark .project .bx-wrapper,
body.dark .preloader,
body.dark .user-auth > div:nth-child(2),
body.dark .logos {
  background-color: #000;
}

body.dark.boxed .wrapper,
body.dark .wrapper,
body.dark ul.nav li.dropdown ul.dropdown-menu,
body.dark.auth-page,
body.dark .faq,
body.dark .shop-cart,
body.dark .shop-checkout,
body.dark .terms,
body.dark .footer {
  background-color: #000;
}

.banner {
  background-size: cover;
}

#back-top-wrapper {
  bottom: 80px;
}

.title {
  font-size: 48px;
  line-height: 120%;
  margin-top: 0;
}
@media (max-width: 767px) {
  .title {
    font-size: 35px;
    line-height: 1.2;
  }
}
.title span {
  color: #a100ff;
}

.panel-collapse {
  transition: height 0.2s ease;
}

@media only screen and (max-width: 767px) {
  .social-icons ul li img {
    max-width: 20px !important;
    max-height: 20px !important;
  }
}
.team-member-img-wrap img {
  height: 250px;
  object-fit: cover;
}

.team-member {
  margin-bottom: 30px;
  width: 100%;
  transition: color 0.5 ease;
}
.team-member-caption {
  display: flex;
  justify-content: center;
  min-height: 76px;
}
.team-member-caption h4 {
  line-height: 120% !important;
  margin: 15px 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.list-of-courses .container {
  padding: 0 15px 60px;
}
.list-of-courses .table {
  border: 1px solid #343434;
  width: 100%;
  margin: 40px auto 0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 7px;
  overflow: hidden;
  background-color: #000;
}
@media only screen and (min-width: 992px) {
  .list-of-courses .table {
    width: 80%;
  }
}
.list-of-courses .table th, .list-of-courses .table td {
  padding: 20px;
  border: 1px solid #343434;
}
@media only screen and (max-width: 991px) {
  .list-of-courses .table th, .list-of-courses .table td {
    padding: 15px;
  }
}
.list-of-courses .table th p, .list-of-courses .table td p {
  margin: 0;
}
.list-of-courses .table th {
  color: #a100ff;
  text-transform: uppercase;
}
.list-of-courses .table-link {
  color: #fff;
  text-decoration: underline !important;
  transition: color 0.5s ease;
}
.list-of-courses .table-link:hover {
  color: #a100ff;
}
.list-of-courses .title {
  margin-top: 0;
}

.page-template-training .about .about-content,
.page-template-online-courses .about .about-content,
.page-template-speaking .about .about-content,
.page-template-consulting .about .about-content {
  margin-top: 0;
}

.about .container {
  padding: 60px 15px 60px !important;
}
@media only screen and (min-width: 992px) {
  .about .container {
    padding: 90px 15px 90px !important;
  }
}

.page-template-consulting .services .container {
  padding: 0 15px 60px !important;
}
@media only screen and (min-width: 992px) {
  .page-template-consulting .services .container {
    padding: 0 15px 90px !important;
  }
}

.services-box-item-cover,
.services-box-item-content {
  border: 1px solid #343434;
}

.videos .title {
  margin-bottom: 25px;
}
.videos .container {
  padding-bottom: 60px;
}
.videos .video-item {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  .videos .video-item {
    align-items: center;
    display: flex;
    margin-bottom: 0;
  }
}
.videos .video-item .youtube-player iframe,
.videos .video-item .featured-thumbnail img {
  height: 300px;
  width: 100%;
}
.videos .video-item .featured-thumbnail img {
  object-fit: cover;
}
.videos .video-item .video-title {
  font-size: 24px;
  color: #a100ff;
  text-transform: capitalize;
}

.banner .content {
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-block {
  margin-top: 40px;
}

.color-main {
  color: #a100ff;
}

.info {
  margin-top: 40px;
}

.tac {
  text-align: center;
}

.info-content {
  margin: 40px 0;
}
.info-content ul {
  padding-left: 20px;
  list-style-type: disc;
}
.info-content ol {
  padding-left: 20px;
}

.single-training-info .container {
  padding: 60px 15px 0;
}

.mt-40 {
  margin-top: 40px;
}

.single-consulting .about .about-content {
  margin-top: 0;
}

.banner h1 {
  margin: 0 auto;
  padding: 0 15px;
  max-width: 1000px;
}

.projectmanager .section-overlay {
  padding: 90px 0 90px;
}

.w-80 {
  width: 80%;
}

.w-20 {
  width: 20%;
}

.blog .container.pb-0 {
  padding-bottom: 0 !important;
}

.pb-0 {
  padding-bottom: 0;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.more-btn {
  position: absolute;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: none;
}
.more-btn.show {
  display: block;
}

.portfolio .caption__content {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: height 0.5s ease, -webkit-line-clamp 0s ease 0.5s, overflow 0s ease 0.5s;
}
.portfolio .caption__content.more {
  -webkit-line-clamp: unset;
  overflow: visible;
  text-overflow: unset;
}

body.dark .preloader .loader {
  background-image: url(../../img/preloader-blueviolet-dark.svg) !important;
}

.customize-support .wrapper {
  margin-top: 46px !important;
}
@media only screen and (min-width: 768px) {
  .customize-support .wrapper {
    margin-top: 32px !important;
  }
}

.header ul .custom-button {
  padding: 12px 33px;
  width: 160px;
  height: 40px;
  line-height: normal;
}
.header ul .custom-button:hover {
  background-color: #a100ff;
  color: #fff !important;
}
.header ul .custom-button:hover a {
  transform: translateX(-10px);
}
.header-fixed ul.navbar-nav li .custom-button {
  padding: 12px 33px;
}
.header-fixed .logo a {
  margin-top: 0;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
.logo__name {
  font-weight: 700;
  color: #a100ff;
  font-size: 30px;
}
.logo a {
  width: 150px !important;
  padding: 0;
  height: 60px;
  margin-top: 30px;
  display: flex;
  align-items: center;
}

@media (max-width: 1420px) {
  .header .navbar-collapse, .navbar-collapse.in {
    top: 64px !important;
  }
  .logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    margin-top: 0;
  }
  .header ul .custom-button {
    margin-left: 12px;
  }
  .navbar-toggle {
    display: block;
    padding-right: 15px;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav {
    float: left !important;
    margin: 0;
    display: flex !important;
    flex-direction: column;
    width: 100%;
  }
  .navbar-nav .open .dropdown-menu {
    width: 100%;
  }
  .navbar-collapse.collapse {
    display: none !important;
  }
  .navbar-collapse, .navbar-collapse.in {
    position: fixed;
    top: 100px;
    left: 0;
    float: none;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #222;
    border-bottom: 1px solid #343434;
    overflow-y: auto;
    z-index: 999;
    border-top: 0;
    display: block !important;
  }
  ul.navbar-nav > li > a, .header-fixed ul.navbar-nav > li > a {
    padding: 20px 18px;
    border-top: 1px solid #343434;
    text-align: left;
    color: #555;
  }
}
.navbar-nav .open i.icon-angle {
  transform: rotate(180deg);
  padding-right: 3px;
  padding-left: 0;
}

@media (max-width: 991px) {
  .navbar-toggle {
    padding-right: 0;
  }
  .header .logo {
    height: 55px;
  }
  .header .logo a {
    margin: 0;
    height: 55px;
  }
}
@media (min-width: 1420px) {
  ul.navbar-nav {
    display: flex;
    align-items: center;
  }
}
ul.navbar-nav > li {
  display: flex;
  align-items: baseline;
  flex-direction: column;
}
@media (min-width: 1420px) {
  ul.navbar-nav > li {
    align-items: center;
  }
}
ul.navbar-nav > li a {
  width: 100%;
}
ul.navbar-nav .custom-button {
  margin-top: 0;
}

a,
h1 > span,
.projectmanager h3,
.projectmanager li a,
.testimonials #quote-carousel h5,
.services-box-item-content:before,
.services-box-item-content h2,
.social-icons ul li a:before,
.info-map-boxes-item:before,
.info-map-boxes-item h1,
.info-map-boxes-item a,
.services-box-item-cover:before,
.services-box-item-cover:after,
#back-top span:before,
.videopromotion a i,
.fact-badges h2 span,
span.heart,
a.link:hover,
a.link:focus,
a.link:active,
.services .services-box-item-content h2,
.btn-wrapper a,
ul.navbar-nav > li.active > a,
ul.navbar-nav > li > a:hover,
ul.navbar-nav > li > a:focus,
ul.navbar-nav > li > a:active,
.navbar-nav .fa-search:hover,
ul.navbar-nav > li.open > a,
ul.navbar-nav > li.open > a:hover,
ul.navbar-nav > li.open > a:focus,
ul.navbar-nav > li.open > a:active,
body.dark ul.navbar-nav > li.open > a,
body.dark ul.navbar-nav > li.open > a:hover,
body.dark ul.navbar-nav > li.open > a:focus,
body.dark ul.navbar-nav > li.open > a:active,
body.dark .latest-post .post-title a:hover,
body.dark ul.navbar-nav > li.active > a,
body.dark ul.navbar-nav > li > a:hover,
body.dark .navbar-nav .fa-search:hover,
.portfolio .caption a.title-link:hover h3,
.latest-post .post-title a:hover,
.footer .top-footer h4,
.facts-footer > div h5,
.footer .bottom-footer p a,
.footer .top-footer .menu ul li a:hover,
.about ul.nav.nav-tabs li.active a,
.banner .breadcrumb > li a:hover,
body.blog-page .meta span a,
body.blog-page .meta span i,
body.blog-page article h4:hover,
.sidebar ul.nav.nav-tabs li a:hover,
body.dark .sidebar ul.nav.nav-tabs li a:hover,
.widget.recent-posts .entry-title a:hover,
body.dark .widget.recent-posts .entry-title a:hover,
.comments-list .comment-reply,
.user-auth > div:nth-child(2) .form-container .form-group a,
.countdown-amount,
h4.panel-title a,
.project .project-navigation nav ul li a,
.shop-cart .secondary-button,
.payment .tooltip-text {
  color: #a100ff;
}

.custom-colorRotatingWords,
.team .social-icons ul.social li a:hover,
.team .social-icons ul.social li a:hover:before {
  color: #a100ff !important;
}

.latest-post .post-date,
.shop-cart .secondary-button:hover,
.shop-cart .secondary-button:focus,
.shop-cart .secondary-button:active,
.bx-wrapper .bx-controls-direction a,
#carousel-testimonials .carousel-indicators li.active,
body.dark.blog-page .pagination li.active a:hover,
body.blog-page .pagination li.active a,
ul.nav li.dropdown ul.dropdown-menu li a:hover,
ul.nav li.dropdown ul.dropdown-menu li a:focus,
ul.nav li.dropdown ul.dropdown-menu li a:active,
ul.nav li.dropdown ul.dropdown-menu li.active a,
.pricing-list .popular,
.pricing-switcher .switch,
.custom-button,
.portfolio .nav-pills li:hover,
.portfolio .nav-pills li.active,
#back-top a:hover,
.social-icons ul li a:hover,
.custom-input-label::before,
.testimonials #quote-carousel .carousel-indicators .active,
.custom-form-group .input-group .input-group-addon,
.submit-form button,
body.double-diagonal .about::before,
body.double-diagonal .faq::before,
body.double-diagonal .terms::before,
body.double-diagonal .shop-cart::before,
body.double-diagonal .shop-checkout::before,
body.double-diagonal .project::before,
body.double-diagonal .services::before,
body.double-diagonal .pricing::before,
body.double-diagonal .portfolio::before,
body.double-diagonal .team::before,
body.double-diagonal .blog::before,
body.double-diagonal .contact::before,
body.double-diagonal .logos::before,
.team-member:hover .team-member-caption,
.btn-wrapper a:hover,
.widget-tags ul > li a:hover {
  background-color: #a100ff;
}

body.blog-page .pagination li.active a,
.widget-tags ul > li a:hover,
.shop-cart .secondary-button {
  border: 1px solid #a100ff;
}

.about-right-side .full-image-container.hovered:before {
  border-left: 5px solid #a100ff;
}

.projectmanager blockquote,
#quote-carousel .carousel-indicators .active {
  border-color: #a100ff;
}

.projectmanagerpicture {
  border: 12px solid #a100ff;
}

.portfolio .nav-pills li {
  border: 2px solid #a100ff;
}

#back-top a {
  border: 2px solid #a100ff;
}

.team-member-caption {
  border-top: 3px solid #a100ff;
}

.social-icons ul li a {
  border: 3px solid #a100ff;
}

.footer .social-icons ul li a {
  border: 2px solid #a100ff;
}

.banner hr, body.dark .banner hr {
  border-top: 5px solid #a100ff;
}

.preloader .loader {
  background-image: url(../../img/preloaders/preloader-goldenrod-light.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

body.dark .preloader .loader {
  background-image: url(../../img/preloaders/preloader-goldenrod-dark.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.btn-wrapper a {
  border: 4px solid #a100ff;
}

@media (max-width: 991px) {
  ul.nav li.dropdown ul.dropdown-menu li.active a,
  body.dark ul.nav li.dropdown ul.dropdown-menu li.active a {
    background: transparent !important;
    color: #a100ff !important;
  }
}
@media (max-width: 767px) {
  .social-icons ul li a {
    border: 2px solid #a100ff;
  }
  .about-right-side .full-image-container.hovered:before {
    border-top: 5px solid #a100ff;
    border-left: none;
  }
  .rtl-version .about-right-side .full-image-container.hovered:before {
    border-right: none;
  }
}
@media (max-width: 576px) {
  .about-content ul.nav.nav-tabs li.active a {
    background: #a100ff;
    color: #fff;
  }
}
.newslatter {
  background-size: cover;
}
.newslatter form .form-group input {
  padding-left: 50px;
}
.newslatter .tnp-subscription label,
.newslatter .tnp-profile label {
  top: 0;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.newslatter .tnp-field.tnp-field-button {
  text-align: center;
}
.newslatter .tnp-subscription input[type=submit] {
  background-color: #a100ff;
  padding: 12px 33px;
  border-radius: 40px;
  font-size: 14px;
  font-weight: 600;
}
.newslatter__text {
  margin-top: 40px;
}

.tp-splitted.tp-linesplit {
  text-align: center !important;
}

.double-diagonal .newsletter-content {
  transform: skewY(3deg);
  backface-visibility: hidden;
}

.call-to-action__text {
  max-width: 800px;
  margin: 0 auto;
}

.newslatter-form {
  display: flex;
  justify-content: center;
}

.newslatter-form #mc_embed_signup {
  max-width: 100%;
}

.newslatter-form #mc_embed_signup_scroll {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.newslatter-form #mc_embed_signup_scroll input.email,
.newslatter-form #mc_embed_signup_scroll input.button {
  border-radius: 30px;
}

.newslatter-form #mc-embedded-subscribe-form .custom-input {
  margin-bottom: 20px;
}

.services .services-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.facts {
  background-size: cover;
}

.testimonials {
  background-size: cover;
}

.call-to-action {
  background-size: cover;
}

.testimonials #quote-carousel h5, .testimonials #quote-carousel h6 {
  line-height: 120%;
}

.page-template-front-page .latest-post a.img-thumb {
  justify-content: center;
  display: flex;
}
.page-template-front-page .latest-post a.img-thumb img {
  height: 240px;
}

.fact-badges__block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.bxslider {
  display: flex;
  align-items: center;
}
ul.bxslider img {
  max-height: 77px;
}

.techstack__text {
  margin: 25px 0;
}

.page-template-about-us .project {
  margin-bottom: 120px;
}
@media only screen and (max-width: 991px) {
  .page-template-about-us .project {
    margin-bottom: 60px;
  }
}
.page-template-about-us .project .title {
  margin-bottom: 40px;
}

.services .services-box-item-content {
  width: 100%;
}

@media (max-width: 767px) {
  .about-right-side .hovered .full-image-overlay {
    margin-top: 0px;
    position: absolute;
    height: auto;
    top: 0;
  }
}
body.dark .about .about-content .about-right-side img {
  min-height: 326px;
  object-fit: cover;
}

.projectmanager p {
  font-style: normal;
}

.zoom-icon:before {
  background: url(../../img/zoom-icon.png) 50% 50% no-repeat;
}

.gallery-item {
  margin-bottom: 40px;
}
.gallery-item .featured-thumbnail {
  text-align: center;
}
.gallery-item .featured-thumbnail a {
  height: 340px;
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  border-radius: 4px;
}
.gallery-item .featured-thumbnail img {
  height: 100%;
  width: 100%;
  object-position: top;
}
.gallery-item h3 {
  font-size: 18px;
  margin-top: 20px;
  text-decoration: none;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .gallery-item h3 {
    text-align: center;
  }
}

.page-template-about-us img.mfp-img {
  max-width: 700px;
  width: 100%;
}
.page-template-about-us .mfp-figure:after {
  background: none;
  box-shadow: none;
}

@media only screen and (max-width: 575px) {
  .services .services-box-item {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .services .services-box-item {
    width: 100%;
  }
}
.team-member-caption .list {
  width: auto;
}

.team .container {
  padding: 45px 15px 112px !important;
}

.banner.banner-blog-post {
  background-size: cover;
}

.widget.recent-posts .posts-thumb img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}
.widget-tags ul > li a {
  text-transform: uppercase;
  font-size: 13px !important;
}

.post-text {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.post-title {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.post-title a {
  line-height: 120% !important;
}

.latest-post {
  padding-bottom: 30px;
}

.latest-posts-content.row {
  margin-left: 0;
  margin-right: 0;
}

.blog article h4 {
  font-size: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.blog article p {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.blog .content h4 {
  min-height: 68px;
}
.blog .meta {
  min-height: 59px;
}
.blog .post-info a {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.blog iframe {
  max-width: 700px;
  height: 700px;
  margin: 0 auto;
  width: 100%;
}

.single .blog .meta {
  min-height: auto;
}

.youtube-player {
  margin-bottom: 20px;
}
.youtube-player:last-child {
  margin-bottom: 0;
}
.youtube-player iframe {
  width: 100%;
  height: 200px;
}
@media only screen and (min-width: 576px) {
  .youtube-player iframe {
    height: 400px;
  }
}

.content img {
  width: 100%;
}

.pagination > li > a, .pagination > li > span {
  padding: 9px 16px;
  background-color: transparent;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
}

.pagination li.active span {
  background-color: #a100ff;
  border: 1px solid #a100ff;
  padding: 9px 16px;
  font-size: 15px;
}
.pagination li.active span:hover {
  background-color: #a100ff;
  border: 1px solid #a100ff;
}

.pagination > li > a:focus, .pagination > li > a:hover,
.pagination > li > span:focus, .pagination > li > span:hover {
  background: #343434;
  border: 1px solid #343434;
  color: #fff;
}

.pagination > li > a, .pagination > li > span {
  border: 1px solid #343434;
}

.img-thumb img {
  min-height: 240px;
  object-fit: cover;
}

.blog-page figure a img {
  max-height: 500px;
  object-fit: cover;
  min-height: 240px;
}

.project .project-main-content img {
  min-height: auto;
}

.excerpt-blog, .content-article {
  margin: 22px 0;
}

.comments .comment-reply-title {
  margin: 40px 0 25px;
}
.comments .comment .author {
  color: #cccccc;
}
.comments .comment .awaiting {
  color: #cccccc;
  margin: 15px 0;
}
.comments-list .comment-author {
  display: flex;
  justify-content: space-between;
}
.comments-list .comment-author a {
  color: #cccccc;
}
.comments-list .comment-author .comment-meta a {
  font-size: 12px;
}
.comments-list .comment-content {
  margin: 15px 0;
}
.comments-list .comment-content p {
  color: #cccccc;
}
.comments .thread-odd, .comments .thread-alt {
  margin: 0 0 30px 96px;
}
@media only screen and (max-width: 767px) {
  .comments .thread-odd, .comments .thread-alt {
    margin: 0 0 15px 0;
  }
}
.comments-form input::placeholder, .comments-form textarea::placeholder {
  color: #cccccc;
  text-transform: uppercase;
}
.comments-form input:-moz-autofill, .comments-form textarea:-moz-autofill {
  box-shadow: 0 0 0 100px inset #343434 !important;
  -moz-text-fill-color: #cccccc !important;
}
.comments-form input:-webkit-autofill, .comments-form textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px inset #343434 !important;
  -webkit-text-fill-color: #cccccc !important;
}
.comments-form .comment-form-cookies-consent {
  display: flex;
  align-items: center;
}
.comments-form .comment-form-cookies-consent label {
  margin-bottom: 0;
}
.comments-form .comment-form-cookies-consent input[type=checkbox] {
  flex-shrink: 1;
  appearance: none;
  width: 20px !important;
  height: 10px;
  margin-right: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 2px solid #cccccc;
  border-radius: 3px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-top: 0;
  padding: 8px 0 !important;
  margin-right: 5px !important;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}
@media only screen and (max-width: 575px) {
  .comments-form .comment-form-cookies-consent input[type=checkbox] {
    flex-basis: 27px;
  }
}
.comments-form .comment-form-cookies-consent input[type=checkbox]:checked {
  background-color: #a100ff;
}
.comments-form .comment-form-cookies-consent input[type=checkbox]:checked:checked::before {
  opacity: 1;
}
.comments-form .comment-form-cookies-consent input[type=checkbox]::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 15%;
  left: 15%;
  background-color: #cccccc;
  opacity: 0;
}

.blog-img img {
  height: 240px;
}

body.double-diagonal .contactform {
  transform: none;
}
body.double-diagonal .contactform .container {
  transform: none;
}
body.double-diagonal .contactform .section-overlay {
  padding-top: 0;
}

.error-page .error .logo img {
  padding-top: 0;
}
.error-page .error-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.search-results .excerpt-blog {
  display: none;
}
.search-results article .custom-button {
  margin-top: 40px;
}

.page-template-consulting .services,
.page-template-training .services,
.page-template-speaking .services {
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-template-consulting .services-box-item-cover, .page-template-consulting .services-box-item-content,
.page-template-training .services-box-item-cover,
.page-template-training .services-box-item-content,
.page-template-speaking .services-box-item-cover,
.page-template-speaking .services-box-item-content {
  background: #151515 !important;
}

.portfolio .filtr-container .image-wrap {
  max-height: 300px;
  object-fit: cover;
}
.portfolio .caption h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.portfolio iframe {
  width: 100%;
}
.portfolio .open-email {
  position: relative;
}

.single-page {
  min-height: 50vh;
  padding: 60px 0;
}
.single-page .main-title {
  margin-bottom: 20px;
}

.page-template-newslatter .newslatter__links {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.page-template-newslatter .newslatter__links-link {
  display: block;
}
.page-template-newslatter .newslatter__links > div .caption {
  padding: 15px;
}

.page-template-books .about .container {
  padding: 60px 15px 0 !important;
}
.page-template-books.blog-page figure a img {
  max-height: unset;
}

.filtr-item {
  display: block;
}

.consulting-template-default .about h2,
.training-template-default .about h2,
.page-template-consulting .about h2,
.page-template-training .about h2,
.page-template-speaking .about h2 {
  margin-bottom: 25px;
}
.consulting-template-default .faq .container,
.training-template-default .faq .container,
.page-template-consulting .faq .container,
.page-template-training .faq .container,
.page-template-speaking .faq .container {
  padding: 60px 15px 60px;
}
@media (max-width: 991px) {
  .consulting-template-default .about-right-side,
  .training-template-default .about-right-side,
  .page-template-consulting .about-right-side,
  .page-template-training .about-right-side,
  .page-template-speaking .about-right-side {
    padding-top: 0;
  }
}
.consulting-template-default .services .section-overlay,
.training-template-default .services .section-overlay,
.page-template-consulting .services .section-overlay,
.page-template-training .services .section-overlay,
.page-template-speaking .services .section-overlay {
  padding: 0;
}

.float-img {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  .float-img {
    float: none;
    max-width: 100%;
    margin: 0 0 15px 0;
    padding: 0;
  }
}

.page-template-online-courses .faq h2 {
  margin-bottom: 25px;
}

.newslatter-template-default .blog .content figure {
  text-align: center;
}

.social-icons ul li a:hover img {
  transform: rotateY(360deg);
  transition: 0.4s;
  filter: brightness(0) invert(1);
}
.social-icons ul li img {
  max-width: 30px;
  max-height: 30px;
}

.footer .social-icons ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .social-icons ul li a img {
  max-height: 20px;
  max-height: 20px;
}

.footer-col-facts {
  float: left;
}
@media only screen and (min-width: 992px) {
  .footer-col-facts {
    float: right;
  }
}

.custom-input {
  position: relative;
}
.custom-input br {
  display: none;
}
.custom-input-label {
  z-index: 10;
}

.submit-form input {
  padding: 14px 26px;
  border-radius: 40px;
  display: block;
  font-weight: 600;
  margin: 0 auto;
  width: 100%;
  outline: none;
  font-size: 16px;
  height: 50px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  top: 0;
  width: 200px;
}

.wpcf7-spinner {
  position: relative;
  left: -7%;
  margin: 15px 0;
}
@media only screen and (max-width: 767px) {
  .wpcf7-spinner {
    position: relative;
    left: 0;
  }
}

.wpcf7-form-control-wrap {
  position: static;
}

.wpcf7 form .wpcf7-response-output {
  border: none;
  margin: 0;
  padding: 0;
}

form input:-moz-autofill {
  box-shadow: 0 0 0 100px #fff inset !important;
  -moz-text-fill-color: #000 !important;
}
form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 100px inset #fff !important;
  -webkit-text-fill-color: #000 !important;
}

.page-template-archive form .input-label {
  position: absolute;
}
.page-template-archive form .input-label::before {
  border-radius: 40px 0 0 40px;
}

.input.custom-input:focus-within .input-label.custom-input-label::before {
  -webkit-transform: scale3d(0.8, 1, 1);
  transform: scale3d(0.8, 1, 1);
}

.call-to-action-content form {
  max-width: 750px;
  margin: 0 auto;
}
.call-to-action-content form .custom-button {
  width: 100% !important;
  margin: 0 auto !important;
}
.call-to-action-content form textarea {
  color: #aaa;
  border-radius: 30px;
  box-shadow: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wpcf7-not-valid-tip {
  left: 64px;
  font-size: 12px !important;
  line-height: 100%;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
}