﻿@charset "utf-8";
/* CSS Document */

/* 	-----------------------------------------------------
	------------------- General Styles ------------------
	----------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
    display: block;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background-color: transparent;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

:focus {
    outline: 0;
}

ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    outline: none;
    outline-style: none;
    outline-width: 0;
    color: #3b3b3b;
    text-decoration: none;
}

    a:hover, a:active, a:focus {
        outline: none;
        outline-style: none;
        outline-width: 0;
        color: #3b3b3b;
        text-decoration: none;
    }

input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
}

[contenteditable="true"]:focus {
    outline: none;
}

*:focus {
    outline: none;
}

img {
    margin: 0;
    padding: 0;
    outline-style: none;
    outline-width: 0;
    max-width: 100%;
    height: auto;
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-size: 100%;
    overflow-x: hidden;
}

.clr {
    font-size: 0;
    height: 0;
    line-height: 0;
    clear: both;
}

.left {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: left;
}

.right {
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    float: right;
}

.clearfix:before, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    overflow: hidden;
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom: 1
}

strong {
    font-weight: 700;
}

em {
    font-style: italic;
}

.img-left {
    float: left;
    margin: 0;
}

.img-right {
    float: right;
    margin: 0;
}

.container {
    max-width: 1100px;
}


/* 	-----------------------------------------------------
	-------------------- Header Styles ------------------
	----------------------------------------------------- */
.header-section {
    width: 100%;
    min-height: 120px;
    padding: 30px 0;
    background-color: #FFFFFF;
}

    .header-section .logo {
        float: left;
    }

    .header-section .control-panel a {
        float: right;
        margin: 0;
        padding: 15px;
        width: auto;
        height: 60px;
        background-color: #FFFFFF;
        border: 2px solid #023250;
        border-radius: 3px;
        font-size: 15px;
        font-weight: 700;
        line-height: 26px;
        color: #023250;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        display: block;
    }

    .header-section .faq a {
        float: right;
        padding: 15px 40px;
        font-size: 15px;
        font-weight: 700;
        line-height: 30px;
        color: #023250;
        text-transform: uppercase;
        letter-spacing: 0.14em;
        display: block;
    }

    .header-section .language {
        float: right;
        padding: 5px 0;
    }

        .header-section .language select {
            margin: 0;
            padding: 5px 30px 5px 5px;
            width: 100%;
            height: 30px;
            background: #FFFFFF url(../images/dd-arrow.png) no-repeat right;
            border: 1px solid #dbdbdb;
            border-radius: 3px;
            font-size: 15px;
            font-weight: 400;
            line-height: 18px;
            color: #023250;
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
        }


/* 	-----------------------------------------------------
	-------------------- Banner Styles ------------------
	----------------------------------------------------- */
.banner-section {
    background: #053b5c url(../images/banner.webp) no-repeat center / cover;
}

    .banner-section figure {
        margin: 50px 0 -50px 0;
        padding: 0;
    }

    .banner-section section {
        padding: 40px 0 10px 0;
    }

    .banner-section h1 {
        font-size: 50px;
        font-weight: 900;
        line-height: 1.2;
        color: #FFFFFF;
        padding: 10px 0;
        text-shadow: 0 2px 0 rgba(0,0,0,0.75);
    }

        .banner-section h1 span {
            color: #a6efff;
        }

    .banner-section h6 {
        font-size: 18px;
        font-weight: 900;
        line-height: 1.2;
        color: #FFFFFF;
        padding: 1px 0;
    }

        .banner-section h6 em {
            font-weight: 400;
            font-style: italic;
            color: #b5e4f4;
        }

        .banner-section h6 .fa-circle {
            color: #069bff;
            font-size: 24px;
            margin: 0 10px;
        }

    .banner-section p {
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5;
        color: #FFFFFF;
        padding: 10px 0;
    }

        .banner-section p img {
            margin: 0 10px 0 0;
            height: 50px;
        }

    .banner-section .btn-monitor a {
        margin: 20px auto;
        padding: 10px 35px;
        width: auto;
        height: 50px;
        background-color: #a6efff;
        border: none;
        border-radius: 3px;
        font-size: 18px;
        font-weight: 900;
        line-height: 30px;
        color: #023250;
        display: inline-block;
    }


