
/*-- Google Font --*/
@import url("../../../../../css2");
/*-- Common Style --*/
*, *::after, *::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  /*font-size: 14px;
  line-height: 1.75;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #69737d;
  outline: none;
  visibility: visible;
  overflow-X: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: "";*/

    font-size: 15px;
    line-height: 27px;
    color: #4C4C4D;
  font-weight:400;
  background:#ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-family: 'Poppins', sans-serif;
}
}

body[dir="rtl"] {
  text-align: right;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Poppins", sans-serif;
  color: #002e5b;
  font-weight: 600;
  margin-top: 0;
  line-height: 1.5;
  margin-bottom: 0;
/*
  position:relative;
  margin:0px;
  background:none;
  line-height:normal;
  font-weight: 600;*/
}

h1 {
  font-size: 36px;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 30px;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
}

@media only screen and (max-width: 767px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

p {
  margin-bottom: 0;
}

a, button {
  color: inherit;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

a, button, img, input {
  transition: all 0.3s linear;
  outline: 0;
}

a:focus, button:focus, img:focus, input:focus {
  outline: 0;
}

a:focus {
  color: none;
  outline: none;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #fde428;
}

ul, ol {
  padding: 0;
  list-style: none;
  margin: 0;
}

button, input[type="submit"] {
  cursor: pointer;
}

img {
  max-width: 100%;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
}

.fix {
  overflow: hidden;
}

/*-- Common Classes --*/
.section,
.main-wrapper {
  float: left;
  width: 100%;
}

/*--Section Spacing--*/
.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

@media only screen and (max-width: 1199px) {
  .section-padding {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.section-padding-02 {
  padding-top: 120px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-02 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-02 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-02 {
    padding-top: 60px;
  }
}

.section-padding-03 {
  padding-top: 140px;
}

@media only screen and (max-width: 1199px) {
  .section-padding-03 {
    padding-top: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .section-padding-03 {
    padding-top: 80px;
  }
}

@media only screen and (max-width: 767px) {
  .section-padding-03 {
    padding-top: 60px;
  }
}

/*--Section Title--*/
.section-title {
  max-width: 560px;
  margin: 0 auto;
}

.section-title .title {
  font-size: 42px;
  line-height: 50px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #002e5b;
}

@media only screen and (max-width: 767px) {
  .section-title .title {
    font-size: 30px;
    line-height: 36px;
  }
}

.section-title .title.white {
  color: #ffffff;
}

.section-title .sub-title {
  font-size: 13px;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 15px;
  padding: 0 15px;
  position: relative;
}

.section-title .sub-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  background: #fde428;
  width: 2px;
  height: 11px;
  transform: translateY(-50%);
}

.section-title .sub-title::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  background: #fde428;
  width: 2px;
  height: 11px;
  transform: translateY(-50%);
}

.section-title .sub-title.white {
  color: #ffffff;
}

.section-title .sub-title.sub-title2::after {
  display: none;
}

/*--Section Title Two--*/
.section-title2 {
  max-width: 690px;
  margin: 0 auto;
}

.section-title2 .title {
  font-size: 48px;
  line-height: 54px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #333333;
}

.section-title2 .title span {
  color: #fde428;
}

@media only screen and (max-width: 1199px) {
  .section-title2 .title {
    font-size: 36px;
    line-height: 48px;
  }
}

@media only screen and (max-width: 767px) {
  .section-title2 .title {
    font-size: 28px;
    line-height: 36px;
  }
}

.section-title2 .sub-title {
  font-size: 12px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  color: #a1a1a1;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.section-title2 p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #4c4d56;
  padding: 0 50px;
  margin-top: 20px;
}

/*--Swiper Pagination--*/
.swiper-pagination .swiper-pagination-bullet {
  border-radius: 50%;
  background-color: #e8e8e8;
  width: 10px;
  height: 10px;
  transition: all 0.3s linear;
  position: relative;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fde428;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  transform: scale(1);
}

/*--  Preloader Styles  --*/
#loading {
  background-color: #002e5b;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  margin-top: 0px;
  top: 0px;
}

#loading #loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

#loading #loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 200px;
  width: 200px;
  margin-top: -100px;
  margin-left: -100px;
  transform: rotate(-135deg);
}

#loading #object_one {
  left: 75px;
  top: 75px;
  width: 50px;
  height: 50px;
}

