@charset "UTF-8";

/* Copyrights G-Rank Digital Srvices Private Limited */

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;family=Roboto:wght@400;500;700&amp;display=swap");

html {
  font-size: 100%;
  overflow-x: hidden;
}

img {
  pointer-events: none;
  user-drag: none;
  -webkit-user-drag: none;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.3s ease-out 0s;
}
a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
}

i,
span,
a {
  display: inline-block;
}

h1,
h2,
h3 {
  font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
  color: #0e1b2c;
  margin: 0px;
}

h1 {
  font-size: 65px;
  line-height: 75px;
}

h2 {
  font-size: 44px;
  line-height: 54px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  color: #555b63;
  margin: 0px;
}

input,
textarea {
  display: inherit;
}

img {
  max-width: 100%;
}

body {
  /* font-family: "Libre Baskerville", serif; */
  /* font-family: "Merriweather", serif; */
  font-family: "Mulish", sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #555b63;
  font-size: 16px;
  line-height: 28px;
  overflow-x: hidden;
}

.bg_cover {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.slick-slide {
  outline: 0;
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.custom-container {
  max-width: 1420px;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.form_group {
  position: relative;
}
.form_group i {
  font-size: 14px;
}

.form_control {
  width: 100%;
  padding: 0 30px;
  height: 70px;
  border: none;
}

.section-title span {
  color: #f03c3c;
  margin-bottom: 10px;
  font-weight: 500;
}
.section-title span:before,
.section-title span:after {
  display: inline-block;
  content: "";
  width: 30px;
  height: 2px;
  background-color: #f03c3c;
  vertical-align: middle;
}
.section-title span:before {
  margin-right: 20px;
}
@media (max-width: 575px) {
  .section-title span:before {
    margin-right: 10px;
  }
}
.section-title span:after {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .section-title span:after {
    margin-left: 10px;
  }
}
.section-title h2 {
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 56px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }
}
.section-title.section-title-left span:after {
  display: none;
}

.section-white-title h2 {
  color: #fff;
}

.light-bg {
  background: #f7f7f7;
}

.main-bg {
  background-color: #ff7554;
}

.main-btn {
  display: inline-block;
  padding: 14px 45px;
  font-size: 16px;
  /* font-family: "Libre Baskerville", serif; */
  /* font-family: "Merriweather", serif; */
  font-family: "Mulish", sans-serif;
  color: #fff;
  background: #f03c3c;
  text-transform: capitalize;
  border-radius: 28px;
  transition: all 0.3s ease-out 0s;
}
.main-btn:hover,
.main-btn:focus {
  background: #f03c3c;
  color: #fff;
}

button {
  border: none;
}

.nice-select {
  width: 100%;
  outline: none;
}
.nice-select.open:after {
  transform: none;
}
.nice-select:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  right: 20px;
  font-size: 12px;
  font-weight: 600;
  transform: none;
  border: none;
  top: 0;
  margin-top: 0;
  color: #2e2e2e;
}
.nice-select .list {
  width: 100%;
}

.nice-number {
  display: inline-flex;
  justify-content: stretch;
}

.nice-number input {
  vertical-align: middle;
  -moz-appearance: textfield;
  box-sizing: content-box;
  margin: 0;
  text-align: center;
}

.nice-number input::-webkit-inner-spin-button,
.nice-number input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#search-modal {
  background: rgba(23, 26, 33, 0.85);
}

#search-modal .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: none;
  outline: 0;
}

#search-modal form {
  width: 555px;
  position: relative;
}

#search-modal .modal-content {
  background: 0 0;
  box-shadow: none;
  border: none;
}

#search-modal .modal-content:focus {
  box-shadow: none;
}

#search-modal .modal-content .form_control {
  padding-left: 0;
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  color: #fff;
  margin-bottom: 0;
  height: 50px;
}

#search-modal .modal-content .form_control:focus {
  border-color: #ff7554;
}

#search-modal .modal-content .form_control::placeholder {
  color: #fff;
}

#search-modal .modal-content .search_btn {
  position: absolute;
  background: transparent;
  top: 10px;
  right: 10px;
  color: #fff;
}

.preloader {
  background-color: #fff;
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.lds-ellipsis {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 64px;
  text-align: center;
  z-index: 9999;
}

.lds-ellipsis span {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #f03c3c;
  animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(1) {
  animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
}

.lds-ellipsis span:nth-child(2) {
  animation: ball-pulse-sync 0.6s -70ms infinite ease-in-out;
}
@keyframes ball-pulse-sync {
  33% {
    transform: translateY(10px);
  }
  66% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes pulse-border {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}

.back-to-top {
  background: #f03c3c;
  border-radius: 50%;
  bottom: 30px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  right: 30px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
  z-index: 337;
}

.back-to-top:hover,
.back-to-top:focus {
  background: #0e1b2c;
  color: #fff;
}

.transparent-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.header-navigation {
  position: relative;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation {
    padding: 15px 0;
  }
}
@media (max-width: 991px) {
  .header-navigation {
    padding: 15px 0;
  }
}
.header-navigation .main-menu ul > li.menu-item-has-children > a:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  margin-left: 5px;
  display: inline-block;
  color: #0e1b2c;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .main-menu ul > li.menu-item-has-children > a:after {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-navigation .main-menu ul > li.menu-item-has-children > a:after {
    display: none;
  }
}
.header-navigation .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-navigation .main-menu ul li > a {
  display: block;
  font-size: 16px;
  color: #0e1b2c;
  font-weight: 500;
  text-transform: capitalize;
  /* font-family: "Libre Baskerville", serif; */
  /* font-family: "Merriweather", serif; */
  font-family: "Mulish", sans-serif;
  padding: 38px 15px;
  line-height: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-navigation .main-menu ul li > a {
    /*padding: 38px 13px;*/
    padding: 35px 5px;
    font-size: 16px;
  }
}
.header-navigation .main-menu ul li .sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 150px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  z-index: 99;
  height: auto;
}
.header-navigation .main-menu ul li .logo-sub-menu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 700px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease-out 0s;
  z-index: 99;
  height: auto;
}
.header-navigation .main-menu ul li .sub-menu li {
  display: block;
  margin: 0;
}
.header-navigation .main-menu ul li .sub-menu li:last-child > a {
  border-bottom: none;
}
.header-navigation .main-menu ul li .sub-menu li a {
  display: block;
  padding: 8px 15px;
  /* padding: 8px 10px; */
  font-size: 14px;
  position: relative;
  transition: all 0.3s ease-out 0s;
  border-radius: 0;
  line-height: 2;
  margin: 0;
  border-bottom: 1px solid #ececec;
  color: #1b3255;
}
.header-navigation .main-menu ul li .sub-menu li a:hover {
  background-color: #f03c3c;
  color: #fff;
  border-color: transparent;
}
.header-navigation .main-menu ul li .logo-sub-menu .menu-logo:hover {
  background-color: #f03c3c;
  color: #fff;
  border-color: transparent;
}
.header-navigation .main-menu ul li .logo-sub-menu .menu-logo:hover img {
  filter: brightness(0) invert(1);
}

