
* {
    font-family: 'Inter', sans-serif;
    line-height: 1;
    font-weight: 300;
}

a,
a:hover,
a:focus,
a:link {
    color: unset;
    text-decoration: none !important;
}

.no-event {
    pointer-events: all;
}

@media(max-width:992px) {
    .no-event {
        pointer-events: none;
    }
}

/*top line*/

.top-line .top-address,
.top-line .top-contact>li>a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 0px;
    position: relative;
    line-height: 1;
}

.top-line .top-address .fa,
.top-line .top-contact>li>a .fa {
    font-size: 18px;
    vertical-align: middle;
    line-height: 1;
    margin-right: 5px;
}

.top-contact {
    padding: 0;
    margin: 0;
}

.top-contact li {
    display: inline-block;
    list-style: none;
    position: relative;
}

.top-line .top-contact a {
    margin-left: 10px;
}

.top-contact .language {
    text-transform: uppercase;
    z-index: 1001;
}

.top-contact .language .fa {
    font-size: 12px !important;
}

.top-contact .language:hover ul {
    display: block;
    z-index: 10001;
}

.top-contact .language ul {
    display: none;
    margin: 0;
    padding: 0;
    background: #fff;
    position: absolute;
    top: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.top-contact .language ul li {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    line-height: 1.5;
}

.top-contact .language ul li a {
    font-weight: 700;
    font-size: 14px;
    color: #1BBC9B;
}

/*top menu*/

.logo {
    position: relative;
    display: inline-block;
    width: 100%;
}

.logo img {
    position: relative;
    max-width: 100%;
    object-fit: contain;
    height: 80px;
}

.top-menu {
    display: inline-block;
    width: 100%;
    text-align: right;
    margin: 0;
    padding: 0;
    margin-top: 35px;
}

.top-menu>li {
    list-style: none;
    display: inline-block;
    position: relative;
}

.top-menu>li>a {
    font-weight: 400;
    font-size: 16px;
    padding: 10px;
}

.top-menu>li>a {
    color: #fff;
}

.top-menu>li>ul {
    position: absolute;
    top: 100%;
    z-index: 1;
    list-style: none;
    text-align: left;
    padding: 20px 0px 0px 0px;
    margin: 0;
    width: 300px;
    left: calc((100px - 100%)/2);
    display: none;
}

.top-menu li:hover>ul {
    display: block;
}

.top-menu>li>ul>li a:hover {
    background-color: #FAC51D;
    color: #fff;
}

.top-menu>li>ul>li>a {
    display: inline-block;
    padding: 10px;
    font-size: 14px;
    font-weight: 400;
    background: #fff;
    color: #434343;
    width: 100%;
    /*  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.13); */
    /* border-radius: 10px; */
}

.top-menu>li>ul>li:first-child>a {
    border-radius: 10px 10px 0px 0px;
}

.top-menu>li>ul>li:last-child>a {
    border-radius: 0px 0px 10px 10px;
}

#open_menu {
    position: relative;
    background-color: rgba(255, 255, 255, 0.349);
    color: #fff;
    padding: 5px 0px;
    text-align: center;
    height: 50px;
    width: 50px;
    border-radius: 10px;
    border: none;
    margin-top: 30px;
    margin-right: 10px;
    float: right;
    z-index: 1001;
    outline: 0;
}

.top-menu.active {
    display: block !important;
}

.top-menu>ul>li {
    position: relative;
}

.sub-child {
    display: none;
    position: absolute;
    left: 100%;
    bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    width: 200px;
}

.sub-child li {
    display: inline-block;
    width: 100%;
    font-size: 13px;
}

.sub-child li a {
    display: inline-block;
    padding: 10px;
    width: 100%;
}

