/*-- Google Font --*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Roboto:ital,wght@0,400;0,500;0,700;1,400;1,700&family=Ubuntu:ital,wght@0,400;0,500;0,700;1,400;1,700&display=swap');
/*-- 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: "Roboto", sans-serif;
    color: #4c4d56;
    outline: none;
    visibility: visible;
    overflow-X: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: black;
}

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

h1, h2, h3, h4, h5, h6 {
    font-family: "Ubuntu", sans-serif;
    color: #1a0a1e;
    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: whitesmoke;
}

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 {
    width: 100%;
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1170px;
    }
}

/*--Section Spacing--*/
.section-padding {
    padding: 100px 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .section-padding {
        padding-top: 200px;
    }
}

@media only screen and (max-width: 1399px) {
    .section-padding {
        padding-top: 200px;
    }
}

.section-padding-top {
    padding-top: 100px;
}

.section-padding-top-2 {
    padding-top: 130px;
}

.section-padding-02 {
    padding: 75px 0;
}

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

@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-padding-04 {
    padding: 120px 0;
}

.section-padding-05 {
    padding-top: 140px;
    padding-bottom: 110px;
}

.section-padding-06 {
    padding-top: 100px;
    padding-bottom: 130px;
}

.section-padding-07 {
    padding: 80px 0;
}

.section-padding-08 {
    padding: 150px 0;
    padding-top: 190px;
}

.section-padding-09 {
    padding: 70px 0;
}

/*--Background Colors--*/
.grey-bg {
    background-color: #f1f3ff;
}

.purple-bg {
    background-color: #250449;
}

.purple-bg-2 {
    background-color: #250449;
}

.purple-bg-3 {
    background-color: #4d0a91;
}

.section-traingle-shape {
    position: absolute;
    width: 100%;
    height: 130px;
    right: 0;
    left: 0px;
    top: 0px;
    background: #ffffff;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: 2;
}

/*--Inner Page Title--*/
.page-title .section-title {
    font-size: 48px;
    color: #ffffff;
}

/*--Section Title--*/
.section-title .title {
    font-size: 50px;
    line-height: 62px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    color: white;
    position: relative;
    z-index: 2;
}

@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: 18px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Ubuntu", sans-serif;
    color: #fc097c;
    text-transform: capitalize;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}

.section-title .sub-title.orange {
    color: #ffae4a;
}

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

.section-title .sub-title::after {
    position: absolute;
    content: '';
    height: 15px;
    width: 100%;
    background-color: #fc097c;
    opacity: .2;
    left: 0;
    bottom: 0;
}

.section-title .sub-title.color-2 {
    color: #f9d464;
}

.section-title .sub-title.color-3 {
    color: #00acee;
}

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

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

.section-title .sub-title.white-2::after {
    display: none !important;
}

@media only screen and (max-width: 991px) {
    .section-title {
        margin-bottom: 40px;
    }
}

/*-- Section Paragraph --*/
.section-paragraph p {
    font-size: 16px;
    line-height: 30px;
    margin-top: 35px;
}

/*--Swiper Pagination--*/
.swiper {
    position: relative;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination {
    transform: rotate(90deg);
    height: auto !important;
    width: auto !important;
    left: unset;
    bottom: unset;
    right: calc(0% + 15%);
    top: 50%;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination .swiper-pagination-bullet {
    border-radius: 50%;
    background-color: #e8e8e8;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    transition: all 0.3s linear;
    position: relative;
    opacity: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet::after,
.swiper-pagination .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    left: -7px;
    top: -7px;
    border: 1px solid #ffae4a;
    transform: scale(0);
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border-radius: 50%;
    transition: all 0.3s linear;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fc097c;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active::after,
.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    transform: scale(1);
}

@media only screen and (max-width: 1199px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination {
        right: calc(0% + 10%);
    }
}

@media only screen and (max-width: 991px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination {
        right: calc(0% + 7%);
    }
}

@media only screen and (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets,
    .swiper-pagination {
        display: none;
    }
}

/*--  Animations  --*/
@-webkit-keyframes round-01 {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@keyframes round-01 {
    0% {
        transform: rotate(45deg);
    }
    50% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(45deg);
    }
}

@-webkit-keyframes bounce-animate {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@keyframes bounce-animate {
    0% {
        transform: translateY(-20px);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes bounce-animate-2 {
    0% {
        transform: translateY(-60px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(-60px);
    }
}

@keyframes bounce-animate-2 {
    0% {
        transform: translateY(-60px);
    }
    50% {
        transform: translateY(-30px);
    }
    100% {
        transform: translateY(-60px);
    }
}

@-webkit-keyframes left-right-animate {
    0% {
        transform: translateX(-60px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(-60px);
    }
}

@keyframes left-right-animate {
    0% {
        transform: translateX(-60px);
    }
    50% {
        transform: translateX(-30px);
    }
    100% {
        transform: translateX(-60px);
    }
}

@keyframes spin-border {
    100% {
        transform: rotate(1turn);
    }
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 0px #ffffff;
    }
    100% {
        box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 7e-06);
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0px 0px 0px 0px #ffffff;
    }
    100% {
        box-shadow: 0px 0px 0px 30px rgba(0, 0, 0, 7e-06);
    }
}

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

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

@keyframes slideIn {
    0% {
        transform: translateX(-50%) !important;
        opacity: 0;
    }
    100% {
        transform: translateX(50%) !important;
        opacity: 1;
    }
}

@keyframes zoomInOut {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.4);
    }
    100% {
        transform: scale(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: #fc097c;
    -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;
    }
}

@media only screen and (max-width: 575px) {
    #preloader .preloader {
        left: 45%;
    }
}

@-webkit-keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-250px * 7));
    }
}

.slider {
    margin: 40px auto 0 auto;
    overflow: hidden;
    position: relative;
}

.slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg);
}

.slider::before {
    left: 0;
    top: 0;
}

.slider .slide-track {
    justify-content: space-around;
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 10);
}

.slider-card {
    border-radius: 23px;
    margin-left: 4px;
    margin-right: 4px;
}

.slider-card-img {
    border-radius: 23px;
    width: 100%;
}

.about-img-1, .about-img-2 {
    border-radius: 23px;
}

.hero-form .form .single-input,
.login-register-form .form .single-input {
    display: flex;
}

.hero-form .form .single-input input,
.hero-form .form .single-input textarea,
.login-register-form .form .single-input input,
.login-register-form .form .single-input textarea {
    border-radius: 0;
    background-color: #ebebeb;
    font-size: 14px;
    color: #000000;
    border: none;
    outline: none;
}

.hero-form .form .single-input input::-moz-placeholder, .hero-form .form .single-input textarea::-moz-placeholder, .login-register-form .form .single-input input::-moz-placeholder, .login-register-form .form .single-input textarea::-moz-placeholder {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
}

.hero-form .form .single-input input:-ms-input-placeholder, .hero-form .form .single-input textarea:-ms-input-placeholder, .login-register-form .form .single-input input:-ms-input-placeholder, .login-register-form .form .single-input textarea:-ms-input-placeholder {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
}

.hero-form .form .single-input input::placeholder,
.hero-form .form .single-input textarea::placeholder,
.login-register-form .form .single-input input::placeholder,
.login-register-form .form .single-input textarea::placeholder {
    font-size: 14px;
    color: #9d9d9d;
    font-weight: 400;
}