.header-navigation .main-menu ul li .sub-menu li .sub-menu {
  left: 100%;
  top: 50%;
  border-top: 5px solid #f03c3c;
}
.header-navigation .main-menu ul li .sub-menu li:hover .sub-menu {
  top: 100%;
}
.header-navigation .main-menu ul li .sub-menu li:hover > a {
  background-color: #f03c3c;
  color: #fff;
}
.header-navigation .main-menu ul li:hover.menu-item-has-children > a:after {
  color: #f03c3c;
}
.header-navigation .main-menu ul li:hover > a {
  color: #f03c3c;
}
.header-navigation .main-menu ul li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-navigation .main-menu ul li .dd-trigger {
  display: none;
}
.header-navigation .site-branding {
  position: relative;
}
.header-navigation .nav-menu {
  /* float: right; */
  text-align: center;
}
.header-navigation .nav-right {
  width: 100%;
  text-align: right;
}
.header-navigation .nav-right ul {
  display: -webkit-box;
}
.header-navigation .nav-right ul li {
  display: inline-block;
  margin-left: 45px;
}
.header-navigation .nav-right ul li:first-child {
  margin-left: 0px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-navigation .nav-right ul li {
    margin-left: 17px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-right ul li {
    margin-left: 17px;
  }
}
@media (max-width: 991px) {
  .header-navigation .nav-right ul li {
    margin-left: 0px;
  }
}
.header-navigation .nav-right ul li a {
  color: #0e1b2c;
  position: relative;
}
.header-navigation .nav-right ul li a span.count {
  font-size: 10px;
  padding: 5px;
  background-color: #ff7554;
  border-radius: 50%;
  line-height: 6px;
  color: #fff;
  position: absolute;
  top: -6px;
  right: -9px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-navigation .nav-right ul li a.search-btn {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .header-navigation .nav-right ul li a.search-btn {
    display: none;
  }
}
.header-navigation .nav-right ul li .main-btn {
  border-radius: 0px;
  text-transform: capitalize;
  font-weight: 500;
  color: #fff;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-navigation .nav-right ul li .main-btn {
    padding: 10px 25px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .nav-right ul li .main-btn {
    padding: 14px 15px;
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .header-navigation .nav-right ul li .main-btn {
    display: none;
  }
}
.header-navigation.breakpoint-on .nav-menu {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: -300px;
  z-index: 9999;
  width: 300px;
  height: 100%;
  transition-duration: 500ms;
  padding: 0;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-top: 70px;
}
.header-navigation.breakpoint-on .nav-menu.menu-on {
  left: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation.breakpoint-on .nav-menu .site-branding {
    display: block !important;
  }
}
@media (max-width: 991px) {
  .header-navigation.breakpoint-on .nav-menu .site-branding {
    display: block !important;
  }
}
.header-navigation.breakpoint-on .nav-menu .nav-search {
  margin: 0 20px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .header-navigation.breakpoint-on .nav-menu .nav-search {
    display: block !important;
  }
}
.header-navigation.breakpoint-on
  .nav-menu
  .nav-search
  .form_group
  .form_control {
  border: 1px solid #e1e1e1;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li {
  display: block;
  margin: 0;
  border-bottom: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li:last-child {
  border-bottom: 0;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li.active .sub-menu {
  border-top: 1px solid #ececec;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li a {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: #0e1b2c;
  padding: 13px 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu {
  width: 100%;
  position: relative;
  top: 0;
  left: 0;
  box-shadow: none;
  background-color: transparent;
  visibility: visible;
  opacity: 1;
  display: none;
  transition: none;
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .sub-menu li a {
  color: #0e1b2c;
  padding: 0px 20px 0 40px;
  line-height: 45px;
}
.header-navigation.breakpoint-on
  .nav-menu
  .main-menu
  ul
  li
  .sub-menu
  li
  a:hover {
  border-color: rgba(255, 255, 255, 0.5);
}
.header-navigation.breakpoint-on .nav-menu .main-menu ul li .dd-trigger {
  display: block;
  position: absolute;
  right: 0;
  height: 45px;
  width: 45px;
  top: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
  background: transparent;
  text-align: center;
  line-height: 45px;
  cursor: pointer;
  color: #0e1b2c;
  font-size: 20px;
}
.header-navigation.breakpoint-on .nav-menu .main-menu.menu-on {
  left: 0;
}
.header-navigation.breakpoint-on .navbar-close,
.header-navigation.breakpoint-on .navbar-toggler {
  display: block;
}
.header-navigation .navbar-toggler {
  padding: 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.header-navigation .navbar-toggler span {
  position: relative;
  background-color: #0e1b2c;
  border-radius: 3px;
  display: block;
  height: 3px;
  margin-top: 5px;
  padding: 0;
  transition-duration: 300ms;
  width: 30px;
  cursor: pointer;
  display: block;
}
.header-navigation .navbar-toggler.active span:nth-of-type(1) {
  transform: rotate3d(0, 0, 1, 45deg);
  top: 8px;
}
.header-navigation .navbar-toggler.active span:nth-of-type(2) {
  opacity: 0;
}
.header-navigation .navbar-toggler.active span:nth-of-type(3) {
  transform: rotate3d(0, 0, 1, -45deg);
  top: -8px;
}
.header-navigation .navbar-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 12;
  display: none;
  background: #ff7554;
  padding: 5px;
}
@media (min-width: 992px) and (max-width: 1080px) {
  .logo-sub-menu .row > .menu-logo {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    /* Optional: align left */
    margin-bottom: 10px;
  }

  .logo-sub-menu .menu-logo img {
    margin-right: 10px;
  }

  .logo-sub-menu .menu-logo span {
    display: inline-block;
    margin-top: auto;
    margin-bottom: auto;
  }
}
.header-navigation .navbar-close .cross-wrap {
  width: 34px;
  height: 34px;
  cursor: pointer;
  position: relative;
}
.header-navigation .navbar-close .cross-wrap span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 6px;
  background: #fff;
}
.header-navigation .navbar-close .cross-wrap span.top {
  top: 17px;
  left: 0;
  transform: rotate(45deg);
}
.header-navigation .navbar-close .cross-wrap span.bottom {
  bottom: 15px;
  left: 0;
  transform: rotate(-45deg);
}
.header-navigation .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-navigation .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-navigation .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-top {
  background-color: #0e1b2c;
  padding: 11px 0px;
}
.header-top .container-fluid {
  padding-left: 65px;
  padding-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-top .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .header-top .top-left {
    display: none;
  }
}
.header-top .top-left ul li {
  display: inline-block;
  margin-right: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-top .top-left ul li {
    margin-right: 20px;
  }
}
.header-top .top-left ul li span {
  color: #fff;
}
.header-top .top-left ul li span i {
  margin-right: 10px;
}
.header-top .top-right {
  float: right;
}
@media (max-width: 991px) {
  .header-top .top-right {
    float: none;
    text-align: center;
  }
}
.header-top .top-right ul.social-link li {
  display: inline-block;
  margin-left: 25px;
}
@media (max-width: 991px) {
  .header-top .top-right ul.social-link li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.header-top .top-right ul.social-link li a {
  color: #fff;
}

.header-area-v2 .main-menu ul > li.menu-item-has-children > a:after {
  color: #000;
}
.header-area-v2 .header-navigation.sticky ul > li > a {
  color: #000;
}

.header-navigation.sticky .main-menu ul li:hover > .sub-menu {
  background-color: #faeded;
}
.header-area-v2 .main-menu ul li {
  display: inline-block;
  position: relative;
}
.header-area-v2 .main-menu ul li > a {
  color: #000;
}
.header-area-v2 .navbar-toggler span {
  background-color: #000;
}
.header-area-v2 .header-navigation.sticky .navbar-toggler span {
  background-color: #000;
}
.header-area-v2 .nav-right ul li a {
  color: #fff;
}

.header-area-v3 .nav-menu {
  float: none;
  text-align: center;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .nav-menu {
    text-align: left;
  }
}
@media (max-width: 991px) {
  .header-area-v3 .nav-menu {
    text-align: left;
  }
}
.header-area-v3 .nav-menu .main-menu ul li > a {
  padding: 38px 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .header-area-v3 .nav-menu .main-menu ul li > a {
    padding: 38px 17px;
    font-size: 15px;
  }
}
.header-area-v3 .nav-menu .main-menu ul li .sub-menu {
  text-align: left;
}
.header-area-v3 .header-navigation .nav-right ul li {
  vertical-align: middle;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .header-navigation .nav-right ul li {
    margin-left: 23px;
  }
}
@media (max-width: 991px) {
  .header-area-v3 .header-navigation .nav-right ul li {
    margin-left: 25px;
  }
  .header-area-v3 .header-navigation .nav-right ul li:first-child {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-area-v3 .header-navigation .nav-right ul li a.off-menu {
    display: none;
  }
}
@media (max-width: 991px) {
  .header-area-v3 .header-navigation .nav-right ul li a.off-menu {
    display: none;
  }
}

.offcanvas-panel {
  position: fixed;
  right: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
  text-align: left;
}
.offcanvas-panel.panel-on {
  visibility: visible;
  opacity: 1;
}
.offcanvas-panel.panel-on .offcanvas-panel-inner {
  visibility: visible;
  opacity: 1;
  margin-right: 0;
}
.offcanvas-panel .offcanvas-panel-inner {
  max-width: 400px;
  height: 100%;
  background-color: #fff;
  padding: 40px;
  position: relative;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-right: -400px;
  transition: all 0.3s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}
.offcanvas-panel .offcanvas-panel-inner .panel-logo,
.offcanvas-panel .offcanvas-panel-inner .offcanvas-panel,
.offcanvas-panel .offcanvas-panel-inner .about-us {
  margin-bottom: 40px;
}
.offcanvas-panel .panel-widget-title {
  font-size: 20px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  border-bottom: 2px solid #ededed;
  font-weight: 600;
}
.offcanvas-panel .contact-us ul li {
  position: relative;
  padding-left: 60px;
  margin-bottom: 30px;
  margin-left: 0px;
}
.offcanvas-panel .contact-us ul li:last-child {
  margin-bottom: 0px;
}
.offcanvas-panel .contact-us ul li a {
  display: block;
}
.offcanvas-panel .contact-us ul li i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #ff7554;
  border-radius: 50%;
  font-size: 14px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
}
.offcanvas-panel .panel-close {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 25px;
  line-height: 1;
  padding: 5px;
  color: #0e1b2c;
  z-index: 2;
}

.header-navigation.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  animation: sticky 1.2s;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
}

.header-area-v2 .header-navigation.sticky {
  /*background-color: #0e1b2c;*/
  background-color: #fff;
}
@keyframes sticky {
  0% {
    top: -200px;
  }
  100% {
    top: 0;
  }
}

.hero-area-v1 .hero-content span.span {
  color: #ff7554;
  font-weight: 500;
  color: #ff7554;
  text-transform: uppercase;
}
.hero-area-v1 .hero-content span.span:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff7554;
  vertical-align: middle;
  margin-right: 20px;
}
.hero-area-v1 .hero-content h1 {
  margin-bottom: 22px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .hero-area-v1 .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.hero-area-v1 .hero-content p {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
}
.hero-area-v1 .hero-content ul.button li {
  display: inline-block;
  margin-bottom: 10px;
}
.hero-area-v1 .hero-content ul.button li:last-child {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .hero-area-v1 .hero-content ul.button li:last-child {
    margin-left: 10px;
  }
}
.hero-area-v1 .hero-content ul.button li .main-btn {
  padding: 14px 30px;
  border: 2px solid #ff7554;
  color: #0e1b2c;
  background-color: transparent;
  line-height: 23px;
}
.hero-area-v1 .hero-content ul.button li .main-btn.active-btn,
.hero-area-v1 .hero-content ul.button li .main-btn:hover,
.hero-area-v1 .hero-content ul.button li .main-btn:focus {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}
.hero-area-v1 .hero-img {
  position: absolute;
  right: 0;
  bottom: -72%;
  margin-right: -100px;
}
.hero-area-v1 .hero-slider-one {
  position: relative;
}
.hero-area-v1 .hero-slider-one .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  border: 2px solid #ff7554;
  z-index: 1;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.hero-area-v1 .hero-slider-one .slick-arrow:hover {
  background-color: #ff7554;
  border-color: transparent;
  color: #fff;
}
.hero-area-v1 .hero-slider-one .slick-arrow.prev {
  left: 60px;
}
.hero-area-v1 .hero-slider-one .slick-arrow.next {
  right: 60px;
}
.hero-area-v1 .hero-slider-one .single-slider {
  padding: 252px 0 248px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v1 .hero-slider-one .single-slider {
    padding: 172px 0 168px;
  }
}
@media (max-width: 991px) {
  .hero-area-v1 .hero-slider-one .single-slider {
    padding: 152px 0 148px;
  }
}
.hero-area-v2 {
  margin-top: 90px;
}

.hero-area-v2 .hero-slider-two {
  position: relative;
}
.hero-area-v2 .hero-slider-two .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 50%;
  font-size: 18px;
  border: 2px solid #f03c3c;
  z-index: 1;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.hero-area-v2 .hero-slider-two .slick-arrow:hover {
  background-color: #f03c3c;
  border-color: transparent;
  color: #fff;
}
.hero-area-v2 .hero-slider-two .slick-arrow.prev {
  left: 60px;
}
.hero-area-v2 .hero-slider-two .slick-arrow.next {
  right: 60px;
}
.hero-area-v2 .single-slider {
  position: relative;
  /* padding: 317px 0 200px; */
  padding: 100px 0 100px !important;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-area-v2 .single-slider {
    padding: 192px 0 100px;
  }
}
.hero-area-v2 .single-slider:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}
.hero-area-v2 .hero-content {
  position: relative;
}
.hero-area-v2 .hero-content .play-content {
  position: relative;
  margin-bottom: 40px;
}
.hero-area-v2 .hero-content .video-popup {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #f03c3c;
  z-index: 1;
}
.hero-area-v2 .hero-content .video-popup:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  animation: play 1500ms ease-out infinite;
  z-index: -1;
}
.hero-area-v2 .hero-content h1 {
  margin-bottom: 22px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v2 .hero-content h1 {
    font-size: 55px;
    line-height: 65px;
  }
}
@media (max-width: 991px) {
  .hero-area-v2 .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
@media (max-width: 575px) {
  .hero-area-v2 .hero-content h1 {
    font-size: 28px;
    line-height: 38px;
  }
}
.hero-area-v2 .hero-content p {
  padding: 0 50px;
  margin-bottom: 25px;
  color: #fff;
}
@media (max-width: 991px) {
  .hero-area-v2 .hero-content p {
    padding: 0px;
  }
}
.hero-area-v2 .hero-content .main-btn {
  padding: 14px 30px;
}

.hero-area-v3 .hero-content span.span {
  color: #ff7554;
  font-weight: 500;
  color: #ff7554;
  text-transform: uppercase;
}
.hero-area-v3 .hero-content span.span:before {
  display: inline-block;
  content: "";
  width: 50px;
  height: 2px;
  background-color: #ff7554;
  vertical-align: middle;
  margin-right: 20px;
}
.hero-area-v3 .hero-content h1 {
  margin-bottom: 22px;
  color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v3 .hero-content h1 {
    font-size: 52px;
    line-height: 62px;
  }
}
@media (max-width: 767px) {
  .hero-area-v3 .hero-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.hero-area-v3 .hero-content p {
  margin-bottom: 42px;
  font-size: 18px;
  color: #fff;
  line-height: 28px;
}
.hero-area-v3 .hero-content ul.button li {
  display: inline-block;
  margin-bottom: 10px;
}
.hero-area-v3 .hero-content ul.button li:last-child {
  margin-left: 10px;
}
@media (max-width: 767px) {
  .hero-area-v3 .hero-content ul.button li:last-child {
    margin-left: 0px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero-area-v3 .hero-content ul.button li:last-child {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 414px) and (max-width: 767px) {
  .hero-area-v3 .hero-content ul.button li:last-child {
    margin-left: 10px;
  }
}
.hero-area-v3 .hero-content ul.button li .main-btn {
  padding: 14px 30px;
  border: 2px solid #ff7554;
  color: #fff;
  background-color: transparent;
  line-height: 23px;
}
.hero-area-v3 .hero-content ul.button li .main-btn.active-btn,
.hero-area-v3 .hero-content ul.button li .main-btn:hover,
.hero-area-v3 .hero-content ul.button li .main-btn:focus {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}
.hero-area-v3 .hero-img {
  position: relative;
  margin-right: -310px;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-area-v3 .hero-img {
    margin-right: -90px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero-area-v3 .hero-img {
    display: none;
  }
}
@media (max-width: 991px) {
  .hero-area-v3 .hero-img {
    display: none;
  }
}
.hero-area-v3 .hero-slider-three .slick-arrow {
  position: absolute;
  left: 60px;
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.hero-area-v3 .hero-slider-three .slick-arrow:hover,
.hero-area-v3 .hero-slider-three .slick-arrow:focus {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}
.hero-area-v3 .hero-slider-three .slick-arrow.prev {
  top: 46%;
  transform: translateY(-46%);
}
.hero-area-v3 .hero-slider-three .slick-arrow.next {
  bottom: 46%;
  transform: translateY(46%);
}
.hero-area-v3 .single-slider {
  padding: 250px 0;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .hero-area-v3 .single-slider {
    padding: 200px 0;
  }
}
@media (max-width: 767px) {
  .hero-area-v3 .single-slider {
    padding: 150px 0;
  }
}
.hero-area-v3 .single-slider:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(14, 27, 44, 0.85);
  z-index: -1;
}
.hero-area-v3 .single-slider:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  content: "";
  background-color: #ff7554;
  z-index: 1;
}
@media (max-width: 991px) {
  .hero-area-v3 .single-slider:before {
    display: none;
  }
}

.breadcrumbs-section {
  position: relative;
  z-index: 1;
  padding: 175px 0 110px;
}
.breadcrumbs-section:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(14, 27, 44, 0.85);*/
  z-index: -1;
}
.breadcrumbs-section .breadcrumbs-content h1 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 40px;
}
@media (max-width: 991px) {
  .breadcrumbs-section .breadcrumbs-content h1 {
    font-size: 32px;
    line-height: 42px;
  }
}
.breadcrumbs-section .breadcrumbs-content ul.link li {
  display: inline-block;
}
.breadcrumbs-section .breadcrumbs-content ul.link li:after {
  display: inline-block;
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
  color: #fff;
}
.breadcrumbs-section .breadcrumbs-content ul.link li:last-child:after {
  display: none;
}
.breadcrumbs-section .breadcrumbs-content ul.link li a {
  color: #fff;
}
.breadcrumbs-section .breadcrumbs-content ul.link li.active {
  color: #f03c3c;
}

.about-area-v1 .about-img {
  position: relative;
  /*margin-left: 20px;*/
}
/* .about-area-v1 .about-img:before {
  position: absolute;
  top: 0;
  left: -20px;
  content: "";
  width: 10px;
  height: 100%;
  background-color: #f03c3c;
} */
.about-area-v1 .about-img img {
  width: 85%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area-v1 .about-img img {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .about-area-v1 .about-img img {
    width: 100%;
  }
}
@media (max-width: 1080px) {
  .header-navigation .main-menu ul li > a {
    padding: 38px 4px;
  }
}
.about-area-v1 .about-img .play-content {
  position: absolute;
  top: 115px;
  right: 45px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-img .play-content {
    right: 25px;
  }
}
.about-area-v1 .about-img .play-content .video-popup {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  font-size: 18px;
  color: #fff;
  background-color: #ff7554;
  z-index: 1;
}
.about-area-v1 .about-img .play-content .video-popup:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ff7554;
  animation: play 1500ms ease-out infinite;
  z-index: 1;
}
.about-area-v1 .about-img .experience-box {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 33px 20px;
  max-width: 33%;
  background-color: #f03c3c;
  border-radius: 0px 30px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-img .experience-box {
    max-width: 65%;
  }
}
@media (max-width: 767px) {
  .about-area-v1 .about-img .experience-box {
    max-width: 65%;
  }
}
.about-area-v1 .about-img .experience-box p {
  color: #fff;
  display: flex;
  align-items: center;
  line-height: 22px;
}
.about-area-v1 .about-img .experience-box p span.big-text {
  font-size: 44px;
  margin-right: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.about-area-v1 .about-content-box p {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-content-box p {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-content-box .section-title {
    margin-bottom: 10px;
  }
  .about-area-v1 .about-content-box .section-title span.span {
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-content-box .about-box .box {
    margin-bottom: 10px;
  }
}
.about-area-v1 .about-content-box .about-box .box .icon i {
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #f03c3c;
  font-size: 40px;
}
.about-area-v1 .about-content-box .about-box .box .info {
  margin-left: 15px;
  margin-top: -5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-content-box .about-box .box .info {
    margin-left: 10px;
  }
}
.about-area-v1 .about-content-box .about-box .box .info h5 {
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
  /* font-family: "Libre Baskerville", serif; */
  /* font-family: "Merriweather", serif; */
  font-family: "Mulish", sans-serif;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v1 .about-content-box .about-box .box .info h5 {
    font-size: 14px;
    line-height: 24px;
  }
}

.about-area-v2 .about-img {
  position: relative;
  margin-right: 20px;
}
.about-area-v2 .about-img img {
  width: 100%;
}
.about-area-v2 .about-img .experience-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #ff7554;
  border: 5px solid #fff;
  border-radius: 50%;
}
.about-area-v2 .about-img .experience-box h4 {
  color: #fff;
  line-height: 1.4;
}
.about-area-v2 .about-img .experience-box h4 span {
  font-size: 16px;
  display: contents;
}
.about-area-v2 .about-content-box {
  margin-top: -7px;
}
.about-area-v2 .about-content-box p {
  margin-bottom: 30px;
}
.about-area-v2 .about-content-box .counter-wrapper {
  background-color: #fff;
  box-shadow: 0px 8px 25px 0px rgba(174, 184, 198, 0.35);
  padding: 20px 35px;
}
.about-area-v2 .about-content-box .counter-wrapper .counter-column {
  position: relative;
}
.about-area-v2
  .about-content-box
  .counter-wrapper
  .counter-column:last-child:after {
  display: none;
}
.about-area-v2 .about-content-box .counter-wrapper .counter-column:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #ff7554;
}
@media (max-width: 991px) {
  .about-area-v2 .about-content-box .counter-wrapper .counter-column:after {
    display: none;
  }
}
.about-area-v2 .about-content-box .counter-wrapper .counter-item {
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  .about-area-v2 .about-content-box .counter-wrapper .counter-item {
    margin-bottom: 30px;
  }
}
.about-area-v2 .about-content-box .counter-wrapper .counter-item .icon {
  margin-bottom: 5px;
}
.about-area-v2 .about-content-box .counter-wrapper .counter-item .icon i {
  font-size: 30px;
  width: 30px;
  height: 30px;
  line-height: 1;
  color: #ff7554;
}
.about-area-v2 .about-content-box .counter-wrapper .counter-item .content h2 {
  font-size: 22px;
  line-height: 32px;
}
.about-area-v2
  .about-content-box
  .counter-wrapper
  .counter-item
  .content
  p.title {
  margin-bottom: 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .about-area-v2
    .about-content-box
    .counter-wrapper
    .counter-item
    .content
    p.title {
    font-size: 14px;
  }
}

.about-area-v3 .about-content-box p {
  margin-bottom: 18px;
}
.about-area-v3 .about-content-box .info-box .icon i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  box-shadow: 0px 8px 20px 0px rgba(159, 165, 173, 0.35);
  background-color: #fff;
  color: #ff7554;
}
.about-area-v3 .about-content-box .info-box .info {
  margin-left: 15px;
}
.about-area-v3 .about-content-box .info-box .info h6 {
  font-weight: 500;
}
.about-area-v3 .about-content-box ul.button li {
  display: inline-block;
}
@media (max-width: 767px) {
  .about-area-v3 .about-content-box ul.button li {
    margin-bottom: 20px;
  }
}
.about-area-v3 .about-content-box ul.button li:last-child {
  margin-left: 40px;
}
@media (max-width: 575px) {
  .about-area-v3 .about-content-box ul.button li:last-child {
    margin-left: 5px;
  }
}
.about-area-v3 .about-content-box ul.button li .phone {
  color: #ff7554;
  vertical-align: middle;
}
.about-area-v3 .about-content-box ul.button li .phone i {
  margin-right: 15px;
  font-size: 28px;
}

.service-shape {
  position: relative;
  z-index: 1;
}
.service-shape:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/shape/shape-1.png) no-repeat top;
  z-index: -1;
}

.bebsa-service-v1 .service-item {
  position: relative;
  padding: 65px 25px 20px;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  height: 170px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bebsa-service-v1 .service-item {
    padding: 65px 30px 30px;
  }
}
@media (max-width: 991px) {
  .bebsa-service-v1 .service-item {
    padding: 65px 30px 30px;
    height: auto;
  }
}
.bebsa-service-v1 .service-item:hover .service-icon {
  background-color: #0e1b2c;
}
.bebsa-service-v1 .service-item .service-icon {
  position: absolute;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #f03c3c;
  border: 5px solid #fff;
  box-shadow: 0px 8px 25px 0px rgba(85, 91, 99, 0.25);
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s ease-out 0s;
}
.bebsa-service-v1 .service-item .service-icon i {
  width: 30px;
  height: 30px;
  line-height: 1;
  font-size: 30px;
  color: #fff;
}
.bebsa-service-v1 .service-item .service-content h3.title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 20px;
  transition: all 0.2s ease-out 0s;
}
.bebsa-service-v1 .service-item .service-content h3.title:hover,
.bebsa-service-v1 .service-item .service-content h3.title:focus {
  color: #ff7554;
}
.bebsa-service-v1 .service-item .service-content p {
  margin-bottom: 17px;
}
.bebsa-service-v1 .service-item .service-content .btn-link {
  position: relative;
  color: #0e1b2c;
  font-weight: 500;
}
.bebsa-service-v1 .service-item .service-content .btn-link:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background-color: transparent;
  transition: all 0.2s ease-out 0s;
}
.bebsa-service-v1 .service-item .service-content .btn-link:hover,
.bebsa-service-v1 .service-item .service-content .btn-link:focus {
  text-decoration: none;
  color: #ff7554;
}
.bebsa-service-v1 .service-item .service-content .btn-link:hover:after,
.bebsa-service-v1 .service-item .service-content .btn-link:focus:after {
  background-color: #ff7554;
  width: 100%;
}

.service-details-area .sidebar-widget-area {
  margin-right: 20px;
}
.service-details-area .sidebar-widget-area .widget.service-nav-widget {
  padding: 35px 40px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-area .sidebar-widget-area .widget.service-nav-widget {
    padding: 35px 15px 40px;
  }
}
@media (max-width: 991px) {
  .service-details-area .sidebar-widget-area .widget.service-nav-widget {
    padding: 35px 20px 40px;
  }
}
.service-details-area
  .sidebar-widget-area
  .widget.service-nav-widget
  ul.service-nav
  li {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 20px;
}
.service-details-area
  .sidebar-widget-area
  .widget.service-nav-widget
  ul.service-nav
  li:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0;
}
.service-details-area
  .sidebar-widget-area
  .widget.service-nav-widget
  ul.service-nav
  li
  i {
  width: 25px;
  height: 25px;
  line-height: 1;
  color: #ff7554;
  font-size: 25px;
  margin-right: 20px;
}
.service-details-area
  .sidebar-widget-area
  .widget.service-nav-widget
  ul.service-nav
  li
  a:hover,
.service-details-area
  .sidebar-widget-area
  .widget.service-nav-widget
  ul.service-nav
  li
  a:focus {
  color: #ff7554;
}
.service-details-area .sidebar-widget-area .widget.newsletter-widget {
  padding: 0;
}
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 70px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-area
    .sidebar-widget-area
    .widget.newsletter-widget
    .newsletter-box {
    padding: 70px 20px;
  }
}
@media (max-width: 991px) {
  .service-details-area
    .sidebar-widget-area
    .widget.newsletter-widget
    .newsletter-box {
    padding: 70px 20px;
  }
}
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.85);
  z-index: -1;
}
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box
  h3 {
  margin-bottom: 5px;
}
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box
  h3,
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box
  p {
  color: #fff;
}
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box
  p {
  margin-bottom: 30px;
}
.service-details-area
  .sidebar-widget-area
  .widget.newsletter-widget
  .newsletter-box
  form
  .form_group
  .form_control {
  height: 55px;
  border-radius: 28px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .service-details-area .sidebar-widget-area .widget.download-widget {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 991px) {
  .service-details-area .sidebar-widget-area .widget.download-widget {
    padding: 35px 20px 40px;
  }
}
.service-details-area
  .sidebar-widget-area
  .widget.download-widget
  .download-item {
  position: relative;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 25px;
}
.service-details-area
  .sidebar-widget-area
  .widget.download-widget
  .download-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.service-details-area
  .sidebar-widget-area
  .widget.download-widget
  .download-item
  h5 {
  font-weight: 600;
  margin-bottom: 5px;
}
.service-details-area
  .sidebar-widget-area
  .widget.download-widget
  .download-item
  .pdf {
  color: #ff7554;
}
.service-details-area
  .sidebar-widget-area
  .widget.download-widget
  .download-item
  .icon {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  line-height: 50px;
  font-size: 18px;
  background-color: #ff7554;
  color: #fff;
}
.service-details-area .service-details-wrapper .service-content {
  margin-top: 30px;
}
.service-details-area .service-details-wrapper .service-content span.span {
  color: #ff7554;
}
.service-details-area .service-details-wrapper .service-content h3 {
  margin-bottom: 33px;
}
.service-details-area .service-details-wrapper .service-content p {
  margin-bottom: 25px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .features-wrapper {
  margin-bottom: 10px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .features-wrapper
  .icon-box {
  display: flex;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .features-wrapper
  .icon-box
  .icon
  i {
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 1;
  color: #ff7554;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .features-wrapper
  .icon-box
  .info {
  margin-left: 15px;
}
.service-details-area .service-details-wrapper .service-content .content-block {
  margin-bottom: 33px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .content-block
  .block-text
  h3 {
  margin-bottom: 25px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .content-block
  .block-text
  ul.list
  li {
  margin-bottom: 5px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .content-block
  .block-text
  ul.list
  li:last-child {
  margin-bottom: 0px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .content-block
  .block-text
  ul.list
  li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  color: #ff7554;
  padding-right: 15px;
}
.service-details-area .service-details-wrapper .service-content .video-box {
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 1;
  margin-bottom: 34px;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .video-box:after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}
.service-details-area .service-details-wrapper .service-content .play-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.service-details-area
  .service-details-wrapper
  .service-content
  .play-content
  .video-popup {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #ff7554;
  z-index: 1;
}
.service-details-area
  .service-details-wrapper
  .service-content
  .play-content
  .video-popup:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ff7554;
  animation: play 1500ms ease-out infinite;
  z-index: -1;
}

.features-area-v1 .features-item {
  padding: 40px 35px 30px;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.2);
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v1 .features-item {
    padding: 40px 20px 30px;
  }
}
.features-area-v1 .features-item:hover {
  background-color: #ff7554;
}
.features-area-v1 .features-item:hover .icon i {
  color: #fff;
}
.features-area-v1 .features-item:hover .info h4,
.features-area-v1 .features-item:hover .info p {
  color: #fff;
}
.features-area-v1 .features-item .icon {
  margin-bottom: 17px;
}
.features-area-v1 .features-item .icon i {
  font-size: 50px;
  height: 50px;
  width: 50px;
  line-height: 1;
  color: #ff7554;
}
.features-area-v1 .features-item .info h4 {
  font-size: 18px;
}

.features-area-v2 {
  padding-top: 245px;
  overflow: hidden;
}
.features-area-v2.features-area-v4 {
  padding-top: 110px;
}
.features-area-v2 .features-item .img {
  margin: auto;
  margin-bottom: 21px;
}
.features-area-v2 .features-item .img img {
  width: 110px;
  height: 110px;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
}
.features-area-v2 .features-item .info h4 {
  margin-bottom: 9px;
}
.features-area-v2 .features-wrapper {
  position: relative;
  z-index: 1;
}
.features-area-v2 .features-wrapper:after {
  position: absolute;
  content: "";
  top: 20px;
  left: 16%;
  width: 100%;
  height: 100%;
  background: url(../images/line.png) no-repeat;
  z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v2 .features-wrapper:after {
    width: 75%;
  }
}
@media (max-width: 991px) {
  .features-area-v2 .features-wrapper:after {
    display: none;
  }
}

.features-area-v3 {
  position: relative;
  z-index: 1;
  background-color: #f03c3c;
}
.features-area-v3 .section-title span.span {
  margin-bottom: 0;
}
.features-area-v3:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/dotted_circle.png) no-repeat left;
  z-index: -1;
}
@media (max-width: 991px) {
  .features-area-v3:before {
    display: none;
  }
}
.features-area-v3 .features-bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 991px) {
  .features-area-v3 .features-bg {
    width: 100%;
  }
}
.features-area-v3 .features-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}
.features-area-v3 .features-img {
  margin-right: 65px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .features-area-v3 .features-img {
    margin-right: 0px;
  }
}
@media (max-width: 991px) {
  .features-area-v3 .features-img {
    margin-right: 0px;
  }
}
.features-area-v3 .features-content-box p {
  color: #fff;
  margin-bottom: 30px;
}
.features-area-v3 .features-content-box .features-item {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .features-area-v3 .features-content-box .features-item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.features-area-v3 .features-content-box .features-item:last-child {
  margin-bottom: 0px;
}
.features-area-v3 .features-content-box .features-item .chart_1 {
  min-width: 130px;
  max-width: 130px;
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.features-area-v3 .features-content-box .features-item .chart_1 canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.features-area-v3 .features-content-box .features-item .chart_1 h2 {
  color: #fff;
  font-size: 16px;
}
.features-area-v3 .features-content-box .features-item .chart_1 h2 span {
  font-size: 44px;
  line-height: 10;
}
.features-area-v3 .features-content-box .features-item .info {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .features-area-v3 .features-content-box .features-item .info {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.features-area-v3 .features-content-box .features-item .info h4 {
  color: #fff;
  margin-bottom: 5px;
}
.features-area-v3 .features-content-box .features-item .info p {
  margin-bottom: 0px;
}

.counter-area-v1 {
  position: relative;
  margin-bottom: -130px;
}
.counter-area-v1 .counter-wrapper {
  padding: 60px 60px 30px;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  border-radius: 125px;
}
.counter-area-v1 .counter-wrapper .counter-item .icon {
  margin-bottom: 5px;
}
.counter-area-v1 .counter-wrapper .counter-item .icon i {
  font-size: 40px;
  width: 40px;
  height: 40px;
  line-height: 1;
  color: #ff7554;
}

.counter-area-v2 .counter-column:after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: #e5e5e5;
}
@media (max-width: 991px) {
  .counter-area-v2 .counter-column:after {
    display: none;
  }
}
.counter-area-v2 .counter-column:last-child:after {
  display: none;
}
@media (max-width: 991px) {
  .counter-area-v2 .counter-column .counter-item {
    margin-bottom: 40px;
  }
}
.counter-area-v2 .counter-column .counter-item .icon {
  margin-bottom: 5px;
}
.counter-area-v2 .counter-column .counter-item .icon i {
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 40px;
  color: #f03c3c;
}

.bebsa-intro-seciton {
  position: relative;
  z-index: 1;
}
.bebsa-intro-seciton:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}
.bebsa-intro-seciton .intro-content .video-popup {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  font-size: 22px;
  color: #ff7554;
  margin: auto;
  margin-bottom: 40px;
}
.bebsa-intro-seciton .intro-content h2 {
  color: #fff;
}
@media (max-width: 767px) {
  .bebsa-intro-seciton .intro-content h2 {
    font-size: 26px;
    line-height: 36px;
  }
}

.cta-area-v1 {
  position: relative;
  margin-top: -100px;
}
.cta-area-v1 .cta-item {
  padding: 50px;
  display: flex;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-area-v1 .cta-item {
    padding: 30px 20px;
  }
}
@media (max-width: 991px) {
  .cta-area-v1 .cta-item {
    padding: 30px 20px;
  }
}
@media (max-width: 575px) {
  .cta-area-v1 .cta-item {
    padding: 30px 15px;
  }
}
.cta-area-v1 .cta-item:hover:after {
  background-color: rgba(240, 60, 60, 0.85);
}
.cta-area-v1 .cta-item:hover .icon i {
  background-color: #0e1b2c;
}
.cta-area-v1 .cta-item:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.cta-area-v1 .cta-item .icon i {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f03c3c;
  color: #fff;
  font-size: 24px;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 575px) {
  .cta-area-v1 .cta-item .icon i {
    width: 40px;
    height: 40px;
  }
  .cta-area-v1 .cta-item .info h3 {
    font-size: 12px;
  }
}
.cta-area-v1 .cta-item .info {
  margin-left: 30px;
}
@media (max-width: 575px) {
  .cta-area-v1 .cta-item .info {
    margin-left: 5px;
  }
}
.cta-area-v1 .cta-item .info h4 {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .cta-area-v1 .cta-item .info h4 {
    font-size: 17px;
    line-height: 28px;
  }
}
@media (max-width: 575px) {
  .cta-area-v1 .cta-item .info h4 {
    font-size: 12px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .cta-area-v1 .cta-item .info h3 {
    font-size: 26px;
    line-height: 38px;
  }
}
@media (max-width: 575px) {
  .cta-area-v1 .cta-item .info h3 {
    font-size: 18px;
    line-height: 28px;
  }
}
.cta-area-v1 .cta-item .info h4,
.cta-area-v1 .cta-item .info h3 {
  color: #fff;
}
.cta-area-v1 .cta-item .info h3 {
  font-size: 24px;
}
.cta-area-v2 {
  position: relative;
}
.cta-area-v2 .cta-bg {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  border-top-left-radius: 200px;
  border-bottom-left-radius: 200px;
}
@media (max-width: 991px) {
  .cta-area-v2 .cta-bg {
    display: none;
  }
}
.cta-area-v2 .section-title span.span {
  color: #fff;
}
.cta-area-v2 .section-title span.span:before {
  background-color: #fff;
}
.cta-area-v2 .button-box .main-btn {
  background-color: #fff;
  color: #0e1b2c;
}
.cta-area-v2 .button-box .main-btn:hover,
.cta-area-v2 .button-box .main-btn:focus {
  background-color: #0e1b2c;
  color: #fff;
}

.bebsa-faq-v1 .faq-wrapper .card {
  background-color: #fff;
  box-shadow: 0px 8px 25px 0px rgba(172, 176, 181, 0.2);
  border: none;
  border-radius: 0px;
}
.bebsa-faq-v1 .faq-wrapper .card .card-header {
  background-color: transparent;
  border: none;
  font-size: 18px;
  font-weight: 600;
  color: #0e1b2c;
  padding: 21px 30px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bebsa-faq-v1 .faq-wrapper .card .card-header {
    font-size: 16px;
    line-height: 26px;
    padding: 10px 20px;
  }
}
.bebsa-faq-v1 .faq-wrapper .card .card-header .toggle_btn {
  float: left;
  margin-right: 15px;
}
.bebsa-faq-v1 .faq-wrapper .card .card-header .toggle_btn:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline-block;
  font-size: 15px;
  color: #0e1b2c;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 767px) {
  .bebsa-faq-v1 .faq-wrapper .card .card-header .toggle_btn:after {
    display: none;
  }
}
.bebsa-faq-v1 .faq-wrapper .card .card-body {
  padding-top: 0px;
}
.bebsa-faq-v1
  .faq-wrapper
  .card
  .card-header[aria-expanded="true"]
  .toggle_btn:after {
  content: "";
  color: #f03c3c;
}
.bebsa-faq-v1 .faq-wrapper .card .card-header[aria-expanded="true"] {
  color: #f03c3c;
}

.skill-area-v1 {
  position: relative;
}
.skill-area-v1 .skill-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 45%;
  height: 100%;
  z-index: 1;
}
.skill-area-v1 .skill-bg:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}
@media (max-width: 991px) {
  .skill-area-v1 .skill-bg {
    display: none;
  }
}
.skill-area-v1 .play-content {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .skill-area-v1 .play-content {
    text-align: center;
    margin-bottom: 80px;
  }
}
.skill-area-v1 .play-content .video-popup {
  position: relative;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  border-radius: 50%;
  color: #fff;
  background-color: #ff7554;
  z-index: 1;
}
.skill-area-v1 .play-content .video-popup:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #ff7554;
  z-index: -1;
  animation: play 1500ms ease-out infinite;
}
.skill-area-v1 .skill-content-box p {
  margin-bottom: 20px;
}

.skill-wrapper .single-skill {
  margin-bottom: 25px;
}
.skill-wrapper .single-skill:last-child {
  margin-bottom: 0px;
}
.skill-wrapper .single-skill .progress-title h5 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.skill-wrapper .single-skill .progress-title h5 span {
  float: right;
  color: #ff7554;
}
.skill-wrapper .single-skill .progress {
  height: 15px;
  background-color: #fff;
  border-radius: 8px;
  padding: 6px;
}
.skill-wrapper .single-skill .progress .progress-bar {
  height: 5px;
  border-radius: 3px;
  background-color: #ff7554;
}

.pricing-area-v1 .pricing-item {
  position: relative;
  background-color: #fff;
  box-shadow: 0px 8px 30px 0px rgba(174, 184, 198, 0.3);
  z-index: 1;
  padding-top: 140px;
  transition: all 0.3s ease-out 0s;
}
.pricing-area-v1 .pricing-item:hover {
  margin-top: -20px;
}
.pricing-area-v1 .pricing-item:hover .pricing-head {
  background-color: #0e1b2c;
}
.pricing-area-v1
  .pricing-item:hover
  .pricing-content
  .button-box
  .main-btn:hover,
.pricing-area-v1
  .pricing-item:hover
  .pricing-content
  .button-box
  .main-btn:focus {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}
.pricing-area-v1 .pricing-item .pricing-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 220px;
  z-index: -1;
}
.pricing-area-v1 .pricing-item .pricing-head {
  width: 160px;
  height: 160px;
  border: 5px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #ff7554;
  border-radius: 50%;
  margin: auto;
  transition: all 0.3s ease-out 0s;
}
.pricing-area-v1 .pricing-item .pricing-head span.title,
.pricing-area-v1 .pricing-item .pricing-head h3.price,
.pricing-area-v1 .pricing-item .pricing-head p.duration {
  color: #fff;
}
.pricing-area-v1 .pricing-item .pricing-content {
  padding: 50px 55px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-v1 .pricing-item .pricing-content {
    padding: 50px 15px 60px;
  }
}
@media (max-width: 991px) {
  .pricing-area-v1 .pricing-item .pricing-content {
    padding: 50px 30px 60px;
  }
}
@media (max-width: 575px) {
  .pricing-area-v1 .pricing-item .pricing-content {
    padding: 50px 15px 60px;
  }
}
.pricing-area-v1 .pricing-item .pricing-content .pricing-list {
  margin-bottom: 45px;
}
.pricing-area-v1 .pricing-item .pricing-content .pricing-list ul.list li {
  margin-bottom: 15px;
}
.pricing-area-v1
  .pricing-item
  .pricing-content
  .pricing-list
  ul.list
  li:last-child {
  margin-bottom: 0px;
}
.pricing-area-v1
  .pricing-item
  .pricing-content
  .pricing-list
  ul.list
  li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  color: #ff7554;
  padding-right: 10px;
}
.pricing-area-v1 .pricing-item .pricing-content .button-box .main-btn {
  padding: 14px 35px;
  border: 2px solid #ff7554;
  background-color: transparent;
  color: #0e1b2c;
  line-height: 23px;
}
.pricing-area-v1 .pricing-item .pricing-content .button-box .main-btn:hover,
.pricing-area-v1 .pricing-item .pricing-content .button-box .main-btn:focus {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}

