﻿@charset "UTF-8";
@charset 'utf8';

@import "_default.css";
@import url("_default.css");

img.headerBG {
    position: absolute;
    width: 100%;
    height: 700px;
    z-index: -1;
    left: 0;
    top: 0;
    border-bottom: 5px solid #0b44b1;
}
header #headerBG {
    background-color: #071c45;
    width: 100%;
    height: 107px;
    position: absolute;
    left: 0;
	top: 0;
}
header menu {
    display: inline-block;
    width: 100%;
}
    header menu input[type="checkbox"],
    header menu input[type="checkbox"] + label {
        display: none;
    }
header menu #logo {
    background: url(../Images/logo-blue.png) no-repeat center center;
    float: right;
    padding: 40px;
}
    header menu #logo:after {
        content: ' ';
        left: -70px;
        padding: 20px;
        position: relative;
        background: url(../Images/Nava.png) no-repeat center center;
    }
header menu ul {
    list-style: none;
    margin-right: 50px;
    float: right;
}
    header menu ul li {
        float: right;
        margin: 30px 15px;
    }
        header menu ul li.lang-ul {
            display: none;
        }
        header menu ul li a {
            color: #fff;
            text-decoration: none;
            font-size: 20px;
            padding: 10px 0;
            display: inline-block;
            transition: all ease-in-out 0.3s;
            border-bottom: 3px solid transparent;
            text-shadow: 0px 2px 0px #1d4981;
        }
            header menu ul li a:hover {
                color: #fff;
                border-bottom-color: #1d4981;
            }
header menu #lang {
    position:absolute;
    left:0;
    margin: 30px 0 0;
    display: inline-block;
    z-index: 100;
    text-align:left;
}
    header menu #lang > a {
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        padding: 10px 0;
        display: inline-block;
        transition: all ease-in-out 0.3s;
    }
        header menu #lang > a img {
            margin: 8px 0 8px 5px;
        }

.dropDownBox {
    display: none;
    border: 1px solid #eeeeee;
    background: #fff;
    min-width: 100px;
    margin: 0;
    padding: 0;
    z-index: 10;
    text-align:right;
}
    .dropDownBox:before {
        content: '';
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-bottom-color: #fff;
        position: absolute;
        margin: -12px 0 0;
        left:20px;
    }
    .dropDownBox a {
        display: block;
        margin: 0;
        padding: 5px 10px;
        text-decoration: none;
        font-size: 12px;
        transition: all ease-in-out 0.3s;
    }
        .dropDownBox a img {
            margin: 5px 0 0 5px;
            padding: 0;
        }
        .dropDownBox a:hover {
            color: #fff;
            background: #019B32;
        }

#headerContent {
    width: 100%;
    height: 530px;
}
    #headerContent > img {
        float: right;
        transition: all ease-in-out 0.3s;
    }
    #headerContent > img:hover {
        margin-top: -10px;
    }
    #headerContent section {
        float: left;
        width: 30%;
        margin-top: 30px;
    }
        #headerContent section div {
            margin: 30px 10px;
        }
            #headerContent section div span {
                background: #f94210;
                color: #fff;
                padding: 5px 20px 5px 50px;
                border: 1px solid #9a2809;
                border-radius: 10px;
                font-size: 16px;
                display: inline-block;
            }
                #headerContent section div span img {
                    width: 40px;
                    height: 40px;
                    margin: -20px -40px 0 10px;
                    padding: 5px;
                    display: inline-block;
                    background: #0359c1;
                    border-radius: 100px;
                }