/* 	-----------------------------------------------------
	------------------- Content Styles ------------------
	----------------------------------------------------- */
.content-section {
    min-height: 400px;
}

    .content-section h1 {
        font-size: 46px;
        font-weight: 900;
        line-height: 1.4;
        color: #023250;
        padding: 10px 0;
    }

    .content-section h2 {
        font-size: 40px;
        font-weight: 900;
        line-height: 1.4;
        color: #023250;
        padding: 10px 0;
    }

    .content-section h3 {
        font-size: 34px;
        font-weight: 900;
        line-height: 1.4;
        color: #023250;
        padding: 10px 0;
    }

    .content-section h4 {
        font-size: 28px;
        font-weight: 900;
        line-height: 1.2;
        color: #023250;
        padding: 10px 0;
    }

    .content-section h5 {
        font-size: 24px;
        font-weight: 700;
        line-height: 1.2;
        color: #023250;
        padding: 10px 0;
    }

    .content-section h6 {
        font-size: 20px;
        font-weight: 700;
        line-height: 1.2;
        color: #023250;
        padding: 10px 0;
    }

    .content-section p {
        font-size: 17px;
        font-weight: 400;
        line-height: 1.6;
        color: #5e5e5e;
        padding: 10px 0;
    }

    .content-section ul {
        margin: 0;
        padding: 10px 15px;
        list-style: disc;
    }

        .content-section ul li {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.5;
            color: #242424;
        }

        .content-section ul ul {
            list-style: square;
        }

    .content-section ol {
        margin: 0;
        padding: 10px 25px;
        list-style: decimal-leading-zero;
    }

        .content-section ol li {
            font-size: 16px;
            font-weight: normal;
            line-height: 1.5;
            color: #242424;
        }

        .content-section ol ol {
            list-style: lower-roman;
        }

    .content-section .btn-links a {
        margin: 10px auto;
        padding: 15px 30px;
        width: auto;
        height: 50px;
        background-color: #ffab00;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #ffffff;
        display: inline-block;
    }

    .content-section .btn-links2 a {
        margin: 10px auto;
        padding: 15px 30px;
        width: auto;
        height: 50px;
        background-color: #2cb898;
        border: none;
        border-radius: 3px;
        font-size: 16px;
        font-weight: 700;
        line-height: 20px;
        color: #ffffff;
        display: inline-block;
    }

.home-section01 {
    padding: 100px 0;
    background-color: #FFFFFF;
}

    .home-section01 .container {
        max-width: 1000px;
    }

    .home-section01 .grdn-box01 {
        padding: 10px;
        min-height: 310px;
        background: url(../images/grdn-bg-01.png) no-repeat center / cover;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        border-radius: 15px;
        text-align: center;
    }

    .home-section01 .grdn-box02 {
        padding: 10px;
        min-height: 310px;
        background: url(../images/grdn-bg-02.webp) no-repeat center / cover;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        border-radius: 15px;
        text-align: center;
    }

    .home-section01 .grdn-box03 {
        padding: 10px;
        min-height: 310px;
        background: url(../images/grdn-bg-03.webp) no-repeat center / cover;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        border-radius: 15px;
        text-align: center;
    }

    .home-section01 .grdn-box04 {
        padding: 10px;
        min-height: 310px;
        background: url(../images/grdn-bg-04.webp) no-repeat center / cover;
        box-shadow: 0 0 20px rgba(0,0,0,0.3);
        border-radius: 15px;
        text-align: center;
    }

    .home-section01 h6, .home-section01 p {
        color: #FFFFFF;
    }

    .home-section01 p {
        color: #FFFFFF;
        font-size: 14px;
    }

.home-section02 {
    padding: 80px 0 60px 0;
    background-color: #eff5f9;
    text-align: center;
}

    .home-section02 h2 {
        padding: 20px 0;
    }

    .home-section02 p {
        padding: 20px 0;
    }

        .home-section02 p img {
            margin: 20px 5px 0 5px;
            height: 50px;
        }

