/*-----------------------------------------------------------------------------------

    Template Name: 
    Template URI: 
    Description: 
    Author: 
    Author URI: 
    Version: 1.0

-----------------------------------------------------------------------------------

    CSS INDEX
    ===================

    01. Theme default CSS
	02. Header
    03. Hero
	04. Footer

-----------------------------------------------------------------------------------*/


/*===========================
    1. COMMON css 
===========================*/

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;500;700&display=swap");
body {
    font-family: "Noto Sans TC", sans-serif;
    font-weight: normal;
    font-style: normal;
    color: #646464;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

img {
    max-width: 100%;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
    text-decoration: none;
    outline: none;
}

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

i,
span,
a {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Noto Sans TC", serif;
    font-weight: 700;
    color: #121619;
    margin: 0px;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 18px;
    letter-spacing: 2px;
}

h6 {
    font-size: 16px;
}

ul,
ol {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

p {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #646464;
    margin: 0px;
}

@media (max-width: 767px) {
    p {
        font-size: 16px;
    }
}

.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
}


/*===== All Button Style =====*/

.main-btn {
    display: inline-block;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid #f60233;
    padding: 0 30px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    transition: all 0.4s ease-out 0s;
    background-color: #f60233;
    box-shadow: 0px 5px 16px 0px rgba(235, 54, 86, 0.65);
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}

.main-btn i {
    margin-right: 5px;
}

.main-btn:hover {
    background-color: #fff;
    color: #f60233;
    border-color: #f60233;
}

.main-btn.main-btn-2 {
    background-color: #fff;
    color: #f60233;
    border-color: #f60233;
}

.main-btn.main-btn-2:hover {
    background-color: #f60233;
    border-color: #f60233;
    color: #fff;
}


/*===== All Section Title Style =====*/

.section-title .sub-title {
    font-size: 18px;
    color: #f60233;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .sub-title {
        font-size: 16px;
    }
}

.section-title .title {
    font-size: 35px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .section-title .title {
        font-size: 24px;
    }
}


/*===== All Animation Title Style =====*/

