:root {
    --primary-color: #6e4193;
    --secondary-color: #1fa1c8;
    --primary-text-color: #707070;
    --heading-color: #292929;
    --lightGrey-text-color: #7c7c7c;
    --grey-text-color: #3a3a3a;
}

body {
    background: #fff;
    color: var(--primary-text-color);
    font-family: "Poppins", sans-serif !important;
    overflow-x: hidden;
    font-size: 18px;
}

* {
    box-sizing: border-box;
    transition: 0.3s;
}
.ptb-100 {
    padding: 100px 0 !important;
}
.pt-100 {
    padding-top: 100px !important;
}
.pt-150 {
    padding-top: 150px;
}
.fw-medium {
    font-weight: 500 !important;
}
.fs-22 {
    font-size: 22px !important;
}
.fs-25 {
    font-size: 25px !important;
}
.jnav .blck {
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.jnav.open .blck.animate {
    opacity: 1;
    transform: translateY(0);
}

/* Links animation */
.jnav .lnks a {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out;
}

.jnav.open .lnks a.animate {
    opacity: 1;
    transform: translateY(0);
}
/* main#main {
    padding-top: 110px;
} */

::placeholder {
    color: #aeaeae !important;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    color: #1bb1dc;
    text-decoration: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.5;
}

h3 {
    font-size: 34px;
}

.container {
    width: 100%;
    max-width: 1435px;
}

.navigation {
    transition: all 0.5s;
    padding: 10px 20px;
    position: fixed;
    left: 0;
    top: 15px;
    right: 0;
    max-width: 1435px;
    z-index: 2;
    backdrop-filter: blur(3px);
    background-color: hsla(0, 0%, 67%, 0.1);
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
    transition: none;
}
.navigation .lrow {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.navigation .logo {
    width: 80px;
    height: 57px;
    padding: 0;
    opacity: 0;
}
.main-logo {
    width: 80px;
    padding: 0;
    display: block;
    position: fixed;
    mix-blend-mode: difference;
    z-index: 3;
    top: 25px;
    left: calc((100vw - 1395px) / 2);
}

.navigation .lrow .ryt {
    display: inline-flex;
    gap: 0 30px;
    align-items: center;
}
.hideLoginBtn {
    display: none;
}
.navigation .ryt a {
    width: 285px;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
    box-sizing: border-box;
    color: var(--heading-color);
    border-radius: 40px;
}
.navigation .ryt a:hover {
    background-color: var(--heading-color);
    color: #fff;
}
.navigation .tnavP {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-right: 0;
    justify-content: center;
    border: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
    font-size: 24px;
}

.navigation .tnavP:hover {
    background-color: var(--heading-color);
    border: 1px solid white;
}

.navigation .tnavP:hover i {
    color: white;
}

.navigation .tnav {
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
    height: 40px;
    width: 40px;
    margin-right: 0;
    justify-content: center;
    border: 0;
    box-sizing: border-box;
    background-color: #fff;
    border-radius: 4px;
}
.navigation .tnav:hover {
    background-color: var(--heading-color);
}
.navigation .tnav:hover::before,
.navigation .tnav:hover::after,
.navigation .tnav:hover span {
    background-color: #ffffff;
}
.navigation .tnav::before,
.navigation .tnav::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #282828;
    transition: 0.3s ease-in-out;
}
.navigation .tnav::before {
    top: 12px;
}
.navigation .tnav::after {
    bottom: 12px;
}
.navigation .tnav span {
    width: 20px;
    height: 1px;
    background-color: #282828;
    position: absolute;
}
.navigation.open .tnav span {
    opacity: 0;
}
.navigation.open .tnav::before {
    transform: rotate(-45deg);
    transform-origin: 18px 4px;
}
.navigation.open .tnav::after {
    transform: rotate(45deg);
    transform-origin: 20px -4px;
}

div.jnav {
    position: fixed;
    z-index: 1;
    inset: 0;
    background-color: #1e2124;
    padding-top: 120px;
    overflow: auto;
    display: none;
}
div.jnav.open {
    display: block;
}
div.jnav .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 30px;
}
div.jnav .blck {
    border-top: 1px solid #fff;
    padding-block: 15px;
}
div.jnav .blck .ttl {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
div.jnav .blck .ttl h3 {
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #b9b9b9;
}
div.jnav .blck .ttl a {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    text-decoration: underline !important;
}
div.jnav .blck div.lnks,
div.jnav .blck div.lnks .lgrp {
    display: flex;
    flex-direction: column;
}
div.jnav .blck div.lnks a {
    color: #fff;
    font-size: 34px;
    width: fit-content;
    padding: 5px 0;
    transition: color 0.25s ease-in-out;
}
div.jnav .blck div.lnks a:hover {
    color: #8a8a8a;
}
div.jnav .blck div.lnks .lgrp a ~ a {
    margin-left: 15px;
}
div.jnav .blck:has(.prt) {
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px 0;
}
div.jnav .blck .prt:not(:last-child) {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    min-height: 304px;
}
div.jnav .blck .prt .news {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0 30px;
}
div.jnav .blck .prt a {
    color: #fff;
    font-size: 12px;
    display: block;
}
div.jnav .blck .prt a:hover {
    color: #8a8a8a;
}
div.jnav .blck .prt a:has(img) {
    text-transform: uppercase;
}
div.jnav .blck .prt a img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    margin: 10px 0;
}
div.jnav .blck .prt a p {
    text-transform: initial;
    font-size: 16px;
    margin: 0;
}
div.jnav .blck .prt .impt a img {
    height: 260px;
}
div.jnav .blck .prt .ofrs a p {
    font-size: 16px;
}
div.jnav .blck .prt .ofrs a p + span {
    font-size: 16px;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}