#slider {
    position:relative;
    min-height: 700px;
}
    #slider .slider-img {
        float: right;
        top: 0;
    }
    #slider > div {
        float: right;
        margin-left: 40px;
        transition: all ease-in-out 0.3s;
        cursor: pointer;
        top: 0;
    }
    #slider > div:hover {
        margin-top: -10px;
    }
    #slider #sliderImgContent {
        float: left;
        margin-top: -175px;
        top: 0;
    }
    #slider div section {
        position: absolute;
        top: 230px;
        display: inline-block;
        width: 100%;
        background: rgba(253,217,139,1);
        background: -moz-linear-gradient(top, rgba(253,217,139,1) 0%, rgba(250,234,200,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,217,139,1)), color-stop(100%, rgba(250,234,200,1)));
        background: -webkit-linear-gradient(top, rgba(253,217,139,1) 0%, rgba(250,234,200,1) 100%);
        background: -o-linear-gradient(top, rgba(253,217,139,1) 0%, rgba(250,234,200,1) 100%);
        background: -ms-linear-gradient(top, rgba(253,217,139,1) 0%, rgba(250,234,200,1) 100%);
        background: linear-gradient(to bottom, rgba(253,217,139,1) 0%, rgba(250,234,200,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd98b', endColorstr='#faeac8', GradientType=0 );
        border-radius: 10px;
        height: 300px;
        left: -20px;
        padding: 20px;
        color: #1d4981;
    }
        #slider div section em {
            border: 20px solid transparent;
            border-bottom-color: #fdd98b;
            position: absolute;
            top: -40px;
        }
        #slider div section em#slider-em1 {
            margin-right: 80px;
        }
        #slider div section em#slider-em2 {
            margin-right: 320px;
        }
        #slider div section em#slider-em3 {
            margin-right: 570px;
        }
        #slider div section span {
            display:inline-block;
        }
        #slider div section i {
            display: block;
            font-weight: bold;
        }
        #slider div section ul {
            width: 50%;
        }
        #slider div section div {
            margin: 0 20px;
            text-align: center;
            display: inline-block;
            position: absolute;
            top:0;
            left:0;
        }
            #slider div section div a {
                display: inline-block;
                margin: 10px 20px;
            }
                #slider div section div a img {
                    transition: all ease-in-out 0.3s;
                    border-radius: 10px;
                    margin-top: 5px;
                    box-shadow: 0px 30px 40px -20px #000;
                }
                #slider div section div a:hover img {
                    margin-top: 0;
                    margin-bottom: 5px;
                    box-shadow: 0px 30px 20px -20px #000;
                }
            #slider div section div .slider-qrcode {
                display: inline-block;
                margin: 10px 20px;
                width: 150px;
            }

.color-1 {
    color: #1d4981;
}
.title {
    text-shadow: 1px 1px 2px #fff;
    color: #1d4981;
    margin:30px 20px;
}

.footer-img {
    position: absolute;
    z-index: -2;
    text-align: left;
    margin-top: -130px;
    margin-right: 700px;
}
.footer-img > img{
}
footer {
    text-align: center;
    margin-top: 10px;
}
    footer > img {
        position: absolute;
        width: 100%;
        height: 190px;
        z-index: -1;
        left: 0;
    }
    footer ul {
        list-style: none;
        margin: 130px auto 0;
        display: inline-block;
    }
        footer ul li {
            display: inline-block;
            margin: 0;
            padding:0;
            border-left: 1px solid #fff;
        }
            footer ul li:last-child {
                border-left: none;
            }
            footer ul li a {
                color: #fff;
                text-decoration: none;
                margin: 0 20px;
                padding-bottom: 5px;
                border-bottom: 2px solid transparent;
                transition: all ease-in-out 0.3s;
            }
                footer ul li a:hover {
                    color: #fff;
                    border-bottom-color: #fff;
                }
    footer div {
        color: #fff;
        font-size: 10px;
        margin: 10px 0 0;
    }