.animation-one {
    animation: rotate 15s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


/*===== All Preloader Style =====*/

.preloader {
    /* Body Overlay */
    position: fixed;
    top: 0;
    left: 0;
    display: table;
    height: 100%;
    width: 100%;
    /* Change Background Color */
    background: #fff;
    z-index: 99999;
}

.preloader .loader_34 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.preloader .loader_34 .ytp-spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 64px;
    margin-left: -32px;
    z-index: 18;
    pointer-events: none;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container {
    pointer-events: none;
    position: absolute;
    width: 100%;
    padding-bottom: 100%;
    top: 50%;
    left: 50%;
    margin-top: -50%;
    margin-left: -50%;
    animation: ytp-spinner-linspin 1568.23529647ms linear infinite;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: ytp-spinner-easespin 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-left {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: hidden;
    right: 50%;
}

.preloader .loader_34 .ytp-spinner .ytp-spinner-container .ytp-spinner-rotator .ytp-spinner-right {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    left: 50%;
}

.preloader .loader_34 .ytp-spinner-circle {
    box-sizing: border-box;
    position: absolute;
    width: 200%;
    height: 100%;
    border-style: solid;
    /* Spinner Color */
    border-color: #f60233 #f60233 #9a9a9a;
    border-radius: 50%;
    border-width: 6px;
}

.preloader .loader_34 .ytp-spinner-left .ytp-spinner-circle {
    left: 0;
    right: -100%;
    border-right-color: #9a9a9a;
    animation: ytp-spinner-left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.preloader .loader_34 .ytp-spinner-right .ytp-spinner-circle {
    left: -100%;
    right: 0;
    border-left-color: #9a9a9a;
    animation: ytp-right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}


/* Preloader Animations */

@keyframes ytp-spinner-linspin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes ytp-spinner-easespin {
    12.5% {
        transform: rotate(135deg);
    }
    25% {
        transform: rotate(270deg);
    }
    37.5% {
        transform: rotate(405deg);
    }
    50% {
        transform: rotate(540deg);
    }
    62.5% {
        transform: rotate(675deg);
    }
    75% {
        transform: rotate(810deg);
    }
    87.5% {
        transform: rotate(945deg);
    }
    to {
        transform: rotate(1080deg);
    }
}

@keyframes ytp-spinner-left-spin {
    0% {
        transform: rotate(130deg);
    }
    50% {
        transform: rotate(-5deg);
    }
    to {
        transform: rotate(130deg);
    }
}

@keyframes ytp-right-spin {
    0% {
        transform: rotate(-130deg);
    }
    50% {
        transform: rotate(5deg);
    }
    to {
        transform: rotate(-130deg);
    }
}

.btn-link {
    color: black;
}

.card-header {
    background: none;
}

.logo {
    margin: 0;
    left: 0;
    top: 0;
    padding: 0;
    max-width: 150px;
}

.deco-line {
    width: 32px;
    height: 8px;
    background-color: #f60233;
}

.text-shadow {
    text-shadow: grey 0em 0em 0.1em;
}

.text-primary {
    color: #f60233 !important;
}

.text-white {
    color: white !important;
}

.text-black {
    color: black !important;
}

.text-bold {
    font-weight: 500;
}

.card {
    background: none;
    border-radius: 4px;
}

.accordion>.card:last-of-type {
    border-radius: 6px;
    border-width: 1px;
}

.accordion>.card:not(:first-of-type) .card-header:first-child {
    border-radius: 6px;
    border-width: 1px;
}

.accordion>.card:not(:first-of-type):not(:last-of-type) {
    border-width: 1px;
    border-radius: 6px;
}

.btn-video {
    background-image: url("../images/btn-video.svg");
    background-size: 100%;
    width: 172px;
    height: 172px;
    border-radius: 50%;
    box-shadow: 0 0 3px grey;
    display: block;
    bottom: 53px;
    right: 70px;
    z-index: 1;
}

.bg-overlay {
    position: relative;
    z-index: 2;
    background-position: center center;
    background-size: cover;
}

.bg-overlay::after {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}

.breadcrumb-area {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 255px;
}

.breadcrumb-area .breadcrumb-area .breadcrumb-content h2 {
    color: #ffffff;
    font-size: 30px;
    text-transform: uppercase;
    display: block;
}

.breadcrumb-area .breadcrumb-content .breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-bottom: 0;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item.active {
    color: #F60032;
    font-size: 16px;
    font-weight: 600;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item::before {
    color: #808080;
}

.breadcrumb-area .breadcrumb-content .breadcrumb .breadcrumb-item a {
    font-size: 16px;
    color: #808080;
    font-weight: 600;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}

.jarallax-container-0 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: -100;
}

#jarallax-container-0 {
    clip: rect(0 2000px 255px 0);
    clip: rect(0, 2000px, 255px, 0);
}

#jarallax-container-0>div {
    box-shadow: 3px 21px 48px grey inset;
}

@media (max-width: 767px) {
    #jarallax-container-0>div {
        background-position-x: 69%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #jarallax-container-0>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #jarallax-container-0>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #jarallax-container-0>div {
        background-position-x: 35%;
        background-size: auto 157%;
    }
}

#jarallax-container-0.centro>div {
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    background-image: url("../images/banner/banner-centro.jpg");
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    pointer-events: none;
    margin-top: 60.4px;
    transform: translate3d(0px, -28.2px, 0px);
}

@media (max-width: 767px) {
    #jarallax-container-0.centro>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #jarallax-container-0.centro>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #jarallax-container-0.centro>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #jarallax-container-0.centro>div {
        background-position-x: 35%;
        background-size: auto 157%;
    }
}

#jarallax-container-0.stedia>div {
    background-position: center center;
    background-size: 110%;
    background-repeat: no-repeat;
    background-image: url("../images/banner/banner-stedia.jpg");
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    pointer-events: none;
    margin-top: 60.4px;
    transform: translate3d(0px, -28.2px, 0px);
}

@media (max-width: 767px) {
    #jarallax-container-0.stedia>div {
        background-position-x: 40%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #jarallax-container-0.stedia>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #jarallax-container-0.stedia>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #jarallax-container-0.stedia>div {
        background-position-x: 35%;
        background-size: auto 157%;
    }
}

.square {
    top: 20px;
    left: -100px;
}

#jarallax-container-0.works>div {
    background-position: center center;
    background-size: 120%;
    background-repeat: no-repeat;
    background-image: url("../images/banner/banner-works.jpg");
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    pointer-events: none;
    margin-top: 60.4px;
    transform: translate3d(0px, -28.2px, 0px);
}