.hero-form .form .single-input input:focus,
.hero-form .form .single-input textarea:focus,
.login-register-form .form .single-input input:focus,
.login-register-form .form .single-input textarea:focus {
    border: none;
    outline: none;
}

.hero-form .form .single-input textarea,
.login-register-form .form .single-input textarea {
    height: 140px;
}

.hero-form .form .single-input.white-bg input,
.hero-form .form .single-input.white-bg textarea,
.login-register-form .form .single-input.white-bg input,
.login-register-form .form .single-input.white-bg textarea {
    background-color: #ffffff;
}

.comment-section {
    margin-top: 50px;
    padding: 60px 25px;
    background-color: #f9fafc;
}

.comment-section .comment-title {
    margin-bottom: 50px;
}

.comment-section .comment-title .title {
    font-size: 20px;
    margin-bottom: 5px;
}

.comment-section .comment-title .reuired-messege {
    color: #686f7a;
}

.comment-section .comment-form .comment-form-input {
    border: 0;
    color: #666666;
    font-size: 14px;
    font-weight: 500;
}

.comment-section .comment-form textarea.comment-form-input {
    height: 95px;
}

.btn-margin {
    margin-top: 40px;
}

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

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

.btn {
    display: inline-block;
    position: relative;
    background: #fc097c;
    border-color: transparent;
    color: #ffffff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0px 30px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
}

.btn.btn-blue {
    background: #00acee;
}

.btn.btn-yellow {
    background: #f9d464;
}

.btn.btn-orange {
    background: #ffae4a;
}

.btn.btn-purple {
    background: #a221b9;
}

.btn.btn-purple-2 {
    background: #250449;
}

.btn.btn-purple-2:hover {
    color: #250449;
    background: #ffffff;
}


.btn::before {
    content: '';
    border: 2px solid #000;
    padding: 0 30px;
    position: absolute;
    top: 4px;
    left: 4px;
    height: 50px;
    width: 100%;
    z-index: -1;
    overflow: hidden;
    transition: .3s;
}

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

.btn:hover {
    box-shadow: none;
    background: #250449;
    color: #ffffff;
}

.btn:hover::before {
    top: 0;
    left: 0;
}

.btn-hero {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
}

.btn-2 {
    display: inline-block;
    position: relative;
    background: #ffae4a;
    border-color: transparent;
    color: #ffffff;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    height: 50px;
    line-height: 48px;
    padding: 0px 30px;
    border: 0;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-transform: capitalize;
}

.btn-2.btn-blue {
    background: #00acee;
}

.btn-2.btn-yellow {
    background: #f9d464;
}

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

.btn-2:hover {
    box-shadow: none;
    background: #ffffff;
    color: #ffae4a;
}

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

.btn-4:hover {
    background: #ffffff;
    color: #00acee;
}

.submit_btn,
.btn-5 {
    display: inline;
    width: 100%;
    font-size: 16px;
    text-decoration: none;
    background-color: white;
    padding: 10px 0;
    border: none;
    color: black;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.submit_btn::before,
.btn-5::before {
    background: #fff;
    content: "";
    height: 155px;
    opacity: 0;
    position: absolute;
    top: -50px;
    left: -50%;
    transform: rotate(35deg);
    width: 50px;
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    pointer-events: none;
    overflow: hidden;
}

.submit_btn::after,
.btn-5::after {
    background: #fff;
    content: "";
    height: 20rem;
    opacity: 0;
    position: absolute;
    top: -50px;
    left: -100%;
    transform: rotate(35deg);
    transition: all 3000ms cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    width: 100px;
    pointer-events: none;
}


.submit_btn:hover::before,
.btn-5:hover::before {
    left: 120%;
    opacity: .5;
}

.submit_btn:hover::after,
.btn-5:hover::after {
    left: 200%;
    opacity: .6;
}

.header-section {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    top: 30px;
}

.header-section.sticky {
    box-shadow: none;
}

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

.header-section.sticky {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

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

.header-2 {
    background: rgba(0, 0, 0, 0.8);
    backdrop-filter: blur(10px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
}

.header-2.top-gap {
    top: 30px;
}

.header-2.sticky {
    box-shadow: none;
    top: 0;
}

.header-2.sticky {
    background-color: rgba(20, 20, 20, 0.72);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.header-2.sticky .header-menu .main-menu li a {
    color: #ffffff;
}

.header-2.sticky .header-menu .main-menu li .menu-icon::after {
    color: #ffffff;
}

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

.header-2 .header-wrap {
    background: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

.header-2 .header-menu .main-menu li a {
    color: #ffffff;
}

.header-2 .header-menu .main-menu li.active-menu > a {
    color: #ffae4a;
}

.header-2 .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: #ffae4a;
}

.header-2 .header-menu .main-menu li .menu-icon::after {
    color: #ffffff;
}

.header-2 .header-menu .main-menu li:hover > .menu-icon::after {
    color: #ffae4a;
}

.header-2 .header-menu .main-menu li:hover > a {
    color: whitesmoke;
}

.header-2 .header-menu .main-menu li .sub-menu {
    border-top: 3px solid #ffae4a;
}

.header-2 .header-menu .main-menu li .sub-menu li a {
    color: #000000;
}

.header-2 .header-menu .main-menu li .sub-menu li a::before {
    background: #ffae4a;
}

.header-2 .header-menu .main-menu li .sub-menu li.active > a {
    color: #ffae4a;
}

.header-2 .header-menu .main-menu li .sub-menu li:hover > a {
    color: #ffae4a;
}

.header-2 .header-search {
    position: relative;
}

.header-2 .header-search .search-btn {
    color: #ffffff;
}

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

.header-2 .search-wrap .search-inner .search-close:hover {
    color: #fc097c;
}

.header-2 .header-cart {
    margin-left: 10px;
}

.header-2 .header-cart .cart-btn {
    color: #ffffff;
}

.header-2 .header-cart .cart-btn:hover {
    color: #ffae4a;
}

.header-2 .header-cart .cart-btn .count {
    background: #ffae4a;
}

.header-2 .header-cart .cart-btn .count.purple {
    background: #250449;
}

.header-2 .header-toggle button span {
    background: #ffae4a;
}

.header-2 .header-meta .header-btn button.btn-5 {
    transform: none;
}

.header-2.header-4 .header-menu .main-menu li a {
    color: #ffffff;
}

.header-2.header-4 .header-menu .main-menu li.active-menu > a {
    color: #250449;
}

.header-2.header-4 .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: #250449;
}

.header-2.header-4 .header-menu .main-menu li .menu-icon::after {
    color: #ffffff;
}

.header-2.header-4 .header-menu .main-menu li:hover > .menu-icon::after {
    color: #250449;
}

.header-2.header-4 .header-menu .main-menu li:hover > a {
    color: #250449;
}

.header-2.header-4 .header-menu .main-menu li .sub-menu {
    border-top: 3px solid #250449;
}

.header-2.header-4 .header-menu .main-menu li .sub-menu li a {
    color: #000000;
}

.header-2.header-4 .header-menu .main-menu li .sub-menu li a::before {
    background: #ffae4a;
}

.header-2.header-4 .header-menu .main-menu li .sub-menu li.active > a {
    color: #ffae4a;
}

.header-2.header-4 .header-menu .main-menu li .sub-menu li:hover > a {
    color: #ffae4a;
}

.header-2.header-4 .header-meta .header-cart .cart-btn .count {
    background-color: #250449;
}

.header-2.header-4.sticky .header-meta .header-btn .btn.btn-purple-2 {
    color: #ffffff;
    background: #ffae4e;
}

.header-2.header-4.sticky .header-meta .header-btn .btn.btn-purple-2:hover {
    color: #ffae4e;
    background-color: #ffffff;
}


.header-2.sticky .header-menu .main-menu li a {
    color: #ffffff;
}

.header-2.sticky .header-menu .main-menu li.active-menu > a {
    color: #ffae4a;
}

.header-2.sticky .header-menu .main-menu li.active-menu > .menu-icon::after {
    color: #ffae4a;
}

.header-2.sticky .header-menu .main-menu li .menu-icon::after {
    color: #ffffff;
}

.header-2.sticky .header-menu .main-menu li:hover > .menu-icon::after {
    color: #ffae4a;
}

.header-2.sticky .header-menu .main-menu li:hover > a {
    color: #ffae4a;
}

.header-2.sticky .header-menu .main-menu li .sub-menu {
    border-top: 3px solid #250449;
}

.header-2.sticky .header-menu .main-menu li .sub-menu li a {
    color: #000000;
}

.header-2.sticky .header-menu .main-menu li .sub-menu li a::before {
    background: #ffae4a;
}

.header-2.sticky .header-menu .main-menu li .sub-menu li.active > a {
    color: #ffae4a;
}

.header-2.sticky .header-menu .main-menu li .sub-menu li:hover > a {
    color: #ffae4a;
}

.header-2.sticky .header-meta .header-btn button.btn-5 {
    background-color: white;
    color: black;
}

.header-2.sticky .header-meta .header-btn button.btn-5:hover {
    background-color: whitesmoke;
    color: black;
    transform: none;
}

.header-2.sticky .header-meta .header-cart .cart-btn .count {
    background-color: #ffae4a;
}

.header-purple .header-wrap {
    background-color: #150328;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background: #ffffff;
    padding: 0 20px;
    z-index: 5;
}

@media only screen and (max-width: 991px) {
    .header-wrap {
        padding: 10px 20px;
    }
}

.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: 18px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #1a0a1e;
}

.header-menu .main-menu li.active-menu > a {
    color: #fc097c;
}

.header-menu .main-menu li.active-menu > .menu-icon::after {
    color: #fc097c;
}

.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: #fc097c;
}

.header-menu .main-menu li:hover > a {
    color: #fc097c;
}

.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 #fc097c;
    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: "Ubuntu", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    display: block;
    position: relative;
    z-index: 1;
}


