/* ==========================================================
   ECOSYN Foundation - style.css
========================================================== */

body {
    background-color: #EEE;
    font-family: "Inter",sans-serif;
    font-weight: 500;
    font-size: 19px;
    line-height: 20px;
    overflow-x: hidden;
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

header {
    position: relative;
    display: block;
    width: 100vw;
    max-width: 100vw;
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
}

.hero-img {
    display: block;
    width: 100vw;
    max-width: 100vw;
    height: auto;
    margin: 0;
    padding: 0;
}

.main-nav {
    position: absolute;
    top: 90%;
    z-index: 1000;
    height: 60px;
    line-height: 56px;
    background: rgba(0,20,90,0.78);
    border-top: 3px solid #28AEEA;
    border-bottom: 3px solid #28AEEA;
    left: 0;
    right: 0;
    width: auto;
    box-sizing: border-box;
}

.menu-inline {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    margin-left: 33px;
    white-space: nowrap;
}

.menu-inline a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 0 10px;
}

.menu-inline a:not(:last-child)::after {
    content: "|";
    color: #28AEEA;
    margin-left: 20px;
}

.brd7 {
    border-radius: 15px;
    background: #EEE;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 10px 142px 10px 142px;
}

.arr1 {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    color: #000064;
    line-height: 28px;
}

.logo-divider {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}

.logo-divider span {
    display: block;
    width: 20%;
    height: 1px;
    background: rgba(40, 174, 234, 0.55);
}

.logo-divider img {
    width: 33px;
    height: auto;
    margin: 0 16px;
    opacity: 0.85;
}

.docs-grid {
    width: 70%;
    margin: 33px auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(180px, 1fr));
    gap: 42px;
}

.doc-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 96px;
    background: #eee;
    border: 1px solid #28AEEA;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.5s ease;
}

.doc-btn i {
    font-size: 33px;
    color: #000042;
    margin-bottom: 10px;
}

.doc-btn span {
    color: #006;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}

.doc-btn:hover {
    background: #ccc;
}

.doc-btn:hover i,
.doc-btn:hover span {
    color: #006;
}

.spcont {
    font-weight: 700;
    font-size: 20px;
    color: #000042;
}

img {
    margin-top: 33px;
    display: block;
    margin: 0 auto;
    margin-bottom: 6px;
}

.img-hgt {
    height: 177px;
}

h2,
h3,
h4 {
    font-family: "Inter",sans-serif;
    margin: 0 0 10px;
    color: #eee;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 40px;
    color: #002E85;
    text-align: left;
    margin-left: 24px;
}

h3 {
    font-size: 24px;
    line-height: 32px;
}

h4 {
    font-size: 20px;
    line-height: 26px;
}

p {
    margin-bottom: -5px;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 25px;
    bottom: 15px;
    width: 42px;
    height: 42px;
    background: #28AEEA;
    color: #005;
    font-size: 33px;
    border: 0;
    border-radius: 6px;
    z-index: 999999;
    cursor: pointer;
    padding: 0;
    margin: 0;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-align: center;
    text-decoration: none;
}

.back-to-top i {
    display: block;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.back-to-top:hover {
    background: #c00;
    color: #fff;
}

button {
    -moz-appearance: none;
}

::-moz-selection {
    background: #029;
    text-shadow: none;
}

::selection {
    background: #029;
    text-shadow: none;
}

.single-icon i {
    font-size: 42px;
    width: 60px;
    height: 60px;
    border: 0px solid #28AEEA;
    border-radius: 6%;
    margin-bottom: 20px;
}

.single-icon p {
    font-size: 16px;
    line-height: 30px;
}

.contact-icon {
    margin-bottom: 40px;
}

.footer-area {
    padding: 24px 0;
    background: #000042;
    font-size: 15px;
}

.footer-head p {
    color: #fff;
}

.footer-head h4 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.footer-logo {
    padding-bottom: 0px;
    margin-top: 15px;
}

.footer-icons ul li {
    display: inline-block;
}

.footer-icons ul li a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    margin-right: 5px;
    text-align: center;
    width: 40px;
    border-radius: 50%;
}

.footer-icons {
    margin-top: 30px;
}

.footer-contacts p span {
    color: #c00;
    font-weight: 700;
    padding: 0;
}

.footer-content {
    display: block;
    overflow: hidden;
}

.footer-icons ul li a:hover {
    background: #029;
    border: 1px solid #28AEEA;
    color: #fff;
}

.footer-area-bottom {
    background: #000 none repeat scroll 0 0;
    padding: 15px 0;
}

.copyright p {
    margin-bottom: 0;
    color: #aaa;
    font-size: 15px;
    font-weight: 300;
}

.footex {
    color: #bbbbbb;
    font-size: 11px;
    font-weight: 300;
    text-align: center;
    width: 95%;
    max-width: 1500px;
    margin: 0 auto;
    line-height: 14px;
}

.footex p {
    margin: 0 0 3px 0;
    padding: 0;
    line-height: 14px;
}

.footex1 {
    color: #fff;
    line-height: 28px;
    font-size: 15px;
}

.footmenu {
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
    text-align: left;
}

.footmenu a {
    color: #28AEEA;
    text-decoration: none;
    padding: 0px;
}

.footmenu a:hover {
    color: #ffffff;
}

.btn_m {
    background: #006;
    color: #aaa;
    width: 150px;
    height: 36px;
    font-size: 18px;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #28AEEA;
}

.btn_m:hover {
    background: #030;
    color: #fff !important;
}

.btn_md {
    background: 0;
    color: #ddd;
    width: 420px;
    height: 42px;
    font-size: 18px;
    font-weight: 500;
    transition: all 0.5s ease 0s;
    border-radius: 6px;
    margin-bottom: 5px;
    margin-top: 5px;
    border: 2px solid #28AEEA;
}

.btn_md:hover {
    background: #050;
    color: #fff !important;
}

.activity-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 42px 55px;
    width: 100%;
    margin: 35px auto 10px auto;
}

