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: 24px;
  color: #323b49;
}
.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}
.slick-slide {
  outline: 0;
}
.animated_btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid #f94b44;
  padding: 0 30px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 6px;
  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: #f94b44;
  position: relative;
}
.animated_btn::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098d1;
  border-radius: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.animated_btn:hover::before {
  -webkit-transform: scale(2);
  transform: scale(2);
}
.main-btn {
  display: inline-block;
  font-weight: 500;
  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: 0 30px;
  font-size: 15px;
  line-height: 45px;
  border-radius: 6px;
  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: linear-gradient(90deg, #f94b44 0, #fe7848 98.5%);
  color: #fff;
  border: none;
}
.main-btn:hover {
  background: linear-gradient(90deg, #fe7848 0, #f94b44 98.5%);
  color: #fff;
}
.fodstar-section-title {
  padding-bottom: 25px;
}
.fodstar-section-title .fodstar-title {
  font-size: 44px;
  line-height: 54px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-section-title .fodstar-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-section-title .fodstar-title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .fodstar-section-title .fodstar-title {
    font-size: 26px;
    line-height: 36px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-section-title .fodstar-title {
    font-size: 36px;
    line-height: 46px;
  }
}
.fodstar-section-title p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 11px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-section-title p {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-section-title p {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .fodstar-section-title p {
    font-size: 15px;
  }
}
.fodstar-section-title .main-btn {
  border-radius: 30px;
  border: 2px solid #e7eaef;
  background: #fff;
  color: #111827;
}
.fodstar-section-title .main-btn:hover {
  background: #ff3e66;
  color: #fff;
  border-color: #ff3e66;
}
.fodstar-section-title.fodstar-section-title-2 .fodstar-title {
  color: #fff;
}
.fodstar-section-title.fodstar-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: #f94b44;
  border-radius: 6px;
  color: #fff;
}
.back-to-top.back-to-top-2 a {
  background: #ff3e66;
}
.back-to-top.back-to-top-3 a {
  background: #ff6b58;
}
.back-to-top.back-to-top-6 a {
  background: #9b2cfa;
}
.back-to-top.back-to-top-5 a {
  background: #801f82;
}
.back-to-top.back-to-top-8 a {
  background: #db0f30;
}
.off_canvars_overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  cursor: crosshair;
  background: #232323;
  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: #222;
}
.offcanvas_menu_wrapper .header-btn a:hover {
  color: #222;
}
.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: 14px;
  font-weight: 500;
  text-transform: capitalize;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ededed;
  color: #222;
  -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: #f94b44;
}
.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: #222;
  -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: #f94b44;
}
.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: #222 !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;
  border-radius: 10px;
  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: #f94b44;
  border-color: #f94b44;
  color: #fff;
}
.canvas_open a {
  font-size: 26px;
  width: 50px;
  height: 42px;
  display: block;
  line-height: 39px;
  text-align: center;
  border: 1px solid #232323;
  color: #222;
  -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: #f94b44;
  border-color: #f94b44;
}
.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: #f94b44;
  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: #f94b44;
  border-color: #f94b44;
  color: #fff;
}
.toggle-btn {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 21px;
  color: #111827;
}
.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: #f94b44;
  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;
}
.fodstar-sticky.sticky {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1010;
  background: #fff;
  box-shadow: 0 15px 30px 0 #1118270f;
  padding-top: 20px;
  padding-bottom: 20px;
  animation: sticky 1.2s;
}
.fodstar-header-area {
  padding: 20px 0;
  position: relative;
  left: 0;
  top: 0;
  right: 0;
  z-index: 999;
  background: #fff;
}
.fodstar-header-area.fodstar-header-error-page {
  box-shadow: 0 10px 20px 0 rgba(14, 17, 51, 0.1);
  padding-top: 20px;
  padding-bottom: 20px;
}
.header-nav-box .fodstar-btn-box {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-nav-box .fodstar-btn-box {
    padding-right: 50px;
  }
}
@media (max-width: 767px) {
  .header-nav-box .fodstar-btn-box {
    padding-right: 30px;
  }
}
.header-nav-box .fodstar-btn-box .login-btn {
  color: #111827;
  font-size: 15px;
  font-weight: 500;
}
.header-nav-box .fodstar-btn-box .login-btn i {
  padding-right: 6px;
}
@media (max-width: 767px) {
  .header-nav-box .fodstar-btn-box .main-btn {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav-box .fodstar-btn-box .main-btn {
    padding: 0 10px;
    display: inline-block;
  }
}
.header-nav-box.header-nav-box-3 .fodstar-header-main-menu ul > li > a {
  color: #fff;
}
.header-nav-box.header-nav-box-3
  .fodstar-header-main-menu
  ul
  > li
  .sub-menu
  li
  a {
  color: #111827;
}
.header-nav-box.header-nav-box-3 .fodstar-btn-box .login-btn {
  color: #fff;
}
.header-nav-box.header-nav-box-3 .fodstar-btn-box .main-btn {
  background: #ff6b58;
  border-color: #ff6b58;
}
.header-nav-box.header-nav-box-3 .fodstar-btn-box .main-btn:hover {
  background: 0 0;
  color: #ff6b58;
}
.header-nav-box.header-nav-box-3 .toggle-btn {
  color: #fff;
  font-size: 20px;
}
.header-nav-box.header-nav-box-3.header-nav-box-inner-page
  .fodstar-btn-box
  .main-btn {
  border-color: #fff;
  background: 0 0;
}
.header-nav-box.header-nav-box-3.header-nav-box-inner-page
  .fodstar-btn-box
  .main-btn:hover {
  background: #fff;
  color: #f94b44;
}
.header-nav-box.header-nav-box-5 .fodstar-header-main-menu ul > li > a {
  color: #fff;
}
.header-nav-box.header-nav-box-5
  .fodstar-header-main-menu
  ul
  > li
  .sub-menu
  li
  a {
  color: #111827;
}
.header-nav-box.header-nav-box-5 .fodstar-btn-box .login-btn {
  color: #fff;
}
.header-nav-box.header-nav-box-5 .fodstar-btn-box .main-btn {
  background: #f84a6e;
  border-color: #f84a6e;
}
.header-nav-box.header-nav-box-5 .fodstar-btn-box .main-btn:hover {
  background: 0 0;
  color: #f84a6e;
}
.header-nav-box.header-nav-box-5 .toggle-btn {
  color: #fff;
  font-size: 20px;
}
.header-nav-box.header-nav-4-box .fodstar-header-main-menu ul > li > a:hover {
  color: #801f82;
}
.header-nav-box.header-nav-4-box .fodstar-btn-box .main-btn {
  background: #801f82;
  border-color: #801f82;
}
.header-nav-box.header-nav-4-box .fodstar-btn-box .main-btn:hover {
  background: 0 0;
  color: #801f82;
}
@media (max-width: 767px) {
  .header-nav-box.header-nav-4-box .fodstar-btn-box ul {
    margin-right: 10px;
  }
}
.header-nav-box.header-nav-4-box .fodstar-btn-box ul li {
  display: inline-block;
}
.fodstar-search-btn a,
.header-nav-box.header-nav-4-box .fodstar-btn-box ul li a {
  font-size: 18px;
  color: #111827;
  margin-left: 15px;
}
.fodstar-cart-area a.cart-btn,
.header-nav-box.header-nav-4-box .fodstar-btn-box ul li a.cart-btn {
  position: relative;
}
.fodstar-cart-area a.cart-btn span,
.header-nav-box.header-nav-4-box .fodstar-btn-box ul li a.cart-btn span {
  position: absolute;
  top: -7px;
  display: inline-block;
  right: -12px;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  font-size: 11px;
  background: #801f82;
  border-radius: 50%;
}
.header-nav-box.header-nav-box-6 .main-btn {
  background: #9b2cfa;
  border-color: #9b2cfa;
}
.header-nav-box.header-nav-box-6 .main-btn:hover {
  background: 0 0;
  color: #9b2cfa;
}
.header-nav-box.header-nav-box-6 .fodstar-header-main-menu ul > li > a:hover {
  color: #9b2cfa;
}
.header-nav-box.header-nav-box-6 .fodstar-btn-box form {
  display: inline-block;
  margin-left: 18px;
}
@media (max-width: 767px) {
  .header-nav-box.header-nav-box-6 .fodstar-btn-box form {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-nav-box.header-nav-box-6 .fodstar-btn-box form {
    display: inline-block;
  }
}
.header-nav-box.header-nav-box-6 .fodstar-btn-box form .input-box {
  position: relative;
}
.header-nav-box.header-nav-box-6 .fodstar-btn-box form .input-box i {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.header-nav-box.header-nav-box-6 .fodstar-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 .fodstar-header-main-menu ul > li > a {
  color: #fff;
}
.header-nav-box.header-nav-box-7 .fodstar-header-main-menu ul > li > a:hover {
  color: #f94b44;
}
.header-nav-box.header-nav-box-7
  .fodstar-header-main-menu
  ul
  > li
  .sub-menu
  li
  a {
  color: #323b49;
}
.header-nav-box.header-nav-box-7
  .fodstar-header-main-menu
  ul
  > li
  .sub-menu
  li
  a:hover {
  color: #f94b44;
}
.header-nav-box.header-nav-box-7 .fodstar-btn-box .login-btn {
  color: #fff;
}
.header-nav-box.header-nav-box-7 .fodstar-btn-box .toggle-btn {
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-header-main-menu {
    display: none;
  }
}
@media (max-width: 767px) {
  .fodstar-header-main-menu {
    display: none;
  }
}
.fodstar-header-main-menu ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fodstar-header-main-menu ul > li {
  display: inline-block;
  margin-right: 30px;
  position: relative;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-header-main-menu ul > li {
    margin-right: 14px;
  }
}
.fodstar-header-main-menu ul > li > a {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  line-height: 45px;
  position: relative;
}
.fodstar-header-main-menu ul > li > a i {
  padding-left: 6px;
}
.fodstar-header-main-menu ul > li > .sub-menu {
  position: absolute;
  left: 0;
  width: auto;
  min-width: 220px;
  max-width: 220px;
  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);
}
.fodstar-header-main-menu ul > li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transform-origin: top center;
}
.fodstar-header-main-menu ul > li .sub-menu > li a::before {
  display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .fodstar-header-main-menu ul > li .sub-menu {
    min-width: 200px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-header-main-menu ul > li .sub-menu {
    min-width: 200px;
    max-width: 200px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-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) {
  .fodstar-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;
  }
}
.fodstar-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;
}
.fodstar-header-main-menu ul > li .sub-menu > li::before {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  transition: 1s ease-in-out;
}
.fodstar-header-main-menu ul > li .sub-menu > li:hover:before {
  width: 100%;
}
.fodstar-header-main-menu ul > li .sub-menu > li .sub-menu {
  margin-left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-header-main-menu ul > li .sub-menu > li .sub-menu {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .fodstar-header-main-menu ul > li .sub-menu > li .sub-menu {
    margin-left: 0;
  }
}
.fodstar-header-main-menu ul > li .sub-menu > li .sub-nav-toggler {
  color: #111827;
  -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;
}
.fodstar-header-main-menu ul > li .sub-menu > li a {
  display: block;
  padding: 0 30px;
  position: relative;
  color: #323b49;
  -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) {
  .fodstar-header-main-menu ul > li .sub-menu > li a {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-header-main-menu ul > li .sub-menu > li a {
    padding: 0 20px;
  }
}
.fodstar-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) {
  .fodstar-header-main-menu ul > li .sub-menu > li a i {
    display: none;
  }
}
@media (max-width: 767px) {
  .fodstar-header-main-menu ul > li .sub-menu > li a i {
    display: none;
  }
}
.fodstar-header-main-menu ul > li .sub-menu > li a .sub-nav-toggler i {
  display: inline-block;
}
.fodstar-header-main-menu ul > li .sub-menu > li a:hover {
  padding-left: 35px;
}
.fodstar-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) {
  .fodstar-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) {
  .fodstar-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;
  }
}
.fodstar-header-main-menu ul > li .sub-menu > li .sub-menu li {
  position: relative;
}
.fodstar-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;
}
.fodstar-header-main-menu ul > li .sub-menu > li .sub-menu li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.fodstar-header-main-menu ul > li .sub-menu > li:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}
.fodstar-header-main-menu ul > li .sub-menu > li:hover .sub-nav-toggler {
  color: #f94b44;
}
.fodstar-header-main-menu ul > li .sub-menu > li:hover > a {
  color: #f94b44;
}
@-webkit-keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}
.header-nav-box .fodstar-btn-box .login-btn {
  color: #111827;
}
.sticky .header-nav-box .fodstar-btn-box .login-btn {
  color: #111827;
}
.sticky .sticky-logo {
  display: block !important;
}
.sticky .main-logo {
  display: none;
}
.fodstar-page-title-area {
  height: 150px;
  background-image: url(../images/page-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
}
.fodstar-page-title-area.fodstar-page-service-title-area {
  height: 650px;
  background-image: url(../images/page-title-bg.jpg);
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-page-title-area.fodstar-page-service-title-area {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .fodstar-page-title-area.fodstar-page-service-title-area {
    height: 400px;
  }
}
.fodstar-page-title-area.fodstar-page-service-title-area
  .fodstar-page-title-item
  .thumb {
  right: 110px;
  width: auto;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-page-title-area.fodstar-page-service-title-area
    .fodstar-page-title-item
    .thumb {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-page-title-area.fodstar-page-service-title-area
    .fodstar-page-title-item
    .thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .fodstar-page-title-area.fodstar-page-service-title-area
    .fodstar-page-title-item
    .thumb {
    display: none;
  }
}
.fodstar-page-title-item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.fodstar-page-title-item .thumb {
  position: absolute;
  right: 0;
  bottom: -100px;
  width: 160px;
}
@media (max-width: 767px) {
  .fodstar-page-title-item .thumb {
    display: none;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-page-title-item .thumb {
    display: block;
  }
}
.fodstar-page-title-item span {
  color: #f94b44;
  font-weight: 500;
  opacity: 1;
}
.fodstar-page-title-item .title {
  color: #111827;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: -10px;
}
.single-post-area .fodstar-page-title-item .title {
  color: #111827;
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .fodstar-page-title-item .title {
    font-size: 26px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-page-title-item .title {
    font-size: 32px;
  }
}
.fodstar-page-title-item nav {
  display: inline-block;
  margin-top: 0;
}
.fodstar-page-title-item nav ol {
  background: 0 0;
  padding: 0;
}
.fodstar-page-title-item nav ol li a {
  opacity: 1;
  color: #111827;
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
  line-height: 20px;
  letter-spacing: -0.01em;
}
.fodstar-page-title-item nav ol li.active {
  color: #111827;
  opacity: 1;
}
.fodstar-page-title-item nav ol li:last-child > a {
  color: #f94b44;
}
.home .fodstar-page-title-item .title {
  margin: 0;
  margin-top: 35px;
}
.fodstar-blog-item .thumb {
  overflow: hidden;
  border-radius: 6px;
}
.fodstar-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%;
}
.fodstar-blog-item .content {
  padding-top: 20px;
}
.fodstar-blog-item .content .blog-meta ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fodstar-blog-item .content .blog-meta ul li {
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  position: relative;
}
.fodstar-blog-item .content .blog-meta ul li a {
  font-weight: 400;
  color: #323b49;
}
.fodstar-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: #f94b44;
  border-radius: 50%;
}
.fodstar-blog-item .content .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  margin-top: 2px;
}
.fodstar-blog-item .content .title a {
  color: #111827;
}
.fodstar-blog-item .content .title a:hover {
  color: #f94b44;
}
.fodstar-blog-item .content > a {
  font-size: 15px;
  font-weight: 500;
  color: #111827;
  margin-top: 14px;
}
.fodstar-blog-item .content > a i {
  padding-left: 6px;
}
.fodstar-blog-item .content > a:hover {
  color: #f94b44;
}
.fodstar-blog-item:hover .thumb img {
  transform: scale(1.1);
}
.fodstar-blog-3-area .blog-btn a {
  background: 0 0;
  color: #111827;
  border: 2px solid #e7eaef;
}
.fodstar-blog-3-area .blog-btn a:hover {
  background: #ff6b58;
  border-color: #ff6b58;
  color: #fff;
}
.fodstar-blog-3-area.fodstar-blog-6-area .blog-btn a:hover {
  background: #9b2cfa;
  border-color: #9b2cfa;
}
.fodstar-blog-3-area.fodstar-blog-8-area {
  background: #eef1f6;
  position: relative;
  z-index: 10;
}
.fodstar-blog-3-area.fodstar-blog-8-area .fodstar-blog-8-shape-1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.fodstar-blog-3-area.fodstar-blog-8-area .fodstar-blog-8-shape-2 {
  position: absolute;
  right: 0;
  bottom: 340px;
  z-index: -1;
}
.fodstar-blog-3-area.fodstar-blog-8-area .blog-btn a {
  border-color: #db0f30;
  color: #db0f30;
}
.fodstar-blog-3-area.fodstar-blog-8-area .blog-btn a:hover {
  background: #db0f30;
  color: #fff;
}
.fodstar-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) {
  .fodstar-blog-item-3 {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .fodstar-blog-item-3 {
    padding: 15px;
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-blog-item-3 {
    display: flex;
  }
}
.fodstar-blog-item-3 .thumb {
  max-width: 120px;
  min-width: 120px;
  border-radius: 6px;
  overflow: hidden;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .fodstar-blog-item-3 .thumb {
    max-width: 100%;
    min-width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-blog-item-3 .thumb {
    max-width: 120px;
    min-width: 120px;
  }
}
.fodstar-blog-item-3 .thumb img {
  width: 100%;
  transition: all linear 0.3s;
}
.fodstar-blog-item-3 .content {
  padding-right: 50px;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-blog-item-3 .content {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .fodstar-blog-item-3 .content {
    padding-right: 0;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-blog-item-3 .content {
    padding-right: 50px;
    margin-top: 0;
  }
}
.fodstar-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) {
  .fodstar-blog-item-3 .content .title {
    font-size: 18px;
    line-height: 28px;
  }
}
.fodstar-blog-item-3 .content .title a {
  color: #111827;
}
.fodstar-blog-item-3 .content .title a:hover {
  color: #ff6b58;
}
.fodstar-blog-item-3 .content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fodstar-blog-item-3 .content ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #323b49;
  margin-right: 22px;
}
.fodstar-blog-item-3 .content ul li i {
  padding-right: 6px;
}
.fodstar-blog-item-3 .content ul li a {
  color: #323b49;
  font-size: 14px;
  font-weight: 400;
}
.fodstar-blog-item-3:hover .thumb img {
  transform: scale(1.1);
}
.fodstar-blog-item-3.fodstar-blog-item-6 .content .title a:hover {
  color: #9b2cfa;
}
.fodstar-blog-item-3.fodstar-blog-item-8 {
  background: #fff;
}
.fodstar-blog-item-3.fodstar-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: #111827;
  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 #f94b44;
  -moz-box-shadow: -4px 0 0 0 #f94b44;
  box-shadow: -4px 0 0 0 #f94b44;
}
blockquote:before {
  position: absolute;
  left: 50px;
  top: 68px;
  content: ",,";
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  line-height: 25px;
  color: #f94b44;
  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: Montserrat, sans-serif;
  font-size: 200px;
  line-height: 25px;
  color: #f0f0f0;
  letter-spacing: -10px;
}
blockquote p {
  font-size: 20px;
  line-height: 32px;
  color: #111827;
  font-weight: 600;
  margin: 0 0 18px;
}
blockquote cite {
  display: block;
  font-size: 14px;
  line-height: 0.8;
  color: #797781;
  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: 14px;
  color: #111827;
  font-weight: 600;
  margin: 7px 20px 0 0;
}
.post-tags a {
  display: inline-block;
  height: 30px;
  background: #f8f8f8;
  border-radius: 3px;
  text-align: center;
  font-size: 13px;
  color: #797781;
  line-height: 30px;
  padding: 0 18px;
  font-weight: 600;
  margin: 0 10px 0 0;
}
.post-tags a:hover {
  background: #f94b44;
  color: #fff;
}
.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: #111827;
  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 #f94b44;
  -moz-box-shadow: -4px 0 0 0 #f94b44;
  box-shadow: -4px 0 0 0 #f94b44;
}
.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: #111827;
  font-weight: 700;
  margin: 0 0 7px;
}
.post-admin span {
  display: block;
  font-size: 14px;
  color: #797781;
  font-weight: 400;
  line-height: 0.8;
  margin-bottom: 27px;
}
.post-admin p {
  font-size: 16px;
  line-height: 26px;
  color: #111827;
  margin: 0;
}
.comment-area {
  position: relative;
  margin: 80px 0 66px;
}
.comment-area h3 {
  font-size: 20px;
  line-height: 0.8;
  color: #111827;
  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: #f94b44;
}
.comment {
  position: relative;
  margin: 0 0 14px;
}
.comment p {
  font-size: 14px;
  line-height: 24px;
  color: #686875;
  margin: 0;
}
.single-comment .comment-reply-link {
  display: inline-block;
  font-size: 12px;
  line-height: 0.8;
  color: #f94b44;
  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: #111827;
}
.comment-form-area {
  position: relative;
}
.comment-form-area h3 {
  color: #111827;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 9px;
}
.comment-form-area p {
  font-size: 14px;
  line-height: 24px;
  color: #686875;
  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-size: 14px;
  line-height: 28px;
  font-weight: 400;
  border-radius: 5px;
  border: none;
  background: #f9fafb;
  color: #7e7c87;
  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;
}
.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: #7e7c87;
  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: #7e7c87;
  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: #7e7c87;
  opacity: 1;
}
.comment-form input[type="email"]:focus,
.comment-form input[type="number"]:focus,
.comment-form input[type="text"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  background: 0 0;
  border-color: #f94b44;
  -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);
}
.comment-form button,
.comment-form input[type="submit"] {
  height: 50px;
  border-radius: 3px;
  background: linear-gradient(90deg, #f94b44 0, #fe7848 98.5%);
  color: #fff;
  text-align: center;
  border: none;
  outline: 0;
  padding: 0 36px;
  font-size: 13px;
  line-height: 50px;
  font-weight: 600;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.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: #686875;
  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: #f94b44;
  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;
  border-radius: 10px;
  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: #323b49;
  font-weight: 400;
  margin-right: 16px;
}
.bp-meta a i {
  color: #f94b44;
  margin-right: 7px;
}
.bp-meta a:last-child {
  margin-right: 0;
}
.bp-meta a:hover {
  color: #f94b44;
}
.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-size: 14px;
  font-weight: 700;
  color: #323b49;
}
.b-post-details a.read-more i {
  padding-left: 8px;
}
.b-post-details a.read-more:hover {
  color: #f94b44;
}
.fodstar-project-area .fodstar-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) {
  .fodstar-project-area .fodstar-project-box {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-project-area .fodstar-project-box {
    padding-left: 70px;
  }
}
.fodstar-project-area .fodstar-project-box .fodstar-project-thumb {
  position: absolute;
  right: 70px;
  bottom: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .fodstar-project-area .fodstar-project-box .fodstar-project-thumb {
    right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-project-area .fodstar-project-box .fodstar-project-thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .fodstar-project-area .fodstar-project-box .fodstar-project-thumb {
    display: none;
  }
}
.fodstar-project-content {
  padding-right: 50px;
}
.fodstar-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) {
  .fodstar-project-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .fodstar-project-content .title {
    font-size: 30px;
    line-height: 40px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-project-content .title {
    font-size: 36px;
    line-height: 46px;
  }
}
.fodstar-project-content p {
  color: #fff;
  opacity: 0.8;
}
.fodstar-project-content .input-box {
  display: flex;
}
@media (max-width: 767px) {
  .fodstar-project-content .input-box {
    display: block;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-project-content .input-box {
    display: flex;
  }
}
.fodstar-project-content .input-box input {
  width: 100%;
  height: 50px;
  padding-left: 30px;
  border-radius: 6px;
  border: 0;
}
.fodstar-project-content .input-box button {
  margin-left: 10px;
  padding: 0 30px;
  border-radius: 6px;
  padding: 0 25px;
  background: #111827;
  border: 0;
  color: #fff;
  line-height: 50px;
}
@media (max-width: 767px) {
  .fodstar-project-content .input-box button {
    margin-top: 20px;
    margin-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .fodstar-project-content .input-box button {
    margin-top: 0;
    margin-left: 10px;
  }
}
.fodstar-project-3-area.fodstar-project-5-area {
  background: #eef1f6;
}
.fodstar-project-3-box {
  background-image: url(../images/project-bg-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 55px 70px;
  box-shadow: 0 40px 50px 0 rgba(138, 16, 0, 0.3);
  margin-bottom: -110px;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media (max-width: 767px) {
  .fodstar-project-3-box {
    text-align: center;
  }
}
.fodstar-project-3-box .title {
  color: #fff;
  font-size: 46px;
  line-height: 56px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-project-3-box .title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .fodstar-project-3-box .title {
    font-size: 35px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}
.fodstar-project-3-box a {
  background: #fff;
  color: #111827;
  border-color: #fff;
  line-height: 55px;
  padding: 0 40px;
}
.fodstar-footer-area {
  background: linear-gradient(
    180deg,
    rgba(248, 253, 255, 0) 0,
    rgba(241, 252, 255, 0.51782) 48.22%,
    #f6fdff 100%
  );
  border-top: 1px solid #eeeff2;
  padding-top: 50px;
  padding-bottom: 60px;
}
.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: #111827;
  color: #fff;
  border-color: #111827;
}
.footer-copyright .apps-download-btn ul li a:hover {
  background: #fff;
  color: #111827;
}
.fodstar-footer-area.fodstar-footer-about-area.fodstar-footer-8-area
  .footer-copyright
  .apps-download-btn
  ul
  li
  a.item-2 {
  background: #fff;
  color: #111827;
}
.fodstar-footer-area.fodstar-footer-about-area.fodstar-footer-8-area
  .footer-copyright
  .apps-download-btn
  ul
  li
  a.item-2:hover {
  background: #111827;
  color: #fff;
  border-color: #111827;
}
@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: #111827;
  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: #111827;
  border-radius: 6px;
  line-height: 36px;
  margin-right: 5px;
}
.footer-about-widget .social ul li a:hover {
  background: #f94b44;
  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: #323b49;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 6px;
}
.footer-navigation ul li a:hover {
  color: #f94b44;
}
.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: #323b49;
  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: #f94b44;
}
.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: #111827;
  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: #111827;
  border-color: #e7eaef;
}
.footer-copyright .apps-download-btn ul li a.item-2 {
  background: 0 0;
  color: #111827;
  border-color: #e7eaef;
}
.footer-copyright .apps-download-btn ul li a.item-2:hover {
  background: #fff;
  color: #111827;
}
.fodstar-error-area {
  padding-top: 250px;
}
.fodstar-error-content span {
  display: block;
  font-size: 50px;
  color: #f94b44;
  font-weight: 800;
  padding-top: 40px;
  padding-bottom: 30px;
}
.fodstar-error-content .title {
  font-size: 50px;
  font-weight: 800;
  color: #111827;
  padding-bottom: 11px;
}
.fodstar-error-content p {
  line-height: 26px;
  color: #111827;
  font-size: 16px;
  padding: 0 50px;
}
.fodstar-error-content a {
  background: linear-gradient(90deg, #f94b44 0, #fe7848 98.5%);
  color: #fff;
  text-align: center;
  font-size: 16px;
  padding: 15px 40px;
  font-weight: 600;
  border: none;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}
.search-forms {
  margin: 30px 0 80px 0;
}
.fodstar-error-content a:hover {
  background: linear-gradient(90deg, #fe7848 0, #f94b44 98.5%);
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-signup-box {
    padding: 30px 50px;
  }
}
@media (max-width: 767px) {
  .fodstar-signup-box {
    padding: 30px;
  }
}
.fodstar-signup-box .thumb {
  position: absolute;
  right: 70px;
  bottom: 30px;
  width: 160px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-signup-box .thumb {
    display: none;
  }
}
@media (max-width: 767px) {
  .fodstar-signup-box .thumb {
    display: none;
  }
}
.fodstar-signup-box span {
  color: #fff;
  font-weight: 500;
}
.fodstar-signup-box .title {
  font-size: 46px;
  color: #fff;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .fodstar-signup-box .title {
    font-size: 30px;
  }
}
.fodstar-signup-box form {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-signup-box form {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .fodstar-signup-box form {
    flex-direction: column;
  }
}
.fodstar-signup-box form .input-box {
  margin-right: 10px;
  margin-top: 10px;
}
.fodstar-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) {
  .fodstar-signup-box form .input-box input {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .fodstar-signup-box form .input-box input {
    width: 100%;
  }
}
.fodstar-signup-box form .input-box button {
  background: #f94b44;
  line-height: 55px;
  border: 0;
  color: #fff;
  border-radius: 6px;
  padding: 0 45px;
  font-weight: 500;
}
.fodstar_checkbox_common {
  margin-top: 7px;
}
.fodstar_checkbox_common label {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  cursor: pointer;
  font-weight: 400;
}
.fodstar_checkbox_common label a {
  text-decoration: underline;
  color: #b3b6bc;
}
.fodstar_checkbox_common input[type="checkbox"] {
  display: none;
}
.fodstar_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;
}
.fodstar_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;
}
.fodstar_checkbox_common input[type="checkbox"]:checked + label span {
  background: #2079ff;
  border-color: #2079ff;
}
.fodstar_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);
}
.fodstar_checkbox_common input[type="checkbox"] + label span,
.fodstar_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;
}
.fodstar_checkbox_common.checkbox_style2 input[type="checkbox"] + label span {
  line-height: 17px;
  border-radius: 3px;
}
.footer-get-in-tuch li {
  color: #323b49;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400;
}
.footer-get-in-tuch li a {
  color: #323b49;
  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;
}
.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;
}
.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: #111827;
  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: #111827;
  position: relative;
  top: -6px;
}
.pricing-tab-main .price-month {
  color: #323b49;
  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.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%;
}
.element-ready-post-grid.style1 .element-ready-news-btn i {
  margin-left: 10px;
}
.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: #111827;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.fodstar-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 {
  background: #ff6b58 !important;
  width: 10px !important;
  height: 10px !important;
}
.sldier-content-area .slick-dots li:hover {
  width: 10px !important;
  height: 10px !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: #f94b44 !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: #111827 !important;
}
.fodstar-testimonial-area {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .author-info,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .author-info {
  margin-bottom: 15px;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .author-info img,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .author-info img {
  display: inline-block;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .author-info .title,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .author-info .title {
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  padding-top: 10px;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .author-info span,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .author-info span {
  font-size: 14px;
  color: #fff;
  opacity: 0.5;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .text p,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .text p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .text ul,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .text ul {
  margin: 10px 0 0;
  padding: 0;
  list-style-type: none;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .text ul li,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .text ul li {
  display: inline-block;
  margin: 0 2px;
}
.fodstar-testimonial-slider .fodstar-testimonial-item .text ul li i,
.fodstar-testimonial-slider-rtl .fodstar-testimonial-item .text ul li i {
  color: #ffb848;
}
.fodstar-testimonial-slider .slick-arrow,
.fodstar-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;
}
.fodstar-testimonial-slider .slick-arrow.prev,
.fodstar-testimonial-slider-rtl .slick-arrow.prev {
  left: -80px;
}
.fodstar-testimonial-slider .slick-arrow.next,
.fodstar-testimonial-slider-rtl .slick-arrow.next {
  right: -80px;
}
.fodstar-testimonial-slider .slick-dots,
.fodstar-testimonial-slider-rtl .slick-dots {
  position: absolute;
  left: 50%;
  bottom: -65px;
  transform: translateX(-50%);
}
.fodstar-testimonial-slider .slick-dots li,
.fodstar-testimonial-slider-rtl .slick-dots li {
  display: inline-block;
}
.fodstar-testimonial-slider .slick-dots li button,
.fodstar-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;
}
.fodstar-testimonial-slider .slick-dots li.slick-active button,
.fodstar-testimonial-slider-rtl .slick-dots li.slick-active button {
  opacity: 1;
}
.fodstar-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) {
  .fodstar-testimonial-2-box {
    padding: 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-testimonial-2-box {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .fodstar-testimonial-2-box {
    padding: 50px 30px;
  }
}
.fodstar-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;
}
.fodstar-testimonial-slider-2 .slick-arrow:hover {
  background: #ff3e66;
  color: #fff;
  border-color: #ff3e66;
}
.fodstar-testimonial-slider-2 .slick-arrow.prev {
  right: 60px;
}
.fodstar-testimonial-slider-2 .slick-arrow.next {
  right: 0;
}
.fodstar-testimonial-slider-2-item .item {
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .fodstar-testimonial-slider-2-item .item {
    display: block;
  }
}
@media (max-width: 767px) {
  .fodstar-testimonial-slider-2-item .item {
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
}
.fodstar-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) {
  .fodstar-testimonial-slider-2-item .thumb {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .fodstar-testimonial-slider-2-item .thumb {
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.fodstar-testimonial-slider-2-item .thumb img {
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 13px;
}
.fodstar-testimonial-slider-2-item .thumb ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.fodstar-testimonial-slider-2-item .thumb ul li {
  display: inline-block;
}
.fodstar-testimonial-slider-2-item .thumb ul li i {
  font-size: 14px;
  color: #ffb848;
}
.fodstar-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) {
  .fodstar-testimonial-slider-2-item .content {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .fodstar-testimonial-slider-2-item .content {
    text-align: center;
  }
}
.fodstar-testimonial-slider-2-item .content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .fodstar-testimonial-slider-2-item .content p {
    font-size: 16px;
  }
}
.fodstar-testimonial-slider-2-item .content .author-info {
  margin-top: 27px;
}
.fodstar-testimonial-slider-2-item .content .author-info .title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.fodstar-testimonial-slider-2-item .content .author-info span {
  font-size: 14px;
  color: #fff;
  opacity: 0.7;
}
.fodstar-testimonial-about-area {
  background-size: auto;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.fodstar-testimonial-about-area .fodstar-section-title {
  margin-bottom: 30px;
}
.fodstar-testimonial-about-area .fodstar-section-title .fodstar-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: #111827;
  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: #111827 !important;
}
.fodstar-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__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);
}
.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;
}
.fodstar-video-player-slider .slick-arrow {
  position: absolute;
  right: 0;
  bottom: -90px;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  border: 2px solid #e3e5e8;
  color: #111827;
  border-radius: 50%;
  z-index: 9;
  cursor: pointer;
}
.fodstar-video-player-slider .slick-arrow:hover {
  background: #ff3e66;
  color: #fff;
  border-color: #ff3e66;
}
.fodstar-video-player-slider .slick-arrow.prev {
  right: 60px;
}
.fodstar-video-player-slider .slick-arrow.next {
  right: 0;
}
.fodstar-video-player-slider .item img {
  width: 100%;
}
.fodstar-hero-content-2 {
  width: 540px;
}
.features-shape-1 {
  position: absolute;
  left: 240px;
  top: 240px;
  z-index: -1;
  animation: linear 20s animationFramesThree infinite;
}
.features-shape-3 {
  position: absolute;
  right: 160px;
  bottom: 260px;
  z-index: -1;
  animation: linear 20s animationFramesOne infinite;
}
.pge2-hero-shape-1 {
  position: absolute;
  top: 250px;
  left: 130px;
  animation: linear 20s animationFramesOne infinite;
  z-index: -1;
}
.pg2hero-shape-2 {
  position: absolute;
  bottom: 290px;
  left: 40px;
  animation: linear 20s animationFramesFour infinite;
  z-index: -1;
}
.heropg2-shape-3 {
  position: absolute;
  top: 480px;
  right: 240px;
  animation: linear 20s animationFramesFive infinite;
  z-index: -1;
}
.heropg2-shape-4 {
  position: absolute;
  top: 210px;
  right: 0;
  animation: linear 20s animationFramesThree infinite;
  z-index: -1;
}
.single__counter span.counter__number__suffix {
  font-weight: 900;
  margin-left: -6px;
}
.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;
}
.fodstar-testimonial-2-box {
  padding-bottom: 50px;
}
.contact__form__style__1 input,
textarea {
  width: 100% !important;
  font-size: 14px;
  line-height: 56px;
  font-weight: 400;
  border-radius: 3px;
  background: #f5f5f7;
  color: #7e7c87;
  outline: 0;
  border: 1px solid transparent;
  padding: 0 30px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease !important;
  -o-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  transition: 0.3s;
}
.contact__form__style__1 input:focus {
  background: 0 0;
  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);
}
.contact__form__style__1 textarea:focus {
  background: 0 0;
  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);
}
.section-padding {
  padding: 0;
}
.fodstar-testimonial-slider .slick-dots {
  text-align: center;
}
.fodstar-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;
}
.inline-form-container {
  display: flex;
}
.input-box-custom {
  flex-basis: 33%;
  padding: 0 5px;
}
.input-box-custom input {
  border-radius: 6px !important;
  background: #fff;
  border: 0;
  padding-left: 20px !important;
  line-height: 55px;
  font-family: inherit;
  font-size: inherit !important;
  width: 300px;
  padding: 0 0 0 20px !important;
}
.input-box-custom button {
  background: #f94b44;
  line-height: 42px;
  border: 0;
  color: #fff;
  border-radius: 6px;
  font-weight: 500;
  width: 110px;
}
.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: #111827;
}
.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: #111827;
}
.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 .fodstar-btn-box .main-btn {
  background: linear-gradient(90deg, #f94b44 0, #fe7848 98.5%);
  border-color: #f94b44;
  color: #fff;
}
.sticky .fodstar-btn-box .main-btn:hover {
  background: linear-gradient(90deg, #fe7848 0, #f94b44 98.5%);
  border-color: #f94b44;
  color: #fff;
}
.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;
}
li.product .price ins bdi {
  font-size: 16px !important;
}
li.product .price .woocommerce-Price-amount.amount,
li.product .price ins bdi {
  font-size: 16px !important;
}
.single-product li.product .star-rating,
.woocommerce-shop li.product .star-rating {
  display: block;
  order: 4;
}
a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: flex;
  flex-direction: column;
}
.single-product .products li.product,
.woocommerce-shop .products li.product {
  padding: 30px;
  padding-bottom: 25px;
}
.single-product .products li.product .woocommerce-loop-product__title,
.woocommerce-shop .products li.product .woocommerce-loop-product__title {
  font-size: 18px;
}
.single-product .products .product .product_type_simple,
.woocommerce-shop .products .product .product_type_simple {
  top: 42% !important;
}
#woocommerce_rating_filter-2 li.wc-layered-nav-rating a {
  color: #111827;
}
#woocommerce_rating_filter-2
  li.wc-layered-nav-rating
  a
  span.star-rating::before {
  color: #f94b44;
  opacity: 1;
  padding-left: 25px;
  margin-top: -3px;
}
#woocommerce_products-2 .product_list_widget li .star-rating {
  display: none;
}
#woocommerce_rating_filter-2
  li.wc-layered-nav-rating
  a
  span.star-rating::before {
  padding-left: 25px;
  margin-top: -3px;
  opacity: 1;
  color: #f94b44;
}
#woocommerce_rating_filter-2 li.wc-layered-nav-rating a {
  color: #111827;
}
.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%;
}
.gradient-text {
  background: linear-gradient(90deg, #f94b44 0, #fe7848 98.5%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.fodstar-fonts-weight {
  font-weight: 500;
}
.element__ready__single__post.element__ready__post__layout__1:hover
  .post__thumb
  img {
  transform: scale(1.1);
}
.post__thumb img {
  transition: all 0.3s;
}
