.top_text_main {
    padding: 5em 0;
}

.top_text {}

.top_text h3 {
    font-family: 'ALS Script', sans-serif;
    text-align: center;
    color: #d6a642;
    font-size: 45px;
    font-weight: 900;
}

.text-transparent-new {
    -webkit-text-stroke: 0.75px rgb(198, 154, 63);
    color: transparent;
}

.blink {
    animation: blinker 1.5s linear infinite;
    font-family: sans-serif;
}

@keyframes blinker {
    50% {
        opacity: 0.5;
    }
}

.choose_img_main {
    justify-content: space-evenly;
}

.choose_img {
    text-align: center;
}

.choose_img img {
    width: 130px;
}

.footer-img h3 {
    font-family: 'ALS Script', sans-serif;
    color: #d6a642;
    font-size: 45px;
    font-weight: 900;
}

.footer-img img {
    width: 180px;
}


/* Contact Side Icon */

.contact_side_main {
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: 50%;
}

.contact_side {
    position: fixed;
    right: -8%;
    z-index: 10000;
}

.contact_side .side_btn {
    display: block;
    background: #d6a642;
    border: 0;
    line-height: 3.5em;
    margin-bottom: 0.3em;
    outline: none;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    width: 340px;
    position: relative;
    left: 39%;
    text-transform: uppercase;
    border-radius: 40px 0 0px 40px;
    font-size: 18px;
    cursor: pointer;
}

.contact_side .side_btn .arrow {
    display: inline-block;
    line-height: 3.5em;
    text-align: center;
    background: #d6a642;
    color: white;
    font-size: 1em;
    width: 3.5em;
    transition: 0.6s ease-in-out;
    margin-right: 10px;
    border-radius: 40px 0 0px 40px;
}

.contact_side .side_btn .arrow i {
    font-size: 30px;
    margin-top: 10px;
}

.contact_side .side_btn:hover {
    background: #d6a642;
    color: #fff;
    transition: 0.6s ease-in-out;
    transition-delay: .6s;
    left: -26px;
}

.contact_side .side_btn:hover .arrow {
    background-color: #000;
    transition: 0.6s ease-in-out;
}

.contact_side .side_btn:active {
    background: #d6a642;
}

.contact_side .side_btn.mobile_view {
    display: none !important;
}


/* Social Share */

.share_main {
    position: relative;
    z-index: 9999;
}

.share-wrapper {
    position: fixed;
    top: 50%;
    left: 5px;
}

.share-wrapper .share {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: #FFF;
    background-color: #d6a642;
    text-align: center;
    line-height: 2.1;
    font-size: 25px;
    cursor: pointer;
    margin-bottom: 15px;
    transition: background-color 0.4s;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.28);
}

.share-wrapper .share.active {
    background-color: #000;
}

.share-wrapper .share.active:before {
    content: "";
}

.share-wrapper .share.active+.social li {
    transform: scale(1);
}

.share-wrapper .share.active+.social li:hover {
    transform: scale(1.1);
}

.share-wrapper ul.social {
    opacity: 0;
    visibility: hidden;
    list-style-type: none;
    padding: 0;
    margin: 0;
    transform: translate(-3rem, 3rem);
    transition: visibility 0.4s, opacity 0.4s, -webkit-transform 0.4s;
}

.share-wrapper ul.social.active {
    opacity: 1;
    visibility: visible;
    transform: translate(0);
}

.share-wrapper ul.social li {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    color: #FFF;
    background-color: #d6a642;
    text-align: center;
    line-height: 2.1;
    font-size: 25px;
    cursor: pointer;
    margin-bottom: 15px;
    box-shadow: 0.5px 0.87px 4px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.4s;
    transform: scale(0.4);
}

.share-wrapper ul.social li a {
    color: #FFF;
}

.about_section {
    padding: 160px 0;
}

.hero_container,
.subhero_container {
    display: flex;
    align-items: center;
    height: 800px;
}

.sub_hero {
    max-width: 1760px;
    margin: 40px auto 80px auto;
    height: 535px;
}

.sub_hero:before,
.sub_hero:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.15);
    z-index: -1
}

.sub_hero:before {
    top: 25px;
    left: 25px
}

.sub_hero:after {
    top: -50px;
    bottom: -80px;
    left: 45px;
    width: calc(100% + 80px);
    height: calc(100% + 120px);
    background-color: var(--theme-color);
    z-index: -2
}

