
.yellow-gradient {
    background: url(../images2/yellow-gradient.webp) repeat-y center center;
    background-size: 100% auto
}

.bg1 {
    background: url(../images2/bg1.webp) no-repeat center center;
    background-size: cover;
    color: #fff
}

.bg1 .testi__item {
    color: #000
}

.bg2 {
    background: url(../images2/bg2.webp) no-repeat center center;
    background-size: cover;
    color: #fff
}

.abs,
.cta3>img,
.pcta>img,
.gallery__item img,
.banner__inner>img,
.res-embed iframe,
.res-embed video,
.res-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.res-embed {
    padding-top: 56.26%;
    position: relative
}

.res-embed iframe,
.res-embed video,
.res-embed embed {
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 991px) {
    .header__left {
        text-align: center;
        position: relative
    }
    .header__left img {
        max-height: 35px
    }
}

.header__right {
    text-align: right
}

@media only screen and (max-width: 991px) {
    .header__right {
        position: absolute;
        top: 14px;
        right: 0;
        padding-right: 15px
    }
}

.header__right a {
    display: inline-block;
    width: auto;
    margin-left: 10px
}

@media only screen and (max-width: 991px) {
    .header-login {
        display: none !important
    }
}

.header-search {
    display: none !important
}

@media only screen and (max-width: 991px) {
    .header-search {
        display: inline-block !important
    }
}

@media only screen and (max-width: 991px) {
    .header-search,
    .header-cart {
        background-color: rgba(0, 0, 0, 0);
        padding: 0;
        height: auto !important;
        width: auto !important;
        font-size: 1.6rem;
        margin-left: 15px !important
    }
    .header-search:focus,
    .header-search:active,
    .header-cart:focus,
    .header-cart:active {
        top: 0;
        background-color: rgba(0, 0, 0, 0);
        box-shadow: none
    }
}

.banner__slider {
    position: relative
}

@media only screen and (max-width: 991px) {
    .banner__slider .carrow {
        display: none !important
    }
}

.banner__inner {
    position: relative;
    height: 40vw;
    min-height: 60vh;
    max-height: 70vh;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 30px
}

@media only screen and (max-width: 991px) {
    .banner__inner {
        height: auto;
        min-height: 0;
        max-height: none;
        flex-direction: column;
        padding: 20px
    }
}

.banner__inner>img {
    -o-object-fit: cover;
    object-fit: cover
}

.banner__content {
    position: relative;
    z-index: 1;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .banner__content {
        text-align: center;
        width: 100%
    }
    .banner__content h1 {
        margin: 0 0 10px
    }
    .banner__content h3 {
        font-size: 1.2rem;
        line-height: 1.5
    }
}

.banner__button {
    display: none
}

@media only screen and (max-width: 991px) {
    .banner__button {
        display: block;
        width: 100%;
        padding-top: 68%
    }
    .banner__button .button {
        display: block
    }
}

.pad {
    padding: 50px 0
}

.pad--lg {
    padding: 80px 0
}

@media only screen and (max-width: 991px) {
    .pad--lg {
        padding: 50px 0
    }
}

@media only screen and (max-width: 991px) {
    .cta .num {
        text-align: center
    }
}

.cta__inner {
    padding: 0 30px
}

@media only screen and (max-width: 991px) {
    .cta__inner {
        text-align: center
    }
}

.cta--testi .cta__inner {
    margin: 0 0 50px
}

@media only screen and (max-width: 991px) {
    .cta+.gallery {
        margin-top: -30px
    }
}

.pslider h3 {
    margin: 0 0 50px
}

.pslider__wrap {
    background-image: url(../images2/home2.webp);
    background-size: cover;
    background-position: center center;
    border-radius: 20px;
    overflow: hidden;
    padding: 50px 0 120px 50px
}

@media only screen and (max-width: 991px) {
    .pslider__wrap {
        padding: 50px 20px 12px;
        text-align: center
    }
}

.pslider__cols {
    display: flex;
    align-items: flex-end
}

@media only screen and (max-width: 991px) {
    .pslider__cols {
        flex-direction: column-reverse
    }
}

.pslider__main {
    width: 80%
}

