:root {
    --title-font:'Playfair Display';
    --sub-title-font:'Playfair Display';
    --paragraph-font:'Montserrat';
    --h1:92px;
    --h2:72px;
    --h3:32px;
    --h4:22px;
    --h5:18px;
    --p:18px;

    --main_midnight:#e7e7e5;
    --main_linen:#fff;
    --main_clay:#a89e91;
    --main_charcoal:#1c1a19;
    --main_habor:#2c3e50;
    --green:#495e5c;
}
.h1, 
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    font-weight:700;
    font-family: var(--title-font);
    color:var(--main_midnight);
    text-transform: capitalize;

}
h1,
h1 * {
    font-size: var(--h1);
}
h2,
h2 * {
    font-size: var(--h2);
}
h3,
h3 * {
    font-size: var(--h3);
}
h4,
h4 * {
    font-size: var(--h4);
}
h5,
h5 * {
    font-size: var(--h5);
}

body,
p {
    font-size: var(--p);
    color:var(--main_charcoal);
    font-family: var(--paragraph-font);
    line-height: 1.4;
    font-weight: 400 ;
}
p {
    margin-bottom: 1rem;
}

.btn-secondary > span,
.btn-primary > span,
.btn-theme > span,
.btn {
    letter-spacing: 1px;
    font-size: 14px;
}