.contact_back {
    background-image: url(../img/bg/contact_back.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.overlay_banner {}

.overlay_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}

.contact_text {
    position: relative;
}

.contact_field .contact_icon {
    margin-bottom: 15px;
    border: 1px solid #dddd;
    min-height: 95px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
}

.contact_field .contact_icon .tele_box,
.contact_field .contact_icon .phone_box {
    display: flex;
    align-items: center;
}

.contact_field .contact_icon .work_icon,
.contact_field .contact_icon .phone_icon,
.contact_field .contact_icon .mail_icon,
.contact_field .contact_icon .map_icon {
    display: flex;
    align-items: center;
    width: 55px;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 15px;
    margin-right: 15px;
}

.contact_field .contact_icon .work_icon i,
.contact_field .contact_icon .phone_icon i,
.contact_field .contact_icon .mail_icon i,
.contact_field .contact_icon .map_icon i {
    font-size: 20px;
}

.contact_field .contact_icon a,
.contact_field .contact_icon a,
.contact_field .contact_icon a,
.contact_field .contact_icon a {
    display: block;
    color: var(--white-color);
    font-size: 18px;
    line-height: 28px;
}

.contact_field .contact_icon a:hover,
.contact_field .contact_icon a:hover,
.contact_field .contact_icon a:hover,
.contact_field .contact_icon a:hover {
    color: var(--theme-color);
}

.contact_field .contact_icon:hover .work_icon,
.contact_field .contact_icon .tele_box:hover .phone_icon,
.contact_field .contact_icon .phone_box:hover .phone_icon,
.contact_field .contact_icon:hover .mail_icon,
.contact_field .contact_icon:hover .map_icon {
    border-color: var(--theme-color);
    color: var(--theme-color);
}

.mt-80 {
    margin-top: 80px;
}

.map_pin {
    position: relative;
    top: 100px;
}

.map_pin .map_icon {
    position: absolute;
    z-index: 1;
    left: 49%;
    top: 90px;
}

.map_pin .map_icon i {
    font-size: 36px;
    color: #ffbe35;
}

.map_pin .map_text {
    position: absolute;
    top: 8px;
    left: 45%;
    width: 150px;
    height: 60px;
    margin-left: 0;
    border-color: rgba(255, 255, 255, 1) transparent;
    z-index: 1;
    background: #d6a642;
    text-align: center;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: a 3s cubic-bezier(.58, .1, .58, .7) infinite alternate;
}

.map_pin .map_text::after {
    content: '';
    width: 21px;
    height: 21px;
    position: absolute;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background-color: #d6a642;
    z-index: -1;
    left: 60px;
    top: 49px;
}

.map_pin .map_text h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}


/* Responsive */