@media only screen and (max-width: 991px) {
    .pslider__main {
        width: 100%
    }
}

.pslider .slick-slide>div {
    line-height: 1;
    margin-bottom: -2px;
    border-radius: 15px;
    overflow: hidden;
    margin-left: 25px;
    background-color: #000
}

@media only screen and (max-width: 991px) {
    .pslider .slick-slide>div {
        margin-left: 0
    }
}

.pslider .slick-slide>div img {
    opacity: .4
}

.pslider .slick-slide img {
    border-radius: 10px
}

.pslider .slick-active img {
    background-color: #fff
}

.pslider .slick-current {
    opacity: 1
}

.pslider .slick-current>div img {
    opacity: 1
}

.pslider__label {
    color: #fff;
    padding-right: 40px;
    width: 30%;
    padding-bottom: 5px
}

@media only screen and (max-width: 991px) {
    .pslider__label {
        width: 100%;
        padding-right: 0;
        padding-top: 100px
    }
    .pslider__label .button {
        display: block;
        width: 100%
    }
}

.pslider__label h4 {
    margin: 0 0 7px
}

@media only screen and (max-width: 991px) {
    .pslider__label p {
        margin-bottom: 20px
    }
}

.pslider__label .slick-slide>div {
    background-color: rgba(0, 0, 0, 0) !important;
    margin: 0 !important
}

.gallery__item {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    height: 30vw;
    min-height: 40vh
}

@media only screen and (max-width: 991px) {
    .gallery__item {
        margin: 0 0 20px
    }
}

.gallery__item img {
    -o-object-fit: cover;
    object-fit: cover
}

@media only screen and (max-width: 991px) {
    .gallery .container>.row {
        padding: 0 10px
    }
}

.gallery+.cta {
    margin-top: -30px
}

@media only screen and (max-width: 991px) {
    .testi {
        margin: 0 -15px 30px;
        padding-bottom: 60px
    }
}

.testi__item {
    background-color: #d9d5cb;
    border-radius: 20px;
    padding: 20px 25px;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .testi__item {
        padding: 20px;
        text-align: center
    }
}

.testi__item h4 {
    font-size: 1.2rem;
    padding-left: 15px;
    margin: 0
}

@media only screen and (max-width: 991px) {
    .testi__item h4 {
        font-weight: 500
    }
}

.testi__top {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

@media only screen and (max-width: 991px) {
    .testi__top {
        display: block
    }
}

.testi__top img {
    max-height: 80px
}

@media only screen and (max-width: 991px) {
    .testi__top img {
        max-height: 70px;
        display: inline-block !important;
        margin-bottom: 15px
    }
}

.testi .slick-track {
    display: flex !important
}

.testi .slick-slide {
    height: inherit !important;
    padding: 0 10px
}

.testi .slick-slide>div {
    height: 100%
}

.cta2__inner {
    background: url(../images2/cta.webp) no-repeat center center;
    background-size: cover;
    padding: 45px 35px;
    border-radius: 20px;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .cta2__left {
        text-align: center;
        margin: 0 0 30px
    }
    .cta2__left h4 {
        font-size: 1.5rem
    }
}

.cta2__left>*,
.cta2__right>* {
    margin: 0
}

.cta2__right {
    text-align: right
}

@media only screen and (max-width: 991px) {
    .cta2__right {
        text-align: center
    }
}

.footer {
    margin-top: 50px;
    margin-bottom: 25px
}

@media only screen and (max-width: 991px) {
    .footer {
        background-color: #7a7b76
    }
}

.footer__inner {
    background-color: #7a7b76;
    padding: 50px 40px 1px;
    border-radius: 20px;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .footer__inner {
        padding: 45px 10px 1px
    }
}

.footer__col h5 {
    color: #d9d5cb;
    font-size: 1.1rem
}

.footer__col ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.footer__col ul li {
    margin: 0 0 10px
}

.footer__col ul a {
    color: #fff;
    position: relative;
    left: 0
}

.footer__col ul a:hover {
    left: 2px;
    color: #e9c272;
    text-shadow: 0 3px 3px rgba(0, 0, 0, .2)
}

@media only screen and (max-width: 991px) {
    .footer__col--1 {
        text-align: center
    }
}

@media only screen and (max-width: 991px)and (max-width: 991px) {
    .footer__col--1 {
        padding-bottom: 40px
    }
}

.footer .menu--soc {
    padding-top: 40px
}

@media only screen and (max-width: 991px) {
    .footer .menu--soc {
        padding-top: 20px
    }
}

.footer__copy {
    text-align: center;
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, .3)
}