#loading #object_two {
  left: 65px;
  top: 65px;
  width: 70px;
  height: 70px;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#loading #object_three {
  left: 55px;
  top: 55px;
  width: 90px;
  height: 90px;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

#loading #object_four {
  left: 45px;
  top: 45px;
  width: 110px;
  height: 110px;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

#loading .object {
  border-radius: 50% 50% 50% 50%;
  position: absolute;
  border-top: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-right: 5px solid transparent;
  -webkit-animation: animate 2s infinite;
          animation: animate 2s infinite;
}

@-webkit-keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}

@keyframes animate {
  50% {
    transform: rotate(360deg) scale(0.8);
  }
}

/*----------------------------------------*/
/*  02. Elements CSS
/*----------------------------------------*/
/*--
/*  2.4 - Form CSS
/*----------------------------------------*/
label {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: 400;
  text-transform: capitalize;
}

/*Input Field & Select*/
input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]),
textarea {
  border: 1px solid #ebebeb;
  box-shadow: none;
  color: #415674;
  border-radius: 4px;
  background-color: #ffffff;
  margin-bottom: 0;
  padding: 10px 25px;
  max-width: 100%;
  width: 100%;
  font-size: 13px;
  line-height: 30px;
  font-weight: 600;
  transition: all 0.3s linear;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus,
textarea:focus {
  outline: none;
  border-color: #fde428;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder,
textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 13px;
  color: #898c94;
  font-weight: 600;
}

/*--
/*  2.3 - Button CSS
/*----------------------------------------*/
.btn-margin {
  margin-top: 40px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: -5px;
}

.btn-wrap .btn {
  margin: 5px;
}

.btn {
  display: inline-block;
  overflow: hidden;
  transform: perspective(0) translateZ(0);
  background: #87C34A;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  border-color: transparent;
  color: #000000;
  border-radius: 3px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  height: 50px;
  line-height: 48px;
  padding: 0px 40px;
  border: 0;
  border-style: solid;
  box-shadow: none;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  z-index: 1;
  position: relative;
}

.btn i {
  position: relative;
  top: 1px;
  left: 2px;
}

.btn::before {
  content: "";
  background: #002e5b;
  height: 50%;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn::after {
  content: "";
  background: #002e5b;
  height: 50%;
  width: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  transition: 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: -1;
}

.btn:focus, .btn:focus:active {
  box-shadow: none;
}

.btn:hover {
  color: #ffffff;
}

.btn:hover::before {
  width: 100%;
  right: 0;
  left: auto;
}

.btn:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}

.btn-2 {
  background: #002e5b;
  color: #ffffff;
}

.btn-2::before {
  background: #ffffff;
}

.btn-2::after {
  background: #ffffff;
}

.btn-2:hover {
  color: #002e5b;
}

.btn-3 {
  height: 50px;
  line-height: 45px;
  font-size: 14px;
  padding: 0 40px;
  background: #ff5538;
  color: #ffffff;
}

.btn-4 {
  height: 50px;
  line-height: 48px;
  font-size: 18px;
  padding: 0 45px;
  background: #11ddf5;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
  color: #ffffff;
}

.btn-4:hover {
  background: #ffffff;
  color: #11ddf5;
}

.btn-round {
  border-radius: 100px;
}

.btn-square {
  border-radius: 0;
}

[class*="btn-icon-"] i {
  position: absolute;
  top: 0;
  width: 60px;
  height: 60px;
  line-height: 28px;
  text-align: center;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.1);
}

.btn-icon-left {
  padding-left: 69px;
}

