.header-menu a:hover{
color:  rgba(153, 25, 132, 1) !important;

}

.btn-2::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: #ffffff;
    transform: skewX(45deg) scale(0, 1);
    transition: transform 0.5s ease;
}

.btn-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg, rgba(65, 35, 153, 1) 0%, rgba(153, 25, 132, 1) 100%);
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    height: 60px;
    line-height: 56px;
    padding: 0px 55px;
    border: 2px solid rgba(65, 35, 153, 1);
    transition: color 0.3s ease;
    cursor: pointer;
}

.header .btn-2:hover {
    color: rgba(153, 25, 132, 1) !important;
}

.btn-2:hover::after {
    transform: skewX(45deg) scale(1, 1);
}


.transparent-header {
    position: absolute;
    left: 0;
    top: 0;
    background: #ffffff;
    width: 100%;
    z-index: 999;
  }
  
  @media only screen and (max-width: 991px) {
    .transparent-header {
      padding: 15px 0;
    }
  }
  
  .header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  
  .header-logo a img {
    width: 150px;
  }
  
  @media only screen and (max-width: 1199px) {
    .header-logo a img {
      width: 130px;
    }
  }
  
  .header-menu .main-menu {
    display: flex;
  }
  
  .header-menu .main-menu li {
    position: relative;
    padding: 30px 25px;
  }
  
  @media only screen and (max-width: 1199px) {
    .header-menu .main-menu li {
      padding: 30px 20px;
    }
  }
  
  .header-menu .main-menu li a {
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #090d2f;
  }
  
  .header-menu .main-menu li.active-menu > a {
    color: rgba(153,25,132,1);
  }
  
  .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-menu .main-menu li .menu-icon::after {
    content: '\f16c';
    font-family: "flaticon";
    font-size: 10px;
    color: #94a0b9;
    margin-left: 5px;
    transition: all 0.3s linear;
  }
  
  .header-menu .main-menu li:hover > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-menu .main-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-menu .main-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  
  .header-menu .main-menu li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    width: 270px;
    background: #ffffff;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.05);
    padding: 20px 0;
    border-radius: 5px;
    border-top: 3px solid rgba(153,25,132,1);
    opacity: 0;
    z-index: 99;
    visibility: hidden;
    transition: all 0.3s linear;
  }
  
  .header-menu .main-menu li .sub-menu li {
    padding: 0;
  }
  
  .header-menu .main-menu li .sub-menu li a {
    padding: 5px 25px;
    font-size: 15px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    z-index: 1;
  }
  
  .header-menu .main-menu li .sub-menu li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(153,25,132,1);
    width: 10px;
    height: 2px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s linear;
  }
  
  .header-menu .main-menu li .sub-menu li.active > a {
    color: rgba(153,25,132,1);
    padding-left: 35px;
  }
  
  .header-menu .main-menu li .sub-menu li.active > a::before {
    opacity: 1;
    visibility: visible;
    left: 15px;
  }
  
  .header-menu .main-menu li .sub-menu li:hover > a {
    color: rgba(153,25,132,1);
    padding-left: 35px;
  }
  
  .header-menu .main-menu li .sub-menu li:hover > a::before {
    opacity: 1;
    visibility: visible;
    left: 15px;
  }
  
  .header-meta {
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  
  .header-info {
    align-items: end;
  }
  
  .header-info .info-icon i {
    font-size: 25px;
    color: rgba(153,25,132,1);
  }
  
  .header-info .info-text {
    margin-left: 10px;
  }
  
  .header-info .info-text span {
    display: block;
    font-size: 10px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: #ababab;
  }
  
  .header-info .info-text .number {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    font-family: "Manrope", sans-serif;
    color: #090d2f;
  }
  
  .header-search {
    margin-left: 25px;
  }
  
  .header-search .search-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    color: #333333;
    border: 1px solid #ddd;
    transition: all 0.3s linear;
  }
  
  .header-search .search-btn:hover {
    color: rgba(153,25,132,1);
  }
  
  .search-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 121;
    background: rgba(0, 0, 0, 0.9);
  }
  
  .search-wrap .search-inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  
  .search-wrap .search-inner .search-close {
    position: absolute;
    top: 50px;
    right: 50px;
    font-size: 22px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  
  .search-wrap .search-inner .search-close:hover {
    transform: rotate(90deg);
    color: rgba(153,25,132,1);
  }
  
  .search-wrap .search-inner .search-cell {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
  }
  
  .search-wrap .search-inner .search-cell .search-field-holder {
    width: 50%;
    margin: auto;
    position: relative;
  }
  
  @media only screen and (max-width: 991px) {
    .search-wrap .search-inner .search-cell .search-field-holder {
      width: 60%;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder {
      width: 80%;
    }
  }
  
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
    width: 100%;
    height: 70px;
    border: 0;
    padding: 0 50px;
    text-transform: uppercase;
    background: transparent;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 2px solid #898989;
    text-align: center;
    letter-spacing: 2px;
  }
  
  @media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
      padding: 0 35px;
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input {
      font-size: 16px;
      padding: 0 15px;
    }
  }
  
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
  }
  
  @media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-webkit-input-placeholder {
      font-size: 14px;
    }
  }
  
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
  }
  
  @media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-moz-placeholder {
      font-size: 14px;
    }
  }
  
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
  }
  
  @media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input::-moz-placeholder {
      font-size: 14px;
    }
  }
  
  .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
    opacity: 0.95;
    font-size: 25px;
    color: #ffffff;
    font-weight: 400;
  }
  
  @media only screen and (max-width: 1199px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
      font-size: 20px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
      font-size: 16px;
    }
  }
  
  @media only screen and (max-width: 575px) {
    .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:-ms-input-placeholder {
      font-size: 14px;
    }
  }
  
  .header-cart {
    margin-left: 10px;
  }
  
  .header-cart .cart-btn {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background: none;
    color: #333333;
    border: 1px solid #ddd;
    position: relative;
    transition: all 0.3s linear;
  }
  
  .header-cart .cart-btn:hover {
    color: rgba(153,25,132,1);
  }
  
  .header-cart .cart-btn .count {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background: rgba(153,25,132,1);
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
    position: absolute;
    top: -5px;
    right: -10px;
  }
  
  .dropdown-cart {
    max-width: 370px;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 11px 10px 38px 0 rgba(46, 63, 99, 0.15);
    border: 0;
    transform: translateX(-50%) !important;
    left: 50% !important;
    top: 63px !important;
  }
  
  @media only screen and (max-width: 1399px) {
    .dropdown-cart {
      left: 0 !important;
      transform: translateX(-85%) !important;
    }
  }
  
  @media only screen and (max-width: 991px) {
    .dropdown-cart {
      top: 56px !important;
    }
  }
  
  @media only screen and (max-width: 449px) {
    .dropdown-cart {
      left: 0 !important;
      transform: translateX(-72%) !important;
    }
  }
  
  .dropdown-cart .cart-items {
    height: 280px;
    overflow-y: auto;
  }
  
  .dropdown-cart .cart-items .single-cart-item {
    display: flex;
    align-items: center;
    position: relative;
  }
  
  .dropdown-cart .cart-items .single-cart-item + .single-cart-item {
    margin-top: 30px;
  }
  
  .dropdown-cart .cart-items .single-cart-item .item-image img {
    border-radius: 50%;
  }
  
  .dropdown-cart .cart-items .single-cart-item .item-content {
    flex: 1;
    padding-right: 25px;
    padding-left: 20px;
  }
  
  .dropdown-cart .cart-items .single-cart-item .item-content .title {
    font-size: 16px;
    font-weight: 700;
    color: #000000;
    line-height: 1.3;
  }
  
  .dropdown-cart .cart-items .single-cart-item .item-content .quantity {
    font-size: 14px;
    color: rgba(153,25,132,1);
    line-height: 1.75;
    display: block;
  }
  
  .dropdown-cart .cart-items .single-cart-item .btn-close {
    position: absolute;
    width: 5px;
    height: 5px;
    top: 0;
    right: 5px;
  }
  
  .dropdown-cart .cart-total {
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
  }
  
  .dropdown-cart .cart-total .label {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    display: block;
    color: #000000;
  }
  
  .dropdown-cart .cart-total .value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.75;
    display: block;
    color: rgba(153,25,132,1);
  }
  
  .dropdown-cart .cart-btns {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
  }
  
  .dropdown-cart .cart-btns .btn {
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 35px;
    width: 48%;
  }
  
  .dropdown-cart .cart-btns .btn.btn-2 {
    background: #000c29;
    border: 2px solid transparent;
    transition: all 0.3s linear;
  }
  
  .dropdown-cart .cart-btns .btn.btn-2:hover {
    color: #000c29;
  }
  
  .header-section-2 .header-wrap .header-menu-2 {
    position: relative;
    padding-left: 20px;
  }
  
  @media only screen and (max-width: 1399px) {
    .header-section-2 .header-wrap .header-menu-2 {
      padding-left: 10px;
    }
  }
  
  .header-section-2 .header-wrap .header-menu-2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
    width: 1px;
    height: 44px;
  }
  
  .header-section-2 .header-wrap .header-menu-2 .main-menu > li {
    padding: 40px 25px;
  }
  
  @media only screen and (max-width: 1399px) {
    .header-section-2 .header-wrap .header-menu-2 .main-menu > li {
      padding: 40px 15px;
    }
  }
  
  .header-section-2 .header-wrap .header-meta .header-search {
    margin-left: 0;
  }
  
  .header-section-2 .header-wrap .header-meta .header-search .search-btn {
    border: none;
  }
  
  .header-section-2 .header-wrap .header-meta .header-cart {
    margin-left: 0;
  }
  
  .header-section-2 .header-wrap .header-meta .header-cart .cart-btn {
    border: none;
  }
  
  .header-section-2 .header-wrap .header-meta .header-cart .cart-btn .count {
    position: absolute;
    top: 0px;
    right: -2px;
  }
  
  .header-section-2 .header-wrap .header-meta .header-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
  }
  
  @media only screen and (max-width: 1399px) {
    .header-section-2 .header-wrap .header-meta .header-info {
      padding-left: 20px;
      margin-left: 20px;
    }
  }
  
  .header-section-2 .header-wrap .header-meta .header-info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
    width: 1px;
    height: 44px;
  }
  
  .header-section-2 .header-wrap .header-meta .header-btn-2 {
    margin-left: 30px;
  }
  
  @media only screen and (max-width: 1399px) {
    .header-section-2 .header-wrap .header-meta .header-btn-2 {
      margin-left: 20px;
    }
  }
  
  .header-section-2 .header-wrap .header-meta .header-btn-2 .btn {
    height: 50px;
    line-height: 46px;
    padding: 0 45px;
  }
  
  .header-logo-3 .logo-black {
    display: none;
  }
  
  .transparent-header-3 {
    background: transparent;
    border-bottom: 1px solid #b5b5b5;
  }
  
  .transparent-header-3.sticky {
    background: #ffffff;
    border-bottom: 0;
  }
  
  .transparent-header-3.sticky .header-wrap .header-logo-3 .logo-black {
    display: block;
  }
  
  .transparent-header-3.sticky .header-wrap .header-logo-3 .logo-white {
    display: none;
  }
  
  .transparent-header-3.sticky .header-wrap .header-menu-3 .main-menu li a {
    color: #090d2f;
  }
  
  .transparent-header-3.sticky .header-wrap .header-menu-3 .main-menu li .menu-icon::after {
    color: #94a0b9;
  }
  
  .transparent-header-3.sticky .header-wrap .header-meta .header-info .info-icon i {
    color: #ff5538;
  }
  
  .transparent-header-3.sticky .header-wrap .header-meta .header-info .info-text span {
    color: #ababab;
  }
  
  .transparent-header-3.sticky .header-wrap .header-meta .header-info .info-text .number {
    color: #090d2f;
  }
  
  .transparent-header-3.sticky .header-wrap .header-meta .header-search .search-btn {
    color: #333333;
    border: 1px solid #ddd;
  }
  
  .transparent-header-3.sticky .header-wrap .header-meta .header-search .search-btn:hover {
    color: #ff5538;
  }
  
  .transparent-header-3.sticky .header-wrap .header-meta .header-cart .cart-btn {
    color: #333333;
    border: 1px solid #ddd;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li a {
    color: #ffffff;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li.active-menu > a {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li.active-menu > .menu-icon::after {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li .menu-icon::after {
    color: #ffffff;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li:hover > .menu-icon::after {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li:hover > a {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu {
    border-top: 3px solid #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li a {
    color: #090d2f;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li a::before {
    background: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li.active > a {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-menu-3 .main-menu li .sub-menu li:hover > a {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-info .info-icon i {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-info .info-text span {
    color: #ffffff;
  }
  
  .header-section-3 .header-wrap .header-meta .header-info .info-text .number {
    color: #ffffff;
  }
  
  .header-section-3 .header-wrap .header-meta .header-info .info-text .number a:hover {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-search .search-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  
  .header-section-3 .header-wrap .header-meta .header-search .search-btn:hover {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-search .search-wrap .search-inner .search-close:hover {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-search .search-wrap .search-inner .search-cell .search-field-holder .main-search-input:focus {
    border-color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .cart-btn {
    color: #ffffff;
    border: 1px solid #ffffff;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .cart-btn:hover {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .cart-btn .count {
    background: #ff5538;
    color: #ffffff;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-items .single-cart-item .item-image img {
    border-radius: 50%;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-items .single-cart-item .item-content .title a:hover {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-items .single-cart-item .item-content .quantity {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-total .value {
    color: #ff5538;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-btns .btn {
    height: 50px;
    line-height: 46px;
    font-size: 16px;
    padding: 0 35px;
    width: 48%;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-btns .btn.btn-2 {
    background: #000c29;
    border: 2px solid transparent;
    transition: all 0.3s linear;
  }
  
  .header-section-3 .header-wrap .header-meta .header-cart .dropdown-cart .cart-btns .btn.btn-2:hover {
    color: #000c29;
  }
  
  .header-toggle {
    margin-left: 30px;
  }
  
  .header-toggle button {
    background: none;
    border: 0;
    padding: 0;
  }
  
  .header-toggle button span {
    width: 25px;
    height: 2px;
    background: rgba(153,25,132,1);
    margin: 5px 0;
    display: block;
  }
  
  .header-toggle button span:last-child {
    margin-bottom: 0;
  }
  
  .header-toggle-3 button span {
    background: #ff5538;
  }
  
  .header-section-4 .header-wrap .header-menu {
    margin-left: auto;
  }
  
  .header-section-4 .header-wrap .header-meta-4 {
    margin-left: 15px;
  }
  
  .header-section-4 .header-wrap .header-meta-4 .header-search {
    position: relative;
    margin-right: 5px;
    padding-right: 5px;
  }
  
  .header-section-4 .header-wrap .header-meta-4 .header-search::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ebebeb;
    width: 1px;
    height: 30px;
  }
  
  .header-section-5 {
    background: rgba(0, 0, 0, 0.7);
  }
  
  .header-section-5 .header-wrap .header-logo .logo-black {
    display: none;
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li a {
    color: #ffffff;
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li.active-menu > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li .menu-icon::after {
    color: #ffffff;
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li .sub-menu {
    border-top: 3px solid rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li a {
    color: #090d2f;
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li a::before {
    background: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li.active > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5 .header-wrap .header-meta .header-search .search-btn {
    color: #ffffff;
  }
  
  .header-section-5 .header-wrap .header-meta .header-cart .cart-btn {
    color: #ffffff;
  }
  
  .header-section-5.sticky {
    background: #ffffff;
  }
  
  .header-section-5.sticky .header-wrap .header-logo .logo-black {
    display: block;
  }
  
  .header-section-5.sticky .header-wrap .header-logo .logo-white {
    display: none;
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li a {
    color: #090d2f;
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li.active-menu > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
    color: #ffffff;
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-5.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
    color: #94a0b9;
  }
  
  .header-section-5.sticky .header-wrap .header-meta .header-search .search-btn {
    color: #333333;
  }
  
  .header-section-5.sticky .header-wrap .header-meta .header-cart .cart-btn {
    color: #333333;
  }
  
  .header-section-6 {
    background: transparent;
    border-bottom: 1px solid #7972a1;
  }
  
  .header-section-6.sticky {
    background: #ffffff;
    border-bottom: 0;
  }
  
  .header-section-6.sticky .header-wrap .header-logo-3 .logo-black {
    display: block;
  }
  
  .header-section-6.sticky .header-wrap .header-logo-3 .logo-white {
    display: none;
  }
  
  .header-section-6.sticky .header-wrap .header-menu-2::before {
    background: #ebebeb;
  }
  
  .header-section-6.sticky .header-wrap .header-menu-2 .main-menu li a {
    color: #090d2f;
  }
  
  .header-section-6.sticky .header-wrap .header-menu-2 .main-menu li .menu-icon::after {
    color: #94a0b9;
  }
  
  .header-section-6.sticky .header-wrap .header-meta .header-search .search-btn {
    color: #333333;
  }
  
  .header-section-6.sticky .header-wrap .header-meta .header-cart .cart-btn {
    color: #333333;
  }
  
  .header-section-6.sticky .header-wrap .header-meta .header-info::before {
    background: #ebebeb;
  }
  
  .header-section-6.sticky .header-wrap .header-meta .header-info .info-text span {
    color: #ababab;
  }
  
  .header-section-6.sticky .header-wrap .header-meta .header-info .info-text .number {
    color: #333333;
  }
  
  .header-section-6 .header-wrap .header-menu-2::before {
    background: #7972a1;
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li a {
    color: #ffffff;
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li.active-menu > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li.active-menu > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li .menu-icon::after {
    color: #ffffff;
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li:hover > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu {
    border-top: 3px solid rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu li a {
    color: #090d2f;
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu li a::before {
    background: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu li.active > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-menu-2 .main-menu li .sub-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-meta .header-search {
    margin-left: 0;
  }
  
  .header-section-6 .header-wrap .header-meta .header-search .search-btn {
    color: #ffffff;
    border: none;
  }
  
  .header-section-6 .header-wrap .header-meta .header-search .search-btn:hover {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-meta .header-cart {
    margin-left: 0;
  }
  
  .header-section-6 .header-wrap .header-meta .header-cart .cart-btn {
    color: #ffffff;
    border: none;
  }
  
  .header-section-6 .header-wrap .header-meta .header-cart .cart-btn .count {
    position: absolute;
    top: 0px;
    right: -2px;
  }
  
  .header-section-6 .header-wrap .header-meta .header-cart .cart-btn:hover {
    color: rgba(153,25,132,1);
  }
  
  .header-section-6 .header-wrap .header-meta .header-info {
    position: relative;
    padding-left: 30px;
    margin-left: 30px;
  }
  
  @media only screen and (max-width: 1399px) {
    .header-section-6 .header-wrap .header-meta .header-info {
      padding-left: 20px;
      margin-left: 20px;
    }
  }
  
  .header-section-6 .header-wrap .header-meta .header-info::before {
    background: #6c688e;
  }
  
  .header-section-6 .header-wrap .header-meta .header-info .info-text span {
    color: #ffffff;
  }
  
  .header-section-6 .header-wrap .header-meta .header-info .info-text .number {
    color: #ffffff;
  }
  
  .header-section-6 .header-wrap .header-meta .header-btn-2 {
    margin-left: 30px;
  }
  
  @media only screen and (max-width: 1399px) {
    .header-section-6 .header-wrap .header-meta .header-btn-2 {
      margin-left: 20px;
    }
  }
  
  .header-section-6 .header-wrap .header-meta .header-btn-2 .btn {
    height: 50px;
    line-height: 46px;
    padding: 0 45px;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li.active-menu > a {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li:hover > .menu-icon::after {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li:hover > a {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li .sub-menu {
    border-top: 3px solid #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li .sub-menu li a::before {
    background: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li .sub-menu li.active > a {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-menu .main-menu li .sub-menu li:hover > a {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-meta-4 {
    margin-left: 15px;
  }
  
  .header-section-7 .header-wrap .header-meta-4 .header-search {
    position: relative;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 15px;
  }
  
  .header-section-7 .header-wrap .header-meta-4 .header-search::before {
    right: auto;
    top: 50%;
    left: 0;
  }
  
  .header-section-7 .header-wrap .header-meta-4 .header-search .search-btn:hover {
    color: #6754e2;
  }
  
  .header-section-7 .header-wrap .header-meta-4 .header-btn-2 .btn {
    background: #6754e2;
    border: 2px solid #6754e2;
  }
  
  .header-section-7 .header-wrap .header-meta-4 .header-btn-2 .btn:hover {
    color: #6754e2;
  }
  
  .header-section-8 {
    background: transparent;
  }
  
  .header-section-8.sticky .header-wrap .header-menu .main-menu li a {
    color: #090d2f;
  }
  
  .header-section-8.sticky .header-wrap .header-menu .main-menu li .menu-icon::after {
    color: #94a0b9;
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li {
    padding: 40px 25px;
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li > a {
    color: #ffffff;
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li .menu-icon::after {
    color: #ffffff;
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li.active-menu > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li.active-menu > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li:hover > .menu-icon::after {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li .sub-menu {
    border-top: 3px solid rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li .sub-menu li a::before {
    background: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li .sub-menu li.active > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-menu .main-menu > li .sub-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-meta-4 .header-search::before {
    background: #55426a;
  }
  
  .header-section-8 .header-wrap .header-meta-4 .header-search .search-btn {
    color: #ffffff;
  }
  
  .header-section-8 .header-wrap .header-meta-4 .header-search .search-btn:hover {
    color: rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-meta-4 .header-btn-2 .btn {
    background: rgba(153,25,132,1);
    border: 2px solid rgba(153,25,132,1);
  }
  
  .header-section-8 .header-wrap .header-meta-4 .header-btn-2 .btn:hover {
    color: rgba(153,25,132,1);
  }
  
  
  .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%);
    }
  }

  .offcanvas {
    background: #000c29;
    width: 320px !important;
  }
  
  @media only screen and (max-width: 575px) {
    .offcanvas {
      width: 280px !important;
    }
  }
  
  .offcanvas-header .close-btn {
    background: none;
    border: 0;
    font-size: 18px;
    color: #ffffff;
    transition: all 0.3s linear;
  }
  
  .offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: rgba(153,25,132,1);
  }
  
  .offcanvas-logo a img {
    width: 130px;
  }
  
  .offcanvas-menu {
    padding: 30px 0;
  }
  
  .offcanvas-menu .main-menu li {
    position: relative;
  }
  
  .offcanvas-menu .main-menu li a {
    display: block;
    font-size: 16px;
    font-weight: 600;
    font-family: "Manrope", sans-serif;
    color: #ffffff;
    padding: 5px 0px;
    position: relative;
  }
  
  .offcanvas-menu .main-menu li .menu-expand {
    position: absolute;
    right: 20px;
    top: 14px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 3px;
  }
  
  .offcanvas-menu .main-menu li .menu-expand::before {
    position: absolute;
    content: '';
    width: 16px;
    height: 2px;
    background-color: #ffffff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
  }
  
  .offcanvas-menu .main-menu li .menu-expand::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 16px;
    left: 50%;
    top: 50%;
    bottom: 0;
    background-color: #ffffff;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
  }
  
  .offcanvas-menu .main-menu li:hover > a {
    color: rgba(153,25,132,1);
  }
  
  .offcanvas-menu .main-menu li.active > .menu-expand::after {
    height: 0;
  }
  
  .offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none;
  }









  /*   25.1 - Footer Widget CSS */
/*----------------------------------------*/
.footer-widget-wrap {
  padding-top: 190px;
  padding-bottom: 70px;
}

.footer-widget {
  margin-top: 30px;
}

.footer-widget.footer-widget-info {
  background: #1f2428;
  padding: 40px 30px;
  border-radius: 5px;
}

.footer-widget.footer-widget-1 {
  padding-left: 30px;
}

@media only screen and (max-width: 1199px) {
  .footer-widget.footer-widget-1 {
    padding-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .footer-widget.footer-widget-1 {
    padding-left: 0px;
  }
}

.widget-info {
  padding-top: 20px;
}

.widget-info ul li {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 10px;
}

.widget-info ul li .info-icon i {
  display: inline-block;
  color: rgba(153,25,132,1);
  font-size: 18px;
  margin-right: 10px;
  margin-top: 2px;
}

.widget-info ul li .info-text {
  font-size: 16px;
  line-height: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  color: #c4c5c7;
}

.footer-widget .footer-widget-title {
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  color: #ffffff;
}

.widget-link {
  padding-top: 22px;
}

.widget-link .link li {
  margin-top: 7px;
}

.widget-link .link li a {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #c4c5c7;
  transition: all 0.3s linear;
}

.widget-link .link li a:hover {
  color: rgba(153,25,132,1);
  padding-left: 10px;
}

.footer-widget-wrap-2 {
  padding-top: 80px;
}

.widget-info-2 ul li .info-icon i {
  color: #5149f3;
}

.widget-info-2 ul li .info-text {
  color: #666666;
}

.widget-info-2 ul li .info-text a:hover {
  color: #5149f3;
}

.footer-widget-2 .footer-widget-title {
  color: #5149f3;
}

.footer-widget-2 .widget-link .link li a {
  color: #666666;
}

.footer-widget-2 .widget-link .link li a:hover {
  color: #5149f3;
  padding-left: 10px;
}

.footer-widget-wrap-3 {
  padding-top: 80px;
}

.widget-info-3 ul li .info-icon i {
  color: #ff5538;
}

.widget-info-3 ul li .info-text {
  color: #666666;
}

.widget-info-3 ul li .info-text a:hover {
  color: #ff5538;
}

.footer-widget-3 .footer-widget-title {
  color: #ff5538;
}

.footer-widget-3 .widget-link .link li a {
  color: #666666;
}

.footer-widget-3 .widget-link .link li a:hover {
  color: #ff5538;
  padding-left: 10px;
}

.footer-widget-wrap-3 {
  padding-top: 290px;
}

@media only screen and (max-width: 767px) {
  .footer-widget-wrap-3 {
    padding-top: 270px;
  }
}

.widget-info-4 ul li .info-icon i {
  color: rgba(153,25,132,1);
}

.widget-info-4 ul li .info-text {
  color: #666666;
}

.widget-info-4 ul li .info-text a:hover {
  color: rgba(153,25,132,1);
}

.footer-widget-4 .footer-widget-title {
  color: rgba(153,25,132,1);
}

.footer-widget-4 .widget-link .link li a {
  color: #666666;
}

.footer-widget-4 .widget-link .link li a:hover {
  color: rgba(153,25,132,1);
  padding-left: 10px;
}

.footer-widget-5 .widget-link .link li a {
  color: #ffffff;
}

.footer-widget-5 .widget-link .link li a:hover {
  color: rgba(153,25,132,1);
  padding-left: 10px;
}

/*--
/*  25. Footer CSS
/*----------------------------------------*/
.footer-section {
  background: #000c29;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-logo {
  max-width: 170px;
}

.footer-copyright-area {
  border-top: 1px solid #1a253f;
  padding-top: 15px;
  padding-bottom: 30px;
}

.copyright-text {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .copyright-text {
    text-align: center;
  }
}

.copyright-text p {
  font-size: 14px;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  color: #c4c5c7;
}

.copyright-social {
  margin-top: 15px;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .copyright-social {
    text-align: center;
  }
}

.copyright-social .social li {
  display: inline-block;
  margin-right: 10px;
}

.copyright-social .social li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  background: #15203b;
  font-size: 18px;
  color: #ffffff;
  transition: all 0.3s linear;
}

.copyright-social .social li a:hover {
  color: rgba(153,25,132,1);
}

.footer-section-2 {
  background: #f8f8fb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-copyright-2 {
  border-top: 1px solid #c6c6c9;
}

.footer-copyright-2 .copyright-text p {
  color: #666666;
}

.footer-copyright-2 .copyright-text p a {
  font-weight: 700;
  color: #5149f3;
}

.footer-copyright-2 .copyright-social .social li a {
  background: #5149f3;
  color: #ffffff;
  transition: all 0.3s linear;
}

.footer-copyright-2 .copyright-social .social li a:hover {
  background: rgba(153,25,132,1);
  color: #ffffff;
}

.footer-section-3 {
  background: #f8f8fb;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-copyright-3 {
  border-top: 1px solid #c6c6c9;
}

.footer-copyright-3 .copyright-text p {
  color: #666666;
}

.footer-copyright-3 .copyright-text p a {
  font-weight: 700;
  color: #ff5538;
}

.footer-copyright-3 .copyright-social .social li a {
  background: #ff5538;
  color: #ffffff;
  transition: all 0.3s linear;
}

.footer-copyright-3 .copyright-social .social li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.footer-section-4 {
  background: #0a0712;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.footer-section-5 {
  background: #ffffff;
}

.footer-copyright-4 .copyright-text p a {
  color: rgba(153,25,132,1);
}

.footer-copyright-4 .copyright-social .social li a {
  background: rgba(153,25,132,1);
  color: #ffffff;
  transition: all 0.3s linear;
}

.footer-copyright-4 .copyright-social .social li a:hover {
  color: rgba(255, 255, 255, 0.9);
}

.progress-wrap {
  position: fixed;
  right: 35px;
  bottom: 100px;
  height: 45px;
  width: 45px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 93, 224, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateX(130%);
  z-index: 99;
  transition: all 200ms linear;
}

.progress-wrap::after {
  position: absolute;
  content: "\f108";
  font-family: flaticon !important;
  text-align: center;
  line-height: 45px;
  font-size: 18px;
  color: rgba(153,25,132,1);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  transform: rotate(90deg);
  cursor: pointer;
  display: block;
  z-index: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: rgba(153,25,132,1);
  stroke-width: 4;
  box-sizing: border-box;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.progress-wrap-3 {
  box-shadow: inset 0 0 0 2px rgba(255, 85, 56, 0.2);
}

.progress-wrap-3::after {
  color: #ff5538;
}

.progress-wrap-3 svg.progress-circle path {
  stroke: #ff5538;
}


/* ---------------- */

.images-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  overflow: hidden; /* To make sure nothing overflows the container */
  margin: 20px 0;
  flex-wrap: nowrap; /* Default to no wrapping on larger screens */
}

.images-row img {
  flex: 0 1 auto; /* Flex item can grow and shrink but initially based on the actual image size */
  width: auto; /* Maintaining aspect ratio of images */
  height: 80px; /* Setting a fixed height for all images */
  margin: 0 10px; /* Space between images */
}

/* Media query for screens less than or equal to 600px wide */
@media (max-width: 600px) {
  .images-row {
    flex-wrap: wrap; /* Allow the container to wrap its items on smaller screens */
  }

  .images-row img {
    flex: 0 0 32%; /* Each image takes roughly 32% of the row's width to fit three per row */
    margin: 10px 1%; /* Adjust margin to fit 3 images per row */
    height: 80px; /* Allow height to adjust automatically to maintain aspect ratio */
    width:80px;

  }
  .cta-section-3{
    margin-top: 0px;
  }
  .footer-widget-wrap-3{
    padding-top: 20px;
  }
}






.about-row-section{

  margin-top:-250px;
}

.about-row-section-1{
  text-align: left;
}
.about-row-section-1 p{
  font-size:20px; margin-right:100px;
}
.about-row-section-1-img{
  height:500px; margin-top:50px;
}

.about-row-section-2{
  text-align: left; margin-left:100px;
}

.about-row-section-2-img{
  height:500px; margin-top:50px;
}

.desk-hide{
  display: none;
}



@media only screen and (max-width: 767px) {  

  .about-row-section{
text-align: center;
    margin-top:0px;
  }

  .about-row-section-1{
    text-align: center;
  }
  .about-row-section-1 p{
    font-size:20px; margin-right:0px;
  }
  .about-row-section-1-img{
    height:auto; margin-top:0px;
  }
  
  .about-row-section-2{
    text-align: center; margin-left:0px;
  }
 
  .about-row-section-2-img{
    height:auto; margin-top:0px;
  }
.mobile-hide{display: none;}
.desk-hide{
  display: block;
  margin-bottom: 10px;
}

.subscribe-section-home .subscribe-wrap{
  margin-bottom: 10px;
}

.cta-section-3-home{
  margin-top: 200px;
  }
  


}




body {
    font-size: 14px;
    line-height: 1.75;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: #4c4d56;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: "";
  }
  
  body[dir="rtl"] {
    text-align: right;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Manrope", sans-serif;
    color: #090d2f;
    font-weight: 700;
    margin-top: 0;
    line-height: 1.5;
    margin-bottom: 0;
  }
  
  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: rgba(153,25,132,1);
  }
  
  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;
  }
  
  /*-- Common Classes --*/
  .section,
  .main-wrapper {
    float: left;
    width: 100%;
  }
  
  /*--Section Spacing--*/
  .section-padding {
    padding-top: 145px;
    padding-bottom: 145px;
  }
  
  @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;
    
      text-align: center;
    }
    .sec-3-home{
      position: relative;
      top: 200px;
      text-align: center;
    }
  }
  
  .section-padding-02 {
    padding-top: 145px;
  }
  
  @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: 120px;
  }
  
  @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: 690px;
    margin: 0 auto;
  }
  
  .section-title .title {
    font-size: 40px;
    line-height: 54px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #333333;
  }
  
  @media only screen and (max-width: 1199px) {
    .section-title .title {
      font-size: 36px;
      line-height: 48px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-title .title {
      font-size: 28px;
      line-height: 36px;
    }
  }
  
  .section-title .title.white {
    color: #ffffff;
  }
  
  .section-title .sub-title {
    font-size: 14px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: rgba(153,25,132,1);
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  
  /*--Section Title Two--*/
  .section-title2 {
    max-width: 690px;
    margin: 0 auto;
  }
  
  .section-title2 .title {
    font-size: 48px;
    line-height: 54px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #333333;
  }
  
  .section-title2 .title span {
    color: rgba(153,25,132,1);
  }
  
  @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 .title.white {
    color: #ffffff;
  }
  
  .section-title2 .sub-title {
    font-size: 12px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #a1a1a1;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  
  .section-title2 .sub-title.primary {
    color: rgba(153,25,132,1);
  }
  
  .section-title2 p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Manrope", sans-serif;
    font-weight: 600;
    color: #4c4d56;
    padding: 0 50px;
    margin-top: 20px;
  }
  
  /*--Section Title--*/
  .section-title3 {
    max-width: 925px;
    margin: 0 auto;
  }
  
  .section-title3 .title {
    font-size: 48px;
    line-height: 72px;
    font-family: "Manrope", sans-serif;
    font-weight: 700;
    color: #333333;
  }
  
  @media only screen and (max-width: 1199px) {
    .section-title3 .title {
      font-size: 36px;
      line-height: 48px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .section-title3 .title {
      font-size: 28px;
      line-height: 36px;
    }
  }
  
  .section-title3 .sub-title {
    font-size: 14px;
    height: 40px;
    line-height: 38px;
    padding: 0 40px;
    border-radius: 35px;
    display: inline-block;
    background: #ffeeeb;
    font-family: "Manrope", sans-serif;
    font-weight: 800;
    color: #ff5538;
    text-transform: uppercase;
    margin-bottom: 12px;
  }
  
  .techmax-pagination .pagination .page-item {
    margin: 0 3px;
  }
  
  .techmax-pagination .pagination .page-item .page-link {
    width: 35px;
    height: 35px;
    padding: 0;
    line-height: 33px;
    font-size: 14px;
    font-family: "Manrope", sans-serif;
    font-weight: 400;
    text-align: center;
    color: #6c7381;
    border: 0;
    background: transparent;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s linear;
  }
  
  .techmax-pagination .pagination .page-item .page-link:focus {
    box-shadow: none;
  }
  
  .techmax-pagination .pagination .page-item .page-link:hover {
    background: rgba(153,25,132,1);
    color: #ffffff;
  }
  
  .techmax-pagination .pagination .page-item .page-link i {
    font-size: 12px;
  }
  
  .techmax-pagination .pagination .page-item.active .page-link {
    background: rgba(153,25,132,1);
    color: #ffffff;
  }
  
  /*--Swiper Pagination--*/
  .swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #ffffff;
    width: 13px;
    height: 13px;
    transition: all 0.3s linear;
    opacity: 1;
  }
  
  .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #5abaf7;
  }
  
  /*--Swiper Bullet--*/
  .slider-bullet .swiper-pagination {
    position: relative;
    margin-top: 30px;
  }
  
  .slider-bullet .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-repeat: 50%;
    background: #e1e1e1;
  }
  
  .slider-bullet .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: rgba(153,25,132,1);
  }
  
  /*--  Preloader Styles  --*/
  #preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999999;
  }
  
  #preloader .preloader {
    width: 50px;
    height: 50px;
    display: inline-block;
    padding: 0px;
    text-align: left;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
  }
  
  #preloader .preloader span {
    position: absolute;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: rgba(153,25,132,1);
    -webkit-animation: preloader 1.3s linear infinite;
            animation: preloader 1.3s linear infinite;
  }
  
  #preloader .preloader span:last-child {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s;
  }
  
  @-webkit-keyframes preloader {
    0% {
      transform: scale(0, 0);
      opacity: 0.5;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  @keyframes preloader {
    0% {
      transform: scale(0, 0);
      opacity: 0.5;
    }
    100% {
      transform: scale(1, 1);
      opacity: 0;
    }
  }
  
  /*----------------------------------------*/
  /*  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: rgba(153,25,132,1);
  }
  
  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;
  }
  
  select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-image: url(../images/icons/select-arrow-down.png);
    background-position: calc(100% - 25px) 50%;
    background-repeat: no-repeat;
    font-family: "Roboto", sans-serif;
    width: 100%;
    border: none;
    background-color: #f7f7f7;
    line-height: 24px;
    font-weight: 300;
    height: 50px;
    padding: 10px 44px 10px 21px;
    color: #4c4d56;
    border-radius: 0;
    max-width: 500px;
  }
  