div.jnav .blck .prt:has(.qlnks) {
    display: flex;
    justify-content: space-between;
}
div.jnav .blck .prt .qlnks a {
    font-size: 16px;
    padding: 2px 15px 2px 0;
    position: relative;
}
div.jnav .blck .prt .qlnks a:hover {
    padding-right: 0;
    padding-left: 15px;
}
div.jnav .blck .prt .qlnks a::before {
    content: "";
    width: 0;
    height: 1px;
    position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fff;
}
div.jnav .blck .prt .qlnks a:hover::before {
    width: 10px;
    background-color: #8a8a8a;
}

body.open {
    overflow: hidden;
}
.navigation.open {
    z-index: 2;
    background: transparent;
    box-shadow: none;
}
.navigation.open .ryt a {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
}
.navigation.open .ryt a:hover {
    border-color: transparent;
}
.navigation.open .tnav:hover {
    background-color: #fff !important;
}
.navigation.open .tnav:hover::before,
.navigation.open .tnav:hover::after {
    background-color: #282828 !important;
}
/* nav.navbar .navbar-nav {
    gap: 0 20px;
    align-items: center;
}
nav.navbar .navbar-nav .nav-link {
    color: var(--heading-color);
    font-weight: 500;
}
nav.navbar .navbar-nav .nav-link:hover,
nav.navbar .navbar-nav .nav-item.dropdown.show .nav-link {
    color: var(--primary-text-color);
}
nav.navbar .navbar-nav .contact-us .nav-link {
    background-color: var(--primary-color);
    color: #fff;
    border-radius: 40px;
    padding: 0 50px;
    margin-left: 20px;
    line-height: 52px;
}
nav.navbar .dropdown-menu {
    box-shadow: 0 20px 10px #0000002b;
    border-left: 0;
    border-radius: 10px;
    border-right: 0;
    border-bottom: 0;
}
nav.navbar .dropdown-toggle::after {
    display: inline-block;
    margin-left: .4em;
    vertical-align: 0.05em;
    content: "";
    border-right: 2px solid;
    border-bottom: 2px solid;
    width: 10px;
    height: 10px;
    transform: rotate(45deg);
    border-left: 0;
    border-top: 0;
}
nav.navbar.header-scrolled {
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
    padding: 2px 0;
}
nav.navbar.header-scrolled .navbar-brand {
    width: 100px;
} */

h2.scttl {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--heading-color);
}
h2.scttl span {
    color: var(--primary-color);
}

h4.scttl {
    text-align: center;
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 50px;
    color: var(--heading-color);
}
h4.scttl span {
    color: var(--primary-color);
}

