/**
* Template Name: Vesperr - v2.1.0
* Template URL: https://bootstrapmade.com/vesperr-free-bootstrap-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

.data-options{

}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    /*font-family: "Open Sans", sans-serif;*/
    color: #444444;
}

a {
  color: #3498db;
}

.dirrtl{
    direction:rtl !important;
}

a:hover {
  color: #5faee3;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
 /* display: none;*/
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background: #3498db;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #57aae1;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable AOS delay on mobile
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  z-index: 997;
  transition: all 0.5s;
  padding: 22px 0;
}

#header.header-scrolled {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  background: #fff;
}

#header .logo h1 {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #222222;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;
}

@media (max-width: 768px) {
  #header {
    background: #fff;
  }
  #header .logo h1 {
    font-size: 28px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  float: right;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #555555;
  padding: 8px 0 12px 25px;
  transition: 0.3s;
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  text-decoration:none;
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.nav-menu .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 30px;
  padding: 10px 25px;
}

.nav-menu .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 25px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  border-radius: 5px;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
  color: #222222;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #3498db;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #222222;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #3498db;
  text-decoration: none;
}

.mobile-nav .get-started {
  text-align: center;
  margin-top: 10px;
}

.mobile-nav .get-started a {
  background: #3498db;
  color: #fff;
  border-radius: 50px;
  margin: 0 15px;
  padding: 10px 30px;
  display: inline-block;
}

.mobile-nav .get-started a:hover {
  background: #57aae1;
  color: #fff;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(9, 9, 9, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
/*#hero {
  width: 100%;
  height: 90vh;*/
/*  margin-top: 70px;*/
/*}*/

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: black;
}

#hero h2 {
  color: #484848;
  margin-bottom: 50px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #3498db;
  border: 2px solid #3498db;
}

#hero .btn-get-started:hover {
  background: #3498db;
  color: #fff;
}

#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 991px) {
/*  #hero {
    height: 100vh;
  }*/
  #hero .animated {
    -webkit-animation: none;
    animation: none;
  }
  #hero .hero-img {
    text-align: center;
  }
/*  #hero .hero-img img {
    width: 50%;
  }*/
}

@media (max-width: 768px) {
/*  #hero {
    margin-top: 20px;
  }*/
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
 /* #hero .hero-img img {
    width: 70%;
  }*/
}


.BtnSendMessage {
    background: #3498db;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

@media (max-width: 575px) {
  /*#hero .hero-img img {
    width: 80%;
  }*/
}

@-webkit-keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

@keyframes up-down {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(-10px);
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
/*section {
  padding: 60px 0;
  overflow: hidden;
}*/

/*.section-bg {
  background-color: #f7fbfe;
}*/


.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
  color: #222222;
}

.section-title h2::before, .section-title h2::after {
  content: '';
  width: 50px;
  height: 2px;
  background: #3498db;
  display: inline-block;
}

.section-title h2::before {
  margin: 0 15px 10px 0;
}

.section-title h2::after {
  margin: 0 0 10px 15px;
}

.section-title p {
  margin: 15px 0 0 0;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f3f9fd;
  padding: 10px 0;
  text-align: center;
}

.clients .col-lg-2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.clients img {
  width: 50%;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 10px 0;
}

.clients img:hover {
  -webkit-filter: none;
  filter: none;
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

@media (max-width: 575px) {
  .clients img {
    width: 30%;
  }
}

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
}

.about .content ul li + li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 20px;
  color: #3498db;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.3s;
  line-height: 1;
  color: #3498db;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #3498db;
}

.about .content .btn-learn-more:hover {
  background: #3498db;
  color: #fff;
  text-decoration: none;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding-top: 0;
}

.counts .content {
  padding: 0;
}

.counts .content h3 {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
}

.counts .content p {
  margin-bottom: 0;
}

.counts .content .count-box {
  padding: 20px 0;
  width: 100%;
}

.counts .content .count-box i {
  display: block;
  font-size: 36px;
  color: #3498db;
  float: left;
}

.counts .content .count-box span {
  font-size: 36px;
  line-height: 30px;
  display: block;
  font-weight: 700;
  color: #222222;
  margin-left: 50px;
}

.counts .content .count-box p {
  padding: 15px 0 0 0;
  margin: 0 0 0 50px;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  color: #484848;
}

.counts .content .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #484848;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .content .count-box a:hover {
  color: #6f6f6f;
}

@media (max-width: 1024px) {
  .counts .image {
    text-align: center;
  }
  .counts .image img {
    max-width: 70%;
  }
}

@media (max-width: 667px) {
  .counts .image img {
    max-width: 100%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
}

    .services .icon-box::before {
        content: '';
        position: absolute;
        background: #f98800;
        right: -60px;
        top: -40px;
        width: 100px;
        height: 100px;
        border-radius: 50px;
        transition: all 0.3s;
        z-index: -1;
    }

    .services .icon-box:hover::before {
        background: #FF8B00;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 0px;
    }

.services .icon {
  margin: 0 auto 20px auto;
  padding-top: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background: #3498db;
  transition: all 0.3s ease-in-out;
}

.services .icon i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
}

.services .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.services .title a {
  color: #111;
}

.services .description {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 0;
}

.services .icon-box:hover .title a, .services .icon-box:hover .description {
  color: #fff;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #3498db;
  text-decoration:none;
}

/*--------------------------------------------------------------
# More Services
--------------------------------------------------------------*/
.more-services {
  padding-top: 20px;
}

.more-services .card {
  border: 0;
  padding: 160px 20px 20px 20px;
  position: relative;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.more-services .card-body {
  z-index: 10;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 30px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  transition: ease-in-out 0.4s;
  border-radius: 5px;
}

.more-services .card-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 15px;
}

.more-services .card-title a {
  color: #222222;
}

.more-services .card-text {
  color: #5e5e5e;
}

.more-services .read-more a {
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
  transition: 0.4s;
}

.more-services .read-more a:hover {
  text-decoration: underline;
}

    .more-services .card:hover .card-body {
        background: #FF8B00;
    }

.more-services .card:hover .read-more a, .more-services .card:hover .card-title, .more-services .card:hover .card-title a, .more-services .card:hover .card-text {
  color: white;
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .icon-box {
/*  display: flex;*/
  align-items: center;
  padding: 20px;
  background: #f6f6f6;
  transition: ease-in-out 0.3s;
}

.features .icon-box i {
  font-size: 32px;
  padding-right: 10px;
  line-height: 1;
}

.features .icon-box h3 {
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-size: 16px;
}

.features .icon-box h3 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.features .icon-box h3 a:hover {
  color: #3498db;
}

.features .icon-box:hover {
  background: #eef7fc;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid #fff;
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #e1f0fa;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.testimonials .owl-dot.active {
  background-color: #3498db !important;
}

@media (max-width: 767px) {
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 20px auto;
  list-style: none;
  text-align: center;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 15px 10px 15px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: #3498db;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-wrap {
  transition: 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background: rgba(34, 34, 34, 0.6);
}

.portfolio .portfolio-wrap::before {
  content: "";
  background: rgba(34, 34, 34, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: all ease-in-out 0.3s;
  z-index: 2;
  opacity: 0;
}

.portfolio .portfolio-wrap img {
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 20px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  font-style: italic;
}

.portfolio .portfolio-wrap .portfolio-links {
  text-align: center;
  z-index: 4;
}

.portfolio .portfolio-wrap .portfolio-links a {
  color: #fff;
  margin: 0 5px 0 0;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-links a:hover {
  color: #3498db;
}

.portfolio .portfolio-wrap:hover::before {
  opacity: 1;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.2);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
  background: rgba(255, 255, 255, 0.85);
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 10px;
  padding-top: 8px;
  display: inline-block;
}

.team .member .social a:hover {
  color: #3498db;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  border: 2px solid #f9f9f9;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 600;
  color: #222222;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3498db;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #222222;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3498db;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 50px;
  border: 2px solid #3498db;
  color: #3498db;
  font-size: 14px;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3498db;
  color: #fff;
}

.pricing .recommended {
  border-color: #3498db;
}

.pricing .recommended .btn-buy {
  background: #3498db;
  color: #fff;
}

.pricing .recommended .btn-buy:hover {
  background: #2383c4;
  border-color: #2383c4;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .contact-about h3 {
  font-size: 28px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  color: #222222;
}

.contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: "Raleway", sans-serif;
  color: #888;
}

.contact .social-links {
  padding-bottom: 20px;
}

.contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #3498db;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #3498db;
}

