@font-face {
    font-family: 'Onest-Light';
    src: url('../fonts/Onest-Light.ttf');
}

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

@font-face {
    font-family: 'Onest-SemiBold';
    src: url('../fonts/Onest-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter-SemiBold';
    src: url('../fonts/Inter-SemiBold.ttf');
}

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

/*************************
COMMON CSS START
***************************/


html {
    scroll-behavior: smooth;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


body {
    overflow-x: hidden;
    margin: 0px;
    padding: 0px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    background: #FFF;
    color: #09090A;
    background-image: url('../images/body-bg.svg');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
/*     background-attachment: fixed; */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    margin-bottom: 15px;
    font-weight: normal;
    color: #111827;
}

h1 {
    font-size: 52px;
    line-height: 110%;
    letter-spacing: -0.92px;
    font-family: 'Onest-Bold';
}

h2 {
    font-size: 46px;
    line-height: 51px;
    letter-spacing: -0.92px;
    font-family: 'Onest-Bold';
}

h3 {
    font-size: 32px;
    line-height: 38px;
    font-family: 'Onest-SemiBold';
    letter-spacing: -0.96px;
}

h4 {
    font-size: 22px;
    line-height: 29px;
}

h5 {
    font-size: 24px;
    line-height: 28px;
    font-family: 'Onest-SemiBold';
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #151515;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Onest-Light';
}

a:hover {
    text-decoration: none;
    outline: none;
    transition: 0.5s ease-in-out all;
    -webkit-transition: 0.5s ease-in-out all;
    -ms-transition: 0.5s ease-in-out all;
    -moz-transition: 0.5s ease-in-out all;
    -o-transition: 0.5s ease-in-out all;
    color: #ed4300;
}

p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-family: 'Onest-Light';
}

img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    width: auto;
}

h6 {
    font-size: 20px;
    line-height: 24px;
    font-family: 'Inter-SemiBold';
}

.btn-primary {
    background: #ED4300;
    border-radius: 32px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Onest-Bold';
    color: #fff;
    display: inline-block;
    margin-bottom: 12px;
    margin-top: 0;
}

.container {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
    width: 100%;
    display: table;
}

.row {
    display: flex;
    align-items: start;
    flex-wrap: wrap;
}

nav ul {
    margin: 0;
    display: flex;
    padding: 0;
}

/*************************
COMMON CSS END
***************************/


/*************************
HERO SECTION START
***************************/
.hero-section {
    padding: 100px 0 60px 0;
}

.hero-section .hero-text {
    width: 50%;
    max-width: 580px;
}

.hero-section .row {
    align-items: center;
    justify-content: space-between;
}

.hero-section .hero-image img {
    aspect-ratio: 580/580;
}

.hero-section .hero-image {
    width: 50%;
    max-width: 580px;
}

/*************************
HERO SECTION END
***************************/


/*************************
ABOUT US START
***************************/
.about-section {
    padding: 101px 0;
}

.about-section .about-image {
    width: 46%;
    max-width: 548px;
}

.about-section .about-image img {
    border-radius: 32px;
}
.about-section .hero-text .about-image-mobile {
	display:none;
}

.about-section .hero-text {
    width: 54%;
    max-width: 625px;
    padding-left: 19px;
}