/* footer */
section.nwsltr {
    background: linear-gradient(#ffffff 50%, #f3f3f3 50%);
    padding-block: 50px;
}
.bg-lightGreyFooter {
    background: linear-gradient(#f9f9f9 50%, #f3f3f3 50%) !important;
}
section.nwsltr .row.d-flex {
    background-color: #fff;
    padding: 50px;
    border-radius: 20px;
    box-shadow: 0px 11.34px 45.358px 0px rgba(0, 0, 0, 0.1);
    align-items: center;
    max-width: 1315px;
    margin: 0 auto;
}
section.nwsltr .row.d-flex .text {
    display: inline-flex;
    align-items: center;
    gap: 0 30px;
}
section.nwsltr .row.d-flex .text img {
    width: 65px;
    height: 65px;
    object-fit: contain;
}
section.nwsltr .row.d-flex .text p {
    margin: 0;
    font-weight: 500;
    color: var(--heading-color);
    font-size: 20px;
}
section.nwsltr .row.d-flex .form-group {
    position: relative;
    margin: 0;
}
section.nwsltr .row.d-flex .form-group input {
    height: 50px;
    border-radius: 50px;
    border: 1px solid #d1d1d1;
    padding: 10px 70px 10px 30px;
    font-size: 17px;
    font-weight: 500;
}
section.nwsltr .row.d-flex .form-group button {
    position: absolute;
    right: 5px;
    top: 4px;
    border: 0;
    border-radius: 50px;
    width: 42px;
    height: 42px;
    background-color: var(--primary-color);
    padding: 0;
}
section.nwsltr .row.d-flex .form-group button img {
    width: 20px;
}

footer {
    background-color: #f3f3f3;
    padding: 70px 0 0;
}
footer .logo {
    width: 120px;
    height: 92px;
    margin-bottom: 40px;
}
footer .logo + p {
    color: #3c3c3c;
    font-size: 18px;
    max-width: 80%;
}
footer .col-lg-6.right {
    padding-left: 60px;
}
footer .col-lg-6.right .col-md-6:first-child {
    padding-left: 70px;
}
footer h5 {
    color: var(--heading-color);
    font-size: 24px;
    margin: 60px 0 20px;
    font-weight: 600;
}
footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
    margin: 0;
}
footer .ql li:hover {
    padding-left: 5px;
}
footer .ql a {
    font-size: 20px;
    color: #3c3c3c;
}
footer h6 {
    font-size: 28px;
    font-weight: 700;
    color: var(--heading-color);
    margin: 0 0 20px;
    line-height: 1.2;
}
footer h6 + ul li {
    display: flex;
    align-items: center;
    gap: 0 20px;
    font-size: 14px;
    color: #3c3c3c;
}
footer h6 + ul li img {
    width: 20px;
    height: 20px;
}
footer .btm {
    margin-top: 200px;
    border-top: 2px solid #c8c8c8;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0 30px;
}
footer .btm ul.slnks {
    display: flex;
    flex-direction: row;
    gap: 0 35px;
    margin-block: -22px 30px;
}
footer .btm ul.slnks a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: var(--primary-color);
    border-radius: 50px;
}
footer .btm ul.slnks a:hover {
    /* background-color: var(--secondary-color); */
    margin-top: -1px;
    opacity: 0.9;
    box-shadow: 0 2px 2px #0000005e;
}
footer .btm p {
    margin: 0;
    font-size: 18px;
}

section.hpai {
    /* background-image: url(../img/hpaiBg.gif); */
    background-image: url(../img/hpaiBg.svg);
    padding: 80px 0;
    background-size: cover;
    background-position: center;
    position: relative;
    background-attachment: fixed;
}
section.hpai::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #6e4193d9;
    inset: 0;
}
section.hpai h2.scttl {
    /* width: 46%; */
    margin-inline: auto;
    color: #fff;
    font-size: 38px;
    font-weight: 500;
    line-height: 56px;
}
section.hpai a {
    display: block;
    margin: 0 auto;
    width: fit-content;
    padding: 13px 20px;
    background-color: #fff;
    font-size: 18px;
    font-weight: 500;
    color: var(--primary-color);
    border-radius: 80px;
    min-width: 310px;
    text-align: center;
}
section.hpai a:hover {
    background-color: var(--secondary-color);
    color: #fff;
}

