body {
    font-family: "Raleway", sans-serif;
    color: #0c0c0c;
    background-color: #ffffff;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Playfair Display", serif;
}

.user {
    @extend %fa-icon;
    @extend .fa-solid;
}

.user &:before {
    content: fa-content($fa-var-user);
}

.layout_padding {
    padding: 70px 0;
}

.layout_padding2 {
    padding: 75px 0;
}

.layout_padding2-top {
    padding-top: 75px;
}

.layout_padding2-bottom {
    padding-bottom: 75px;
}

.layout_padding-top {
    padding-top: 90px;
}

.layout_padding-bottom {
    padding-bottom: 90px;
}

.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
    position: relative;
    font-weight: bold;
    text-transform: uppercase;
}


/* .heading_container h2 .dot_design {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #ecbb72;
    border-radius: 100%;
} */

.heading_container.heading_center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a:hover,
a:focus {
    color: initial;
}

.btn,
.btn:focus {
    outline: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*header section*/

.hero_area {
    position: relative;
    min-height: 80vh;
    display: -webkit-box;
    display: -ms-flexbox;
    /* display: flex; */
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.hero_area .hero_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.hero_area .hero_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.hero_area .hero_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient( linear, left top, right top, from(rgba(48, 71, 94, 0.8)), to(rgba(48, 71, 94, 0.65)));
    background: linear-gradient( to right, rgba(48, 71, 94, 0.8), rgba(48, 71, 94, 0.65));
}

.sub_page .hero_area {
    min-height: auto;
}

.header_section .header_top {
    padding: 15px 0;
    background-color: rgba(48, 71, 94, 0.55);
}

.header_section .header_top .header_top_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header_section .header_top .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.header_section .header_top .contact_nav a {
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.header_section .header_top .contact_nav a i {
    margin-right: 5px;
    background-color: #ecbb72;
    width: 35px;
    height: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    border-radius: 100%;
}

.header_section .header_top .contact_nav a:hover i {
    background-color: #ecbb72;
}

.header_section .header_bottom {
    padding: 15px 0;
}

.header_section .header_bottom .container-fluid {
    padding-right: 25px;
    padding-left: 25px;
}

.navbar-brand {
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

.navbar-brand span {
    color: #8c8d8f;
}

.navbar-brand:hover {
    color: inherit;
}

.custom_nav-container {
    padding: 0;
}

.custom_nav-container .navbar-nav {
    margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
    padding: 5px 25px;
    font-size: 13px;
    color: #929496;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link {
    color: #ecbb72;
    font-weight: 600;
}

.custom_nav-container .nav_search-btn {
    width: 35px;
    height: 35px;
    padding: 0;
    border: none;
    color: #ffffff;
}

.custom_nav-container .nav_search-btn:hover {
    color: #ecbb72;
}

.custom_nav-container .navbar-toggler {
    outline: none;
}

.custom_nav-container .navbar-toggler {
    padding: 0;
    width: 37px;
    height: 42px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span {
    display: block;
    width: 35px;
    height: 4px;
    background-color: #8c8d8f;
    margin: 7px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
    content: "";
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #8c8d8f;
    top: -10px;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.custom_nav-container .navbar-toggler span::after {
    top: 10px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0;
    margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
    display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin: 0;
    margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
    -webkit-transform: none;
    transform: none;
}


/*end header section*/


/* slider section */

.slider_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 0 0px 0;
}

.slider_section .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider_section #customCarousel1 {
    width: 100%;
    position: unset;
}

.slider_section .detail-box {
    color: #ffffff;
}

.slider_section .detail-box h1 {
    font-weight: 600;
    margin-bottom: 15px;
    color: #ffffff;
}

.slider_section .detail-box a {
    display: inline-block;
    padding: 10px 40px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
}

.slider_section .detail-box a:hover {
    background-color: transparent;
    color: #ecbb72;
}

.slider_section .img-box img {
    width: 100%;
}

.slider_section .carousel_btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 45px auto 0 auto;
    width: 110px;
    height: 50px;
}

.slider_section .carousel_btn-box a {
    top: 50%;
    width: 50px;
    height: 50px;
    border: 1px solid #ffffff;
    opacity: 1;
    color: #30475e;
    color: #ffffff;
    font-size: 12px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.slider_section .carousel_btn-box a:hover {
    background-color: #ecbb72;
    border-color: #ecbb72;
}

.slider_section .carousel_btn-box .carousel-control-prev {
    left: 25px;
}

.slider_section .carousel_btn-box .carousel-control-next {
    right: 25px;
}

.service_section {
    position: relative;
}

.service_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 45px;
    border-radius: 5px;
}

.service_section .box .img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90px;
    min-width: 90px;
    height: 90px;
    border-radius: 100%;
    background-color: #30475e;
    margin-right: -45px;
    position: relative;
}

.service_section .box .img-box img {
    width: 50px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}

.service_section .box .detail-box {
    background-color: #f3f4f5;
    margin-top: 25px;
    padding: 25px 15px 15px 55px;
}

.service_section .box .detail-box h5 {
    font-weight: bold;
    text-transform: uppercase;
}

.service_section .box .detail-box a {
    color: #eab465;
    font-weight: 500;
}

.service_section .box .detail-box a:hover {
    color: #30475e;
}

.service_section .box:hover .img-box img {
    -webkit-filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(309deg) brightness(101%) contrast(85%);
    filter: invert(14%) sepia(72%) saturate(584%) hue-rotate(309deg) brightness(101%) contrast(85%);
}

.service_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.service_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
}