a,
a:hover,
input,
input:hover,
button,
button:hover,
img,
header,
.inner_header,
svg {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
img {
    max-width: 100%;
    height: auto;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-bottom-90 {
    margin-bottom: 90px;
}
.margin-bottom-120 {
    margin-bottom: 120px;
}
.margin-bottom-180 {
    margin-bottom: 180px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-90 {
    margin-top: 90px;
}
.margin-top-120 {
    margin-top: 120px;
}
.margin-top-180 {
    margin-top: 180px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 60px;
}
.padding-bottom-90 {
    padding-bottom: 90px;
}
.padding-bottom-120 {
    padding-bottom: 120px;
}
.padding-bottom-240 {
    padding-bottom: 240px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 60px;
}
.padding-top-90 {
    padding-top: 90px;
}
.padding-top-120 {
    padding-top: 120px;
}
.padding-top-180 {
    padding-top: 180px;
}
.padding-top-240 {
    padding-top: 240px;
}
.left_text {
    text-align: left;
}
.centered_text {
    text-align: center;
}
.right_text {
    text-align: right;
}

/* End Default Styling */
/* Modular Styling */
header {
    position: fixed;
    top:0;
    left:0;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
    background:rgba(35, 35, 35, 0.86);
    padding:20px 0;
}
header ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    text-align: right;
}
header ul>li {
    display: inline-block;
}
header ul>li>a {
    font-size: 14px;
    font-weight: 600;
    color: var(--green);
    margin: 1px;
    letter-spacing: 2px;
    text-transform: uppercase;
    -webkit-transition: all .4s;
    transition: all .4s;
    padding-bottom: 2px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}
header ul>li>a:hover {
    color:var(--green);
}
header ul>li>ul {
    display: none;
}
.main-menu-logo a {
    display: inline-flex;
    width: 100%;
}

header .header_1 {
    display: inline-flex;
}
header .header_1 img {
    fill:#fff;
    max-width: 250px;
    height: auto;
}
header .header_1 a {

}
header.scroll-nav {
    padding:15px 0;
}
header.scroll-nav .header_1 svg {
    max-width: 200px;
}

.heading-section {
    h2 {
        margin-bottom: 30px;
        span {
            color: var(--main_clay);
            font-size: var(--h2);
        }
    }
    span.sub-title {
        text-transform: uppercase;
        letter-spacing: 0.62em;
        margin-bottom: 12px;
        display: inline-block;
        font-size: 14px;
        font-weight: 600;   
        font-family: var(--sub-title-font);
        letter-spacing: 0.25em;
        margin-bottom: 15px;
    }
    p {
        margin-bottom: 1rem;
    }
    p:nth-last-child(1) {
        margin-bottom:0
    }
}
.banner-section {
    display: flex;
    align-items: center;
    justify-content: center;
    height:calc(100vh - 60px);
    h1 {
        color: var(--main_linen);
        line-height: 1.1;
        margin-bottom: 34px;
        animation: fade-left 1s ease;
        span {
            color: rgba(255, 255, 255, 0.46);
        }
    }
    p {
        margin-bottom: 30px;
        color: var(--main_linen);
        font-size: var(--h4);
    }
}
.banner-section_default {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    h1 {
        color: var(--main_linen);
        line-height: 1.1;
        margin-bottom: 34px;
        animation: fade-left 1s ease;
        span {
            color: rgba(255, 255, 255, 0.46);
        }
    }
    p {
        margin-bottom: 30px;
        color: var(--main_linen);
    }
}
.border-top {
     border-top: 1px solid #00000033;
}
footer {
    h4 {
        margin-bottom: 30px;
        font-size: 20px;
    }
    ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }
    ul li{
        display: flex;
        align-items: center;
        column-gap: 15px;
        margin-bottom: 30px;
    }
    ul li img{
        max-width: 22px;
        height: 22px;
    }
    ul li a{
        font-size: 18px;
        color: var(--main_charcoal);
        position: relative;
    }
    ul li a::after{
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 0;
        height: 1px;
        background-color: var(--main_charcoal);
        transition: all 0.5s;
    }
    ul li a:hover::after{
        width: 100%;
    }
    .newslatter-form-group {
        position: relative;
    }
    .footer_3 h4 {
        margin-bottom: 57px;
        font-size: 20px;
    }
    .footer_3 .form-control{
        padding: 15px 30px 15px 0;
        border: none;
        border-bottom: 1px solid #00000033;
        background-color: transparent;
        border-radius: 0;
        margin-bottom: 28px;
    }
    .newslatter-form-group .btn-link{
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        border: none;
        background: transparent;
        filter: brightness(0.5);
    }
    ul.footer-social-media-one {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    ul.footer-social-media-one li a{
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 1px solid #CCCCCC;
        position: relative;
        color: #000;
    }
    ul.footer-social-media-one li a:hover{
        color: var(--main_linen);
    }
    ul.footer-social-media-one li a::after{
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        height: 0;
        width: 0;
        transform: translate(-50%,-50%);
        border-radius: 100%;
        background-color: var(--main_charcoal);
        transition: all 0.5s ;
    }
    ul.footer-social-media-one li a:hover::after{
        height: 100%;
        width: 100%;
    }
    ul.footer-social-media-one li a i{
        position: relative;
        z-index: 1;
    }
    ul.footer-social-media-one li a img{
        filter: brightness(0);
        position: relative;
        z-index: 1;
        transition: all 0.5s ;
    }
    ul.footer-social-media-one li a:hover img{
        filter: brightness(10);
    }
    .footer-lower-one{
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
        row-gap: 15px;
        padding: 25px 0;
        border-top: 1px solid #00000033;
        margin-top: 60px;
    }
    .footer-lower-one p{
        margin-bottom: 0;
        color: var(--uniqo-dark-text);
        font-size: 14px;
    }
    .footer-lower-one ul{
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        column-gap: 15px;
    }
    .footer-lower-one ul li {
        margin-bottom: 0;
    }
    .footer-lower-one ul li a{
        font-size: 14px;
        color: var(--main_charcoal););
        position: relative;
    }
    .footer-lower-one ul li a::after {
        content: "";
        position: absolute;
        bottom: -4px;
        left: 0;
        width: 0;
        height: 1px;
        background-color: var(--main_charcoal);
        transition: all 0.5s;
    }
    .footer-lower-one ul li a:hover::after {
        width: 100%;
    }


}
ul.footer-menu-one li a:hover {
    color:var(--main_charcoal);
}
.footer-menu-one {
    column-count: 2;
}
.btn-secondary {
    background-color: var(--main_midnight);
    color: var(--main_linen);
}

.btn-primary {
    background-color: var(--main_habor);
    color: var(--main_linen);
}
.heading-title>span {
   color: var(--main_clay);
}
.main-footer {
    background: -webkit-linear-gradient(90deg, var(--main_linen) -1.6%, #FFFFFF 100%);
}
.patner-section-one {
    background-color: var(--main_linen);
}


footer .footer-logo-one svg{
    max-width: 289px;
    height: auto;
}
.footer-lower-one p,
.footer-lower-one ul li a {
    color: var(--main_charcoal);
    font-size: 14px;
}
footer 
header ul>li>a:hover {
    color:#fff;
}
header ul>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color:var(--green);
    transition: all 0.5s;
}
header ul>li>a:hover:after {
    width: 100%;
}
header {
    background: var(--main_midnight);
}
.btn {
    padding:15px 30px;
    text-transform: uppercase;
    border:solid thin transparent;
}
.btn_0 {
    background: var(--green);
    color:var(--main_linen);
    border-color: var(--green);
}
.btn_1 {
    background: var(--main_midnight);
    color:var(--main_linen);
    border-color: var(--main_midnight);
}
.btn_2 {
    background:var(--main_linen);
    color:var(--main_midnight);
    border-color: var(--main_linen);
}
.btn_1:hover {
    color:var(--main_midnight);
    background:var(--main_linen);
    border-color:var(--main_midnight);
}
.btn_2:hover {
    background: var(--main_midnight);
    color:var(--main_linen);
    border-color: var(--main_midnight);
}
.btn_0:hover {
    border-color: var(--main_linen);
    background:var(--main_linen);
    color:var(--green);
}

.banner-item-section {

}
.banner-item-section * {
    color:var(--green);
}
.banner-item-section p {
    margin-bottom: 0;
}
.banner-item-section {
    background-color: var(--green);
}
.banner-item-section * {
    color: #fff;
}
.banner_blank {
    height:500px;
}
.individual_panel {
    text-align: center;
}
.individual_panel span {
    width:120px;
    height:120px;
    border-radius: 100%;
    background:#fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom:30px;
}
.individual_panel span svg {
    fill:var(--green);
    max-width:60px;
    max-height:60px;
}
.individual_panel h3 {  
    color:#fff;
    margin-bottom:1rem;
}
.individual_panel p {
    margin-bottom:0;
    color:#fff;
}
footer {
	text-align: center;
	padding:60px 0 30px;
    background: var(--main_midnight);
}
footer img {
	max-height: 125px;
	margin-bottom: 30px;
}
footer a {
	color: var(--green);
	padding: 0;
	font-size: 15px;
	background: transparent;
	text-decoration: underline;
}
footer .social_media {
    margin:0 3.75px;
}
footer a:hover {
    color: var(--green);
}
footer a.social_media:hover {
    fill:var(--green);  
}
footer svg {
    width: 20px;
    height: auto;
    fill:var(--green);  
}
footer p {
    margin-bottom: 0;
    font-size: 14px;;
}
.default_container h2 {
    margin-top: 30px;
    margin-bottom:30px;
    font-size: var(--h3);
    color:var(--green);
}
.default_container ul {
    margin-bottom:30px;
}
.contact_container {

}
.contact_container h2 {
    margin-bottom:30px;
    font-size: var(--h3);
    color:var(--green);  
}
.contact_container a {
    color:var(--green);
}
.contact_container a:hover {
    color:var(--green);
}
@media(max-width:1200px) {
:root {
    --title-font:'Playfair Display';
    --sub-title-font:'Playfair Display';
    --paragraph-font:'Montserrat';
    --h1:72px;
    --h2:62px;
    --h3:32px;
    --h4:22px;
    --h5:18px;
    --p:18px;

    --main_midnight:#e7e7e5;
    --main_linen:#fff;
    --main_clay:#a89e91;
    --main_charcoal:#1c1a19;
    --main_habor:#2c3e50;
    --green:#495e5c;
}
}
@media(max-width:992px) {
:root {
    --title-font:'Playfair Display';
    --sub-title-font:'Playfair Display';
    --paragraph-font:'Montserrat';
    --h1:62px;
    --h2:42px;
    --h3:32px;
    --h4:22px;
    --h5:18px;
    --p:18px;

    --main_midnight:#e7e7e5;
    --main_linen:#fff;
    --main_clay:#a89e91;
    --main_charcoal:#1c1a19;
    --main_habor:#2c3e50;
    --green:#495e5c;
}
.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-bottom-30 {
    margin-bottom: 30px;
}
.margin-bottom-60 {
    margin-bottom: 30px;
}
.margin-bottom-90 {
    margin-bottom: 60px;
}
.margin-bottom-120 {
    margin-bottom: 60px;
}
.margin-bottom-180 {
    margin-bottom: 60px;
}

.margin-top-15 {
    margin-top: 15px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-60 {
    margin-top: 30px;
}
.margin-top-90 {
    margin-top: 60px;
}
.margin-top-120 {
    margin-top: 60px;
}
.margin-top-180 {
    margin-top: 60px;
}

.padding-bottom-15 {
    padding-bottom: 15px;
}
.padding-bottom-30 {
    padding-bottom: 30px;
}
.padding-bottom-60 {
    padding-bottom: 30px;
}
.padding-bottom-90 {
    padding-bottom: 60px;
}
.padding-bottom-120 {
    padding-bottom: 60px;
}
.padding-bottom-240 {
    padding-bottom: 60px;
}

.padding-top-15 {
    padding-top: 15px;
}
.padding-top-30 {
    padding-top: 30px;
}
.padding-top-60 {
    padding-top: 30px;
}
.padding-top-90 {
    padding-top: 60px;
}
.padding-top-120 {
    padding-top: 60px;
}
.padding-top-180 {
    padding-top: 60px;
}
.padding-top-240 {
    padding-top: 60px;
}

header.scroll-nav,
header {
    padding:30px 0;
    position: static;
}
header.scroll-nav .header_1 svg,
header .header_1 svg {
    max-width: 200px;
}


    .header_1 {
        justify-content: center;
        text-align: center;
    }
}