.activity-card {
    text-align: center;
    padding: 22px 18px 26px 18px;
    background: #eee;
    border-radius: 12px;
    border: 1px solid rgba(40,174,234,0.25);
    box-sizing: border-box;
    min-height: 340px;
}

.activity-icon-big {
    width: 150px;
    height: 150px;
    margin: 0 auto 20px auto;
    border-radius: 50%;
    background: rgba(40,174,234,0.08);
    border: 2px solid #28AEEA;
    display: flex;
    align-items: center;
    justify-content: center;
}

.activity-icon-big i {
    font-size: 60px;
    color: #002E85;
    line-height: 1;
}

.activity-card h3 {
    color: #002E85;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 13px 0;
    padding: 0;
}

.activity-card p {
    color: #000042;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    line-height: 23px;
}

.activity-card p + p {
    margin-top: 10px;
}

.mdl-doc-grid {
    width: 92%;
    margin: 20px auto 0 auto;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 30px;
}

.mdl-doc-grid a {
    display: block;
    text-decoration: none;
}

.mdl-doc-grid .btn_md {
    width: 100%;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: normal;
    overflow-wrap: break-word;
    word-break: normal;
    line-height: 18px;
    padding: 6px 10px;
    text-align: center;
    box-sizing: border-box;
}

@media (min-width: 931px) and (max-width: 1400px) {
    .main-nav {
        height: 16px;
        line-height: 20px;
        height: 25px;
        padding-left: 15px;
    }

    .menu-inline a {
        font-size: 14px;
        padding: 0 5px;
    }

    .footex1 {
        line-height: 19px;
        font-size: 11px;
    }

    .footmenu {
        font-size: 14px;
    }

    .footex {
        color: #ddd;
        font-size: 9px;
        max-width: 1100px;
    }

    .img-hgt {
        height: 80px;
    }

    .single-icon p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }

    .single-icon i {
        font-size: 33px;
        width: 42px;
        height: 32px;
        margin-bottom: 10px;
    }

    .spcont {
        font-size: 14px;
    }

    .docs-grid {
        width: 100%;
        grid-template-columns: repeat(3, minmax(100px, 1fr));
        gap: 10px;
    }

    .doc-btn {
        height: 60px;
    }

    .doc-btn i {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .brd7 {
        padding: 10px 33px 10px 33px;
    }

    .btn_md {
        width: 240px;
        height: 51px;
        font-size: 14px;
        font-weight: 300;
        margin-bottom: 2px;
        margin-top: 2px;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
        line-height: 20px;
        padding: 6px 10px;
        text-align: center;
    }
}