.home-section03 {
    background-color: #FFFFFF;
}

    .home-section03 figure {
        margin: 0;
        padding: 80px 0 0 0;
    }

    .home-section03 section {
        padding: 10px 0;
    }

    .home-section03 table {
        margin: 5px 0;
        padding: 0;
        width: 80%;
        border: 1px solid #d2d6d8;
        border-collapse: collapse;
    }

        .home-section03 table td {
            padding: 10px 15px;
            background-color: #f4f6f7;
            border: 1px solid #d2d6d8;
            border-collapse: collapse;
            font-size: 16px;
            font-weight: 700;
            line-height: 40px;
            color: #023250;
        }

            .home-section03 table td img {
                float: left;
                margin-right: 15px;
            }

.home-section04 {
    padding: 100px 0;
    background-color: #eff5f9;
}

    .home-section04 table {
        margin: 0;
        padding: 0;
    }

        .home-section04 table td {
            padding: 10px 0;
            font-size: 17px;
            font-weight: 400;
            line-height: 1.4;
            color: #5e5e5e;
        }

.home-section05 {
    padding: 100px 0;
    background-color: #FFFFFF;
}

    .home-section05 table {
        margin: 0;
        padding: 0;
        width: 100%;
    }

        .home-section05 table td {
            padding: 10px;
            border: 1px solid #d2d6d8;
            border-collapse: collapse;
        }

            .home-section05 table td:first-child {
                border-left: none;
            }

            .home-section05 table td:last-child {
                border-right: none;
            }

.grey-box {
    margin-top: 100px;
    background-color: #f9f9f9;
    border: 1px solid #e5e5e5;
    min-height: 270px;
    padding: 70px 20px 50px 20px;
    position: relative;
    text-align: center;
}

    .grey-box .img-box {
        width: 142px;
        height: 142px;
        position: absolute;
        left: 50%;
        top: -71px;
        margin-left: -71px;
    }

    .grey-box p {
        padding: 5px 0;
    }

.home-section06 {
    padding: 70px 0;
    background-color: #3291ae;
    text-align: center;
}

    .home-section06 h2 {
        color: #FFFFFF;
        font-weight: 900;
        margin: 0 auto;
        max-width: 720px;
    }

    .home-section06 p {
        color: #77daf8;
        padding: 20px 50px;
    }

        .home-section06 p img {
            margin: 5 0px;
        }


/* 	-----------------------------------------------------
	-------------------- Footer Styles ------------------
	----------------------------------------------------- */
.footer-section {
    padding: 80px 0;
    background-color: #031018;
}

    .footer-section p {
        font-size: 15px;
        font-weight: 400;
        line-height: 1.6;
        color: #8b9da9;
        padding: 10px 0;
    }

        .footer-section p a {
            color: #8b9da9;
            transition: all .4s ease-in-out;
        }

            .footer-section p a:hover {
                color: #FFFFFF;
                transition: all .4s ease-in-out;
            }

            .footer-section p a .fab {
                font-size: 30px;
                margin-right: 10px;
            }

    .footer-section h4 {
        font-size: 15px;
        font-weight: 700;
        line-height: 1.4;
        color: #FFFFFF;
        text-transform: uppercase;
        padding: 10px 0 0 0;
    }

    .footer-section ul {
        margin: 0;
        padding: 10px 0;
        list-style: none;
    }

        .footer-section ul li {
            font-size: 15px;
            font-weight: 400;
            line-height: 1.6;
            color: #8b9da9;
            margin-bottom: 4px;
        }

            .footer-section ul li a {
                color: #8b9da9;
                transition: all .4s ease-in-out;
            }

                .footer-section ul li a:hover {
                    color: #FFFFFF;
                    transition: all .4s ease-in-out;
                }


/* 	-----------------------------------------------------
	------------------ Go to top Styles -----------------
	----------------------------------------------------- */
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: #053b5c url(../fonts/cd-top-arrow.svg) no-repeat center 50%;
    border-radius: 3px;
    visibility: hidden;
    opacity: 0;
    -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 {
    background-color: #000000;
    opacity: 1;
}

@media only screen and (min-width:768px) {
    .cd-top {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (min-width:1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 20px;
        bottom: 20px;
    }
}