@media(max-width:992px) {
    .top-contact {
        display: none;
    }

    .top-menu.active::before {
        content: '';
        top: 100%;
        transform: rotate(45deg);
        left: -100%;
        width: 300%;
        height: 300%;
        position: absolute;
        background-color: #1BBC9B;

        animation-name: menuanimation;
        animation-duration: 2s;
        animation-fill-mode: both;
    }

    @keyframes menuanimation {
        form {
            top: 100%;

        }

        to {
            top: -100%;
        }
    }

    .top-menu {
        overflow: hidden;
        text-align: center;
        display: none !important;
        position: fixed;
        height: 100vh;
        width: 100%;
        background: #FAC51D;
        z-index: 1000;
        top: 100%;
        left: 0;
        padding-top: 10%;
        margin: 0;
        background-image: url(../img/bg_shape.svg);
        background-size: auto;
        background-position: bottom right;
        background-repeat: no-repeat;
    }

    .top-menu li {
        display: inline-block !important;
        width: 100%;
    }

    .top-menu>li>ul {
        left: 0;
        width: 100%;
        position: relative;
        margin: 0;
        padding: 0;
    }

    .top-menu>li>ul{
        border-left: 1px solid #fff;
        margin-left: 11.6%;
        width: calc(100% - 11.6%);
    }

    .top-menu>li>ul>li>a {
        background: transparent;
        color: #fff;
        text-align: center;
        font-size: 16px;
        box-shadow: unset;
        text-align: left;
    }


    .top-menu>li>ul>li:first-child>a {
        border-radius: 0px;
    }

    .top-menu>li>ul>li:last-child>a {
        border-radius:0px;
    }


    .top-menu>li>a {
        display: inline-block;
        padding: 10px;
        font-size: 20px;
        position: relative;
        width: 100%;
    }

    .top-menu>li>a::before {
        content: '';
        position: absolute;
        left: 10%;
        top: calc(50% - 4px);
        width: 14px;
        height: 14px;
        background-color: #ffffff;
        border-radius: 50%;
    }

    .top-menu>li>a::after {
        content: '';
        position: absolute;
        left: calc(10% + 7px);
        top: 0;
        width: 1px;
        height: 100%;
        background-color: #ffffff;
    }

    .top-menu>li:first-child a:after {
        top: 50%;
    }

    .top-menu>li:last-child a:after {
        top: -50%;
    }

    .logo img {
        margin-top: 25px;
        height: 70px;
    }

    .sub-child{
        left:0;
        background-color: transparent;
        border-radius: 0;
        position: relative;
        width: 100%;
    }
    .sub-child *{
        color:#fff;
    }
}

/*slider*/

.home-slider {
    background-image: url(../img/bg_shape.svg);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: auto;
}

.home-slider>.home-slider-item:not(:first-child) {
    display: none;
}

.home-slider-item,
.home-slider-content {
    position: relative;
    transition: all 1s;
    z-index: 0;
    overflow: hidden;
}

.home-slider-content::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 80%;
    z-index: -1;
}

.home-slider-item .home-slider-content {
    height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-position: center center; */
    background-color: #1BBC9B;
    border-radius: 50px;
    padding: 50px 100px;
    box-sizing: border-box;
    transform: scale(0.9);
    /* box-shadow: 0px 0px 100px #00000081; */
}

.slick-current .home-slider-item .home-slider-content {
    transform: scale(1) !important;
}

.slick-current .home-slider-content::before {
    opacity: 50%;
}

.home-slider-item {
    padding: 45px 0%;
}

.training-live {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    border-radius: 20px;
    background-color: #FAC51D;
    margin-bottom: 50px;
}

.training-live-null {
    position: relative;
    display: inline-block;
    padding: 8px 15px;
    margin-bottom: 50px;
}

.training-offline {
    background: red;
}

.training-live * {
    display: inline-block !important;
    vertical-align: middle;
    color: #fff;
    line-height: 1;
    font-size: 14px;
}

.training-live img {
    height: 20px;
    width: 20px;
}

.training-share {
    float: right;
}

.training-share li {
    display: inline-block;
    list-style: none;
}

.training-share li a {
    display: inline-block;
    height: 40px;
    width: 40px;
    text-align: center;
    background: #ffffff31;
    color: #fff;
    border-radius: 50%;
    box-sizing: border-box;
    padding: 12px 0px;
}

.home-slider-content h1 {
    color: #fff;
    font-weight: 700;
}

.home-slider-content p {
    color: #fff;
    font-size: 16px;
    line-height: 1.5;

}

.home-slider-content .slider-buttons {
    margin-top: 50px;
}

@media(max-width:992px) {
    .home-slider-item .home-slider-content {
        padding: 25px 20px;
        height: 400px;
        border-radius: 40px;
    }

    .home-slider-content h1 {
        font-size: 32px;
    }

    .home-slider-content p {
        font-size: 11px;
    }

    .home-slider-content .slider-buttons {
        margin-top: 20px;
    }
}

/*about */

.section {
    margin-top: 45px;
}

.no-margin {
    margin: 0;
}

.section-no-margin {
    margin-top: 0 !important;
}

