@charset "utf-8";

/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
/* font-family: "Jost", serif; */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
/* font-family: "Playfair", serif; */
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap');
/* font-family: "Abril Fatface", serif; */

/* 	-----------------------------------------------------
    ------------------- General Styles ------------------
    ----------------------------------------------------- */
* {
    margin: 0;
    padding: 0;
    outline: none;
    box-sizing: border-box;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Jost", serif;
    color: #171717;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #171717;
    text-decoration: none;
}

a:hover,
a:active,
a:focus {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #00A9E8;
    text-decoration: none;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.d-block {
    display: block;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.container {
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 30px;
}

.container-fluid {
    margin: 0 auto;
    width: 100%;
    padding: 0 30px;
}

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

    .container,
    .container-fluid {
        padding: 0 15px;
    }
}

/* 	-----------------------------------------------------
    -------------------- Header Styles ------------------
    ----------------------------------------------------- */
.top-info-section {
    padding: 15px 0;
    min-height: 54px;
    background-color: #19A1D3;
}

.top-info-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.top-info-section .container ul.info {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
}

.top-info-section .container ul.info li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    position: relative;
}

.top-info-section .container ul.info li::after {
    content: "";
    width: 1px;
    height: 24px;
    background-color: #FFFFFF29;
    position: absolute;
    right: -26px;
    top: 0;
}

.top-info-section .container ul.info li:last-child::after {
    display: none;
}

.top-info-section .container ul.info li a {
    color: #FFFFFF;
}

.top-info-section .container ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.top-info-section .container ul.social li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.top-info-section .container ul.social li a i {
    font-size: 18px;
    color: #FFFFFF;
}

@media only screen and (max-width:760px) {
    .top-info-section {
        display: none;
    }
}

@media only screen and (min-width:761px) and (max-width:1050px) {
    .top-info-section .container ul.info li:first-child {
        display: none;
    }
}

@media only screen and (min-width:1051px) and (max-width:1366px) {
    .top-info-section .container ul.info {
        gap: 30px;
    }

    .top-info-section .container ul.info li::after {
        right: -16px;
    }
}

.header-section {
    min-height: 124px;
    background: linear-gradient(to right, #f2f2f2 0%, #f2f2f2 25%, #058dc0 25%, #058dc0 100%);
    border-bottom: 3px solid #FFFFFF;
    transition: all .4s ease-in-out;
}

.header-section.sticky {
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    transition: all .4s ease-in-out;
}

.header-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.header-section figure {
    margin: 0;
    padding: 0 124px 0 0;
    height: 124px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #f2f2f2 url(../images/header-divider.png) no-repeat right;
}

.header-section figure img,
.header-section figure a {
    height: 68px;
}

.header-section aside {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

.nav-search a {
    width: 50px;
    height: 50px;
    background-color: #19A1D3;
    border: 1px solid #FFFFFF29;
    border-radius: 50%;
    box-shadow: 0px 4px 44px 0px #00000026;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFFFFF;
    cursor: pointer;
}

.header-section .hide {
    opacity: 0;
    visibility: hidden;
}

.header-section .search {
    margin: 0;
    padding: 50px;
    width: calc(100% - 60px);
    background-color: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 124px;
    z-index: 999;
    transition: 0.3s;
}

.header-section .search form {
    position: relative;
}

.header-section .search form .icon {
    width: 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #000000;
    position: absolute;
    left: 0;
    top: 0;
}

.header-section .search input[type="search"] {
    margin: 0;
    padding: 10px 50px;
    width: 100%;
    height: 50px;
    background: none;
    border: none;
    border-bottom: 1px solid #E5E7EB;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #000000;
}

.header-section .search button[type="submit"] {
    margin: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #000000;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}

.header-section .search ul {
    margin: 50px 0 0 0;
    padding: 0;
    list-style: none;
}

.header-section .search ul li {
    margin: 5px 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #000000;
}

.header-section .search ul li a {
    color: #000000;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.header-section .search ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.header-section .search ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.header-section.sticky .search {
    top: 124px;
}

.nav-wrapper {
    z-index: 9999;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-wrapper .nav-links {
    display: inline-flex;
}

.nav-wrapper .nav-links li {
    list-style: none;
    margin: 0 25px;
}

.nav-wrapper .nav-links li a {
    font-size: 17px;
    font-weight: 500;
    line-height: 124px;
    color: #FFFFFF;
    text-decoration: none;
    transition: all 0.3s ease;
}

.nav-wrapper .nav-links li a:hover {
    color: #FFFFFF;
}

.nav-wrapper .nav-links li a.active {
    position: relative;
}

.nav-wrapper .nav-links li a.active::after {
    content: "";
    width: 100%;
    height: 5px;
    background-color: #09BCFF;
    border-radius: 5px 5px 0 0;
    position: absolute;
    left: 0;
    bottom: -48px;
}

.nav-wrapper .nav-links .mobile-item {
    display: none;
}

.nav-wrapper .nav-links .drop-menu {
    position: absolute;
    background: #242526;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15);
}

.nav-wrapper .nav-links li:hover .drop-menu,
.nav-wrapper .nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.nav-wrapper .drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.nav-wrapper .mega-box {
    position: absolute;
    left: 0;
    width: calc(100% - 60px);
    margin: 0 30px;
    padding: 0;
    top: 124px !important;
    opacity: 0;
    visibility: hidden;
}

.nav-wrapper .mega-box .content {
    padding: 25px;
    width: 100%;
    background: #FFFFFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.nav-wrapper .mega-box .content h4 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.6;
    color: #1B1919;
    padding: 0 0 10px 0;
}

.nav-wrapper .mega-box .content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 25px;
}

.nav-wrapper .mega-box .content ul li a {
    margin: 0;
    padding: 0;
    display: block;
    font-family: "Playfair", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6 !important;
    color: #000000;
}

.nav-wrapper .mega-box .content ul li .title a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.nav-wrapper .mega-box .content ul li .title a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.nav-wrapper .mega-box .content ul li:hover .title a::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

/* .nav-wrapper .mega-box .content ul li .image,
.nav-wrapper .mega-box .content ul li .image img {
    overflow: hidden;
    transition: 0.3s;
}

.nav-wrapper .mega-box .content ul li:hover .image img {
    transform: scale(1.05);
    transition: 0.3s;
} */

.nav-wrapper .mega-box .content ul li.two-column {
    margin: 0;
    padding: 0;
    width: calc(33.333% - 20px);
    display: block;
}

.nav-wrapper .mega-box .content ul li.three-column {
    margin: 0;
    padding: 0;
    width: calc(20% - 20px);
    display: block;
}

.nav-wrapper .mega-box .content .nav-image {
    line-height: normal !important;
}

.nav-wrapper .mega-box .content .nav-title a {
    font-family: "Playfair", serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6 !important;
    color: #000000;
    padding: 10px 0;
    display: block;
}

.nav-wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

.nav-wrapper .btn.close-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}

.nav-wrapper .nav-links .desktop-item i {
    font-size: 14px;
}

@media screen and (max-width: 1023px) {
    .nav-wrapper .btn {
        display: block;
    }

    .nav-wrapper .nav-links {
        margin: 0;
        padding: 50px 10px;
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 300px;
        top: 0;
        left: -100%;
        background: #058DC0;
        display: block;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0, 0, 0, 0.18);
        transition: all 0.3s ease;
    }

    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked~.nav-links {
        left: 0%;
    }

    #menu-btn:checked~.btn.menu-btn {
        display: none;
    }

    #close-btn:checked~.btn.menu-btn {
        display: block;
    }

    .nav-wrapper .nav-links li {
        margin: 0;
    }

    .nav-wrapper .nav-links li a {
        padding: 15px;
        display: block;
        line-height: 1.4 !important;
    }

    .nav-wrapper .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }

    #showDrop:checked~.drop-menu,
    #showMega01:checked~.mega-box,
    #showMega02:checked~.mega-box {
        max-height: 100%;
    }

    .nav-wrapper .nav-links .desktop-item {
        display: none;
    }

    .nav-wrapper .nav-links .mobile-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 17px;
        font-weight: 500;
        line-height: 1.4 !important;
        color: #FFFFFF;
        text-decoration: none;
        padding: 15px;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .nav-wrapper .nav-links .mobile-item i {
        font-size: 14px;
    }

    .nav-wrapper .nav-links .mobile-item:hover {
        color: #FFFFFF;
    }

    .nav-wrapper .drop-menu li {
        margin: 0;
    }

    .nav-wrapper .drop-menu li a {
        font-size: 17px;
    }

    .nav-wrapper .mega-box {
        margin: 0;
        padding: 0 15px;
        width: 100%;
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

    .nav-wrapper .mega-box .content {
        padding: 15px;
    }

    .nav-wrapper .mega-box .content h4 {
        display: none;
    }

    .nav-wrapper .mega-box .content ul li.two-column,
    .nav-wrapper .mega-box .content ul li.three-column {
        width: 100%;
    }
}

