﻿@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');

body {
    background: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    letter-spacing: 0.4px;
}

.p-5 {
    padding: 5px;
}

.ml5 {
    margin-right: 5px;
}

.d-flex {
    display: flex;
}

.mb-30 {
    margin-bottom: 30px;
}

header {
    box-shadow: 0 0 2px 0 rgb(37 42 49 / 16%), 0 2px 4px 0 rgb(37 42 49 / 12%);
    position: fixed;
    width: 100%;
    background: transparent;
    top: 0;
    z-index: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    transition: .3s ease-in-out;
}

    header .logo {
        padding: 15px 0;
    }

        header .logo a {
            display: block;
            outline: none !important;
        }

            header .logo a img {
                height: 62px;
                mix-blend-mode: multiply;
                filter: saturate(150) grayscale(1) contrast(10);
            }

    header .login_btn {
        float: right;
        margin: 20px 0;
    }

    header .top_header {
        float: left;
        width: 100%;
    }

.support_info {
    display: inline-flex;
    color: #ffffff;
    align-items: center;
    font-size: 20px;
    font-weight: 400;
    margin-left: 45px;
    height: 100%;
}

    .support_info .icon {
        width: 40px;
        height: 40px;
        margin-right: 15px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 50px;
    }

        .support_info .icon.i_email {
            background-image: url(../images/icons/icon-mail.png);
        }

        .support_info .icon.i_phone {
            background-image: url(../images/icons/icon-phone.png);
        }


.herowarp {
    background: rgba(255, 255, 255, 0.9);
    padding-top: 40px;
    padding-bottom: 40px;
    border-radius: 40px;
}

.herotitle {
    text-align: center;
    color: #ffffff;
    font-family: "Baloo 2", serif;
    font-size: 3vw;
    font-weight: 400;
    line-height: 3.5vw;
    margin: 20px 0;
}

    .herotitle > span {
        display: block;
        font-weight: 600;
        color: #31bbff;
    }

    .herotitle > b {
        font-weight: 700;
    }

header.headerfix {
    background: #ffffff;
}

    header.headerfix .logo a img {
        mix-blend-mode: unset;
        filter: unset;
    }

    header.headerfix .support_info {
        color: #222222;
    }