.btn-icon-left i {
  left: 0;
  right: auto;
}

.btn-icon-right {
  padding-right: 69px;
}

.btn-icon-right i {
  left: auto;
  right: 0;
}

.btn-primary {
  background-color: #fde428;
  border-color: #fde428;
  color: #ffffff;
}

.btn-primary:hover {
  background-color: #fde428;
  border-color: #fde428;
}

.btn-secondary {
  background-color: #002e5b;
  border-color: #002e5b;
  color: #ffffff;
}

.btn-secondary:hover {
  background-color: #002e5b;
  border-color: #002e5b;
}

.btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #002e5b;
  box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
}

.btn-white::after {
  background: #fde428;
}

.btn-white::before {
  background: #fde428;
}

/*----------------------------------------*/
/*  02. Header CSS
/*----------------------------------------*/
/*--
/*  2.1 - Header Top CSS
/*----------------------------------------*/
.header-section {
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  width: 100%;
  z-index: 999;
}

@media only screen and (max-width: 991px) {
  .header-section {
    padding: 15px 0;
  }
}

.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


.header-meta {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header-info {
  align-items: center;
}

.header-info .info-icon {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  background: #fde428;
  border-radius: 50%;
}

.header-info .info-icon i {
  font-size: 18px;
  color: #000000;
}

.header-info .info-text {
  margin-left: 10px;
}

.header-info .info-text span {
  display: block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: #031628;
}

.header-info .info-text .number {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  color: #031628;
}

.header-search {
  margin-left: 30px;
  position: relative;
}

.header-search .search-btn {
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  color: #333333;
  transition: all 0.3s linear;
}

.header-search .search-btn:hover {
  color: #fde428;
}





.header-section-6 {
  background: transparent;
}

.header-section-6 .header-logo .logo-black {
  display: none;
}

.header-section-6.sticky {
  background: #ffffff;
}

.header-section-6.sticky .header-logo .logo-black {
  display: block;
}

.header-section-6.sticky .header-logo .logo-white {
  display: none;
}

.header-section-6.sticky .main-menu ul li.has-dropdown > a::after {
  color: #002e5b;
}

.header-section-6.sticky .main-menu ul li a {
  color: #031628;
}

.header-section-6.sticky .main-menu ul li.active-menu > a {
  color: #fde428;
}

.header-section-6.sticky .main-menu ul li.active-menu > a::after {
  color: #fde428;
}

.header-section-6.sticky .main-menu ul li:hover > a {
  color: #fde428;
}

.header-section-6.sticky .main-menu ul li:hover > a::after {
  color: #fde428;
}

.header-section-6.sticky .header-info .info-text span {
  color: #031628;
}

.header-section-6.sticky .header-info .info-text .number {
  color: #031628;
}

.header-section-6.sticky .header-cart .cart-btn {
  color: #333333;
}

.header-section-6.sticky .header-cart .cart-btn:hover {
  color: #fde428;
}

.header-section-6.sticky .header-search .search-btn {
  color: #333333;
}

.header-section-6.sticky .header-search .search-btn:hover {
  color: #fde428;
}

.header-section-6 .header-bottom-section {
  background: none;
}

.header-section-6 .header-info {
  margin-right: 0;
}

.header-section-6 .header-cart {
  padding-left: 20px;
  margin-left: 20px;
}

@media only screen and (max-width: 767px) {
  .header-section-6 .header-cart {
    padding-left: 0;
    margin-left: 0;
  }
}

.header-section-6 .header-cart::before {
  display: block;
}

@media only screen and (max-width: 767px) {
  .header-section-6 .header-cart::before {
    display: none;
  }
}

.sticky {
  position: fixed;
  top: 0;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
  -webkit-animation: sticky 1s;
          animation: sticky 1s;
}



@-webkit-keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@keyframes sticky {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0%);
  }
}

