.home_area,
.home_area .content_area {
    padding-bottom: 50px;
    position: relative
}

.ty_area,
.ty_area .container {
    align-content: center;
    display: flex
}

@font-face {
    font-family: Arial_0;
    src: url('../fonts/fonts/Arial_0.ttf') format('opentype')
}

@font-face {
    font-family: chatime;
    src: url('../fonts/fonts/chatime.otf') format('opentype')
}

@font-face {
    font-family: Cormorant-VariableFont_wght;
    src: url('../fonts/fonts/Cormorant-VariableFont_wght.ttf') format('opentype')
}

@font-face {
    font-family: Cormorant-Bold;
    src: url('../fonts/fonts/CormorantInfant-Bold.ttf') format('opentype')
}

@font-face {
    font-family: CormorantInfant-Italic;
    src: url('../fonts/fonts/CormorantInfant-Italic.ttf') format('opentype')
}

@font-face {
    font-family: CormorantInfant-MediumItalic;
    src: url('../fonts/fonts/CormorantInfant-MediumItalic.ttf') format('opentype')
}

@font-face {
    font-family: CormorantInfant-SemiBoldItalic;
    src: url('../fonts/fonts/CormorantInfant-SemiBoldItalic.ttf') format('opentype')
}

@font-face {
    font-family: Jost-Medium;
    src: url('../fonts/fonts/Jost-Medium.ttf') format('opentype')
}

@font-face {
    font-family: JostVariableFont_wght;
    src: url('../fonts/fonts/JostVariableFont_wght.ttf') format('opentype')
}

@font-face {
    font-family: monbaiti_0;
    src: url('../fonts/fonts/monbaiti_0.ttf') format('opentype')
}

@font-face {
    font-family: Mont-Bold;
    src: url('../fonts/fonts/Mont-Bold.otf') format('opentype')
}

@font-face {
    font-family: MyriadPro-Regular;
    src: url('../fonts/fonts/MyriadPro-Regular.otf') format('opentype')
}

@font-face {
    font-family: Poppins-Bold;
    src: url('../fonts/fonts/Poppins-Bold.ttf') format('opentype')
}

@font-face {
    font-family: Poppins-Medium;
    src: url('../fonts/fonts/Poppins-Medium.ttf') format('opentype')
}

@font-face {
    font-family: Poppins-Regular;
    src: url('../fonts/fonts/Poppins-Regular.ttf') format('opentype')
}

body,
html {
    position: relative;
    overflow-x: hidden
}

.theme-dark .logo img {
    width: 180px
}

.home_area {
    overflow: hidden;
    background: #0f0f0f00;
    min-height: 100vh;
    padding-top: 50px;
}

.home_area .sub_title1 {
    position: relative;
    background: #000;
    color: #fff !important;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    border: 6px solid;
    border-bottom-width: 20px;
}

.home_area .sub_title1_p1 {
    width: max-content;
    position: absolute;
    bottom: -24px;
    z-index: 9
}

.home_area .sub_title1_p2 {
    position: relative;
    top: -32px
}

.home_area .sub_title1 span {
    color: #ffffff;
    font-weight: 900;
    font-size: 24px;
    margin: 20px 0;
    display: block;
}
.blur-effect{
	 -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}
a.opener {
    display: block;
    height: auto;
    position: fixed;
    right: 0px;
    background: #a97429;
    width: 38px;
    font-size: 14px;
    line-height: 37px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    /* box-shadow: -1px 0 5px -2px rgba(0, 0, 0, 0.14); */
    overflow-wrap: normal !important;
    word-break: normal !important;
    word-wrap: normal !important;
    white-space: nowrap !important;
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    cursor: pointer;
    -webkit-writing-mode: vertical-lr;
    -moz-writing-mode: vertical-lr;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    padding: 7px 0;
    letter-spacing: 2px;
    font-weight: 400;
    text-shadow: none;
    text-transform: uppercase;
	    z-index: 999;
    top: 190px;
}
.home_area .row_area {
    position: relative;
    background-image: url(../img/banner-img.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 100px;
	min-height:598px;
}

.owl-nav button.owl-dot,
.owl-nav button.owl-next,
.owl-nav button.owl-prev {
    width: 60px !important;
    height: 60px !important;
    line-height: 60px !important;
    font-size: 30px !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    border-radius: 100% !important;
    transition: .5s ease-in-out
}

.flip_box_area {
    background: #0f0f0f
}

.flip_box_area .box_item {
    position: relative;
    margin: 30px auto
}

.flip_box_area .box_item .flip_box {
    transform-style: preserve-3d;
    perspective: 1000px
}

.flip_box_area .box_item .flip_box .flip_box_back,
.flip_box_area .box_item .flip_box .flip_box_front {
    background-size: cover;
    background-position: center;
    border-radius: 8px;
    min-height: 500px;
    transition: transform .7s cubic-bezier(.4, .2, .2, 1);
    backface-visibility: hidden
}

.flip_box_area .box_item .flip_box .flip_box_back::before,
.flip_box_area .box_item .flip_box .flip_box_front::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    z-index: 1
}