.features {
    text-align: center;
}
    .features section {
        position: relative;
        text-align: center;
        width: 160px;
        min-height: 550px;
        display: inline-block;
        margin: auto;
        padding: 20px;
        border: 1px solid #e2cfa2;
        transition: all ease-in-out 0.3s;
    }
        .features section h6 {
            color: #1d4981;
            text-shadow: 1px 1px 2px #fff;
            text-align: center;
            margin: 25px -15px;
        }
        .features section img {
            border-radius: 10px;
        }
        .features section p {
            text-align: justify;
            text-indent: 0;
            text-shadow: 1px 1px 2px #fff;
            overflow-y: auto;
            max-height: 255px;
        }
        .features section:hover {
            border: 1px solid #f94210;
            box-shadow: inset 0px 10px 20px -5px #f94210;
            transform: scale(1.05, 1.05);
        }

.txt-name {
    background:#fff url(../Images/person.png) right 0 no-repeat;
}
.txt-email {
    background:#fff url(../Images/error.png) right 0 no-repeat;
}
.txt-message {
    background:#fff url(../Images/chat-1.png) right 0 no-repeat;
}
.txt-mobile-number {
    background:#fff url(../Images/phone.png) right 0 no-repeat;
}
.txt-privacy-list {
    background: #fff url(../Images/privacy-list.png) right 0 no-repeat;
}
.txt-navaout {
    background: #fff url(../Images/navaout_green.png) left 0 no-repeat;
}
.txt-location {
    background: #fff url(../Images/location.png) right 0 no-repeat;
}

.charge table {
    display:inline-block;
    width:auto;
}
    .charge table tr td {
        padding: 5px 0;
    }
.charge-text1{
    float:left;
}
#charge-img-bankDescription {
    border: 1px solid #dec89a;
    border-radius: 10px;
    box-shadow: 0px 3px 10px 0px #000;
    float: left;
}

.main-feature {
    display: block;
}
    .main-feature li {
        margin: 10px;
    }
    .main-feature img {
        float: right;
        width: 50px;
        margin: auto 0 auto 10px;
    }
    .main-feature p {
        margin: auto 10px;
        text-indent: 0;
    }

.tab {}
.tab .tablinks {
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
    color: #888;
    margin: 10px 10px;
    padding: 5px 20px;
    display: inline-block;
    background: #d1d5d9;
    border-radius: 10px;
    box-shadow: 0px 2px 9px #9a9a9a;
    border: 1px solid #777;
}
.tab .tablinks:hover {
    color: #f94210;
}
.tab .tablinks-active {
    color: #f94210;
    box-shadow: 0px 2px 9px #000000;
}
.tab .tabcontent {
    display: none;
    padding: 6px 12px;
}

.install-text
{
    margin:20px 10px 20px 0;
}
.install-pic {
    border-radius: 10px;
    border:10px solid #000;
    margin:5px 0;
}

@media all and (max-width:1024px) {
    header menu ul li {
        margin: 30px 10px;
    }

        header menu ul li a {
            font-size: 17px;
        }

    #slider #sliderImgContent {
        display: none;
    }

    .footer-img {
        display: none;
    }
}