.pricing-area-v2 {
  position: relative;
}
.pricing-area-v2 .pricing-item {
  position: relative;
  background-color: #fff;
  text-align: center;
  padding: 0px 60px 50px;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pricing-area-v2 .pricing-item {
    padding: 0px 15px 50px;
  }
}
@media (max-width: 991px) {
  .pricing-area-v2 .pricing-item {
    padding: 0px 35px 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .pricing-area-v2 .pricing-item {
    padding: 0px 30px 50px;
  }
}
.pricing-area-v2 .pricing-item:hover .pricing-bg {
  background-color: rgba(255, 117, 84, 0.07);
}
.pricing-area-v2 .pricing-item:hover .pricing-head .title {
  background-color: #ff7554;
}
.pricing-area-v2 .pricing-item:hover .pricing-content .button-box .main-btn {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}
.pricing-area-v2 .pricing-item .pricing-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background-color: #f4f4f4;
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.pricing-area-v2 .pricing-item .pricing-head {
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 21px;
}
.pricing-area-v2 .pricing-item .pricing-head .title {
  background-color: #0e1b2c;
  padding: 17px 0px;
  border-radius: 0px 0px 20px 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  transition: all 0.3s ease-out 0s;
}
.pricing-area-v2 .pricing-item .pricing-head .title h4 {
  font-weight: 600;
  font-size: 22px;
  color: #fff;
}
.pricing-area-v2 .pricing-item .pricing-head .price h3 {
  color: #ff7554;
  font-size: 44px;
}
.pricing-area-v2 .pricing-item .pricing-head .price h3 span {
  font-size: 16px;
  color: #0e1b2c;
}
.pricing-area-v2 .pricing-item .pricing-head .price h3 span.sign {
  color: #ff7554;
  vertical-align: super;
}
.pricing-area-v2 .pricing-item .pricing-content .pricing-list {
  margin-bottom: 37px;
}
.pricing-area-v2 .pricing-item .pricing-content .pricing-list ul.list li {
  margin-bottom: 15px;
}
.pricing-area-v2
  .pricing-item
  .pricing-content
  .pricing-list
  ul.list
  li:last-child {
  margin-bottom: 0px;
}
.pricing-area-v2 .pricing-item .pricing-content .button-box .main-btn {
  background-color: transparent;
  border: 2px solid #ff7554;
  color: #0e1b2c;
}

.sponsor-area-v1 .sponsor-slide-one {
  padding-left: -15px;
  padding-right: -15px;
}
.sponsor-area-v1 .single-sponsor {
  padding-left: 15px;
  padding-right: 15px;
}
.sponsor-area-v1 .single-sponsor img {
  margin: auto;
}

@keyframes play {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 0;
  }
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(0.5);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

.portfolio-area-v1 .portfolio-wrapper {
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 19.3%;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-area-v1 .portfolio-wrapper {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area-v1 .portfolio-wrapper {
    margin-left: 0%;
  }
}
@media (max-width: 991px) {
  .portfolio-area-v1 .portfolio-wrapper {
    margin-left: 0px;
  }
}
.portfolio-area-v1 .protfolio-arrows-one {
  float: right;
}
@media (max-width: 991px) {
  .portfolio-area-v1 .protfolio-arrows-one {
    float: left;
  }
}
.portfolio-area-v1 .protfolio-arrows-one .slick-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #f03c3c;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
}
.portfolio-area-v1 .protfolio-arrows-one .slick-arrow.prev {
  margin-right: 30px;
}
.portfolio-area-v1 .protfolio-arrows-one .slick-arrow:hover,
.portfolio-area-v1 .protfolio-arrows-one .slick-arrow:focus {
  background-color: #f03c3c;
  color: #fff;
}
.team-area-v2 .protfolio-arrows-two {
  float: right;
}
@media (max-width: 991px) {
  .team-area-v2 .protfolio-arrows-two {
    float: left;
  }
}
.team-area-v2 .protfolio-arrows-two .slick-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #f03c3c;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  color: #fff;
}
.team-area-v2 .protfolio-arrows-two .slick-arrow.prev {
  margin-right: 30px;
}
.team-area-v2 .protfolio-arrows-two .slick-arrow:hover,
.team-area-v2 .protfolio-arrows-two .slick-arrow:focus {
  background-color: #f03c3c;
  color: #fff;
}