.service_section .btn-box a:hover {
    background-color: transparent;
    color: #ecbb72;
}

.about_section {
    position: relative;
}

.about_section .about_bg_box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.about_section .about_bg_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about_section .about_bg_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient( linear, left top, right top, from(rgba(48, 71, 94, 0.85)), to(rgba(48, 71, 94, 0.75)));
    background: linear-gradient( to right, rgba(48, 71, 94, 0.85), rgba(48, 71, 94, 0.75));
}

.about_section .detail-box {
    text-align: center;
    color: #ffffff;
}

.about_section .detail-box p {
    margin-top: 15px;
}

.about_section .detail-box a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
    margin-top: 15px;
}

.about_section .detail-box a:hover {
    background-color: transparent;
    color: #ecbb72;
}

.team_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #30475e;
    overflow: hidden;
    margin-top: 45px;
    box-shadow: 6px 5px 15px rgb(0 0 0 / 30%), 3px 5px 7px rgb(0 0 0 / 20%);
}

.team_section .box .img-box {
    width: 100%;
}

.team_section .box .img-box img {
    width: 100%;
}

.team_section .box .detail-box {
    width: 100%;
    color: #ffffff;
    padding: 25px 15px;
    text-align: center;
    position: relative;
}

.team_section .box .detail-box .social_box {
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    padding: 5px 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team_section .box .detail-box .social_box a {
    color: #30475e;
    margin: 0 5px;
}

.team_section .box .detail-box .social_box a:hover {
    color: #ecbb72;
}

.team_section .box:hover .social_box {
    top: 0;
    opacity: 1;
}

.team_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.team_section .btn-box a {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
}

.team_section .btn-box a:hover {
    background-color: transparent;
    color: #ecbb72;
}


/* contact section */

.contact_section {
    background: #30475e;
    color: #ffffff;
}

.contact_section .heading_container {
    margin-bottom: 25px;
}

.contact_section .form_container {
    padding: 75px 0 75px 15px;
}

.contact_section form .form-control {
    height: 60px;
    border: none;
    background-color: #f6f6f6;
    border-radius: 0;
    margin-bottom: 20px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.contact_section form #inputMessage {
    height: 145px;
}

.contact_section .btn-box {
    margin-top: 15px;
}

.contact_section .btn-box .submit_btn {
    display: inline-block;
    padding: 12px 45px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
    width: 100%;
}

.contact_section .btn-box .submit_btn:hover {
    background-color: transparent;
    color: #ecbb72;
}

.contact_section .map_container {
    height: 100%;
}

.contact_section .map_container .map {
    height: 100%;
    min-height: 345px;
}

.contact_section .map_container .map #googleMap {
    height: 100%;
}


/* contact section end */

.client_section .client_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    margin-top: 15px;
    padding: 0 15px;
}