.section-title {
    font-weight: 700;
    color: #fff;
}

.section-description {
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}

.bg-white {
    background-color: #fff;
}

.bg-white .section-title {
    color: #1BBC9B !important;
}

.bg-white .section-description {
    color: #333333;
}

.about-parent {
    background-image: url(../img/bg_decor.svg);
    background-repeat: no-repeat;
    background-size: auto;
    position: relative;
    background-position: right 100px;
}

.about-parent::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/bg_decor2.svg);
    height: 100%;
    width: 100%;
    z-index: 0;
    background-repeat: no-repeat;

}

.about {
    padding-top: 45px;
    padding-bottom: 45px;
}

.about-image {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    /*   box-shadow: 0px 20px 20px rgba(0, 0, 0, 0.1); */
}

.about-sub-title {
    font-size: 16px;
    font-weight: 500;
    color: #1BBC9B;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    margin-top: 20px;
}

.about-title {
    font-weight: 700;
    color: #434343;
    font-size: 43px;
    line-height: 1.5;
    letter-spacing: 1px;
}

.about-text {
    font-size: 14px;
    color: #404040;
    line-height: 1.5;
}

/*footer*/

footer {
    background-image: url(../img/bg_shape.svg);
    background-size: auto;
    background-position: left 30px;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
}



.footer {
    background-color: #434343;
    position: relative;
    z-index: 0;
    padding: 50px 0px;
}



.footer::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/bg_decor_grey.svg);
    background-repeat: no-repeat;
    content: '';
    z-index: -1;
}


.footer-title {
    margin-top: 30px;
    display: inline-block;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 5px;
    font-size: 20px;
    position: relative;
    margin-bottom: 20px;
}

.footer-title::before {
    position: absolute;
    top: 100%;
    left: 0;
    width: 55px;
    height: 3px;
    background-color: #FFF;
    content: '';
}

.footer-menu {
    position: relative;
    padding: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
    color: #FFF;
}

.footer-menu li a {
    color: #ffffff;
    line-height: 1.8;
    font-size: 14px;
}

.footer-menu li a i {
    font-size: 8px;
    vertical-align: middle;
}

.footer-contact-item>div {
    display: inline-block;
    vertical-align: top;
}

.footer-contact-item>div .fa,
.footer-social .fa {
    display: inline-block;
    width: 42px;
    height: 42px;
    /*  background-color: #1BBC9B; */
    color: #FFF;
    /*   border-radius: 50%; */
    padding: 12px 0px;
    text-align: center;
    font-size: 18px;
}

.footer-contact-item>div>span,
.footer-contact-item>div>p {
    color: #FFF;
}

.footer-contact-item>div:last-child>span {
    font-size: 10px;
    margin-bottom: 5px;
    display: inline-block;
}

.footer-contact-item>div>p {
    font-weight: 500;
    font-size: 13px;
}

.footer-social {
    margin: 0;
    padding: 0;
}

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

.footer-bottom {
    margin-top: 30px;
    position: relative;
    border-top: 1px solid #1BBC9B;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #FFF;
    font-size: 13px;
}

.footer-bottom>div:first-child {
    text-align: left;
    line-height: 1.5;
}

.footer-bottom>div:last-child {
    text-align: right;
    line-height: 1.5;
}

.footer-contact-btn {
    position: relative;
    background-color: #FAC51D;
    padding: 15px 0px;
    width: 100%;
    border-radius: 20px;
    color: #FFF !important;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    margin-top: 50px;
    font-weight: 500;
}

@media(max-width:992px) {

    .footer-bottom>div {
        text-align: center !important;
    }
}

/*page*/

.page-header {
    position: relative;
    margin-top: 40px;
    margin-bottom: 40px;
    border-radius: 40px;
    padding: 50px 5%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: 0;
    overflow: hidden;
    color: #fff;
}



.page-header h1 {
    color: #fff;
    font-weight: 700;
    font-size: 30px;
}

.page-breadcumb {
    position: relative;
    margin: 0;
    padding: 0;
}

.page-breadcumb li {
    display: inline-block;
    list-style: none;
}

.page-breadcumb li a {
    color: #fff;
    font-size: 10px;
}

.page-content {
    background-color: #fff;
    padding-bottom: 100px;
    padding-top: 40px;
}

.page-content * {
    color: #333333;
    line-height: 1.5;
}

@media(max-width:992px) {
    .page-header {
        padding: 20px 5%;
    }
}

