:root {
    --black: #0b0b0b;
    --lightBlack: #080b1d;
    --textColor: #53545a;
    --grey: #8f8f8f;
    --org: #d06a51;
}

body {
    font-family: 'PublicSansRegular';
    font-size: 18px;
    line-height: 37px;
    color: var(--textColor);
}

h1 {
    font-family: 'Marcellus';
    font-weight: normal;
    font-size: 76px;
    line-height: normal;
    text-align: center;
    color: #fff;
}

h2 {
    font-family: 'Marcellus';
    font-weight: normal;
    font-size: 62px;
    line-height: normal;
    color: var(--lightBlack);
    margin-bottom: 20px;
}

a {
    text-decoration: none;
}

a:hover {
    color: var(--org);
}

.sp {
    padding: 100px 0;
}

.form-control {
    height: 65px;
    background: #fff;
    border: 1.04px solid #c2c2c2;
    font-family: 'Marcellus';
    font-weight: normal;
    font-size: 16px;
    line-height: 19.2px;
    color: #4e4f49;
    border-radius: 0;
    padding: 15px 30px;

}

textarea.form-control {
    min-height: 100px;
}

div#wpcf7-f6-o1 {
    position: relative;
}

.wpcf7-spinner {
    display: block !important;
    margin: auto !important;
    margin-top: 10px !important;
    position: absolute !important;
    left: 50%;
    transform: translateX(-50%);
}

.org-btn {
    color: #fff !important;
    background: var(--org) !important;
    border-radius: 50px !important;
    padding: 10px 30px !important;
    height: auto !important;
    border: 0;
}

/* Header */
header.header {
    background: #fff;
    position: sticky;
    top: 0;
    padding: 25px 0;
    z-index: 99;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item {
    margin: 0 15px;
}
.main-nav #mega-menu-primary .mega-menu-link {
    font-family: 'PublicSansRegular' !important;
}
.main-nav .menu-btn a.mega-menu-link {
    color: #fff !important;
    background: var(--org) !important;
    border-radius: 50px !important;
    padding: 5px 30px !important;
    height: auto !important;
}

/* Banner Area */
.banner-area {
    position: relative;
}

.banner-caption {
    position: absolute;
    top: 50%;
    text-align: center;
    z-index: 9;
    color: #fff;
    width: 100%;
    transform: translateY(-50%);
}

.banner-caption small,
.banner-caption span {
    display: block;
    font-family: 'PublicSansRegular';
}

.banner-caption small {
    font-size: 24px;
}

.banner-caption span {
    font-size: 32px;
}

.banner-caption h1 {
    max-width: 1000px;
    display: inline-block;
}

/* About Area */
.about-area-text {
    padding: 30px;
}

/* Icons Tabs */

.icons-area {
    background: var(--black);
}

.icons-area-inner {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}

.icon-tab {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: PublicSansSemiBold;
    font-weight: normal;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    max-width: 150px;
    gap: 20px;
}

/* Location Area*/
.location-area {
    background: #eaecf1;
}

.heading-section {
    text-align: center;
    max-width: 95%;
    margin: auto;
    margin-bottom: 50px;
}

/* Footer  */
.contact-area {
    background: var(--black);
}

.contact-form {
    background: #fff;
    text-align: center;
    padding: 60px;
    padding-top: 40px;
}

.contact-form h5 {
    font-weight: normal;
    font-size: 32px;
    line-height: 33px;
    text-align: center;
    color: #0b0b0b;
    margin-bottom: 20px;
}

.contact-info {
    color: #fff;
    max-width: 365px;
    margin-top: 60px;
}
.contact-info a {
    color: #fff;
}
.contact-info a:hover {
    color: #d06951;
}
.contact-info h2 {
    color: #fff;
}
.copyright p {
    margin-bottom: 0;
}
.f-bottom {
    display: flex;
    font-size: 16px;
    color: var(--grey);
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.f-links ul {
    display: flex;
    align-items: center;
    gap: 30px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.f-links ul li {
    position: relative;
    line-height: normal;
}

.f-links ul li:not(:last-child):after {
    position: absolute;
    content: "";
    right: -15px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--grey);
}

.f-links ul a {
    font-size: 15px;
    color: var(--grey);
}

.f-links ul a:hover {
    color: var(--org);
}

/* Inner Pages */
.banner-area.inner {
    height: 350px;
    overflow: hidden;
}

.content-div {
    min-height: 500px;
}

@media screen and (max-width:1200px) {
    .banner-caption h1 {
        max-width: 750px;
    }

    h1 {
        font-size: 55px;
    }

    h2 {
        font-size: 45px;
    }

    .banner-caption span {
        font-size: 25px;
    }

    .banner-caption small {
        font-size: 20px;
    }

    .logo {
        max-width: 120px;
    }

    body {
        font-size: 16px;
        line-height: 30px;
    }

    .icon-tab {
        font-size: 20px;
    }

    .sp {
        padding: 80px 0;
    }
}

@media screen and (max-width:991px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .logo {
        position: absolute;
        z-index: 9;
        top: 27px;
    }

    .header-right {
        margin-left: auto;
        width: 100%;
    }

    .main-nav #mega-menu-wrap-primary #mega-menu-primary>li.mega-menu-item>a.mega-menu-link {
        text-align: center;
    }

    .main-nav #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
        margin-right: 0;
    }

    .main-nav #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open+#mega-menu-primary {
        padding: 10px;
    }

    h1 {
        font-size: 45px;
    }

    .banner-caption h1 {
        max-width: 600px;
    }

    h2 {
        font-size: 40px;
    }

    .contact-form {
        padding: 30px;

    }

    .f-bottom,
    .f-links ul a {
        font-size: 12px;
    }

    .sp {
        padding: 50px 0;
    }
}

@media screen and (max-width:767px) {
    .banner-area img {
        min-height: 300px;
    }

    h1 {
        font-size: 40px;
    }

    .banner-caption h1 {
        max-width: 80%;
    }

    .banner-caption small {
        font-size: 18px;
    }

    .banner-caption span {
        font-size: 20px;
    }

    .about-area-text {
        text-align: center;
        padding: 30px 0;
        padding-bottom: 0;
    }

    .icon-tab {
        font-size: 15px;
        line-height: normal;
    }

    h2 {
        font-size: 35px;
    }

    .contact-info {
        max-width: inherit;
        text-align: center;
        margin-top: 0;
        margin-bottom: 30px;
    }

    .contact-form h5 {
        font-size: 25px;
    }

    .banner-area.inner img {
        min-height: 100%;
    }

    .banner-area.inner {
        height: 200px;
    }
}

@media screen and (max-width:480px) {
    body {
        font-size: 15px;
        line-height: 25px;
    }

    .form-control {
        padding: 15px;
    }

    header.header {
        padding: 15px 0;
    }

    .logo {
        top: 18px;
        max-width: 100px;
    }

    h1 {
        font-size: 35px;
    }

    h2 {
        font-size: 30px;
    }

    .heading-section {
        max-width: 100%;
    }

    .banner-caption h1 {
        max-width: 100%;
    }

    .banner-caption span {
        font-size: 18px;
    }

    .icons-area-inner {
        flex-wrap: wrap;
        justify-content: center;
    }

    .icon-tab img {
        height: 40px;
    }

    .f-bottom {
        flex-wrap: wrap;
        justify-content: center;
    }
}