.about-section .hero-text .box {
    padding: 26px 24px;
    background: linear-gradient(180deg, #FFFFFF 50%, #FFF9F7 100%);
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    margin-bottom: 20px;
    position: relative;
}

.about-section .hero-text .box h3 {
    color: #154285;
    margin-bottom: 0;
    z-index: 1;
    position: relative;
	font-weight:500;
}
.about-section .hero-text .box:before {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border: 1px solid #FBEADC;
    border-radius: 24px;
    z-index: 0;
}

.about-section .hero-text .box p {
    margin-bottom: 0;
    z-index: 1;
    position: relative;
}
.about-section .hero-text .box p strong{
	font-weight:400;
}
.about-section .row {
    justify-content: space-between;
}

/*************************
ABOUT US END
***************************/


/*************************
WHY CHOOSE US START
***************************/
.choose-us-section {
    padding: 110px 0 10px 0;
}

.choose-us-section h2 {
    text-align: center;
    margin-bottom: 22px;
}

.choose-us-section p {
    text-align: center;
    margin-bottom: 0;
}

.choose-us-section strong {
    text-align: center;
    display: block;
}

.choose-us-section .box {
/*     background: radial-gradient(75% 38.5% at 76.6% 50%, #FFE5DB 2.48%, #FFF9F7 100%); */
	background: radial-gradient(38.5% 75% at 76.6% 50%, var(--color-grey-93, #FFE5DB) 2.48%, var(--color-grey-98, #FFF9F7) 100%);
    border-radius: 20px;
    padding: 32px;
    /* max-width: 584px; */
    width: calc(50% - 32px);
    margin: 16px 16px;
    display: flex;
    flex-direction: column;
    justify-content: end;
    transition: background 0.5s ease;
    background-size: 200% 200%;
    background-position: 0% 50%;
    animation: moveGradient 3s ease-in-out infinite alternate;
}


.choose-us-section .box h3 {
    color: #0B1538;
    font-size: 28px;
    line-height: 39px;
    margin-bottom: 0;
}

.choose-us-section .box p {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
}

.choose-us-section .box .icon-wrapper img {
    height: 125px;
    width: auto;
    margin-bottom: 34px;
}

.choose-us-section .box:nth-child(1) {
    width: calc(63.35% - 32px);
}

.choose-us-section .box:nth-child(2) {
    width: calc(36.65% - 32px);
}

.choose-us-section .box:nth-child(3),
.choose-us-section .box:nth-child(4) {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: end;
    height: 256px;
}

.choose-us-section .row {
    justify-content: space-between;
    margin: 0 -16px;
    align-items: stretch;
    padding-top: 30px;
}

.choose-us-section .box:nth-child(3) .text-wrapper,
.choose-us-section .box:nth-child(4) .text-wrapper {
    max-width: 265px;
}

.choose-us-section strong {
    font-size: 16px;
    line-height: 24px;
    color: #343434;
    font-family: 'Onest-Light';
    font-weight: normal;
}

/*************************
WHY CHOOSE US END
***************************/


/*************************
TEAM FOCUS  START
***************************/
.two-column-section .text-wrapper .list-row:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, #ff6e34 0%, rgba(171, 171, 171, 0.07) 100%);
    opacity: 0.5;
    height: 100%;
    width: 4px;
}

.two-column-section .text-wrapper .list-row:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: #ff6e34;
    height: 42px;
    width: 4px;
    border-radius: 2px;
}

.two-column-section .text-wrapper:nth-child(2) h6 {
    padding-left: 36px;
}

.two-column-section .text-wrapper h6 {
    margin-bottom: 25px;
}

.two-column-section .text-wrapper p {
    padding-bottom: 10px;
}

.two-column-section .row {
    justify-content: space-between;
}


.two-column-section .text-wrapper .list-row {
    padding-left: 36px;
    position: relative;
    padding-bottom: 30px;
}

.two-column-section .text-wrapper .list-row h5 {
    display: inline-block;
    margin-bottom: 0;
    padding-left: 10px;
}

.two-column-section .text-wrapper .list-row p {
    margin-top: 8px;
    padding-bottom: 5px;
    margin-bottom: 5px;
    /* padding-right: 4px; */
}

.two-column-section .text-wrapper .list-row img {
    width: 25px;
    height: 25px;
    display: inline-block;
    transform: translateY(5px);
}

.two-column-section .text-wrapper h2 {
    font-size: 40px;
    line-height: 50px;
}

.two-column-section {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFFFFF 50%, #FFF9F7 100%);
}

.two-column-section .text-wrapper {
    width: 50%;
    max-width: 580px;
}

.two-column-section .text-wrapper ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.two-column-section .text-wrapper ul li {
    display: table;
    background: #ED4300;
    border-radius: 32px;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Onest-Bold';
    color: #fff;
    margin-bottom: 12px;
    margin-top: 0;
}

/*************************
TEAM FOCUS  END
***************************/

/*************************
CONTACT US START
***************************/
.contact-section {
    padding: 30px 0 60px 0;
    position: relative;
}

.contact-section h2 {
    text-align: center;
}

.contact-section p {
    text-align: center;
}

.contact-section .container:after {
    content: '';
    position: absolute;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
    top: 4px;
    left: 4px;
    border: 1px solid #FBEADC;
    border-radius: 24px;
    z-index: -1;
    /* border-bottom-right-radius: 0; */
    /* border-bottom-right-radius: 0; */
}


.contact-section .container {
    position: relative;
    padding: 85px 0px;
    box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.05);
    border-radius: 24px;
    max-width: 1230px;
    z-index: 1;
    background-color: #fff;
}

/*************************
CONTACT US END
***************************/


/*************************
HEADER AND FOOTER START
***************************/
header .container {
    background: #FFFFFF;
    box-shadow: 0px 0.602187px 2.04744px -1.25px rgba(159, 162, 171, 0.14), 0px 2.28853px 7.78101px -2.5px rgba(159, 162, 171, 0.12), 0px 10px 34px -3.75px rgba(159, 162, 171, 0.05);
    border-radius: 100px;
    padding: 16px 24px 16px 24px;
    border: 1px solid #FFE4D1;
}