/*team slider*/
.team,
.news {

    background-position: left top;
    background-size: auto;
    background-repeat: no-repeat;
    padding-bottom: 50px;
    position: relative;
}

.team {
    background-image: url(../img/bg_shape.svg);
}

.news {
    background-image: url(../img/bg_decor2.svg);
}

.team::before {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    background-image: url(../img/bg_decor_fullwhite.svg);
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}

.team-item {
    padding: 15px;
    position: relative;
}

.team-item>div {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.082);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.team-item .teacher-post {
    padding: 10px;
}

.team-item img {
    border-radius: 12px;
    height: 180px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.team-item>div h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 15px 0px 10px 0px;
    line-height: 1.2;
    text-align: left;
    color: #555555;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.team-item>div p {
    color: #555555;
    font-size: 12px;
    text-align: left;

    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    /* fallback */
    max-height: 32px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.team-slider-item-text {
    padding: 10px 20px;
    height: 150px;
}


.news {
    background-color: #fff;
    padding: 50px 0px;
}

.news h2 {
    color: #434343;
}

.news .slick-dots button {
    background-color: #FAC51D !important;
    opacity: 1;
}

.news .slick-dots .slick-active button::before {
    border-color: #1BBC9B;
}


.share-blog {
    position: absolute;
    z-index: 1;
    top: 20px;
    right: 15px;
    background-color: #FAC51D;
    color: #fff !important;
    list-style: none;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
}

.share-blog>li {
    display: inline-block;
}

.share-blog li a {
    display: inline-block;
    padding: 5px 0px;
    width: 30px;
    text-align: center;
    transition: all 0.3s;
    color: #fff;
}

.share-blog li a .fa {
    color: #fff !important;
}



.share-blog a:hover {
    background-color: #0000001a;
}


.pagination a {
    display: inline-block;
    padding: 13px 0px;
    background-color: #FAC51D;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    transition: all 0.3s;
}

.pagination a:first-child {
    border-radius: 10px 0px 0px 10px;
}

.pagination a:last-child {
    border-radius: 0px 10px 10px 0px;
}

.pagination a:hover {
    background-color: #1BBC9B;
}

/* 
.large-icon{
    position: absolute;
    height: 50px;
    width: 50px;
    background-color: #d40000;
} */


@media(max-width:992px) {
    .team-item img {
        height: 180px;
    }
}

/*partners*/

.partners {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    background-image: url(../img/bg_white_shape.svg);
    background-position: right bottom;
    background-size: auto;
    background-repeat: no-repeat;
    padding-bottom: 50px;
}

.partners-item {
    position: relative;
    box-sizing: border-box;
    padding: 0px 5px;
}

.partners-item img {
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: contain;
    height: 120px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
}

/*team page*/

.team-page {
    position: relative;
    margin-top: 40px;
}

.team-page .profile-image {
    width: 100%;
    position: relative;
    border-radius: 20px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.253);
    overflow: hidden;
    display: flex;
    margin-bottom: 30px;
}

.team-page .profile-image img {
    position: relative;
    height: 400px;
    width: 400px;
    object-fit: cover;
    object-position: top center;
}

.team-page .social-links {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    bottom: 0;
    padding: 5px;
    background: #1BBC9Bc5;
    display: inline-block;
    width: 100%
}

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

.social-links a {
    position: relative;
    display: inline-block;
    padding: 10px;
}

.social-links a i {
    color: #ffffff !important;
}

/*categories*/

.categories {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    padding: 30px 20px;
    border: 1px solid #f1f1f1;
}

.categories h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #333333;
    text-align: left;
    padding-left: 10px;
}

.categories ul {
    padding: 0;
    margin: 0;
}

.categories ul li {
    list-style: none;
}

.categories ul li a {
    display: inline-block;
    padding: 10px;
    font-weight: 500;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    font-size: 14px;
    transition: all 0.2s;
}

.categories ul li:hover a {
    color: #1BBC9B;
    border-color: #1BBC9B;
}

.trainings-title {
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 700;
    color: #333333;
    text-align: left;
}

.trainings-item {
    margin-top: 15px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f1f1;
}

.trainings-item img {
    position: relative;
    height: 170px;
    width: 100%;
    object-fit: cover;
}