@use '../utils' as *;
/*----------------------------------------*/
/*  03. MEAN MENU CSS START
/*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
  display: none;
}

.mean-container .mean-nav {
  background: none;
  margin-top: 0;
}

.mean-container .mean-bar {
  padding: 0;
  min-height: auto;
  background: none;
}

.mean-container .mean-nav > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container a.meanmenu-reveal {
  display: none !important;
}

.mean-container .mean-nav ul li a {
  width: 100%;
  padding: 10px 0;
  color: var(--tp-heading-primary);
  border-top: 1px solid #ebebeb;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
  color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 5px;
  padding: 0 !important;
  line-height: 14px;
  border: 1px solid #ebebeb !important;
  height: 30px;
  width: 30px;
  line-height: 30px;
  color: var(--tp-heading-primary);
  line-height: 30px;
  top: 0;
  font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: var(--tp-theme-1);
  color: var(--tp-common-white);
  border-color: #ebebeb;
}

.mean-container .mean-nav ul li > a > i {
  display: none;
}

.mean-container .mean-nav ul li > a.mean-expand i {
  display: inline-block;
}

.mean-container .mean-nav > ul > li:first-child > a {
  border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
  color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  color: var(--tp-heading-primary);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START
/*----------------------------------------*/
.sidebar__area {
  position: fixed;
  right: -485px;
  top: 0;
  width: 465px;
  height: 100%;
  background: #ffffff none repeat scroll 0 0;
  overflow-y: scroll;
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
  transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  z-index: 9999;
}

@media only screen and (max-width: 575px) {
  .sidebar__area {
    width: 360px;
  }
}

@media only screen and (max-width: 449px) {
  .sidebar__area {
    width: 290px;
  }
}

.sidebar__area.sidebar-opened {
  right: 0px;
}

.sidebar__wrapper {
  position: relative;
  padding: 45px;
  background: #f7f7f7;
}

@media only screen and (max-width: 449px) {
  .sidebar__wrapper {
    padding: 20px;
  }
}

.sidebar__close {
  position: absolute;
  top: 35px;
  right: 45px;
}

@media only screen and (max-width: 449px) {
  .sidebar__close {
    top: 22px;
    right: 20px;
  }
}

.sidebar__close-btn {
  display: inline-block;
  font-size: 16px;
  height: 45px;
  width: 45px;
  line-height: 49px;
  background: #000;
  color: #fff;
  outline: none;
  border: none;
  border-radius: 50%;
}

.sidebar__close-btn:hover {
  background: #fde428;
}

.sidebar__logo {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebebeb;
}

.sidebar__search {
  position: relative;
  margin-bottom: 25px;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding-right: 20px;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 500;
  color: #415674;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  color: #415674;
  font-weight: 500;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  color: #415674;
  font-weight: 500;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::placeholder {
  color: #415674;
  font-weight: 500;
}

.sidebar__search input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
  border-color: #fde428;
}

.sidebar__search button {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  font-size: 14px;
  color: #aeaeae;
  outline: none;
  border: none;
  background: transparent;
  transition: .3s;
}

.sidebar__search button:hover {
  color: #fde428;
}

.sidebar__text p {
  margin-bottom: 25px;
  font-size: 16px;
}

.sidebar__contact {
  margin-top: 30px;
  margin-bottom: 20px;
}

.sidebar__contact h4 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #343a40;
}

.sidebar__contact ul li:not(:last-child) {
  margin-bottom: 20px;
}

.sidebar__contact ul li:hover i {
  background: #fde428;
  color: #ffffff;
  border-color: #ebebeb;
}

.sidebar__contact ul li:hover a {
  color: #fde428;
}

.sidebar__contact-icon {
  margin-right: 15px;
}

.sidebar__contact-icon i {
  display: inline-block;
  color: #343a40;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #ebebeb;
  border-radius: 7px;
}

.sidebar__contact-text a {
  font-size: 18px;
  font-weight: 400;
  color: #343a40;
}

.sidebar__social ul li {
  display: inline-block;
}