header .site-logo {
    display: flex;
    align-items: center;
}

header .site-logo img {
    width: 75px;
}

header nav ul li {
    list-style: none;
    padding: 0 12px;
}


header .row {
    justify-content: space-between;
    align-items: center;
}

header {
    padding: 24px;
    position: fixed;
    top: 0;
    z-index: 2;
    left: 0;
    margin: 0 auto;
    width: 100%;
}

header nav ul li a.active {
    color: #ED4300;
}

header .btn {
    display: none;
}

footer {
    background-color: #262628;
    padding: 60px;
}

footer .row {
    flex-direction: column;
}

footer .row nav {
    width: 100%;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    padding-bottom: 32px;
    margin-bottom: 32px;
}

footer nav {
    padding-top: 20px;
}

footer .row nav ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin: 12px 12px 12px 0;
    display: block;
}

.copyright a:hover,
footer .row nav ul li a:hover {
    color: #f54500;
}

footer nav ul li {
    list-style: none;
    padding-right: 24px;
}

footer .site-logo img {
    width: 117px;
}

.copyright {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.copyright p,
.copyright a {
    color: #fff;
    margin: 0;
}

header nav .mobile-text {
    display: none;
}

/*************************
HEADER AND FOOTER END
***************************/

/* Animation for smooth movement */
@keyframes moveGradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}


/*Form Css*/


.contact-section .cf-row {
    display: flex;
    align-items: start;
    column-gap: 20px;
    padding-bottom: 20px;
}

.contact-section .cf-row .wpcf7-form-control-wrap,
.contact-section .cf-row .wpcf7-form-control-wrap * {
    width: 100%;
    display: block;
    font-family: 'Onest-Light';
}

.contact-section .cf-row input,
.contact-section .cf-row textarea {
    width: 100%;
    padding: 30px;
    height: 58.19px;
    background: linear-gradient(180deg, #FFFFFF 50%, #FEFEFE 100%);
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.07);
    border-radius: 40px;
    border: 1px solid #FBEADC;
    font-family: 'Onest-Light';
    font-weight: 400;
    font-size: 16px;
    position: relative;
}

.contact-section .wpcf7-not-valid-tip {
    margin: 5px 0px 5px 10px;
}

.contact-section form.wpcf7-form.init {
    display: flex;
    flex-direction: column;
    /* gap: 20px; */
}

.contact-section .cf-row textarea {
    height: 144px;
}

.contact-section .cf-row .contact-submit {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 16px 28px;
    height: 56px;
    background: #FF4800;
    max-width: 140px;
    box-shadow: 0px 0.602187px 2.28831px rgba(252, 191, 167, 0.06), 0px 2.28853px 8.69643px rgba(252, 191, 167, 0.23), 0px 10px 38px #FCBFA7;
    border-radius: 100px;
    border: 3px solid #fff;
    font-family: "Onest-Bold";
    font-size: 20px;
    cursor: pointer;
    margin: 0 auto;
    line-height: 19px;
    color: #FFFFFF;
    transition: all 0.3s ease-in-out;

}

.contact-section .cf-row .contact-submit:hover {
    background: #262628;

}

.contact-section .wpcf7-spinner {
    position: absolute;
    right: 0;
}


.contact-section .contact-form-box {
    justify-content: center;
    max-width: 485px;
    margin: 40px auto 0;
    position: relative;
}
.desktop-contact-info{
	display:block;
}
.mobile-contact-info{
	display:none;
}

/**/

@media only screen and (max-width: 1281px) {
    .container {
        max-width: 1200px;
    }

    .contact-section .container {
        max-width: 1200px;
    }
}