@media (max-width: 767px) {
    #jarallax-container-0.works>div {
        background-position-x: 49%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #jarallax-container-0.works>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #jarallax-container-0.works>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #jarallax-container-0.works>div {
        background-position-x: 35%;
        background-size: auto 157%;
    }
}

#jarallax-container-0.about>div {
    background-position: center center;
    background-size: 120%;
    background-repeat: no-repeat;
    background-image: url("../images/banner/banner-contact.jpg");
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 300px;
    overflow: hidden;
    pointer-events: none;
    margin-top: 60.4px;
    transform: translate3d(0px, -28.2px, 0px);
}

@media (max-width: 767px) {
    #jarallax-container-0.about>div {
        background-position-x: 49%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    #jarallax-container-0.about>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    #jarallax-container-0.about>div {
        background-position-x: 35%;
        background-size: auto 100%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #jarallax-container-0.about>div {
        background-position-x: 35%;
        background-size: auto 157%;
    }
}

.bg-primary {
    background-color: #DC0410 !important;
}

.sidebar {
    position: fixed;
    background-color: #F60032 !important;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    right: 0;
    top: 30%;
    width: 6rem;
    height: 29.375rem;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

@media (max-width: 767px) {
    .sidebar {
        width: 100%;
        height: 80px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        bottom: 0px;
        padding: 0px;
        top: auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar {
        right: 0;
        top: 15%;
        width: 5.75rem;
        height: 27.375rem;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar {
        right: 0;
        top: 30%;
        width: 6.75rem;
        height: 29.375rem;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .sidebar {
        right: 0;
        top: 30%;
        width: 5.75rem;
        height: 29.375rem;
        border-top-left-radius: 8px;
        border-bottom-left-radius: 8px;
    }
}

@media (max-width: 767px) {
    .sidebar ul {
        display: flex;
        justify-content: space-around;
        align-items: center;
        margin-top: 0rem;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar ul {
        display: block;
        justify-content: unset;
        align-items: center;
        margin-top: 0rem;
        padding: 1rem;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sidebar ul {
        display: block;
        justify-content: unset;
        align-items: center;
        margin-top: 0rem;
        padding: 0rem;
    }
}

.sidebar li {
    display: flex;
    width: 4.625rem;
    height: 4.625rem;
    margin-bottom: 0rem;
}

@media (max-width: 767px) {
    .sidebar li {
        width: 20%;
        height: 80px;
        margin-top: 0.8rem;
        display: flex;
        justify-content: space-around;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar li {
        width: 20%;
        height: 70px;
        display: block;
        justify-content: space-around;
    }
}

.sidebar a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    border: 1px solid white;
}

@media (max-width: 767px) {
    .sidebar a {
        width: 55px;
        height: 55px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sidebar a {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.text-turn {
    transform: rotate(90deg);
    position: fixed;
    color: #E6E6E6;
    left: 2%;
    margin-top: 5.2%;
    font-size: 1.8em;
    z-index: -1;
}

@media (max-width: 767px) {
    .text-turn {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .text-turn {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .text-turn {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .text-turn {
        display: none;
    }
}

.shape-area {
    position: relative;
}

@media (max-width: 767px) {
    .shape-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.shape-area .shape {
    position: absolute;
}

.shape-area .shape-one {
    top: 25px;
    right: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .shape-area .shape-one {
        left: 20px;
    }
}

.shape-area .shape-one img {
    width: 12rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .shape-area .shape-one img {
        width: 150px;
    }
}

.shape-area .shape-tow {
    right: 0px;
    bottom: 150px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .shape-area .shape-tow {
        left: 70px;
    }
}

.shape-area .shape-tow img {
    width: 4rem;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .shape-area .shape-tow img {
        width: 150px;
    }
}

.shape-area .shape-three {
    right: 85px;
    bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .shape-area .shape-three {
        right: 35px;
    }
}

.card {
    background: white;
    border: none;
}

.card-header {
    border: none;
}

.modal-body {
    position: relative;
    padding-bottom: 75%;
    overflow: hidden;
}

.modal-body iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

@media (min-width: 1232px) {
    .modal-dialog {
        max-width: 800px;
        margin: 1.75rem auto;
    }
}

.custom-slick-prev,
.custom-slick-next {
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.custom-slick-next {
    right: -25px;
}

.custom-slick-prev {
    left: -25px;
}

.tab .nav-tabs {
    border-bottom: 0 none;
}

.tab .nav-tabs li {
    margin-right: 2px;
}

.tab .nav-tabs li a {
    font-size: 14px;
    color: #333;
    padding: 18px 25px;
    border: none;
    border-radius: 0;
    background: #efefef;
    text-transform: uppercase;
    position: relative;
}

.nav-tabs .nav-item.show .nav-link:after,
.nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #DC0410;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border: none;
    background: #DC0410;
    color: #fff;
    transition: all 0.2s linear 0s;
}

.tab .tab-content {
    font-size: 15px;
    color: #808080;
    border: 0 none;
    line-height: 25px;
    padding: 5px 0;
    margin-top: 15px;
}

.tab .tab-content h3 {
    margin-top: 10px;
    font-size: 24px;
}

@media only screen and (max-width: 479px) {
    .tab .nav-tabs li {
        width: 100%;
        margin-bottom: 5px;
    }
    .tab .nav-tabs li a {
        padding: 20px;
    }
    .nav-tabs .nav-item.show .nav-link:after,
    .nav-tabs .nav-link.active:after {
        border: none;
    }
    .tab .tab-content {
        margin-top: 5px;
    }
}


/*===========================
    2.HEADER css 
===========================*/

.header-area {
    position: relative;
}

.header-area .shape {
    position: absolute;
}

.header-area .header-shape-one {
    top: 0;
    left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-shape-one {
        width: 230px;
    }
}

@media (max-width: 767px) {
    .header-area .header-shape-one {
        width: 180px;
    }
}

.header-area .header-shape-tow {
    top: 25px;
    left: 31%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-shape-tow {
        left: 40%;
    }
}

@media (max-width: 767px) {
    .header-area .header-shape-tow {
        left: 60%;
        width: 60px;
    }
}

.header-area .header-shape-three {
    left: 70px;
    bottom: 130px;
}

@media (max-width: 767px) {
    .header-area .header-shape-three {
        width: 90px;
        bottom: 200px;
    }
}

.header-area .header-shape-fore {
    left: 48%;
    bottom: -90px;
    transform: translateX(-50%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-area .header-shape-fore {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .header-area .header-shape-fore {
        bottom: -60px;
        width: 210px;
    }
}

.navigation-bar {
    position: absolute;
    background-color: #1a1a1a;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    padding: 25px 0;
    transition: all 0.4s ease-out 0s;
}

.navigation-bar.sticky {
    position: fixed;
    background-color: #1a1a1a;
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.2);
    z-index: 99;
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navigation-bar.sticky .navbar-btn {
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (max-width: 767px) {
    .navigation-bar.sticky .navbar-btn {
        top: 50%;
        transform: translateY(-50%);
    }
}

.navbar {
    padding: 0;
    position: relative;
}

@media (max-width: 767px) {
    .navbar .navbar-brand img {
        max-width: 98px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-brand img {
        max-width: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-brand img {
        max-width: 200px;
    }
}

.navbar .navbar-toggler .toggler-icon {
    width: 30px;
    height: 2px;
    display: block;
    background-color: #646464;
    margin: 5px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 269%;
        width: 100%;
        left: 0;
        background-color: #1a1a1a;
        padding: 5px 15px;
        z-index: 9;
        box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
    }
}

@media (max-width: 767px) {
    .navbar .navbar-collapse {
        position: absolute;
        top: 169%;
        width: 100%;
        left: 0;
        background-color: #1a1a1a;
        padding: 5px 15px;
        z-index: 9;
        box-shadow: 0px 5px 25px 0px rgba(244, 128, 74, 0.3);
    }
}

.navbar .navbar-nav .nav-item {
    margin-right: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-nav .nav-item {
        margin-right: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-nav .nav-item {
        margin: 5px 0;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-nav .nav-item {
        margin: 5px 0;
    }
}

.navbar .navbar-nav .nav-item a {
    color: #646464;
    font-family: "Hind", sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar .navbar-nav .nav-item a {
        font-size: 13px;
    }
}

.navbar .navbar-nav .nav-item.active a,
.navbar .navbar-nav .nav-item:hover a {
    color: #f60233;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 0;
    }
}

@media (max-width: 767px) {
    .navbar .navbar-btn {
        position: absolute;
        right: 70px;
        top: 0;
    }
}
.gift{
    width: 100%;
}
.header-banner {
    height: 1080px;
    position: relative;
}
@media only screen and (min-width: 1921px){
    .header-banner {
        height: 1450px;
        position: relative;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .header-banner {
        height: 650px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-banner {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .header-banner {
        height: 233px;
    }
}

.header-banner .banner-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.header-banner .banner-content {
    position: relative;
    z-index: 9;
}

.header-banner .banner-content .sub-title {
    font-size: 24px;
    color: #f60233;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .header-banner .banner-content .sub-title {
        font-size: 18px;
    }
}

.header-banner .banner-content .banner-title {
    font-size: 60px;
}

.header-banner .banner-content .banner-title span {
    color: #f60233;
}

@media (max-width: 767px) {
    .header-banner .banner-content .banner-title {
        font-size: 38px;
    }
}

.header-banner .banner-content .banner-contact {
    position: relative;
    font-size: 15px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    color: #f60233;
    text-transform: uppercase;
    margin-left: 70px;
}

.header-banner .banner-content .banner-contact::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    background-color: #f60233;
    left: -70px;
    top: 50%;
    transform: translateY(-50%);
}

.navbar .navbar-nav .nav-item a {
    color: white;
}


/*===========================
    3.ABOUT css 
===========================*/

.text-grey {
    color: #9a9a9a;
}

.about-area {
    position: relative;
    background-image: url(../images/bg-about.jpg);
    background-position: center center;
    background-size: 100%;
    background-attachment: fixed;
}

@media (max-width: 767px) {
    .about-area {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.about-area::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.721);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
}

.about-image {
    position: relative;
}

.about-image::before {
    position: absolute;
    content: "";
    background-image: url(../images/about/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .about-image::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image::before {
        display: block;
    }
}

.about-image .single-image {
    width: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-image .single-image {
        width: 280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .about-image .single-image {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .about-image .single-image {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image {
        width: 360px;
    }
}

.about-image .single-image img {
    width: 100%;
}

.about-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .about-image .single-image.image-tow {
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
    .about-image .single-image.image-tow {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .single-image.image-tow {
        margin-top: -200px;
    }
}

.about-image .about-btn {
    position: relative;
    margin-left: 80px;
    margin-top: -40px;
    display: inline-block;
    z-index: 9;
}

@media (max-width: 767px) {
    .about-image .about-btn {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-btn {
        margin-left: 80px;
        display: inline-block;
        text-align: left;
        margin-top: -50px;
    }
}

.about-image .about-btn .main-btn {
    line-height: 58px;
    padding: 0 40px;
    border: 8px solid #fff;
    font-weight: 700;
    box-shadow: none;
}

.about-image .about-btn .main-btn span {
    font-size: 35px;
}

@media (max-width: 767px) {
    .about-image .about-btn .main-btn span {
        font-size: 28px;
    }
}

.about-image .about-btn .main-btn:hover {
    border-color: #f60233;
}

@media (max-width: 767px) {
    .about-image .about-btn .main-btn {
        line-height: 48px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: -25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about-image .about-btn .main-btn {
        line-height: 48px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: -25px;
    }
}

.about-welcome {
    font-size: 20px;
    color: #9a9a9a;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .about-welcome {
        font-size: 18px;
    }
}

.about-content .about-title {
    font-size: 35px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .about-content .about-title {
        font-size: 26px;
    }
}


/*===========================
      4.SERVICES css 
===========================*/

@media (max-width: 767px) {
    .services-area {
        padding-top: 75px;
        padding-bottom: 80px;
    }
    .single-services {
        flex-direction: column;
    }
}

.single-services {
    padding: 50px 30px;
    background-color: #fff;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-services {
        padding: 30px 10px;
    }
}

@media (max-width: 767px) {
    .single-services {
        padding: 30px 10px;
    }
}

.single-services .services-icon i {
    font-size: 52px;
    color: #f60233;
    transition: all 0.4s ease-out 0s;
}
.address{
    text-align: left;
    margin-left: 30px;
}
.single-services .services-content .services-title {
    font-size: 22px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    transition: all 0.4s ease-out 0s;
}

.single-services:hover {
    background-color: #f60233;
}

.single-services:hover .services-icon i {
    color: #fff;
}

.single-services:hover .services-content .services-title,
.single-services:hover .services-content p {
    color: #fff;
}


/*===========================
      5.PROJECT css 
===========================*/

@media (max-width: 767px) {
    .project-area {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.single-project {
    position: relative;
    overflow: hidden;
}

.single-project .project-image {
    position: relative;
}

.single-project .project-image::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: white;
    background: linear-gradient(rgba(255, 255, 255, 0) 50%, #eb3656 100%);
    opacity: 0;
    transition: all 0.4s ease-out 0s;
}

.single-project .project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 5px;
    transform: translateY(100%);
    transition: all 0.4s ease-out 0s;
    opacity: 0;
}

.single-project .project-content .project-title {
    font-size: 22px;
    font-weight: 600;
    font-family: "Barlow", sans-serif;
    position: relative;
    color: #fff;
    margin-left: 60px;
}

.single-project .project-content .project-title::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #fff;
    top: 50%;
    left: -60px;
}

.single-project:hover .project-image::before {
    opacity: 1;
}

.single-project:hover .project-content {
    opacity: 1;
    transform: translateY(0%);
}

.project-active .slick-dots {
    text-align: center;
    margin-top: 50px;
}

.project-active .slick-dots li {
    display: inline-block;
    margin: 0 7px;
}

.project-active .slick-dots li button {
    width: 25px;
    height: 15px;
    border-radius: 50px;
    border: 0;
    background-color: rgba(235, 54, 86, 0.7);
    transition: all 0.4s ease-out 0s;
    font-size: 0;
    cursor: pointer;
}

.project-active .slick-dots li.slick-active button {
    width: 35px;
    background-color: #f60233;
}


/*===========================
        6.TEAM css 
===========================*/

@media (max-width: 767px) {
    .team-area {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.single-team .team-image img {
    width: 100%;
}

.single-team .team-content {
    width: 80%;
    margin: 0 auto;
    padding: 30px 15px;
    position: relative;
    transition: all 0.4s ease-out 0s;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-team .team-content {
        padding: 30px 0;
    }
}

.single-team .team-content .team-name a {
    font-size: 18px;
    font-weight: 600;
    color: #121619;
    font-family: "Hind", sans-serif;
    transition: all 0.4s ease-out 0s;
}

.single-team .team-content .team-name a:hover {
    color: #f60233;
}

.single-team .team-content .sub-title {
    font-size: 14px;
    color: #646464;
}

.single-team .team-content .social {
    margin-top: -35px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease-out 0s;
}

.single-team .team-content .social li {
    display: inline-block;
    margin: 0 7px;
}

.single-team .team-content .social li a {
    font-size: 16px;
    color: #646464;
    width: 30px;
    height: 30px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    background-color: #9a9a9a;
    transition: all 0.4s ease-out 0s;
}

.single-team .team-content .social li a:hover {
    background-color: #f60233;
    color: #fff;
}

.single-team:hover .team-content {
    background-color: #fff;
    margin-top: -60px;
    box-shadow: 0px 6px 16px 0px rgba(235, 54, 86, 0.34);
}

.single-team:hover .team-content .social {
    margin-top: 25px;
    opacity: 1;
    visibility: visible;
}


/*===========================
      7.TESTIMONIAL css 
===========================*/

.testimonial-area {
    position: relative;
}

@media (max-width: 767px) {
    .testimonial-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.testimonial-area .shape {
    position: absolute;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .testimonial-area .shape img {
        width: 325px;
    }
}

.testimonial-area .shape-one {
    top: 25px;
    left: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .testimonial-area .shape-one {
        left: 20px;
    }
}

.testimonial-area .shape-tow {
    left: 150px;
    bottom: 50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .testimonial-area .shape-tow {
        left: 70px;
    }
}

.testimonial-area .shape-three {
    right: 85px;
    bottom: 30px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
    .testimonial-area .shape-three {
        right: 35px;
    }
}

.testimonial-bg {
    position: relative;
    z-index: 9;
}

.testimonial-active {
    background-color: #f60233;
    padding: 60px 30px;
}

@media (max-width: 767px) {
    .testimonial-active {
        padding: 30px 15px;
    }
}

.single-testimonial .testimonial-image {
    position: relative;
    display: inline-block;
}

.single-testimonial .testimonial-image img {
    border-radius: 50%;
}

.single-testimonial .testimonial-image .quota {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
}

.single-testimonial .testimonial-image .quota i {
    font-size: 18px;
    color: #f60233;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    background-color: #fff;
    border: 2px solid #f60233;
    border-radius: 50%;
}

.single-testimonial .testimonial-content p {
    font-size: 18px;
    color: #fff;
    font-family: "Hind", sans-serif;
}

.single-testimonial .testimonial-content .testimonial-name {
    font-family: "Barlow", sans-serif;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}

.single-testimonial .testimonial-content .sub-title {
    font-family: "Hind", sans-serif;
    font-size: 14px;
    color: #fff;
}

.testimonial-active .slick-dots {
    text-align: center;
    margin-top: 10px;
}

.testimonial-active .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.testimonial-active .slick-dots li button {
    width: 18px;
    height: 15px;
    border-radius: 50px;
    border: 0;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.4s ease-out 0s;
    font-size: 0;
    cursor: pointer;
}

.testimonial-active .slick-dots li.slick-active button {
    background-color: #fff;
    width: 25px;
}


/*===========================
       8.CONTACT css 
===========================*/

@media (max-width: 767px) {
    .contact-area {
        padding-top: 75px;
        padding-bottom: 80px;
    }
}

.form-group {
    margin: 0;
}

p.form-message.success,
p.form-message.error {
    font-size: 16px;
    color: #333;
    background: #ddd;
    padding: 10px 15px;
    margin-left: 15px;
    margin-top: 15px;
}

p.form-message.error {
    color: #f00;
}

.contact-form .single-form {
    margin-top: 30px;
}

.contact-form .single-form textarea,
.contact-form .single-form input {
    width: 100%;
    height: 60px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 0 30px;
    background-color: #fff;
    font-family: "Hind", sans-serif;
    font-size: 16px;
}

.contact-form .single-form textarea {
    height: 160px;
    padding-top: 20px;
    resize: none;
}

.contact-form .single-form textarea::placeholder,
.contact-form .single-form input::placeholder {
    opacity: 1;
    color: #999;
}

.list-unstyled li {
    font-size: 13px;
    margin-left: 2px;
    margin-top: 5px;
    color: #f00;
}


/*===========================
         9.MAP css 
===========================*/

.map-area {
    position: relative;
    height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .map-area {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .map-area {
        height: 450px;
    }
}

.mapouter {
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mapouter {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .mapouter {
        width: 100%;
    }
}

.mapouter .gmap_canvas iframe {
    width: 100%;
    height: 600px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .mapouter .gmap_canvas iframe {
        height: 450px;
    }
}

@media (max-width: 767px) {
    .mapouter .gmap_canvas iframe {
        height: 450px;
    }
}

.map-bg {
    width: 40%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}


/*===========================
       10.FOOTER css 
===========================*/
.footer-title{
    color: #9a9a9a;
}
.footer-widget {
    background-color: #1a1a1a;
}
.space-between{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (max-width: 767px) {
    .footer-widget {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.footer-link ul li {
    display: inline-block;
}

@media (max-width: 767px) {
    .footer-link ul li {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-link ul li {
        display: block;
    }
}

.footer-logo a img {
    width: 140px;
}

.footer-logo p {
    line-height: 26px;
    font-size: 16px;
    color: #9a9a9a;
}

.footer-logo .footer-info li {
    margin-top: 5px;
}

.footer-logo .footer-info li .single-info {
    position: relative;
}

.footer-logo .footer-info li .single-info .info-icon {
    position: absolute;
    top: 3px;
    left: 0;
}

.footer-logo .footer-info li .single-info .info-icon i {
    font-size: 18px;
}

.footer-logo .footer-info li .single-info .info-content {
    padding-left: 30px;
}

.footer-logo .footer-social li {
    display: inline-block;
    margin-left: 15px;
}

.footer-logo .footer-social li:first-child {
    margin-left: 0;
}

.footer-logo .footer-social li a {
    width: 35px;
    height: 35px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fff5f1;
    color: white;
    font-size: 16px;
    box-shadow: 0px 5px 21px 0px rgba(254, 119, 101, 0.4);
    transition: all 0.4s ease-out 0s;
}

.footer-logo .footer-social li a:hover {
    background-color: #f60233;
    color: #fff;
}

.f-title .title {
    font-size: 22px;
    font-family: "Barlow", sans-serif;
    font-weight: 600;
}

.footer-link ul li {
    padding-top: 5px;
}

.footer-link ul li a {
    font-size: 16px;
    color: white;
    font-family: "Hind", sans-serif;
    transition: all 0.4s ease-out 0s;
}

.footer-link ul li a:hover {
    color: #f60233;
}

.footer-newsleter p {
    line-height: 26px;
    font-size: 16px;
}

.footer-newsleter .newsleter {
    position: relative;
}

.footer-newsleter .newsleter input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #f60233;
    background-color: #ffeae1;
}

.footer-newsleter .newsleter button {
    border: 0;
    width: 66px;
    text-align: center;
    padding: 0;
    height: 50px;
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    color: #f60233;
    font-size: 20px;
    line-height: 57px;
    cursor: pointer;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .footer-newsleter .newsleter button {
        width: 45px;
    }
}

.footer-newsleter .newsleter button::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 1px;
    height: 36px;
    background-color: #f60233;
    transform: translateY(-50%);
}

.copyright-area {
    border-top: 1px solid #eceff8;
    padding: 13px 0;
}

.back-to-top {
    position: fixed;
    bottom: 60px;
    right: 20px;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 46px;
    z-index: 99;
    text-align: center;
    display: none;
    box-shadow: 0px 0px 30px 0px rgba(156, 156, 156, 0.25);
    transition: all 0.4s ease-out 0s;
    color: white;
    background-color: #f60233;
}

@media (max-width: 767px) {
    .back-to-top {
        bottom: 85px;
    }
}

.back-to-top:hover {
    color: #f60233;
    background-color: white;
}


/*===========================
    3.faq css 
===========================*/

.faq-area {
    position: relative;
    background-color: #f2f2f2;
}

@media (max-width: 767px) {
    .faq-area {
        padding-top: 30px;
        padding-bottom: 80px;
    }
}

.faq-area .shape {
    position: absolute;
}

.faq-area .header-shape-fore {
    right: 2em;
    width: 15em;
    top: 3em;
    transform: translateX(-10%);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-area .header-shape-fore {
        width: 260px;
    }
}

@media (max-width: 767px) {
    .faq-area .header-shape-fore {
        top: 2em;
        width: 210px;
    }
}

.faq-image {
    position: relative;
}

.faq-image::before {
    position: absolute;
    content: "";
    background-image: url(../images/faq/dots.jpg);
    background-position: center center;
    background-size: 100%;
    width: 375px;
    height: 350px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

@media (max-width: 767px) {
    .faq-image::before {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-image::before {
        display: block;
    }
}

.faq-image .single-image {
    width: 360px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-image .single-image {
        width: 280px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .faq-image .single-image {
        width: 400px;
    }
}

@media (max-width: 767px) {
    .faq-image .single-image {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-image .single-image {
        width: 360px;
    }
}

.faq-image .single-image img {
    width: 100%;
}

.faq-image .single-image.image-tow {
    margin-top: -200px;
    position: relative;
    z-index: 5;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .faq-image .single-image.image-tow {
        margin-top: -150px;
    }
}

@media (max-width: 767px) {
    .faq-image .single-image.image-tow {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-image .single-image.image-tow {
        margin-top: -200px;
    }
}

.faq-image .faq-btn {
    position: relative;
    margin-left: 80px;
    margin-top: -40px;
    display: inline-block;
    z-index: 9;
}

@media (max-width: 767px) {
    .faq-image .faq-btn {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-image .faq-btn {
        margin-left: 80px;
        display: inline-block;
        text-align: left;
        margin-top: -50px;
    }
}

.faq-image .faq-btn .main-btn {
    line-height: 58px;
    padding: 0 40px;
    border: 8px solid #fff;
    font-weight: 700;
    box-shadow: none;
}

.faq-image .faq-btn .main-btn span {
    font-size: 35px;
}

@media (max-width: 767px) {
    .faq-image .faq-btn .main-btn span {
        font-size: 28px;
    }
}

.faq-image .faq-btn .main-btn:hover {
    border-color: #f60233;
}

@media (max-width: 767px) {
    .faq-image .faq-btn .main-btn {
        line-height: 48px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: -25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .faq-image .faq-btn .main-btn {
        line-height: 48px;
        padding: 0 30px;
        font-size: 14px;
        margin-top: -25px;
    }
}

.faq-content .faq-welcome {
    font-size: 24px;
    color: #f60233;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .faq-content .faq-welcome {
        font-size: 18px;
    }
}

.faq-content .faq-title {
    font-size: 35px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .faq-content .faq-title {
        font-size: 26px;
    }
}

.text-gray {
    color: #9a9a9a;
}

.text-gray:hover {
    color: #F60032;
}