@media only screen and (max-width: 991px) {
    .footer__copy {
        padding-top: 30px;
        margin-top: 0;
        border-top: 0
    }
}

.pbar__inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #000;
    margin: 0 0 30px
}

.pbar__inner a {
    display: block;
    padding: 15px 20px
}

.pbar__inner a:nth-child(1) {
    border-right: 1px solid #000
}

.pbar__inner a:nth-child(2) {
    border-left: 1px solid #000
}

.pbar__inner a.active i:before {
    content: ""
}

.pbar__item span {
    margin-right: 4px
}

.pdrop {
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    width: 250px;
    background-color: #fff;
    padding: 20px 15px;
    display: none
}

.pdrop--right {
    right: 0;
    left: auto
}

.pcheck {
    display: flex;
    align-items: center;
    margin: 0 0 5px;
    cursor: pointer
}

.pcheck input {
    display: none
}

.pcheck input:checked+span {
    background-color: #e9c272
}

.pcheck__input {
    border: 1px solid #000;
    height: 15px;
    width: 15px;
    margin-right: 8px
}

.pwidget h5 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-bottom: 1px solid #000;
    margin: 0 0 8px;
    padding: 0 0 15px
}

.pwidget.active h5 i:before {
    content: "+"
}

.products {
    padding-left: 30px
}

@media only screen and (max-width: 991px) {
    .products {
        padding-left: 0
    }
}

.products__item {
    text-align: center;
    margin: 0 0 50px
}

.products__item img {
    margin: 0 0 10px;
    width: 100%
}

.products__item h5 {
    margin: 5px 0
}

.products__item--highlight {
    background-color: #e9c272;
    text-align: center;
    padding: 20px 15px
}

.products__item--highlight img {
    display: block;
    margin: 20px auto;
    max-height: 291px;
    width: auto
}

.products__item--highlight h5 {
    font-size: 1.3rem
}

.products__item--highlight a {
    border-bottom: 1px solid #000
}

.products__price {
    padding: 5px 0 10px
}

.cpage ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center
}

.cpage ul li {
    display: inline-block;
    font-size: 1.2rem;
    margin: 0 8px
}

.cpage ul li a {
    display: block;
    border-bottom: 1px solid #000
}

.pside {
    margin: 0 0 25px
}

.title {
    margin: 0 0 50px
}

.title--center {
    text-align: center
}

.titler {
    padding: 40px 0
}

@media only screen and (max-width: 991px) {
    .titler {
        padding: 30px 0
    }
}

.titler h1,
.titler h2,
.titler h3 {
    font-weight: bold;
    font-size: 2.3rem;
    margin: 0
}

.titler--center {
    text-align: center
}

.contact .container {
    max-width: 900px
}

.contact__form {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 45px
}

@media only screen and (max-width: 991px) {
    .contact__form {
        padding: 35px 25px
    }
}

.contact__details {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%
}

@media only screen and (max-width: 991px) {
    .contact__details {
        padding-top: 40px
    }
}

.contact__item {
    text-align: center
}

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

.contact__item i {
    font-size: 4rem;
    margin: 0 0 15px
}

.contact__item h4 {
    margin: 0 0 10px
}

.login__form {
    max-width: 700px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 40px 45px
}

@media only screen and (max-width: 991px) {
    .login__form {
        padding: 35px 25px
    }
}

.login__actions {
    padding-top: 20px;
    max-width: 500px;
    margin: 0 auto
}

@media only screen and (max-width: 991px) {
    .login__actions {
        padding-top: 0
    }
}

.login__actions .button {
    padding-left: 20px;
    padding-right: 20px
}

@media only screen and (max-width: 991px) {
    .login__actions .button {
        margin: 0 0 8px
    }
}

.login__noaccount {
    padding-top: 40px;
    text-align: center
}