.flip_box_area .box_item .flip_box .flip_box_front,
.flip_box_area .box_item .flip_box:hover .flip_box_back {
    transform: rotateY(0);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box:hover .flip_box_front {
    transform: rotateY(-180deg);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box .flip_box_back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: rotateY(180deg);
    transform-style: preserve-3d
}

.flip_box_area .box_item .flip_box .inner {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 60px;
    outline: transparent solid 1px;
    perspective: inherit;
    z-index: 2;
    transform: translateY(-50%) translateZ(60px) scale(.94);
    top: 50%;
    text-align: center
}

.flip_box_area .box_item .flip_box .inner h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 30px
}

.flip_box_area .box_item .flip_box p {
    font-size: 20px;
    line-height: 1.5em
}

.flip_box_area .box_item .flip_box p:last-child {
    font-weight: 600
}

.footer_area .logo,
.ty_area img {
    width: 150px
}

.footer_area .address-info {
    display: flex;
    flex-direction: column;
    align-items: center
}

.ty_area>* {
    position: relative;
    z-index: 1
}

.ty_area {
    position: relative;
    height: 100vh;
    justify-content: center;
    background-image: url(../img/banner.jpg);
    background-size: cover
}

.ty_area::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .6)
}

.ty_area .container {
    justify-content: center
}

.ty_area h2,
.ty_area p {
    color: #000;
    text-transform: capitalize
}

.flip_box_slider .owl-dots {
    position: absolute;
    left: 15px;
    bottom: 50%;
    display: flex;
    flex-direction: column
}

.flip_box_slider .owl-dots .owl-dot span {
    width: 20px !important;
    height: 3px !important;
    opacity: 1
}

.flip_box_slider .owl-dots .owl-dot.active span {
    width: 40px !important;
    background: #a97429 !important
}

.about-style-content h3,
.main-section-title h2 {
    font-size: 32px;
    margin-bottom: 18px;
    text-transform: uppercase
}

.cstm_disclaimer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.cstm_disclaimer .barcode {
    width: auto;
    height: 100px;
    margin-right: 15px
}

.cstm_disclaimer p {
    text-align: justify
}

#spinner_block {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .6);
    display: flex;
    z-index: 9999
}

#spinner_block .spinner_icon {
    position: relative;
    width: 50px;
    height: 50px;
    margin: auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #a97429;
    border-radius: 50%;
    animation: 1s linear infinite spin
}

@keyframes spin {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.location_block {
    position: relative;
    padding: 100px 0 !important
}

.location_block #FaqAccordion ul li {
    color: #ededed
}

.location_block .need-help-faq-content .need-help-faq-accordion .accordion-item {
    margin-bottom: 20px
}

.location_block .need-help-faq-content .need-help-faq-accordion .accordion-item .accordion-button {
    color: #fff;
    padding: 5px 20px;
    background: #ffffff24;
    font-weight: 400
}

.location_block .need-help-faq-content .need-help-faq-accordion .accordion-item .accordion-button::before {
    right: 10px;
    top: 6.5px
}

.main-banner-form-wrap {
    max-width: 100%;
    margin-left: unset
}

.single-footer-widget .footer-logo p a {
    color: #a97429
}

.main-navbar .navbar.navbar-light .navbar-nav .nav-item a {
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width:1199px) {
    .about-style-content {
        padding-left: 0;
        margin-top: 30px
    }

    .main-banner-content h1 {
        font-size: 36px
    }

    .flip_box_area .box_item .flip_box .flip_box_back,
    .flip_box_area .box_item .flip_box .flip_box_front {
        min-height: 400px
    }

    .flip_box_slider .owl-dots {
        display: none
    }

    .owl-nav button.owl-dot,
    .owl-nav button.owl-next,
    .owl-nav button.owl-prev {
        width: 50px !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size: 25px !important
    }

    .about-style-content h3,
    .main-section-title h2 {
        font-size: 24px
    }

    .four-about-area .about-img {
        padding-right: unset
    }

    .footer_area .logo {
        width: 200px
    }

    .cstm_disclaimer {
        align-items: center;
        justify-content: center;
        flex-direction: column
    }

    .cstm_disclaimer .barcode {
        margin-right: unset;
        margin-bottom: 30px
    }

    .four-about-area {
        padding-top: 0
    }
}

@media screen and (max-width:991px) {
    .main-banner-content h1 {
        font-size: 32px
    }
}

@media screen and (max-width:767px) {
    .main-banner-content h1 {
        font-size: 24px
    }

    .about-style-content,
    .cstm_disclaimer p,
    .main-banner-content {
        text-align: center
    }

    .about-style-content ul {
        width: fit-content;
        margin: 0 auto 30px;
        text-align: left
    }

    .home_area .content_area {
        text-align: center;
        padding-bottom: 20px
    }

    .home_area .content_area h2,
    .home_area .content_area img {
        margin-bottom: 30px
    }

    .home_area .sub_title1_p1 {
        margin: auto;
        left: 0;
        right: 0
    }

    .home_area .row_area {
        padding: 100px 0;
        min-height: 300px;
        background-attachment: initial;
    }
}