.sidebar__social ul li:not(:last-child) {
  margin-right: 5px;
}

.sidebar__social ul li a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #f1f1f1;
  color: #343a40;
  border-radius: 5px;
}

.sidebar__social ul li a:hover {
  background: #fde428;
  color: #ffffff;
}

.side-menu-icon {
  margin-left: 30px;
}

.side-menu-icon span {
  width: 25px;
  height: 2px;
  background: #fde428;
  margin: 6px 0;
  display: block;
}

.side-menu-icon span:last-child {
  margin-bottom: 0;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}

.body-overlay:hover {
  cursor: pointer;
}

.body-overlay.opened {
  opacity: 1;
  visibility: visible;
}

/*----------------------------------------*/
/*  4.1. Pages CSS (All Page Styles)
/*----------------------------------------*/
/*--
/*  03 - Hero CSS

/*----------------------------------------*/




.winbiz-hero-section-6 {
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.winbiz-hero-section-6 .shape-1 {
  position: absolute;
  left: 0;
  bottom: -30px;
  z-index: 5;
}

.winbiz-hero-section-6 .hero-content .sub-title {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fde428;
}

.winbiz-hero-section-6 .hero-content .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 25px;
}

.winbiz-hero-section-6 .hero-content .title span {
  font-weight: 700;
}

.winbiz-hero-section-6 .hero-form {
  background: #ffffff;
  border-top: 8px solid #002e5b;
  border-radius: 10px;
  overflow: hidden;
  max-width: 415px;
  margin-left: auto;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap {
  padding: 45px;
  box-shadow: 0px 0px 40px 0px rgba(49, 48, 48, 0.81);
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .heading-wrap {
  margin-bottom: 5px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .heading-wrap .title {
  font-size: 36px;
  line-height: 48px;
  color: #002e5b;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form {
  margin-top: 20px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
  background: #ffffff;
  height: 55px;
  line-height: 55px;
  border: 1px solid #ebebeb;
  padding-left: 15px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"])::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]):focus {
  outline: none;
  box-shadow: none;
  border-color: #fde428;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea {
  height: 90px;
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding-left: 15px;
  resize: none;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea::-webkit-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea:-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea::-moz-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea:-ms-input-placeholder {
  opacity: 0.95;
  font-size: 14px;
  color: #686f7a;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .single-form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #fde428;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .form-btn {
  margin-top: 20px;
}

.winbiz-hero-section-6 .hero-form .hero-form-wrap .form-btn .btn {
  font-size: 14px;
  width: 100%;
  height: 50px;
  text-transform: uppercase;
  line-height: 46px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
  .winbiz-hero-section-6 {
    padding-top: 170px;
    padding-bottom: 250px;
  }
  .winbiz-hero-section-6 .shape-1 {
    bottom: 0;
  }
  .winbiz-hero-section-6 .hero-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 991px) {
  .winbiz-hero-section-6 {
    padding-bottom: 220px;
  }
  .winbiz-hero-section-6 .hero-form {
    margin: 0 auto;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  .winbiz-hero-section-6 {
    padding-top: 150px;
    padding-bottom: 180px;
  }
  .winbiz-hero-section-6 .hero-content .sub-title {
    font-size: 16px;
  }
  .winbiz-hero-section-6 .hero-content .title {
    font-size: 20px;
    line-height: 30px;
  }
}

@media only screen and (max-width: 449px) {
  .winbiz-hero-section-6 {
    padding-bottom: 150px;
  }
  .winbiz-hero-section-6 .hero-content .sub-title {
    font-size: 14px;
  }
  .winbiz-hero-section-6 .hero-content .title {
    font-size: 20px;
    line-height: 30px;
  }
  .winbiz-hero-section-6 .hero-form .hero-form-wrap {
    padding: 30px;
  }
  .winbiz-hero-section-6 .hero-form .hero-form-wrap .heading-wrap .title {
    font-size: 27px;
    line-height: 40px;
  }
}