@media only screen and (max-width: 991px) {
    .login__noaccount {
        padding-top: 30px
    }
}

.login__noaccount:hover {
    opacity: .6
}

.field {
    margin: 0 0 25px
}

.field label {
    font-weight: 500;
    font-size: 1.1rem;
    margin: 0 0 5px
}

.field input,
.field select,
.field textarea {
    background-color: #f7f7f7;
    height: 45px;
    line-height: 45px;
    width: 100%;
    display: block;
    border: 0;
    padding: 0 10px
}

.field textarea {
    padding: 10px;
    height: 120px
}

.product__sliders {
    display: flex;
    align-items: flex-start
}

@media only screen and (max-width: 991px) {
    .product__sliders {
        flex-direction: column-reverse
    }
}

.product__slidercol:nth-child(1) {
    width: 70px
}

@media only screen and (max-width: 991px) {
    .product__slidercol:nth-child(1) {
        width: 100%
    }
}

.product__slidercol:nth-child(2) {
    width: calc(100% - 95px);
    padding-left: 5px
}

@media only screen and (max-width: 991px) {
    .product__slidercol:nth-child(2) {
        padding-left: 0;
        width: 100%
    }
}

.product__thumbs .slick-slide {
    opacity: .4
}

.product__thumbs .slick-slide .product__thumbs__item {
    border: 1px solid rgba(0, 0, 0, 0)
}

.product__thumbs .slick-current {
    opacity: 1
}

.product__thumbs .slick-current .product__thumbs__item {
    border-color: #000
}

@media only screen and (max-width: 991px) {
    .product__thumbs .slick-list {
        margin: 0 -2px
    }
    .product__thumbs .slick-slide>div {
        padding: 0 3px
    }
}

.product__slider img {
    width: 100%
}

@media only screen and (max-width: 991px) {
    .product__details {
        padding-top: 20px
    }
}

.product__details h1 {
    font-size: 2.2rem;
    font-weight: bold;
    margin: 0 0 15px
}

@media only screen and (max-width: 991px) {
    .product__details h1 {
        font-size: 1.5rem
    }
}

.product__1 {
    display: flex;
    align-items: center;
    margin: 0 0 20px
}

.product__1 h5 {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 0;
    padding-right: 20px
}

.product__stars i {
    margin-right: -2px;
    display: inline-block;
    color: #e9c272
}

.product__tabs {
    margin: 0 0 20px
}

.product__tabs__header {
    margin: 0 0 10px
}

.product__tabs__header ul li {
    margin-right: 20px
}

@media only screen and (max-width: 991px) {
    .product__tabs__header ul li {
        margin-right: 15px
    }
}