.client_section .client_container .client_id {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.client_section .client_container .client_id h5 {
    color: #1d1b28;
    font-weight: 600;
    margin-bottom: 5px;
}

.client_section .client_container .client_id h6 {
    margin-bottom: 0;
}

.client_section .client_container .img-box {
    width: 125px;
    margin-right: 15px;
}

.client_section .client_container .img-box img {
    width: 100%;
    border-radius: 100%;
}

.client_section .client_container .detail-box {
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    padding: 25px;
    margin-bottom: 25px;
}

.client_section .client_container .detail-box p {
    color: #1d1b28;
}

.client_section .client_container .detail-box span {
    margin-top: 25px;
    color: #ecbb72;
    font-size: 28px;
}

.client_section .carousel-control-prev,
.client_section .carousel-control-next {
    width: 50px;
    height: 50px;
    border-radius: 0px;
    background-color: #30475e;
    opacity: 1;
    top: 28%;
    color: #ffffff;
    font-size: 12px;
    margin: 0 2.5px;
}

.client_section .carousel-control-prev:hover,
.client_section .carousel-control-next:hover {
    background-color: #ecbb72;
}

.client_section .carousel-control-prev {
    left: 0;
}

.client_section .carousel-control-next {
    right: 0;
}

.client_section .carousel_btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.info_section {
    background-color: #30475e;
    color: #ffffff;
    padding-top: 45px;
    padding-bottom: 10px;
}

.info_section .row>div {
    margin-bottom: 35px;
}

.info_section .contact_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.info_section .contact_nav a {
    -webkit-box-flex: 1;
    margin: 0;
    color: #ffffff;
    margin-bottom: 10px;
}

.info_section .contact_nav a i {
    font-size: 24px;
    margin-right: 10px;
}

.info_section .contact_nav a:hover {
    color: #ecbb72;
}

.info_section h4 {
    text-transform: uppercase;
    /* text-decoration: underline; */
    font-size: 17px;
    position: relative;
    margin-bottom: 14px;
    color: #ffffff;
    font-weight: 600;
}

.info_section .social_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px;
}

.info_section .social_box a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 18px;
    margin-right: 10px;
}

.info_section .social_box a:hover {
    color: #ecbb72;
    border-color: #ecbb72;
}

.info_section .info_form input {
    width: 100%;
    border: none;
    height: 45px;
    margin-bottom: 15px;
    padding-left: 25px;
    background-color: #eaeaea;
    outline: none;
    color: #101010;
}

.info_section .info_form button {
    display: inline-block;
    padding: 10px 45px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
}

.info_section .info_form button:hover {
    background-color: transparent;
    color: #ecbb72;
}

.info_detail {
    width: 22em;
}


/* footer section*/

.footer_section {
    position: relative;
    background-color: #ffffff;
    text-align: center;
}

.footer_section p {
    color: #252525;
    padding: 25px 0;
    margin: 0;
}

.footer_section p a {
    color: inherit;
}