/* contact section */
section.cntct {
    padding: 100px 0;
}
section.cntct {
    background-color: #f9f9f9;
}
section.cntct .row.cntrw {
    /* padding: 0 43px; */
    max-width: 1190px;
    margin: 0 auto;
}
section.cntct .loading,
section.cntct .sent-message {
    display: none;
}
section.cntct .col-lg-6:first-child {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
section.cntct .info {
    background-color: #fff;
    border-radius: 20px;
    padding: 30px 40px;
    display: flex;
    align-items: center;
    gap: 0 30px;
}
section.cntct .info:first-child {
    align-items: start;
}
section.cntct .info span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary-color);
    width: 61px;
    height: 61px;
    border-radius: 50px;
}
section.cntct .info span img {
    width: 34px;
    height: 34px;
    object-fit: contain;
}
section.cntct .info div {
    flex: 1;
}
section.cntct .info div h4 {
    font-size: 25px;
    font-weight: 500;
    margin: 0;
    color: #434343;
}
section.cntct .info div p {
    margin: 0;
    margin-bottom: 0px;
    font-size: 16px;
    font-weight: 500;
    color: #8f8f8f;
}
section.cntct .info div p:not(:last-child) {
    margin-bottom: 20px;
}
section.cntct form {
    background-color: #fff;
    padding: 60px 50px;
    border-radius: 20px;
    height: 100%;
}
section.cntct form .row {
    height: inherit;
}
section.cntct form input,
section.cntct form textarea {
    font-size: 18px;
    padding: 0;
    border-bottom: 2px solid #dedede;
    border-radius: 0;
    box-shadow: none !important;
    outline: none;
    background: transparent !important;
    border-top: 0;
    border-inline: 0;
}
section.cntct form textarea {
    border: 0;
    border-bottom: 2px solid #dedede;
    min-height: 47px;
    height: 47px;
}
/* section.cntct form input::placeholder,
section.cntct form textarea::placeholder {
    color: #AEAEAE;
} */
section.cntct form .row {
    height: inherit;
}
section.cntct form .row .col-md-12:last-child {
    margin: 0;
    display: inline-flex;
    align-items: end;
}
section.cntct form button {
    width: 100%;
    background-color: var(--secondary-color);
    color: #fff;
    border: 0;
    border-radius: 0;
    height: 55px;
    border-radius: 40px;
    font-size: 20px;
    padding: 0;
}
section.cntct form button:hover {
    opacity: 0.9;
    transform: scale(0.99);
}
/* contact section */

/* Inner pages */
section.ihero,
section.bhero {
    height: 850px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    color: #fff;
}
section.ihero h1 {
    font-size: 50px;
    max-width: 80%;
    margin: 0 auto;
    line-height: 66px;
    font-weight: 500;
}
section.bhero p + p {
    margin: 0;
    font-size: 30px;
    max-width: 80%;
}

.iscttl {
    font-size: 34px;
    margin: 0 0 10px;
    color: var(--heading-color);
    font-weight: 500;
}
.iscttl span {
    color: var(--primary-color);
}

section.cntcvr {
    height: 620px;
    background-size: cover;
    background-position: center;
}


.searchInput {
    margin: 40px 0 30px;
}
.searchInput input {
    width: 230px;
    outline: 2px solid transparent;
    outline-offset: 2px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-radius: 0.5rem;
    background-color: #f6f6f6;
    border: 1px solid #e5e7eb;
    font-size: 16px;
    font-weight: 400;
}
/* Inner pages */