.header-menu .main-menu li .sub-menu li.active > a {
    color: #fc097c;
}

.header-menu .main-menu li .sub-menu li.active > a::before {
    opacity: 1;
    visibility: visible;
    left: 25px;
}

.header-menu .main-menu li .sub-menu li:hover > a {
    color: #fc097c;
}


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

.header-search {
    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: #fc097c;
}

.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: #fc097c;
}

.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 {
    font-size: 16px;
    border-radius: 50%;
    text-align: center;
    background: none;
    color: #333333;
    border: 0;
    position: relative;
    transition: all 0.3s linear;
}

.header-cart .cart-btn:hover {
    color: #fc097c;
}

.header-cart .cart-btn .count {
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: #fc097c;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 400;
    display: inline-block;
    color: #ffffff;
    position: absolute;
    top: -4px;
    right: -12px;
}

.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: 70px !important;

    -webkit-animation-name: slideIn;
    animation-name: slideIn;
    animation-duration: 0.6s;
    animation-fill-mode: both;
}

.cart-btns a.btn::before {
    display: none;
}

@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;
        max-width: 300px;
        padding: 15px;
    }
}

.dropdown-cart .cart-items {
    height: 100%;
    overflow-y: hidden;
}

.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%;
    width: 75px;
    height: 75px;
}

.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: #fc097c;
    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: #fc097c;
}

.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: #00acee;
    border: 2px solid transparent;
    transition: all 0.3s linear;
}

.dropdown-cart .cart-btns .btn.btn-2:hover {
    color: #ffffff;
    background-color: #250449;
}

.header-btn {
    margin-left: 25px;
}

.header-toggle {
    margin-left: 30px;
}

.header-toggle button {
    background: none;
    border: 0;
    padding: 0;
}

.header-toggle button span {
    width: 25px;
    height: 2px;
    background: #fc097c;
    margin: 5px 0;
    display: block;
}

.header-toggle button span:last-child {
    margin-bottom: 0;
}

.header-top-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.header-top-wrapper .header-top-info ul li {
    display: inline-block;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    position: relative;
}

.header-top-wrapper .header-top-info ul li i {
    font-size: 20px;
    color: #00acee;
    position: relative;
    top: 1px;
    margin-right: 7px;
}

.header-top-wrapper .header-top-info ul li + li {
    padding-left: 30px;
    margin-left: 25px;
}

.header-top-wrapper .header-top-info ul li + li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: #353542;
    width: 1px;
    height: 45px;
    transform: translateY(-46%);
}

.header-top-wrapper .header-social {
    display: flex;
    align-items: center;
}

.header-top-wrapper .header-social span {
    font-size: 14px;
    color: #00acee;
    display: inline-block;
    margin-right: 20px;
}

.header-top-wrapper .header-social ul li {
    display: inline-block;
}

.header-top-wrapper .header-social ul li + li {
    margin-left: 10px;
}

.header-top-wrapper .header-social ul li a {
    display: inline-block;
    font-size: 14px;
    color: #8c8c8c;
}

.header-top-wrapper .header-social ul li a:hover {
    color: #00acee;
}

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


.offcanvas {
    background: #ffffff;
    width: 320px;
}

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

.offcanvas-header .close-btn {
    background: none;
    border: 0;
    font-size: 18px;
    color: #fc097c;
    transition: all 0.3s linear;
}

.offcanvas-header .close-btn:hover {
    transform: rotate(90deg);
    color: #00acee;
}

.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: "Ubuntu", sans-serif;
    color: #fc097c;
    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: #fc097c;
    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: #fc097c;
    transform: translate(-50%, -50%);
    transition: all 0.3s linear;
}

.offcanvas-menu .main-menu li:hover > a {
    color: #00acee;
}

.offcanvas-menu .main-menu li.active > .menu-expand::after {
    height: 0;
}

.offcanvas-menu .main-menu li ul {
    padding-left: 6%;
    display: none;
}

.hero-section {
    overflow: hidden;
    position: relative;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1020px;
    z-index: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-section {
        height: 860px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section {
        height: auto;
    }
}

.hero-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #1c0087, #9a00b0);
    opacity: 0.9;
    z-index: -1;
}