.product__tabs__header ul li a {
    font-size: .9rem;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

.product__tabs__header ul li a:hover {
    border-color: #d9d5cb
}

.product__tabs__header ul li a.active {
    -webkit-text-stroke: 1px #000;
    text-stroke: 1px #000;
    border-color: #000
}

.product__tabs__item {
    font-size: .9rem;
    display: none
}

.product__tabs__item.active {
    display: block
}

.product__tabs__item p {
    margin: 0 0 15px
}

.product__2 {
    display: flex;
    align-items: center;
    margin: 0 0 10px
}

.product__2 .qty {
    margin-right: 10px;
    border: 1px solid #e9c272;
    display: flex;
    align-items: center;
    border-radius: 30px;
    max-width: 150px
}

@media only screen and (max-width: 991px) {
    .product__2 .qty {
        max-width: 120px
    }
}

.product__2 .qty input {
    flex: 1;
    background-color: rgba(0, 0, 0, 0);
    text-align: center;
    border: 0 !important;
    outline: none !important;
    font-weight: bold
}

.product__2 .qty span {
    display: block;
    padding: 10px;
    cursor: pointer
}

.product__2 .button {
    flex: 1
}

.product__suggest {
    padding-top: 30px
}

@media only screen and (max-width: 991px) {
    .product__suggest {
        border-bottom: 1px solid #000;
        padding-bottom: 15px
    }
}

.product__suggest h5 {
    font-weight: bold;
    margin: 0 0 10px
}

@media only screen and (max-width: 991px) {
    .product__suggest>h5 {
        position: relative;
        display: flex;
        align-items: center
    }
    .product__suggest>h5:before,
    .product__suggest>h5:after {
        display: block;
        content: "";
        height: 1px;
        flex: 1;
        background-color: #000
    }
    .product__suggest>h5 span {
        display: block;
        padding: 0 5px;
        font-size: .8rem
    }
}

.product__suggests .slick-active+.slick-active .product__suggests__item {
    padding-left: 12px
}

.product__suggests__item {
    display: flex !important;
    align-items: center;
    padding-right: 12px;
    border-right: 1px solid #000
}

@media only screen and (max-width: 991px) {
    .product__suggests__item {
        max-width: 260px;
        margin: 0 auto;
        border: 0;
        padding: 10px 0
    }
}

.product__suggests__item img {
    width: 49px
}

@media only screen and (max-width: 991px) {
    .product__suggests__item img {
        width: 58px
    }
}

.product__suggests__item>div {
    flex: 1;
    padding-left: 12px;
    font-size: .7rem
}

@media only screen and (max-width: 991px) {
    .product__suggests__item>div {
        padding-left: 20px
    }
}

.product__suggests__item>div h5 {
    font-weight: normal;
    font-size: .8rem;
    min-height: 23px
}

@media only screen and (max-width: 991px) {
    .product__suggests__item>div h5 {
        font-size: 1rem;
        font-weight: 500
    }
}

@media only screen and (max-width: 991px) {
    .product__suggests__item>div span {
        font-weight: 500%;
        font-size: 1rem
    }
}

.product__suggests__item>div .button {
    margin-top: 5px;
    font-size: .8rem;
    padding: 4px 8px;
    display: block
}

.pcta {
    position: relative;
    margin-top: 90px;
    padding: 40px 0
}

@media only screen and (max-width: 991px) {
    .pcta {
        text-align: center;
        padding: 60px 0 0;
        overflow: hidden
    }
}

.pcta>img {
    -o-object-fit: cover;
    object-fit: cover
}

.pcta__inner {
    position: relative;
    z-index: 1
}

.pcta__content p:last-child {
    margin: 0
}

.pcta--myst .pcta__img img {
    max-height: 350px;
    position: absolute;
    right: 27px;
    top: -90px
}

@media only screen and (max-width: 991px) {
    .pcta--myst .pcta__img img {
        position: relative;
        max-height: none;
        right: auto;
        top: auto;
        bottom: -40px
    }
}

.pcta--dark {
    color: #fff;
    padding: 70px 0
}

.pcta--xilerate,
.pcta--extreme {
    padding: 70px 0
}

.imgbox {
    padding: 80px 0
}

@media only screen and (max-width: 991px) {
    .imgbox .carrow--prev {
        left: 0 !important
    }
    .imgbox .carrow--next {
        right: 0 !important
    }
}

.imgbox__item {
    text-align: center;
    padding: 0 10px;
    margin: 0 0 30px
}

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

.imgbox__item img {
    margin: 0 0 20px;
    max-height: 185px
}

.imgbox__item h5 {
    margin: 0 0 5px;
    font-size: 1.1rem
}

.testi2 {
    background-color: #274953;
    color: #fff
}

.testi2__item {
    text-align: center;
    padding: 0 50px
}

.testi2__item img {
    margin: 0 0 15px;
    display: inline-block !important
}

.testi2__item h5 {
    margin: 10px 0 10px;
    font-size: 1.1rem
}

.testi2__item p:last-child {
    margin: 0
}

.testi2 .carrow--prev {
    left: 0 !important
}

.testi2 .carrow--next {
    right: 0 !important
}

.testi2__slider--2 .testi2__item {
    padding: 0 20px
}

@media only screen and (max-width: 991px) {
    .testi2__slider--2 .testi2__item {
        padding: 0 40px
    }
}

.testi2__slider--2 .carrow {
    background-color: #274953;
    color: #fff
}

.testi2__slider--1 .carrow {
    background-color: #fff;
    color: #274953
}

.testi2__stars {
    color: #e9c272
}

@media only screen and (max-width: 991px) {
    .ptable .row {
        flex-direction: column-reverse
    }
}

.comparison {
    height: 100%;
    width: 100%
}

.comparison th {
    padding: 0 0 20px;
    font-size: .9rem;
    line-height: 1.2
}

@media only screen and (max-width: 991px) {
    .comparison th {
        font-size: .7rem;
        width: 50px;
        font-weight: normal
    }
}

.comparison th div {
    text-align: center;
    padding: 0 10px;
    border-right: 2px solid #e9c272;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.comparison th:nth-child(2) div {
    border-left: 2px solid #e9c272
}

.comparison td {
    text-align: center;
    padding: 18px 0
}

@media only screen and (max-width: 991px) {
    .comparison td {
        padding: 10px 0
    }
}

.comparison td:first-child {
    padding-right: 40px;
    text-align: left
}

@media only screen and (max-width: 991px) {
    .comparison td:first-child {
        padding-right: 10px
    }
}

.comparison td h3 {
    margin: 0
}

@media only screen and (max-width: 991px) {
    .comparison td h3 {
        font-size: .8rem
    }
    .comparison td h3 strong {
        font-weight: normal
    }
}

.comparison td i {
    font-size: 2.5rem
}

@media only screen and (max-width: 991px) {
    .comparison td i {
        font-size: 1.2rem
    }
}

.comparison td span {
    font-size: 2rem
}

@media only screen and (max-width: 991px) {
    .comparison td span {
        font-size: 1.1rem
    }
}

.comparison td div {
    padding: 12px 0;
    border-right: 2px solid #000
}

@media only screen and (max-width: 991px) {
    .comparison td div {
        padding: 8px 0;
        border-right-width: 1px
    }
}

.comparison td:first-child {
    padding-left: 20px;
    border-radius: 10px 0 0 10px
}

@media only screen and (max-width: 991px) {
    .comparison td:first-child {
        padding-left: 12px
    }
}

.comparison td:nth-child(2) div {
    border-left: 2px solid #000
}

@media only screen and (max-width: 991px) {
    .comparison td:nth-child(2) div {
        border-left-width: 1px
    }
}

.comparison td:last-child {
    padding-right: 20px;
    border-radius: 0 10px 10px 0
}

@media only screen and (max-width: 991px) {
    .comparison td:last-child {
        padding-right: 10px
    }
}

.comparison td:last-child div {
    border-right: 0
}

.comparison tr.active td {
    background-color: #e9c272
}

.comparison__img {
    text-align: center
}

.comparison__img img {
    max-height: 360px
}

@media only screen and (max-width: 991px) {
    .comparison__img img {
        max-height: 250px;
        margin-top: 30px
    }
}

.plike {
    background-color: #274953;
    color: #fff
}

@media only screen and (max-width: 991px) {
    .plike .carrow--prev {
        left: 0 !important
    }
    .plike .carrow--next {
        right: 0 !important
    }
}

.plike img {
    margin: 0 0 15px;
    width: 100%
}

.plike h5 {
    margin: 0
}

.plike__item {
    text-align: center;
    padding: 0 60px
}

.plike__item h5 {
    margin: 5px 0 15px
}

.faq {
    max-width: 800px;
    margin: 0 auto
}

.faq__item--first h4 {
    border-top: 1px solid #000
}

.faq__item h4 {
    padding: 15px;
    border-bottom: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    font-size: 1.3rem;
    cursor: pointer
}

@media only screen and (max-width: 991px) {
    .faq__item h4 {
        font-size: 1rem
    }
}

.faq__item.active h4 i:before {
    content: ""
}

.faq__content {
    display: none;
    padding: 25px 15px 0
}

.close-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none
}