@media screen and (max-width: 368px) {
    .hero-4 {
        height: 670px;
        margin: 40px 0 40px 0;
    }
    .hero-4::before {
        top: -40px;
    }
    .hero-4::after {
        top: -65px;
        height: calc(100% + 70px);
    }
    .hero-4.sub_page {
        height: 420px;
        margin: 40px 0 40px 0;
    }
    .hero-4.sub_page::before {
        top: -50px;
    }
    .hero-4.sub_page::after {
        top: -65px;
        height: calc(100% + 35px);
    }
    .hero-style4 {
        padding: 0px 0 0px;
    }
    .th-hero-bg {
        height: 600px;
    }
    .hero_container {
        height: 600px;
    }
    .hero-4 .icon-box {
        width: 200px;
        bottom: -5px;
        right: 70px;
        gap: 50px;
    }
    .hero-4 .icon-box .slick-arrow {
        --icon-size: 60px;
    }
    .space,
    .space-top {
        padding-top: 50px;
    }
    .space,
    .space-bottom {
        padding-bottom: 50px;
    }
    .img_box_new {
        margin-left: 40px;
        padding-bottom: 75px;
        top: 35px;
    }
    .img_box_new .img1 {
        -webkit-transform: translate(-36px, 38px);
        -ms-transform: translate(-36px, 38px);
        transform: translate(-36px, 38px);
    }
    .top_text_main {
        padding: 2em 0;
    }
    .top_text h3 {
        font-size: 30px;
    }
    .shape-mockup {
        display: none;
    }
    .small-title {
        font-size: 60px;
    }
    .ml-25 {
        margin-left: 6px;
    }
    .ordering2 {
        -webkit-order: 2
    }
    .ordering2 {
        -webkit-order: 1
    }
    .footer-img h3 {
        font-size: 32px;
    }
    .footer-img img {
        width: 140px;
    }
    .footer-logo {
        justify-content: center;
        margin-bottom: 40px;
    }
    .footer-info-box .footer-box {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
    .subhero_container {
        height: 350px;
    }
    .hero-title:last-of-type {
        margin-bottom: 0px;
    }
    .contact_field .contact_icon.phone_field {
        display: block;
    }
    .contact_field .contact_icon .phone_box .phone_icon.ml-20 {
        margin-left: 0;
        margin-top: 12px;
    }
    /* Start Side Social Link */
    .share-wrapper {
        top: 40%;
        width: 54px;
        height: 54px;
    }
    .share-wrapper ul.social li {
        margin-bottom: 5px;
    }
    /* End Side Social Link */
    /* Start Contact Link */
    .contact_side_main {
        bottom: 60%;
        width: 55px;
    }
    .contact_side {
        right: 0;
        width: 55px;
    }
    .contact_side .side_btn.mobile_view {
        display: block !important;
    }
    .contact_side .side_btn.desk_view {
        display: none !important;
    }
    .contact_side .side_btn {
        left: 0%;
    }
    /* End Contact Link */
}

@media screen and (min-width: 369px) and (max-width: 481px) {
    .hero-4 {
        height: 670px;
        margin: 40px 0 40px 0;
    }
    .hero-4::before {
        top: -40px;
    }
    .hero-4::after {
        top: -65px;
        height: calc(100% + 70px);
    }
    .hero-4.sub_page {
        height: 420px;
        margin: 40px 0 40px 0;
    }
    .hero-4.sub_page::before {
        top: -50px;
    }
    .hero-4.sub_page::after {
        top: -65px;
        height: calc(100% + 35px);
    }
    .hero-style4 {
        padding: 0px 0 0px;
    }
    .th-hero-bg {
        height: 600px;
    }
    .hero_container {
        height: 600px;
    }
    .hero-4 .icon-box {
        width: 200px;
        bottom: -5px;
        right: 70px;
        gap: 50px;
    }
    .hero-4 .icon-box .slick-arrow {
        --icon-size: 60px;
    }
    .space,
    .space-top {
        padding-top: 50px;
    }
    .space,
    .space-bottom {
        padding-bottom: 50px;
    }
    .img_box_new {
        margin-left: 40px;
        padding-bottom: 75px;
        top: 35px;
    }
    .img_box_new .img1 {
        -webkit-transform: translate(-36px, 38px);
        -ms-transform: translate(-36px, 38px);
        transform: translate(-36px, 38px);
    }
    .top_text_main {
        padding: 2em 0;
    }
    .top_text h3 {
        font-size: 30px;
    }
    .shape-mockup {
        display: none;
    }
    .small-title {
        font-size: 60px;
    }
    .ml-25 {
        margin-left: 6px;
    }
    .ordering3 {
        -webkit-order: 3
    }
    .ordering2 {
        -webkit-order: 2
    }
    .ordering1 {
        -webkit-order: 1
    }
    .footer-img h3 {
        font-size: 32px;
    }
    .footer-img img {
        width: 140px;
    }
    .footer-logo {
        justify-content: center;
        margin-bottom: 40px;
    }
    .footer-info-box .footer-box {
        border-right: none;
        border-bottom: 1px solid var(--border-color);
    }
    .subhero_container {
        height: 350px !important;
    }
    .hero-title:last-of-type {
        margin-bottom: 20px;
    }
    .contact_field .contact_icon.phone_field {
        display: block;
    }
    .contact_field .contact_icon .phone_box .phone_icon.ml-20 {
        margin-left: 0;
        margin-top: 12px;
    }
    .back_button .back_sub {
        right: 20% !important;
    }
    /* Start Side Social Link */
    .share-wrapper {
        top: 40%;
        width: 54px;
        height: 54px;
    }
    .share-wrapper ul.social li {
        margin-bottom: 5px;
    }
    /* End Side Social Link */
    /* Start Contact Link */
    .contact_side_main {
        bottom: 60%;
        width: 55px;
    }
    .contact_side {
        right: 30px;
        width: 55px;
    }
    .contact_side .side_btn.mobile_view {
        display: block !important;
    }
    .contact_side .side_btn.desk_view {
        display: none !important;
    }
    .contact_side .side_btn {
        left: 0% !important;
    }
    /* End Contact Link */
    .footer-img {
        text-align: center;
    }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 1024px) {}

@media (max-width: 800px) {
    .contact_side .side_btn {
        left: 65% !important;
    }
}

@media (max-width: 1440px) {
    .contact_side .side_btn {
        left: 50%;
    }
}

@media (max-width: 1280px) {
    .phone_field {
        display: block !important;
    }
    .phone_field .phone_box .phone_icon {
        margin-left: 0 !important;
        margin-top: 10px !important;
    }
}

@media screen and (max-width: 1280px) {
    .share-wrapper {
        top: 36%;
    }
    .contact_side_main {
        bottom: 70%;
    }
    .contact_side .side_btn {
        left: 52%;
    }
}


/* New Box Style */

.box_detail {
    display: inline-block;
    position: relative;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.09);
    width: 100%;
}