.hero-section .shape-1 {
    position: absolute;
    top: 0;
    right: 0%;
    z-index: 1;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.hero-section .shape-2 {
    position: absolute;
    bottom: -180px;
    left: -430px;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
    user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

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

.hero-section .hero-content {
    position: relative;
    z-index: 1;
    padding-left: 45px;
    padding-top: 65px;
}

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

@media only screen and (max-width: 767px) {
    .hero-section .hero-content {
        border: 3px solid #fff;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-content {
        padding: 30px;
    }
}

.hero-section .hero-content .shape-3 {
    position: absolute;
    left: 0;
    top: -10px;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .hero-section .hero-content .shape-3 {
        display: none;
    }
}

.hero-section .hero-content .sub-title {
    font-size: 30px;
    line-height: 32px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
    color: #ffffff;
    margin-bottom: 30px;
}

@media only screen and (max-width: 767px) {
    .hero-section .hero-content .sub-title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-content .sub-title {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.hero-section .hero-content .title {
    font-size: 76px;
    line-height: 86px;
    color: #ffffff;
    margin-top: 15px;
    text-transform: uppercase;
}

@media only screen and (max-width: 767px) {
    .hero-section .hero-content .title {
        font-size: 56px;
        line-height: 68px;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-content .title {
        font-size: 36px;
        line-height: 46px;
    }
}

.hero-section .hero-content .event-address {
    background-color: #ffffff;
    display: inline-block;
    padding: 10px 30px;
    margin-top: 25px;
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-content .event-address {
        padding: 5px 15px;
    }
}

.hero-section .hero-content .event-address h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 700;
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-content .event-address h5 {
        font-size: 12px;
    }
}

.hero-section .hero-content .btn-hero {
    position: relative;
    margin-top: 45px;
}

.hero-section .hero-content .btn-hero::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 0%;
    background: #fc097c;
    bottom: 0;
    left: 0;
    right: auto;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
}

.hero-section .hero-content .btn-hero:hover:after {
    left: auto;
    right: 0;
    width: 100%;
}

.hero-section .hero-content .btn-hero::before {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    background: #fc097c;
    bottom: 0;
    left: 0;
    transition: .9s;
}

.hero-section .hero-content .btn-hero:hover:before {
    opacity: 0;
    visibility: hidden;
    width: 0%;
}

.hero-section .hero-images {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .hero-section .hero-images {
        position: relative;
        width: 100%;
        margin-top: 90px;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-images {
        margin-top: 50px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section .hero-images .images {
        padding: 0 130px;
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section .hero-images .images {
        padding: 0 90px;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section .hero-images .images {
        padding: 0 50px;
    }
}

.hero-section-02 {
    overflow: hidden;
    position: relative;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1020px;
    z-index: 1;
}

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

.hero-section-02::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.7;
    z-index: -1;
}

.hero-section-02 .hero-shape-3 {
    position: absolute;
    width: 100%;
    height: 130px;
    right: 0;
    left: 0px;
    bottom: -130px;
    background: black;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: 2;
}

.hero-section-02 .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-section-02 .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-section-02 .hero-title {
    padding: 160px 0;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1199px) {
    .hero-section-02 .hero-title {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-section-02 .hero-title {
        padding: 80px 0;
    }
}

.hero-section-02 .hero-title .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 130px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-section-02 .hero-title .title {
        font-size: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-02 .hero-title .title {
        font-size: 80px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 575px) {
    .hero-section-02 .hero-title .title {
        font-size: 52px;
    }
}

.hero-section-02 .hero-title .sub-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 18px;
}

@media only screen and (max-width: 1199px) {
    .hero-section-02 .hero-title .sub-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-02 .hero-title .sub-title {
        margin-top: 20px;
        font-size: 24px;
        letter-spacing: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-section-02 .hero-title .sub-title {
        font-size: 18px;
        letter-spacing: 5px;
    }
}

.hero-section-02 .hero-title .shape-3 {
    position: absolute;
    left: -90px;
    top: 80px;
    pointer-events: none;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .hero-section-02 .hero-title .shape-3 {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section-02 .hero-title .shape-3 {
        left: 0;
    }
}

.hero-section-02 .countdown .single-countdown {
    display: inline-block;
    border: 5px solid #fc097c;
    border-radius: 100%;
    height: 170px;
    width: 170px;
    padding-top: 35px;
    margin: 0 25px;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1199px) {
    .hero-section-02 .countdown .single-countdown {
        height: 130px;
        width: 130px;
        padding-top: 25px;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-02 .countdown .single-countdown {
        height: 100px;
        width: 100px;
        padding-top: 15px;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-section-02 .countdown .single-countdown {
        margin: 0 20px;
        margin-bottom: 30px;
    }
}

.hero-section-02 .countdown .single-countdown:nth-child(2) {
    border-color: #f9d464;
}

.hero-section-02 .countdown .single-countdown:nth-child(3) {
    border-color: #00acee;
}

.hero-section-02 .countdown .single-countdown:nth-child(4) {
    border-color: #a221b9;
}

.hero-section-02 .countdown .single-countdown .count {
    font-size: 76px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-section-02 .countdown .single-countdown .count {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-02 .countdown .single-countdown .count {
        font-size: 38px;
    }
}

.hero-section-02 .countdown .single-countdown .value {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .hero-section-02 .countdown .single-countdown .value {
        font-size: 14px;
    }
}

.hero-section-03 {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1160px;
    z-index: 1;
}

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

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

.hero-section-03::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #4d0a91;
    opacity: 0.9;
    z-index: -1;
}

.hero-section-03 .shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    -webkit-animation: bounce-animate 3s linear infinite;
    animation: bounce-animate 3s linear infinite;
}

.hero-section-03 .shape-2 {
    position: absolute;
    bottom: 100px;
    left: 0;
    z-index: 1;
    pointer-events: none;

}

@media only screen and (max-width: 767px) {
    .hero-section-03 .shape-2 {
        display: none;
    }
}

.hero-section-03 .shape-3 {
    position: absolute;
    top: 0px;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-section-03 .shape-4 {
    position: absolute;
    top: 300px;
    right: 500px;
    z-index: 1;
    pointer-events: none;
    -webkit-animation: bounce-animate-2 3s linear infinite;
    animation: bounce-animate-2 3s linear infinite;
}

@media only screen and (max-width: 767px) {
    .hero-section-03 .shape-4 {
        display: none;
    }
}

.hero-section-03 .shape-5 {
    position: absolute;
    bottom: 0;
}

.hero-section-03 .hero-title {
    padding: 160px 0;
    padding-top: 350px;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1199px) {
    .hero-section-03 .hero-title {
        padding: 250px 0;
        padding-top: 300px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section-03 .hero-title {
        padding: 200px 0;
        padding-bottom: 200px;
    }
}

.hero-section-03 .hero-title .title-bg-shape {
    position: absolute;
    bottom: 60px;
    left: 0;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .hero-section-03 .hero-title .title-bg-shape {
        left: 100px;
        bottom: 150px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-03 .hero-title .title-bg-shape {
        left: 0;
    }
}

.hero-section-03 .hero-title .hero-title-wrapper {
    display: inline-block;
    background-color: #ffffff;
    padding: 50px 60px;
    margin-left: 100px;
}

@media only screen and (max-width: 1199px) {
    .hero-section-03 .hero-title .hero-title-wrapper {
        margin: 0;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
    }
}

.hero-section-03 .hero-title .hero-title-wrapper .title {
    color: #250449;
    text-transform: capitalize;
    font-size: 72px;
    line-height: 1;
    margin-bottom: 40px;
}

@media only screen and (max-width: 767px) {
    .hero-section-03 .hero-title .hero-title-wrapper .title {
        font-size: 62px;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section-03 .hero-title .hero-title-wrapper .title {
        font-size: 42px;
    }

    .hero-section-03 .hero-title .hero-title-wrapper .title br {
        display: none;
    }
}

.hero-section-03 .hero-title .hero-title-wrapper .sub-title .date,
.hero-section-03 .hero-title .hero-title-wrapper .sub-title .year {
    color: #ffffff;
    text-transform: capitalize;
    background-color: black;
    display: inline-block;
    padding: 0 5px;
    font-size: 30px;
    font-weight: 200;
}

@media only screen and (max-width: 449px) {
    .hero-section-03 .hero-title .hero-title-wrapper .sub-title .date,
    .hero-section-03 .hero-title .hero-title-wrapper .sub-title .year {
        font-size: 24px;
    }
}

.hero-section-03 .hero-title .hero-title-wrapper .sub-title .year {
    margin-top: 3px;
}

.hero-section-03 .hero-title .shape-3 {
    position: absolute;
    left: -90px;
    top: 80px;
    pointer-events: none;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .hero-section-03 .hero-title .shape-3 {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section-03 .hero-title .shape-3 {
        left: 0;
    }
}

.hero-section-04 {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 1100px;
    z-index: 1;
}

.hero-section-04::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #fd5c5b, #ffc57d);
    opacity: 0.8;
    z-index: -1;
}

.hero-section-04 .shape-5 {
    position: absolute;
    bottom: 0;
}

.hero-section-04 .hero-title {
    padding: 160px 0;
    padding-top: 250px;
    position: relative;
    z-index: 3;
}

.hero-section-04 .hero-title .title-date {
    font-size: 18px;
    color: #ffffff;
    border: 2px solid #ffffff;
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 25px;
    margin-left: 5px;
}

.hero-section-04 .hero-title .main-title {
    color: #ffffff;
    font-size: 94px;
    line-height: 1;
    text-transform: uppercase;
}

.hero-section-04 .hero-title .title-year {
    line-height: 1;
    font-size: 150px;
    line-height: 1.2;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #ffffff;
}

@media only screen and (max-width: 1199px) {
    .hero-section-04 .hero-title .main-title {
        font-size: 75px;
    }

    .hero-section-04 .hero-title .title-year {
        font-size: 100px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-04 {
        height: auto;
        padding-bottom: 120px;
    }

    .hero-section-04 .hero-title {
        padding-top: 150px;
        padding-bottom: 50px;
        text-align: center;
    }

    .hero-section-04 .hero-form {
        margin-top: 0;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section-04 .hero-title .main-title {
        font-size: 48px;
    }

    .hero-section-04 .hero-title .title-year {
        font-size: 76px;
    }

    .hero-section-04 .hero-form {
        margin-top: 0;
    }
}

.hero-section-05 {
    position: relative;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 920px;
    padding: 250px 0 200px;
    z-index: 1;
}

.hero-section-05::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    opacity: 0.8;
    z-index: -1;
}

.hero-section-05 .hero-conent-wrapper .top-title-date span {
    font-size: 30px;
    font-weight: 500;
    color: #ffae4a;
    text-transform: capitalize;
}

.hero-section-05 .hero-conent-wrapper .main-title h1 {
    font-size: 74px;
    color: #ffffff;
    line-height: 90px;
    margin-bottom: 30px;
    font-weight: 700;
}

.hero-section-05 .hero-conent-wrapper .hero-meta {
    margin-bottom: 40px;
}

.hero-section-05 .hero-conent-wrapper .hero-meta .meta-item {
    display: inline-block;
}

.hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a {
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px;
    text-transform: uppercase;
}

.hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a i {
    color: #ffae4a;
}

.hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a:hover {
    color: #ffae4a;
}

@media only screen and (max-width: 991px) {
    .hero-section-05 .hero-conent-wrapper .top-title-date span {
        font-size: 26px;
        display: block;
        margin-bottom: 15px;
    }

    .hero-section-05 .hero-conent-wrapper .main-title h1 {
        font-size: 56px;
        line-height: 70px;
    }

    .hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a {
        font-size: 18px;
        margin-bottom: 10px;
    }

    .hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a i {
        color: #ffae4a;
    }

    .hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a:hover {
        color: #ffae4a;
    }
}

@media only screen and (max-width: 449px) {
    .hero-section-05 .hero-conent-wrapper .top-title-date span {
        font-size: 20px;
    }

    .hero-section-05 .hero-conent-wrapper .main-title h1 {
        font-size: 42px;
        line-height: 60px;
    }

    .hero-section-05 .hero-conent-wrapper .hero-meta .meta-item a {
        font-size: 16px;
        margin-bottom: 10px;
    }
}

.hero-section-06 {
    overflow: hidden;
    position: relative;
    padding-top: 85px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 1020px;
    z-index: 1;
}

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

.hero-section-06::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #030127;
    opacity: 0.7;
    z-index: -1;
}

.hero-section-06 .hero-shape-3 {
    position: absolute;
    width: 100%;
    height: 130px;
    right: 0;
    left: 0px;
    bottom: -130px;
    background: #ffffff;
    transform: skewY(-3deg);
    transform-origin: 0;
    z-index: 2;
}

.hero-section-06 .shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-section-06 .shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
}

.hero-section-06 .hero-title {
    padding: 160px 0;
    position: relative;
    z-index: 3;
}

@media only screen and (max-width: 1199px) {
    .hero-section-06 .hero-title {
        padding: 120px 0;
    }
}

@media only screen and (max-width: 1199px) {
    .hero-section-06 .hero-title {
        padding: 80px 0;
    }
}

.hero-section-06 .hero-title .title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 84px;
    margin-bottom: 20px;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-section-06 .hero-title .title {
        font-size: 110px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-06 .hero-title .title {
        font-size: 80px;
        line-height: 1.1;
    }
}

@media only screen and (max-width: 575px) {
    .hero-section-06 .hero-title .title {
        font-size: 52px;
    }
}

.hero-section-06 .hero-title .sub-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 200;
    letter-spacing: 18px;
}

@media only screen and (max-width: 1199px) {
    .hero-section-06 .hero-title .sub-title {
        font-size: 32px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-06 .hero-title .sub-title {
        margin-top: 20px;
        font-size: 24px;
        letter-spacing: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-section-06 .hero-title .sub-title {
        font-size: 18px;
        letter-spacing: 5px;
    }
}

.hero-section-06 .hero-title .shape-3 {
    position: absolute;
    left: -90px;
    top: 80px;
    pointer-events: none;
    z-index: -1;
}

@media only screen and (max-width: 991px) {
    .hero-section-06 .hero-title .shape-3 {
        top: 0;
    }
}

@media only screen and (max-width: 767px) {
    .hero-section-06 .hero-title .shape-3 {
        left: 0;
    }
}

.hero-section-06 .countdown .single-countdown {
    display: inline-block;
    border: 5px solid #fc097c;
    border-radius: 100%;
    height: 170px;
    width: 170px;
    padding-top: 35px;
    margin: 0 25px;
    position: relative;
    z-index: 3;
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    background: rgba(0, 0, 0, 0.2);
}

@media only screen and (max-width: 1199px) {
    .hero-section-06 .countdown .single-countdown {
        height: 130px;
        width: 130px;
        padding-top: 25px;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-06 .countdown .single-countdown {
        height: 100px;
        width: 100px;
        padding-top: 15px;
        margin: 0 10px;
    }
}

@media only screen and (max-width: 575px) {
    .hero-section-06 .countdown .single-countdown {
        margin: 0 20px;
        margin-bottom: 30px;
    }
}

.hero-section-06 .countdown .single-countdown:nth-child(2) {
    border-color: #f9d464;
}

.hero-section-06 .countdown .single-countdown:nth-child(3) {
    border-color: #00acee;
}

.hero-section-06 .countdown .single-countdown:nth-child(4) {
    border-color: #a221b9;
}

.hero-section-06 .countdown .single-countdown .count {
    font-size: 76px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1;
}

@media only screen and (max-width: 1199px) {
    .hero-section-06 .countdown .single-countdown .count {
        font-size: 48px;
    }
}

@media only screen and (max-width: 991px) {
    .hero-section-06 .countdown .single-countdown .count {
        font-size: 38px;
    }
}

.hero-section-06 .countdown .single-countdown .value {
    display: block;
    font-size: 18px;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .hero-section-06 .countdown .single-countdown .value {
        font-size: 14px;
    }
}

.inner-page-hero {
    height: 600px;
}

.inner-page-hero .page-title {
    position: relative;
    z-index: 2;
}

@media only screen and (max-width: 991px) {
    .inner-page-hero {
        height: auto;
    }
}

.inner-page-hero .page-navigation {
    position: relative;
    z-index: 2;
    margin-bottom: 80px;
}

.inner-page-hero .page-navigation ol.breadcrumb {
    color: #ffffff;
}

.inner-page-hero .page-navigation ol.breadcrumb .breadcrumb-item a {
    letter-spacing: 1px;
    font-weight: 400;
}

.inner-page-hero .page-navigation ol.breadcrumb .breadcrumb-item::before {
    color: #ffffff;
}

.about-section .about-thumb-wrap {
    margin-right: -165px;
    text-align: center;
}

.about-section .about-thumb-wrap img {
    margin-bottom: 35px;
}

.about-section .about-thumb-wrap img:last-child {
    margin-right: 95px;
}

@media only screen and (max-width: 1199px) {
    .about-section .about-thumb-wrap img:last-child {
        margin-right: 170px;
    }
}

@media only screen and (max-width: 991px) {
    .about-section .about-thumb-wrap img:last-child {
        margin: 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-section .about-thumb-wrap {
        margin: 0;
        margin-top: 80px;
    }
}

.about-section .about-content-wrap {
    padding: 120px 60px;
    border: 10px solid #f9d464;
    position: relative;
    margin-top: 40px;
    background-color: black;
    z-index: 0;
}

.about-section .about-content-wrap .about-box-shape {
    position: absolute;
    bottom: -53px;
    right: -53px;
    width: 100%;
    z-index: -1;
}

@media only screen and (max-width: 1199px) {
    .about-section .about-content-wrap .about-box-shape {
        bottom: -46px;
        right: -46px;
    }
}

@media only screen and (max-width: 991px) {
    .about-section .about-content-wrap .about-box-shape {
        bottom: -55px;
        right: -55px;
    }
}

@media only screen and (max-width: 767px) {
    .about-section .about-content-wrap .about-box-shape {
        bottom: -45px;
        right: -45px;
    }
}

@media only screen and (max-width: 575px) {
    .about-section .about-content-wrap .about-box-shape {
        display: none;
    }
}

.about-section .about-content-wrap .about-shape-x {
    position: absolute;
    top: 40px;
    right: 60px;
    -webkit-animation: round-01 3s linear infinite;
    animation: round-01 3s linear infinite;
}

.about-section .about-content-wrap .section-paragraph {
    padding-right: 100px;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
    .about-section .about-content-wrap .section-paragraph {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-section .about-content-wrap {
        padding: 90px 40px;
    }
}

@media only screen and (max-width: 575px) {
    .about-section .about-content-wrap {
        padding: 60px 20px;
    }
}

.about-area-2 .thumnail-wrap {
    position: relative;
}

.about-area-2 .thumnail-wrap .about-shape-1 {
    position: absolute;
    top: -10px;
    right: -50px;
}

@media only screen and (max-width: 1199px) {
    .about-area-2 .thumnail-wrap .about-shape-1 {
        right: -180px;
    }
}

@media only screen and (max-width: 991px) {
    .about-area-2 .thumnail-wrap .about-shape-1 {
        right: 80px;
    }
}

@media only screen and (max-width: 767px) {
    .about-area-2 .thumnail-wrap .about-shape-1 {
        left: 0;
        z-index: -1;
    }
}

.about-area-2 .thumnail-wrap .about-shape-2 {
    max-width: none;
    position: absolute;
    top: 60px;
    left: 45px;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .about-area-2 .thumnail-wrap .about-shape-2 {
        display: none;
    }
}

.about-area-2 .thumnail-wrap .about-thumbnails {
    position: relative;
    margin-right: 150px;
}

@media only screen and (max-width: 767px) {
    .about-area-2 .thumnail-wrap .about-thumbnails {
        margin-right: 0;
    }
}

.about-area-2 .thumnail-wrap .about-thumbnails .main-img {
    text-align: left;
}

@media only screen and (max-width: 767px) {
    .about-area-2 .thumnail-wrap .about-thumbnails .main-img {
        text-align: center;
    }
}

@media only screen and (max-width: 767px) {
    .about-area-2 .thumnail-wrap .about-thumbnails .main-img .about-img-1 {
        margin-bottom: 30px;
    }
}

.about-area-2 .thumnail-wrap .about-thumbnails .main-img .about-img-2 {
    position: absolute;
    z-index: -1;
    top: 115px;
    left: 200px;
}

@media only screen and (max-width: 767px) {
    .about-area-2 .thumnail-wrap .about-thumbnails .main-img .about-img-2 {
        position: relative;
        left: auto;
        top: auto;
    }
}

.about-area-2 .about-content {
    margin-bottom: 40px;
    padding-left: 100px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .about-area-2 .about-content {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-area-2 .about-content {
        margin-top: 230px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-area-2 .about-content {
        margin-top: 40px;
    }
}

.about-area-2 .about-content .about-title .title-numb {
    font-size: 120px;
    font-family: "Ubuntu", sans-serif;
    line-height: 1;
    font-weight: 700;
    color: #ffae4a;
}

.about-area-2 .about-content .about-title .section-title {
    margin-bottom: 40px;
}

.about-area-2 .about-content .about-title .section-paragraph {
    font-size: 16px;
    padding-right: 25px;
    color: white;
    opacity: 0.7;
}

@media only screen and (max-width: 449px) {
    .about-area-2 .about-content .about-title .section-paragraph {
        padding: 0;
    }
}

.about-area-2 .abot-event {
    color: white;
    padding-left: 100px;
}


@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .about-area-2 .abot-event {
        padding: 0;
    }
}

@media only screen and (max-width: 991px) {
    .about-area-2 .abot-event {
        padding-left: 0;
    }
}

.about-area-2 .abot-event img {
    margin-bottom: 20px;
    transition: all 400ms ease;
}

.about-area-2 .abot-event:hover img {
    transform: scale(-1) rotate(180deg);
}

.about-area-2 .abot-event h5 {
    font-size: 18px;
    margin-bottom: 10px;
}

.about-area-4 .about-thumbnail {
    position: relative;
}

.about-area-4 .about-thumbnail .about-thumb-1 {
    position: relative;
    left: 240px;
    top: 120px;
}

.about-area-4 .about-thumbnail .thumbnail-shape {
    position: absolute;
    top: 195px;
    left: 80px;
}

.about-area-4 .about-title {
    margin-top: 50px;
    padding: 0 80px;
    padding-right: 0;
    position: relative;
}

.about-area-4 .about-title::before {
    content: '';
    position: absolute;
    width: 5px;
    height: 290px;
    background-color: #ffae4a;
    left: 0;
    top: 20px;
}

.about-area-4 .about-title .section-title {
    padding-right: 80px;
}

.about-area-4 .about-title .section-title .title {
    font-size: 65px;
    line-height: 80px;
}

.about-area-4 .about-content {
    padding-left: 80px;
    padding-right: 50px;
}

.about-area-4 .about-content .section-paragraph {
    margin-bottom: 20px;
}

.about-area-4 .about-content .about-event {
    display: flex;
    margin-top: 30px;
    margin-right: 30px;
    text-align: left;
}

.about-area-4 .about-content .about-event .thumb {
    margin-right: 30px;
    transition: all 400ms ease;
}

.about-area-4 .about-content .about-event:hover .thumb {
    transform: scale(-1) rotate(180deg);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .about-area-4 .about-thumbnail {
        padding: 0 20px;
        padding-left: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .about-area-4 .about-title::before {
        left: 45px;
    }

    .about-area-4 .about-title .section-title .title {
        font-size: 52px;
        line-height: 70px;
    }
}

@media only screen and (max-width: 991px) {
    .about-area-4 .about-thumbnail {
        padding: 0 100px;
        padding-left: 80px;
    }

    .about-area-4 .about-thumbnail .thumbnail-shape {
        top: 195px;
        left: 150px;
    }

    .about-area-4 .about-title::before {
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-area-4 .about-thumbnail {
        padding: 0;
        padding-left: 0px;
    }

    .about-area-4 .about-thumbnail .about-thumb-1 {
        position: relative;
        left: 150px;
        top: 120px;
    }

    .about-area-4 .about-thumbnail .thumbnail-shape {
        top: 195px;
        left: 80px;
    }

    .about-area-4 .about-title::before {
        left: 0;
    }
}

@media only screen and (max-width: 575px) {
    .about-area-4 .about-thumbnail {
        text-align: center;
    }

    .about-area-4 .about-thumbnail .about-thumb-1 {
        position: relative;
        left: 80px;
        top: 120px;
    }

    .about-area-4 .about-thumbnail .thumbnail-shape {
        top: 195px;
        left: 30px;
    }

    .about-area-4 .about-title .section-title {
        padding-right: 0px;
    }

    .about-area-4 .about-title .section-title .title {
        font-size: 42px;
        line-height: 48px;
    }

    .about-area-4 .about-title::before {
        left: 50px;
    }
}

@media only screen and (max-width: 449px) {
    .about-area-4 .about-thumbnail {
        text-align: center;
    }

    .about-area-4 .about-thumbnail .about-thumb-1 {
        position: relative;
        left: 0px;
        top: 120px;
    }

    .about-area-4 .about-thumbnail .thumbnail-shape {
        display: none;
    }

    .about-area-4 .about-title {
        padding-left: 0;
        text-align: center;
    }

    .about-area-4 .about-title::before {
        display: none;
    }

    .about-area-4 .about-content {
        text-align: center;
        padding-right: 0;
        padding-left: 0;
    }
}

.about-page .section-title {
    margin-bottom: 120px;
}

.about-page .about-right-content .section-paragraph {
    margin-bottom: 30px;
}

.about-page .about-content-wrap {
    padding-top: 100px;
    padding-bottom: 40px;
    margin-left: -145px;
    margin-top: 90px;
    border-color: #fff;
}

.about-page .about-content-wrap .section-title {
    margin-bottom: 50px;
}

.about-page .about-content-wrap .about-item {
    display: flex;
    padding-right: 100px;
    margin-bottom: 30px;
}

.about-page .about-content-wrap .about-item .icon {
    height: 100%;
    transition: all 400ms ease;
}

.about-page .about-content-wrap .about-item:hover .icon {
    transform: scale(-1) rotate(180deg);
}

.about-page .about-content-wrap .about-item .about-item-content {
    margin-left: 30px;
}

.about-page .about-content-wrap .about-item .about-item-content .item-heading {
    font-size: 22px;
    margin-bottom: 10px;
}

.about-page .about-content-wrap .about-item .about-item-content .item-description {
    font-size: 16px;
}

@media only screen and (max-width: 1199px) {
    .about-page .about-content-wrap {
        padding-right: 35px;
        padding-left: 35px;
    }

    .about-page .about-content-wrap .about-item {
        padding-right: 80px;
    }
}

@media only screen and (max-width: 991px) {
    .about-page .section-title {
        margin-bottom: 20px;
    }

    .about-page .about-content-wrap {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .about-page .about-content-wrap .about-item {
        padding-right: 0;
    }
}

@media only screen and (max-width: 449px) {
    .about-page .about-content-wrap .section-title {
        text-align: center;
    }

    .about-page .about-content-wrap .about-item {
        display: block;
        text-align: center;
        margin-bottom: 40px;
    }

    .about-page .about-content-wrap .about-item .icon {
        margin-bottom: 20px;
    }

    .about-page .about-content-wrap .about-item .about-item-content {
        margin-left: 0;
    }
}


.footer-widget-wrap {
    padding-top: 70px;
    padding-bottom: 75px;
}

.footer-widget {
    margin-top: 30px;
}

.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: #fc097c;
    font-size: 18px;
    margin-right: 10px;
    margin-top: 2px;
}

.widget-info ul li .info-text {
    font-size: 16px;
    line-height: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    color: #c4c5c7;
}

.footer-widget-about {
    margin-top: 15px;
}

.footer-widget-about p {
    font-size: 14px;
    line-height: 30px;
    color: #ffffff;
    padding-right: 110px;
    margin-top: 20px;
}

.footer-social .social {
    margin-top: 25px;
}

.footer-social .social li {
    display: inline-block;
}

.footer-social .social li + li {
    margin-left: 5px;
}

.footer-social .social li a {
    width: 35px;
    height: 35px;
    line-height: 37px;
    text-align: center;
    border-radius: 50%;
    font-size: 16px;
    background: #ffffff;
    color: #fc097c;
}

.footer-social .social li a:hover {
    color: #fc097c;
}

.footer-widget .footer-widget-title {
    font-size: 20px;
    font-family: "Ubuntu", sans-serif;
    font-weight: 600;
    color: #ffffff;
}

.widget-link {
    padding-top: 22px;
}

.widget-link .link li {
    margin-top: 7px;
}

.widget-link .link li a {
    font-size: 14px;
    color: #c4c5c7;
    transition: all 0.3s linear;
}

.widget-link .link li a:hover {
    color: #fc097c;
    padding-left: 10px;
}

.footer-section-02 .footer-social .social li a {
    color: #f9d464;
}

.footer-section-02 .footer-social .social li a:hover {
    color: #f9d464;
}

.footer-section-02 .widget-link {
    padding-top: 22px;
}

.footer-section-02 .widget-link .link li a:hover {
    color: #f9d464;
}

.footer-section-02 .widget-info ul li .info-icon i {
    color: #f9d464;
}

.footer-section-02 .widget-info ul li .info-text a:hover {
    color: #f9d464;
}

.footer-section-04 .footer-widget-about p {
    color: #1a0a1e;
}

.footer-section-04 .footer-widget .footer-widget-title {
    color: #1a0a1e;
}

.footer-section-04 .widget-link {
    padding-top: 22px;
}

.footer-section-04 .widget-link .link li a {
    color: #1a0a1e;
}

.footer-section-04 .widget-link .link li a:hover {
    color: #fc097c;
}

.footer-section-04 .widget-info ul li .info-text {
    color: #1a0a1e;
}

.footer-section-05 .footer-social .social li a {
    color: #00acee;
}

.footer-section-05 .footer-social .social li a:hover {
    color: #00acee;
}

.footer-section-05 .widget-link {
    padding-top: 22px;
}

.footer-section-05 .widget-link .link li a:hover {
    color: #00acee;
}

.footer-section-05 .widget-info ul li .info-icon i {
    color: #00acee;
}

.footer-section-05 .widget-info ul li .info-text a:hover {
    color: #00acee;
}

.footer-section {
    background: #010717;
    padding-top: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
}

.footer-section::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #120525;
    opacity: .8;
    z-index: -1;
}

.footer-newsletter {
    background: linear-gradient(to right, #1c0087, #9a00b0);
    padding: 75px 90px;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 80px;
}

.footer-newsletter::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url("../images/shape/footer_contact_object.png");
    background-repeat: no-repeat;
    background-size: contain;
    z-index: -1;
}

.footer-newsletter .footer-title {
    padding-right: 20px;
}

@media only screen and (max-width: 1199px) {
    .footer-newsletter .footer-title {
        padding: 0;
    }
}

.footer-newsletter .footer-title span {
    color: #ffffff;
    display: block;
    margin-bottom: 10px;
}

.footer-newsletter .footer-title h4 {
    color: #ffffff;
    font-size: 30px;
}

@media only screen and (max-width: 575px) {
    .footer-newsletter {
        padding: 75px 30px;
    }
}

.footer-newsletter-form {
    max-width: 750px;
    margin: 18px auto 0;
    position: relative;
}

.footer-newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
    width: 100%;
    height: 60px;
    font-size: 18px;
    font-weight: 400;
    color: #93a1a2;
    padding: 0 30px;
    padding-right: 195px;
    background-color: #ffffff;
    border: 0;
    border-radius: 0;
}

@media only screen and (max-width: 575px) {
    .footer-newsletter-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="file"]) {
        height: 50px;
        padding: 0 25px;
        font-size: 16px;
    }
}

.footer-newsletter-form .btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 60px;
    line-height: 60px;
    min-width: 165px;
}

.footer-newsletter-form .btn:hover {
    background-color: #250449;
}

.footer-newsletter-form .btn::before {
    display: none;
}

@media only screen and (max-width: 767px) {
    .footer-newsletter-form .btn {
        min-width: 120px;
    }
}

@media only screen and (max-width: 575px) {
    .footer-newsletter-form .btn {
        position: relative;
        width: 100%;
        height: 50px;
        line-height: 50px;
        margin-top: 10px;
    }

    a.contact {
        margin-right: 0!important;
    }
}

.footer-widget-social .social-title .title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer-widget-social .social-list {
    margin-bottom: 75px;
}

.footer-widget-social .social-list li {
    display: inline-block;
}

.footer-widget-social .social-list li + li {
    margin-left: 20px;
}

@media only screen and (max-width: 449px) {
    .footer-widget-social .social-list li + li {
        margin-left: 14px;
    }
}

.footer-widget-social .social-list li a {
    color: #ffffff;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 24px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
}

.footer-widget-social .social-list li a:hover {
    background-color: #fc097c;
}

.footer-widget-navigation .footer-navigation {
    margin-bottom: 60px;
}

.footer-widget-navigation .footer-navigation ul li {
    display: inline-block;
    margin-right: 40px;
    margin-bottom: 10px;
}

.footer-widget-navigation .footer-navigation ul li:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    .footer-widget-navigation .footer-navigation ul li {
        margin-right: 20px;
    }
}

.footer-widget-navigation .footer-navigation ul li a {
    color: #ffffff;
    font-size: 16px;
    text-transform: capitalize;
}

.footer-widget-navigation .footer-navigation ul li a:hover {
    color: #fc097c;
}

.footer-copyright-area .footer-copyright-wrap {
    padding-top: 40px;
    padding-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

@media only screen and (max-width: 767px) {
    .copyright-text {
        text-align: center;
    }
}

.copyright-text {
    margin-top: 50px;
}

.copyright-text p {
    margin-top: 50px;
    font-size: 14px;
    color: #ffffff;
    font-family: "Ubuntu", sans-serif;
    opacity: .6;
}

.progress-wrap {
    position: fixed;
    right: 50px;
    bottom: 50px;
    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: #fc097c;
    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: #fc097c;
    stroke-width: 4;
    box-sizing: border-box;
}

.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
}

.footer-section-02 {
    background: rgb(10, 10, 10);
    padding: 100px 60px;
    position: relative;
}

.footer-section-02 .footer-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.6;
}

.footer-section-02 .footer-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    opacity: 0.6;
}

.footer-section-02 .footer-shape-3 {
    position: absolute;
    top: 70px;
    left: 200px;
    opacity: 0.6;
    -webkit-animation: round-01 3s linear infinite;
    animation: round-01 3s linear infinite;
}

.footer-section-02 .footer-widget {
    position: relative;
    z-index: 3;
    margin-top: 0;
}

.footer-section-02 .footer-widget .footer-widget-address .widget-title {
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 20px;
}

.footer-section-02 .footer-widget .footer-widget-address .widget-content .vanue-date {
    color: #ffae4a;
    margin-bottom: 5px;
}

.footer-section-02 .footer-widget .footer-widget-address .widget-content .vanue-location {
    color: #ffffff;
    line-height: 30px;
}

.footer-section-02 .footer-widget .footer-logo {
    margin-bottom: 20px;
    margin-top: 20px;
}

.footer-section-02 .footer-widget .footer-social-2 .social-title-2 h4 {
    margin-top: 20px;
    font-size: 20px;
    color: #ffffff;
}

@media only screen and (max-width: 991px) {
    .footer-section-02 .footer-widget .footer-social-2 .social-title-2 h4 {
        margin-top: 50px;
    }
}

.footer-section-02 .footer-widget .footer-social-2 .social-list {
    margin-top: 10px;
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li {
    display: inline-block;
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li + li {
    margin-left: 15px;
}

@media only screen and (max-width: 449px) {
    .footer-section-02 .footer-widget .footer-social-2 .social-list li + li {
        margin-left: 10px;
        margin-bottom: 10px;
    }
}

.footer-section-02 .footer-widget .footer-social-2 .social-list li a {
    color: #ffffff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    background-color: #141414;
    border-radius: 50%;
}