/* 1400-1599 */
@media (max-width: 1599px) {
    .navigation {
        max-width: calc(100vw - 30px);
    }
    .main-logo {
        left: 36px;
    }
    .container {
        max-width: 1360px;
    }

    h2.scttl {
        font-size: 30px;
    }

    nav.navbar .navbar-nav .nav-link {
        font-size: 20px;
    }

    footer .col-lg-6.right .col-md-6:first-child {
        padding-left: 50px;
    }

    section.hpai h2.scttl {
        width: 100%;
        /* max-width: 725px; */
    }
    section.hpai h2.scttl {
        font-size: 34px;
        line-height: 46px;
    }

    section.cntct .info div h4 {
        font-size: 22px;
    }

    footer h5 {
        font-size: 22px;
    }
    footer h6 {
        font-size: 24px;
    }

    .iscttl {
        font-size: 30px;
    }

    div.jnav .blck div.lnks a {
        font-size: 20px;
    }

    div.jnav .blck .prt a img {
        height: 140px !important;
    }

    section.ihero h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* 1200-1399 */
@media (max-width: 1399px) {

    
    div.jnav .blck div.lnks a {
        font-size: 20px;
    }

    div.jnav .blck .prt a img {
        height: 140px !important;
    }
    
    section.ihero h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* 992-1199 */
@media (max-width: 1199px) {
    .container {
        max-width: 1030px;
    }

    /* .navigation {
        width: calc(100vw - 30px);
        max-width: 1030px;
    }
    .main-logo {
        left: calc((100vw - 990px) / 2);
    } */

    nav.navbar .navbar-nav {
        gap: 0 5px;
    }
    nav.navbar .navbar-nav .nav-link {
        font-size: 18px;
    }
    nav.navbar .navbar-nav .contact-us .nav-link {
        padding: 0 30px;
        font-size: 18px;
        margin-left: 10px;
    }

    /* section.cntct .info div p {
        font-size: 16px;
    } */

    section.nwsltr .row.d-flex {
        margin: 0;
    }

    footer .logo {
        width: 180px;
        height: 117px;
    }
    footer .col-lg-6.right {
        padding-left: 50px;
    }
    footer .col-lg-6.right .col-md-6:first-child {
        padding-left: 15px;
    }
    /* footer h5 {
        font-size: 24px;
    } */
    /* footer .ql a {
        font-size: 22px;
    } */
    footer h6 {
        font-size: 24px;
    }


    section.ihero,
    section.bhero {
        height: 500px;
    }

    section.cntcvr {
        height: 400px;
    }

}

/* 768-991 */
@media (max-width: 991px) {
    /* .container {
        max-width: 768px;
    } */

    /* main#main {
        padding-top: 92px;
    } */

    div.jnav .container {
        display: flex;
        gap: 0 15px;
        flex-wrap: wrap;
    }
    div.jnav .container .blck:first-child {
        flex: 0 0 32%;
    }
    div.jnav .container .blck:nth-child(2) {
        flex: 0 0 65%;
    }
    div.jnav .container .blck:last-child {
        flex: 0 0 65%;
        margin-left: auto;
    }
    div.jnav .blck div.lnks a {
        font-size: 20px;
    }
    div.jnav .blck .prt .news {
        gap: 0 15px;
    }
    div.jnav .blck .prt:not(:last-child) {
        min-height: auto;
    }


    nav.navbar {
        /* height: 90px; */
        padding: 10px 0;
    }
    nav.navbar.header-scrolled {
        box-shadow: none;
        padding: 10px 0;
    }
    .navbar-brand,
    nav.navbar.header-scrolled .navbar-brand {
        width: 110px;
    }
    nav.navbar .container {
        padding-inline: 15px;
    }
    nav.navbar .navbar-toggler {
        position: relative;
        padding: 0;
        display: flex;
        align-items: center;
        height: 32px;
        width: 32px;
        margin-right: 2px;
    }
    nav.navbar .navbar-toggler::before,
    nav.navbar .navbar-toggler::after {
        content: "";
        position: absolute;
        width: 32px;
        height: 2px;
        background-color: #282828;
        transition: 0.3s ease-in-out;
    }
    nav.navbar .navbar-toggler::before {
        top: 0;
    }
    nav.navbar .navbar-toggler::after {
        bottom: 0;
    }
    nav.navbar .navbar-toggler .navbar-toggler-icon {
        width: 32px;
        height: 2px;
        background-color: #282828;
        position: absolute;
    }
    nav.navbar .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
        opacity: 0;
    }
    nav.navbar .navbar-toggler[aria-expanded="true"]::before {
        transform: rotate(-45deg);
        transform-origin: 32px 8px;
    }
    nav.navbar .navbar-toggler[aria-expanded="true"]::after {
        transform: rotate(45deg);
        transform-origin: 33px -6px;
    }
    nav.navbar .navbar-nav .nav-item.dropdown.show .nav-link {
        text-align: center;
    }
    nav.navbar .dropdown-item {
        text-align: center;
    }

    section.cntct form {
        margin-top: 30px;
    }

    section.nwsltr .row.d-flex .text {
        gap: 0 20px;
    }
    section.nwsltr .row.d-flex .text img {
        width: 70px;
        height: 70px;
    }

    footer .col-lg-6.right {
        padding-left: 15px;
    }

    section.ihero h1 {
        font-size: 40px;
        line-height: 50px;
    }
}

/* 576-767 */
@media (max-width: 767px) {
    .navigation {
        max-width: 100vw;
        top: 0;
        border-radius: 0;
    }
    .main-logo {
        left: 21px;
        top: 20px;
    }
    .navigation .ryt a {
        width: 140px;
        font-size: 16px;
    }
    div.jnav {
        padding-top: 100px;
    }
    div.jnav .blck {
        flex: 0 0 100% !important;
    }

    h2.scttl {
        font-size: 30px;
    }

    section.cntct {
        padding: 50px 0;
    }
    section.cntct .info div h4 {
        font-size: 24px;
    }
    section.cntct form button {
        height: 50px;
    }

    section.nwsltr .row.d-flex {
        gap: 30px;
    }

    footer h5 {
        margin: 40px 0 20px;
    }

    .searchInput {
        margin: 20px 0 20px;
    }

    section.hpai h2.scttl {
        width: 85%;
    }
    /* section.hpai a {
        font-size: 18px;
        padding: 11px 40px;
        min-width: 450px;
        margin: 0 auto 10px;
    } */

    section.hpai {
        padding: 50px 0;
    }
    section.hpai h2.scttl {
        width: 100%;
        line-height: 40px;
        font-size: 30px;
    }
    section.hpai a {
        min-width: 90%;
        margin: 0 auto 10px;
    }

    .iscttl {
        line-height: 40px;
    }
}

/* 320-575 */
@media (max-width: 575px) {
    /* main#main {
        padding-top: 79px;
    } */

    .navigation {
        padding: 10px 15px;
    }
    .main-logo {
        left: 15px;
        top: 10px;
        width: 70px;
    }
    .navigation .logo {
        width: 70px;
    }
    .navigation .lrow .ryt {
        gap: 0 15px;
    }
    .navigation .ryt a {
        width: 110px;
        font-size: 14px;
    }
    div.jnav {
        padding-top: 70px;
    }
    div.jnav .blck .prt .news {
        grid-template-columns: repeat(1, 1fr);
    }
    div.jnav .blck .prt .news a:last-child {
        display: none;
    }
    div.jnav .blck .prt:has(.qlnks) .ttl {
        opacity: 0;
    }
    div.jnav .blck .prt .impt a img {
        height: 140px;
    }

    .navbar-brand,
    nav.navbar.header-scrolled .navbar-brand {
        width: 90px;
    }

    h2.scttl {
        font-size: 26px;
        margin-bottom: 30px;
        line-height: 30px;
    }

    section.cntct .row.cntrw {
        padding: 0;
        margin: 0 -15px;
    }
    section.cntct .col-lg-6:first-child {
        gap: 20px 0;
    }
    section.cntct .info {
        padding: 20px;
        gap: 0 15px;
    }
    section.cntct .info span {
        width: 50px;
        height: 50px;
    }
    section.cntct .info span img {
        width: 30px;
    }
    section.cntct .info div h4 {
        font-size: 22px;
    }
    section.cntct .info div p {
        font-size: 16px;
    }
    section.cntct form {
        padding: 20px;
    }
    section.cntct form input,
    section.cntct form textarea {
        font-size: 18px;
    }

    section.nwsltr .row.d-flex {
        padding: 20px;
    }
    section.nwsltr .row.d-flex .text {
        gap: 20px;
        flex-direction: column;
        text-align: center;
    }
    section.nwsltr .row.d-flex .text p {
        font-size: 18px;
    }
    section.nwsltr .row.d-flex .form-group input {
        height: 50px;
        padding: 10px 50px 10px 30px;
        font-size: 18px;
    }
    section.nwsltr .row.d-flex .form-group button {
        width: 40px;
        height: 40px;
    }

    footer {
        padding: 50px 0 0;
    }
    footer .logo {
        width: 100px;
        height: 77px;
        margin-bottom: 20px;
    }
    footer .logo + p {
        max-width: 100%;
        margin: 0;
    }
    footer h5 {
        margin: 30px 0 10px;
    }
    footer ul {
        gap: 5px 0;
    }
    footer .ql a {
        font-size: 18px;
    }
    footer h6 {
        font-size: 22px;
    }
    footer .btm {
        margin-top: 100px;
        padding: 0 15px 20px;
        text-align: center;
    }
    footer .btm ul.slnks {
        gap: 0 25px;
        margin-block: -22px 20px;
    }


    section.ihero, section.bhero {
        height: 350px;
    }
    section.ihero h1 {
        font-size: 26px;
        line-height: 30px;
        max-width: 100%;
    }

    .iscttl {
        font-size: 26px;
        line-height: 30px;
    }

    section.cntcvr {
        height: 200px;
    }

    section.hpai h2.scttl {
        line-height: 30px;
        font-size: 24px;
    }
    section.hpai a {
        min-width: 90%;
        margin: 0 auto;
        font-size: 18px;
    }

}