.lefthero {
    height: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .lefthero .title-1 {
        font-size: 1.2vw;
        text-align: center;
        max-width: 65%;
        color: #113888;
        font-weight: 400;
        margin-bottom: 20px;
    }

    .lefthero .title-2 {
        font-size: 2.3vw;
        color: #113888;
        font-weight: 400;
        font-family: "Arizonia", serif;
        margin-right: 15px;
    }

    .lefthero .title-3 {
        font-size: 1.9vw;
        color: #008eff;
        font-family: "Baloo 2", serif;
        font-weight: 400;
    }

    .lefthero .btn_regist {
        color: #113888;
        border: 1px solid #113888;
        display: inline-block;
        padding: 0 25px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        letter-spacing: 2px;
        height: 46px;
        line-height: 45px;
        border-radius: 5px;
        text-decoration: none !important;
        margin-top: 20px;
    }

        .lefthero .btn_regist:hover {
            background: #005591;
            color: #ffffff;
        }

    .lefthero .separator {
        width: 1px;
        background: rgba(0, 0, 0, 0.1);
        height: 70%;
        position: absolute;
        right: 0;
    }

        .lefthero .separator::after {
            content: "";
            position: absolute;
            width: 10px;
            height: 18%;
            background: #008eff;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

header .menu {
    margin: 12px 0 4px;
    padding: 0;
}

    header .menu li {
        margin-left: 30px;
    }

        header .menu li a {
            border-right: 0;
            width: 100%;
            color: #666666;
            font-size: 14px;
            font-weight: 400;
            text-transform: uppercase;
            text-decoration: none;
        }

            header .menu li a:hover {
                color: #111111;
            }

.login_div {
    padding: 100px 0 20px 0;
    background: url(/Content/Images/AgentLogin/bg-login.jpg) no-repeat center;
    background-size: cover;
    min-height: 100vh;
}


.login_box {
    background: #ffffff;
    padding: 15px 35px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
    border-radius: 10px;
    max-width: 400px;
    margin: auto;
}

    .login_box .title {
        font-size: 18px;
        margin-top: 25px;
        color: #111111;
        font-weight: 500;
        margin-bottom: 20px;
        text-align: center;
        display: flex;
        white-space: nowrap;
        justify-content: center;
        align-items: center;
    }

        .login_box .title::before {
            content: "";
            width: 100%;
            display: inline-flex;
            height: 4px;
            background: #cccccc;
            margin-right: 15px;
        }

        .login_box .title::after {
            content: "";
            width: 100%;
            display: inline-flex;
            height: 4px;
            background: #cccccc;
            margin-left: 15px;
        }

.iconlogin {
    width: 100%;
    margin: 15px 0;
    position: relative;
    display: inline-block;
}

.login_box .fd_box {
    width: 100%;
    max-width: 280px;
    display: block;
    margin: 0 auto;
}

.iconlogin .lbl1 {
    position: absolute;
    top: -10px;
    left: 15px;
    font-size: 14px;
    color: #111111;
    font-weight: 400;
    background: #ffffff;
    padding: 0 5px;
}

.iconlogin .txt1 {
    border: 1px solid #d1d1d1;
    width: 100%;
    outline: none;
    padding: 10px 20px;
    font-size: 15px;
    border-radius: 1px;
    height: 44px;
}

    .iconlogin .txt1::placeholder {
        color: #bbbbbb;
        font-weight: 300;
        font-style: italic;
    }

    .iconlogin .txt1:hover {
        border: 1px solid #999999;
    }

    .iconlogin .txt1:focus {
        border: 1px solid #0099e9;
    }


.reco_pass {
    padding: 20px 60px 40px;
}

    .reco_pass .icon_key {
        background: #f3f6ff;
        width: 65px;
        height: 65px;
        border-radius: 50%;
        display: flex;
        margin: 0 auto;
        color: #ffffff;
        margin-bottom: 30px;
        justify-content: center;
        align-items: center;
    }

        .reco_pass .icon_key img {
            width: 46px;
        }


@media screen and (min-width:320px) and (max-width:767px) {
    .login_div {
        padding: 80px 0;
    }

    .herotitle {
        font-size: 6vw;
        line-height: 7vw;
    }

    .reco_pass {
        padding: 10px 20px 30px;
    }

    .lefthero {
        margin-top: 30px;
    }

        .lefthero .title-1 {
            font-size: 3vw;
            max-width: 70%;
            margin-bottom: 20px;
        }

        .lefthero .title-2 {
            font-size: 4.4vw;
            margin-right: 10px;
        }

        .lefthero .title-3 {
            font-size: 4vw;
        }

        .lefthero .btn_regist {
            font-size: 14px;
            letter-spacing: 1px;
            height: 40px;
            line-height: 40px;
            margin: 20px 0;
        }

    .servicelist .separator {
        display: none;
    }

    .servicelist .service .icon {
        transform: scale(0.8);
        margin-bottom: 0;
    }

    .lefthero .separator {
        display: none;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
}


.whower {
    padding: 60px 0 80px 0;
}

    .whower .who_thumb {
        box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.2);
        display: inline-block;
        position: relative;
    }

        .whower .who_thumb img {
            padding: 10px;
            background: #ffffff;
            width: 100%;
        }

        .whower .who_thumb::before {
            content: "";
            position: absolute;
            border: 1px solid #acacac;
            width: 100%;
            height: 100%;
            left: 35px;
            top: 35px;
            z-index: -1;
        }

    .whower .who_info .title_line {
        background: #dddddd;
        height: 1px;
        display: inline-table;
        width: 100%;
        position: relative;
        margin-bottom: 25px;
    }

        .whower .who_info .title_line::after {
            content: "";
            background: #7a1666;
            position: absolute;
            left: 0;
            height: 6px;
            width: 55px;
            bottom: 0;
        }

    .whower .who_info h2 {
        color: #7a1666;
        margin: 0;
        text-transform: uppercase;
        font-size: 24px;
        font-weight: 800;
    }

    .whower .who_info p {
        color: #666666;
        font-size: 16px;
        font-weight: 300;
        line-height: 26px;
    }

    .whower .who_info ul {
        margin: 10px 0;
        padding: 0;
        display: inline-block;
    }

        .whower .who_info ul li {
            list-style: none;
            margin-bottom: 12px;
            color: #666666;
            font-size: 14px;
            vertical-align: middle;
            line-height: 14px;
        }

            .whower .who_info ul li i {
                color: #7a1666;
                font-size: 16px;
                margin-right: 10px;
            }

@media screen and (min-width:320px) and (max-width:767px) {
    .whower {
        padding: 40px 0 40px 0;
    }

    .who_thumb {
        width: 230px;
        margin-bottom: 60px;
    }

    .whower .who_info h2 {
        font-size: 16px;
    }

    .whower .who_info .title_line {
        margin-bottom: 15px;
    }

        .whower .who_info .title_line::after {
            height: 3px;
        }

    .whower .who_info p {
        font-size: 14px;
        line-height: 22px;
    }

    .whower .who_info ul {
        margin: 0;
    }

        .whower .who_info ul li {
            margin-bottom: 10px;
            font-size: 13px;
        }
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
}


.servicelist {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    margin-top: 2%;
}

    .servicelist .separator {
        width: 2%;
        height: 7px;
        margin-top: calc(60px + 2%);
        background: #ffffff;
        border-radius: 5px;
    }

    .servicelist .service {
        color: #ffffff;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        padding: 1%;
        margin: 1%;
    }

        .servicelist .service .icon {
            width: 100px;
            height: 100px;
            background-color: #ffffff;
            border-radius: 50%;
            margin: 10px auto;
            background-position: center;
            background-repeat: no-repeat;
        }

            .servicelist .service .icon.icon-1 {
                background-image: url(/Content/images/icons/icon-service-1.svg);
                background-size: 62px;
            }

            .servicelist .service .icon.icon-2 {
                background-image: url(/Content/images/icons/icon-service-2.svg);
                background-size: 45px;
            }

            .servicelist .service .icon.icon-3 {
                background-image: url(/Content/images/icons/icon-service-3.svg);
                background-size: 52px;
            }

            .servicelist .service .icon.icon-4 {
                background-image: url(/Content/images/icons/icon-service-4.svg);
                background-size: 46px;
            }

            .servicelist .service .icon.icon-5 {
                background-image: url(/Content/images/icons/icon-service-5.png);
                background-size: 60px;
            }

            .servicelist .service .icon.icon-6 {
                background-image: url(/Content/images/icons/icon-service-6.svg);
                background-size: 45px;
            }
/*--'SECURE ONLINE' start---*/
.quality {
    background: #ffffff;
    height: 100%;
    padding: 60px 0 60px 0;
}

    .quality .box {
        background: #ffffff;
        box-shadow: 4px 0px 20px 0px rgb(0 0 0 / 8%);
        display: flex;
        width: 100%;
        margin: 15px 0;
        padding: 20px 15px;
        border-radius: 15px;
        border: 1px solid rgb(0 0 0 / 11%);
    }

        .quality .box .img_icon {
            background-image: url('../images/icons/icon-map.png');
            min-width: 50px;
            margin-right: 10px;
            max-height: 45px;
        }

            .quality .box .img_icon.icon1 {
                background-position: 1px 0px;
            }

            .quality .box .img_icon.icon2 {
                background-position: -50px 0px;
            }

            .quality .box .img_icon.icon3 {
                background-position: -95px 0px;
            }

            .quality .box .img_icon.icon4 {
                background-position: -135px 0px;
            }

        .quality .box .containt {
            color: #ffffff;
        }

            .quality .box .containt h3 {
                font-size: 18px;
                font-weight: 500;
                margin-bottom: 5px;
                color: #666666;
            }

            .quality .box .containt p {
                font-size: 14px;
                font-weight: 300;
                color: #adadad;
                line-height: 20px;
                margin-bottom: 0;
            }
/*--'SECURE ONLINE' end---*/



.regist_sec {
    background: #f5f6f7;
    padding: 10px 0;
    margin-top: 90px;
}

    .regist_sec .b_box {
        background: #ffffff;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.07);
    }

        .regist_sec .b_box .page_title {
            margin: 8px 0 20px 0;
            font-size: 26px;
            font-weight: 300;
            color: #0073b1;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .regist_sec .b_box .txt1 {
            border: 1px solid #dadada;
            width: 100%;
            outline: none;
            height: 40px !important;
            padding: 0 10px;
            border-radius: 3px;
            box-shadow: none !important;
            font-size: 14px !important;
        }

            .regist_sec .b_box .txt1::placeholder {
                color: #bbbbbb;
                font-style: italic;
            }

            .regist_sec .b_box .txt1:hover {
                border: 1px solid rgba(37, 130, 197, 0.3);
            }

            .regist_sec .b_box .txt1:focus {
                border: 1px solid rgba(37, 130, 197, 0.8);
            }

        .regist_sec .b_box .lbl {
            margin: 4px 0;
            display: block;
            font-size: 13px;
            font-weight: 500;
            color: #444444;
        }

            .regist_sec .b_box .lbl sup {
                color: #f00;
                font-size: 12px;
                top: -3px;
            }

            .regist_sec .b_box .lbl small {
                color: #f00;
                margin-left: 10px;
                font-size: 11px;
            }

        .regist_sec .b_box .btn_sub {
            padding: 0 20px;
            min-width: 200px;
            font-size: 16px;
            height: 44px;
            color: #ffffff;
            border: 1px solid #0073b1;
            outline: none;
            border-radius: 3px;
            background: #0073b1;
            outline: none !important;
            letter-spacing: 1px;
        }

            .regist_sec .b_box .btn_sub:hover {
                background: #01659a;
            }

@media screen and (min-width:320px) and (max-width:767px) {
    .regist_sec .b_box .page_title {
        font-size: 20px;
    }
}



/*--INNER page start--*/
.inner_page {
    background: #f5f6f7;
    padding: 10px 0;
    margin-top: 90px;
}

    .inner_page .b_box {
        background: #ffffff;
        box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.07);
    }

    .inner_page h1 {
        margin: 8px 0 20px 0;
        font-size: 26px;
        font-weight: 300;
        color: #0073b1;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .inner_page .page_content {
        padding: 20px 0 30px 0;
    }

        .inner_page .page_content .heading {
            width: 100%;
            float: left;
            text-align: left;
            font-size: 30px;
            font-weight: bold;
            color: #0065e1;
            margin-bottom: 30px;
        }

            .inner_page .page_content .heading h2 {
                float: left;
                font-size: 20px;
                width: auto;
                padding: 10px 0;
                margin: 0px;
                position: relative;
            }

                .inner_page .page_content .heading h2::after {
                    width: 40px;
                    height: 5px;
                    content: "";
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    background: #d3e3fd;
                    border-radius: 15px;
                }

                .inner_page .page_content .heading h2::before {
                    width: 100%;
                    height: 1px;
                    content: "";
                    position: absolute;
                    bottom: 2px;
                    left: 0;
                    background: #d3e3fd;
                }

        .inner_page .page_content p {
            width: 100%;
            line-height: 24px;
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
        }

        .inner_page .page_content h6 {
            font-size: 16px;
            color: #444444;
            margin: 25px 0 10px 0;
        }

        .inner_page .page_content ul {
            display: inline-block;
            width: 100%;
            padding-left: 40px;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
        }

            .inner_page .page_content ul li {
                list-style: square;
                font-size: 14px;
                line-height: 26px;
            }

        .inner_page .page_content .lbl1 {
            font-size: 14px;
            font-weight: 500;
            color: #555555;
            margin-bottom: 5px;
            display: inline-block;
        }

        .inner_page .page_content .txt1 {
            border: 1px solid #dadada;
            width: 100%;
            outline: none;
            height: 40px !important;
            padding: 0 10px;
            border-radius: 3px;
            box-shadow: none !important;
            font-size: 14px !important;
        }

            .inner_page .page_content .txt1::placeholder {
                color: #bbbbbb;
                font-style: italic;
            }

            .inner_page .page_content .txt1:hover {
                border: 1px solid rgba(37, 130, 197, 0.3);
            }

            .inner_page .page_content .txt1:focus {
                border: 1px solid rgba(37, 130, 197, 0.8);
            }

        .inner_page .page_content .btn_sub {
            padding: 0 20px;
            min-width: 200px;
            font-size: 16px;
            height: 44px;
            color: #ffffff;
            border: 1px solid #0073b1;
            outline: none;
            border-radius: 3px;
            background: #0073b1;
            outline: none !important;
            letter-spacing: 1px;
        }

            .inner_page .page_content .btn_sub:hover {
                background: #01659a;
            }

    .inner_page hr {
        margin: 5px 0;
    }


    .inner_page .contact-info {
        padding-left: 0 !important;
        display: inline-block;
        margin-bottom: 20px;
    }

        .inner_page .contact-info li {
            list-style-type: none;
            margin: 5px 0;
            display: flex;
            width: 100%;
            padding: 5px 0;
            line-height: 42px;
        }

        .inner_page .contact-info .icon-container {
            display: inline-block;
            background: #7a1666;
            color: #fff;
            min-width: 44px;
            height: 42px;
            line-height: 42px;
            text-align: center;
            margin-right: 16px;
        }

            .inner_page .contact-info .icon-container i {
                font-size: 18px;
            }

        .inner_page .contact-info address {
            display: inline-block;
            font-size: 16px;
            line-height: 24px;
        }

    .inner_page .social_link2 {
        display: inline-block;
        margin: 10px 0;
        padding: 0 !important;
    }

        .inner_page .social_link2 li {
            list-style: none !important;
            float: left;
            margin-right: 10px;
        }

            .inner_page .social_link2 li a {
                display: block;
                width: 44px;
                background: #ddd;
                height: 44px;
                text-align: center;
                line-height: 44px;
                font-size: 22px;
            }

    .inner_page .page_conten .txtarea {
        position: relative;
        display: block;
        width: 100%;
        line-height: 24px;
        padding: 5px 17px;
        color: #333333;
        font-weight: 400;
        border: 1px solid #e8ebf6;
        height: 70px;
        background-color: #fff;
        border-radius: 5px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        min-height: 100px;
    }

    .inner_page .page_content .txtarea:hover {
        border: 1px solid rgba(37, 130, 197, 0.3);
    }

    .inner_page .page_content .txtarea:focus {
        border: 1px solid rgba(37, 130, 197, 0.8);
    }

    .inner_page .page_content .txtarea::placeholder {
        color: #bbbbbb;
        font-style: italic;
    }

    .inner_page .page_content .pdf_doc {
        background: #ff232d;
        color: #fff;
        display: inline-block;
        font-size: 26px;
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        border-radius: 2px;
        margin-right: 30px;
    }

.contact_box {
    margin-left: 50px;
    display: flex;
    align-items: center;
    min-height: 140px;
    border-radius: 5px;
    background: #ffffff;
    box-shadow: 0 0 2px 0 rgb(37 42 49 / 16%), 0 2px 4px 0 rgb(37 42 49 / 12%);
    margin-top: 15px;
    margin-bottom: 5px;
}

    .contact_box .contact_icon {
        width: 80px;
        height: 80px;
        display: flex;
        min-width: 80px;
        min-height: 80px;
        border-radius: 15px;
        justify-content: center;
        align-items: center;
        margin-left: -40px;
        background: #ffffff;
        box-shadow: 0 0 2px 0 rgb(37 42 49 / 16%), 0 2px 4px 0 rgb(37 42 49 / 12%);
    }

        .contact_box .contact_icon i {
            font-size: 36px;
        }

    .contact_box .contact_info {
        padding: 25px;
    }

        .contact_box .contact_info .address {
            margin-bottom: 0 !important;
            width: 100%;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
        }

        .contact_box .contact_info strong {
            font-size: 13px;
            font-weight: 600;
            margin-bottom: 5px;
            display: inline-block;
            width: 100%;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .contact_box .contact_info .phone {
            font-size: 20px !important;
            margin-bottom: 0 !important;
        }

@media screen and (min-width:320px) and (max-width:767px) {
    .inner_page h1 {
        font-size: 20px;
    }

    .inner_page .page_content {
        padding: 10px 0;
    }

        .inner_page .page_content .heading h2 {
            font-size: 16px;
        }

        .inner_page .page_content p {
            width: 100%;
            line-height: 28px;
            margin-bottom: 15px;
            font-size: 14px;
            font-weight: 400;
            color: #666666;
        }

        .inner_page .page_content h6 {
            font-size: 14px;
        }

        .inner_page .page_content h5 {
            font-size: 16px;
        }

        .inner_page .page_content h3 {
            font-size: 24px;
        }

        .inner_page .page_content h2 {
            font-size: 22px;
        }

        .inner_page .page_content p {
            line-height: 20px;
            font-weight: 400;
            font-size: 12px;
        }

        .inner_page .page_content ul {
            font-size: 12px;
        }

            .inner_page .page_content ul li {
                font-size: 12px;
                line-height: 22px;
            }
}


.section-hero {
    min-height: 100vh;
    background: url('../Images/travel-pattern.png');
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
}

    .section-hero::before {
        content: "";
        background: radial-gradient(1200px 800px at 10% -10%, #7692f585 0%, transparent 50%), radial-gradient(1200px 800px at 110% 10%, #21325080 0%, transparent 50%), linear-gradient(129deg, #513cff, #0787af85);
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 0;
    }

.header {
    background: #ffffff;
    position: relative;
    width: 100%;
}

    .header .logo {
        outline: none;
        display: inline-block;
    }

        .header .logo img {
            height: 70px;
            margin: 10px 0;
        }

.hero_mid {
}






.hero-display {
}




    .hero-display .heading-1 {
        font-size: 3.8vw;
        color: #ffffff;
        font-weight: 600;
        display: block;
        text-shadow: 1px 4px 4px rgb(0 0 0 / 20%);
    }

    .hero-display .heading-2 {
        font-size: 2.5vw;
        color: #ffffff;
        font-weight: 400;
        display: block;
        text-shadow: 1px 4px 4px rgb(0 0 0 / 20%);
    }


.typing {
    color: #ffe96f;
    font-size: 2.5vw;
    font-weight: 600;
    text-shadow: 1px 4px 4px rgb(0 0 0 / 20%);
}

.btn_style1 {
    background: #00268b;
    color: #ffffff;
    padding: 12px 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    border-radius: 5px;
    margin-top: 15px;
    outline: 4px solid rgb(0 38 139 / 20%);
    text-transform: uppercase;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
    border: 0;
}


.regform {
    border: 1px solid #ffffff;
    padding: 15px 30px;
    color: #ffffff;
    font-size: 24px;
    background: #ffffff;
    border-radius: 5px;
}

    .regform .title {
        color: #113888;
        font-size: 22px;
        letter-spacing: 2px;
        font-weight: 500;
        border-bottom: 1px solid #cfcfcf;
        padding-bottom: 5px;
        display: inline-block;
        margin-bottom: 20px;
        position: relative;
    }

        .regform .title::after {
            content: "";
            width: 40px;
            height: 5px;
            background: #123989;
            position: absolute;
            left: 0;
            bottom: -3px;
            border-radius: 5px;
        }


    .regform .form-group {
        position: relative;
        z-index: 1;
        margin: 0;
        display: inline-block;
        width: 100%;
    }

    .regform .form-label {
        position: absolute;
        left: 0;
        top: 24px;
        color: #666666;
        font-weight: 300;
        background-color: #fff;
        z-index: 10;
        font-size: 14px;
        -webkit-transition: color .2s ease-out, -webkit-transform .2s ease-out;
        transition: color .2s ease-out, -webkit-transform .2s ease-out;
        transition: transform .2s ease-out, color .2s ease-out;
        transition: transform .2s ease-out, color .2s ease-out, -webkit-transform .2s ease-out;
        -webkit-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        text-align: initial;
        cursor: inherit;
        z-index: -1;
        margin: 0;
    }

    .regform .focused .form-label {
        -webkit-transform: translateY(-18px) scale(0.8);
        transform: translateY(-18px) scale(0.8);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        color: #0d6efd;
        font-weight: 600;
    }

    .regform .form-input {
        background-color: transparent;
        border: none;
        border-bottom: 1px solid #dddddd;
        border-radius: 0;
        outline: none;
        height: 2.5rem;
        width: 100%;
        font-size: 14px;
        margin: 0 0 8px 0;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        -webkit-transition: border .3s, -webkit-box-shadow .3s;
        transition: border .3s, -webkit-box-shadow .3s;
        transition: box-shadow .3s, border .3s;
        transition: box-shadow .3s, border .3s, -webkit-box-shadow .3s;
        position: relative;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

        .regform .form-input:focus {
            border-bottom: 1px solid #0d6efd;
            -webkit-box-shadow: 0 1px 0 0 #0d6efd;
            box-shadow: 0 1px 0 0 #0d6efd;
        }



.display1 {
    font-size: 100px;
    font-weight: 600;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-shadow: 2px 2px 5px #00000030
}

.m_close {
    position: absolute;
    right: 15px;
    top: 15px;
    border: 1px solid #dddddd;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    border-radius: 50%;
    cursor: pointer;
    opacity: 0.5;
    color: #666666;
    font-size: 24px;
}

    .m_close:hover {
        opacity: 1;
    }

.fadeInLeft {
    animation: fadeInLeftSlide 1s ease 0s 1 normal forwards running
}

@keyframes fadeInLeftSlide {
    0% {
        opacity: 0;
        transform: translateX(-30px)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}




.hero_bottom {
    position: relative;
}

    .hero_bottom .service_box {
        display: flex;
        background: #ffffff;
        margin: 10px;
        border-radius: 25px;
        padding: 15px;
        gap: 20px;
        align-items: center;
    }

        .hero_bottom .service_box .img {
            padding: 15px;
            background: #eff7ff;
            border-radius: 20px;
            max-width: 100px;
            min-width: 100px;
            aspect-ratio: 1 / 1;
        }

        .hero_bottom .service_box .t1 {
            color: #00268b;
            font-size: 18px;
            font-weight: 500;
            display: block;
        }

        .hero_bottom .service_box .t2 {
            color: #6e6e6e;
            font-size: 13px;
            font-weight: 400;
        }
/*--FOOTER start--*/
footer {
    background: #f1f5f8;
    padding-top: 60px;
}

.ftr_title {
    font-size: 16px;
    color: #444444;
    font-weight: 600;
    margin-bottom: 15px;
}

ul.ftr_links {
    padding: 0;
    list-style: none;
}

    ul.ftr_links li {
        margin-bottom: 5px;
    }

        ul.ftr_links li a {
            text-decoration: none;
            color: #444444;
            font-size: 14px;
            display: inline-block;
            vertical-align: middle;
            -webkit-transform: perspective(1px) translateZ(0);
            transform: perspective(1px) translateZ(0);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0);
            position: relative;
            -webkit-transition-property: color;
            transition-property: color;
            -webkit-transition-duration: 0.5s;
            transition-duration: 0.5s;
        }

            ul.ftr_links li a:before {
                content: "";
                position: absolute;
                z-index: -1;
                height: 1px;
                left: 0;
                right: 0;
                bottom: 0;
                background: #444444;
                -webkit-transform: scaleX(0);
                transform: scaleX(0);
                -webkit-transform-origin: 0 50%;
                transform-origin: 0 50%;
                -webkit-transition-property: transform;
                transition-property: transform;
                -webkit-transition-duration: 0.5s;
                transition-duration: 0.5s;
                -webkit-transition-timing-function: ease-out;
                transition-timing-function: ease-out;
            }

            ul.ftr_links li a:hover:before {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
                -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
            }

.ftr_social {
    list-style: none;
    padding: 0;
}

    .ftr_social li {
        display: inline-block;
        margin-right: 10px;
    }

        .ftr_social li a {
            color: #444444;
            font-size: 24px;
            display: block;
            line-height: 24px;
        }

.ftr_copyright {
    border-top: 1px solid #e1e1e1;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 25px;
}

    .ftr_copyright span {
        font-size: 14px;
        color: #666666;
    }

        .ftr_copyright span a {
            font-size: 14px;
            color: #666666;
            text-decoration: none;
            font-weight: 600;
        }

            .ftr_copyright span a:hover {
                font-size: 14px;
                color: #666666;
                text-decoration: underline;
            }
/*--FOOTER start--*/



@media screen and (min-width:320px) and (max-width:767px) {
    header .menu li {
        margin-left: 0;
        border-bottom: 1px solid #dddddd;
    }

        header .menu li a {
            display: block;
            padding: 6px 0;
        }

    header .logo a img {
        height: 32px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
}

@media screen and (min-width:992px) and (max-width:1199px) {
}