@media screen and (max-width: 768px) {
    .slider_section .carousel_btn-box {
        margin: -65px auto 0 auto !important;
    }
    .navbar {
        position: relative !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
        -ms-flex-align: center !important;
        align-items: center !important;
        -ms-flex-pack: justify !important;
        justify-content: center !important;
        padding: 0.5rem 1rem !important;
    }
    .navbar-brand {
        white-space: revert !important;
        text-align: center !important;
    }
    .header_section .header_bottom .container-fluid {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .header_section .header_bottom .container-fluid {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
    .slider_section .detail-box {
        min-height: 65vh !important;
    }
    .card {
        padding: 5px !important;
        margin: 0px !important;
    }
    .card p {
        font-size: 1rem !important;
        font-weight: 200 !important;
        letter-spacing: 0.01em !important;
        line-height: 1.6em !important;
        padding: 0 12px !important;
        text-align: -webkit-left !important;
    }
    .service_section .box .detail-box {
        width: 100% !important;
        text-align: -webkit-left !important;
        box-shadow: -2px -4px 21px rgb(0 0 0 / 3%), -4px 3px 15px rgb(0 0 0 / 9%) !important;
    }
    .info_detail {
        width: auto !important;
    }
    section.service_section.layout_padding {
        padding: 50px 0 50px !important;
    }
    .slider_section .detail-box {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .crd {
        height: 400px;
        width: auto;
        background-color: #fff;
    }
    .crd img {
        width: 100%;
    }
}

iframe {
    width: -webkit-fill-available;
}


/*# sourceMappingURL=style.css.map */

.detail-box a {
    color: #ffffff;
}

.detail-box button {
    cursor: pointer;
    display: inline-block;
    padding: 5px 35px;
    background-color: #ecbb72;
    color: #ffffff;
    border-radius: 0px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: 1px solid #ecbb72;
}

.detail-box button:hover {
    background-color: transparent;
    color: #ecbb72;
}

.acc-container h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: burlywood;
}

.acc-container span {
    font-size: 14px;
    color: #34495e;
    margin-bottom: 20px;
}


/*back to top */

#button {
    display: inline-block;
    background-color: #ecbb72;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}

#button:hover {
    cursor: pointer;
    background-color: #333;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

@media (min-width: 500px) {
    #button {
        margin: 30px !important;
    }
}

dl {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
    color: whitesmoke;
}

dl * {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

dt {
    --size: 20vmin;
    bottom: 50%;
    width: var(--size);
    height: var(--size);
    font-size: calc(var(--size) - 4vmin);
    opacity: 0;
    transform: translateY(100%);
    animation: dt 45s cubic-bezier(0.23, 1, 0.32, 1) infinite;
}

dt:after {
    content: "";
    position: absolute;
    top: 1vmin;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transform-origin: 50% 100%;
    animation: dt-pseudo 45s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

dt:nth-child(1),
dt:nth-child(1):after {
    animation-delay: 0s;
}

dt:nth-child(1):after {
    background-color: #00a8e8;
}

dt:nth-child(3),
dt:nth-child(3):after {
    animation-delay: 4.5s;
}

dt:nth-child(3):after {
    background-color: #f2bb05;
}

dt:nth-child(5),
dt:nth-child(5):after {
    animation-delay: 9s;
}

dt:nth-child(5):after {
    background-color: #84a07c;
}

dt:nth-child(7),
dt:nth-child(7):after {
    animation-delay: 13.5s;
}

dt:nth-child(7):after {
    background-color: #e05263;
}

dt:nth-child(9),
dt:nth-child(9):after {
    animation-delay: 18s;
}

dt:nth-child(9):after {
    background-color: #465362;
}

dt:nth-child(11),
dt:nth-child(11):after {
    animation-delay: 22.5s;
}

dt:nth-child(11):after {
    background-color: #593c8f;
}

dt:nth-child(13),
dt:nth-child(13):after {
    animation-delay: 27s;
}

dt:nth-child(13):after {
    background-color: #9e0059;
}

dt:nth-child(15),
dt:nth-child(15):after {
    animation-delay: 31.5s;
}

dt:nth-child(15):after {
    background-color: #357266;
}

dt:nth-child(17),
dt:nth-child(17):after {
    animation-delay: 36s;
}

dt:nth-child(17):after {
    background-color: #11b5e4;
}

dt:nth-child(19),
dt:nth-child(19):after {
    animation-delay: 40.5s;
}

dt:nth-child(19):after {
    background-color: #59ffa0;
}

dd {
    --size: 5vmin;
    top: 55%;
    padding-left: 2rem;
    padding-right: 2rem;
    max-width: 70vmin;
    font-size: calc(var(--size) - 1vmin);
    line-height: 1.2;
    opacity: 0;
    transform: translateY(80%);
    animation: dd 45s cubic-bezier(0.19, 1, 0.22, 1) infinite;
}

dd:nth-child(2) {
    animation-delay: 0s;
}

dd:nth-child(4) {
    animation-delay: 4.5s;
}

dd:nth-child(6) {
    animation-delay: 9s;
}

dd:nth-child(8) {
    animation-delay: 13.5s;
}

dd:nth-child(10) {
    animation-delay: 18s;
}

dd:nth-child(12) {
    animation-delay: 22.5s;
}

dd:nth-child(14) {
    animation-delay: 27s;
}

dd:nth-child(16) {
    animation-delay: 31.5s;
}

dd:nth-child(18) {
    animation-delay: 36s;
}

dd:nth-child(20) {
    animation-delay: 40.5s;
}

dd:nth-child(22) {
    animation-delay: 45s;
}

@keyframes dt {
    2.5% {
        transform: translateY(0);
        opacity: 1;
    }
    5% {
        transform: translateY(0);
        opacity: 1;
    }
    7.5% {
        transform: translateY(2%);
        opacity: 0;
    }
}

@keyframes dt-pseudo {
    2.5% {
        transform: scale(1, 0.1);
    }
    5% {
        transform: scale(1, 0.1);
    }
    7.5% {
        transform: scale(0, 0.1);
    }
}

@keyframes dd {
    5% {
        transform: translateY(0);
        opacity: 1;
    }
    10% {
        transform: translateY(2%);
        opacity: 0;
    }
}

.team_section .box .detail-box .social_box a h1 {
    font-size: 0px;
    color: #fff;
}

.team_section .box .detail-box .social_box a h1:hover {
    display: block;
    display: block;
    color: black;
    position: absolute;
    font-size: 18px !important;
}

.window {
    display: none;
}