@media (min-width: 388px) and (max-width: 930px) {
    .main-nav {
        height: 12px;
        line-height: 14px;
        height: 20px;
        text-align: left;
        width: 100%;
        padding-left: 5px;
    }

    .menu-inline a {
        font-size: 12px;
        padding: 1px;
    }

    .menu-inline {
        display: flex;
        justify-content: left;
        flex-wrap: nowrap;
        margin-left: 5px;
        white-space: nowrap;
    }

    .footex1 {
        line-height: 19px;
        font-size: 11px;
    }

    .footmenu {
        font-size: 14px;
    }

    .footex {
        color: #ddd;
        font-size: 9px;
        max-width: 1100px;
    }

    .img-hgt {
        height: 80px;
    }

    .single-icon p {
        font-size: 12px;
        line-height: 16px;
        width: 100%;
    }

    .single-icon i {
        font-size: 33px;
        width: 42px;
        height: 32px;
        margin-bottom: 10px;
    }

    .spcont {
        font-size: 14px;
    }

    .docs-grid {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .doc-btn {
        height: 60px;
    }

    .doc-btn i {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .brd7 {
        padding: 10px 33px 10px 33px;
    }

    .btn_md {
        width: 50%;
        height: 46px;
        white-space: normal;
        overflow-wrap: break-word;
        word-break: normal;
        line-height: 18px;
        padding: 6px 10px;
        text-align: center;
        box-sizing: border-box;
        font-size: 14px;
    }

    .mdl-doc-grid .btn_md {
        width: 100%;
        height: 52px;
        line-height: 16px;
        padding: 6px 6px;
    }

    .mdl-doc-grid {
        grid-template-columns: repeat(1, 1fr);
        gap: 5px 5px;
    }
}

#screenTooSmallOverlay {
    display: none;
    position: fixed !important;
    inset: 0 !important;
    width: 100vw !important;
    height: 100vh !important;
    background: rgba(0, 0, 32, 0.95) !important;
    z-index: 2147483647 !important;
    color: #ffffff !important;
    text-align: center !important;
    pointer-events: auto !important;
    cursor: not-allowed !important;
    overflow: hidden !important;
}

#screenTooSmallOverlay.cde-screen-blocker-on {
    display: block !important;
}

#screenTooSmallOverlay.cde-screen-blocker-off {
    display: none !important;
}

#screenTooSmallOverlay .cde-screen-blocker-box {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 85% !important;
    max-width: 500px !important;
    padding: 30px !important;
    background: rgba(10, 20, 60, 0.96) !important;
    border: 2px solid #d4af37 !important;
    border-radius: 8px !important;
    box-sizing: border-box !important;
}

#screenTooSmallOverlay h2 {
    margin: 0 0 15px 0 !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
    text-align: center !important;
}

#screenTooSmallOverlay p {
    margin: 0 !important;
    color: #ffffff !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: center !important;
}

html.cde-screen-locked,
body.cde-screen-locked {
    overflow: hidden !important;
    height: 100% !important;
}

@media (max-width: 388px) {
    #screenTooSmallOverlay {
        display: block !important;
    }

    html,
    body {
        overflow: hidden !important;
        height: 100% !important;
    }
}

@media (min-width: 389px) {
    #screenTooSmallOverlay {
        display: none !important;
    }
}

.hamburger-btn {
    display: none;
}

