h1 {
  font-size: 48px;
}
h2 {
  font-size: 36px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
h6 {
  font-size: 16px;
}
ul {
  padding-left: 20px;
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #7e8ba0;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.slick-slide {
  outline: 0;
}
.main-btn {
  display: inline-block;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 13px 30px;
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  border-radius: 50px;
  border: 1px solid #7166f0;
  color: #fff;
  cursor: pointer;
  z-index: 5;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background-color: #7166f0;
}
.main-btn:hover {
  background-color: #fff0;
  color: #7166f0;
  border: 1px solid #7166f0;
}
.homeco-section-title {
  padding-bottom: 25px;
}
.homeco-section-title .homeco-title {
  font-size: 44px;
  line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-section-title .homeco-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-section-title .homeco-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .homeco-section-title .homeco-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-section-title .homeco-title {
    font-size: 36px;
    line-height: 46px;
  }
}
.homeco-section-title p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-section-title p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-section-title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .homeco-section-title p {
    font-size: 15px;
  }
}
.homeco-section-title .main-btn {
  border-radius: 30px;
  border: 2px solid #e7eaef;
  background: #fff;
  color: #111;
}
.homeco-section-title .main-btn:hover {
  background: #ff3e66;
  color: #fff;
  border-color: #ff3e66;
}
.homeco-section-title.homeco-section-title-2 .homeco-title {
  color: #fff;
}
.homeco-section-title.homeco-section-title-2 p {
  color: #fff;
}
.back-to-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  display: none;
}
.back-to-top a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  background: #7166f0;
  border-radius: 6px;
  color: #fff;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #111;
  top: 0;
  transition: all linear 0.3s;
}
.off_canvars_overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.offcanvas_menu {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .offcanvas_menu {
    display: block;
  }
}
@media (max-width: 767px) {
  .offcanvas_menu {
    display: block;
  }
}
.offcanvas_menu_wrapper {
  width: 290px;
  position: fixed;
  background: #fff;
  z-index: 9999999999;
  top: 0;
  height: 100%;
  transition: 0.5s;
  left: 0;
  margin-left: -300px;
  padding: 50px 15px 30px;
  overflow-y: visible;
}
.offcanvas_menu_wrapper.active {
  margin-left: 0;
}
.offcanvas_menu_wrapper .slinky-theme-default {
  background: inherit;
  min-height: 300px;
  overflow-y: auto;
}
.offcanvas_menu_wrapper .header-btn {
  margin-bottom: 30px;
}
.offcanvas_menu_wrapper .header-btn a {
  color: #111;
}
.offcanvas_menu_wrapper .header-btn a:hover {
  color: #111;
}
.offcanvas_main_menu li {
  position: relative;
}
.offcanvas_main_menu li:last-child {
  margin: 0;
}
.offcanvas_main_menu li span.menu-expand {
  position: absolute;
  right: 0;
}
.offcanvas_main_menu li a {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #7e8ba0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas_main_menu li a:hover {
  color: #7166f0;
}
.offcanvas_main_menu li ul.sub-menu {
  padding-left: 20px;
}
.offcanvas_footer {
  padding-bottom: 50px;
  text-align: center;
}
.offcanvas_footer span a {
  font-size: 14px;
  color: #111;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas_footer span a:hover {
  color: #7166f0;
}
.offcanvas_menu_wrapper.active .canvas_close {
  opacity: 1;
  visibility: visible;
}
.canvas_close {
  position: absolute;
  top: 10px;
  right: -50px;
  opacity: 0;
  visibility: hidden;
  left: 10px !important;
  color: #111 !important;
  transition: all linear 0.3s;
}
.canvas_close a {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: inherit;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.canvas_close a:hover {
  background: #7166f0;
  color: #fff;
}
.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #111;
  color: #111;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.canvas_open a:hover {
  color: #7166f0;
  border-color: #7166f0;
}
.offcanvas-social {
  margin-bottom: 40px;
  margin-top: 40px;
}
.offcanvas-social ul li {
  display: inline-block;
}
.offcanvas-social ul li a {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  color: #7166f0;
  border: 1px solid #eaeaea;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.offcanvas-social ul li a:hover {
  background: #7166f0;
  border-color: #7166f0;
  color: #fff;
}
.toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 21px;
  color: #7166f0;
}
.preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/preloader.svg);
}
.preloader-close {
  position: fixed;
  z-index: 999999;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  right: 40px;
  bottom: 40px;
  font-weight: 600;
  line-height: 60px;
  background: #7166f0;
  padding: 0 15px;
  border-radius: 5px;
}
.loader-wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
}
.loader-wrap .layer-one {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-two {
  position: absolute;
  left: 33.3333%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer-three {
  position: absolute;
  left: 66.6666%;
  top: 0;
  width: 33.3333%;
  height: 100%;
  overflow: hidden;
}
.loader-wrap .layer .overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f4f9ff;
}
.homeco-sticky.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1010;
  background: #fff;
  box-shadow: 0 15px 30px 0 #1111110f;
  padding-top: 20px;
  padding-bottom: 20px;
  animation: sticky 1.2s;
}
.homeco-header-area {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  padding: 20px 0;
  background: linear-gradient(
    180deg,
    rgba(22, 21, 25, 0.1) 0,
    rgba(22, 21, 25, 0.03) 100%
  );
  border-bottom: 1px solid #ffffff1a;
}
.homeco-header-area.homeco-header-error-page {
  box-shadow: 0 10px 20px 0 rgba(14, 17, 51, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-nav-box .homeco-btn-box {
  position: relative;
}
.homeco-header-area .container {
  max-width: 1440px;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}
@media (max-width: 1440px) {
  .homeco-header-area .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1199px) {
  .homeco-header-area .container {
    max-width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 991px) {
  .homeco-header-area .container {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .homeco-header-area .container {
    padding: 0 10px;
  }
}
@media (max-width: 575px) {
  .homeco-header-area .container {
    padding: 0 10px;
  }
}
.homeco-header-area.homeco-sticky.sticky .header-nav-box {
  border: none;
}
.homeco-header-area.homeco-sticky.sticky {
  padding: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-header-area.homeco-sticky.sticky {
    padding: 20px 25px;
  }
  .header-nav-box .homeco-btn-box {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .homeco-header-area.homeco-sticky.sticky {
    padding: 10px 10px;
  }
  .header-nav-box .homeco-btn-box {
    padding-right: 30px;
  }
}
.header-nav-box .homeco-btn-box .login-btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.header-nav-box .homeco-btn-box .login-btn i {
  padding-right: 6px;
}
.sticky .header-nav-box .homeco-btn-box .login-btn {
  color: #7e8ba0;
}
@media (max-width: 767px) {
  .header-nav-box .homeco-btn-box .main-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav-box .homeco-btn-box .main-btn {
    padding: 8px 16px;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .header-nav-box.header-nav-4-box .homeco-btn-box ul {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header-nav-box.header-nav-box-6 .homeco-btn-box form {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav-box.header-nav-box-6 .homeco-btn-box form {
    display: inline-block;
  }
}
.header-nav-box.header-nav-box-6 .homeco-btn-box form .input-box {
  position: relative;
}
.header-nav-box.header-nav-box-6 .homeco-btn-box form .input-box i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header-nav-box.header-nav-box-6 .homeco-btn-box form .input-box input {
  width: 105px;
  padding-left: 50px;
  border: 0;
  border-left: 1px solid #ddddea;
  background: 0 0;
}
.header-nav-box.header-nav-box-7
  .homeco-header-main-menu
  ul
  > li
  .sub-menu
  li
  a {
  color: #7e8ba0;
}
.header-nav-box.header-nav-box-7
  .homeco-header-main-menu
  ul
  > li
  .sub-menu
  li
  a:hover {
  color: #7166f0;
}
.header-nav-box.header-nav-box-7 .homeco-btn-box .login-btn {
  color: #fff;
}
.header-nav-box.header-nav-box-7 .homeco-btn-box .toggle-btn {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-header-main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeco-header-main-menu {
    display: none;
  }
}
.homeco-header-main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.homeco-header-main-menu ul > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-header-main-menu ul > li {
    margin-right: 14px;
  }
}
.homeco-header-main-menu ul > li > a {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 45px;
  position: relative;
}
.homeco-header-main-menu ul > li:hover > a {
  color: #7166f0;
}
.sticky .homeco-header-main-menu ul > li > a {
  color: #7e8ba0;
}
.sticky .homeco-header-main-menu ul > li:hover > a {
  color: #7166f0;
}
.homeco-header-main-menu ul > li > a i {
  padding-left: 6px;
}
.homeco-header-main-menu ul > li > .sub-menu {
  position: absolute;
  left: 0;
  top: 110%;
  width: auto;
  min-width: 260px;
  max-width: 280px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.3s;
  z-index: 99;
  -webkit-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  -moz-box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  list-style-type: none;
  margin: 0;
  padding: 15px 0;
  border-radius: 5px;
  text-align: left;
  transform: translateY(-10px);
}
.homeco-header-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform-origin: top center;
}
.homeco-header-main-menu ul > li .sub-menu > li a::before {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .homeco-header-main-menu ul > li .sub-menu {
    min-width: 220px;
    max-width: 220px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-header-main-menu ul > li .sub-menu {
    min-width: 220px;
    max-width: 220px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-header-main-menu ul > li .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
    opacity: 1;
    visibility: visible;
    display: none;
    right: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    transition: 0s;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .homeco-header-main-menu ul > li .sub-menu {
    position: relative;
    width: 100%;
    left: 0;
    top: auto;
    opacity: 1;
    visibility: visible;
    display: none;
    right: auto;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all none ease-out 0s;
    -moz-transition: all none ease-out 0s;
    -ms-transition: all none ease-out 0s;
    -o-transition: all none ease-out 0s;
    transition: all none ease-out 0s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-align: left;
    border-top: 0;
    transition: 0s;
    padding: 0;
  }
}
.homeco-header-main-menu ul > li .sub-menu > li {
  position: relative;
  margin-left: 0;
  display: block;
  width: 100%;
  display: block;
  margin: 12px 0;
  padding: 0 0;
}
.homeco-header-main-menu ul > li .sub-menu > li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  transition: 1s ease-in-out;
}
.homeco-header-main-menu ul > li .sub-menu > li:hover:before {
  width: 100%;
}
.homeco-header-main-menu ul > li:hover > a:before {
  width: 100%;
  left: 0;
  right: auto;
}
.homeco-header-main-menu ul > li > a:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #7166f0;
  border-radius: 10px;
  transition: 0.3s;
}
.homeco-header-main-menu ul > li .sub-menu > li .sub-menu {
  margin-left: 5px;
}
.homeco-header-main-menu ul > li .sub-menu > li.dropdown-submenu > a::after {
  content: "\f105";
  font-family: "Font Awesome 5 Pro";
  display: inline-block;
  position: absolute;
  top: 0;
  margin-left: 20px;
}
.homeco-header-main-menu ul > li .sub-menu > li.dropdown-submenu > a::after {
  display: inline-block;
}
.homeco-header-main-menu ul > li .sub-menu > li a::after {
  display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-header-main-menu ul > li .sub-menu > li .sub-menu {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .homeco-header-main-menu ul > li .sub-menu > li .sub-menu {
    margin-left: 0;
  }
}
.homeco-header-main-menu ul > li .sub-menu > li .sub-nav-toggler {
  color: #7e8ba0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.homeco-header-main-menu ul > li .sub-menu > li a {
  display: block;
  padding: 0 30px;
  position: relative;
  color: #7e8ba0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-radius: 4px;
  margin: 0 0;
  line-height: 1.8;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .homeco-header-main-menu ul > li .sub-menu > li a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-header-main-menu ul > li .sub-menu > li a {
    padding: 0 20px;
  }
}
.homeco-header-main-menu ul > li .sub-menu > li a i {
  float: right;
  font-size: 16px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-header-main-menu ul > li .sub-menu > li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeco-header-main-menu ul > li .sub-menu > li a i {
    display: none;
  }
}
.homeco-header-main-menu ul > li .sub-menu > li a .sub-nav-toggler i {
  display: inline-block;
}
.homeco-header-main-menu ul > li .sub-menu > li a:hover {
  padding-left: 35px;
}
.homeco-header-main-menu ul > li .sub-menu > li .sub-menu {
  right: auto;
  left: 100%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-header-main-menu ul > li .sub-menu > li .sub-menu {
    padding-left: 30px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}
@media (max-width: 767px) {
  .homeco-header-main-menu ul > li .sub-menu > li .sub-menu {
    padding-left: 30px;
    -webkit-transition: all 0s ease-out 0s;
    -moz-transition: all 0s ease-out 0s;
    -ms-transition: all 0s ease-out 0s;
    -o-transition: all 0s ease-out 0s;
    transition: all 0s ease-out 0s;
  }
}
.homeco-header-main-menu ul > li .sub-menu > li .sub-menu li {
  position: relative;
}
.homeco-header-main-menu ul > li .sub-menu > li .sub-menu li .sub-menu {
  right: auto;
  left: 100%;
  top: 50%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.homeco-header-main-menu ul > li .sub-menu > li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.homeco-header-main-menu ul > li .sub-menu > li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.homeco-header-main-menu ul > li .sub-menu > li:hover .sub-nav-toggler {
  color: #7166f0;
}
.homeco-header-main-menu ul > li .sub-menu > li:hover > a {
  color: #7166f0;
}
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.sticky .sticky-logo {
  display: block !important;
}
.sticky .main-logo {
  display: none;
}
.homeco-page-title-area {
  height: 450px;
  background-image: url(../images/page-bg.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-page-title-area {
    height: 450px;
  }
  .main-btn {
    padding: 15px 30px;
  }
}
@media (max-width: 767px) {
  .homeco-page-title-area {
    height: 550px;
  }
  .main-btn {
    padding: 15px 30px;
  }
}
.homeco-page-title-item {
  margin-top: 140px;
  position: relative;
  text-align: center;
}
.homeco-page-title-item .thumb {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 160px;
}
@media (max-width: 767px) {
  .homeco-page-title-item .thumb {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-page-title-item .thumb {
    display: block;
  }
}
.homeco-page-title-item span {
  color: #7166f0;
  font-weight: 500;
  opacity: 1;
  padding-bottom: 14px;
}
.homeco-page-title-item .title {
  color: #fff;
  font-size: 48px;
  font-weight: 600;
}
@media (max-width: 767px) {
  .homeco-page-title-item .title {
    font-size: 32px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-page-title-item .title {
    font-size: 28px;
  }
}
.homeco-page-title-item nav {
  display: inline-block;
  margin-top: 20px;
}
.homeco-page-title-item nav ol {
  background: 0 0;
  padding: 0;
}
.homeco-page-title-item nav ol li a {
  color: #7e8ba0;
  opacity: 1;
}
.homeco-page-title-item nav ol li:hover a {
  color: #7166f0;
}
.homeco-page-title-item nav ol li.active {
  color: #111;
}
.homeco-blog-item .thumb {
  overflow: hidden;
  border-radius: 6px;
}
.homeco-blog-item .thumb img {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  width: 100%;
}
.homeco-blog-item .content {
  padding-top: 20px;
}
.homeco-blog-item .content .blog-meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.homeco-blog-item .content .blog-meta ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
}
.homeco-blog-item .content .blog-meta ul li a {
  font-weight: 400;
  color: #7e8ba0;
}
.homeco-blog-item .content .blog-meta ul li:nth-child(1)::before {
  position: absolute;
  content: "";
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  height: 5px;
  width: 5px;
  background: #7166f0;
  border-radius: 50%;
}
.homeco-blog-item .content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 2px;
}
.homeco-blog-item .content .title a {
  color: #111;
}
.homeco-blog-item .content .title a:hover {
  color: #7166f0;
}
.homeco-blog-item .content > a {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-top: 14px;
}
.homeco-blog-item .content > a i {
  padding-left: 6px;
}
.homeco-blog-item .content > a:hover {
  color: #7166f0;
}
.homeco-blog-item:hover .thumb img {
  transform: scale(1.1);
}
.homeco-blog-3-area .blog-btn a {
  background: 0 0;
  color: #111;
  border: 2px solid #e7eaef;
}
.homeco-blog-3-area .blog-btn a:hover {
  background: #ff6b58;
  border-color: #ff6b58;
  color: #fff;
}
.homeco-blog-3-area.homeco-blog-6-area .blog-btn a:hover {
  background: #9b2cfa;
  border-color: #9b2cfa;
}
.homeco-blog-3-area.homeco-blog-8-area {
  background: #eef1f6;
  position: relative;
  z-index: 10;
}
.homeco-blog-3-area.homeco-blog-8-area .homeco-blog-8-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.homeco-blog-3-area.homeco-blog-8-area .homeco-blog-8-shape-2 {
  position: absolute;
  right: 0;
  bottom: 340px;
  z-index: -1;
}
.homeco-blog-3-area.homeco-blog-8-area .blog-btn a {
  border-color: #db0f30;
  color: #db0f30;
}
.homeco-blog-3-area.homeco-blog-8-area .blog-btn a:hover {
  background: #db0f30;
  color: #fff;
}
.homeco-blog-item-3 {
  box-shadow: 0 15px 50px 0 rgba(14, 17, 51, 0.1);
  border-radius: 10px;
  padding: 35px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-blog-item-3 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .homeco-blog-item-3 {
    padding: 15px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-blog-item-3 {
    display: flex;
  }
}
.homeco-blog-item-3 .thumb {
  max-width: 120px;
  min-width: 120px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .homeco-blog-item-3 .thumb {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-blog-item-3 .thumb {
    max-width: 120px;
    min-width: 120px;
  }
}
.homeco-blog-item-3 .thumb img {
  width: 100%;
  transition: all linear 0.3s;
}
.homeco-blog-item-3 .content {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-blog-item-3 .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .homeco-blog-item-3 .content {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-blog-item-3 .content {
    padding-right: 50px;
    margin-top: 0;
  }
}
.homeco-blog-item-3 .content .title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-blog-item-3 .content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.homeco-blog-item-3 .content .title a {
  color: #111;
}
.homeco-blog-item-3 .content .title a:hover {
  color: #ff6b58;
}
.homeco-blog-item-3 .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.homeco-blog-item-3 .content ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #7e8ba0;
  margin-right: 22px;
}
.homeco-blog-item-3 .content ul li i {
  padding-right: 6px;
}
.homeco-blog-item-3 .content ul li a {
  color: #7e8ba0;
  font-size: 14px;
  font-weight: 400;
}
.homeco-blog-item-3:hover .thumb img {
  transform: scale(1.1);
}
.homeco-blog-item-3.homeco-blog-item-6 .content .title a:hover {
  color: #9b2cfa;
}
.homeco-blog-item-3.homeco-blog-item-8 {
  background: #fff;
}
.homeco-blog-item-3.homeco-blog-item-8 .content .title a:hover {
  color: #db0f30;
}
.single-p-banner {
  padding-top: 158px;
  background-position: top center;
}
.post-cate {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  line-height: 0.8;
  text-transform: uppercase;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 0 0;
}
.post-cate:hover {
  color: #fff;
}
.single-p-banner .banner-title {
  line-height: 60px;
  margin-bottom: 16px;
}
.single-p-banner .bp-meta {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
}
.single-p-banner .bp-meta a,
.single-p-banner .bp-meta a i {
  color: #fff;
}
.single-post-area {
  position: relative;
}
.single-post-area p {
  line-height: 30px;
  margin: 0 0 30px;
}
.post-thumb {
  position: relative;
  margin: 42px 0 35px;
}
.post-thumb img {
  width: auto;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.article-title {
  font-size: 30px;
  line-height: 34px;
  color: #111;
  margin: 0 0 15px;
}
blockquote {
  position: relative;
  margin: 41px 0;
  padding: 67px 50px 40px;
  background: #f8f8f8;
  border-radius: 10px;
  -webkit-box-shadow: -4px 0 0 0 #7166f0;
  -moz-box-shadow: -4px 0 0 0 #7166f0;
  box-shadow: -4px 0 0 0 #7166f0;
}
blockquote:before {
  position: absolute;
  left: 50px;
  top: 68px;
  content: ",,";
  font-family: "Font Awesome 5 Pro";
  font-size: 100px;
  line-height: 25px;
  color: #7166f0;
  letter-spacing: -5px;
  -moz-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
blockquote::after {
  position: absolute;
  right: 10px;
  bottom: 122px;
  content: ",,";
  font-family: "Font Awesome 5 Pro";
  font-size: 200px;
  line-height: 25px;
  color: #7166f01a;
  letter-spacing: -10px;
}
blockquote p {
  font-size: 20px;
  line-height: 32px;
  color: #111;
  font-weight: 400;
  margin: 0 0 18px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 0.8;
  color: #7e8ba0;
  font-style: normal;
}
.single-post-area blockquote p {
  line-height: 32px;
  margin: 0 0 18px;
}
.post-tags {
  position: relative;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px;
}
.post-tags h5 {
  font-size: 18px;
  color: #111;
  font-weight: 600;
  margin: 10px 20px 0 0;
}
.post-tags a {
  color: #7e8ba0;
  display: inline-block;
  border: 1px solid #e8e7e9;
  background: 0 0;
  line-height: 13px;
  padding: 12px 17px;
  font-size: 14px !important;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  margin: 0 8px 10px 0;
  border-radius: 5px;
}
.post-tags a:hover {
  background: #7166f0;
  color: #fff;
  border-color: #7166f0;
}
.post-share {
  position: relative;
  border-top: 1px solid #ebecf2;
  padding: 30px 0 0;
  margin: 20px 0 0;
  display: flex;
  justify-content: flex-start;
}
.post-share h5 {
  font-size: 14px;
  color: #111;
  font-weight: 600;
  margin: 13px 20px 0 0;
}
.post-share a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #446bb9;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  font-size: 14px;
  margin-right: 6px;
}
.post-share a.fac {
  background: #446bb9;
}
.post-share a.twi {
  background: #00aced;
}
.post-share a.goo {
  background: #ea4335;
}
.post-share a:hover {
  -webkit-box-shadow: 0 10px 20px 0 rgba(9, 111, 150, 0.3);
  -moz-box-shadow: 0 10px 20px 0 rgba(9, 111, 150, 0.3);
  box-shadow: 0 10px 20px 0 rgba(9, 111, 150, 0.3);
}
.post-admin {
  position: relative;
  margin: 84px 0;
  padding: 44px 40px 55px 150px;
  background: 0 0;
  border-radius: 10px;
  -webkit-box-shadow: -4px 0 0 0 #7166f0;
  -moz-box-shadow: -4px 0 0 0 #7166f0;
  box-shadow: -4px 0 0 0 #7166f0;
}
.post-admin img {
  position: absolute;
  left: 40px;
  top: 40px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}
.post-admin a {
  display: inline-block;
  font-size: 18px;
  line-height: 22px;
  color: #111;
  font-weight: 700;
  margin: 0 0 7px;
}
.post-admin span {
  display: block;
  font-size: 14px;
  color: #7e8ba0;
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 27px;
}
.post-admin p {
  font-size: 16px;
  line-height: 26px;
  color: #7e8ba0;
  margin: 0;
}
.comment-area {
  position: relative;
  margin: 80px 0 66px;
}
.comment-area h3 {
  font-size: 20px;
  line-height: 0.8;
  color: #111;
  margin: 0 0 30px;
}
.comment-list {
  margin: 0;
  padding: 0;
}
.c-border {
  border-bottom: 1px solid #ebecf2;
  margin-top: 24px;
}
.children .single-comment {
  padding-left: 80px;
}
.single-comment h5 {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 7px;
}
.single-comment h5 a {
  color: inherit;
}
.single-comment h5 a:hover {
  color: #7166f0;
}
.comment {
  position: relative;
  margin: 0 0 14px;
}
.comment p {
  font-size: 14px;
  line-height: 24px;
  color: #7e8ba0;
  margin: 0;
}
.single-comment .comment-reply-link {
  display: inline-block;
  font-size: 12px;
  line-height: 0.8;
  color: #7166f0;
  font-weight: 600;
}
.single-comment .comment-reply-link i {
  font-size: 16px;
  margin-right: 11px;
  font-weight: 600;
  position: relative;
  top: 2px;
}
.single-comment .comment-reply-link:hover {
  color: #111;
}
.comment-form-area {
  position: relative;
}
.comment-form-area h3 {
  color: #111;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 9px;
}
.comment-form-area p {
  font-size: 14px;
  line-height: 24px;
  color: #7e8ba0;
  margin: 0 0 43px;
}
.comment-form {
  position: relative;
}
.comment-form input[type="email"],
.comment-form input[type="number"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100%;
  height: 56px;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 56px;
  border-radius: 0 !important;
  border: none;
  background: #f5f5f7;
  color: #7e8ba0;
  outline: 0;
  border: 1px solid transparent;
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.comment-form textarea {
  height: 180px;
  resize: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  padding: 20px !important;
}
.comment-form input[type="email"]::-moz-placeholder,
.comment-form input[type="number"]::-moz-placeholder,
.comment-form input[type="text"]::-moz-placeholder,
.comment-form input[type="url"]::-moz-placeholder,
.comment-form textarea::-moz-placeholder {
  color: #7e8ba0;
  opacity: 1;
}
.comment-form input[type="email"]::-ms-input-placeholder,
.comment-form input[type="number"]::-ms-input-placeholder,
.comment-form input[type="text"]::-ms-input-placeholder,
.comment-form input[type="url"]::-ms-input-placeholder,
.comment-form textarea::-ms-input-placeholder {
  color: #7e8ba0;
  opacity: 1;
}
.comment-form input[type="email"]::-webkit-input-placeholder,
.comment-form input[type="number"]::-webkit-input-placeholder,
.comment-form input[type="text"]::-webkit-input-placeholder,
.comment-form input[type="url"]::-webkit-input-placeholder,
.comment-form textarea::-webkit-input-placeholder {
  color: #7e8ba0;
  opacity: 1;
}
.comment-form input[type="email"]:focus,
.comment-form input[type="number"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="textarea"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  background: #fff;
  border-color: #ece9f9;
  -webkit-box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1);
  -moz-box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1);
  box-shadow: 0 14px 16px 0 rgba(11, 2, 55, 0.1);
}
.save-comment {
  position: relative;
  margin: 5px 0 25px;
}
.save-comment input[type="checkbox"] {
  display: none;
}
.save-comment label {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  font-weight: 400;
  padding-left: 31px;
  position: relative;
  cursor: pointer;
  color: #7e8ba0;
  margin: 0 0 0;
}
.save-comment label:before {
  background: 0 0;
  content: "";
  height: 16px;
  left: 0;
  position: absolute;
  border-radius: 3px;
  top: 3px;
  width: 16px;
  border: 2px solid #ababb1;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.save-comment input:checked + label::after {
  background: 0 0;
  bottom: 0;
  font-family: ElegantIcons;
  content: "\4e";
  color: #7166f0;
  font-size: 10px;
  left: 2px;
  position: absolute;
  top: -1px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.post-item-1 {
  overflow: hidden;
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 2px 4px 0 rgba(21, 14, 56, 0.08);
  -moz-box-shadow: 0 2px 4px 0 rgba(21, 14, 56, 0.08);
  box-shadow: 0 2px 4px 0 rgba(21, 14, 56, 0.08);
}
.post-item-1 img {
  height: auto;
  border-radius: 10px 10px 0 0;
}
.b-post-details {
  position: relative;
  padding: 30px 35px 37px;
}
.bp-meta {
  position: relative;
  display: flex;
  justify-content: flex-start;
  margin: 0 0 15px;
}
body .bp-meta a {
  display: inline-block;
  font-size: 16px;
  line-height: 0.8;
  color: #7e8ba0;
  font-weight: 400;
  margin-right: 16px;
}
.bp-meta a i {
  color: #7166f0;
  margin-right: 7px;
}
.bp-meta a:last-child {
  margin-right: 0;
}
.bp-meta a:hover {
  color: #7166f0;
}
.post-item-1:hover {
  -webkit-box-shadow: 0 30px 50px 0 rgba(11, 2, 55, 0.1);
  -moz-box-shadow: 0 30px 50px 0 rgba(11, 2, 55, 0.1);
  box-shadow: 0 30px 50px 0 rgba(11, 2, 55, 0.1);
}
.b-post-details a.read-more {
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #7166f0;
}
.b-post-details a.read-more i {
  padding-left: 8px;
}
.b-post-details a.read-more:hover {
  color: #7166f0;
}
.homeco-project-area .homeco-project-box {
  background-image: url(../images/project-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-left: 70px;
  padding-top: 75px;
  padding-bottom: 85px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .homeco-project-area .homeco-project-box {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-project-area .homeco-project-box {
    padding-left: 70px;
  }
}
.homeco-project-area .homeco-project-box .homeco-project-thumb {
  position: absolute;
  right: 70px;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-project-area .homeco-project-box .homeco-project-thumb {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-project-area .homeco-project-box .homeco-project-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeco-project-area .homeco-project-box .homeco-project-thumb {
    display: none;
  }
}
.homeco-project-content {
  padding-right: 50px;
}
.homeco-project-content .title {
  color: #fff;
  font-size: 50px;
  line-height: 60px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-project-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .homeco-project-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-project-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.homeco-project-content p {
  color: #fff;
  opacity: 0.8;
}
.homeco-project-content .input-box {
  display: flex;
}
@media (max-width: 767px) {
  .homeco-project-content .input-box {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-project-content .input-box {
    display: flex;
  }
}
.homeco-project-content .input-box input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 6px;
  border: 0;
}
.homeco-project-content .input-box button {
  margin-left: 10px;
  padding: 0 30px;
  border-radius: 6px;
  padding: 0 25px;
  background: #111;
  border: 0;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 767px) {
  .homeco-project-content .input-box button {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .homeco-project-content .input-box button {
    margin-top: 0;
    margin-left: 10px;
  }
}
.homeco-footer-area {
  background: #181123;
  color: #fff;
  padding-top: 50px;
  padding-bottom: 60px;
}
.homeco-footer-area.homeco-footer-3-area {
  padding-top: 180px;
}
.homeco-footer-area.homeco-footer-3-area.homeco-footer-5-area {
  background: #fff;
}
.homeco-footer-area.homeco-footer-about-area {
  padding-top: 230px;
}
.homeco-footer-area.homeco-footer-about-area.homeco-footer-8-area {
  background: #fff;
}
.blog-sidebar .footer-about-widget {
  margin: 0;
  padding: 0;
}
body .footer-about-widget .social ul li {
  display: inline-block;
  padding-left: 0;
}
.footer-about-widget .social ul li a {
  border: 2px solid #e6e7ea;
}
.footer-about-widget .social ul li a:hover {
  background: #db0f30;
  border-color: #db0f30;
  color: #fff;
}
.footer-navigation ul li a:hover {
  color: #db0f30;
}
.footer-widget-info ul li a i {
  color: #db0f30;
}
.footer-copyright .apps-download-btn ul li a {
  background: #111;
  color: #fff;
  border-color: #111;
}
.footer-copyright .apps-download-btn ul li a:hover {
  background: #fff;
  color: #111;
}
.homeco-footer-area.homeco-footer-about-area.homeco-footer-8-area
  .footer-copyright
  .apps-download-btn
  ul
  li
  a.item-2 {
  background: #fff;
  color: #111;
}
.homeco-footer-area.homeco-footer-about-area.homeco-footer-8-area
  .footer-copyright
  .apps-download-btn
  ul
  li
  a.item-2:hover {
  background: #111;
  color: #fff;
  border-color: #111;
}
@media (max-width: 767px) {
  .footer-about-widget {
    text-align: center;
    padding-right: 0;
  }
}
.footer-about-widget p {
  padding-top: 25px;
}
.footer-about-widget > a {
  font-size: 15px;
  font-weight: 500;
  color: #111;
  margin-top: 15px;
}
.footer-about-widget > a i {
  padding-left: 6px;
}
.footer-about-widget .social ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-about-widget .social ul li {
  display: inline-block;
}
.footer-about-widget .social ul li a {
  height: 36px;
  width: 36px;
  display: inline-block;
  text-align: center;
  background: #fff;
  color: #111;
  border-radius: 6px;
  line-height: 36px;
  margin-right: 5px;
}
.footer-about-widget .social ul li a:hover {
  background: #7166f0;
  color: #fff;
}
.footer-about-widget.footer-about-widget-2 ul li a:hover {
  background: #ff3e66;
}
.footer-about-widget.footer-about-widget-3 ul li a:hover {
  background: #ff6b58;
}
.footer-about-widget.footer-about-widget-6 ul li a:hover {
  background: #9b2cfa;
}
.footer-about-widget.footer-about-widget-5 ul li a:hover {
  background: #801f82;
}
.footer-navigation {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .footer-navigation {
    text-align: center;
  }
}
.footer-navigation .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer-navigation ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-navigation ul li a {
  color: #7e8ba0;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.footer-navigation ul li a:hover {
  color: #7166f0;
}
.footer-navigation.footer-navigation-2 ul li a:hover {
  color: #ff3e66;
}
.footer-navigation.footer-navigation-3 ul li a:hover {
  color: #ff6b58;
}
.footer-navigation.footer-navigation-6 ul li a:hover {
  color: #9b2cfa;
}
.footer-navigation.footer-navigation-5 ul li a:hover {
  color: #801f82;
}
@media (max-width: 767px) {
  .footer-widget-info {
    text-align: center;
  }
}
.footer-widget-info .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
}
.footer-widget-info ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer-widget-info ul li a {
  color: #7e8ba0;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 30px;
  position: relative;
}
.footer-widget-info ul li a i {
  position: absolute;
  left: 0;
  top: 0;
  color: #7166f0;
}
.footer-copyright {
  padding-top: 56px;
  border-top: 1px solid #e1e5ec;
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright {
    display: block !important;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    display: block !important;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-copyright .apps-download-btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .footer-copyright .apps-download-btn {
    margin-bottom: 20px;
  }
}
.footer-copyright .apps-download-btn ul {
  padding: 0;
  list-style-type: none;
}
.footer-copyright .apps-download-btn ul li {
  display: inline-block;
  margin-right: 8px;
}
@media (max-width: 767px) {
  .footer-copyright .apps-download-btn ul li {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .footer-copyright .apps-download-btn ul li {
    margin-bottom: 0;
  }
}
.footer-copyright .apps-download-btn ul li a {
  background: #fff;
  color: #111;
  line-height: 40px;
  padding: 0 23px;
  border-radius: 6px;
  border: 2px solid #fff;
}
.footer-copyright .apps-download-btn ul li a i {
  padding-right: 6px;
}
.footer-copyright .apps-download-btn ul li a:hover {
  background: 0 0;
  color: #111;
  border-color: #e7eaef;
}
.footer-copyright .apps-download-btn ul li a.item-2 {
  background: 0 0;
  color: #111;
  border-color: #e7eaef;
}
.footer-copyright .apps-download-btn ul li a.item-2:hover {
  background: #fff;
  color: #111;
}
.homeco-error-content span {
  display: block;
  font-size: 50px;
  color: #ac2339;
  font-weight: 800;
  padding-top: 40px;
}
.homeco-error-content .title {
  font-size: 50px;
  font-weight: 800;
  color: #111;
  padding-bottom: 11px;
}
.homeco-error-content p {
  line-height: 26px;
  color: #111;
  font-size: 16px;
  padding: 0 50px;
}
.homeco-error-content a {
  border: 2px solid #7166f0;
  line-height: 45px;
  padding: 0 35px;
  border-radius: 6px;
  margin-top: 30px;
}
.homeco-signup-area.homeco-signup-8-area {
  background: #eef1f6;
}
.homeco-signup-area.homeco-signup-8-area
  .homeco-signup-box
  form
  .input-box
  button {
  background: #db0f30;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-signup-box {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .homeco-signup-box {
    padding: 30px;
  }
}
.homeco-signup-box .thumb {
  position: absolute;
  right: 70px;
  bottom: 30px;
  width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-signup-box .thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .homeco-signup-box .thumb {
    display: none;
  }
}
.homeco-signup-box span {
  color: #fff;
  font-weight: 500;
}
.homeco-signup-box .title {
  font-size: 46px;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .homeco-signup-box .title {
    font-size: 30px;
  }
}
.homeco-signup-box form {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-signup-box form {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .homeco-signup-box form {
    flex-direction: column;
  }
}
.homeco-signup-box form .input-box {
  margin-right: 10px;
  margin-top: 10px;
}
.homeco-signup-box form .input-box input {
  width: 300px;
  background: #fff;
  line-height: 55px;
  border-radius: 6px;
  padding-left: 30px;
  border: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-signup-box form .input-box input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .homeco-signup-box form .input-box input {
    width: 100%;
  }
}
.homeco-signup-box form .input-box button {
  background: #7166f0;
  line-height: 55px;
  border: 0;
  color: #fff;
  border-radius: 6px;
  padding: 0 45px;
  font-weight: 500;
}
.homeco_checkbox_common {
  margin-top: 7px;
}
.homeco_checkbox_common label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
}
.homeco_checkbox_common label a {
  text-decoration: underline;
  color: #b3b6bc;
}
.homeco_checkbox_common input[type="checkbox"] {
  display: none;
}
.homeco_checkbox_common input[type="checkbox"] + label span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: -1px 15px 0 0;
  vertical-align: middle;
  cursor: pointer;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}
.homeco_checkbox_common input[type="checkbox"] + label span:before {
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 11px;
  position: absolute;
  text-align: center;
  left: 3px;
  top: -1px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
.homeco_checkbox_common input[type="checkbox"]:checked + label span {
  background: #2079ff;
  border-color: #2079ff;
}
.homeco_checkbox_common input[type="checkbox"]:checked + label span:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.homeco_checkbox_common input[type="checkbox"] + label span,
.homeco_checkbox_common input[type="checkbox"]:checked + label span {
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}
.homeco_checkbox_common.checkbox_style2 input[type="checkbox"] + label span {
  line-height: 17px;
  border-radius: 3px;
}
#navbarSupportedContent ul li {
  margin: 0 4px;
}
.element-ready-style-3.element-ready-header-nav
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu {
  z-index: 1;
}
.elementor-1857
  .elementor-element.elementor-element-153b10a
  .element-ready-header-nav
  .navigation
  .navbar
  .navbar-nav
  .nav-item
  .sub-menu {
  padding: 20px 0;
}
.footer-get-in-tuch li {
  color: #7e8ba0;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.footer-get-in-tuch li a {
  color: #7e8ba0;
  font-size: 16px;
  line-height: 34px;
  font-weight: 400;
}
.footer-get-in-tuch li a:hover {
  color: #2a6df5;
}
.footer-get-in-tuch li:last-child i {
  height: 50px;
  float: left;
  width: 28px;
  margin-top: 10px;
}
.footer-get-in-tuch li:first-child i {
  margin-right: 10px;
}
.footer-get-in-tuch li:nth-child(2) i {
  margin-right: 10px;
}
.footer-top-border::before {
  content: "";
  top: 0;
  left: 0;
  width: 1170px;
  height: 1px;
  background: #e1e5ec;
  right: 0;
  margin: auto;
  position: absolute;
}
.hero-shape-1 {
  position: absolute;
  left: 0;
  top: 250px;
  z-index: -1;
  animation: linear 20s animationFramesOne infinite;
}
.hero-shape-2 {
  position: absolute;
  left: 80px;
  z-index: -1;
  top: 480px;
  animation: linear 25s animationFramesThree infinite;
}
.hero-shape-3 {
  position: absolute;
  bottom: 120px;
  right: 320px;
  z-index: -1;
  animation: linear 25s animationFramesFive infinite;
}
.services-icon-box-custom .box__title {
  margin-top: -10px;
}
.single__box__layout__8 p {
  margin-top: -16px;
}
.tab-template-wrap {
  position: inherit;
}
.tab-custom-class .nav-tabs.tab__nav.tab__nav__style__2 li {
  display: block;
}
.tab-custom-class .nav-tabs.tab__nav.tab__nav__style__2 {
  width: 270px;
}
.tab-custom-class .tab__button__icon {
  display: inline-block;
  margin-right: 16px;
}
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li.active
  .tab__button__icon,
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li:hover
  .tab__button__icon {
  background-color: transparent;
  display: inline-block;
  margin-right: 15px;
}
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li.active
  .tab__button__icon,
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li:hover
  .tab__button__icon {
  background-color: transparent;
  display: inline-block;
  margin-right: 15px;
}
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li
  .tab__button__icon,
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li.active
  .tab__button__icon {
  background-color: transparent;
  display: inline-block;
  margin-right: 15px;
}
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  .tab__button:hover,
.elementor-1848
  .elementor-element.elementor-element-c58d9be
  .tab__nav
  li.active
  .tab__button {
  color: #2a6df5;
  background-color: #5c59ea00;
}
.elementor-1848 li .tab__button i {
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #f1f2f7;
  text-align: center;
  color: #63636a;
  font-size: 17px;
  line-height: 40px;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}
.elementor-1848 li.active .tab__button i {
  background-color: transparent;
  display: inline-block;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  background: #2a6df5;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 17px;
}
.tab__style__2 ul li a {
  padding: 5px 0 !important;
}
.tab__style__2 ul {
  padding-top: 183px !important;
}
.tab__style__2 img {
  max-width: 500px !important;
  margin-left: -100px;
}
.tab__style__2
  .elementor-column.elementor-col-50.elementor-top-column.elementor-element.elementor-element-1c0449aa.tab-content-custom {
  padding-left: 30px;
}
.image-box-custom-css .elementor-image-box-title {
  margin-bottom: 10px;
}
.team__style__3 .single__team .member__socials {
  background: 0 0;
  z-index: 99;
  display: block;
  width: 100%;
  top: -106px;
}
.team__style__3 .single__team:hover .member__socials {
  left: 0 !important;
}
.team__style__3 .single__team {
  position: relative;
}
.team__style__3 .single__team::before {
  content: "";
  display: block;
  width: 100%;
  height: 286px;
  background: #111;
  z-index: 1;
  position: absolute;
  opacity: 0;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}
.team__style__3 .single__team:hover::before {
  opacity: 0.5;
}
.team__style__3 .member__socials a {
  color: #fff;
  border: 2px solid #a6a7b4;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 38px;
}
.team__style__3 .member__socials a:hover {
  background: #fff;
  color: #3b5998;
  border-color: #fff;
}
.team__style__3 .single__team .member__thumb img {
  border-radius: 10px;
}
.team__style__3 .single__team h4 {
  margin-top: -13px;
  margin-bottom: 3px;
}
.pricing-tab1 .elementor-widget-wrap.elementor-element-populated {
  height: 421px;
}
.pricing-tab2 .elementor-widget-wrap.elementor-element-populated {
  height: 460px;
}
.pricing-tab3 .elementor-widget-wrap.elementor-element-populated {
  height: 500px;
}
.pricing-tab-main strong {
  font-size: 24px;
  font-weight: 400;
  color: #111;
  position: relative;
  top: -6px;
}
.pricing-tab-main .price-month {
  color: #7e8ba0;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  left: -6px;
}
.pricing-middle-shadow .elementor-widget-wrap.elementor-element-populated {
  box-shadow: 0 40px 40px 0 rgba(14, 17, 51, 0.1);
}
.pricing-tab-main .single__icon__list {
  margin: 8px 0;
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header
  .toggle__icon {
  transform: rotate(90deg);
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header.active
  .toggle__icon {
  transform: rotate(-90deg);
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__content {
  border: none;
  border-color: transparent;
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header {
  border: none !important;
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header.active
  .toggle__icon {
  transform: rotate(-90deg);
  background: #2a6df5;
  color: #ffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
  border-radius: 50%;
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header
  .toggle__icon {
  transform: rotate(90deg);
  background: #eef4fe;
  color: #2a6df5;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  font-size: 20px !important;
  border-radius: 50%;
}
.elementor-1848
  .elementor-element.elementor-element-d0a93ee
  .element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__content {
  border-radius: 0 0 10px 10px;
}
.elementor-1848
  .elementor-element.elementor-element-d0a93ee
  .element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header.active {
  border-radius: 10px 10px 0 0;
}
.elementor-1848
  .elementor-element.elementor-element-e1f0cd0
  .element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header.active {
  border-radius: 10px 10px 0 0;
}
.elementor-1848
  .elementor-element.elementor-element-e1f0cd0
  .element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__content {
  border-radius: 0 0 10px 10px;
}
.faq-link-css {
  color: #2a6df5;
}
.elementor-1848
  .elementor-element.elementor-element-d0a93ee
  .element__ready__accordion__list {
  box-shadow: 0 40px 40px 0 rgba(14, 17, 51, 0.1);
}
.element-ready-post-grid.style1 .element-ready-news-btn i {
  margin-left: 10px;
}
.element-ready-post-grid.style1
  .elementor-1848
  .elementor-element.elementor-element-57d4a3dc
  .element-ready-post-meta {
  display: flex;
  flex-direction: row-reverse;
}
.post-meta .element-ready-meta-list:not(:first-child) {
  margin-right: 30px;
  padding-left: 0;
}
.meta-categories.element-ready-meta-categories.element-ready-meta-list {
  order: 1;
}
.post-meta .element-ready-meta-list:not(:first-child) {
  padding-left: 0 !important;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.home1-cta-form .cta-name {
  width: 300px !important;
  margin-right: 10px;
  padding: 0 25px !important;
}
.home1-cta-form .cta-btn {
  width: 120px !important;
  text-align: center;
  padding: 0 !important;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.homeco-header-main-menu ul > li .big-device-none {
  display: none;
}
.single__box__layout__8 .box__button_icon_right.fa.fa-arrow-right {
  margin-left: 6px;
}
.single__box__layout__8 .box__button.elementor-animation- {
  margin-top: 20px !important;
}
.single__box__layout__8 {
  position: relative;
  transition: 0.5s;
}
.single__box__layout__8:hover {
  box-shadow: 0 40px 40px 0 rgba(14, 17, 51, 0.1);
}
.sldier-content-area .slick-dots li {
  transition: 0.3s;
  background: #ccced9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.sldier-content-area .slick-dots li.slick-active {
  width: 7px !important;
  height: 7px !important;
}
.sldier-content-area .slick-dots li:hover {
  width: 7px !important;
  height: 7px !important;
}
.single__image__slide.element__ready__image__slide__layout__1 img {
  border-radius: 10px;
}
.element-ready-post-grid.style1
  .post-meta
  .element-ready-meta-list:not(:first-child)::before {
  position: absolute;
  content: "";
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(40deg);
  width: 2px;
  height: 15px;
  background: #fff0;
  border-radius: 30px;
}
.sldier-content-area .slick-dots li button {
  display: none;
}
.slick-dots {
  position: relative;
  top: 0;
}
.footer-cta-css {
  padding-top: 21px !important;
  top: -323px !important;
}
ul.home2-get-in-tuch li a:hover {
  color: #ff6b58;
}
.showcase-shape-1 {
  position: absolute;
  left: 90px;
  top: 185px;
  z-index: -1;
  animation: linear 25s animationFramesFive infinite;
}
.showcase-shape-2 {
  position: absolute;
  left: 170px;
  bottom: 95px;
  z-index: -1;
  animation: linear 20s animationFramesOne infinite;
}
.showcase-shape-3 {
  position: absolute;
  top: 200px;
  right: 0;
  z-index: -1;
  animation: linear 25s animationFramesThree infinite;
}
.showcase-shape-4 {
  position: absolute;
  bottom: 250px;
  right: 195px;
  z-index: -1;
  animation: linear 25s animationFramesFour infinite;
}
.nav-tabs.tab__nav.tab__nav__style__2 .active a {
  color: #7166f0 !important;
}
.nav-tabs.tab__nav.tab__nav__style__2 {
  padding-top: 0 !important;
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-top: 190px;
}
.nav-tabs.tab__nav li.active {
  position: relative;
}
.nav-tabs.tab__nav li.active::after {
  content: "";
  width: 3px;
  height: 40px;
  background: #2a6df5;
  position: absolute;
  right: -3px;
  top: 6px;
  z-index: 999;
}
#switch-toggle-tab .month.active.one a {
  color: #111 !important;
}
.homeco-testimonial-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.homeco-testimonial-slider .homeco-testimonial-item .author-info,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .author-info {
  margin-bottom: 15px;
}
.homeco-testimonial-slider .homeco-testimonial-item .author-info img,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .author-info img {
  display: inline-block;
}
.homeco-testimonial-slider .homeco-testimonial-item .author-info .title,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .author-info .title {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.homeco-testimonial-slider .homeco-testimonial-item .author-info span,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .author-info span {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.homeco-testimonial-slider .homeco-testimonial-item .text p,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.homeco-testimonial-slider .homeco-testimonial-item .text ul,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .text ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.homeco-testimonial-slider .homeco-testimonial-item .text ul li,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .text ul li {
  display: inline-block;
  margin: 0 2px;
}
.homeco-testimonial-slider .homeco-testimonial-item .text ul li i,
.homeco-testimonial-slider-rtl .homeco-testimonial-item .text ul li i {
  color: #ffb848;
}
.homeco-testimonial-slider .slick-arrow,
.homeco-testimonial-slider-rtl .slick-arrow {
  position: absolute;
  top: 62%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #fff;
  z-index: 11;
  cursor: pointer;
  opacity: 0.5;
}
.homeco-testimonial-slider .slick-arrow.prev,
.homeco-testimonial-slider-rtl .slick-arrow.prev {
  left: -80px;
}
.homeco-testimonial-slider .slick-arrow.next,
.homeco-testimonial-slider-rtl .slick-arrow.next {
  right: -80px;
}
.homeco-testimonial-slider .slick-dots,
.homeco-testimonial-slider-rtl .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
}
.homeco-testimonial-slider .slick-dots li,
.homeco-testimonial-slider-rtl .slick-dots li {
  display: inline-block;
}
.homeco-testimonial-slider .slick-dots li button,
.homeco-testimonial-slider-rtl .slick-dots li button {
  border: 0;
  background: #fff;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  font-size: 0;
  opacity: 0.5;
  margin: 0 4px;
}
.homeco-testimonial-slider .slick-dots li.slick-active button,
.homeco-testimonial-slider-rtl .slick-dots li.slick-active button {
  opacity: 1;
}
.homeco-testimonial-2-box {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 140px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .homeco-testimonial-2-box {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-testimonial-2-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .homeco-testimonial-2-box {
    padding: 50px 30px;
  }
}
.homeco-testimonial-slider-2 .slick-arrow {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}
.homeco-testimonial-slider-2 .slick-arrow:hover {
  background: #ff3e66;
  color: #fff;
  border-color: #ff3e66;
}
.homeco-testimonial-slider-2 .slick-arrow.prev {
  right: 60px;
}
.homeco-testimonial-slider-2 .slick-arrow.next {
  right: 0;
}
.homeco-testimonial-slider-2-item .item {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-testimonial-slider-2-item .item {
    display: block;
  }
}
@media (max-width: 767px) {
  .homeco-testimonial-slider-2-item .item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.homeco-testimonial-slider-2-item .thumb {
  text-align: center;
  min-width: 140px;
  margin-right: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-testimonial-slider-2-item .thumb {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .homeco-testimonial-slider-2-item .thumb {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.homeco-testimonial-slider-2-item .thumb img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 13px;
}
.homeco-testimonial-slider-2-item .thumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.homeco-testimonial-slider-2-item .thumb ul li {
  display: inline-block;
}
.homeco-testimonial-slider-2-item .thumb ul li i {
  font-size: 14px;
  color: #ffb848;
}
.homeco-testimonial-slider-2-item .thumb span {
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .homeco-testimonial-slider-2-item .content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .homeco-testimonial-slider-2-item .content {
    text-align: center;
  }
}
.homeco-testimonial-slider-2-item .content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .homeco-testimonial-slider-2-item .content p {
    font-size: 16px;
  }
}
.homeco-testimonial-slider-2-item .content .author-info {
  margin-top: 27px;
}
.homeco-testimonial-slider-2-item .content .author-info .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.homeco-testimonial-slider-2-item .content .author-info span {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
.homeco-testimonial-about-area {
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.homeco-testimonial-about-area .homeco-section-title {
  margin-bottom: 30px;
}
.homeco-testimonial-about-area .homeco-section-title .homeco-title {
  padding: 0 30px;
}
.testimonial-about-slider-active .testimonial-box {
  padding: 60px 100px 80px;
  box-shadow: 0 40px 60px 0 rgba(14, 17, 51, 0.1);
  text-align: center;
  background: #fff;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 80px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-about-slider-active .testimonial-box {
    padding: 60px 50px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-about-slider-active .testimonial-box {
    margin-left: 50px;
    margin-right: 50px;
    padding: 30px 30px 50px;
  }
}
@media (max-width: 767px) {
  .testimonial-about-slider-active .testimonial-box {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 30px 50px;
  }
}
.testimonial-about-slider-active .testimonial-box::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #fff;
}
.testimonial-about-slider-active .testimonial-box .icon i {
  font-size: 32px;
  color: #4985ff;
}
.testimonial-about-slider-active .testimonial-box .ratings-icon {
  padding-top: 25px;
  padding-bottom: 20px;
}
.testimonial-about-slider-active .testimonial-box .ratings-icon ul li {
  display: inline-block;
}
.testimonial-about-slider-active .testimonial-box .ratings-icon ul li i {
  color: #faa116;
  font-size: 14px;
}
.testimonial-about-slider-active .testimonial-box p {
  font-size: 20px;
  color: #111;
  line-height: 30px;
}
@media (max-width: 767px) {
  .testimonial-about-slider-active .testimonial-box p {
    font-size: 16px;
    line-height: 26px;
  }
}
.testimonial-about-slider-active .slick-arrow {
  position: absolute;
  top: 43%;
  transform: translateY(-50%);
  z-index: 9;
  cursor: pointer;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 36px;
  border: 2px solid #db0f30;
  color: #db0f30;
  border-radius: 50%;
  transition: all linear 0.3s;
  background: #fff;
}
.testimonial-about-slider-active .slick-arrow:hover {
  background: #db0f30;
  color: #fff;
}
.testimonial-about-slider-active .slick-arrow.prev {
  left: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-about-slider-active .slick-arrow.prev {
    left: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-about-slider-active .slick-arrow.prev {
    left: -10px;
  }
}
.testimonial-about-slider-active .slick-arrow.next {
  right: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-about-slider-active .slick-arrow.next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .testimonial-about-slider-active .slick-arrow.next {
    right: -10px;
  }
}
.testimonial-box-about-slider-small-active {
  margin-top: -40px;
}
.testimonial-box-about-slider-small-active .item {
  padding-top: 20px;
  padding-bottom: 50px;
}
.testimonial-box-about-slider-small-active .item .thumb {
  max-width: 70px;
  text-align: center;
}
.testimonial-box-about-slider-small-active .item .thumb img {
  display: inline-block;
  width: 40px;
}
.testimonial-box-about-slider-small-active .item .content {
  display: none;
  text-align: center;
}
.testimonial-box-about-slider-small-active .item .content .title {
  font-size: 16px;
  font-weight: 700;
  white-space: nowrap;
}
.testimonial-box-about-slider-small-active .item .content span {
  font-size: 13px;
  font-weight: 500;
  color: #888890;
  white-space: nowrap;
}
.testimonial-box-about-slider-small-active .item.slick-center {
  margin-top: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .testimonial-box-about-slider-small-active .item.slick-center {
    margin-top: -10px;
  }
}
.testimonial-box-about-slider-small-active .item.slick-center .thumb {
  max-width: 70px;
}
.testimonial-box-about-slider-small-active .item.slick-center .thumb img {
  width: 70px;
}
.testimonial-box-about-slider-small-active .item.slick-center .content {
  display: inline-block;
  margin: 10px 0 0 -24px;
}
#switch-toggle-tab .year.two.active a {
  color: #111 !important;
}
.homeco-testimonial-slider .slick-dots {
  position: relative;
  top: 40px;
}
.slick-dots li button::before {
  display: none;
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__content {
  border: none;
  border-radius: 0 0 10px 10px;
}
.element__ready__adv__accordion
  .element__ready__accordion__list
  .element__ready__accordion__header {
  border: none !important;
  border-radius: 10px 10px 10px 10px !important;
}
.element__ready__accordion__header.show.active {
  border-radius: 10px 10px 0 0 !important;
}
.element__ready__accordion__content {
  border: none !important;
}
.single__price__style__3 .single__price__header {
  display: flex;
  flex-direction: column;
}
.single__price__style__3 .price__title {
  order: 1;
}
.single__price__style__3 .price__rate {
  order: 2;
}
.single__price__style__3 .price__subtitle {
  order: 3;
}
.single__price__style__3.price__active {
  transform: translateY(0);
}
.homeco-hero-content-2 .input-box {
  position: relative;
  margin-top: 18px;
  width: 75%;
  z-index: 1;
}
.mailchimp_from__box input {
  border: none;
}
.homeco-hero-content-2 .input-box input {
  width: 100%;
  height: 60px;
  border-radius: 40px;
  border: 0;
  border-left: 3px solid #ff3e66;
  padding-left: 55px;
  box-shadow: -3px 0 0 0 rgb(255 62 102 / 0%), 0 30px 30px 0 rgb(14 17 51 / 10%);
}
.homeco-hero-content-2 .input-box > i {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: #c3c3cc;
}
.homeco-hero-content-2 .input-box button {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 35px;
  background: #fff;
  border-radius: 50%;
  border: 0;
  color: #ff3e66;
}
.single__counter span.counter__number__suffix {
  margin-left: -10px;
  font-weight: 400;
}
.single__image__slide.element__ready__image__slide__layout__1 img {
  border-radius: none;
}
.elementor-6 .elementor-element.elementor-element-498382a7 .tab__nav {
  position: relative;
  z-index: 9999999;
}
.tab__price_style__1 .nav-tabs {
  border-bottom: none;
}
div#tabs__area__498382a7 {
  text-align: center;
}
ul.nav-tabs.tab__nav.tab__nav__style__1 {
  display: inline-block !important;
}
.homeco-project-content .input-box input {
  width: 360px;
}
.home1-bottom-cta .home2-form-remove {
  display: none;
}
.home2-mainchip-form .home1-form-remove {
  display: none;
}
.single__tab__item.tab-pane.tab_price.active {
  display: block !important;
}
.nav-tabs.tab__nav li.active::after {
  display: none;
}
.single__price:hover {
  box-shadow: 0 8px 16px rgba(146, 152, 198, 0.08);
}
.single__price {
  padding: 40px;
  padding-bottom: 70px;
  padding-top: 50px;
}
.homeco-testimonial-2-box {
  padding-bottom: 50px;
}
.about-big-img {
  position: relative;
  right: -48px;
}
.section-padding {
  padding: 0;
}
.home2-remove-maichimp .about-cta.remove-about-form {
  display: none;
}
.home1-bottom-cta .remove-about-form {
  display: none;
}
.homeco-testimonial-slider .slick-dots {
  text-align: center;
}
.homeco-header-main-menu ul {
  text-align: right;
}
.slick-slider .slick-list,
[dir="rtl"] .slick-slider .slick-track {
  direction: ltr;
}
[dir="rtl"] .bx-wrapper,
[dir="rtl"] .owl-carousel {
  direction: ltr;
}
[dir="rtl"] .owl-carousel .owl-item {
  direction: rtl;
}
.custom-checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px !important;
  height: 20px;
  border: 2px solid #f0f8ff;
  border-radius: 5px;
  display: inline-block;
  position: relative;
}
.custom-checkbox input[type="checkbox"]:checked {
  background-color: #00f;
  color: #111;
}
.custom-checkbox input[type="checkbox"]::after {
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 16px;
  transform: translate(1px, -5px);
}
.custom-checkbox input[type="checkbox"]:checked::after {
  color: #fff;
}
.custom-checkbox {
  display: flex;
  align-items: center;
  margin-top: 15px;
  color: #fff;
}
.form-submit-btn_dark button[type="submit"] {
  background-color: #111;
}
.sponser-img .elementor-widget-container {
  width: 100px;
  height: 100px;
}
.sponser-img .elementor-widget-container .elementor-image-box-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center !important;
  text-align: center;
  justify-content: center;
}
.custom-transparent-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: transparent;
  width: 100%;
}
.slick-slider .slick-list,
[dir="rtl"] .slick-slider .slick-track {
  direction: ltr;
}
[dir="rtl"] .bx-wrapper,
[dir="rtl"] .owl-carousel {
  direction: ltr;
}
[dir="rtl"] .owl-carousel .owl-item {
  direction: rtl;
}
[dir="rtl"] .subscriber__form input {
  padding-right: 20px !important;
}
[dir="rtl"] .tabs__area {
  display: flex;
}
[dir="rtl"] .element-ready-news-btn {
  display: flex !important;
  align-items: center;
  gap: 10px;
}
[dir="rtl"] .element-ready-post-meta {
  direction: ltr;
  justify-content: end;
}
[dir="rtl"] .subscribe__btn {
  margin-right: 10px !important;
}
.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu
  li {
  transition: 0.3s ease !important;
}
.element-ready-dropdown.element-ready-submenu-section.sub-menu.element-ready-sub-menu
  li:hover {
  transform: translate(6px);
  transition: 0.3s ease;
}
.element_ready_offcanvas_main_menu li:last-child a {
  margin-bottom: 0;
}
.video__popup__button .video__button_icon_left {
  position: relative !important;
}
.sticky .homeco-btn-box .main-btn {
  background-color: #7166f0;
}
.sticky .homeco-btn-box .main-btn:hover {
  background-color: #fff;
  color: #7166f0;
  border: 1px solid #7166f0;
}
.post-thumb {
  margin-top: 0;
}
@media (min-width: 768px) and (max-width: 991px) {
  .element-ready-post-grid .row .col-md-4:last-child {
    display: none;
  }
  .element-ready-post-grid .row .col-md-4 {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .element-ready-post-grid .row .col-md-4:last-child {
    display: none;
  }
  .element-ready-post-grid .row .col-md-4 {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .inline-form-container {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 25px;
  }
  .custom-checkbox {
    flex-basis: 100%;
  }
  .input-box-custom input {
    width: 100%;
  }
  .custom-checkbox input[type="checkbox"] {
    align-self: start;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .cc-order-1 {
    order: 1;
  }
  .cc-order-2 {
    order: 2;
  }
  .inline-form-container {
    flex-direction: column;
    gap: 14px;
    margin-bottom: 25px;
  }
  .custom-checkbox {
    flex-basis: 100%;
  }
  .input-box-custom input {
    width: 100%;
  }
  .custom-checkbox input[type="checkbox"] {
    align-self: start;
    margin-top: 5px;
  }
  .custom-checkbox input[type="checkbox"] {
    flex-basis: 27px;
  }
  [dir="rtl"] .tabs__area.tab__style__2 {
    flex-direction: column;
  }
}
.post-share a[class*="facebook"] {
  background: #1877f2;
}
.post-share a[class*="twitter"] {
  background: #00acee;
}
.post-share a[class*="linkdin"] {
  background: #0e76a8;
}
.post-share a[class*="pinterest"] {
  background: #c8232c;
}
.post-share a i {
  color: #fff;
}
.mega-menu-img figure.elementor-image-box-img {
  box-shadow: rgb(133 147 159 / 48%) 6px 2px 16px 0,
    rgb(255 255 255 / 80%) -6px -2px 16px 0;
}
.mega-menu-posts
  .element-ready-trending-news-item
  .quomodo-row
  .quomodo-col-lg-6:first-child {
  max-width: 25%;
  flex-basis: 25%;
  padding: 0;
}
.mega-menu-posts
  .element-ready-trending-news-item
  .quomodo-row
  .quomodo-col-lg-6:last-child {
  max-width: 75%;
  flex-basis: 75%;
}
.mega-menu-posts
  .element-ready-trending-news-item
  .post-meta
  .element-ready-meta-comment {
  display: none;
}
.mega-menu-posts .element-ready-trending-news-item .post-meta .meta-date {
  order: 1;
  margin-right: 0;
}
.mega-menu-posts .element-ready-trending-news-item .post-meta .meta-author {
  order: 2;
}
.element-ready-header-nav li#menu-item-12565 .mega-menu {
  width: 1000px !important;
}
.mega-menu-posts .element-ready-trending-news-item:last-child {
  border-bottom: 0 !important;
}
.single-product .up-sells {
  margin-top: 80px;
}
.single-product .up-sells .products {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.single-product .up-sells h2 {
  margin-bottom: 0;
  font-size: 32px;
}
@media (max-width: 991px) {
  .single-product .up-sells .products {
    grid-template-columns: 1fr 1fr;
  }
  .single-product .up-sells {
    margin-top: 40px;
  }
}
.single-product .up-sells .products .product {
  width: 100%;
}