.box_detail a {
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 10px;
}

.box_detail a .box_img {
    width: 100px;
}

.box_detail a .box_img img {
    width: 100%;
}

.box_detail::before,
.box_detail::after {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--theme-color);
}

.box_detail a::before,
.box_detail a::after {
    content: "";
    width: 2px;
    height: 0;
    position: absolute;
    transition: all 0.2s linear;
    background: var(--theme-color);
}

.box_detail::before {
    left: 50%;
    top: 0;
    transition-duration: 0.4s;
}

.box_detail::after {
    left: 50%;
    bottom: 0;
    transition-duration: 0.4s;
}

.box_detail a::before {
    left: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.box_detail a::after {
    right: 0;
    top: 50%;
    transition-duration: 0.4s;
}

.box_detail:hover::before,
.box_detail:hover::after {
    left: 0;
}

.box_detail:hover a::before,
.box_detail:hover a::after {
    top: 0;
}

.box_detail:hover::before,
.box_detail:hover::after {
    width: 100%;
}

.box_detail:hover a::before,
.box_detail:hover a::after {
    height: 100%;
}

.box_detail a h3 {
    margin-left: 15px;
    font-size: 20px;
    width: 220px;
}

.box_detail:hover a h3 {
    color: var(--theme-color);
}

figure.zoom {
    background-position: 50% 50%;
    position: relative;
    overflow: hidden;
    cursor: zoom-in;
}

figure.zoom img:hover {
    opacity: 0;
}

figure.zoom img {
    transition: opacity .5s;
    display: block;
    width: 100%;
}

.detail_link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.detail_link ul {
    list-style: none;
    width: 100%;
    margin-left: 0;
}

.detail_link ul li {
    position: relative;
}

.detail_link ul li a {
    overflow: hidden;
    position: relative;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}

.detail_link ul li a::before,
.detail_link ul li a::after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
}

.detail_link ul li a::before {
    background-color: var(--theme-color);
    height: 2px;
    bottom: 0;
    transform-origin: 100% 50%;
    transform: scaleX(0);
    transition: transform 0.9s cubic-bezier(0.76, 0, 0.24, 1);
}

.detail_link ul li a:hover::before {
    transform-origin: 0% 50%;
    transform: scaleX(1);
}

.detail_link ul li a::after {
    content: attr(data-replace);
    height: 100%;
    top: 0;
    transform-origin: 100% 50%;
    transform: translate3d(200%, 0, 0);
    transition: transform 0.4s cubic-bezier(0.76, 0, 0.24, 1);
    color: var(--theme-color);
}

.detail_link ul li a:hover::after {
    transform: translate3d(0, 0, 0);
}

.detail_link ul li a span {
    display: inline-block;
    transition: transform 0.3s cubic-bezier(0.76, 0, 0.24, 1);
}

.detail_link ul li a:hover span {
    transform: translate3d(-200%, 0, 0);
}

.acc_text {
    display: flex;
    align-items: center;
}

.acc_text .team-img,
.acc_text .detail_link {
    width: 50% !important;
}

.acc_text .detail_link::after {
    content: "";
    height: 60%;
    width: 4px;
    background-color: var(--body-bg);
    position: absolute;
    top: 120px;
    right: -2px;
    z-index: 0;
}

.img_det .ag-photo-gallery_figure {
    height: unset;
}

.img_txt {
    margin-bottom: 50px;
}

.text_det ul li {
    color: var(--body-color);
    font-family: var(--para-font);
    line-height: 2.3;
}

.pt-60 {
    padding-top: 60px;
}

.back_button {
    position: absolute;
    z-index: 9999;
    right: 0;
    bottom: 80px;
}

.back_button .back_sub {
    position: fixed;
    right: 5%;
    z-index: 10000;
}

.back_button .back_sub a {
    display: block;
    background: #d6a642;
    border: 3px solid #fff;
    color: #000000;
    position: relative;
    left: 0;
    font-size: 18px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    border-radius: 50px;
    text-align: center;
    padding-top: 8px;
}

.back_button .back_sub a:hover {
    background: #fff;
    border: 3px solid #d6a642;
    color: #d6a642;
}