.trainings-item h3 {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    height: 45px;
    width: 100%;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.trainings-item .trainings-item-content {
    padding: 10px;
}

.trainings-item .trainings-item-content .trainings-item-button a,
.service-buttons a {
    font-size: 12px;
    display: inline-block;
    box-shadow: unset;
}

@media(max-width:992px) {
    .trainings-title {
        margin-top: 20px;
    }
}

/*loading*/

.loading {
    min-height: 200px;
    position: relative;
}

.loading::after {
    background-image: url(../img/loading.gif);
    background-color: rgba(255, 255, 255, 0.473);
    background-repeat: no-repeat;
    background-size: 70px 70px;
    background-position: center center;
    height: 200px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}

/*contact form*/

.contact-form {
    position: relative;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact-form h2 {
    color: #4C606B;
    font-weight: 600;
    margin: 10px 0px 20px 0px;
}

.contact-form label {
    color: #434343;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 0;
    margin-left: 10px;
}

.contact-items {
    margin-top: 62px;
}

.contact-item {
    text-align: center;
    margin-top: 20px;
}

.contact-item>div {
    background: #FAC51D;

    padding: 20px 10px;
    border-radius: 4px;
}

.contact-item img {
    width: 100%;
    height: 40px;
    object-fit: contain;
}

.contact-item a {
    color: #fff;
    margin-top: 15px;
    font-size: 15px;
    display: inline-block;
}

#map {
    margin-top: 20px;
    outline: 0;
}

/*training*/

#training_pages a {
    cursor: pointer;
}

.training-image {
    position: relative;
    box-shadow: 0px 0px 40px rgb(0 0 0 / 10%);
    border-radius: 30px;
    overflow: hidden;
}

.training-image>img {
    position: relative;
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.training-title {
    position: relative;
    padding: 10px 5%;
}

.training-title h2 {
    font-size: 16px;
    font-weight: 700;
}

.training-content {
    position: relative;
    padding-top: 20px;
}


.training-content-title {
    display: inline-block;
    width: 100%;
    margin: 10px 0px;
    background-color: #d6d6d6;
    padding: 10px;
    text-align: center;
}

.training-content-title h3 {
    line-height: 1;
    color: #1BBC9B;
    font-weight: 500;
}

.single-course-content:not(:first-child) {
    position: relative;
}

.training-fixed {
    position: relative;
}

.training-fixed>div {
    position: sticky !important;
    width: 100%;
    top: 100px;
    margin-bottom: 20px;
}

.training_review {
    position: relative;
    margin-top: 40px;
}

.training_review .item {
    margin-top: 10px;
}

.training_review .item>div {
    position: relative;
    background-color: #fff;
    background-image: url(../img/review_bg.svg);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: right top;
    padding: 20px;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.082);
    border-radius: 20px;
}

.training_review .review-header h3 {
    font-weight: 700;
    font-size: 30px;
}

.training_review .review-header p {
    font-weight: 500;
    font-size: 14px;
}

/*gallery*/

.gallery {
    padding-bottom: 100px;
}

.gallery-images {
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
}

.h20 {
    height: 20px;
}

.gallery-item {
    position: relative;
    margin: 0;
    padding: 0 !important;
}

.gallery-item img {
    position: relative;
    width: 100%;
    object-fit: cover;
}

/* .gallery-item a{
    position: absolute;
    top:0;
    left:0;
} */

@media(max-width:992px) {
    .gallery-images {
        border-radius: 0;
    }
}

/*service*/

.service-item {
    position: relative;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
    margin-top: 25px;
}

.service-item img {
    position: relative;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.service-item .service-content {
    height: 80px;
    padding: 10px;
}

.service-item .service-content h2 {
    font-size: 16px;
    font-weight: 500;
}

.service-buttons {
    padding: 10px;
}


.btn {
    position: relative;
}

.btn::before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    background-color: #00000018;
    border-radius: 40px;
}

.btn:hover::before {
    width: 100%;
}




.products-item {
    padding: 15px;
    position: relative;
}

.products-item>div {
    padding: 10px;
    position: relative;
    background-color: #1BBC9B;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.082);
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
}

.products-item img {
    height: 180px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top center;
}

.products-item>div h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 15px 0px 10px 0px;
    line-height: 1;
    text-align: left;
    color: #ffffff;
    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 52px;
    /* fallback */
    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.products-item>div p {
    color: #555555;
    font-size: 12px;
    text-align: left;

    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    /* fallback */

    -webkit-line-clamp: 2;
    /* number of lines to show */
    -webkit-box-orient: vertical;
}