.close-overlay.active {
    display: block
}

.ic {
    text-align: center;
    padding: 0 25px
}

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

.ic h5 {
    color: #e9c272
}

.ic img {
    margin: 0 0 25px;
    max-width: 120px
}

.ic p {
    font-size: .85rem
}

.jog {
    background: url(../images2/jog.webp) no-repeat center top;
    background-size: cover
}

@media only screen and (max-width: 991px) {
    .jog {
        background-position: 22% top
    }
}

.jog__inner {
    padding-left: 50%;
    text-align: center
}

.jog__inner h2 {
    margin: 18vw 0 0;
    text-align: center
}

.jog__inner h2 strong {
    display: block
}

.jog__inner h2 strong:nth-child(1) {
    font-size: 2.4vw
}

.jog__inner h2 strong:nth-child(2) {
    font-size: 3.65vw
}

.jog__inner h2 strong:nth-child(3) {
    font-size: 7vw
}

.ing {
    text-align: center
}

.ing h5 {
    margin: 15px 0 5px
}

.ul-icon {
    list-style-type: none;
    margin: 0 0 25px;
    padding: 0
}

.ul-icon li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 15px;
    font-weight: bold
}

.ul-icon li:last-child {
    margin: 0 !important
}

.ul-icon li i {
    height: 22px;
    width: 22px;
    line-height: 19px;
    border: 2px solid #000;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50%;
    text-align: center
}