.nav-wrapper input {
    display: none;
}

@media only screen and (max-width:760px) {
    .header-section {
        min-height: auto;
    }

    .header-section figure {
        padding: 0 70px 0 0;
        height: 80px;
    }

    .header-section figure img,
    .header-section figure a {
        height: 60px;
    }

    .header-section aside {
        gap: 30px;
    }

    .nav-search a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .header-section .search {
        margin: 0 -15px;
        padding: 15px;
        width: 100%;
        top: 80px;
    }

    .header-section .search form .icon {
        width: 16px;
        height: 40px;
        font-size: 16px;
    }

    .header-section .search input[type="search"] {
        margin: 0;
        padding: 5px 30px;
        height: 40px;
        font-size: 16px;
    }

    .header-section .search button[type="submit"] {
        width: 16px;
        height: 40px;
        font-size: 18px;
    }

    .header-section ul {
        margin: 15px 0 0 0;
    }

    .header-section ul li {
        font-size: 16px;
    }

    .header-section.sticky .search {
        top: 80px;
    }

    .nav-wrapper .nav-links li a.active::after {
        border-radius: 5px;
        bottom: 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .header-section figure {
        padding: 0 100px 0 0;
    }

    .header-section .search {
        padding: 30px;
    }

    .nav-wrapper .nav-links li a.active::after {
        border-radius: 5px;
        bottom: 0;
    }
}

@media only screen and (min-width:1024px) and (max-width:1366px) {
    .header-section figure {
        padding: 0 100px 0 0;
    }

    .header-section .search {
        padding: 30px;
    }

    .header-section aside {
        gap: 30px;
    }
}

@media only screen and (min-width:1024px) and (max-width:1079px) {
    .nav-wrapper .nav-links li {
        margin: 0 5px;
    }
}

@media only screen and (min-width:1080px) and (max-width:1169px) {
    .nav-wrapper .nav-links li {
        margin: 0 9px;
    }
}

@media only screen and (min-width:1170px) and (max-width:1300px) {
    .nav-wrapper .nav-links li {
        margin: 0 15px;
    }
}


/* 	-----------------------------------------------------
    -------------------- Banner Styles ------------------
    ----------------------------------------------------- */
.banner-section {
    background-color: #031126;
    position: relative;
    z-index: 1;
}

.banner-section::after {
    content: "";
    width: 100%;
    height: 45px;
    background: url(../images/banner-bottom.png) no-repeat center/cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
}

.banner-section .container {
    padding: 0 30px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner-section .container section {
    padding: 50px 0;
    width: 100%;
    max-width: 800px;
    background: linear-gradient(89.71deg, rgba(6, 78, 105, 0) 0.23%, rgba(6, 78, 105, 0.67) 29.86%, #064E69 51.06%, rgba(6, 78, 105, 0.62) 75.98%, rgba(6, 78, 105, 0) 105.94%);
    position: relative;
    z-index: 1;
}

.banner-section .container section::before {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #058DC0 46.5%, rgba(115, 115, 115, 0) 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.banner-section .container section::after {
    content: "";
    width: 100%;
    height: 4px;
    background: linear-gradient(270deg, rgba(217, 217, 217, 0) 0%, #058DC0 46.5%, rgba(115, 115, 115, 0) 100%);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.banner-section h1 {
    font-family: "Abril Fatface", serif;
    font-size: 60px;
    font-weight: 400;
    line-height: 1;
    color: #FFFFFF;
    padding: 10px 0;
}

.banner-section h1 span {
    display: block;
    font-size: 28px;
    font-weight: 400;
}

.banner-section p {
    font-size: 21px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    padding: 10px 0;
    max-width: 550px;
}

.banner-section .btn-01 a {
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.banner-section .btn-01 a::after {
    background: url(../img/btn-line-white.png) no-repeat right/cover;
}

@media only screen and (max-width:760px) {
    .banner-section {
        min-height: auto;
    }

    .banner-section .container {
        padding: 0 15px;
        position: inherit;
        left: auto;
        top: auto;
        transform: translate(0, 0);
    }

    .banner-section .container section {
        padding: 15px 0;
    }

    .banner-section h1 {
        font-size: 36px;
    }

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

    .banner-section p {
        font-size: 17px;
    }
}

@media only screen and (min-width:761px) and (max-width:1280px) {
    .banner-section .container {
        padding: 0 30px;
    }

    .banner-section .container section {
        padding: 10px 0;
    }
}

.inner-banner-section {
    background-color: #031126;
    position: relative;
    z-index: 1;
}

.inner-banner-section .container {
    min-height: 400px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.inner-banner-section h1 {
    font-family: "Playfair", serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
    padding: 0;
    max-width: 500px;
}

.inner-banner-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 0;
    margin-bottom: 5px;
    max-width: 500px;
}

@media only screen and (max-width:760px) {
    .inner-banner-section .container {
        min-height: inherit;
        padding: 50px 15px;
    }

    .inner-banner-section h1 {
        font-size: 30px;
    }

    .inner-banner-section p {
        font-size: 14px;
    }
}

@media only screen and (min-width:761px) and (max-width:1280px) {
    .inner-banner-section .container {
        min-height: inherit;
        padding: 100px 30px;
    }
}

/* 	-----------------------------------------------------
    ------------------- Content Styles ------------------
    ----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

.content-section h1,
.content-section h2,
.content-section h3,
.content-section h4,
.content-section h5,
.content-section h6 {
    font-family: "Playfair", serif;
    font-weight: 700;
    line-height: 1;
    color: #000000;
    padding: 10px 0;
}

.content-section h1 {
    font-size: 60px;
}

.content-section h2 {
    font-size: 60px;
}

.content-section h2 small {
    display: block;
    font-size: 22px;
    font-weight: 400;
}

.content-section h3 {
    font-size: 42px;
}

.content-section h4 {
    font-size: 36px;
}

.content-section h5 {
    font-size: 30px;
}

.content-section h6 {
    font-size: 24px;
}

.content-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #161616;
    padding: 10px 0;
}

.content-section ul {
    margin: 0;
    padding: 0 0 0 15px;
    list-style: disc;
}

.content-section ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #161616;
    margin: 5px 0;
}

.content-section ul ul {
    list-style: circle;
}

.content-section ol {
    margin: 0;
    padding: 10px 18px;
    list-style: decimal;
}

.content-section ol li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: #161616;
    margin: 5px 0;
}

.content-section ol ol {
    list-style: lower-roman;
}

.btn-group {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.btn-01 a {
    margin: 30px 0;
    padding: 15px 65px;
    width: auto;
    height: 66px;
    background: transparent;
    border: 2px solid #272727;
    text-align: center;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    color: #272727;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.btn-01 a:hover {
    color: #FFFFFF;
}

.btn-01 a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00A9E8;
    z-index: -1;
    transition: width 0.3s ease-in-out;
}

.btn-01 a:hover::before {
    width: 100%;
}

.btn-01 a::after {
    content: "";
    width: 220px;
    height: 82px;
    background: url(../images/btn-line.png) no-repeat center/cover;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: -1;
}

.btn-02 a {
    margin: 10px 0 0 0;
    padding: 0;
    width: auto;
    height: auto;
    background: none;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.4;
    color: #272727;
    text-transform: uppercase;
    display: inline-block;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.btn-02 a:hover {
    color: #272727;
    transition: all .4s ease-in-out;
}

.btn-02 a::after {
    display: inline-block;
    margin-left: 10px;
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/btn-arrow.svg) no-repeat center/cover;
    transition: transform 0.3s ease-out;
}

.btn-02 a:hover::after {
    transform: translateX(5px);
}

.divider {
    margin: 15px auto;
    width: 100%;
    max-width: 350px;
    height: 1px;
    background-color: #E6E6E6;
    position: relative;
}

.divider::after {
    content: "";
    width: 66px;
    height: 3px;
    background-color: #E6E6E6;
    position: absolute;
    left: 50%;
    top: -3px;
    margin-left: -33px;
}

@media only screen and (max-width:760px) {
    .content-section h1 {
        font-size: 36px;
    }

    .content-section h2 {
        font-size: 36px;
    }

    .content-section h2 small {
        font-size: 16px;
    }

    .content-section h3 {
        font-size: 32px;
    }

    .content-section h4 {
        font-size: 28px;
    }

    .content-section h5 {
        font-size: 24px;
    }

    .content-section h6 {
        font-size: 20px;
    }

    .content-section p {
        font-size: 16px;
    }

    .content-section ul li {
        font-size: 16px;
    }

    .content-section ol li {
        font-size: 16px;
    }

    .btn-group {
        gap: 15px;
    }

    .btn-01 a {
        margin: 15px 0;
        padding: 7px 30px;
        width: auto;
        height: 50px;
        font-size: 15px;
    }

    .btn-01 a::after {
        width: 166px;
        height: 62px;
        top: -8px;
        right: -8px;
    }
}

.welcome-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.welcome-section section {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;
}

.welcome-section aside {
    width: 50%;
    position: relative;
}

.welcome-section article {
    width: 50%;
}

.welcome-section h5 {
    padding: 10px 0 0 0;
}

.welcome-section figure {
	margin: 0;
    margin-top: 15px;
    position: relative;
    z-index: 1;
}

.welcome-section aside .badge {
    width: 168px;
    height: 168px;
    background-color: #FFFFFF;
    border-radius: 50%;
    box-shadow: 0px 4px 44px 0px #0000001A;
    position: absolute;
    right: -25px;
    bottom: -70px;
    z-index: 9;
}

.welcome-section aside .cta {
    padding: 50px;
    width: 100%;
    min-height: 320px;
    background-color: #00A9E8;
    position: absolute;
    left: -30%;
    bottom: -150px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.welcome-section aside .cta .call-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.welcome-section .call-box .icon {
    width: 50px;
    height: 50px;
    background: #0E9ACE;
    border: 1px solid #FFFFFF7D;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
}

.welcome-section .call-box .text {
    width: calc(100% - 70px);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: uppercase;
    color: #FFFFFF;
}

.welcome-section .call-box .text a {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #FFFFFF;
}

.welcome-section aside .badge img {
    border-radius: 50%;
}

@media only screen and (max-width:760px) {
    .welcome-section {
        padding: 30px 0 150px 0;
    }

    .welcome-section section {
        margin-top: 0;
        flex-wrap: wrap-reverse;
        gap: 15px;
    }

    .welcome-section aside {
        width: 100%;
        position: relative;
    }

    .welcome-section article {
        width: 100%;
    }

    .welcome-section figure {
        margin-top: 0;
    }

    .welcome-section aside .badge {
        right: -15px;
    }

    .welcome-section aside .cta {
        padding: 15px;
        left: 0;
    }

    .welcome-section aside .cta .call-box {
        gap: 10px;
    }

    .welcome-section .call-box .text {
        width: calc(100% - 60px);
        font-size: 14px;
    }

    .welcome-section .call-box .text a {
        font-size: 22px;
    }
}

@media only screen and (min-width:761px) and (max-width:1080px) {
    .welcome-section section {
        gap: 30px;
    }

    .welcome-section aside .cta {
        padding: 20px;
        left: -30px;
    }

    .welcome-section .call-box .text {
        font-size: 14px;
    }
}

@media only screen and (min-width:1081px) and (max-width:1280px) {
    .welcome-section section {
        gap: 50px;
    }

    .welcome-section aside .cta {
        padding: 30px 20px;
        left: -30px;
    }

    .welcome-section .call-box .text {
        font-size: 14px;
    }
}

.counter-section {
    padding: 80px 0;
    background: #FBFBFB url(../images/counter-bg.png) no-repeat center/cover;
}

.counter-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.counter-section .counter {
    width: 25%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.counter-section .counter .icon {
    width: 100px;
    height: 100px;
    background-color: #FFFFFF;
    border-radius: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.counter-section .counter .text {
    width: calc(100% - 130px);
}

#counter span.title {
    display: block;
    white-space: nowrap;
    font-family: "Playfair", serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #000000;
}

#counter span.percent {
    font-family: "Playfair", serif;
    font-size: 42px;
    font-weight: 900;
    line-height: 1.2;
    color: #000000;
    display: block;
}

#counter span.percent:after {
    content: "+";
    display: inline-block;
}

@media only screen and (max-width:760px) {
    .counter-section {
        padding: 30px 0;
    }

    .counter-section .container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .counter-section .counter {
        width: 45%;
        flex-wrap: wrap;
        gap: 10px;
        text-align: center;
    }

    .counter-section .counter .icon {
        margin: 0 auto;
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .counter-section .counter .text {
        width: 100%;
    }

    #counter span.title {
        font-size: 16px;
    }

    #counter span.percent {
        font-size: 32px;
    }
}

@media only screen and (min-width:761px) and (max-width:1200px) {
    .counter-section .container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .counter-section .counter {
        width: 45%;
    }
}

.products-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.products-section section {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}

.products-section aside {
    width: 50%;
}

.products-section figure {
	margin: 0;
    margin-bottom: 15px;
}

.products-section article {
    padding: 50px 70px;
    background-color: #F2F2EF;
}

@media only screen and (max-width:760px) {
    .products-section {
        padding: 30px 0;
    }

    .products-section section {
        margin-top: 20px;
        flex-wrap: wrap;
    }

    .products-section aside {
        width: 100%;
    }

    .products-section figure {
        margin-bottom: 5px;
    }

    .products-section article {
        padding: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1079px) {
    .products-section article {
        padding: 30px;
    }
}

@media only screen and (min-width:1080px) and (max-width:1280px) {
    .products-section article {
        padding: 50px;
    }
}

.value-section {
    background: linear-gradient(to bottom, #09111e 0%, #09111e 550px, #ffffff 550px, #ffffff 550px, #ffffff 100%);
    position: relative;
}

.value-section .container-fluid {
    padding: 0;
    display: flex;
}

.value-section .container-fluid aside {
    width: 50%;
    background: url(../images/black-bg.png) no-repeat right top;
}

.value-section .container-fluid figure {
    width: 50%;
    position: relative;
    z-index: 1;
	margin: 0;
}

.value-section .container-fluid figure img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.value-section .container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 9;
    color: #FFFFFF;
    transform: translate(-50%, 0);
}

.value-section .heading-wrapper {
    width: 100%;
    padding: 50px 0 30px 0;
}

.value-section .heading-wrapper h2,
.value-section .heading-wrapper p {
    color: #FFFFFF;
    max-width: 500px;
}

.value-section .content-wrapper {
    padding: 0 0 50px 0;
    width: 50%;
    background-color: #0492C7;
    text-align: center;
}

.value-section .icon-text-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.value-section .icon-text {
    width: 50%;
    padding: 20px;
    border: 1px solid #FFFFFF08;
}

.value-section h5 {
    color: #FFFFFF;
    padding: 0;
}

.value-section p {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    padding: 10px 0 0 0;
}

.value-section h6 {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    padding: 15px 25px;
}

.value-section .icon {
    margin: 10px 0;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.value-section .icon-text:nth-child(1) {
    border-width: 0 1px 0 0;
}

.value-section .icon-text:nth-child(2) {
    border-width: 0 0 0 0;
}

.value-section .icon-text:nth-child(3) {
    border-width: 1px 1px 0 0;
}

.value-section .icon-text:nth-child(4) {
    border-width: 1px 0 0 0;
}

@media only screen and (max-width:760px) {
    .value-section {
        background: none;
        position: inherit;
    }

    .value-section .container-fluid aside {
        display: none;
    }

    .value-section .container-fluid figure {
        width: 100%;
        height: 400px !important;
    }

    .value-section .container {
        padding: 0;
        position: inherit;
        top: auto;
        left: auto;
        z-index: 9;
        transform: translate(0, 0);
    }

    .value-section .heading-wrapper {
        margin-top: -6px;
        background-color: #031126;
        width: 100%;
        padding: 15px;
    }

    .value-section .heading-wrapper h2,
    .value-section .heading-wrapper p {
        max-width: 100%;
    }

    .value-section .content-wrapper {
        width: 100%;
    }

    .value-section .icon-text-wrapper {
        display: flex;
        flex-wrap: wrap;
    }

    .value-section .icon-text {
        width: 100%;
        padding: 15px;
        border: 1px solid #FFFFFF08;
    }

    .value-section p {
        font-size: 14px;
    }

    .value-section h6 {
        font-size: 16px;
        padding: 15px;
    }

    .value-section .icon-text:nth-child(1) {
        border-width: 0 0 1px 0;
    }

    .value-section .icon-text:nth-child(2) {
        border-width: 0 0 1px 0;
    }

    .value-section .icon-text:nth-child(3) {
        border-width: 0 0 1px 0;
    }

    .value-section .icon-text:nth-child(4) {
        border-width: 0 0 0 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1079px) {
    .value-section {
        background: none;
        position: inherit;
    }

    .value-section .container-fluid aside {
        display: none;
    }

    .value-section .container-fluid figure {
        width: 100%;
        height: 500px !important;
        position: relative;
        z-index: 1;
    }

    .value-section .container-fluid figure img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }

    .value-section .container {
        padding: 0;
        position: inherit;
        top: auto;
        left: auto;
        z-index: 9;
        transform: translate(0, 0);
    }

    .value-section .heading-wrapper {
        margin-top: -6px;
        background-color: #031126;
        width: 100%;
        padding: 30px;
    }

    .value-section .heading-wrapper h2,
    .value-section .heading-wrapper p {
        max-width: 100%;
    }

    .value-section .content-wrapper {
        width: 100%;
    }
}

.solutions-need-section {
    padding: 80px 0;
    background: #F2F7FF;
}

.solutions-need-section .tabpanel-tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.solutions-need-section .tabpanel-tab:checked+.tabpanel-tablabel {
    background-color: #FFFFFF;
    border-top: 2px solid #00A9E8;
    color: #0F0E11;
    position: relative;
}

.solutions-need-section .tabpanel-tab:checked+.tabpanel-tablabel::after {
    content: "";
    width: 100%;
    height: 30px;
    background: url(../images/tab-arrow.png) no-repeat center/cover;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translate(-50%, 0);
}

.solutions-need-section .tabpanel-tablabel {
    flex: 0 1 auto;
    padding: 15px 0 !important;
    font-size: 17px;
    font-weight: 500;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}

.solutions-need-section .tabpanel-tablabel .icon {
    margin: -47px auto 15px auto;
    width: 60px;
    height: 60px;
    background-color: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.solutions-need-section .tabpanel-tab:checked+.tabpanel-tablabel .icon {
    background-color: #00A9E8 !important;
    color: #0F0E11;
}

.solutions-need-section .tabpanel-tab:checked+.tabpanel-tablabel .icon img {
    filter: brightness(0) invert(1);
}

.solutions-need-section .tabpanel-tablabel:hover {
    cursor: pointer;
}

.solutions-need-section .tabpanel-panel {
    display: none;
}

.solutions-need-section #tabpanel-tab-1:checked~.tabpanel-panels #tabpanel-panel-1,
.solutions-need-section #tabpanel-tab-2:checked~.tabpanel-panels #tabpanel-panel-2,
.solutions-need-section #tabpanel-tab-3:checked~.tabpanel-panels #tabpanel-panel-3,
.solutions-need-section #tabpanel-tab-4:checked~.tabpanel-panels #tabpanel-panel-4,
.solutions-need-section #tabpanel-tab-5:checked~.tabpanel-panels #tabpanel-panel-5,
.solutions-need-section #tabpanel-tab-6:checked~.tabpanel-panels #tabpanel-panel-6 {
    display: block;
    position: relative;
    top: 0px;
}

.solutions-need-section .tabpanel {
    margin: 50px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width: 600px) {
    .solutions-need-section .tabpanel {
        margin: 15px auto;
        flex-direction: column;
    }

    .solutions-need-section .tabpanel .tabpanel-tablabel {
        padding: 15px !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        background-color: #EAF1FF;
        border-top: 2px solid #EAF1FF;
    }

    .solutions-need-section .tabpanel .tabpanel-tablabel+.tabpanel-tab+.tabpanel-tablabel {
        margin-top: 15px;
    }

    .solutions-need-section .tabpanel .tabpanel-tab:checked~.tabpanel-panels {
        order: 1;
    }

    .solutions-need-section .tabpanel .tabpanel-tab:not(:checked)+.tabpanel-tablabel {
        order: initial;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-1+.tabpanel-tablabel {
        order: 1;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-1:checked~.tabpanel-panels {
        order: 1;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-2+.tabpanel-tablabel {
        order: 2;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-2:checked~.tabpanel-panels {
        order: 2;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-3+.tabpanel-tablabel {
        order: 3;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-3:checked~.tabpanel-panels {
        order: 3;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-4+.tabpanel-tablabel {
        order: 4;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-4:checked~.tabpanel-panels {
        order: 4;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-5+.tabpanel-tablabel {
        order: 5;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-5:checked~.tabpanel-panels {
        order: 5;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-6+.tabpanel-tablabel {
        order: 6;
    }

    .solutions-need-section .tabpanel #tabpanel-tab-6:checked~.tabpanel-panels {
        order: 6;
    }

    .solutions-need-section .tabpanel .tabpanel-panel {
        padding: 15px;
    }

    .solutions-need-section .tabpanel-tablabel .icon {
        margin: 0;
    }

    .solutions-need-section .tabpanel-tab:checked+.tabpanel-tablabel::after {
        display: none;
    }
}

@media screen and (min-width: 601px) {
    .solutions-need-section .tabpanel {
        flex-direction: row;
    }

    .solutions-need-section .tabpanel .tabpanel-tablabel {
        flex: 0 1 auto;
        margin: 0 10px;
        width: calc(16.666% - 20px);
        text-align: center;
        background-color: #EAF1FF;
        border-top: 2px solid #EAF1FF;
    }

    .solutions-need-section .tabpanel .tabpanel-panel {
        padding: 10px;
    }

    .solutions-need-section .tabpanel .tabpanel-panels {
        flex: 1 1 100%;
        margin-top: 50px;
    }
}

.content-image {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 50px;
}

.content-image article {
    width: calc(100% - 490px);
}

.content-image figure {
    width: 440px;
    padding: 40px 40px 0 0;
    position: relative;
    z-index: 1;
}

.content-image figure::before {
    content: "";
    width: 270px;
    height: 310px;
    background-color: #00A9E8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}

@media only screen and (max-width:760px) {
    .solutions-need-section {
        padding: 30px 0;
    }

    .content-image {
        flex-wrap: wrap;
        gap: 15px;
    }

    .content-image article {
        width: 100%;
    }

    .content-image figure {
        width: 100%;
        padding: 20px 20px 0 0;
    }

    .content-image figure::before {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (min-width:761px) and (max-width:1079px) {
    .tabpanel .tabpanel-tablabel {
        margin: 0 2px;
        width: calc(16.666% - 4px);
    }

    .tabpanel .tabpanel-panel {
        padding: 10px 2px;
    }

    .content-image {
        gap: 30px;
    }

    .content-image article {
        width: 50%;
    }

    .content-image figure {
        width: 50%;
        padding: 30px 30px 0 0;
    }

    .content-image figure::before {
        width: 270px;
        height: 270px;
    }
}

@media only screen and (min-width:1080px) and (max-width:1280px) {
    .tabpanel .tabpanel-tablabel {
        margin: 0 5px;
        width: calc(16.666% - 10px);
    }

    .tabpanel .tabpanel-panel {
        padding: 10px 5px;
    }
}

.solutions-industry-section {
    padding: 80px 0;
    background: #FFFFFF;
}

.solutions-industry-section section {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 30px;
}

.blog-card {
    width: 33.333%;
}

.blog-card figure {
    margin: 0 0 10px 0;
    padding: 0;
}

.blog-card article {
    padding: 15px;
    background-color: #F2F2EF;
}

ul.meta {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

ul.meta li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #00A9E8;
}

.solutions-industry-section h5 {
    padding: 10px 0 0 0;
}

@media only screen and (max-width:760px) {
    .solutions-industry-section {
        padding: 30px 0;
    }

    .solutions-industry-section section {
        margin-top: 15px;
        flex-wrap: wrap;
        gap: 15px;
    }

    .blog-card {
        width: 100%;
    }

    .blog-card figure {
        margin: 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1079px) {
    ul.meta li {
        font-size: 14px;
    }
}

.customers-section {
    padding: 0 0 80px 0;
    background: #FFFFFF;
}

.customers-section table {
    margin-top: 30px;
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.customers-section td+td {
    border-left: 2px dashed #F1F1F1;
}

.customers-section tr+tr {
    border-top: 2px dashed #F1F1F1;
}

.customers-section td {
    padding: 25px;
    width: 25%;
}

.customers-section figure {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 150px;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.customers-section figure:hover {
    box-shadow: 0px 4px 44px 0px #0000001A;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .customers-section {
        padding: 0 0 30px 0;
    }

    .customers-section table {
        margin-top: 15px;
        border-collapse: unset;
    }

    .customers-section td+td {
        border: none;
    }

    .customers-section tr+tr {
        border: none;
    }

    .customers-section td {
        padding: 0;
        width: 49%;
        display: inline-block;
    }

    .customers-section figure {
        margin: 1.5% 0;
        padding: 15px;
        border: 2px dashed #F1F1F1;
    }
}

.contact-info-section {
    padding: 50px 0;
    background: linear-gradient(to right, #F2F2F0 0%, #F2F2F0 88%, #FFFFFF 88%, #FFFFFF 100%);
}

.contact-info-section .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 80px;
}

.contact-info-section .wpcf7 {
    width: 50%;
}

.form-wrapper .row {
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.form-wrapper .row p {
	padding: 0;
}

.form-wrapper .onethird {
    width: 33.333%;
}

.form-wrapper .half {
    width: 50%;
}

.form-wrapper .full {
    width: 100%;
}

.form-wrapper input[type="text"],
.form-wrapper input[type="tel"],
.form-wrapper input[type="email"],
.form-wrapper select,
.form-wrapper textarea {
    margin: 0;
    padding: 15px 50px 15px 15px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    border: none;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}

.form-wrapper ::placeholder {
    color: #000000;
}

.form-wrapper input[type="text"].blank-icon {
    background: #FFFFFF !important;
}

.form-wrapper input[type="text"] {
    background: #FFFFFF url(../images/input-name.png) no-repeat right;
}

.form-wrapper input[type="tel"] {
    background: #FFFFFF url(../images/input-call.png) no-repeat right;
}

.form-wrapper input[type="email"] {
    background: #FFFFFF url(../images/input-email.png) no-repeat right;
}

.form-wrapper input[type="text"].company {
    background: #FFFFFF url(../images/input-company.png) no-repeat right;
}

.form-wrapper select {
    font-family: "Jost", serif;
    font-weight: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    box-shadow: none;
    flex: 1;
    cursor: pointer;
}

.form-wrapper select::-ms-expand {
    display: none;
}

.form-wrapper .select {
    position: relative;
    display: flex;
    width: 100%;
}

.form-wrapper .select::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-size: 18px;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 60px;
    height: 60px;
    cursor: pointer;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s all ease;
}

.form-wrapper textarea {
    background: #FFFFFF url(../images/input-text.png) no-repeat right top;
    height: 130px;
    overflow: auto;
    resize: none;
}

/* Custom radio buttons 
.form-wrapper input[type="radio"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 16px;
    color: #585858;
}

.form-wrapper input[type="radio"]+label:before {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 14px;
    position: absolute;
    top: -3px;
    left: 0;
    border: 1px solid #0F0E11;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 4px 4px 0px #00000040 inset;
}

.form-wrapper input[type="radio"] {
    display: none !important;
}

.form-wrapper input[type="radio"]:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    left: 6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #0F0E11;
}
*/
/* Custom checkbox 
.form-wrapper input[type="checkbox"]+label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #161616;
}

.form-wrapper input[type="checkbox"]+label a {
    color: #161616;
    transition: all .4s ease-in-out;
}

.form-wrapper input[type="checkbox"]+label a:hover {
    border-bottom: 2px solid #383838;
    transition: all .4s ease-in-out;
}

.form-wrapper input[type="checkbox"]+label:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    border-radius: 0px;
}

.form-wrapper input[type="checkbox"] {
    display: none !important;
}

.form-wrapper input[type="checkbox"]:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 8px;
    width: 6px;
    height: 14px;
    border: solid #383838;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
*/
.form-wrapper button[type="submit"] {
    margin: 15px 0 0 0;
    padding: 15px 65px;
    width: 320px;
    height: 66px;
    background: transparent;
    border: 2px solid #272727;
    text-align: center;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    color: #272727 !important;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.form-wrapper button[type="submit"]:hover {
    color: #FFFFFF;
}

.form-wrapper button[type="submit"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00A9E8;
    z-index: -1;
    transition: width 0.3s ease-in-out;
}

.form-wrapper button[type="submit"]:hover::before {
    width: 100%;
}

.form-wrapper button[type="submit"]::after {
    content: "";
    width: 220px;
    height: 82px;
    background: url(../images/btn-line.svg) no-repeat center/cover;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: -1;
}

.contact-info-section aside {
    padding: 40px 50px;
    width: 50%;
    background-color: #0492C7;
}

.contact-info-section aside h3,
.contact-info-section aside h5 {
    color: #FFFFFF;
    padding: 15px 0 0 0;
}

.contact-info-section aside p,
.contact-info-section aside p a {
    color: #FFFFFF;
}

.contact-info-section aside p a {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.contact-info-section aside p a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.contact-info-section aside p a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.contact-info-section aside p strong {
    font-size: 30px;
    font-weight: 600;
}

@media only screen and (max-width:760px) {
    .contact-info-section {
        padding: 30px 0;
        background: linear-gradient(to right, #F2F2F0 0%, #F2F2F0 88%, #F2F2F0 88%, #F2F2F0 100%);
    }

    .contact-info-section .container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .contact-info-section .wpcf7 {
        width: 100%;
    }

    .form-wrapper .row {
        padding: 5px 0;
        flex-wrap: wrap;
        gap: 10px;
    }

    .form-wrapper .onethird,
    .form-wrapper .half {
        width: 100%;
    }

    .form-wrapper input[type="text"],
    .form-wrapper input[type="tel"],
    .form-wrapper input[type="email"],
    .form-wrapper textarea {
        margin: 0;
        padding: 10px 40px 10px 15px;
        font-size: 15px;
    }

    .form-wrapper button[type="submit"] {
        padding: 7px 30px;
        width: 200px;
        height: 50px;
        font-size: 15px;
    }

    .form-wrapper button[type="submit"]::after {
        width: 166px;
        height: 62px;
        top: -8px;
        right: -8px;
    }

    .contact-info-section aside {
        padding: 20px;
        width: 100%;
    }

    .contact-info-section aside h3,
    .contact-info-section aside h5 {
        color: #FFFFFF;
        padding: 15px 0 0 0;
    }

    .contact-info-section aside p strong {
        font-size: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1079px) {
    .contact-info-section .container {
        gap: 50px;
        flex-wrap: wrap;
    }

    .contact-info-section form {
        width: 100%;
    }

    .contact-info-section aside {
        width: 100%;
    }
}

/* 	-----------------------------------------------------
    -------------------- Footer Styles ------------------
    ----------------------------------------------------- */
.footer-section {
    padding: 50px 0;
    background: #043446 url(../images/footer-bg.png) no-repeat center/cover;
}

.footer-section .container {
    display: flex;
}

.footer-section h4 {
    font-family: "Playfair", serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.2;
    color: #FFFFFF;
    padding: 10px 0;
}

.footer-section h5 {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: 10px 0;
    margin-top: 40px;
}

.footer-section .left-panel {
    width: 33.333%;
    padding-right: 50px;
}

.footer-section .middle-panel {
    width: 33.333%;
    padding: 0 50px;
    border: 1px solid #FFFFFF1F;
    border-width: 0 1px;
    text-align: center;
}

.footer-section .right-panel {
    width: 33.333%;
    padding-left: 50px;
}

.footer-section ul.links {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-section ul.links li {
    margin: 0;
    padding: 0;
    width: 48%;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    color: #FFFFFF;
    text-transform: uppercase;
}

.footer-section ul.links li span {
    display: block;
    text-transform: none !important;
}

.footer-section ul.links li a {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.footer-section ul.links li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.footer-section ul.links li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.footer-section ul.social {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.footer-section ul.social li {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.footer-section ul.social li a {
    width: 50px;
    height: 50px;
    background-color: #00A9E8;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease-in-out;
}

.footer-section ul.social li a i {
    font-size: 18px;
    color: #FFFFFF;
}

.footer-section ul.social li a:hover {
    background-color: #058dc0;
    transition: all .4s ease-in-out;
}

.newsletter {
    position: relative;
}

.newsletter .icon {
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}

.newsletter input[type="email"] {
    margin: 0;
    padding: 15px;
    width: 100%;
    height: 56px;
    background: #087EAA36;
    border: 1px solid #FFFFFF;
    font-size: 17px;
    font-weight: 400;
    line-height: 24px;
    color: #FFFFFF;
}

.newsletter input[type="submit"] {
    margin: 20px 0 0 0;
    padding: 15px;
    width: 100%;
    max-width: 210px;
    height: 56px;
    background: #00A9E8;
    border: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    color: #FFFFFF;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

.newsletter input[type="submit"]:hover,
.newsletter input[type="submit"]:focus {
    background-color: #058dc0;
    transition: all .4s ease-in-out;
}

.newsletter ::placeholder {
    color: #FFFFFF;
}

.copyright-section {
    padding: 15px;
    background-color: #097EAA;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
    color: #FFFFFF;
}

@media only screen and (max-width:760px) {
    .footer-section {
        padding: 0;
    }

    .footer-section .container {
        flex-wrap: wrap;
    }

    .footer-section h4 {
        font-size: 24px;
    }

    .footer-section h5 {
        font-size: 16px;
        margin-top: 0;
    }

    .footer-section .left-panel {
        width: 100%;
        padding: 20px 0;
    }

    .footer-section .middle-panel {
        width: 100%;
        padding: 30px 0 20px 0;
        border: 1px solid #FFFFFF1F;
        border-width: 1px 0;
    }

    .footer-section .middle-panel figure img {
        height: 70px;
    }

    .footer-section .right-panel {
        width: 100%;
        padding: 20px 0 30px 0;
    }

    .footer-section ul.links {
        gap: 20px;
        row-gap: 5px;
    }

    .footer-section ul.links li {
        font-size: 15px;
        width: auto;
    }

    .footer-section ul.social li a {
        width: 40px;
        height: 40px;
    }

    .newsletter .icon {
        width: 46px;
        height: 46px;
    }

    .newsletter input[type="email"] {
        padding: 10px 15px;
        height: 46px;
        font-size: 15px;
    }

    .newsletter input[type="submit"] {
        margin: 15px 0 0 0;
        padding: 10px 15px;
        max-width: 180px;
        height: 46px;
        font-size: 17px;
    }

    .copyright-section {
        font-size: 15px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .footer-section {
        padding: 0;
    }

    .footer-section .container {
        flex-wrap: wrap;
    }

    .footer-section .left-panel {
        width: 100%;
        padding: 40px 0;
    }

    .footer-section .middle-panel {
        width: 100%;
        padding: 50px 0;
        border: 1px solid #FFFFFF1F;
        border-width: 1px 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-section .right-panel {
        width: 100%;
        padding: 40px 0 50px 0;
    }

    .footer-section ul.links {
        gap: 25px;
    }

    .footer-section ul.links li {
        width: auto;
    }

    .footer-section ul.links li span {
        display: inline-block;
        margin-left: 5px;
    }

    .footer-section h5 {
        margin-top: 0;
        padding: 0;
    }

    .newsletter {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 30px;
    }

    .newsletter .icon {
        right: 240px;
    }

    .newsletter input[type="email"] {
        width: calc(100% - 240px);
    }

    .newsletter input[type="submit"] {
        margin: 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1366px) {
    .footer-section .left-panel {
        padding-right: 30px;
    }

    .footer-section .middle-panel {
        padding: 0 30px;
    }

    .footer-section .right-panel {
        padding-left: 30px;
    }
}

/* 	-----------------------------------------------------
    ------------------ Go to top Styles -----------------
    ----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 54px;
    width: 54px;
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 999;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #0492C7 url(../fonts/cd-top-arrow.svg) no-repeat center;
    border-radius: 0;
    box-shadow: 0px 10px 25px -3px #00000040;
    visibility: hidden;
    opacity: 1;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}

.cd-top.cd-fade-out {
    opacity: 1;
}

.no-touch .cd-top:hover {
    opacity: 1;
}

@media only screen and (max-width:1170px) {
    .cd-top {
        display: none;
    }
}

.blog-filter-section {
    padding: 60px 0 0 0;
    background: #FFFFFF;
}

.blog-filter-section .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 30px;
}

.breadcrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
}

.breadcrumb ul li {
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.6;
    color: #161616;
    position: relative;
}

.breadcrumb ul li::after {
    content: "\f101";
    font-family: "Font Awesome 6 Free";
    font-size: 14px;
    font-weight: 900;
    color: #161616;
    position: absolute;
    right: -26px;
    top: 4px;
}

.breadcrumb ul li:last-child::after {
    display: none;
}

.breadcrumb ul li i {
    font-size: 14px;
}

.breadcrumb ul li a {
    color: #161616;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    position: relative;
    text-decoration: none;
}

.breadcrumb ul li a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.breadcrumb ul li a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.filter {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.filter select {
    margin: 0;
    padding: 10px 50px 10px 15px;
    width: 340px;
    height: auto;
    background: #FFFFFF url(../images/dd-arrow.png) no-repeat right;
    border: 1px solid #EEEDED;
    box-shadow: 0px 4px 44px 0px #0000001A;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #161616;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.filter select {
    margin: 0;
    padding: 10px 50px 10px 15px;
    width: 340px;
    height: auto;
    background: #FFFFFF;
    border: 1px solid #EEEDED;
    box-shadow: 0px 4px 44px 0px #0000001A;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #161616;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    flex: 1;
    cursor: pointer;
}

.filter select::-ms-expand {
    display: none;
}

.filter .select {
    position: relative;
    display: flex;
    width: 100%;
}

.filter .select::after {
    content: '\f078';
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .25s all ease;
}

.filter input[type="search"] {
    margin: 0;
    padding: 10px 50px 10px 15px;
    width: 340px;
    height: auto;
    background: #FFFFFF url(../images/search.png) no-repeat right;
    border: 1px solid #EEEDED;
    box-shadow: 0px 4px 44px 0px #0000001A;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    color: #161616;
}

.filter input[type="search"]::placeholder {
    color: #161616;
}

.blog-section {
    padding: 30px 0 80px 0;
    background: #FFFFFF;
}

.blog-section section {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.blog-section section .blog-card {
    width: calc(33.333% - 20px);
}

.pagination {
    padding: 50px 0 0 0;
}

.pagination ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.pagination ul li {
    margin: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #161616;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #161616;
    width: 32px;
    height: 32px;
    border: 1px solid #DFE3E8;
    border-radius: 4px;
    transition: all .4s ease-in-out;
}

.pagination ul li a:hover {
    border: 1px solid #161616;
    transition: all .4s ease-in-out;
}

.pagination ul li:first-child a,
.pagination ul li:last-child a {
    background-color: #161616;
    border: 1px solid #161616;
    color: #FFFFFF;
}

.pagination ul li:first-child a:hover,
.pagination ul li:last-child a:hover {
    background-color: #00A9E8;
    border: 1px solid #00A9E8;
    color: #FFFFFF;
}

.blog-details-section h5 {
    padding: 10px 0 0 0;
}

.blog-details-section {
    padding: 30px 0;
    background: #FFFFFF;
}

.blog-details-section .images-wrapper {
    margin: 30px auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.blog-details-section .images-wrapper figure {
    width: calc(33.333% - 20px);
}

@media only screen and (max-width:760px) {
    .blog-filter-section {
        padding: 30px 0 0 0;
    }

    .blog-filter-section .container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .breadcrumb {
        display: none;
    }

    .breadcrumb ul li {
        font-size: 16px;
    }

    .breadcrumb ul li::after {
        font-size: 12px;
    }

    .breadcrumb ul li:last-child::after {
        display: none;
    }

    .breadcrumb ul li i {
        font-size: 12px;
    }

    .breadcrumb ul li a {
        gap: 5px;
    }

    .filter {
        width: 100%;
        flex-wrap: wrap;
        gap: 15px;
    }

    .filter select {
        width: 100%;
        font-size: 15px;
    }

    .filter input[type="search"] {
        width: 100%;
        font-size: 15px;
    }

    .blog-section,
    .blog-details-section {
        padding: 0 0 30px 0;
    }

    .blog-section section {
        margin-top: 30px;
        gap: 15px;
    }

    .blog-section section .blog-card {
        width: 100%;
    }

    .pagination {
        padding: 30px 0 0 0;
    }

    .blog-details-section .images-wrapper {
        margin: 15px auto;
        gap: 7px;
    }

    .blog-details-section .images-wrapper figure {
        width: 100%;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .blog-filter-section .container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .breadcrumb {
        width: 100%;
    }

    .filter {
        width: 100%;
    }

    .blog-section section .blog-card {
        width: 48%;
    }

    .blog-section section .blog-card:last-child {
        display: none;
    }
}

.contact-section {
    padding: 80px 0;
}

.contact-section section {
    background: linear-gradient(to right, #058dc0 0%, #058dc0 40%, #f2f2f2 40%, #f2f2f2 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.contact-section aside {
    width: 40%;
    padding: 50px;
}

.contact-section aside h3,
.contact-section aside h5 {
    color: #FFFFFF;
    padding: 15px 0 0 0;
}

.contact-section aside p,
.contact-section aside p a {
    color: #FFFFFF;
}

.contact-section aside p a {
    color: #FFFFFF;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.contact-section aside p a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    border-radius: 5px;
    height: 0.05em;
    bottom: 0;
    left: 0;
    background: currentcolor;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

.contact-section aside p a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.contact-section aside p strong {
    font-size: 30px;
    font-weight: 600;
}

.contact-section .wpcf7 {
    width: 60%;
    padding: 50px;
}

.note {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 15px;
}

.note img {
    width: 20px;
    margin-top: 4px;
}

@media only screen and (max-width:760px) {
    .contact-section {
        padding: 30px 0;
    }

    .contact-section section {
        background: none;
        flex-wrap: wrap-reverse;
    }

    .contact-section aside {
        width: 100%;
        padding: 20px;
        background-color: #058dc0;
    }

    .contact-section aside p strong {
        font-size: 20px;
    }

    .contact-section form {
        width: 100%;
        padding: 20px;
        background-color: #f2f2f2;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .contact-section section {
        background: none;
        flex-wrap: wrap-reverse;
    }

    .contact-section aside {
        width: 100%;
        background-color: #058dc0;
    }

    .contact-section form {
        width: 100%;
        background-color: #f2f2f2;
    }
}

.why-welcome-section {
    padding: 80px 0;
    text-align: center;
}

.why-welcome-section p {
    margin: 0 auto;
    max-width: 950px;
}

.why-welcome-section figure {
    margin-top: 30px;
}

@media only screen and (max-width:760px) {
    .why-welcome-section {
        padding: 30px 0;
    }

    .why-welcome-section figure {
        margin-top: 15px;
    }
}

.mission-vision-section {
    padding: 0 0 80px 0;
}

.mission-vision-section .container {
    display: flex;
    gap: 30px;
}

.mission-vision-section .mission {
    width: 50%;
    padding: 30px;
    background-color: #058DC0;
}

.mission-vision-section .mission h5,
.mission-vision-section .mission p {
    color: #FFFFFF;
}

.mission-vision-section .vision {
    width: 50%;
    padding: 30px;
    background-color: #F2F2EF;
}

@media only screen and (max-width:760px) {
    .mission-vision-section {
        padding: 0 0 30px 0;
    }

    .mission-vision-section .container {
        flex-wrap: wrap;
        gap: 15px;
    }

    .mission-vision-section .mission {
        width: 100%;
        padding: 20px;
    }

    .mission-vision-section .vision {
        width: 100%;
        padding: 20px;
    }
}

.every-step-section {
    padding: 80px 0;
    background-color: #0895CA;
}

.every-step-section h2,
.every-step-section h5,
.every-step-section p {
    color: #FFFFFF;
}

.every-step-section .icon-text-wrapper {
    margin: 30px auto;
    display: flex;
}

.every-step-section .icon-text-wrapper .icon-text {
    padding: 0 25px;
    text-align: center;
    border-right: 1px solid #FFFFFF33;
}

.every-step-section .icon-text-wrapper .icon-text:last-child {
    border: none;
}

.every-step-section .icon-text-wrapper .icon {
    min-height: 56px;
}

@media only screen and (max-width:760px) {
    .every-step-section {
        padding: 30px 0;
    }

    .every-step-section .icon-text-wrapper {
        margin: 15px auto 0 auto;
        flex-wrap: wrap;
    }

    .every-step-section .icon-text-wrapper .icon-text {
        width: 100%;
        padding: 15px 0;
        border-right: none;
        border-bottom: 1px solid #FFFFFF33;
    }

    .every-step-section .icon-text-wrapper .icon-text:last-child {
        border: none;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .every-step-section .icon-text-wrapper {
        flex-wrap: wrap;
    }

    .every-step-section .icon-text-wrapper .icon-text {
        width: 50%;
        padding: 25px;
    }

    .every-step-section .icon-text-wrapper .icon-text:nth-child(2) {
        border: none;
    }
}

.local-touch-section {
    padding: 80px 0;
    background: #F2F2F04D;
    text-align: center;
}

.local-touch-section p {
    margin: 0 auto;
    max-width: 950px;
}

.local-touch-section figure {
    margin: 30px auto 0 auto;
	max-width: 972px;
}

@media only screen and (max-width:760px) {
    .local-touch-section {
        padding: 30px 0;
    }

    .local-touch-section figure {
        margin-top: 15px;
    }
}

.faqs-section {
    padding: 80px 0;
}

.accordion-container {
    margin-top: 30px;
    position: relative;
}

.accordion-set {
    margin: 10px auto;
    position: relative;
    width: 100%;
    height: auto;
    border: 1px solid #A0A0A0;
}

.accordion-set>a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-decoration: none;
    font-family: "Playfair", serif;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.accordion-set>a i {
    font-size: 16px;
}

.accordion-set>a.active {
    color: #000000;
}

.accordion-content {
    display: none;
    padding: 0 20px 10px 20px;
}

.accordion-content p {
    font-size: 16px;
}

@media only screen and (max-width:760px) {
    .faqs-section {
        padding: 30px 0;
    }

    .accordion-container {
        margin-top: 15px;
        position: relative;
    }

    .accordion-set>a {
        padding: 15px;
        font-size: 16px;
    }

    .accordion-set>a i {
        font-size: 14px;
    }

    .accordion-content {
        display: none;
        padding: 0 15px 10px 15px;
    }

    .accordion-content p {
        font-size: 14px;
    }
}

.policy-section {
    padding: 80px 0;
}

.policy-section h5 {
    padding: 10px 0 0 0;
}

.policy-section p strong {
    font-weight: 500;
    color: #00A9E8;
}

.policy-section ol {
    padding: 0 0 0 20px;
}

@media only screen and (max-width:760px) {
    .policy-section {
        padding: 30px 0;
    }
}

.industry-section {
    padding: 80px 0;
}

.industry-section section {
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.industry-section article {
    width: 55%;
}

.industry-section figure {
    width: 45%;
}

@media only screen and (max-width:760px) {
    .industry-section {
        padding: 30px 0;
    }

    .industry-section section {
        margin: 30px auto;
        flex-wrap: wrap;
        gap: 0;
    }

    .industry-section section.second,
    .industry-section section.fourth,
    .industry-section section.sixth {
        flex-wrap: wrap-reverse;
    }

    .industry-section article {
        width: 100%;
    }

    .industry-section figure {
        width: 100%;
    }
}

.partner-section {
    padding: 80px 0;
}

.partner-section p {
    margin: 0 auto 15px auto;
    max-width: 900px;
}

.normal-tab-section .tabpanel-tab {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.normal-tab-section .tabpanel-tab:checked+.tabpanel-tablabel {
    background-color: #00A9E8;
    color: #FFFFFF;
    position: relative;
}

.normal-tab-section .tabpanel-tablabel {
    flex: 0 1 auto;
    padding: 15px 0 !important;
    font-family: "Playfair", serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 24px;
    color: #000000;
    cursor: pointer;
}

.normal-tab-section .tabpanel-tablabel:hover {
    cursor: pointer;
}

.normal-tab-section .tabpanel-panel {
    display: none;
}

.normal-tab-section #tabpanel-tab-1:checked~.tabpanel-panels #tabpanel-panel-1,
.normal-tab-section #tabpanel-tab-2:checked~.tabpanel-panels #tabpanel-panel-2,
.normal-tab-section #tabpanel-tab-3:checked~.tabpanel-panels #tabpanel-panel-3,
.normal-tab-section #tabpanel-tab-4:checked~.tabpanel-panels #tabpanel-panel-4,
.normal-tab-section #tabpanel-tab-5:checked~.tabpanel-panels #tabpanel-panel-5,
.normal-tab-section #tabpanel-tab-6:checked~.tabpanel-panels #tabpanel-panel-6 {
    display: block;
    position: relative;
    top: 0px;
}

.normal-tab-section .tabpanel {
    margin: 15px auto 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
}

@media screen and (max-width: 600px) {
    .normal-tab-section .tabpanel {
        margin: 15px auto;
        flex-direction: column;
    }

    .normal-tab-section .tabpanel .tabpanel-tablabel {
        padding: 15px !important;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        background-color: #EAF1FF;
    }

    .normal-tab-section .tabpanel .tabpanel-tablabel+.tabpanel-tab+.tabpanel-tablabel {
        margin-top: 15px;
    }

    .normal-tab-section .tabpanel .tabpanel-tab:checked~.tabpanel-panels {
        order: 1;
    }

    .normal-tab-section .tabpanel .tabpanel-tab:not(:checked)+.tabpanel-tablabel {
        order: initial;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-1+.tabpanel-tablabel {
        order: 1;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-1:checked~.tabpanel-panels {
        order: 1;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-2+.tabpanel-tablabel {
        order: 2;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-2:checked~.tabpanel-panels {
        order: 2;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-3+.tabpanel-tablabel {
        order: 3;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-3:checked~.tabpanel-panels {
        order: 3;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-4+.tabpanel-tablabel {
        order: 4;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-4:checked~.tabpanel-panels {
        order: 4;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-5+.tabpanel-tablabel {
        order: 5;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-5:checked~.tabpanel-panels {
        order: 5;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-6+.tabpanel-tablabel {
        order: 6;
    }

    .normal-tab-section .tabpanel #tabpanel-tab-6:checked~.tabpanel-panels {
        order: 6;
    }

    .normal-tab-section .tabpanel .tabpanel-panel {
        padding: 15px;
        background-color: #F2F2EF;
    }
}

@media screen and (min-width: 601px) {
    .normal-tab-section .tabpanel {
        flex-direction: row;
    }

    .normal-tab-section .tabpanel .tabpanel-tablabel {
        flex: 0 1 auto;
        margin: 0 -3px;
        width: 260px;
        text-align: center;
        background-color: #F2F2EF;
        border: 6px solid #FFFFFF;
        z-index: 9;
    }

    .normal-tab-section .tabpanel .tabpanel-panel {
        padding: 0;
    }

    .normal-tab-section .tabpanel .tabpanel-panels {
        flex: 1 1 100%;
        margin-top: -30px;
        padding: 50px;
        background-color: #F2F2EF;
    }

    .partner-section .tabpanel-panels {
        max-width: 1000px;
    }
}

@media only screen and (max-width:760px) {
    .partner-section {
        padding: 30px 0;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .normal-tab-section .tabpanel .tabpanel-panels {
        padding: 50px 30px 30px 30px;
    }
}

.welcome-spaces-section {
    padding: 80px 0;
    text-align: center;
}

.welcome-spaces-section p {
    margin: 0 auto;
    max-width: 1130px;
}

.welcome-spaces-section section {
    margin: 15px auto 50px auto;
    display: flex;
    gap: 30px;
}

.welcome-spaces-section .icon-text {
    padding: 25px;
    width: 25%;
    background-color: #F2F2EF;
}

.welcome-spaces-section .icon-text h6 {
    font-size: 18px;
    margin: 0 auto;
    max-width: 220px;
}

.welcome-spaces-section .icon-text img {
    margin: 10px auto;
}

@media only screen and (max-width:760px) {
    .welcome-spaces-section {
        padding: 30px 0;
    }

    .welcome-spaces-section section {
        margin: 15px auto 30px auto;
        flex-wrap: wrap;
        gap: 15px;
    }

    .welcome-spaces-section .icon-text {
        padding: 15px;
        width: 47%;
    }

    .welcome-spaces-section .icon-text h6 {
        font-size: 16px;
    }

    .welcome-spaces-section .icon-text img {
        margin: 10px auto 0 auto;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .welcome-spaces-section section {
        gap: 15px;
    }

    .welcome-spaces-section .icon-text {
        padding: 15px;
    }
}

.categories-section {
    padding: 80px 0;
}

.categories-section section {
    margin: 15px auto 0 auto;
    display: flex;
    gap: 30px;
}

.categories-section .workspace-card {
    width: 33.333%;
    background-color: #F2F2EF;
}

.categories-section figure {
    width: 100%;
    background-color: #FAFAFA;
    border-bottom: 15px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories-section article {
    padding: 20px;
}

.categories-section article h6 {
    font-size: 27px;
}

.categories-section article ol {
    padding: 0 0 0 18px;
}

@media only screen and (max-width:760px) {
    .categories-section {
        padding: 30px 0;
    }

    .categories-section section {
        flex-wrap: wrap;
        gap: 15px;
    }

    .categories-section .workspace-card {
        width: 100%;
    }

    .categories-section article {
        padding: 15px;
    }

    .categories-section article h6 {
        font-size: 18px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .categories-section section {
        gap: 15px;
    }
}

.benefit-section {
    padding: 0 0 80px 0;
}

.benefit-section section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.benefit-section figure {
    width: 40%;
}

.benefit-section article {
    width: 60%;
}

@media only screen and (max-width:760px) {
    .benefit-section {
        padding: 0 0 30px 0;
    }

    .benefit-section section {
        flex-wrap: wrap-reverse;
        gap: 15px;
    }

    .benefit-section figure {
        width: 100%;
    }

    .benefit-section article {
        width: 100%;
    }
}

.stasted-section {
    padding: 80px 0;
    background: #F2F2F04D;
    text-align: center;
}

.stasted-section p {
    margin: 0 auto;
    max-width: 950px;
}

.stasted-section figure {
   margin: 30px auto 0 auto;
   max-width: 972px;
}

@media only screen and (max-width:760px) {
    .stasted-section {
        padding: 30px 0;
    }

    .stasted-section figure {
        margin-top: 15px;
    }
}

.wpcf7-form textarea{ 
    width: 100% !important;
}

.wpcf7-list-item {
	display: inline-block;
  margin: 0 !important;
}

.btn-submit {
    margin: 5px 0 0 0;
    padding: 0;
    width: auto;
    height: 66px;
    background: transparent;
    border: 2px solid #272727;
    text-align: center;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    color: #272727;
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition: all .4s ease-in-out;
}

.btn-submit a:hover {
    color: #FFFFFF;
}

.btn-submit::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #00A9E8;
    z-index: -1;
    transition: width 0.3s ease-in-out;
}

.btn-submit:hover::before {
    width: 100%;
}

.btn-submit::after {
    content: "";
    width: 220px;
    height: 82px;
    background: url(../images/btn-line.png) no-repeat center/cover;
    position: absolute;
    top: -9px;
    right: -9px;
    z-index: -1;
}

.form-wrapper input[type="submit"] {
    margin: 0;
    padding: 15px 65px;
    width: 320px;
    height: 66px;
    background: transparent;
    border: 2px none;
    text-align: center;
    font-family: "Jost", serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 36px;
    color: #272727;
    text-transform: uppercase;
    cursor: pointer;
    transition: all .4s ease-in-out;
}

@media only screen and (max-width:760px) {
    .btn-submit {
        margin: 15px 0;
        padding: 7px 30px;
        width: auto;
        height: 50px;
        font-size: 15px;
    }

    .btn-submit::after {
        width: 166px;
        height: 62px;
        top: -8px;
        right: -8px;
    }

    .form-wrapper input[type="submit"] {
        padding: 7px 30px;
        width: 200px;
        height: 50px;
        font-size: 15px;
    }
}

.wpcf7-spinner {
	display: none !important;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100% !important;
}

.tnp-subscription input[type="email"] {
	margin: 0 !important;
  padding: 15px !important;
  width: 100% !important;
  height: 56px !important;
  background: #087EAA36 !important;
  border: 1px solid #FFFFFF !important;
  font-size: 17px !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  color: #FFFFFF !important;
}

.tnp-subscription input.tnp-submit, .tnp-profile input.tnp-submit, .tnp-unsubscribe button.tnp-submit, .tnp-reactivate button.tnp-submit {
	margin: 10px 0 0 0 !important;
  padding: 15px !important;
  width: 100% !important;
  max-width: 210px !important;
  height: 56px !important;
  background: #00A9E8 !important;
  border: none !important;
  font-size: 17px !important;
  font-weight: 600 !important;
  line-height: 24px !important;
  color: #FFFFFF !important;
  cursor: pointer !important;
  transition: all .4s ease-in-out;
}

/* 07-02-2025 */

.insurance_tbl{
	margin: 1rem 0;
	font-size: 18px;
    font-weight: 500;
	
}

.insurance_tbl tr:nth-child(odd) {
  background-color: #00A9E8;
  color: #ffffff;
 	
}

.insurance_tbl tr td{
	padding: 0.5rem 1rem;
	border-bottom: 1px solid #00A9E8;
}

.values-section {
    padding: 0 0 80px 0;
    background: #FFFFFF;
}

.values-section h3 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
}

.values-section h6 {
    font-size: 28px;
    color: #0979A3;
}

.safe-secure,
.customization {
    margin: 15px auto;
}

.values-section ul li {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    text-align: left;
    color: #1E1D1D;
}

.values-section ul li strong {
    display: block;
    font-family: "Playfair", serif;
    font-size: 22px;
    font-weight: 700;
}

.three-columns {
    margin: 15px auto;
    display: flex;
    gap: 30px;
}

.three-columns .column {
    padding: 25px;
    width: 33.333%;
    background-color: #FFFFFF;
    box-shadow: 0px 4px 44px 0px #0000001A;
}

@media only screen and (max-width:760px) {
    .values-section {
        padding: 0 0 30px 0;
    }

    .values-section ul li {
        font-size: 16px;
    }

    .values-section ul li strong {
        font-size: 18px;
    }

    .three-columns {
        flex-wrap: wrap;
        gap: 15px;
    }

    .three-columns .column {
        width: 100%;
    }

    .values-section h6 {
        font-size: 20px;
    }
}

@media only screen and (min-width:761px) and (max-width:1023px) {
    .three-columns {
        flex-wrap: wrap;
    }

    .three-columns .column {
        width: 100%;
    }
}