.products-content-text {
    padding: 10px 20px;
    height: 100px;
}

.products-price {
    position: absolute;
    z-index: 1;
    bottom: 30%;
    right: 10px;
    background-color: #FAC51D;
    display: inline-block;
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}

.products-price span {
    font-size: 16px;
    color: #fff;
}

.page-product-image img {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.page-product-content h2 {
    font-size: 35px;
    color: #434343;
    font-weight: 700;
}

.page-product-content {
    font-size: 14px;
}

.page-price {
    color: #FAC51D;
    font-size: 30px;
    font-weight: 700;
}

.page-price span {
    color: #434343;
    font-size: 20px;
    font-weight: normal;
}


.tab-groups {
    margin-top: 40px;
    border-bottom: 2px solid #FAC51D;
    margin-bottom: 20px;
}

.product-tab {
    position: relative;
    display: inline-block;
    color: #434343;
    background-color: #f5f5f5;
    border: none;
    padding: 10px 20px;
    border-radius: 10px 10px 0px 0px;
    cursor: pointer;

}

.product-tab:focus {
    outline: 0;
}

.product-tab.active {
    background-color: #FAC51D;
    color: #fff;
}

.tab-view:not(:first-child) {
    display: none;
}

.whatsapp-btn {
    color: #fff;
    font-size: 25px !important;
    vertical-align: middle;
}


.bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #019a7b;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.082);
    z-index: 100;
    border-radius: 20px 20px 0px 0px;
    display: none;
}

.bottom-nav div {
    display: flex;
    flex: 1;
    text-align: center;
    justify-content: center;
}

.bottom-nav a {
    text-align: center;
    display: inline-block;
    padding: 15px 0px;
    position: relative;
}

.bottom-nav a i {
    color: #ffffff;
    font-size: 22px;
}

.bottom-nav a span {
    position: absolute;
    top: 5px;
    right: -5px;
    background-color: #fac51d;
    color: #fff;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    padding: 5px 1px 0px 0px
}


@media(max-width:992px) {
    .bottom-nav {
        display: flex;
    }
}

.noft-desktop {
    position: fixed;
    right: 50px;
    top: 10%;
    z-index: 10;
}

.noft-button {
    background-color: #FF0000;
    color: #fff;
    border: none;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 0px 10px #FF0000;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.noft-button::before {
    content: '';
    height: 100%;
    width: 100%;
    border: 1px solid #fac51d;

    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: '';
    border-radius: 50%;
    animation-name: blink_button;
    animation-duration: 1s;
    animation-iteration-count: 400;
    animation-delay: 0.3s;

}

@keyframes blink_button {
    from {
        opacity: 1;
        transform: scale(1);
        color: #fff;
    }

    to {
        opacity: 0;
        transform: scale(2);
        color: #fac51d;
    }
}


.noft-button i {
    font-size: 22px;
}

.noft-button:focus {
    outline: 0;
}

.noft-desktop span {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    font-size: 12px;
    width: 20px;
    height: 20px;
    padding: 5px 0px;
    font-weight: bold;
    background-color: #FAC51D;
}


@media(max-width:992px) {
    .noft-button {
        display: none;
    }
}


.noft-details {
    background-color: #fff;
    width: 500px;
    margin-top: 20px;
    margin-left: -450px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
    display: none;

}

.noft-details ul {
    margin: 0;
    padding: 0;
    list-style: none;

}

.noft-details li {
    display: flex;
    padding: 10px;
    /*  display: inline-block; */
    transition: all 0.3s;
    cursor: pointer;
}

.noft-details li:hover {
    background-color: #f7f7f7;
}

.noft-details li:not(:last-child) {
    border-bottom: 1px solid #f1f1f1;
}

.noft-details li>div {
    display: flex;
}

.noft-image {
    flex: 1;
}

.noft-details .noft-data {
    flex: 4;
}

.noft-details .noft-image img {
    height: 80px;
    object-fit: contain;
    border-radius: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.noft-details h4 {
    font-size: 16px;
    font-weight: bold;
    color: #434343;
}

.noft-details p {
    font-size: 10px;
    color: #434343;

    word-break: break-word;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-height: 16px;
    max-height: 52px;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;


}

@media(max-width:992px) {
    .noft-details {
        width: 100%;
        margin: 0;
        border-radius: 0px 0px 20px 20px;

    }

    .noft-desktop {

        right: 0;
        left: 0;
        top: 0;

    }

}