.team-area-v2 .products-arrows-one {
  float: right;
}
@media (max-width: 991px) {
  .team-area-v2 .products-arrows-one {
    float: left;
  }
}
.team-area-v2 .products-arrows-one .slick-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #f03c3c;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  color: #fff;
}
.team-area-v2 .products-arrows-one .slick-arrow.prev {
  margin-right: 30px;
}
.team-area-v2 .products-arrows-one .slick-arrow:hover,
.team-area-v2 .products-arrows-one .slick-arrow:focus {
  background-color: #f03c3c;
  color: #fff;
}
.team-area-v2 .protfolio-arrows-three {
  float: right;
}
@media (max-width: 991px) {
  .team-area-v2 .protfolio-arrows-three {
    float: left;
  }
}
.team-area-v2 .protfolio-arrows-three .slick-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #f03c3c;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  color: #fff;
}
.team-area-v2 .protfolio-arrows-three .slick-arrow.prev {
  margin-right: 30px;
}
.team-area-v2 .protfolio-arrows-three .slick-arrow:hover,
.team-area-v2 .protfolio-arrows-three .slick-arrow:focus {
  background-color: #f03c3c;
  color: #fff;
}
.team-area-v2 .protfolio-arrows-four {
  float: right;
}
@media (max-width: 991px) {
  .team-area-v2 .protfolio-arrows-four {
    float: left;
  }
}
.team-area-v2 .protfolio-arrows-four .slick-arrow {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  border: 2px solid #f03c3c;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease-out 0s;
  color: #fff;
}
.team-area-v2 .protfolio-arrows-four .slick-arrow.prev {
  margin-right: 30px;
}
.team-area-v2 .protfolio-arrows-four .slick-arrow:hover,
.team-area-v2 .protfolio-arrows-four .slick-arrow:focus {
  background-color: #f03c3c;
  color: #fff;
}
.portfolio-area .filter-nav .filter-btn {
  border-bottom: 1px solid #e5e5e5;
}
.portfolio-area .filter-nav .filter-btn li {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  cursor: pointer;
  padding-bottom: 5px;
  position: relative;
}
.portfolio-area .filter-nav .filter-btn li.active {
  color: #ff7554;
}
.portfolio-area .filter-nav .filter-btn li.active:after {
  position: absolute;
  content: "";
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f03c3c;
}
@media (max-width: 767px) {
  .portfolio-area .filter-nav .filter-btn li.active:after {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area .filter-nav .filter-btn li {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portfolio-area .portfolio-item:hover .portfolio-img .portfolio-overlay {
  visibility: visible;
  opacity: 1;
}
.portfolio-area .portfolio-item .portfolio-img {
  position: relative;
  overflow: hidden;
}
.portfolio-area .portfolio-item .portfolio-img img {
  width: 100%;
}
.portfolio-area .portfolio-item .portfolio-img .portfolio-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.85);
  padding: 40px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .portfolio-area .portfolio-item .portfolio-img .portfolio-overlay {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .portfolio-area .portfolio-item .portfolio-img .portfolio-overlay {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .portfolio-area .portfolio-item .portfolio-img .portfolio-overlay {
    padding: 30px;
  }
}
.portfolio-area
  .portfolio-item
  .portfolio-img
  .portfolio-overlay
  .portfolio-content {
  position: relative;
  height: 100%;
  width: 100%;
}
.portfolio-area
  .portfolio-item
  .portfolio-img
  .portfolio-overlay
  .portfolio-content
  .content
  span {
  color: #f03c3c;
  margin-bottom: 5px;
}
.portfolio-area
  .portfolio-item
  .portfolio-img
  .portfolio-overlay
  .portfolio-content
  .content
  h5 {
  color: #fff;
  font-weight: 600;
}
.portfolio-area
  .portfolio-item
  .portfolio-img
  .portfolio-overlay
  .portfolio-content
  .content
  .img-popup {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #f03c3c;
  color: #fff;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .portfolio-area
    .portfolio-item
    .portfolio-img
    .portfolio-overlay
    .portfolio-content
    .content
    .img-popup {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
@media (max-width: 575px) {
  .portfolio-area
    .portfolio-item
    .portfolio-img
    .portfolio-overlay
    .portfolio-content
    .content
    .img-popup {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}

.portfolio-area-v2 .filter-nav {
  float: right;
}

.testimonial-area-v1 .container-fluid {
  padding-left: 75px;
  padding-right: 75px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .testimonial-area-v1 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .testimonial-area-v1 .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.testimonial-area-v1 .testimonial-item {
  position: relative;
  background-color: #fff;
  padding: 50px 50px 45px;
  box-shadow: 0px 12px 30px 0px rgba(174, 174, 174, 0.2);
  transition: all 0.3s ease-out 0s;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial-area-v1 .testimonial-item {
    padding: 50px 30px 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .testimonial-area-v1 .testimonial-item {
    padding: 50px 30px 45px;
  }
}
@media (max-width: 767px) {
  .testimonial-area-v1 .testimonial-item {
    padding: 50px 20px 45px;
  }
}
.testimonial-area-v1 .testimonial-item:hover {
  background-color: #ff7554;
}
.testimonial-area-v1 .testimonial-item:hover .tl-title-thumb .tl-title h4 {
  color: #fff;
}
.testimonial-area-v1
  .testimonial-item:hover
  .tl-title-thumb
  .tl-title
  p.position {
  color: #fff;
}
.testimonial-area-v1 .testimonial-item:hover .tl-content p {
  color: #fff;
}
.testimonial-area-v1 .testimonial-item:hover:before {
  color: rgba(255, 255, 255, 0.2);
}
.testimonial-area-v1 .testimonial-item:before {
  position: absolute;
  top: 50px;
  right: 50px;
  width: 60px;
  height: 60px;
  color: #ff7554;
  content: "";
  font-family: "Flaticon";
  font-size: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .testimonial-area-v1 .testimonial-item:before {
    display: none;
  }
}
@media (max-width: 991px) {
  .testimonial-area-v1 .testimonial-item:before {
    display: none;
  }
}
.testimonial-area-v1 .testimonial-item .tl-title-thumb {
  margin-bottom: 30px;
}
.testimonial-area-v1 .testimonial-item .tl-title-thumb .tl-thumb {
  min-width: 70px;
  max-width: 70px;
  height: 70px;
}
.testimonial-area-v1 .testimonial-item .tl-title-thumb .tl-title {
  margin-left: 25px;
}
@media (max-width: 575px) {
  .testimonial-area-v1 .testimonial-item .tl-title-thumb .tl-title h4 {
    font-size: 19px;
    line-height: 29px;
  }
}
.testimonial-area-v1 .testimonial-item .tl-title-thumb .tl-title p.position {
  color: #ff7554;
}

.testimonial-area-v2 .section-title {
  position: relative;
  z-index: 2;
}
.testimonial-area-v2 .tl-container {
  position: relative;
  z-index: 1;
}
.testimonial-area-v2 .tl-container:after {
  position: absolute;
  content: "";
  top: 50px;
  left: 50%;
  transform: translatex(-50%);
  background: url(../images/map.png) no-repeat center;
  background-size: 100%;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.testimonial-area-v2 .testimonial-item .tl-title-thumb .tl-thumb {
  position: relative;
  margin-bottom: 25px;
}
.testimonial-area-v2 .testimonial-item .tl-title-thumb .tl-thumb img {
  margin: 0 auto;
}
.testimonial-area-v2 .testimonial-item .tl-title-thumb .tl-thumb i {
  position: absolute;
  top: -5px;
  left: 52%;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #ff7554;
  border: 5px solid #fff;
  color: #fff;
  font-size: 16px;
}
.testimonial-area-v2 .testimonial-item .tl-title-thumb .tl-title {
  margin-bottom: 15px;
}
.testimonial-area-v2 .testimonial-item .tl-title-thumb .tl-title h4 {
  font-weight: 600;
}
.testimonial-area-v2 .testimonial-item .tl-title-thumb .tl-title p.position {
  color: #ff7554;
}
.testimonial-area-v2 .testimonial-wrapper {
  position: relative;
}
.testimonial-area-v2 .testimonial-wrapper .testimonial-dots-images {
  width: 100%;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li {
  display: block;
  margin: 0;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(1),
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(4) {
  position: absolute;
  top: 6%;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(1) {
  left: 155px;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(4) {
  right: 155px;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(3),
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(5) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(3) {
  left: 0;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(5) {
  right: 0;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(2),
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(6) {
  position: absolute;
  bottom: 0%;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(2) {
  left: 105px;
}
.testimonial-area-v2
  .testimonial-wrapper
  .testimonial-dots-images
  .slick-dots
  li:nth-child(6) {
  right: 105px;
}

.team-area-v1 {
  position: relative;
}
.team-area-v1 #shape-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.team-area-v1 #shape-2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.team-area-v1 .team-item {
  position: relative;
  padding: 0px 10px 20px;
  transition: all 0.3s ease-out 0s;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v1 .team-item {
    padding: 0px 30px 40px;
  }
}
@media (max-width: 575px) {
  .team-area-v1 .team-item {
    padding: 0px 30px 40px;
  }
}
.team-area-v1 .team-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  z-index: -1;
  transition: all 0.3s ease-out 0s;
}
.team-area-v1 .team-item:hover:after {
  background-color: #f03c3c;
}
.team-area-v1 .team-item:hover .team-info h4,
.team-area-v1 .team-item:hover .team-info p.position,
.team-area-v1 .team-item:hover .team-info p.position a {
  color: #fff !important;
}

.team-area-v1 .team-item:hover .team-info ul.social-link li a {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.team-area-v1 .team-item:hover .team-info ul.social-link li a:hover,
.team-area-v1 .team-item:hover .team-info ul.social-link li a:focus {
  background-color: #fff;
  color: #ff7554;
}
.team-area-v1 .team-item .team-img {
  margin-bottom: 15px;
}
.team-area-v1 .team-item .team-img img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin-top: 15px;
  /*border: 3px solid #f36363;*/
  background-color: #0e1b2c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v1 .team-item .team-img img {
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 575px) {
  .team-area-v1 .team-item .team-img img {
    width: 80px;
    height: 80px;
  }
}
.team-area-v1 .team-item .team-info p.position {
  color: #ff7554;
  margin-bottom: 15px;
}
.team-area-v1 .team-item .team-info ul.social-link li {
  margin-left: 7px;
  margin-right: 7px;
}
.team-area-v1 .team-item .team-info ul.social-link li a {
  display: block;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50%;
  line-height: 40px;
  background-color: #f4f4f4;
  color: #fff;
  color: #0e1b2c;
  transition: all 0.3s ease-out 0s;
}
.team-area-v1 .team-item .team-info ul.social-link li a:hover,
.team-area-v1 .team-item .team-info ul.social-link li a:focus {
  background-color: #ff7554;
  color: #fff;
}

.team-area-v2 {
  position: relative;
  z-index: 1;
}
.team-area-v2:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.75);
  z-index: -1;
}
.team-area-v2 .team-item:hover .team-img .team-overlay {
  visibility: visible;
  opacity: 1;
}
.team-area-v2 .team-item:hover .team-img .team-overlay .team-content {
  transform: translateY(-40px);
}
.team-area-v2 .team-item:hover .team-info {
  background-color: #f03c3c;
}
.team-area-v2 .team-item:hover .team-info h3.title,
.team-area-v2 .team-item:hover .team-info p.position,
.team-area-v2 .team-item:hover .team-info p.position a {
  color: #fff;
}
.team-area-v2 .team-item:hover .team-info p.position a {
  text-decoration: underline;
}
.team-area-v2 .team-item .team-img {
  position: relative;
  overflow: hidden;
}
.team-area-v2 .team-item .team-img img {
  width: 100%;
}
.team-area-v2 .team-item .team-img .team-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: rgba(14, 27, 44, 0.75);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.team-area-v2 .team-item .team-img .team-overlay .team-content {
  transform: translateY(80px);
  transition: all 0.3s ease-out 0s;
}
.team-area-v2
  .team-item
  .team-img
  .team-overlay
  .team-content
  ul.social-link
  li {
  margin-left: 5px;
  margin-right: 5px;
}
.team-area-v2
  .team-item
  .team-img
  .team-overlay
  .team-content
  ul.social-link
  li
  a {
  width: 40px;
  display: block;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: #fff;
  color: #f03c3c;
}
.team-area-v2 .team-item .team-info {
  background-color: #fff;
  padding: 30px 25px 25px;
  transition: all 0.3s ease-out 0s;
  /* height: 140px; */
  height: 200px;
}
.team-area-v2 .team-item .team-info h3.title {
  font-size: 20px;
  line-height: 32px;
  font-weight: 600;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-area-v2 .team-item .team-info h3.title {
    font-size: 18px;
    line-height: 28px;
  }
}
.team-area-v2 .team-item .team-info p.position {
  color: #000;
}
.team-area-v2 .team-item .team-info p.position a {
  color: #f03c3c;
}

@media (max-width: 991px) {
  .team-details-section .team-item {
    margin-bottom: 40px;
  }
}
.team-details-section .team-item .team-img img {
  width: 100%;
}
.team-details-section .team-item .team-info {
  background-color: #fff;
  padding: 30px 30px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-section .team-item .team-info {
    padding: 30px 15px 40px;
  }
}
@media (max-width: 991px) {
  .team-details-section .team-item .team-info {
    padding: 30px 15px 40px;
  }
}
.team-details-section .team-item .team-info h4 {
  font-weight: 600;
}
.team-details-section .team-item .team-info p.position {
  color: #f03c3c;
  margin-bottom: 23px;
}
.team-details-section .team-item .team-info ul.social-link li {
  margin-left: 8px;
  margin-right: 8px;
}
.team-details-section .team-item .team-info ul.social-link li a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background-color: #f03c3c;
}
.team-details-section .team-item .team-info ul.social-link li a.facebook {
  background-color: #395197;
}
.team-details-section .team-item .team-info ul.social-link li a.twitter {
  background-color: #00a8ff;
}
.team-details-section .team-item .team-info ul.social-link li a.linkedin {
  background-color: #3d83d9;
}
.team-details-section .team-item .team-info ul.social-link li a.pinterest {
  background-color: #d40c17;
}
.team-details-section .team-details-wrapper .box {
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 33px;
}
.team-details-section .team-details-wrapper .box:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.team-details-section .team-details-wrapper .box h3.title {
  margin-bottom: 17px;
}
.team-details-section .team-details-wrapper .box span {
  color: #f03c3c;
}
@media (max-width: 991px) {
  .team-details-section .team-details-wrapper .box h3.title {
    font-size: 24px;
    line-height: 34px;
  }
}
.team-details-section .team-details-wrapper .box p {
  margin-bottom: 20px;
}
.team-details-section .team-details-wrapper .box.bio-box p {
  margin-bottom: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-section .team-details-wrapper .box.bio-box p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .team-details-section .team-details-wrapper .box.bio-box p {
    font-size: 14px;
  }
}
.team-details-section .team-details-wrapper .box.bio-box p span {
  margin-right: 35px;
  font-weight: 600;
  color: #0e1b2c;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-section .team-details-wrapper .box.bio-box p span {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .team-details-section .team-details-wrapper .box.bio-box p span {
    margin-right: 10px;
  }
}
.team-details-section .team-details-wrapper .box.expertise-box .expertise-item {
  background-color: #fff;
  padding: 30px;
}
@media (max-width: 991px) {
  .team-details-section
    .team-details-wrapper
    .box.expertise-box
    .expertise-item {
    margin-bottom: 40px;
  }
}
.team-details-section
  .team-details-wrapper
  .box.expertise-box
  .expertise-item
  .icon {
  margin-bottom: 15px;
}
.team-details-section
  .team-details-wrapper
  .box.expertise-box
  .expertise-item
  .icon
  i {
  color: #f03c3c;
  width: 40px;
  height: 40px;
  line-height: 1;
  font-size: 40px;
}
.team-details-section
  .team-details-wrapper
  .box.expertise-box
  .expertise-item
  .info
  h5 {
  font-weight: 600;
  line-height: 28px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .team-details-section
    .team-details-wrapper
    .box.expertise-box
    .expertise-item
    .info
    h5 {
    font-size: 14px;
    line-height: 24px;
  }
}
.team-details-section .team-details-wrapper .box.contact-box .form_group {
  margin-bottom: 30px;
}
.team-details-section
  .team-details-wrapper
  .box.contact-box
  .form_group
  textarea.form_control {
  height: 150px;
  padding-top: 15px;
}

.rating.rating-1 li:nth-child(1) i {
  color: #ffc34e;
}
.rating.rating-2 li:nth-child(2) i,
.rating.rating-2 li:nth-child(1) i {
  color: #ffc34e;
}
.rating.rating-3 li:nth-child(1) i,
.rating.rating-3 li:nth-child(2) i,
.rating.rating-3 li:nth-child(3) i {
  color: #ffc34e;
}
.rating.rating-4 li:nth-child(1) i,
.rating.rating-4 li:nth-child(2) i,
.rating.rating-4 li:nth-child(3) i,
.rating.rating-4 li:nth-child(4) i {
  color: #ffc34e;
}
.rating.rating-5 li:nth-child(1) i,
.rating.rating-5 li:nth-child(2) i,
.rating.rating-5 li:nth-child(3) i,
.rating.rating-5 li:nth-child(4) i,
.rating.rating-5 li:nth-child(5) i {
  color: #ffc34e;
}
.rating li {
  display: inline-block;
}
.rating li i {
  color: #d3d3d3;
}

.shop-filter {
  background-color: #fff;
  padding: 15px;
}
@media (max-width: 767px) {
  .shop-filter .filter-nav {
    text-align: center;
    margin-bottom: 10px;
  }
}
.shop-filter .filter-nav ul li {
  display: inline-block;
}
.shop-filter .filter-nav ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 2px solid #e5e5e5;
  color: #555b63;
  transition: all 0.3s ease-out 0s;
  margin-right: 15px;
}
.shop-filter .filter-nav ul li a.active,
.shop-filter .filter-nav ul li a:hover,
.shop-filter .filter-nav ul li a:focus {
  background-color: #f03c3c;
  color: #fff;
  border-color: transparent;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .shop-filter .filter-nav ul li a {
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .shop-filter .filter-text {
    margin-bottom: 10px;
  }
}
.shop-filter .filter-select .nice-select {
  border-color: #e5e5e5;
  border-radius: 0px;
  height: 45px;
  line-height: 45px;
}

.woocommerce-product
  .woocommerce-product-inner:hover
  .woocommerce-product-header {
  box-shadow: 0px 8px 25px 0px rgba(183, 183, 183, 0.3);
}
.woocommerce-product
  .woocommerce-product-inner:hover
  .woocommerce-product-header
  .woocommerce-product-meta:after {
  opacity: 1;
  transform: translateY(0%);
}
.woocommerce-product
  .woocommerce-product-inner:hover
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-add-to-cart,
.woocommerce-product
  .woocommerce-product-inner:hover
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-wishlist,
.woocommerce-product
  .woocommerce-product-inner:hover
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-quick-view {
  transform: translateY(0px);
  opacity: 1;
}
.woocommerce-product .woocommerce-product-inner .woocommerce-product-header {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  transition: all 0.2s ease-out 0s;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .sale {
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #ff7554;
  color: #fff;
  padding: 5px 15px;
  line-height: 20px;
  border-radius: 15px;
  z-index: 2;
}
.woocommerce-product .woocommerce-product-inner .woocommerce-product-header a {
  display: block;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  a
  img {
  width: 100%;
  height: auto;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(14, 27, 44, 0.8);
  transition: all 0.2s ease-out 0s;
  transform: translateY(100%);
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-add-to-cart,
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-wishlist,
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-quick-view {
  position: relative;
  opacity: 0;
  width: 45px;
  height: 45px;
  margin: 5px;
  transform: translateY(-20px);
  transition: all 0.3s ease-out 0s;
  z-index: 999;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-add-to-cart
  a,
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-wishlist
  a,
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header
  .woocommerce-product-meta
  .woocommerce-quick-view
  a {
  position: relative;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ff7554;
  color: #fff;
  border-radius: 50%;
}
.woocommerce-product .woocommerce-product-inner .woocommerce-product-content {
  color: #ff7554;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .woocommerce-product-holder
  h3.woocommerce-product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 6px;
  transition: all 0.2s ease-out 0s;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .woocommerce-product-holder
  h3.woocommerce-product-title:hover,
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .woocommerce-product-holder
  h3.woocommerce-product-title:focus {
  color: #ff7554;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .woocommerce-product-holder
  .rating {
  margin-bottom: 5px;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .price {
  font-weight: 600;
  font-size: 18px;
}
.woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .price
  .woocommerce-Price-amount
  .main-price {
  color: #555b63;
  text-decoration: line-through;
}

.shop-grid-section .woocommerce-product {
  margin-bottom: 35px;
}
.shop-grid-section
  .woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content {
  text-align: center;
}

.shop-list-section .woocommerce-product {
  background-color: #fff;
  margin-bottom: 40px;
}
.shop-list-section .woocommerce-product .woocommerce-product-inner {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .shop-list-section .woocommerce-product .woocommerce-product-inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
.shop-list-section
  .woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-header {
  min-width: 270px;
  max-width: 270px;
  height: 300px;
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .shop-list-section
    .woocommerce-product
    .woocommerce-product-inner
    .woocommerce-product-header {
    margin-top: 40px;
    margin-left: 40px;
  }
}
.shop-list-section
  .woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content {
  padding: 30px 40px 40px;
  color: #ff7554;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-list-section
    .woocommerce-product
    .woocommerce-product-inner
    .woocommerce-product-content {
    padding: 15px 40px 25px;
  }
}
.shop-list-section
  .woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .woocommerce-product-holder
  h3.woocommerce-product-title {
  margin-bottom: 8px;
}
.shop-list-section
  .woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  .price {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 5px;
}
.shop-list-section
  .woocommerce-product
  .woocommerce-product-inner
  .woocommerce-product-content
  p {
  margin-bottom: 20px;
}

.sidebar-widget-area .widget.woocommerce_product_categories {
  padding: 31px 40px 33px;
}
.sidebar-widget-area .widget.woocommerce_product_categories h4.widget-title {
  margin-bottom: 26px;
}
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li {
  margin-bottom: 15px;
}
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li:last-child
  a {
  padding-bottom: 0px;
  border-bottom: none;
}
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li
  a {
  display: block;
  color: #555b63;
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li
  a
  span {
  float: right;
}
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li
  a:hover,
.sidebar-widget-area
  .widget.woocommerce_product_categories
  .product-categories
  li
  a:focus {
  color: #ff7554;
}
.sidebar-widget-area .widget.woocommerce_price_filter {
  padding: 31px 40px 33px;
}
.sidebar-widget-area .widget.woocommerce_price_filter h4.widget-title {
  margin-bottom: 26px;
}
.sidebar-widget-area
  .widget.woocommerce_price_filter
  .price_slider_wrapper
  .ui-widget-content {
  border: none;
  background-color: #f4f4f4;
  height: 3px;
}
.sidebar-widget-area
  .widget.woocommerce_price_filter
  .price_slider_wrapper
  .ui-slider-horizontal
  .ui-slider-range {
  border-radius: 0px;
  background-color: #ff7554;
}
.sidebar-widget-area
  .widget.woocommerce_price_filter
  .price_slider_wrapper
  .ui-slider-handle {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -7px;
  background-color: #ff7554;
  border: none;
  outline: none;
}
.sidebar-widget-area
  .widget.woocommerce_price_filter
  .price_slider_wrapper
  .price-number {
  margin-top: 20px;
}
.sidebar-widget-area
  .widget.woocommerce_price_filter
  .price_slider_wrapper
  .price-number
  ul
  li {
  display: inline-block;
  color: #555b63;
}
.sidebar-widget-area
  .widget.woocommerce_price_filter
  .price_slider_wrapper
  .price-number
  ul
  li
  input {
  border: none;
  width: 100px;
  color: #555b63;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color {
  display: flex;
  margin-bottom: 15px;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color
  input {
  display: none;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.black
  input:checked
  + label:after {
  border-color: #000000;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.black
  label:before {
  background-color: #000000;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.orange
  input:checked
  + label:after {
  border-color: #ff9054;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.orange
  label:before {
  background-color: #ff9054;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.pink
  input:checked
  + label:after {
  border-color: #ff31fd;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.pink
  label:before {
  background-color: #ff31fd;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.green
  input:checked
  + label:after {
  border-color: #2bd175;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.green
  label:before {
  background-color: #2bd175;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.yellow
  input:checked
  + label:after {
  border-color: #ffbe31;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.yellow
  label:before {
  background-color: #ffbe31;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.red
  input:checked
  + label:after {
  border-color: #ff3b31;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color.red
  label:before {
  background-color: #ff3b31;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color
  label {
  padding-left: 30px;
  margin-bottom: 0px;
  line-height: 20px;
  position: relative;
  cursor: pointer;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color
  label:before {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  background-color: #f5deb3;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color
  label:after {
  width: 20px;
  height: 20px;
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.sidebar-widget-area
  .widget.woocommerce_color_filter
  .color-filter-wrap
  .single-color
  label
  span {
  margin-top: -5px;
}
.sidebar-widget-area .widget.woocommerce_size_filter {
  padding: 31px 40px 30px;
}
.sidebar-widget-area
  .widget.woocommerce_size_filter
  .size-filter-wrap
  .single-size {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.sidebar-widget-area
  .widget.woocommerce_size_filter
  .size-filter-wrap
  .single-size
  input {
  display: none;
}
.sidebar-widget-area
  .widget.woocommerce_size_filter
  .size-filter-wrap
  .single-size
  input:checked
  + label {
  background-color: #ff7554;
  color: #fff;
}
.sidebar-widget-area
  .widget.woocommerce_size_filter
  .size-filter-wrap
  .single-size
  label {
  margin-bottom: 0px;
  padding: 2px 10px;
  border-radius: 50px;
  line-height: 26px;
  background-color: #f4f4f4;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area .widget.woocommerce_products .product_list_widget li {
  display: flex;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
}
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li
  a
  img {
  min-width: 55px;
  max-height: 55px;
  height: 55px;
  margin-right: 10px;
}
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li
  .products_content {
  padding-top: 5px;
}
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li
  .products_content
  h6 {
  font-weight: 500;
  margin-bottom: 4px;
}
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li
  .products_content
  h6:hover,
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li
  .products_content
  h6:focus {
  color: #ff7554;
}
.sidebar-widget-area
  .widget.woocommerce_products
  .product_list_widget
  li
  .products_content
  .price {
  color: #ff7554;
}

.shop-details-section .shop-details-wrapper .woocommerce-gallery-area {
  display: flex;
  overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section .shop-details-wrapper .woocommerce-gallery-area {
    flex-direction: column;
    flex-flow: wrap-reverse;
  }
}
@media (max-width: 991px) {
  .shop-details-section .shop-details-wrapper .woocommerce-gallery-area {
    flex-direction: column;
    flex-flow: wrap-reverse;
    margin-bottom: 40px;
  }
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-gallery-area
  .shop-thumb-slider {
  margin-bottom: -13px;
  width: 21%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-gallery-area
    .shop-thumb-slider {
    width: 100%;
    margin-bottom: 0px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media (max-width: 991px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-gallery-area
    .shop-thumb-slider {
    width: 100%;
    margin-bottom: 0px;
    margin-left: -5px;
    margin-right: -5px;
  }
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-gallery-area
  .shop-thumb-slider
  .single-img {
  margin-bottom: 13px;
  cursor: pointer;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-gallery-area
  .shop-thumb-slider
  .single-img
  img {
  width: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-gallery-area
    .shop-thumb-slider
    .single-img {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
@media (max-width: 991px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-gallery-area
    .shop-thumb-slider
    .single-img {
    margin-bottom: 0px;
    margin-left: 5px;
    margin-right: 5px;
  }
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-gallery-area
  .shop-big-slider {
  width: 79%;
  margin-left: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-gallery-area
    .shop-big-slider {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-gallery-area
    .shop-big-slider {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 10px;
  }
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-gallery-area
  .shop-big-slider
  .single-img
  a {
  display: block;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-gallery-area
  .shop-big-slider
  .single-img
  a
  img {
  width: 100%;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  h3.woocommerce-product-title {
  font-size: 44px;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-product-content
    h3.woocommerce-product-title {
    font-size: 34px;
  }
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .price {
  color: #ff7554;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 13px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .price
  .woocommerce-Price-amount
  .main-price {
  color: #555b63;
  text-decoration: line-through;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .rating {
  margin-bottom: 25px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .size-filter-wrap {
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .size-filter-wrap
  .single-size {
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 5px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .size-filter-wrap
  .single-size
  input {
  display: none;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .size-filter-wrap
  .single-size
  input:checked
  + label {
  background-color: #ff7554;
  color: #fff;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .size-filter-wrap
  .single-size
  label {
  margin-bottom: 0px;
  padding: 2px 10px;
  border-radius: 50px;
  line-height: 26px;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.shop-details-section .shop-details-wrapper .woocommerce-product-content p {
  margin-bottom: 10px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  p
  span {
  color: #0e1b2c;
  font-weight: 500;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation {
  margin-top: 15px;
  padding-top: 25px;
  border-top: 1px solid #e5e5e5;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-product-content
    .product-variation
    ul
    li {
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .shop-details-section
    .shop-details-wrapper
    .woocommerce-product-content
    .product-variation
    ul
    li {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li:last-child {
  margin-right: 0px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .main-btn {
  line-height: 27px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .main-btn
  i {
  margin-left: 10px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .nice-number
  button {
  background-color: #fff;
  width: 40px;
  height: 55px;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .nice-number
  button:first-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .nice-number
  button:last-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .nice-number
  input {
  border: none;
  width: 30px !important;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .icon {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #555b63;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .icon:hover,
.shop-details-section
  .shop-details-wrapper
  .woocommerce-product-content
  .product-variation
  ul
  li
  .icon:focus {
  background-color: #ff7554;
  color: #fff;
}
.shop-details-section .shop-discription-area {
  background-color: #fff;
  padding: 33px 40px 40px;
}
@media (max-width: 991px) {
  .shop-details-section .shop-discription-area {
    padding: 33px 15px 40px;
  }
}
.shop-details-section .shop-discription-area .discription-tabs .nav-tabs {
  justify-content: center;
  border-bottom: 2px solid #e5e5e5;
}
.shop-details-section .shop-discription-area .discription-tabs .nav-tabs li {
  margin-left: 15px;
  margin-right: 15px;
}
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link {
  border: none;
  background-color: transparent;
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  padding-bottom: 25px;
  position: relative;
}
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link:after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: transparent;
  bottom: 0;
}
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link.active,
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link:hover,
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link:focus {
  color: #ff7554;
}
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link.active:after,
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link:hover:after,
.shop-details-section
  .shop-discription-area
  .discription-tabs
  .nav-tabs
  .nav-link:focus:after {
  background-color: #ff7554;
}
.shop-details-section .shop-discription-area .content-box p {
  margin-bottom: 20px;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .user-thumb-content {
  padding: 25px;
  border: 1px solid #e5e5e5;
  display: flex;
}
@media (max-width: 767px) {
  .shop-details-section
    .shop-discription-area
    .shop-review-area
    .user-thumb-content {
    flex-direction: column;
  }
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .user-thumb-content
  .thumb {
  min-width: 90px;
  max-width: 90px;
  height: 90px;
  margin-right: 30px;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .user-thumb-content
  .thumb
  img {
  width: 100%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .shop-details-section
    .shop-discription-area
    .shop-review-area
    .user-thumb-content
    .content {
    margin-top: 20px;
  }
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .user-thumb-content
  .content
  span {
  color: #ff7554;
  margin-bottom: 5px;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .user-thumb-content
  .content
  span
  a {
  font-weight: 600;
  color: #0e1b2c;
  padding-right: 5px;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .content-box
  h5 {
  margin-bottom: 10px;
  font-weight: 600;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .form_group
  .rating {
  line-height: 20px;
  margin-bottom: 15px;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .form_group
  .rating
  li
  a:hover
  i,
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .form_group
  .rating
  li
  a:focus
  i {
  color: #ffc34e;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .form_group
  label
  b {
  color: #ff7554;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .form_group
  .form_control {
  background-color: #f4f4f4;
  margin-bottom: 20px;
  height: 55px;
}
.shop-details-section
  .shop-discription-area
  .shop-review-area
  .review_form
  .form_group
  textarea.form_control {
  height: 250px;
  padding-top: 15px;
}

.cart-area-section .cart-wrapper .cart-table table thead {
  background-color: #fff;
}
.cart-area-section .cart-wrapper .cart-table table thead td,
.cart-area-section .cart-wrapper .cart-table table thead th {
  border-top: none;
  border-bottom: none;
}
.cart-area-section .cart-wrapper .cart-table table td {
  border-top: none;
  border-bottom: 1px solid #e5e5e5;
}
.cart-area-section .cart-wrapper .cart-table table tbody tr td {
  vertical-align: middle;
}
.cart-area-section .cart-wrapper .cart-table table tbody tr td.remove .icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  color: #ff7554;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.remove
  .icon:hover,
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.remove
  .icon:focus {
  background-color: #ff7554;
  border-color: transparent;
  color: #fff;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.thumbnail_title
  img {
  margin-right: 20px;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.thumbnail_title
  span {
  color: #0e1b2c;
}
.cart-area-section .cart-wrapper .cart-table table tbody tr td.price {
  color: #555b63;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.quantity
  .nice-number
  button {
  background-color: #fff;
  width: 55px;
  height: 55px;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.quantity
  .nice-number
  button:first-child {
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.quantity
  .nice-number
  button:last-child {
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
}
.cart-area-section
  .cart-wrapper
  .cart-table
  table
  tbody
  tr
  td.quantity
  .nice-number
  input {
  border: none;
  width: 55px !important;
}
.cart-area-section .cart-wrapper .cart-table table tbody tr td.subtotal {
  color: #0e1b2c;
  font-weight: 500;
}
.cart-area-section .cart-wrapper .coupon-box .form_group .form_control {
  height: 55px;
  background-color: #fff;
  border-radius: 28px;
}
.cart-area-section .cart-wrapper .coupon-box .form_group .main-btn {
  position: absolute;
  top: 0;
  right: 0;
  line-height: 27px;
}
@media (max-width: 767px) {
  .cart-area-section .cart-wrapper .coupon-box .form_group .main-btn {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.cart-area-section .cart-wrapper .coupon-box .button {
  float: right;
}
@media (max-width: 767px) {
  .cart-area-section .cart-wrapper .coupon-box .button {
    float: left;
  }
}
.cart-area-section .cart-wrapper .coupon-box .button .main-btn {
  line-height: 27px;
}
.cart-area-section .cart-total-wrap {
  background-color: #fff;
  padding: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cart-area-section .cart-total-wrap {
    padding: 40px 20px;
  }
}
@media (max-width: 767px) {
  .cart-area-section .cart-total-wrap {
    padding: 40px 20px;
  }
}
.cart-area-section .cart-total-wrap ul li span {
  float: right;
}
.cart-area-section .cart-total-wrap ul li.subtotal {
  margin-bottom: 13px;
}
.cart-area-section .cart-total-wrap ul li.total {
  color: #0e1b2c;
  font-weight: 500;
}
.cart-area-section .cart-total-wrap .button .main-btn {
  width: 100%;
  text-align: center;
}
.cart-area-section .cart-total-wrap .button .main-btn.checkout-btn {
  margin-bottom: 20px;
}

.checkout-area-section .checkout-alert {
  background-color: #ff7554;
  padding: 16px 40px;
  position: relative;
}
.checkout-area-section .checkout-alert:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.149);
}
.checkout-area-section .checkout-alert p {
  color: #fff;
}
.checkout-area-section .checkout-form h4.title {
  margin-bottom: 25px;
}
.checkout-area-section .checkout-form .form_group label {
  margin-bottom: 5px;
}
.checkout-area-section .checkout-form .form_group label b {
  color: #ff7554;
}
.checkout-area-section .checkout-form .form_group .form_control {
  background-color: #fff;
  height: 55px;
  margin-bottom: 20px;
}
.checkout-area-section .checkout-form .form_group .nice-select {
  border-radius: 0px;
  border: none;
  background-color: #fff;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  color: #555b63;
  margin-bottom: 20px;
}
.checkout-area-section .checkout-form .form_group textarea.form_control {
  height: 250px;
  padding-top: 15px;
}
.checkout-area-section .order-wrapper .order-proccess {
  background-color: #fff;
  padding: 40px 40px 35px;
}
.checkout-area-section .order-wrapper .order-proccess h4.title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
}
.checkout-area-section .order-wrapper .order-proccess .cart-items {
  width: 100%;
}
.checkout-area-section .order-wrapper .order-proccess .cart-items thead {
  border-bottom: 1px solid #e5e5e5;
}
.checkout-area-section .order-wrapper .order-proccess .cart-items thead tr {
  padding-bottom: 10px;
}
.checkout-area-section .order-wrapper .order-proccess .cart-items thead tr th {
  font-weight: 600;
  font-size: 18px;
  color: #0e1b2c;
  padding-bottom: 5px;
}
.checkout-area-section .order-wrapper .order-proccess .cart-items tbody tr td {
  line-height: 28px;
  font-size: 16px;
}
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tbody
  tr
  td.td-right {
  float: right;
}
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tfoot
  tr.shipping,
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tfoot
  tr.subtotal {
  border-bottom: 1px solid #e5e5e5;
}
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tfoot
  tr.shipping
  td,
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tfoot
  tr.subtotal
  td {
  padding-bottom: 10px;
}
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tfoot
  tr.total
  td.price {
  color: #ff7554;
}
.checkout-area-section .order-wrapper .order-proccess .cart-items tfoot tr td {
  padding-top: 10px;
  font-size: 18px;
  font-weight: 600;
  color: #0e1b2c;
}
.checkout-area-section
  .order-wrapper
  .order-proccess
  .cart-items
  tfoot
  tr
  td.td-right {
  float: right;
}
.checkout-area-section .order-wrapper .payments-systems {
  background-color: #fff;
  padding: 40px 40px 30px;
}
.checkout-area-section .order-wrapper .payments-systems .accordion-item {
  padding-bottom: 10px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 10px;
}
.checkout-area-section
  .order-wrapper
  .payments-systems
  .accordion-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
  border-bottom: none;
}
.checkout-area-section
  .order-wrapper
  .payments-systems
  .accordion-item
  .accordion-header
  input {
  display: none;
}
.checkout-area-section
  .order-wrapper
  .payments-systems
  .accordion-item
  .accordion-header
  input:checked
  + label:before {
  visibility: visible;
  opacity: 1;
}
.checkout-area-section
  .order-wrapper
  .payments-systems
  .accordion-item
  .accordion-header
  label {
  position: relative;
  padding-left: 30px;
  margin-bottom: 0px;
  line-height: 16px;
  cursor: pointer;
  color: #0e1b2c;
  font-weight: 500;
}
.checkout-area-section
  .order-wrapper
  .payments-systems
  .accordion-item
  .accordion-header
  label:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #ff7554;
}
.checkout-area-section
  .order-wrapper
  .payments-systems
  .accordion-item
  .accordion-header
  label:before {
  position: absolute;
  top: 5px;
  left: 5px;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ff7554;
  visibility: hidden;
  opacity: 0;
}
.checkout-area-section .order-wrapper .payments-systems .main-btn {
  width: 100%;
  text-align: center;
}

.blog-grid-v1 .blog-post-item .post-thumbnail {
  margin-bottom: 18px;
}
.blog-grid-v1 .blog-post-item .post-thumbnail img {
  width: 100%;
}
.blog-grid-v1 .blog-post-item .entry-content .post-meta {
  margin-bottom: 10px;
}
.blog-grid-v1 .blog-post-item .entry-content h3.title {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 14px;
}
.blog-grid-v1 .blog-post-item .entry-content p {
  margin-bottom: 18px;
}
.blog-grid-v1 .blog-post-item .entry-content .main-btn {
  padding: 11px 32px;
}

.blog-grid-v2 .button-box {
  float: right;
}
@media (max-width: 991px) {
  .blog-grid-v2 .button-box {
    float: left;
  }
}
.blog-grid-v2 .blog-post-item {
  background-color: #fff;
  box-shadow: 0px 8px 30px 0px rgba(174, 184, 198, 0.35);
}
.blog-grid-v2 .blog-post-item .post-thumbnail img {
  width: 100%;
}
.blog-grid-v2 .blog-post-item .entry-content {
  padding: 30px 35px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-v2 .blog-post-item .entry-content {
    padding: 30px 25px;
  }
}
@media (max-width: 991px) {
  .blog-grid-v2 .blog-post-item .entry-content {
    padding: 30px 25px;
  }
}
@media (max-width: 575px) {
  .blog-grid-v2 .blog-post-item .entry-content {
    padding: 30px 15px;
  }
}
.blog-grid-v2 .blog-post-item .entry-content .post-meta {
  margin-bottom: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-grid-v2 .blog-post-item .entry-content .post-meta ul li {
    margin-right: 15px;
  }
}
@media (max-width: 991px) {
  .blog-grid-v2 .blog-post-item .entry-content .post-meta ul li {
    margin-right: 15px;
  }
}
.blog-grid-v2 .blog-post-item .entry-content h3.title {
  font-size: 22px;
  line-height: 32px;
}

.blog-standard-section .blog-post-item {
  background-color: #fff;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
}
.blog-standard-section .blog-post-item .post-thumbnail {
  position: relative;
}
.blog-standard-section .blog-post-item .post-thumbnail img {
  width: 100%;
}
.blog-standard-section .blog-post-item .post-thumbnail-slide .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #0e1b2c;
  color: #fff;
  transition: all 0.3s ease-out 0s;
}
@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .post-thumbnail-slide .slick-arrow {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.blog-standard-section
  .blog-post-item
  .post-thumbnail-slide
  .slick-arrow:hover {
  background-color: #ff7554;
  color: #fff;
}
.blog-standard-section .blog-post-item .post-thumbnail-slide .slick-arrow.prev {
  left: 40px;
}
.blog-standard-section .blog-post-item .post-thumbnail-slide .slick-arrow.next {
  right: 40px;
}
.blog-standard-section .blog-post-item .entry-content {
  padding: 35px 40px 40px;
}
@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content {
    padding: 35px 20px 40px;
  }
}
@media (max-width: 575px) {
  .blog-standard-section .blog-post-item .entry-content {
    padding: 35px 15px 40px;
  }
}
.blog-standard-section .blog-post-item .entry-content h3.title {
  font-size: 34px;
  line-height: 50px;
  margin-bottom: 15px;
}
.blog-standard-section .blog-post-item .entry-content h3.title:hover,
.blog-standard-section .blog-post-item .entry-content h3.title:focus {
  color: #ff7554;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 22px;
    line-height: 32px;
  }
}
@media (max-width: 991px) {
  .blog-standard-section .blog-post-item .entry-content h3.title {
    font-size: 22px;
    line-height: 32px;
  }
}
.blog-standard-section .blog-post-item .entry-content p {
  margin-bottom: 30px;
}
.blog-standard-section .blog-post-item.post-without-thumb {
  background-color: #ff7554;
}
.blog-standard-section .blog-post-item.post-without-thumb .entry-content {
  padding: 35px 40px 35px;
}
@media (max-width: 991px) {
  .blog-standard-section .blog-post-item.post-without-thumb .entry-content {
    padding: 35px 20px 35px;
  }
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  .post-meta
  ul
  li
  span {
  color: #fff;
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  .post-meta
  ul
  li
  span
  i {
  color: #fff;
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  h3.title {
  color: #fff;
  margin-bottom: 0px;
}
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  h3.title:hover,
.blog-standard-section
  .blog-post-item.post-without-thumb
  .entry-content
  h3.title:focus {
  color: #0e1b2c;
}
.blog-standard-section .blog-post-item.blog-post-audio .post-thumbnail iframe {
  border: none;
  display: inherit;
  width: 100%;
  height: 235px;
}
.blog-standard-section
  .blog-post-item.blog-post-video
  .post-thumbnail
  .play-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.blog-standard-section
  .blog-post-item.blog-post-video
  .post-thumbnail
  .play-content
  a.video-popup {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  color: #fff;
  background-color: #ff7554;
  font-size: 22px;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .blog-standard-section
    .blog-post-item.blog-post-video
    .post-thumbnail
    .play-content
    a.video-popup {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
}

.post-meta {
  margin-bottom: 20px;
}
.post-meta ul li {
  display: inline-block;
  margin-right: 30px;
}
@media (max-width: 991px) {
  .post-meta ul li {
    margin-right: 15px;
  }
}
.post-meta ul li span i {
  padding-right: 7px;
  color: #ff7554;
}
.post-meta ul li span:hover,
.post-meta ul li span:focus {
  color: #ff7554;
}

.blog-details-section .blog-details-wrapper {
  background-color: #fff;
  padding: 40px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-details-wrapper {
    padding: 40px 15px;
  }
}
.blog-details-section .blog-details-wrapper .post-thumbail {
  margin: -40px -40px 35px;
}
@media (max-width: 991px) {
  .blog-details-section .blog-details-wrapper .post-thumbail {
    margin: 0px;
  }
}
.blog-details-section .blog-details-wrapper .entry-content {
  margin-bottom: 30px;
}
.blog-details-section .blog-details-wrapper .entry-content h3.title {
  font-size: 34px;
  margin-bottom: 13px;
}
@media (max-width: 767px) {
  .blog-details-section .blog-details-wrapper .entry-content h3.title {
    font-size: 24px;
    line-height: 36px;
  }
}
.blog-details-section .blog-details-wrapper .entry-content p {
  line-height: 27px;
  padding-bottom: 25px;
}
.blog-details-section .blog-details-wrapper .entry-content p span.big-text {
  float: left;
  width: 68px;
  height: 68px;
  text-align: center;
  background-color: #ff7554;
  color: #fff;
  font-size: 34px;
  font-weight: 600;
  margin-right: 10px;
  line-height: 68px;
  margin-top: 9px;
}
.blog-details-section .blog-details-wrapper .entry-content .blockquote {
  padding: 32px 40px 37px;
  margin-bottom: 0px;
  background-color: #ff7554;
  margin-bottom: 40px;
}
.blog-details-section .blog-details-wrapper .entry-content .blockquote span,
.blog-details-section .blog-details-wrapper .entry-content .blockquote h4 {
  color: #fff;
}
.blog-details-section .blog-details-wrapper .entry-content .blockquote span {
  font-weight: 500;
  margin-bottom: 10px;
}
.blog-details-section .blog-details-wrapper .entry-content .block-img {
  margin-bottom: 32px;
}
.blog-details-section .blog-details-wrapper .entry-content ul.list {
  margin-bottom: 15px;
}
.blog-details-section .blog-details-wrapper .entry-content ul.list li {
  margin-bottom: 5px;
}
.blog-details-section
  .blog-details-wrapper
  .entry-content
  ul.list
  li:last-child {
  margin-bottom: 0px;
}
.blog-details-section .blog-details-wrapper .entry-content ul.list li:before {
  display: inline-block;
  padding-right: 10px;
  content: "";
  font-family: "Font Awesome 5 Free";
  color: #ff7554;
  font-weight: 600;
}
.blog-details-section .blog-details-wrapper .post-tag-share ul li {
  display: inline-block;
}
.blog-details-section .blog-details-wrapper .post-tag-share ul li span {
  color: #0e1b2c;
  font-weight: 500;
  font-size: 14px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section .blog-details-wrapper .post-tag-share ul li span {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  .blog-details-section .blog-details-wrapper .post-tag-share .post-tag {
    text-align: center;
  }
}
.blog-details-section .blog-details-wrapper .post-tag-share .post-tag ul li a {
  padding: 5px 12px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 20px;
  border-radius: 15px;
  margin-right: 5px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section
    .blog-details-wrapper
    .post-tag-share
    .post-tag
    ul
    li
    a {
    font-size: 13px;
  }
}
.blog-details-section .blog-details-wrapper .post-tag-share .post-share {
  float: right;
}
@media (max-width: 991px) {
  .blog-details-section .blog-details-wrapper .post-tag-share .post-share {
    float: none;
    margin-top: 20px;
    text-align: center;
  }
}
.blog-details-section .blog-details-wrapper .post-tag-share .post-share ul li {
  margin-left: 10px;
}
@media (max-width: 991px) {
  .blog-details-section
    .blog-details-wrapper
    .post-tag-share
    .post-share
    ul
    li {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.blog-details-section .blog-details-wrapper .post-prev-next {
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-details-section .blog-details-wrapper .post-prev-next .post-nav-item {
  display: flex;
}
@media (max-width: 991px) {
  .blog-details-section .blog-details-wrapper .post-prev-next .post-nav-item {
    align-items: center;
  }
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item:hover
  .post-nav-img
  .overlay {
  visibility: visible;
  opacity: 1;
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item
  .post-nav-img {
  position: relative;
  overflow: hidden;
  min-width: 70px;
  max-width: 70px;
  height: 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section
    .blog-details-wrapper
    .post-prev-next
    .post-nav-item
    .post-nav-img {
    min-width: 50px;
    max-width: 50px;
    height: 50px;
  }
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item
  .post-nav-img
  .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(255, 117, 84, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item
  .post-nav-img
  .overlay
  i {
  color: #fff;
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item
  .post-nav-content {
  margin-left: 15px;
  margin-top: -7px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section
    .blog-details-wrapper
    .post-prev-next
    .post-nav-item
    .post-nav-content
    span {
    font-size: 12px;
    line-height: 16px;
  }
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item
  .post-nav-content
  h5 {
  font-weight: 600;
  font-size: 17px;
  line-height: 27px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-section
    .blog-details-wrapper
    .post-prev-next
    .post-nav-item
    .post-nav-content
    h5 {
    font-size: 13px;
    line-height: 17px;
  }
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item.post-nav-next {
  direction: rtl;
  text-align: right;
}
@media (max-width: 991px) {
  .blog-details-section
    .blog-details-wrapper
    .post-prev-next
    .post-nav-item.post-nav-next {
    direction: ltr;
    text-align: left;
  }
}
.blog-details-section
  .blog-details-wrapper
  .post-prev-next
  .post-nav-item.post-nav-next
  .post-nav-content {
  margin-left: 0px;
  margin-right: 15px;
}
@media (max-width: 991px) {
  .blog-details-section
    .blog-details-wrapper
    .post-prev-next
    .post-nav-item.post-nav-next
    .post-nav-content {
    margin-right: 0;
    margin-left: 15px;
  }
}
.blog-details-section .blog-details-wrapper .comments-area {
  padding-bottom: 35px;
  border-bottom: 1px solid #e5e5e5;
}
.blog-details-section .blog-details-wrapper .comments-area h4.comments-title {
  margin-bottom: 15px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment {
  display: flex;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .blog-details-section
    .blog-details-wrapper
    .comments-area
    ul.comments-list
    li.comment {
    flex-direction: column;
  }
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment:nth-child(even) {
  margin-left: 100px;
}
@media (max-width: 767px) {
  .blog-details-section
    .blog-details-wrapper
    .comments-area
    ul.comments-list
    li.comment:nth-child(even) {
    margin-left: 0px;
  }
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-avatar {
  min-width: 80px;
  height: 80px;
  max-width: 80px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-avatar
  img {
  width: 100%;
  border-radius: 50%;
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .blog-details-section
    .blog-details-wrapper
    .comments-area
    ul.comments-list
    li.comment
    .comment-wrap {
    margin-left: 0px;
    margin-top: 20px;
  }
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content {
  position: relative;
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  span.author-name {
  color: #0e1b2c;
  font-size: 18px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  span.date {
  color: #ff7554;
  padding-left: 5px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  .reply {
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .blog-details-section
    .blog-details-wrapper
    .comments-area
    ul.comments-list
    li.comment
    .comment-wrap
    .comment-author-content
    .reply {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.blog-details-section
  .blog-details-wrapper
  .comments-area
  ul.comments-list
  li.comment
  .comment-wrap
  .comment-author-content
  .reply
  i {
  padding-left: 10px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-respond
  h4.comments-heading {
  margin-bottom: 15px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-respond
  form
  .form_group
  .form_control {
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
.blog-details-section
  .blog-details-wrapper
  .comments-respond
  form
  .form_group
  textarea.form_control {
  padding-top: 15px;
  height: 200px;
}

.sidebar-widget-area .widget {
  background-color: #fff;
  padding: 31px 40px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area .widget {
    padding: 35px 15px 40px;
  }
}
@media (max-width: 991px) {
  .sidebar-widget-area .widget {
    padding: 35px 15px 40px;
  }
}
.sidebar-widget-area .widget h4.widget-title {
  font-weight: 700;
  margin-bottom: 33px;
}
.sidebar-widget-area .widget.widget-search .form_group .form_control {
  background-color: #f4f4f4;
  height: 55px;
  padding: 0 30px;
  border-radius: 28px;
}
.sidebar-widget-area .widget.widget-search .form_group .icon {
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 0px 27.5px 27.5px 0px;
  background-color: #ff7554;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 55px;
  height: 55px;
  line-height: 55px;
}
.sidebar-widget-area .widget.widget-about .about-content .img {
  width: 180px;
  height: 180px;
  border: 5px solid #ff7554;
  padding: 5px;
  border-radius: 50%;
  overflow: hidden;
  margin: auto;
  margin-bottom: 28px;
}
.sidebar-widget-area .widget.widget-about .about-content .content p {
  margin-bottom: 20px;
}
.sidebar-widget-area .widget.widget-about .about-content .content p.position {
  color: #ff7554;
  margin-bottom: 8px;
}
.sidebar-widget-area
  .widget.widget-about
  .about-content
  .content
  ul.social-link
  li {
  margin-left: 3px;
  margin-right: 3px;
}
.sidebar-widget-area
  .widget.widget-about
  .about-content
  .content
  ul.social-link
  li
  a {
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: #f4f4f4;
  color: #555b63;
  border-radius: 50%;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area
  .widget.widget-about
  .about-content
  .content
  ul.social-link
  li
  a:hover {
  color: #fff;
  background-color: #ff7554;
}
.sidebar-widget-area .widget.widget-categories ul.categories-list li {
  margin-bottom: 10px;
}
.sidebar-widget-area
  .widget.widget-categories
  ul.categories-list
  li:last-child {
  margin-bottom: 0px;
}
.sidebar-widget-area .widget.widget-categories ul.categories-list li a {
  position: relative;
  display: block;
  padding: 13px 25px;
  background-color: #f4f4f4;
  border-radius: 27px;
  color: #0e1b2c;
  font-weight: 500;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area .widget.widget-categories ul.categories-list li a:hover {
  background-color: #ff7554;
  color: #fff;
}
.sidebar-widget-area .widget.widget-categories ul.categories-list li a span {
  position: absolute;
  right: 0;
  top: 0;
  width: 54px;
  height: 54px;
  background-color: #ff7554;
  color: #fff;
  text-align: center;
  line-height: 54px;
  border-radius: 0px 27.5px 27.5px 0px;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content {
  display: flex;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content:last-child {
  margin-bottom: 0px;
  border-bottom: none;
  padding-bottom: 0px;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  img {
  min-width: 70px;
  max-width: 70px;
  height: 75px;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date {
  margin-top: -7px;
  margin-left: 15px;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  span.posted-on {
  color: #ff7554;
  display: block;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  h6 {
  font-weight: 600;
  line-height: 26px;
}
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  h6:hover,
.sidebar-widget-area
  .widget.widget-recent-post
  ul.recent-post-widget
  li.post-thumbnail-content
  .post-title-date
  h6:focus {
  color: #ff7554;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sidebar-widget-area
    .widget.widget-recent-post
    ul.recent-post-widget
    li.post-thumbnail-content
    .post-title-date
    h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 575px) {
  .sidebar-widget-area
    .widget.widget-recent-post
    ul.recent-post-widget
    li.post-thumbnail-content
    .post-title-date
    h6 {
    font-size: 14px;
    line-height: 24px;
  }
}
.sidebar-widget-area .widget.widget-tag-cloud {
  padding-bottom: 30px;
}
.sidebar-widget-area .widget.widget-tag-cloud a {
  padding: 5px 12px;
  background-color: #f4f4f4;
  font-size: 14px;
  line-height: 20px;
  border-radius: 15px;
  margin-bottom: 10px;
  margin-right: 5px;
}
.sidebar-widget-area .widget.widget-tag-cloud a:hover {
  background-color: #ff7554;
  color: #fff;
}
.sidebar-widget-area .widget.instagram-widget {
  padding-bottom: 25px;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -7.5px;
  margin-right: -7.5px;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li {
  padding-left: 7.5px;
  padding-right: 7.5px;
  flex: 0 0 33.33%;
  margin-bottom: 15px;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a {
  position: relative;
  display: block;
}
.sidebar-widget-area .widget.instagram-widget ul.instagram-list li a img {
  width: 100%;
}
.sidebar-widget-area
  .widget.instagram-widget
  ul.instagram-list
  li
  a:hover
  .insta-overlay {
  visibility: visible;
  opacity: 1;
}
.sidebar-widget-area
  .widget.instagram-widget
  ul.instagram-list
  li
  a
  .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7554;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.sidebar-widget-area
  .widget.instagram-widget
  ul.instagram-list
  li
  a
  .insta-overlay
  i {
  color: #fff;
}

.bebsa-pageniation ul li {
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
}
.bebsa-pageniation ul li a {
  display: block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid #eaeaea;
}
.bebsa-pageniation ul li a:hover,
.bebsa-pageniation ul li a:focus,
.bebsa-pageniation ul li a.active {
  background-color: #ff7554;
  color: #fff;
  border-color: transparent;
}

.blog-grid-v2 .blog-post-item .entry-content h3.title:hover,
.blog-grid-v2 .blog-post-item .entry-content h3.title:focus,
.blog-grid-v1 .blog-post-item .entry-content h3.title:hover,
.blog-grid-v1 .blog-post-item .entry-content h3.title:focus {
  color: #ff7554;
}

.contact-area-section.contact-area-v1 .contact-form .form_group .form_control {
  border: 1px solid #e1e1e1;
}
.contact-area-section.contact-area-v1
  .contact-form
  .form_group
  .form_control:focus {
  border-color: #ff7554;
}
.contact-area-section.contact-area-v1 .contact-form .form_group .nice-select {
  border: 1px solid #e1e1e1;
}
.contact-area-section .contact-form .form_group .form_control {
  height: 55px;
  background-color: #fff;
  margin-bottom: 30px;
  padding: 0 20px;
}
.contact-area-section .contact-form .form_group i {
  position: absolute;
  top: 20px;
  right: 20px;
}
.contact-area-section .contact-form .form_group textarea.form_control {
  height: 200px;
  padding-top: 15px;
}
.contact-area-section .contact-form .form_group .nice-select {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
  border: none;
  background-color: #fff;
  margin-bottom: 30px;
  border-radius: 0px;
  color: #787d85;
}
.contact-area-section .contact-info-wrapper {
  padding-top: 160px;
  position: relative;
  margin-bottom: -180px;
}
@media (max-width: 991px) {
  .contact-area-section .contact-info-wrapper {
    margin-bottom: 0px;
    padding-top: 120px;
  }
}
.contact-area-section .contact-info-wrapper .info-box {
  padding: 0 40px 30px;
  background-color: #fff;
  box-shadow: 0px 20px 25px 0px rgba(197, 197, 197, 0.35);
  height: 230px;
}
@media (max-width: 991px) {
  .contact-area-section .contact-info-wrapper .info-box {
    margin-bottom: 80px;
  }
}
.contact-area-section .contact-info-wrapper .info-box .icon {
  margin-bottom: 55px;
}
.contact-area-section .contact-info-wrapper .info-box .icon i {
  width: 80px;
  height: 80px;
  background-color: #f03c3c;
  text-align: center;
  font-size: 30px;
  line-height: 80px;
  color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: -55px;
}
.contact-area-section .contact-info-wrapper .info-box .info h4 {
  margin-bottom: 0px;
}

.contact-map-section .map_box iframe {
  border: none;
  display: inherit;
  width: 100%;
  height: 550px;
}

.bebsa-footer {
  position: relative;
}
@media (max-width: 767px) {
  .bebsa-footer .shape {
    display: none;
  }
}
.bebsa-footer .shape img {
  position: absolute;
  bottom: 41px;
}
.bebsa-footer .shape img.shape-1 {
  left: 0;
}
.bebsa-footer .shape img.shape-2 {
  right: 0;
}
.bebsa-footer .newsletter-area {
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  .bebsa-footer .newsletter-area .section-title {
    margin-bottom: 20px;
  }
}
.bebsa-footer .newsletter-area .newsletter-form .form_group .form_control {
  background-color: #fff;
  padding: 0 40px;
  border-radius: 37px;
  box-shadow: 0px 12px 30px 0px rgba(174, 184, 198, 0.2);
  height: 75px;
}
.bebsa-footer .newsletter-area .newsletter-form .form_group .main-btn {
  position: absolute;
  top: 10px;
  right: 10px;
}
@media (max-width: 767px) {
  .bebsa-footer .newsletter-area .newsletter-form .form_group .main-btn {
    position: relative;
    top: auto;
    right: auto;
    margin-top: 20px;
  }
}
.bebsa-footer .footer-widget .widget h4.widget-title {
  font-weight: 700;
  margin-bottom: 25px;
}
.bebsa-footer .footer-widget .widget.contact-widget .contact-info .single-info {
  margin-bottom: 21px;
}
.bebsa-footer
  .footer-widget
  .widget.contact-widget
  .contact-info
  .single-info
  .icon {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff7554;
  background-color: #fff;
  box-shadow: 0px 8px 20px 0px rgba(157, 167, 179, 0.3);
}
.bebsa-footer
  .footer-widget
  .widget.contact-widget
  .contact-info
  .single-info
  .info
  p {
  line-height: 24px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bebsa-footer
    .footer-widget
    .widget.contact-widget
    .contact-info
    .single-info
    .info
    p {
    font-size: 12px;
  }
}
.bebsa-footer .footer-widget .widget.useful-link-widget ul.widget-link li {
  margin-bottom: 10px;
}
.bebsa-footer .footer-widget .widget.useful-link-widget ul.widget-link li a {
  font-size: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bebsa-footer .footer-widget .widget.useful-link-widget ul.widget-link li a {
    font-size: 12px;
  }
}
.bebsa-footer
  .footer-widget
  .widget.useful-link-widget
  ul.widget-link
  li
  a:before {
  display: inline-block;
  content: "--";
  padding-right: 5px;
  vertical-align: middle;
}
.bebsa-footer
  .footer-widget
  .widget.useful-link-widget
  ul.widget-link
  li
  a:hover,
.bebsa-footer
  .footer-widget
  .widget.useful-link-widget
  ul.widget-link
  li
  a:focus {
  color: #ff7554;
}
.bebsa-footer .footer-widget .widget.recent-news-widget .blog-item {
  display: flex;
}
.bebsa-footer .footer-widget .widget.recent-news-widget .blog-item .post-thumb {
  min-width: 70px;
  max-width: 70px;
  height: 75px;
}
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content {
  margin-left: 15px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bebsa-footer
    .footer-widget
    .widget.recent-news-widget
    .blog-item
    .entry-content {
    margin-left: 10px;
  }
}
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  .post-meta {
  margin-bottom: 0px;
}
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  .post-meta
  ul
  li {
  line-height: 22px;
}
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  .post-meta
  ul
  li
  span {
  color: #ff7554;
}
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  h3.title {
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
  transition: all 0.3s ease-out 0s;
}
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  h3.title:hover,
.bebsa-footer
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  h3.title:focus {
  color: #ff7554;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .bebsa-footer
    .footer-widget
    .widget.recent-news-widget
    .blog-item
    .entry-content
    h3.title {
    font-size: 11px;
    line-height: 24px;
  }
}
.bebsa-footer .footer-widget .widget.instagram-widget ul.instagram-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: -4px;
  margin-right: -4px;
}
.bebsa-footer .footer-widget .widget.instagram-widget ul.instagram-list li {
  padding-left: 4px;
  padding-right: 4px;
  flex: 0 0 33.33%;
  margin-bottom: 8px;
}
.bebsa-footer .footer-widget .widget.instagram-widget ul.instagram-list li a {
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  .bebsa-footer
    .footer-widget
    .widget.instagram-widget
    ul.instagram-list
    li
    a
    img {
    width: 100%;
  }
}
.bebsa-footer
  .footer-widget
  .widget.instagram-widget
  ul.instagram-list
  li
  a:hover
  .insta-overlay {
  visibility: visible;
  opacity: 1;
}
.bebsa-footer
  .footer-widget
  .widget.instagram-widget
  ul.instagram-list
  li
  a
  .insta-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ff7554;
  display: flex;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out 0s;
}
.bebsa-footer
  .footer-widget
  .widget.instagram-widget
  ul.instagram-list
  li
  a
  .insta-overlay
  i {
  color: #fff;
}
.bebsa-footer .copyright-area {
  background-color: #0e1b2c;
  padding: 6px 0;
}
@media (max-width: 767px) {
  .bebsa-footer .copyright-area .footer-social {
    text-align: center;
  }
}
.bebsa-footer .copyright-area .footer-social ul.social-link li {
  margin-right: 25px;
}
.bebsa-footer .copyright-area .footer-social ul.social-link li a {
  font-size: 14px;
  color: #fff;
}
.bebsa-footer .copyright-area .footer-social ul.social-link li a:hover,
.bebsa-footer .copyright-area .footer-social ul.social-link li a:focus {
  color: #ff7554;
}
.bebsa-footer .copyright-area .copyright-text {
  float: right;
}
@media (max-width: 767px) {
  .bebsa-footer .copyright-area .copyright-text {
    float: none;
    text-align: center;
    margin-top: 10px;
  }
}
.bebsa-footer .copyright-area .copyright-text p {
  color: #fff;
}
.bebsa-footer.footer-v2 {
  z-index: 1;
}
.bebsa-footer.footer-v2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 27, 44, 0.9);
  z-index: -1;
}
.bebsa-footer.footer-v2 .newsletter-area {
  border-color: rgba(229, 229, 229, 0.15);
}
.bebsa-footer.footer-v2 .newsletter-area .newsletter-form .section-title h2 {
  color: #fff;
}
.bebsa-footer.footer-v2
  .newsletter-area
  .newsletter-form
  .form_group
  .form_control {
  background-color: rgba(255, 255, 255, 0.15);
  box-shadow: none;
  color: #fff;
}
.bebsa-footer.footer-v2
  .newsletter-area
  .newsletter-form
  .form_group
  .form_control::placeholder {
  color: #fff;
}
.bebsa-footer.footer-v2 .footer-widget .widget h4.widget-title {
  color: #fff;
}
.bebsa-footer.footer-v2
  .footer-widget
  .widget.contact-widget
  .contact-info
  .single-info
  .icon {
  background-color: #f03c3c;
  box-shadow: none;
  color: #fff;
}
.bebsa-footer.footer-v2
  .footer-widget
  .widget.contact-widget
  .contact-info
  .single-info
  .info
  p {
  color: #fff;
}
.bebsa-footer.footer-v2
  .footer-widget
  .widget.useful-link-widget
  ul.widget-link
  li
  a {
  color: #fff;
}
.bebsa-footer.footer-v2
  .footer-widget
  .widget.useful-link-widget
  ul.widget-link
  li
  a:hover,
.bebsa-footer.footer-v2
  .footer-widget
  .widget.useful-link-widget
  ul.widget-link
  li
  a:focus {
  color: #f03c3c;
}
.bebsa-footer.footer-v2
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  h3.title {
  color: #fff;
}
.bebsa-footer.footer-v2
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  h3.title:hover,
.bebsa-footer.footer-v2
  .footer-widget
  .widget.recent-news-widget
  .blog-item
  .entry-content
  h3.title:focus {
  color: #ff7554;
}

ul.social-link li {
  display: inline-block;
}

.features-area-v3 ul.list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  color: #f03c3c;
  padding-right: 15px;
}
.team-details-wrapper ul.list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  color: #f03c3c;
  padding-right: 15px;
}
.bebsa-faq-v1 ul.list li:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "";
  color: #f03c3c;
  padding-right: 15px;
}
.features-area-v3 ul {
  color: #fff;
}
.product-btn {
  display: inline-block;
  padding: 7px 22px;
  font-size: 16px;
  /* font-family: "Libre Baskerville", serif; */
  /* font-family: "Merriweather", serif; */
  font-family: "Mulish", sans-serif;
  color: #fff;
  background: #f03c3c;
  text-transform: capitalize;
  border-radius: 28px;
  transition: all 0.3s ease-out 0s;
}
.team-area-v1 .team-item:hover .team-info .product-btn {
  background: #0e1b2c;
  color: #fff;
}
.team-area-v1 .team-item .team-info h4 {
  height: 75px;
  font-size: 16px;
  line-height: 25px;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #f03c3c;
}
.nav-pills .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #f03c3c;
  margin-left: 10px;
  font-size: 15px;
  color: #fff;
}

.plogo {
  height: 80px;
  margin-left: 20px;
  margin-top: -30px;
}
@media (max-width: 480px) {
  .plogo {
    height: auto;
    margin-left: 0px;
    margin-top: 0px;
  }
}
.gal-nav .nav-link {
  border-radius: 0.25rem;
  border: 1px solid #f03c3c;
  margin-left: 10px;
  font-size: 21px;
  color: #565555;
}
.sol-sec {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 3px 4px 15px #00000026;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
}
.sol-icon i {
  font-size: 50px;
  text-align: center;
  color: #f03c3c;
}
.sol-cont {
  text-align: center;
  padding-top: 15px;
}

.tab-content {
  margin: 30px 0;
}

.nav-tabs {
  border: none;
}

.nav-tabs .nav-item {
  /* border-right: 1px solid #fff; */

  position: relative;
}

.nav-tabs .nav-item:last-child {
  border-right: none; /* Removes the border for the last tab */
}

.nav-tabs .nav-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%; /* Start at the middle */
  transform: translateY(-50%); /* Adjust to center vertically */
  height: 50%; /* Set height to 50% */
  width: 1px; /* Thickness of the line */
  background-color: #fff; /* Color of the line */
}

/* Copyrights G-Rank Digital Srvices Private Limited */
.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  background: transparent;
  color: #f03c3c;
  border-bottom: 1px solid #fff;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #f03c3c;
  border: none !important;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-bottom: 1px solid #fff !important;
}

/* Tabs CSS */

/* .tab-content > .tab-pane {
  position: absolute;
  display: block;
  transform: scale(0);
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.tab-content > .active {
  position: relative;
  transform: scale(1);
} */
/* .tab-content > .tab-pane {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
  position: absolute;
  width: 100%;
  height: 100%;
}

.tab-content > .active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  position: relative; 
  transition: transform 0.3s ease, opacity 0.3s ease;
} */

/* .tab-content > .tab-pane {
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.tab-content > .active {
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  height: auto; 
  overflow: visible;
  transition: transform 0.3s ease, opacity 0.3s ease;
} */

.ribbon-container {
  position: absolute;
  bottom: 40%;
  right: 0;
  overflow: visible;
  font-size: 18px;
  line-height: 18px;
}

.ribbon-container:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
  border-top: 20.5px solid rgba(0, 0, 0, 0.3);
  border-bottom: 19.5px solid rgba(0, 0, 0, 0.3);
  border-right: 39px solid rgba(0, 0, 0, 0.3);
  border-left: 20px solid transparent;
}

.ribbon-container:after {
  content: "";
  height: 2px;
  background: rgba(0, 0, 0, 0.3);
  display: block;
  position: absolute;
  bottom: -2px;
  left: 58px;
  right: 3px;
}

.ribbon-container p {
  display: block;
  padding: 11px;
  position: relative;
  background: #fff;
  overflow: visible;
  height: 40px;
  margin-left: 29px;
  color: #000;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
}

.ribbon-container p:after {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  bottom: -15px;
  right: 0;
  border-top: 15px solid rgb(151, 161, 165);
  border-right: 15px solid transparent;
}

.ribbon-container p:before {
  content: "";
  height: 0;
  width: 0;
  display: block;
  position: absolute;
  top: 0;
  left: -21px;
  border-top: 20px solid #fff;
  border-bottom: 20px solid #fff;
  border-right: 21px solid transparent;
  border-left: 21px solid transparent;
}

button:focus {
  outline: none !important;
}
.search-button {
  background-color: #f03c3c !important;
  border-color: #f03c3c !important;
}

/* .btn-holder {
  display: flex;
  gap: 10px;
} */
.btn-holder {
  display: flex;
  gap: 10px;
}

.tab-buttons {
  position: relative;
  height: 50px;
  width: 150px;
  border-radius: 4px;
  border-left: 2px solid #f03c3c;
  background: transparent;
  color: #eee;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  overflow: hidden;
  transition: color 0.3s;
  z-index: 1;
}

.tab-buttons::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #f03c3c;
  transition: left 0.3s ease-out;
  z-index: 0;
}

.tab-buttons:hover::before {
  left: 0;
}

.tab-buttons:hover {
  color: #fff; /* Dark text color to contrast with the background */
  z-index: 2;
}

.tab-buttons span {
  position: relative;
  z-index: 2; /* Keeps text above the hover effect */
}

.product-card {
  display: none;
}

.active-category {
  font-weight: bold;
  text-decoration: underline;
}

/* .filteration-card {
  background-color: #000;
} */

.filteration-card .team-img img {
  width: 100%;
}

.team-info {
  background: #fff;
  color: #000;
}

.team-info h3 a {
  color: #000;
}

/* .tab-buttons {
  padding: 10px;
  margin: 5px 10px;
  color: #fff;
  background-color: transparent;
  border-left: 2px solid #f03c3c;
} */

#paginationControls {
  margin-top: 20px;
  text-align: center;
  /* color: #fff; */
}

#paginationControls button {
  padding: 8px 16px;
  margin: 0 10px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-radius: 5px;
}

#paginationControls button:hover {
  background-color: #ddd;
}

#paginationControls span {
  font-size: 14px;
}

.faq-img {
  position: sticky;
  top: 90px;
  overflow-y: auto;
}

.video-background video {
  width: 100%;
}
.table-responsive {
  overflow-x: auto;
}

.download-table {
  width: 100%;
  overflow: hidden;
}

table {
  width: 100%;
  border-collapse: collapse;
}

th,
td {
  padding: 10px;
  text-align: left;
  white-space: nowrap; /* Prevents text from wrapping */
}

@media (max-width: 768px) {
  th,
  td {
    font-size: 14px;
  }
}

.download-table tr td a {
  color: red;
}

.border-right-line {
  border-right: 2px solid #f03c3c;
}

.menu-logo {
  margin-bottom: 10px;
  align-items: center;
  text-align: center;
}
.team-area-v2 .team-item .team-info {
  height: 140px;
}

.product-section a {
  width: 100%;
}

.product-section a img {
  width: 100%;
}

.border-left-line {
  border-left: 2px solid #f03c3c;
}

@media (max-width: 700px) {
  .border-left-line {
    border-left: 0px solid #f03c3c !important;
  }
}

.image-container {
  overflow: visible;
  position: relative;
}