@media only screen and (max-width: 1199px) {
    h1 {
        font-size: 32px;
        line-height: 36px;
    }

    .about-section .hero-text .box h3 {
        font-size: 24px;
        line-height: 38px;
    }

    h2 {
        font-size: 36px;
        line-height: 42px;
        letter-spacing: -0.36px;
    }

    h5 {
        font-size: 18px;
        line-height: 25px;
    }

    .hero-section {
        padding: 100px 0 0 0;
    }

    .about-section {
        padding: 50px 0 0 0;
    }

    .hero-section .hero-text {
        max-width: 330px;
    }

    .hero-section .hero-image {
        max-width: 480px;
    }


    .choose-us-section .box {
        align-items: normal;
        width: calc(50% - 20px);
        max-width: 100%;
        margin: 10px;
    }

    .choose-us-section .box:nth-child(1) {
        width: calc(50% - 20px);
    }

    .choose-us-section .box:nth-child(2) {
        width: calc(50% - 20px);
    }

    .choose-us-section .box:nth-child(3),
    .choose-us-section .box:nth-child(4) {
        height: auto;
        align-items: start;
        flex-direction: column;
    }

    .two-column-section {
        padding: 80px 0 0 0;
    }

    .two-column-section .text-wrapper {
        padding-bottom: 50px;
        width: 100%;
    }

    .two-column-section .text-wrapper ul li {
        display: table;
    }

    .two-column-section .text-wrapper ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .two-column-section .text-wrapper .btn {
        display: inline-block;
    }

    .container {
        max-width: 900px;
    }

    .contact-section .container {
        max-width: 900px;
    }

    .choose-us-section strong {
        font-family: 'Onest-Bold';
    }

    .about-section .hero-text {
        width: 52%;
        padding-top: 0;
    }

    .choose-us-section .box .icon-wrapper img {
        height: 100px;
    }

    .two-column-section .text-wrapper h2 {
        font-size: 36px;
        line-height: 42px;
    }
}


@media only screen and (max-width: 991px) {
    .contact-section .cf-row {
        flex-direction: column;
        row-gap: 20px;
    }

    .container {
        max-width: 700px;
    }


    .contact-section .container {
        max-width: 700px;
    }

    .about-section .hero-text {
        width: 100%;
        padding-left: 0;
        padding-top: 50px;
        max-width: 100%;
    }

    .about-section .about-image {
        width: 100%;
        max-width: 350px;
    }
	.about-section .hero-text .box h3 {
		font-weight:600;
	}

}