.ul-icon--2 li {
    margin: 0 0 10px
}

.ul-icon--2 li i {
    background-color: #284a54;
    color: #fff;
    border-radius: 3px
}

.ul-icon--number li {
    font-weight: normal;
    padding-left: 0
}

.ul-icon--number li i {
    background-color: #e9c272;
    color: #fff;
    border-radius: 3px;
    color: #284a54;
    font-size: .9rem;
    font-style: normal;
    position: relative;
    display: inline-block;
    margin-right: 5px
}

.ul-icon--number-secondary li i {
    background-color: #284a54;
    color: #fff
}

.a1 {
    background: url(../images2/a1.webp) no-repeat center center;
    background-size: cover
}

.a1welcome {
    background: url(../images2/aboutus_mnbnrbg2.jpg) no-repeat center center;
    background-size: cover;
	max-height: 838px;
}

@media only screen and (max-width: 991px) {
    .a1 {
        background-position: left center
    }
}

.a1 h3 {
    text-transform: uppercase
}

.a1__buttons {
    max-width: 240px;
    margin: 0 auto;
    text-align: center
}

.a1__buttons .button {
    margin: 0 0 15px;
    width: 100%
}

.get-social {
    margin: 0 0 50px
}

.get-social img {
    max-width: 650px;
    margin: 0 auto;
    display: block
}

@media only screen and (max-width: 991px) {
    .get-social img {
        max-width: 100%
    }
}

.get-social h2 {
    font-weight: bold;
    text-shadow: 0 10px 10px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    margin: 0;
    position: relative;
    z-index: 1;
    font-size: 4rem
}

@media only screen and (max-width: 991px) {
    .get-social h2 {
        font-size: 2.3rem
    }
}

.get-social h2:first-child {
    margin-bottom: -80px
}

@media only screen and (max-width: 991px) {
    .get-social h2:first-child {
        margin-bottom: -20px
    }
}

.get-social h2:last-child {
    text-align: right;
    margin-top: -35px
}

@media only screen and (max-width: 991px) {
    .get-social h2:last-child {
        margin-top: -20px
    }
}

.gold-card {
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    background-image: linear-gradient(to right, #fff5e4, #e9c272);
    max-width: 340px;
    margin: 0 auto;
    height: 100%
}

.gold-card h5 {
    font-weight: bold
}

.gold-card p {
    font-size: 1.05rem
}

.gold-card p:last-child {
    margin: 0
}

.gold-card__content {
    padding: 20px 25px
}

.cta3 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    padding: 8vw
}

.cta3>img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center
}

@media only screen and (max-width: 991px) {
    .cta3>img {
        -o-object-position: top right;
        object-position: top right
    }
}

.cta3__inner {
    position: relative;
    z-index: 1
}

.login-main {
    height: 100vh;
    background-color: #000
}

.login-holder {
    padding: 0 20px
}

.login-logo img {
    max-width: 290px
}

@media only screen and (max-width: 991px) {
    .login-logo img {
        max-width: 240px
    }
}

.login-form {
    max-width: 450px;
    padding: 40px;
    border-radius: 10px;
    box-shadow: 0 0 37px rgba(8, 21, 66, .0509803922);
    margin: 0 auto;
    background-color: #fff
}

@media only screen and (max-width: 991px) {
    .login-form {
        padding: 25px
    }
}