@media (max-width: 699px) {
    .main-nav {
        top: 30%;
        height: 33px;
        line-height: 34px;
        padding-left: 8px;
        padding-right: 8px;
        overflow: visible;
    }

    .hamburger-btn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 5px;
        width: 42px;
        height: 33px;
        background: #006;
        border: 1px solid #28AEEA;
        border-radius: 5px;
        padding: 5px;
        cursor: pointer;
        box-sizing: border-box;
    }

    .hamburger-btn span {
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        border-radius: 2px;
    }

    .menu-inline {
        display: none;
        position: absolute;
        top: 20px;
        left: 5px;
        width: 132px;
        margin-left: 0;
        border-radius: 5px;
        background: rgba(0, 0, 42, 0.96);
        border: 1px solid #28AEEA;
        border-top: 0;
        flex-direction: column;
        white-space: normal;
        z-index: 99999;
    }

    .main-nav.menu-open .menu-inline {
        display: flex;
    }

    .menu-inline a {
        display: block;
        width: 100%;
        font-size: 14px;
        line-height: 28px;
        padding: 0 12px;
        color: #fff;
        text-align: left;
        box-sizing: border-box;
    }

    .menu-inline a:not(:last-child)::after {
        content: "";
        margin-left: 0;
    }

    .menu-inline a:hover {
        background: #205;
        color: #28AEEA;
    }
}

@media (max-width: 699px) {
    .main-nav {
         top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        right: auto !important;

        height: 33px;
        line-height: 34px;

        padding-left: 8px;
        padding-right: 8px;

        overflow: visible;
		
		background: transparent !important;
		border: 0 !important;
    }

    .main-nav.menu-open {
        background: transparent !important;
    }

    .menu-inline {
        background: rgba(0, 0, 42, 0.96);
        border: 1px solid #28AEEA;
    }

    main {
        position: relative;
        z-index: 1;
    }

    header {
        position: relative;
        z-index: 1000;
        overflow: visible !important;
    }

    .main-nav {
        position: absolute;
        z-index: 1001 !important;
        overflow: visible !important;
    }

    .menu-inline {
        position: absolute;
        top: 34px;
        left: 0;
        z-index: 1002 !important;
    }

    #docs h2,
    #contact h2 {
        width: 290px;
        margin-left: auto !important;
        margin-right: auto !important;
        text-align: center !important;
    }
}

@media (min-width: 701px) and (max-width: 930px) {
    .activity-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 25px 22px;
    }

    .activity-icon-big {
        width: 115px;
        height: 115px;
        margin-bottom: 15px;
    }

    .activity-icon-big i {
        font-size: 52px;
    }

    .activity-card h3 {
        font-size: 19px;
        line-height: 25px;
    }

    .activity-card p {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 700px) {
    .activity-grid {
        grid-template-columns: 1fr;
        gap: 22px;
    }

    .activity-icon-big {
        width: 100px;
        height: 100px;
        margin-bottom: 14px;
    }

    .activity-icon-big i {
        font-size: 46px;
    }

    .activity-card {
        padding: 18px 12px 20px 12px;
    }

    .activity-card h3 {
        font-size: 18px;
        line-height: 24px;
    }

    .activity-card p {
        font-size: 15px;
        line-height: 22px;
    }
}

.section-wrap-img {
    width: 460px;
    height: 315px;
    opacity: 0.87;
    pointer-events: none;
    overflow: hidden;
    border-radius: 10px;
}

.section-wrap-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.wrap-left {
    float: left;
    margin: 0 35px 18px 0;
}

@media (min-width: 501px) and (max-width: 930px) {
    .section-wrap-img {
        width: 220px;
        height: 150px;
    }

    .wrap-left {
        margin: 0 22px 14px 0;
    }
}

@media (max-width: 500px) {
    .section-wrap-img {
        display: none !important;
    }

    .brd7 {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    .container {
        width: 100% !important;
        max-width: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .arr1 {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
    }

    h2 {
        margin-left: 0 !important;
    }
}