@media only screen and (max-width: 767px) {
    header nav {
        position: fixed;
        background: #FFFFFF;
        box-shadow: 0px 0.602187px 2.04744px -1.25px rgba(159, 162, 171, 0.14), 0px 2.28853px 7.78101px -2.5px rgba(159, 162, 171, 0.12), 0px 10px 34px -3.75px rgba(159, 162, 171, 0.05);
        border-radius: 24px;
        height: calc(100vh - 40px);
        top: 23px;
        left: 0;
        width: calc(100% - 40px);
        margin: 0 auto;
        display: table;
        right: 0;
        border: 1px solid #FFE4D1;
        padding: 24px;
        transform: translateX(800px);
        transition: 0.5s;
        /* overflow: auto; */
        /* min-height: calc(100vh - 60px); */
        /* max-height: 528px; */
        overflow-y: scroll;
        display: block;
    }

    .hero-section .hero-text {
        width: 100%;
        text-align: center;
    }

    .hero-section .hero-image {
        width: 100%;
        margin-top: 5px;
    }

    body {
        background-size: auto;
    }

    .hero-section .hero-text p {
        margin-bottom: 0;
        max-width: 280px;
        margin: 0 auto;
    }

    .hero-section {
        padding-top: 120px;
    }

    .about-section .hero-text h2 {
        display: none;
    }

    .about-section .hero-text .box p {
        color: #545454;
        margin-top: 8px;
    }
	.about-section .hero-text .box p strong{
		font-weight:600;
	}
    .about-section .about-image img {
        aspect-ratio: 280 / 240;
        width: 100%;
        margin: 0 auto;
        display: table;
    }

    .about-section {
        padding-top: 85px;
    }

    .about-section .about-image {
        display: none;
    }

    .about-section .hero-text .about-image {
        display: block;
        margin-bottom: 20px;
    }

    .about-section .hero-text {
        padding-top: 10px;
    }

    body {
        color: #545454;
    }

    p {
        color: #545454;
    }

    .btn-primary {
        font-family: 'Inter-Regular';
    }

    .two-column-section .text-wrapper:nth-child(2) {
        border-left: 1px solid #fec7b1;
        padding-bottom: 0;
    }

    .two-column-section .text-wrapper .list-row:before {
        left: -2.5px;
    }

    .two-column-section .text-wrapper .list-row:after {
        left: -2.5px;
    }

    .two-column-section .text-wrapper .list-row {
        padding-left: 25px;
    }

    .two-column-section .text-wrapper:nth-child(2) h6 {
        padding-left: 24px;
    }

    .two-column-section {
        background: unset;
    }

    .two-column-section .text-wrapper .list-row:last-child {
        padding-bottom: 0;
    }

    .two-column-section .text-wrapper .list-row:last-child p {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .choose-us-section {
        padding-top: 80px 0 80px 0;
    }

    .choose-us-section strong {
        color: #545454;
        padding-top: 20px;
    }

    .choose-us-section .row {
        padding-top: 8px;
        margin: 0;
    }

    .choose-us-section .box {
        padding: 16px;
        width: 100%;
        margin-bottom: 8px;
        margin-top: 8px;
        max-width: 100% !important;
        margin-left: 0;
        margin-right: 0;
    }

    .choose-us-section .box:nth-child(1) {
        width: 100%;
    }

    .choose-us-section .box:nth-child(2) {
        width: 100%;
    }


    .choose-us-section .box .icon-wrapper img {
        height: 150px;
        margin-bottom: 10px;
    }

    .choose-us-section .box p {
        max-width: 248px;
    }

    .contact-section p {
        margin-bottom: 0;
        margin-top: 0;
    }

    .contact-section h2 {
        padding-bottom: 15px;
    }

    h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .contact-section p {
        max-width: 280px;
        margin: 0 auto;
    }

    .hero-section .row {
        justify-content: center;
    }

    .contact-section .container {
        box-shadow: none;
        padding: 50px 10px;
    }

    footer .row nav ul {
        flex-direction: column;
    }

    footer {
        padding: 40px 0;
        text-align: center;
    }

    footer .site-logo {
        width: 100%;
    }

    .copyright {
        flex-direction: column-reverse;
        align-items: start;
        gap: 15px;
    }

    header .btn {
        width: 44px;
        height: 44px;
        display: block;
        border: 1px solid #FFE4D1;
        box-shadow: 0px 0.602187px 2.04744px -1.25px rgba(159, 162, 171, 0.14), 0px 2.28853px 7.78101px -2.5px rgba(159, 162, 171, 0.12), 0px 10px 34px -3.75px rgba(159, 162, 171, 0.05);
        border-radius: 100px;
        background-color: #fff;
    }

    header .container {
        padding: 4px 4px 4px 20px;
    }

    header nav .btn {
        position: absolute;
        right: 10px;
        border: 0;
        box-shadow: none;
        width: 24px;
        padding: 0;
        height: 24px;
        top: 10px;
    }

    header nav ul {
        flex-direction: column;
        align-items: center;
        padding-top: 55px;
    }

    header nav ul li a {
        color: #343434;
        font-family: 'Onest-Bold';
        background-color: #FFFAF8;
        padding: 14px;
        display: block;
        max-width: 216px;
        width: 100%;
        margin: 0 auto;
    }

    header nav ul li {
        display: block;
        margin-bottom: 25px;
        width: 100%;
        text-align: center;
    }

    body.menu-active {
        overflow: hidden;
    }

    body.menu-active header nav {
        transform: translateX(0px);
    }

    header nav .mobile-text {
        text-align: center;
        max-width: 255px;
        margin: 0 auto;
        display: block;
    }

    header nav .mobile-text .site-logo {
        justify-content: center;
        padding-top: 20px;
    }

    header nav .mobile-text a {
        font-family: 'Onest-Bold';
    }

    .hero-section .hero-image img {
        max-width: 280px;
        max-height: 230px;
        margin: 0 auto;
        display: table;
        aspect-ratio: 280 / 230;
    }

    .two-column-section .text-wrapper {
        padding-bottom: 25px;
    }

    .contact-section .container:after {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-bottom: 0;
    }

    .contact-section {
        padding-bottom: 30px;
    }

    body {
        background-attachment: local;
    }

    body:before {
        opacity: 0;
        content: '';
        width: 100%;
        height: 100%;
        left: 0;
        background-image: url(../images/body-bg.svg);
        background-position: center top;
        background-repeat: no-repeat;
        position: fixed;
        top: 0;
        z-index: -1;
        background-color: #fff;
        transition: 0.5s;
    }

    body.menu-active:before {
        opacity: 1;
        z-index: 1;
    }

    footer nav ul li {
        padding-right: 0;
    }

    .copyright p,
    .copyright a {
        font-size: 14px;
        line-height: 22px;
    }

    footer .row nav ul li a {
        margin-left: 0;
        margin-right: 0;
    }
	.desktop-contact-info{
		display:none;
	}
	.mobile-contact-info{
		display:block;
	}
	.contact-section .cf-row .contact-submit{
		max-width:100%;
	}
}

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


    header nav .mobile-text p,
    header nav .mobile-text a {
        font-size: 14px;
        line-height: 24px;
    }

    header nav ul {
        padding-top: 40px;
    }

    header nav ul li {
        margin-bottom: 20px;
    }

    header nav .mobile-text .site-logo {
        padding-top: 10px;
    }
}