.contact .social-links a:hover {
  background: #3498db;
  color: #fff;
}

.contact .info {
  color: #444444;
}

.contact .info i {
  font-size: 32px;
  color: #3498db;
  float: left;
  line-height: 1;
}

.contact .info p {
  padding: 0 0 10px 42px;
  line-height: 28px;
  font-size: 14px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form button[type="submit"] {
  background: #3498db;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #2383c4;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #f8f8f8;
  min-height: 40px;
  margin-top: 86px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 72px;
  }
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 400;
  margin: 0;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

@media (max-width: 992px) {
  .breadcrumbs ol {
    margin-top: 10px;
  }
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #3c3c3c;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 20px;
}

.portfolio-details .portfolio-title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: center;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #3498db !important;
}

.portfolio-details .portfolio-info {
  padding-top: 45px;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-info p {
  font-size: 15px;
  padding: 15px 0 0 0;
}

@media (max-width: 992px) {
  .portfolio-details .portfolio-info {
    padding-top: 20px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
/*  padding: 30px 0;*/
  color: #222222;
  font-size: 14px;
}

#footer .credits {
  font-size: 13px;
  padding-top: 5px;
  color: #222222;
}

#footer .footer-links a {
  color: #222222;
  padding-right: 15px;
  text-decoration:none;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}

#footer .footer-links a:hover {
  color: #3498db;
}


/*for ul language*/
.nav-wrapper {
    width: 100px;
    text-align: center;
    margin-top: 6px;
}

.sl-nav {
    display: inline;
}

    .sl-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        display: inline-block;
    }

    .sl-nav li {
        cursor: pointer;
        padding-bottom: 10px;
    }

        .sl-nav li ul {
            display: none;
        }

        .sl-nav li:hover ul {
            position: absolute;
            top: 29px;
            right: -15px;
            display: block;
            background: #fff;
            width: 120px;
            padding-top: 0px;
            z-index: 1;
            border-radius: 5px;
            box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
        }

        .sl-nav li:hover .triangle {
            position: absolute;
            top: 15px;
            right: -10px;
            z-index: 10;
            height: 14px;
            overflow: hidden;
            width: 30px;
            background: transparent;
        }

            .sl-nav li:hover .triangle:after {
                content: '';
                display: block;
                z-index: 20;
                width: 15px;
                transform: rotate(45deg) translateY(0px) translatex(10px);
                height: 15px;
                background: #fff;
                border-radius: 2px 0px 0px 0px;
                box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
            }

        .sl-nav li ul li {
            position: relative;
            text-align: left;
            background: transparent;
            padding: 15px 15px;
            padding-bottom: 0;
            z-index: 2;
            font-size: 15px;
            color: #3c3c3c;
        }

            .sl-nav li ul li:last-of-type {
                padding-bottom: 15px;
            }

            .sl-nav li ul li span {
                padding-left: 5px;
            }

                .sl-nav li ul li span:hover, .sl-nav li ul li span.active {
                    color: #146c78;
                }

.sl-flag {
    display: inline-block;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
    width: 15px;
    height: 15px;
    background: #aaa;
    border-radius: 50%;
    position: relative;
    top: 2px;
    overflow: hidden;
}

.flag-de {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAAAPUlEQVQ4T+3HMQ0AIBTE0NOHM8x9B7hgh71bIWGieUvze1m7kHGBr/AVvsJX+EpmP5dV5/gKX+ErfIUvVDYcX2NMxQC8PAAAAABJRU5ErkJggg==');
    background-size: cover;
    background-position: center center;
}

.flag-usa {
    background-size: cover;
    background-position: center center;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Common
# Animations
# Dot Style
# Main Menu
# Sidemenu
# Banner
# Service One
# Cat One
# Video One
# Cat Two
# Pricing One
# Testimonials One
# App shots
# FAQ
# Blog One
# Brand One
# Mailchimp One
# Site Footer
# Page Header
# BreadCrumb
# Blog Two
# Footer Two
# Blog Details
# Sidebar
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/


/*
font-family: 'Barlow', sans-serif;
font-family: 'Prata', serif;
*/

:root {
    --thm-font: 'Barlow', sans-serif;
    --heading-font: 'Prata', serif;
    --thm-base: #ffae00;
    --thm-base-rgb: 255, 174, 0;
    --thm-primary: #fa496e;
    --thm-primary-rgb: 250, 73, 110;
    --thm-black: #000000;
    --thm-black-rgb: 0, 0, 0;
}



body {
  /*  font-family: var(--thm-font);*/
    color: #8d8d8d;
    font-size: 18px;
    line-height: 36px;
    font-weight: 500;
}

a:active,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

ul,
li {
    margin: 0;
    padding: 0;
}

.page-wrapper {
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
    overflow: hidden;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}


/* block title */

.block-title {
    padding-bottom: 43px;
}

    .block-title p {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        color: var(--thm-primary);
    }

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
    background-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
}