@media all and (max-width:800px) {
    img.headerBG {
        display: none;
    }

    header {
        background-color: #071c45;
    }

        header menu {
            display: inline-block;
            width: 100%;
        }

            header menu input[type="checkbox"] + label {
                display: inline-block;
                background: none;
                color: #1d4981;
                font: normal 45px tahoma;
                float: left;
                margin: 20px 10px;
                outline:none;
            }
                header menu input[type="checkbox"] + label:before {
                    content: '≡';
                }
            header menu input[type="checkbox"]:checked + label:before {
                content: '×';
            }
            header menu input[type="checkbox"]:checked ~ ul {
                height: 262px;
            }

            header menu ul {
                position: relative;
                display: block;
                transition: all ease-in-out 0.3s;
                background-color: #071c45;
                left: 0;
                margin: 0;
                padding: 0;
                width: 100%;
                height: 0;
                overflow: hidden;
            }

                header menu ul li {
                    display: block;
                    text-align: center;
                    border-bottom: 1px solid #333;
                    margin: 0;
                    padding: 0;
                    float: none;
                }
                    header menu ul li:last-child {
                        border-bottom: none;
                    }

                    header menu ul li a {
                        color: #fff;
                        text-decoration: none;
                        font-size: 14px;
                        padding: 6px 0 8px;
                        display: block;
                        border-bottom: none;
                    }

                        header menu ul li a:hover {
                            background-color: #000;
                        }
                    header menu ul li.lang-ul {
                        display: block;
                    }
                        header menu ul li.lang-ul a {
                            display: inline-block;
                            text-align: center;
                            margin: 0 20px;
                            padding: 10px 10px 10px 20px;
                        }
                            header menu ul li.lang-ul a img {
                                display: inline-block;
                                margin: 5px;
                            }

            header menu #lang {
                display:none;
            }

    #headerContent {
        display: none;
    }

    #slider {
        min-height: initial;
        margin-bottom: 50px;
    }

        #slider .slider-img {
            float: none;
            top: 0;
        }

        #slider > div {
            float: none;
            margin-left: 0;
            cursor: default;
            text-align: center;
            margin-top: 100px;
        }

            #slider > div:first-child,
            #slider > div:first-child:hover {
                margin-top: 20px;
            }

            #slider > div:hover {
                margin-top: 100px;
            }

        #slider #sliderImgContent {
            display: none;
        }

        #slider div section {
            position: relative;
            top: 30px;
            left:0;
            border-radius: 0;
            height: auto;
            padding: 20px;
        }

            #slider div section.dis {
                display: block !important;
            }

            #slider div section em {
                border: 20px solid transparent;
                border-bottom-color: #fdd98b;
                position: absolute;
                top: -40px;
                display: inline-block;
            }

                #slider div section em#slider-em1,
                #slider div section em#slider-em2,
                #slider div section em#slider-em3 {
                    margin-right: -50px;
                }

            #slider div section h6,
            #slider div section i {
                display: block;
                font-weight: bold;
            }

            #slider div section h1,
            #slider div section h6 {
                text-align: center;
                margin: 20px auto 20px 60px;
            }

            #slider div section i {
                text-align: right;
            }

            #slider div section ul {
                text-align: right;
                width: 90%;
            }

            #slider div section div {
                float: none;
                margin: 0 50px 0;
                position: relative;
                right: -20px;
            }
    .main-feature {
        display: block;
        margin-right: 0;
    }

    .contact-us-img {
        display:none;
    }

    .footer-img {
        display: none;
    }

    .features {
        text-align: center;
    }

        .features section {
            width: 80%;
            min-height: initial;
        }

            .features section h6 {
                text-align: center;
            }

    .charge-text1 {
        float: none;
    }

    #charge-img-bankDescription {
        display: none;
    }

    footer ul li a {
        margin: 0 10px;
    }
}

@media all and (max-width:1000px) {
    .contact-us-img {
        display: none;
    }
    #charge-img-bankDescription {
        display: none;
    }
}

.contact-us-img {
    float: left;
    left: 0;
    width: 400px;
    height: 300px;
}

.radio-image {
}

    .radio-image input[type="radio"] {
        position: relative;
        right: 30px;
        top: 10px;
display:none;
    }

    .radio-image label {
        display: inline-block;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding: 20px;
        margin: 5px;
        background: #eee;
    }

    .radio-image input[type="radio"] + label:hover {
        background: #f7b7b6;
    }

    .radio-image img {
        width: 75px;
        height: 75px;
    }

    .radio-image input[type="radio"] + label {
        background: url(../Images/cssradiobutton.png) no-repeat right 0;
        background:none;
        padding-right: 20px;
    }

    .radio-image input[type="radio"]:checked + label {
        background: #b0ffb6;
        border-color: #00920b;
    }
    .radio-image input[type="radio"] {
        display: inline-block;
display:none;
    }

