body {
    font-family: 'Quicksand', sans-serif;
    font-size: 13px;
    background: #fff;
    -webkit-font-smoothing: antialiased;
    padding-top: 0;
    font-weight: 600;
    /*background: url(../images/body-bg-top.png) repeat-x left top;*/
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    line-height: 23px;
}


.form-Border {
    width: 100%;
    border-top: 5px solid #e62f04;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-bottom: 6px solid #e62f04;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
}

.btn-primary {
    color: #fff;
    background-color: #0e1c34;
    border-color: #0e1c34;
    padding: 10px 10px 10px 10px;
    /*width: 100px;*/
}

    .btn-primary:hover {
        background-color: #e52e04;
        border-color: #e52e04;
    }

.animate-bottom {
    animation-duration: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    animation-name: slideIn;
}


.top-strip {
    position: relative;
    z-index: 5;
    padding: 0px 80px;
    /*background-color:#fff;*/
}

    .top-strip .top-img img {
        margin-top: 18px;
    }

.center-img {
    height: 157px;
}

    .center-img > div {
        position: absolute;
        width: 100%;
        left: 0;
        margin-top: 6px;
    }

.main-navbar .navbar {
    background-color: #f4922e;
    background: -webkit-gradient(linear,left top,right top,from(#f4922e),to(#f1a530));
    background: linear-gradient(90deg, #010918, #233f69);
    padding: 0;
}

    .main-navbar .navbar:after {
        content: '';
        background: url(../images/btn-bg2.png) repeat-x top;
        width: 100%;
        height: 13px;
        position: absolute;
        bottom: -10px;
        z-index: 0;
    }

.main-navbar .navbar-brand {
    width: 215px;
    height: 40px;
    /*background: url(../images/logo.png)no-repeat center center;*/
    /*background: url(images/logo.png) no-repeat center center;*/
    background-size: 100%;
    transition: all 0.3s ease;
    margin-top: 3px;
}

.main-navbar .navbar-toggler {
    border: none;
    outline: none;
    position: relative;
}

    .main-navbar .navbar-toggler:after {
        content: 'Menu';
        position: absolute;
        top: 7px;
        left: 0;
        font-weight: 500;
        right: 0;
        font-size: 14px;
    }

    .main-navbar .navbar-toggler i {
        padding-top: 8px;
        font-size: 24px;
    }

.main-navbar .navbar .nav-link {
    display: block;
    color: #fff;
    font-size: 14px;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.32);
    position: relative;
    transition: .3s;
    padding: 15px 12px;
}

    .main-navbar .navbar .nav-link:hover {
        background: #fdefde82;
        color: #000;
        text-shadow: none;
    }

.main-navbar .navbar-nav .dropdown-menu {
    margin-top: -1px;
    background-color: #f4922e;
    background: -webkit-gradient(linear,left top,right top,from(#f4922e),to(#f1a530));
    background: linear-gradient(90deg, #1c3459, #233e68d1);
    border: 1px solid white;
    padding: 0;
}

    .main-navbar .navbar-nav .dropdown-menu .dropdown-item {
        padding: 8px 15px;
        font-size: 14px;
        transition: .3s;
    }

.main-navbar .dropdown-item:hover, .main-navbar .dropdown-item:focus {
    color: #16181b;
    background-color: #fdefde82;
}

.main-navbar .navbar-nav .dropdown-item.active,
.main-navbar .navbar-nav .dropdown-item:active {
    background: #fff;
    color: #000;
}


/*=============main Banner=================*/
.banner-carousel.carousel-fade .carousel-item:after,
.banner-carousel.carousel-fade .carousel-item:before {
    content: '';
    position: absolute;
    top: 0;
    width: 51px;
    height: 100%;
}

.banner-carousel.carousel-fade .carousel-item:after {
    left: 0;
    background: url(images/banner-border-left.png) no-repeat top left;
}

.banner-carousel.carousel-fade .carousel-item:before {
    right: 0;
    background: url(images/banner-border-right.png) no-repeat top right;
}

.banner-carousel .carousel-control-prev,
.banner-carousel .carousel-control-next {
    width: 40px;
    height: 40px;
    background: #00000087;
    border-radius: 50%;
    top: 50%;
    margin-right: 20px;
    margin-left: 20px;
    transition: .3s;
    z-index: 1;
}

    .banner-carousel .carousel-control-prev:hover {
        margin-left: 15px;
    }

    .banner-carousel .carousel-control-next:hover {
        margin-right: 15px;
    }

.banner-carousel .carousel-caption {
    position: absolute;
    right: 10%;
    left: 10%;
    top: 20%;
    bottom: inherit;
    color: #fff;
    text-align: left;
}

    .banner-carousel .carousel-caption a {
        background: #f1a530;
        background: linear-gradient(#f1a530,#f4922e);
        color: #fff;
        font-weight: 600;
        margin-top: 15px;
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 4px 10px;
        border-radius: 30px;
    }

    .banner-carousel .carousel-caption a {
        animation-duration: .4s;
        -webkit-animation-duration: .4s;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-name: slideRight;
        -webkit-animation-delay: .9s;
        animation-delay: .9s;
    }

        .banner-carousel .carousel-caption a:after {
            content: '';
            position: absolute;
            width: 100%;
            height: 1px;
            background: #d7b61d;
            background: -webkit-gradient(linear,left top,right top,from(#f1a530),to(rgba(215, 182, 29, 0)));
            background: linear-gradient(90deg,#f1a530,rgba(215, 182, 29, 0));
            left: 100%;
            top: 50%;
            margin-top: -1px;
        }

    .banner-carousel .carousel-caption h2 {
        font-family: 'Caveat', cursive;
        font-size: 2.8125rem;
        animation-duration: 0.3s;
        -webkit-animation-duration: 0.3s;
    }

    .banner-carousel .carousel-caption h5 {
        font-family: 'Caveat', cursive;
        font-size: 1.375rem;
        animation-duration: 0.7s;
        -webkit-animation-duration: 0.7s;
    }


    .banner-carousel .carousel-caption h2,
    .banner-carousel .carousel-caption h5 {
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
        animation-name: slideIn;
        -webkit-animation-delay: .4s;
        animation-delay: .4s;
    }


@keyframes slideIn {
    0% {
        transform: translateY(2rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }

    0% {
        transform: translateY(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateY(2rem);
        -webkit-opacity: 0;
    }
}

@media (max-width: 991.98px) {
    .animate-bottom {
        -webkit-animation-fill-mode: inherit;
        animation-name: inherit;
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(2rem);
        opacity: 0;
    }

    100% {
        transform: translateX(0rem);
        opacity: 1;
    }

    0% {
        transform: translateX(2rem);
        opacity: 0;
    }
}

@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: transform(2rem);
        -webkit-opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        -webkit-opacity: 1;
    }

    0% {
        -webkit-transform: translateX(2rem);
        -webkit-opacity: 0;
    }
}

/*==============content wrapper================*/

.content-wrapper {
    padding-bottom: 60px;
    padding-top: 60px;
}

    .content-wrapper h2 {
        font-family: 'Caveat', cursive;
        font-size: 2.1875rem;
        margin-bottom: 20px;
    }

        .content-wrapper h2 strong {
            color: #ff9c00;
        }

    .content-wrapper p {
        text-align: justify;
        margin-bottom: 20px;
    }

    .content-wrapper .short-link ul li {
        position: relative;
        float: left;
        width: 100%;
    }

        .content-wrapper .short-link ul li h5 {
            font-weight: 700;
        }

        .content-wrapper .short-link ul li a {
            position: absolute;
            background: #f1a530;
            background: linear-gradient(#f1a530,#f4922e);
            color: #fff;
            font-weight: 600;
            display: inline-block;
            text-decoration: none;
            padding: 0px 12px;
            border-radius: 30px;
            right: 0px;
            bottom: 20px;
            font-size: 12px;
        }
/*==============Easy Links================*/
.easy-links {
    position: relative;
    color: #fff;
    padding: 40px 0 55px 0;
    /*background: #f3a236;*/
    background: linear-gradient(#e7930f,#d28000);
}

    .easy-links:before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(images/bg-texture.jpg) repeat;
        opacity: 0.1;
    }

    .easy-links .px-top,
    .easy-links .px-bottom {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 13px;
    }

    .easy-links .px-top {
        top: 0;
        background: url(images/pixel-bg-top.png) repeat-x top left;
    }

    .easy-links .px-bottom {
        bottom: 0;
        background: url(images/pixel-bg-bottom.png) repeat-x bottom left;
    }

    .easy-links a {
        display: block;
        padding-left: 60px;
        position: relative;
        color: #fff;
        min-height: 48px;
        text-decoration: none;
        border-right: 1px solid #2f1d16;
    }

    .easy-links h4 {
        font-size: 24px;
        margin-bottom: 0;
    }

    .easy-links h6 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .easy-links i {
        position: absolute;
        left: 0;
        width: 45;
        height: 48px;
    }
/*==========================linkbox===========*/
.linkbox {
    padding-bottom: 50px;
    position: relative;
    margin-top: -60px;
}

    .linkbox .box {
    }

        .linkbox .box > div {
            position: relative;
            text-align: center;
            padding: 20px;
            background: #ffc263;
            border-radius: 20px;
            box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.36);
            min-height: 300px;
        }

            .linkbox .box > div:before {
                content: '';
                position: absolute;
                width: 100%;
                height: 30px;
                top: 0;
                left: 0;
                background: url(images/box-head.png) no-repeat center bottom;
                margin-top: -30px;
            }

            .linkbox .box > div h4 {
                font-size: 18px;
                font-weight: 700;
                text-transform: uppercase;
                margin-bottom: 20px;
            }

            .linkbox .box > div p {
                color: #908f8f;
                line-height: 21px;
            }

            .linkbox .box > div .img {
                margin-bottom: 30px;
            }

            .linkbox .box > div a {
                background: #f1a530;
                background: linear-gradient(#f1a530,#f4922e);
                color: #fff;
                font-weight: 600;
                margin-bottom: -14px;
                display: inline-block;
                text-decoration: none;
                padding: 4px 10px;
                border-radius: 30px;
                position: absolute;
                left: 50%;
                bottom: 0;
                margin-left: -45px;
            }

                .linkbox .box > div a:after,
                .linkbox .box > div a:before {
                    content: '';
                    position: absolute;
                    width: 93px;
                    height: 23px;
                    top: 50%;
                    margin-top: -12px;
                }

                .linkbox .box > div a:after {
                    background: url(images/btn-corner-right.png) no-repeat left center;
                    left: 100%;
                }

                .linkbox .box > div a:before {
                    background: url(images/btn-corner-left.png) no-repeat right center;
                    right: 100%;
                }
/*===================News and Events=============*/
.news-events {
    padding: 70px 0;
    position: relative;
    margin: 50px 0;
}

    .news-events:after,
    .news-events:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 40%;
        height: 100%;
        border-radius: 0px 8px 8px 0;
    }

    .news-events:after {
        background: #e7600d;
        background: linear-gradient(#e7600d,#430a07);
        z-index: -1;
    }

    .news-events:before {
        background: url(images/slider-bg.jpg) no-repeat;
        background-size: cover;
        opacity: 0.2;
    }

    .news-events .container-fluid {
        padding: 0 95px;
    }

    .news-events .left-box {
        padding-top: 115px;
        color: #fff;
    }

        .news-events .left-box h2 {
            margin-bottom: 30px;
            font-family: 'Caveat', cursive;
            font-size: 40px;
        }

    .news-events .owl-carousel .owl-stage-outer {
        border-radius: 8px;
    }

    .news-events .item {
        padding: 5px 5px 10px 5px;
    }

    .news-events .owl-carousel .owl-nav {
        position: absolute;
        top: 30px;
        left: -245px;
    }

        .news-events .owl-carousel .owl-nav button.owl-next,
        .news-events .owl-carousel .owl-nav button.owl-prev {
            position: relative;
            width: 64px;
            height: 64px;
            outline: none;
        }

        .news-events .owl-carousel .owl-nav button.owl-next {
            right: 0;
            margin: 0 4px;
        }

        .news-events .owl-carousel .owl-nav button.owl-prev {
            left: 0;
        }

            .news-events .owl-carousel .owl-nav button.owl-next i,
            .news-events .owl-carousel .owl-nav button.owl-prev i {
                width: 100%;
                height: 100%;
                line-height: 64px;
                background: none;
                color: #f4bd05;
                font-size: 25px;
                border: 1px solid #f4bd05;
                border-radius: 50%;
            }


    .news-events .box {
        padding: 0;
        padding-bottom: 20px;
        position: relative;
        border-radius: 8px;
        overflow: hidden;
        background: #fff;
        box-shadow: 0px 3px 9px #071C551F;
        border: 1px solid #eaeaea;
    }

        .news-events .box:after {
            content: '';
            position: absolute;
            left: auto;
            right: 0;
            bottom: 0px;
            width: 0%;
            height: 5px;
            background-color: #d2a904;
            background: -webkit-gradient(linear,left top,right top,from(#d2a904),to(#e1b812));
            background: linear-gradient(90deg,#d2a904,#e1b812);
            visibility: hidden;
            opacity: 0;
            -webkit-transition: all 0.9s ease;
            -moz-transition: all 0.9s ease;
            -o-transition: all 0.9s ease;
            transition: all 0.9s ease;
        }

        .news-events .box:hover:after,
        .news-events .box:active:after,
        .news-events .box:focus:after {
            visibility: visible;
            opacity: 1;
            right: auto;
            left: 0;
            width: 100%;
        }

        .news-events .box a {
            display: block;
            overflow: hidden;
            position: relative;
            text-decoration: none;
        }

    .news-events .slid-img {
        position: relative;
        overflow: hidden;
        max-height: 225px;
    }

        .news-events .slid-img img {
            width: 100%;
            transition: .4s;
            position: relative;
            min-height: 180px;
            width: 100%;
        }

    .news-events a:hover .slid-img img {
        transform: scale(1.15);
    }

    .news-events .box a .contents {
        position: relative;
        z-index: 2;
        left: 0;
        bottom: 0;
        width: 100%;
        color: #333;
        text-align: center;
    }

        .news-events .box a .contents h4 {
            color: #333;
            font-size: 18px;
            padding-top: 30px;
        }

/*===========Footer===========*/
footer {
    position: relative;
    /* background-image: -webkit-gradient(linear,left top,right top,from(#4b0907),to(#721110));
    background-image: linear-gradient(to right,#4b0907,#721110);*/
    background-color: #c35e0b;
}

    footer .social-links {
        text-align: center;
        position: absolute;
        margin-top: -20px;
        width: 100%;
        z-index: 4;
    }

        footer .social-links a {
            width: 40px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            background: #f1a230;
            text-align: center;
            -ms-transform: rotate(134deg);
            -webkit-transform: rotate(134deg);
            transform: rotate(134deg);
            color: #fff;
            border-radius: 6px;
        }

            footer .social-links a i {
                -ms-transform: rotate(134deg);
                -webkit-transform: rotate(-134deg);
                transform: rotate(-134deg);
                font-size: 17px;
                width: 40px;
                height: 40px;
                line-height: 40px;
            }

    footer .top {
        padding: 40px 0 40px 0;
        position: relative;
        z-index: 1;
    }

        footer .top h5 {
            text-transform: uppercase;
            color: #fff;
            margin-top: 0;
            padding-bottom: 10px;
            margin-bottom: 15px;
            position: relative;
            font-weight: 600;
            font-size: 14px;
            font-weight: 700;
        }

            footer .top h5:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 30px;
                height: 3px;
                background: #fb930d;
            }

        footer .top ul {
            padding: 0px 0;
        }

            footer .top ul li {
                padding: 0px 0;
                position: relative;
                padding-left: 15px;
            }

                footer .top ul li a {
                    color: #d7d7d7;
                    padding: 7px 0;
                    display: block;
                    font-size: 12px;
                    position: relative;
                    text-transform: uppercase;
                    -webkit-transition: all 0.3s ease;
                    -moz-transition: all 0.3s ease;
                    -o-transition: all 0.3s ease;
                    -ms-transition: all 0.3s ease;
                    transition: all 0.3s ease;
                }

                    footer .top ul li a:hover {
                        padding-left: 3px;
                        color: #ddd;
                        text-decoration: none;
                    }

                footer .top ul li:before {
                    content: "";
                    position: absolute;
                    left: 0;
                    width: 8px;
                    height: 8px;
                    background: #fda800;
                    top: 50%;
                    margin-top: -4px;
                    transition: .3s;
                    border-radius: 50%;
                }

        footer .top .box > a {
            position: relative;
            padding-left: 60px;
            display: block;
            text-decoration: none;
            color: #fff;
            min-height: 52px;
            margin-bottom: 15px;
        }

            footer .top .box > a .thumb {
                width: 52px;
                height: 52px;
                overflow: hidden;
                position: absolute;
                left: 0;
                top: 0;
            }

                footer .top .box > a .thumb img {
                    width: 100%;
                    height: 100%;
                }

            footer .top .box > a h6 {
                margin-bottom: 0px;
                font-size: 12px;
                font-weight: 700;
                color: #fff;
            }

            footer .top .box > a p {
                line-height: 15px;
                font-size: 11px;
                margin-bottom: 0;
                color: #fff;
                font-weight: 500;
                margin-top: 3px;
            }

        footer .top .btn-set {
            margin-top: 30px;
        }

            footer .top .btn-set .btn-outline-warning {
                color: #d1b01b;
                border-color: #fb930d;
            }

                footer .top .btn-set .btn-outline-warning:hover {
                    color: #fff;
                    background-color: #fb930d;
                    border-color: #fb930d;
                }

    footer .bottom {
        padding: 10px 0;
        background: #90460a;
        text-align: center;
        position: relative;
        z-index: 1;
        color: #fff;
        font-size: 12px;
    }

        footer .bottom ul li {
            float: left;
        }

            footer .bottom ul li a {
                padding: 0 10px;
                display: block;
                color: #fff;
                font-size: 12px;
                font-weight: 500;
                border-right: 1px solid #fff;
            }

        footer .bottom span {
            border-left: 1px solid #ccc;
            padding-left: 7px;
            margin-left: 5px;
        }

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 10px;
    right: 10px;
    display: none;
    color: #fca700;
    opacity: .8;
    font-size: 13px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
    z-index: 1111;
}

    .back-to-top i {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

.language {
    position: absolute;
    z-index: 1;
    right: 15px;
    background: #f4efee;
    border-radius: 6px 6px 0px 0px;
    margin-top: -29px;
    z-index: 111;
}

    .language ul li {
        float: left;
    }

        .language ul li a {
            position: relative;
            padding: 5px 13px 5px 20px;
            text-decoration: none;
            color: #333;
            display: block;
        }

            .language ul li a:after {
                content: '';
                position: absolute;
                width: 10px;
                height: 10px;
                left: 5px;
                top: 50%;
                margin-top: -5px;
                border-radius: 50%;
                background: none;
                border: 1px solid #c7a012;
            }

            .language ul li a.active {
            }

                .language ul li a.active:after {
                    content: '';
                    background: #c7a012;
                }


@media (min-width: 576px) {
    .center-img img {
        max-width: 60%;
    }
}

@media (min-width: 1200px) {
    .center-img img {
        max-width: 100%;
    }
}


@media (max-width: 767px) {
    body {
        /*padding-top: 43px;*/
    }

    .main-navbar {
        position: fixed;
        width: 100%;
        z-index: 5;
        top: 0;
    }

        .main-navbar .navbar-brand {
            width: 240px;
            background-size: auto;
            margin-right: 0;
            margin-left: 10px;
            margin-top: 0;
            margin-bottom: 10px;
        }

        .main-navbar .navbar .navbar-collapse {
            border-top: 1px solid #b3910a;
        }

    .banner-carousel .carousel-caption {
        top: 0px;
        right: 5%;
        left: 5%;
    }

        .banner-carousel .carousel-caption h2 {
            font-size: 20px;
        }

        .banner-carousel .carousel-caption h5 {
            font-size: 12px;
        }

        .banner-carousel .carousel-caption a {
            margin-top: 0px;
            padding: 1px 10px;
            font-size: 12px;
        }

    .content-wrapper {
        padding-bottom: 20px;
        padding-top: 20px;
    }

        .content-wrapper h2 {
            font-size: 23px;
        }

    .linkbox {
        padding-bottom: 10px;
    }

    .easy-links a {
        border-right: none;
    }

    .easy-links h4 {
        font-size: 18px;
    }

    .linkbox .box {
        margin-bottom: 45px;
    }

    .easy-links .box {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px dashed #a75d19;
    }

    .news-events {
        padding: 30px 0;
        margin: 10px 0;
    }

        .news-events .container-fluid {
            padding: 0 15px;
        }

        .news-events:after, .news-events:before {
            width: 100%;
            border-radius: 8px;
        }

        .news-events .left-box {
            padding-top: 5px;
            text-align: center;
        }

    footer .top .box {
        background: #71110f;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    footer .top .btn-set {
        margin-top: 30px;
    }

    footer .bottom ul li a {
        padding: 0 3px;
        font-size: 10px;
    }

    footer .bottom span {
        display: block;
        text-align: center;
        padding-top: 5px;
        padding-bottom: 0px;
        border-left: none;
        margin-left: 0;
        padding-left: 0;
        border-top: 1px dashed #711110;
        margin-top: 10px;
    }
}

.popup-notice {
    position: fixed;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.72);
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin-top: 0;
    border-radius: 0;
    padding: 0;
    overflow-y: auto;
}

    .popup-notice .imp-note {
        position: relative;
        border-radius: 6px;
        background: #4b0907;
        background-image: -webkit-gradient(linear,left top,right top,from(#4b0907),to(#721110));
        background-image: linear-gradient(to right,#4b0907,#721110);
        color: #fff;
        padding: 30px;
        margin-top: 50px;
        box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.65);
    }

        .popup-notice .imp-note h4 {
            text-transform: uppercase;
            color: #fb930d;
            margin-top: 0;
            padding-bottom: 10px;
            margin-bottom: 15px;
            position: relative;
            font-weight: 600;
            font-weight: 700;
        }

            .popup-notice .imp-note h4:after {
                content: "";
                position: absolute;
                bottom: 0;
                left: 0;
                width: 18%;
                height: 3px;
                background: #fb930d;
            }

        .popup-notice .imp-note p {
            text-align: justify;
            font-size: 16px;
        }

    .popup-notice.alert-dismissible .close {
        opacity: 1;
        font-size: 16px;
        border: 1px solid #fb930d;
        margin: 10px;
        padding: 5px 15px 5px 10px;
    }

        .popup-notice.alert-dismissible .close:hover {
            color: #fff;
            text-decoration: none;
        }

        .popup-notice.alert-dismissible .close span {
            padding-right: 7px;
        }

        .popup-notice.alert-dismissible .close small {
            font-size: 21px;
            position: absolute;
            display: inline-block;
            right: 7px;
            top: 2px;
        }