.bootstrap-select > .dropdown-toggle {
    box-shadow: none !important;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .dropdown-menu {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    z-index: 991;
    border-radius: 0;
}

    .bootstrap-select .dropdown-menu > li + li > a {
        border-top: 1px solid var(--thm-gray);
    }

    .bootstrap-select .dropdown-menu > li.selected > a {
        background: var(--thm-primary);
        color: #fff;
    }

    .bootstrap-select .dropdown-menu > li > a {
        font-size: 16px;
        font-weight: 500;
        padding: 4px 20px;
        color: var(--thm-black);
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .bootstrap-select .dropdown-menu > li > a:hover {
            background: var(--thm-primary);
            color: #fff;
            cursor: pointer;
        }

/* datepicker */

.datepicker.dropdown-menu {
    min-width: 17rem;
}

.datepicker table {
    width: 100%;
}

.post-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .post-pagination a {
        border-radius: 50%;
        border-width: 1px;
        border-style: solid;
        border-color: rgba(225, 90, 19, .2);
        color: #9ca3a9;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 57px;
        height: 57px;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .post-pagination a:hover {
            background-color: var(--thm-primary);
            color: #fff;
        }

        .post-pagination a.active {
            background-color: var(--thm-base);
            color: #fff;
            cursor: auto;
        }

        .post-pagination a + a {
            margin-left: 15px;
        }


.preloader {
    position: fixed;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9991;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.preloader__image {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.scroll-to-top {
    display: inline-block;
    width: 45px;
    height: 45px;
    background-color: var(--thm-primary);
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: none;
    outline: none;
    background-size: auto 200%;
    border-radius: 50%;
    transition: all .4s ease;
}

    .scroll-to-top i {
        color: #ffffff;
        font-size: 18px;
        line-height: 45px;
    }

    .scroll-to-top:hover {
        background-color: var(--thm-base);
    }

        .scroll-to-top:hover i {
            color: #fff;
        }

.thm-base-bg {
    background-color: var(--thm-primary);
}

.thm-base-bg-2 {
    background-color: var(--thm-base);
}

.thm-gray-bg {
    background-color: var(--thm-gray);
}




/* Cursor Style */
.cursor {
    position: absolute;
    background-color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.3s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    -webkit-transform: scale(1);
    transform: scale(1);
    visibility: hidden;
}

.cursor {
    visibility: visible;
}

    .cursor.active {
        opacity: 0.5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .cursor.hovered {
        opacity: 0.08;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    }

.cursor-follower {
    position: absolute;
    background-color: RGBA(255, 255, 255, 0.3);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    z-index: 1;
    -webkit-transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity;
    transition: 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) transform, 0.2s cubic-bezier(0.75, -0.27, 0.3, 1.33) opacity, 0.6s cubic-bezier(0.75, -1.27, 0.3, 2.33) -webkit-transform;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
    z-index: 10000;
    visibility: hidden;
}

.cursor-follower {
    visibility: visible;
}

    .cursor-follower.active {
        opacity: 0.7;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .cursor-follower.hovered {
        opacity: 0.08;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=8)";
    }

    .cursor-follower.close-cursor:before {
        position: absolute;
        content: '';
        height: 25px;
        width: 2px;
        background: #fff;
        left: 48%;
        top: 12px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        display: inline-block;
    }

    .cursor-follower.close-cursor:after {
        position: absolute;
        content: '';
        height: 25px;
        width: 2px;
        background: #fff;
        right: 48%;
        top: 12px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

/*--------------------------------------------------------------
# Animations
--------------------------------------------------------------*/

@keyframes ripple {
    0% {
        transform: scale(1);
    }

    25% {
        transform: scale(1.1);
    }

    50% {
        transform: scale(1.2);
    }

    75% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes videoBtnAnim {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@keyframes videoBtnAnim {
    0% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    25% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    75% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
}

@-webkit-keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@keyframes banner3Shake {
    0% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }

    30% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    60% {
        -webkit-transform: rotate3d(1, 0, 0, 0deg);
        transform: rotate3d(1, 0, 0, 0deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    100% {
        -webkit-transform: rotate3d(0, 1, 0, 0deg);
        transform: rotate3d(0, 1, 0, 0deg);
    }
}

@-webkit-keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}

@keyframes ImgBounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}


@-webkit-keyframes squareMover {

    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%, 60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%, 80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}


@keyframes squareMover {

    0%, 100% {
        -webkit-transform: translate(0, 0) rotate(0);
        transform: translate(0, 0) rotate(0);
    }

    20%, 60% {
        -webkit-transform: translate(20px, 40px) rotate(180deg);
        transform: translate(20px, 40px) rotate(180deg);
    }

    30%, 80% {
        -webkit-transform: translate(40px, 60px) rotate(0deg);
        transform: translate(40px, 60px) rotate(0deg);
    }
}


@-webkit-keyframes shapeMover {

    0%, 100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}


@keyframes shapeMover {

    0%, 100% {
        -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
        transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    }

    50% {
        -webkit-transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
        transform: perspective(400px) rotate(-45deg) translateZ(20px) translateY(20px) translateX(20px);
    }
}



/*--------------------------------------------------------------
# Dot Style
--------------------------------------------------------------*/
.owl-carousel.owl-dot-type1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
}

.owl-carousel.owl-dot-type1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 12px;
    margin: 0 !important;
}

    .owl-carousel.owl-dot-type1 .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #ffffff;
        border: 1px solid var(--thm-base);
        margin: 0px 5px;
        margin-top: 50px;
        padding: 0px;
        border-radius: 50%;
        -webkit-transition: all 100ms linear;
        transition: all 100ms linear;
        -webkit-transition-delay: 0.1s;
        transition-delay: 0.1s;
    }

        .owl-carousel.owl-dot-type1 .owl-dots .owl-dot span {
            display: none;
        }

        .owl-carousel.owl-dot-type1 .owl-dots .owl-dot.active {
            border-color: var(--thm-base);
            background: var(--thm-base);
            outline: none;
        }

/*--------------------------------------------------------------
# Main Menu
--------------------------------------------------------------*/

.site-header-one {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}



    .site-header-one .container-fluid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        max-width: 1450px;
        margin-left: 100px;
        margin-right: auto;
    }

@media(max-width: 1550px) {
    .site-header-one .container-fluid {
        margin-left: auto;
        margin-right: auto;
    }
}

.site-header-one__logo .side-menu__toggler {
    display: none;
    font-size: 22px;
    color: var(--thm-black);
    margin-left: 30px;
    cursor: pointer;
}


.main-nav__main-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
}


            .main-nav__main-navigation .main-nav__navigation-box > li.current > a:before,
            .main-nav__main-navigation .main-nav__navigation-box > li:hover > a:before {
                -webkit-transform: scale(1, 1);
                transform: scale(1, 1);
                -webkit-transform-origin: right;
                transform-origin: right;
            }

.main-nav__main-navigation .dropdown-btn {
    display: none;
}

.main-nav__right .thm-btn {
    line-height: 54px;
    padding: 0 33.5px;
}


/* Dropdown menu */

.main-nav__main-navigation .dropdown-btn {
    display: none;
}

.main-nav__main-navigation .main-nav__navigation-box > li ul {
    position: absolute;
    width: 210px;
    background-color: #fff;
    border-top: 4px solid var(--thm-base);
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -webkit-transform-origin: top;
    transform-origin: top;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 991;
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
}


        .main-nav__main-navigation .main-nav__navigation-box > li ul > li:hover > a {
            color: #fff;
            background-color: var(--thm-black);
        }



/* Second level menu */

.main-nav__main-navigation .main-nav__navigation-box > li > ul {
    top: 100%;
    left: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-nav__main-navigation .main-nav__navigation-box > li:hover > ul {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* Third level menu */

.main-nav__main-navigation .main-nav__navigation-box > li > ul > li > ul {
    top: 0;
    left: 100%;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.main-nav__main-navigation .main-nav__navigation-box > li > ul > li:hover > ul {
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}


/* After Third level menu */

.main-nav__main-navigation .main-nav__navigation-box > li > ul > li > ul > li > ul {
    display: none;
}

/* stricked menu */
.stricked-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #ffffff;
    box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

    .stricked-menu.stricky-fixed {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

   /* .stricked-menu .main-nav__main-navigation .main-nav__navigation-box > li {
        padding: 26px 0;
    }*/

/* main nav btn */

.site-header-one .main-nav__right {
    margin-left: auto;
}

.main-nav__btn {
    background-image: none;
    font-size: 14px;
    padding: 6px 37.5px;
    border: 2px solid #fff;
}



    .main-nav__btn:before {
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1);
        background-image: -webkit-linear-gradient(left, var(--thm-primary) 0%, var(--thm-base) 100%);
        background-image: linear-gradient(90deg, var(--thm-primary) 0%, var(--thm-base) 100%);
        top: -2px;
        left: -2px;
        right: -2px;
        bottom: -2px;
    }

    .main-nav__btn:hover:before {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    .main-nav__btn span {
        color: #fff;
        -webkit-text-fill-color: #fff;
    }

.stricked-menu .main-nav__btn {
    border-color: var(--thm-black);
}

    .stricked-menu .main-nav__btn span {
        color: var(--thm-black);
        -webkit-text-fill-color: var(--thm-black);
    }

    .stricked-menu .main-nav__btn:hover span {
        color: #fff;
        -webkit-text-fill-color: #fff;
    }








/*--------------------------------------------------------------
# Sidemenu
--------------------------------------------------------------*/

.side-menu__block {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: -webkit-transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
}

    .side-menu__block.active {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }

.side-menu__block-overlay {
    width: 100%;
    height: 100%;
    background-color: var(--thm-black);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

    .side-menu__block-overlay .cursor-follower {
        background-color: rgba(255, 255, 255, 0.3);
    }

.side-menu__block-inner {
    position: relative;
    max-width: 532px;
    width: 100%;
    margin-right: auto;
    height: 100vh;
    background-color: #F6F6FE;
    z-index: 999999;
    overflow-y: auto;
    padding: 40px 0;
    padding-top: 20px;
    position: relative;
}

@media(max-width: 575px) {
    .side-menu__block-inner {
        max-width: 480px;
    }
}

@media(max-width: 480px) {
    .side-menu__block-inner {
        max-width: 400px;
    }
}

@media(max-width: 375px) {
    .side-menu__block-inner {
        max-width: 300px;
    }
}

.side-menu__block-inner .mCustomScrollBox {
    width: 100%;
}

.side-menu__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 100px;
    padding-right: 40px;
}

.mobile-nav__container {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 50px;
}

    .mobile-nav__container ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav__container li.dropdown ul {
        display: none;
        padding-left: 0.5em;
    }

    .mobile-nav__container li.dropdown {
        position: relative;
    }

        .mobile-nav__container li.dropdown .dropdown-btn {
            border: none;
            outline: none;
            background-color: transparent;
            color: #9ca3a9;
            font-size: 14px;
            padding-left: 10px;
            padding-right: 10px;
            width: auto;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
            -webkit-transition: transfrom 500ms ease;
            transition: transfrom 500ms ease;
        }

            .mobile-nav__container li.dropdown .dropdown-btn.open {
                -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);
            }

    .mobile-nav__container li + li {
        margin-top: 5px;
    }

    .mobile-nav__container li a {
        font-family: var(--special-font-smb);
        display: block;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
        position: relative;
        font-size: 17px;
        font-family: var(--heading-font);
        color: var(--thm-black);
    }

        .mobile-nav__container li a:hover {
            color: var(--thm-base);
        }

    .mobile-nav__container li.current-menu-item > a,
    .mobile-nav__container li.current > a {
        color: var(--thm-base);
    }



.side-menu__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 40px;
}

        .side-menu__social a:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            border-radius: 50%;
            -webkit-transform: scale(0);
            transform: scale(0);
            background: var(--thm-base);
            -webkit-transition: -webkit-transform 500ms ease;
            transition: -webkit-transform 500ms ease;
            transition: transform 500ms ease;
            transition: transform 500ms ease, -webkit-transform 500ms ease;
        }

        .side-menu__social a:hover:before {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

        .side-menu__social a i {
            position: relative;
            z-index: 20;
        }

        .side-menu__social a + a {
            margin-left: 10px;
        }

.side-menu__content {
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 50px;
}

    .side-menu__content p {
        margin: 0;
        font-size: 14px;
        line-height: 32px;
        color: #7c7d8a;
        letter-spacing: .02em;
    }

        .side-menu__content p + p {
            margin-top: 30px;
        }

        .side-menu__content p a {
            color: var(--thm-base);
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .side-menu__content p a:hover {
                color: var(--thm-primary);
            }

.side-menu__sep {
    width: calc(100% - 200px);
    margin-left: auto;
    margin-right: auto;
    height: 1px;
    background-color: #fff;
    margin-top: 70px;
    margin-bottom: 70px;
}

.side-menu__text p {
    font-size: 14px;
    line-height: 32px;
    color: #7c7d8a;
    margin: 0;
    margin-bottom: 25px;
}


.side-menu__text a {
    color: var(--thm-base);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .side-menu__text a:hover {
        color: var(--thm-black);
    }

.side-menu__block__copy {
    font-size: 16px;
    font-weight: 500;
    color: #7c7d8a;
    margin: 0;
}


@media(max-width: 575px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 50px;
        padding-right: 50px;
    }

    .side-menu__sep {
        margin-top: 40px;
        margin-bottom: 40px;
        width: calc(100% - 100px);
    }
}

@media(max-width: 480px) {

    .side-menu__top,
    .side-menu__content,
    .mobile-nav__container {
        padding-left: 25px;
        padding-right: 25px;
    }

    .side-menu__sep {
        width: calc(100% - 50px);
    }

    .side-menu__social {
        margin-top: 40px;
    }

        .side-menu__social a {
            width: 45px;
            height: 45px;
        }
}








/*--------------------------------------------------------------
# Banner
--------------------------------------------------------------*/
.banner-one {
    position: relative;
    display: block;
    padding: 0 0 108px;
}

.banner-shape-1 {
    position: absolute;
    top: 30px;
    left: 0;
}

.banner-shape-2 {
    position: absolute;
    top: 60px;
    left: 0;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-one__bg {
    position: absolute;
    top: -280px;
    right: -525px;
    height: 993px;
    width: 1167px;
    z-index: -1;
}

.banner-one__content {
    padding-top: 198px;
}

    .banner-one__content h3 {
        color: var(--thm-black);
        font-size: 90px;
        font-weight: 400;
        line-height: 105px;
        margin: 0;
        letter-spacing: -.02em;
        font-family: var(--heading-font);
    }

    .banner-one__content p {
        color: #8d8d8d;
        font-size: 18px;
        margin: 35px 0px 44px;
    }

.banner-img {
    position: relative;
    display: block;
    max-width: 370px;
    float: right;
    width: 100%;
    padding-top: 105px;
}

.banner-bg {
    position: absolute;
    top: 273px;
    right: -100px;
    width: 571px;
    height: 475px;
    background-repeat: no-repeat;
    z-index: -1;
}

.banner-img img:not(.banner-image__curvs) {
    -webkit-animation: ImgBounce 5s ease-in-out 0s infinite alternate;
    animation: ImgBounce 5s ease-in-out 0s infinite alternate;
}

.banner-icon-1,
.banner-icon-2,
.banner-icon-3 {
    height: 102px;
    width: 102px;
    border-radius: 50px;
    background: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 2px 14px 1px rgba(0, 0, 0, 0.1);
    font-size: 54px;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.banner-icon-1 {
    position: absolute;
    top: 401px;
    left: -125px;
    color: #0c99ff;
    font-size: 45px;
    width: 86px;
    height: 86px;
}

.banner-icon-2 {
    position: absolute;
    top: 663px;
    left: -111px;
    color: #ff4770;
}

.banner-icon-3 {
    position: absolute;
    top: 526px;
    color: #ffaf00;
    right: -134px;
}

.banner-image__curvs {
    position: absolute;
    left: -118px;
    top: -115px;
    z-index: -1;
}

/*--------------------------------------------------------------
# Service One
--------------------------------------------------------------*/

.service-one {
    position: relative;
    display: block;
    padding: 0 0 120px;
}

.service-one__single {
    position: relative;
    display: block;
    text-align: center;
    padding: 5px 5px 32px 5px;
    background: #ffffff;
    border-radius: 30px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    box-shadow: 0px 4px 10px 2px rgba(0, 0, 0, 0.06);
}

    .service-one__single:hover {
        box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
    }

    .service-one__single .service-icon {
        background: #fef6f8;
        padding: 30px 0px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }

        .service-one__single .service-icon .icon-box {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            height: 80px;
            width: 80px;
            border-radius: 50px;
            background: var(--thm-primary);
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            font-size: 32px;
            color: #fff;
            margin: 0 auto;
            position: relative;
            z-index: 10;
        }

            .service-one__single .service-icon .icon-box i {
                position: relative;
                height: 80px;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-direction: column;
                flex-direction: column;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
                background: var(--thm-primary);
                width: 80px;
                z-index: 10;
                display: flex;
                border-radius: 50%;
            }

            .service-one__single .service-icon .icon-box:after,
            .service-one__single .service-icon .icon-box:before {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                background-color: var(--thm-primary);
                position: absolute;
                top: calc(50% - 40px);
                left: calc(50% - 40px);
                content: "";
                position: absolute;
                opacity: 0.15;
                animation: ripple 3s infinite;
                -webkit-animation-delay: .9s;
                animation-delay: .9s;
                animation-timing-function: linear;
            }

            .service-one__single .service-icon .icon-box:after {
                -webkit-animation-delay: .6s;
                animation-delay: .6s;
                opacity: 0.07;
            }



    .service-one__single .text h3 {
        color: var(--thm-black);
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
        padding: 28px 0 20px;
    }

    .service-one__single .text p {
        margin: 0px;
    }

    .service-one__single .service-icon.icon-bg-2 {
        background: #f3f7fc;
    }

    .service-one__single .service-icon .icon-box.icon-box-bg-2 i,
    .service-one__single .service-icon .icon-box.icon-box-bg-2::before,
    .service-one__single .service-icon .icon-box.icon-box-bg-2::after {
        background: #5798fe;
    }




    .service-one__single .service-icon.icon-bg-3 {
        background: #f9f5f0;
    }

    .service-one__single .service-icon .icon-box.icon-box-bg-3 i,
    .service-one__single .service-icon .icon-box.icon-box-bg-3::before,
    .service-one__single .service-icon .icon-box.icon-box-bg-3::after {
        background: var(--thm-base);
    }

    .service-one__single .service-icon.icon-bg-4 {
        background: #f3fcf4;
    }

    .service-one__single .service-icon .icon-box.icon-box-bg-4 i,
    .service-one__single .service-icon .icon-box.icon-box-bg-4::before,
    .service-one__single .service-icon .icon-box.icon-box-bg-4::after {
        background: #56cc61;
    }

/*--------------------------------------------------------------
# Cat One
--------------------------------------------------------------*/
.cta-one {
    position: relative;
    display: block;
    padding: 117px;
    background: #f3f7fc;
}

.cta-one__bg-shape-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.cta-one__bg-shape-2 {
    position: absolute;
    top: 125px;
    right: 100px;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.cat_one_moc {
    position: relative;
    display: block;
    z-index: 1;
}

.cat_one_moc-bg {
    position: absolute;
    top: 91px;
    left: -190px;
    width: 310px;
    height: 300px;
    z-index: -1;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}



.cat_one_content {
    margin-left: 50px;
}

.cat_one_icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
}

.cta-one__icon-single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .cta-one__icon-single h3 {
        color: var(--thm-black);
        font-size: 20px;
        font-weight: 600;
        line-height: 30px;
    }

    .cta-one__icon-single + .cta-one__icon-single {
        margin-left: 30px;
    }



.cta-one__icon i {
    width: 80px;
    height: 80px;
    margin-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    background: #5798fe;
    transform: rotateY(0) perspective(90px);
    transition: transform 500ms ease;
}

.cta-one__icon-single:hover i {
    transform: rotateY(180deg) perspective(90px);
}

.cta-one__icon i.color-2 {
    background-color: #56cc61;
}

.cta-one__text {
    margin-bottom: 35px;
}

/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/
.video-one {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
    padding: 120px 0 120px;
}

    .video-one .container {
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 180px 15px 194px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 20px;
        z-index: 1;
    }

        .video-one .container:before {
            position: absolute;
            height: 100%;
            width: 100%;
            content: "";
            background: rgba(87, 152, 254, .40);
            z-index: -1;
            top: 0;
            left: 0;
            border-radius: 20px;
        }

.video-one__btn {
    width: 115px;
    height: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    text-align: center;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    position: relative;
}

    .video-one__btn:before {
        content: '';
        position: absolute;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        border: 1px solid #aecefe;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: calc(50% - 50px);
        left: calc(50% - 50px);
        -webkit-animation: videoBtnAnim 3s ease-in infinite;
        animation: videoBtnAnim 3s ease-in infinite;
        z-index: -1;
    }

    .video-one__btn:after {
        content: '';
        position: absolute;
        width: 140px;
        height: 140px;
        border-radius: 50%;
        border: 1px solid #aecefe;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        top: calc(50% - 70px);
        left: calc(50% - 70px);
        -webkit-animation: videoBtnAnim 5s ease-in-out infinite;
        animation: videoBtnAnim 5s ease-in-out infinite;
        z-index: -1;
    }

    .video-one__btn i {
        color: var(--thm-black);
        font-size: 20px;
        height: 80px;
        width: 80px;
        line-height: 80px;
        background: #ffffff;
        border-radius: 50px;
        text-align: center;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .video-one__btn i:hover {
            background-color: var(--thm-black);
            color: #fff;
        }

.video-title {
    margin-top: 35px;
}

    .video-title h2 {
        color: #ffffff;
        font-size: 60px;
        font-family: var(--heading-font);
        text-align: center;
    }

/*--------------------------------------------------------------
# Cat Two
--------------------------------------------------------------*/
.cta-two {
    position: relative;
    z-index: 10;
    display: block;
}

.cta-two__bg-shape-1 {
    position: absolute;
    top: 41px;
    right: 293px;
    -webkit-animation-name: squareMover;
    animation-name: squareMover;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-perspective: 100px;
    perspective: 100px;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}



.cta-two__moc {
    margin-left: 20px;
}

.block-title.cus-pb {
    padding-bottom: 30px;
    margin-top: -12px;
}


.cta-two__list {
    margin-top: 35px;
    margin-bottom: 52px;
}

    .cta-two__list li {
        margin-bottom: 10px;
    }

        .cta-two__list li i {
            color: var(--thm-primary);
            font-size: 20px;
            padding-right: 10px;
        }

/*--------------------------------------------------------------
# Pricing One
--------------------------------------------------------------*/
.pricing-one {
    position: relative;
    display: block;
    padding: 88px 0 120px;
}

.pricing-one-shape-1 {
    position: absolute;
    top: -327px;
    left: 0;
    width: 600px;
    height: 1055px;
}

.pricing-one ul.switch-toggler-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 63px;
}



    .pricing-one ul.switch-toggler-list li a {
        font-size: 18px;
        font-weight: 600;
        color: #737789;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
    }

    .pricing-one ul.switch-toggler-list li.active a {
        color: var(--thm-black);
    }

.pricing-one .switch {
    position: relative;
    display: inline-block;
    width: 79px;
    height: 36px;
    vertical-align: middle;
    margin: 0;
}

.pricing-one .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .4s;
    transition: .4s;
    background: var(--thm-base);
}

    .pricing-one .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 6px;
        bottom: 6px;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

.pricing-one .switch.off .slider:before {
    -webkit-transform: translateX(42px);
    transform: translateX(42px);
}

.pricing-one .slider.round {
    border-radius: 35px;
}

    .pricing-one .slider.round:before {
        border-radius: 50%;
    }

.pricing-one__single {
    text-align: center;
    background: #ffffff;
    border: 1px solid #eaeaea;
    padding: 45px 60px 50px;
    border-radius: 30px;
}

    .pricing-one__single .circle {
        height: 80px;
        width: 80px;
        border-radius: 50%;
        margin: 0 auto;
        position: relative;
    }

        .pricing-one__single .circle:after,
        .pricing-one__single .circle:before {
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background-color: var(--thm-primary);
            position: absolute;
            top: calc(50% - 40px);
            left: calc(50% - 40px);
            content: "";
            position: absolute;
            opacity: 0.15;
            animation: ripple 3s infinite;
            -webkit-animation-delay: .9s;
            animation-delay: .9s;
            animation-timing-function: linear;
        }

        .pricing-one__single .circle:after {
            -webkit-animation-delay: .6s;
            animation-delay: .6s;
            opacity: 0.07;
        }

        .pricing-one__single .circle.circle-color-2::before,
        .pricing-one__single .circle.circle-color-2::after {
            background-color: #5798fe;
        }

        .pricing-one__single .circle.circle-color-3::before,
        .pricing-one__single .circle.circle-color-3::after {
            background-color: #56cc61;
        }

        .pricing-one__single .circle .count {
            height: 80px;
            width: 80px;
            background: var(--thm-primary);
            border-radius: 50%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            position: relative;
            z-index: 10;
            top: 2px;
        }

            .pricing-one__single .circle .count h4 {
                color: #ffffff;
                font-size: 30px;
                font-family: var(--heading-font);
            }

    .pricing-one__single .price {
        padding: 22px 0 34px;
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 38px;
    }

        .pricing-one__single .price h2 {
            color: var(--thm-black);
            font-size: 45px;
            font-weight: 400;
            font-family: var(--heading-font);
        }

        .pricing-one__single .price p {
            color: #8d8d8d;
            font-size: 18px;
            line-height: 25px;
            margin: 0;
        }

.pricing-one__list {
    margin-bottom: 39px;
}



    .pricing-one__list li i {
        padding-right: 7px;
        color: var(--thm-primary);
        font-size: 14px;
    }

        .pricing-one__list li i.icon-color-2 {
            color: #5798fe;
        }

        .pricing-one__list li i.icon-color-3 {
            color: #56cc61;
        }

.thm-btn.pricing-one__btn {
    padding: 0 60px;
}


.pricing-one__single .count.count-color-2 {
    background: #5798fe;
}



.pricing-one__single .count.count-color-3 {
    background: #56cc61;
}

/*--------------------------------------------------------------
# Testimonials One
--------------------------------------------------------------*/
.testimonials-one {
    position: relative;
    display: block;
    background: #f3f7fc;
    padding: 120px 0;
    z-index: 1;
}

.testimonials-1-shape-4 {
    position: absolute;
    top: -79px;
    right: 0;
    height: 730px;
    width: 1152px;
    z-index: -1;
}

.testimonials-1-shape-5 {
    position: absolute;
    top: -1px;
    left: -261px;
    height: 590px;
    width: 810px;
}

.testimonials-one__single {
    position: relative;
    display: block;
    padding: 69px 80px 65px;
    background: var(--thm-primary);
    border-radius: 30px;
}

.testimonial-one-shape-1 {
    position: absolute;
    bottom: -47px;
    left: 95px;
}

.testimonials-one__single p.testimonials-one__text {
    color: #ffffff;
    font-size: 24px;
}

.testimonials-one__single .testimonials-one__icon {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    opacity: .10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

    .testimonials-one__single .testimonials-one__icon i {
        color: #ffffff;
        font-size: 110px;
    }

.testimonials-one-client-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-align: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-top: 30px;
    margin-left: 170px;
}

.testimonials-one__image {
    margin-right: 20px;
}



.testimonials-one-client-info h3 {
    color: var(--thm-black);
    font-size: 20px;
    font-weight: 600;
}

.testimonials-one-client-info p {
    color: #8d8d8d;
    font-size: 16px;
    line-height: 23px;
    font-weight: 600;
    margin: 0;
}

.testimonials-one__single.color-2 {
    background: #5798fe;
}




/*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    padding: 108px 0 120px;
    background: #f3f7fc;
}

.blog-1-shape-1 {
    position: absolute;
    top: -148px;
    left: 100px;
    width: 359px;
    height: 357px;
    z-index: 1;
    -webkit-animation-name: shapeMover;
    animation-name: shapeMover;
    -webkit-animation-duration: 9s;
    animation-duration: 9s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.blog-1-shape-2 {
    position: absolute;
    top: 0px;
    left: -1px;
    width: 674px;
    height: 470px;
}

.blog-1-shape-3 {
    position: absolute;
    bottom: 0;
    right: -429px;
    width: 818px;
    height: 582px;
}

.blog-one__single {
    position: relative;
    display: block;
    overflow: hidden;
}

    .blog-one__single:hover .blog-hover-box {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

        .blog-one__single:hover .blog-hover-box .icon-box {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            transition: all 500ms ease 500ms;
            -webkit-transition: all 500ms ease 500ms;
            -ms-transition: all 500ms ease 500ms;
            -o-transition: all 500ms ease 500ms;
        }

    .blog-one__single .blog-one__image {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

        .blog-one__single .blog-one__image img {
            width: 100%;
        }

.blog-hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    -webkit-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    background-color: rgba(39, 43, 48, 0.9);
}

    .blog-hover-box .box {
        display: table;
        height: 100%;
        width: 100%;
    }

    .blog-hover-box .icon-box {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

        .blog-hover-box .icon-box i {
            color: #ffffff;
            font-size: 25px;
        }

            .blog-hover-box .icon-box i:hover {
                color: var(--thm-base);
                transition: all 300ms ease 300ms;
                -webkit-transition: all 300ms ease 300ms;
                -ms-transition: all 300ms ease 300ms;
                -o-transition: all 300ms ease 300ms;
            }

.blog-one__content {
    padding: 0 38px;
    text-align: center;
}

    .blog-one__content .blog-one__meta {
        padding: 19px 0 3px;
    }

.blog-one__meta a + a {
    margin-left: 12px;
}

.blog-one__content .blog-one__meta a {
    color: #8d8d8d;
    font-size: 14px;
}

    .blog-one__content .blog-one__meta a:hover {
        color: var(--thm-base);
        transition: all 300ms ease 300ms;
        -webkit-transition: all 300ms ease 300ms;
        -ms-transition: all 300ms ease 300ms;
        -o-transition: all 300ms ease 300ms;
    }

.blog-one__content .blog-one__meta i {
    color: var(--thm-primary);
    font-size: 15px;
    padding-right: 2px;
}

.blog-one__content .blog-one__meta a:hover i {
    color: var(--thm-base);
    transition: all 300ms ease 300ms;
    -webkit-transition: all 300ms ease 300ms;
    -ms-transition: all 300ms ease 300ms;
    -o-transition: all 300ms ease 300ms;
}

.blog-one__content h3 a {
    color: var(--thm-black);
    font-size: 30px;
    font-family: var(--heading-font);
}

    .blog-one__content h3 a:hover {
        color: var(--thm-base);
        transition: all 300ms ease 300ms;
        -webkit-transition: all 300ms ease 300ms;
        -ms-transition: all 300ms ease 300ms;
        -o-transition: all 300ms ease 300ms;
    }

.blog-one__content .blog-one__text {
    padding: 40px 0 24px;
}

    .blog-one__content .blog-one__text p {
        margin: 0;
        color: #8d8d8d;
    }

.blog-one__content a.blog-one__btn {
    line-height: 54px;
    padding: 0 35px;
}

/*--------------------------------------------------------------
# Brand One
--------------------------------------------------------------*/
.brand-one {
    position: relative;
    display: block;
    padding-top: 123px;
    padding-bottom: 124px;
    border-top: 1px solid #eaeaea;
}

@media(min-width: 1200px) {
    .brand-one .container {
        padding-left: 60px;
        padding-right: 60px;
    }
}

.brand-one__carousel img {
    opacity: 0.3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

    .brand-one__carousel img:hover {
        opacity: .6;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    }

/*--------------------------------------------------------------
# Mailchimp One
--------------------------------------------------------------*/
.mailchimp-one {
    position: relative;
    display: block;
    z-index: 10;
}

    .mailchimp-one .inner-container {
        position: relative;
        display: block;
        padding: 54px 100px 60px 100px;
        background: var(--thm-primary);
        text-align: center;
        border-radius: 20px;
    }

.inner-container .mailchimp-one-title {
    margin-bottom: 27px;
}

    .inner-container .mailchimp-one-title h2 {
        color: #ffffff;
        font-size: 50px;
        font-family: var(--heading-font);
    }

.mailchimp-one__form {
    background: #ffffff;
    max-width: 970px;
    width: 100%;
    margin: 0 auto;
    border-radius: 100px;
    padding: 38px 42px;
}

    .mailchimp-one__form input[type=text] {
        height: 65px;
        max-width: 620px;
        width: 100%;
        border: none;
        background: #eaeaea;
        border-radius: 50px;
        padding: 0 25px;
    }

.mailchimp-one__btn {
    border: none;
    margin-left: 16px;
}

/*--------------------------------------------------------------
# Site Footer
--------------------------------------------------------------*/

.site-footer-bg {
    position: absolute;
    bottom: -20%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 739px;
    height: 453px;
    opacity: .10;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    background-repeat: no-repeat;
    background-size: cover;
}

.site-footer .container {
    position: relative;
}

.footer-widget__social {
    padding: 37px 0 29px 0;
}

    .footer-widget__social li {
        list-style: none;
        display: inline-block;
        margin-right: 6px;
    }


            .footer-widget__social li a.color-1 {
                background: #5798fe;
            }

                .footer-widget__social li a.color-1:hover {
                    color: #5798fe;
                    background-color: #fff;
                }

          /*  .footer-widget__social li a.color-2 {
                background: var(--thm-base);
            }*/

                .footer-widget__social li a.color-2:hover {
                    color: var(--thm-base);
                    background-color: #fff;
                }

            .footer-widget__social li a.color-3 {
                background: #56cc61;
            }

                .footer-widget__social li a.color-3:hover {
                    color: #56cc61;
                    background-color: #fff;
                }



.footer-menu {
    padding-bottom: 6px;
}



    .footer-menu ul li {
        list-style: none;
        display: inline-block;
    }

        .footer-menu ul li a {
            color: #8d8d8d;
            font-size: 18px;
            display: inline-block;
            padding: 0 45px 0 0;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .footer-menu ul li a:hover {
                color: #fff;
            }

.site-footer__bottom p {
    margin: 0;
    color: #8d8d8d;
    margin-bottom: 7px;
    font-size: 17px;
}

    .site-footer__bottom p a {
        color: var(--thm-primary);
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .site-footer__bottom p a:hover {
            color: #fff;
        }



/*--------------------------------------------------------------
# Page Header
--------------------------------------------------------------*/

.page-header {
    padding: 65px 0 81px;
    background-color: #f6f6fb;
}

    .page-header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .page-header h2 {
        margin: 0;
        font-size: 50px;
        font-family: var(--heading-font);
        line-height: 1.2em;
        color: var(--thm-black);
    }

/*--------------------------------------------------------------
# BreadCrumb
--------------------------------------------------------------*/


.thm-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
}

    .thm-breadcrumb li {
        color: #8d8d8d;
        font-size: 16px;
        font-weight: 500;
        line-height: 1em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .thm-breadcrumb li:not(:last-of-type):after {
            margin-left: 10px;
            content: '-';
            margin-right: 10px;
        }

        .thm-breadcrumb li a {
            color: var(--thm-black);
            -webkit-transition: 500ms ease;
            transition: 500ms ease;
        }

            .thm-breadcrumb li a:hover {
                color: var(--thm-base);
            }

/*--------------------------------------------------------------
# Blog Two
--------------------------------------------------------------*/
.blog-one.blog-two {
    background: #ffffff;
    padding: 120px 0 60px;
}

.blog-one__single.mbt-60 {
    margin-bottom: 60px;
}


/*--------------------------------------------------------------
# Footer Two
--------------------------------------------------------------*/
.site-footer.footer-two {
    padding: 93px 0 33px;
    margin-top: 0;
}


/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog-details {
    position: relative;
    display: block;
    padding: 120px 0;
}



.blog-details__image {
    margin-bottom: 20px;
}





.blog-details__content .blog-one__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__content .blog-one__meta a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        color: #8d8d8d;
        font-size: 16px;
        font-weight: 500;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-details__content .blog-one__meta a i {
            color: var(--thm-primary);
            padding-right: 7px;
        }

        .blog-details__content .blog-one__meta a + a {
            margin-left: 15px;
        }

.blog-details__content h3 {
    color: var(--thm-black);
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 32px;
    font-family: var(--heading-font);
}



.blog-details__content p + p {
    margin-top: 36px;
}

.blog-details__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #e4e4ee;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 52px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.blog-details__tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

    .blog-details__tags span {
        color: var(--thm-black);
        font-size: 20px;
        margin-right: 10px;
        font-family: var(--heading-font);
    }

    .blog-details__tags a {
        color: #8d8d8d;
        font-size: 16px;
    }

        .blog-details__tags a + a {
            margin-left: 5px;
        }

.blog-details__share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

    .blog-details__share a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background-color: var(--thm-primary);
        font-size: 16px;
        color: #fff;
        position: relative;
        overflow: hidden;
        border-radius: 50%;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .blog-details__share a:hover {
            color: var(--thm-primary);
            background-color: var(--thm-black);
        }



        .blog-details__share a + a {
            margin-left: 10px;
        }

        .blog-details__share a.color-1 {
            background: #5798fe;
        }

            .blog-details__share a.color-1:hover {
                background: var(--thm-black);
                color: #5798fe;
            }

        .blog-details__share a.color-2 {
            background: var(--thm-base);
        }

            .blog-details__share a.color-2:hover {
                color: var(--thm-base);
                background: var(--thm-black);
            }

        .blog-details__share a.color-3 {
            background: #56cc61;
        }

            .blog-details__share a.color-3:hover {
                color: #56cc61;
                background-color: #000;
            }

.blog-author {
    background-color: #f3f7fc;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 60px;
    margin-bottom: 58px;
}



.blog-author__image > img {
    width: 170px;
    border-radius: 20px;
}

.blog-author__content {
    padding-left: 40px;
}

    .blog-author__content h3 {
        color: var(--thm-black);
        font-size: 20px;
        margin-bottom: 21px;
        font-family: var(--heading-font);
    }

    .blog-author__content p {
        margin: 0;
    }



.comment-one__block-title {
    margin: 0;
    margin-bottom: 54px;
    font-size: 26px;
    color: var(--thm-black);
    font-family: var(--heading-font);
}

.comment-one__single {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    border-bottom: 1px solid #e4e4ee;
    padding-bottom: 50px;
    margin-bottom: 60px;
}

.comment-one__image {
    width: 90px;
}


    .comment-one__image > img {
        border-radius: 50%;
    }

.comment-one__content {
    padding-left: 40px;
}

    .comment-one__content h3 {
        color: var(--thm-black);
        font-size: 20px;
        font-family: var(--heading-font);
    }

    .comment-one__content .comment-one__date {
        color: var(--thm-primary);
        font-size: 16px;
        margin: 0;
        margin-bottom: 25px;
        font-weight: 600;
    }

    .comment-one__content p {
        margin: 0;
    }



.comment-one__btn {
    height: 54px;
    line-height: 54px;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-one__form input[type="text"] {
    border: none;
    outline: none;
    display: block;
    width: 100%;
    height: 72px;
    border-radius: 20px;
    background-color: var(--thm-gray);
    padding-left: 30px;
    padding-right: 30px;
    color: #8d8d8d;
    background-color: #f3f7fc;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 30px;
}


.contact-one__form textarea {
    height: 160px;
    width: 100%;
    background: #f3f7fc;
    border: none;
    padding: 35px 30px;
    border-radius: 30px;
    margin-bottom: 10px;
    outline: none;
}

.contact-one__btn {
    border: none;
    padding: 0 50px;
}

.contact-one__form ::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form ::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form :-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form ::-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form ::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form ::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form :-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}


.contact-one__form ::placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}




.contact-one__form textarea::-webkit-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}

.contact-one__form textarea:-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}

.contact-one__form textarea::-moz-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}

.contact-one__form textarea:-ms-input-placeholder {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    color: #8d8d8d;
}




.sidebar__search-form {
    width: 100%;
    height: 85px;
    position: relative;
    border-radius: 20px;
    background: var(--thm-primary);
}

    .sidebar__search-form input {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: none;
        outline: none;
        color: #fff;
        padding-left: 50px;
        padding-right: 37px;
    }

    .sidebar__search-form ::-webkit-input-placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form :-ms-input-placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form ::-ms-input-placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form ::-moz-placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form ::-webkit-input-placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form :-ms-input-placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form ::placeholder {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        color: #fff;
    }

    .sidebar__search-form button[type=submit] {
        background-color: transparent;
        border: none;
        outline: none;
        position: absolute;
        top: 50%;
        right: 50px;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        padding: 0;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar__search-form button[type=submit] i {
            font-size: 16px;
            color: #fff;
            -webkit-transition: all .4s ease;
            transition: all .4s ease;
        }


/*--------------------------------------------------------------
# Sidebar
--------------------------------------------------------------*/


@media (max-width: 991px) {
    .sidebar {
        margin-top: 50px;
    }
}

.sidebar__title {
    margin: 0;
    color: var(--thm-black);
    font-size: 22px;
    margin-bottom: 24px;
    font-family: var(--heading-font);
}

.sidebar__single:not(.sidebar__search) {
    padding: 50px;
    background-color: #f3f7fc;
    border-radius: 20px;
}

@media (max-width: 1199px) {
    .sidebar__single:not(.sidebar__search) {
        padding: 30px;
    }
}

.sidebar__single + .sidebar__single {
    margin-top: 30px;
}

.sidebar__post__single + .sidebar__post__single {
    margin-top: 30px;
}

.sidebar__post-image,
.sidebar__post-content {
    display: table-cell;
    vertical-align: middle;
}

.sidebar__post-image {
    width: 60px;
}

    .sidebar__post-image .inner-block {
        width: 100%;
    }

        .sidebar__post-image .inner-block > img {
            width: 100%;
            border-radius: 50%;
        }

.sidebar__post-content {
    padding-left: 20px;
}

.sidebar__post-title {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    font-weight: 600;
    color: #8d8d8d;
}

    .sidebar__post-title a {
        color: inherit;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar__post-title a:hover {
            color: var(--thm-black);
        }

.sidebar__category-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar__category-list-item {
    line-height: 1em;
}

    .sidebar__category-list-item a {
        color: #8d8d8d;
        font-size: 16px;
        font-weight: 500;
        display: block;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }


        .sidebar__category-list-item a:hover {
            color: var(--thm-black);
        }

    .sidebar__category-list-item + .sidebar__category-list-item {
        margin-top: 27px;
    }

.sidebar__tags-list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: -10px;
}

.sidebar__tags-list-item {
    display: inline-block;
    vertical-align: middle;
    line-height: 1em;
}

    .sidebar__tags-list-item a {
        display: block;
        color: #737789;
        font-size: 16px;
        font-weight: 600;
        line-height: 1em;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

        .sidebar__tags-list-item a:hover {
            color: var(--thm-black);
        }


/*--------------------------------------------------------------
# FAQ
--------------------------------------------------------------*/

.faq-one {
    padding: 120px 0;
    position: relative;
    counter-reset: faqNumber;
}

[class*=faq-one__shape-] {
    position: absolute;
}

.faq-one__shape-1 {
    top: -145.5px;
    left: 4%;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.faq-one__shape-3 {
    left: 4%;
    bottom: -4%;
    z-index: 11;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: banner3Shake;
    animation-name: banner3Shake;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.faq-one__shape-2 {
    top: 0;
    right: 0;
}


.faq-one .container {
    position: relative;
}

@media (min-width: 992px) {
    .faq-one .container {
        max-width: 1000px;
    }
}

.faq-accrodion .accrodion {
    position: relative;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    counter-increment: faqNumber;
}

    .faq-accrodion .accrodion:before {
        content: '';
        position: absolute;
        top: -1px;
        bottom: -1px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        background-image: linear-gradient(90deg, #4a0e8f 0%, #b330a7 100%);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }


    .faq-accrodion .accrodion::after {
        font-family: var(--thm-font);
        font-size: 60px;
        line-height: 1em;
        color: #e8e8ef;
        font-weight: 300;
        content: counters(faqNumber, ".", decimal-leading-zero);
        position: absolute;
        top: 11px;
        left: 0;
        transform: translateX(-50%);
        z-index: 11;
        -webkit-transition: all 500ms ease;
        transition: all 500ms ease;
    }

    .faq-accrodion .accrodion + .accrodion {
        margin-top: 20px;
    }

    .faq-accrodion .accrodion.active {
        box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.04);
    }

        .faq-accrodion .accrodion.active .accrodion-inner {
            margin: 0 1px;
        }

        .faq-accrodion .accrodion.active:before {
            -webkit-transform: scaleX(1);
            transform: scaleX(1);
        }


        .faq-accrodion .accrodion.active .accrodion-title {
            padding-bottom: 0;
        }

            .faq-accrodion .accrodion.active .accrodion-title h4 {
                color: #ee464b;
            }

    .faq-accrodion .accrodion .accrodion-inner {
        background-color: #fff;
        padding: 30.5px 0;
        border-style: solid;
        border-width: 1px;
        border-color: #e8e8ef;
        border-radius: 0px;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

    .faq-accrodion .accrodion .accrodion-title {
        padding: 0px 60px;
        cursor: pointer;
        position: relative;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
    }

@media (max-width: 375px) {
    .faq-accrodion .accrodion .accrodion-title {
        padding-right: 50px;
    }
}

.faq-accrodion .accrodion .accrodion-title:before {
    content: '\f067';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    background-image: linear-gradient(90deg, #4a0e8f 0%, #b430a7 100%);
    transition: all 500ms ease;
}

.faq-accrodion .accrodion .accrodion-title::after {
    content: '\f068';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 57px;
    height: 57px;
    border-radius: 50%;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    background-image: linear-gradient(90deg, #e41256 0%, #ffa337 100%);
    transition: all 500ms ease;
}

.faq-accrodion .accrodion.active .accrodion-title::before {
    opacity: 0;
}

.faq-accrodion .accrodion.active .accrodion-title::after {
    opacity: 1;
}

.faq-accrodion .accrodion .accrodion-title h4 {
    margin: 0;
    color: #30283d;
    font-size: 20px;
    font-weight: 500;
}

@media (max-width: 375px) {
    .faq-accrodion .accrodion .accrodion-title h4 {
        line-height: 1.4em;
    }
}

.faq-accrodion .accrodion .accrodion-content .inner {
    padding: 0 60px;
    padding-right: 155px;
    padding-top: 35px;
    padding-bottom: 0px;
}

.faq-accrodion .accrodion .accrodion-content p {
    margin: 0;
    color: #7c7d8a;
    font-size: 18px;
    line-height: 34px;
    font-weight: 500;
}



/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

.Downloadbtn {
    width: 200px;
    margin-top: 5px;
}

.bg-video-wrap {
    position: relative;
    /*  overflow: hidden;*/
    width: 100%;
    /*height: 100vh;*/
    /*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}

.Topvideo {
    width: 100%;
    height: 482px;
    object-fit: cover;
    z-index: 1;
}

.overlay {
    width: 100%;
    height: 482px;
    position: absolute;
    top: 0;
    left: 0;
    background-image: linear-gradient(rgba(0,0,0,40%) 100%, rgba(0,0,0,.7) 50%);
    background-size: 3px 3px;
    z-index: 2;
}

.heroZindex {
    /*text-align: center;
        color: #fff;*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    /*        margin: auto;*/
    z-index: 3;
    /*        max-width: 400px;
        width: 100%;
        height: 50px;*/
}



