body {
    font-family: 'Lato', sans-serif;
    overflow-x: hidden;
}

img {
    max-width: 100%;
}

a:hover {
    text-decoration: none;
}

.btn-c {
    float: right;
    color: #fff;
    background: #002345;
    padding: 6px 25px;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%), 0 10px 30px 0 rgb(0 0 0 / 20%);
    border-radius: 5px;
}

.p-0 {
    padding: 0 0 0 0;
}

header .container {
    max-width: 1063px;
}


.menu p {
    text-align: left;
}


.header-01 {
    float: left;
    width: 100%;
    padding: 15px 0 5px 0;
}

.header-call {
    list-style: none;
    width: 100%;
    padding: 0 0 0 0;
    margin: 0 auto;
    display: block;
    position: relative;
    width: 272px;
}

    .header-call li {
        font-size: 14px;
        color: #fff;
        background: #002345;
        float: left;
        padding: 0 0 0 0;
        margin: 5px 0;
        margin-bottom: 10px;
    }

    .header-call a {
        font-size: 14px;
        color: #fff;
    }

    .header-call i {
        font-size: 20px;
        padding-right: 10px;
        border-right: solid 1px #fff;
        margin-right: 5px;
        float: left;
        padding: 5px 10px;
    }

    .header-call span {
        padding: 5px 5px 5px 0;
        float: left;
    }

.social-media {
    list-style: none;
    float: left;
    width: 100%;
}

    .social-media li {
        display: inline;
        float: right;
    }

    .social-media a {
        padding: 10px;
        color: #002345;
        font-size: 16px;
    }

    .social-media i {
    }

.mt-35 {
    margin-top: 10px;
}












/* menu */
.menu {
    float: left;
    width: 100%;
    border-top: solid 1px #ccc;
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    /* background: #23364B; */
    padding-left: 0;
    margin-bottom: 0;
}

    .exo-menu > li {
        display: inline-block;
        float: left;
    }

        .exo-menu > li > a {
            color: #23364b;
            text-decoration: none;
            text-transform: uppercase;
            border-right: 1px #ccc solid;
            -webkit-transition: color 0.2s linear, background 0.2s linear;
            -moz-transition: color 0.2s linear, background 0.2s linear;
            -o-transition: color 0.2s linear, background 0.2s linear;
            transition: color 0.2s linear, background 0.2s linear;
            font-family: 'Oswald', sans-serif;
            color: #636466;
            text-align: center;
            font-size: 14px;
            font-weight: 400;
            letter-spacing: 1px;
        }

            .exo-menu > li > a.active,
            .exo-menu > li > a:hover,
            li.drop-down ul > li > a:hover {
                background: #009FE1;
                color: #002345;
            }

    .exo-menu i {
        float: left;
        font-size: 16px;
        margin-right: 6px;
        line-height: 20px !important;
    }

li.drop-down,
.flyout-right,
.flyout-left {
    position: relative;
    list-style: none;
}

    li.drop-down:before {
        content: "\f103";
        color: #fff;
        font-family: FontAwesome;
        font-style: normal;
        display: inline;
        position: absolute;
        right: 6px;
        top: 20px;
        font-size: 14px;
    }

    li.drop-down > ul {
        left: 0px;
        min-width: 230px;
    }

.drop-down-ul {
    display: none;
}

.flyout-right > ul,
.flyout-left > ul {
    top: 0;
    min-width: 230px;
    display: none;
    border-left: 1px solid #365670;
}

li.drop-down > ul > li > a,
.flyout-right ul > li > a,
.flyout-left ul > li > a {
    color: #fff;
    display: block;
    padding: 20px 22px;
    text-decoration: none;
    background-color: #365670;
    border-bottom: 1px dotted #547787;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.flyout-right ul > li > a,
.flyout-left ul > li > a {
    border-bottom: 1px dotted #B8C7BC;
}


/*Flyout Mega*/
.flyout-mega-wrap {
    top: 0;
    right: 0;
    left: 100%;
    width: 100%;
    display: none;
    height: 100%;
    padding: 15px;
    min-width: 742px;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
}

.flyout-mega ul > li > a {
    font-size: 90%;
    line-height: 25px;
    color: #fff;
    font-family: inherit;
}

    .flyout-mega ul > li > a:hover,
    .flyout-mega ul > li > a:active,
    .flyout-mega ul > li > a:focus {
        text-decoration: none;
        background-color: transparent !important;
        color: #ccc !important
    }
/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
    z-index: 10;
}

h4.row.mega-title {
    color: #eee;
    margin-top: 0px;
    font-size: 14px;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #547787;
    padding-top: 15px;
    background-color: #365670
}

.mega-menu ul li a {
    line-height: 25px;
    font-size: 90%;
    display: block;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
}

    ul.description li span {
        color: #ccc;
        font-size: 85%;
    }

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

    a.view-more:hover {
        color: #fff;
        background: #0DADEF;
    }

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #009FE1;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}
/*Blog DropDown*/
.Blog {
    left: 0;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

    .Blog .blog-title {
        color: #fff;
        font-size: 15px;
        text-transform: uppercase;
    }

    .Blog .blog-des {
        color: #ccc;
        font-size: 90%;
        margin-top: 15px;
    }

    .Blog a.view-more {
        margin-top: 0px;
    }
/*Images*/
.Images {
    left: 0;
    width: 100%;
    display: none;
    color: #fefefe;
    padding-top: 15px;
    background: #547787;
    padding-bottom: 15px;
}

    .Images h4 {
        font-size: 15px;
        margin-top: 0px;
        text-transform: uppercase;
    }
/*common*/
.flyout-right ul > li > a,
.flyout-left ul > li > a,
.flyout-mega-wrap,
.mega-menu {
    background-color: #ffffff;
}

    /*hover*/
    .Blog:hover,
    .Images:hover,
    .mega-menu:hover,
    .drop-down-ul:hover,
    li.flyout-left > ul:hover,
    li.flyout-right > ul:hover,
    .flyout-mega-wrap:hover,
    li.flyout-left a:hover + ul,
    li.flyout-right a:hover + ul,
    .blog-drop-down > a:hover + .Blog,
    li.drop-down > a:hover + .drop-down-ul,
    .images-drop-down > a:hover + .Images,
    .mega-drop-down a:hover + .mega-menu,
    li.flyout-mega > a:hover + .flyout-mega-wrap {
        display: block;
    }
/*responsive*/
@media (min-width:767px) {
    .exo-menu > li > a {
        display: block;
        padding: 15px 30px;
    }

    .mega-menu, .flyout-mega-wrap, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: absolute;
    }

    .flyout-right > ul {
        left: 100%;
    }

    .flyout-left > ul {
        right: 100%;
    }
}

@media (max-width:767px) {

    .exo-menu {
        min-height: 58px;
        background-color: #23364B;
        width: 100%;
    }

        .exo-menu > li > a {
            width: 100%;
            display: none;
        }

        .exo-menu > li {
            width: 100%;
        }

    .display.exo-menu > li > a {
        display: block;
        padding: 20px 22px;
    }

    .mega-menu, .Images, .Blog, .flyout-right > ul,
    .flyout-left > ul, li.drop-down > ul {
        position: relative;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 20px;
    font-size: 27px;
    background-color: #ccc;
    color: #23364B;
    top: 0px;
}


.exo-menu li {
    list-style: none;
}

.menu-box {
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .menu-box a {
        float: left;
        width: 100%;
    }

    .menu-box img {
    }

    .menu-box p {
        color: #333;
        text-align: justify;
        letter-spacing: 1px;
        line-height: 18px;
        font-size: 12px;
        padding: 5px 0;
        font-weight: 500;
        min-height: 64px;
    }

    .menu-box h6 {
        color: #636466;
        font-size: 14px;
        font-weight: 400;
        font-family: 'Oswald', sans-serif;
        text-transform: uppercase;
        letter-spacing: 1px;
    }


/* sec-menu */
.sec-menu {
    float: left;
    width: 100%;
    background: #555;
    padding: 10px;
    display:flex;
}

.navbar-inverse {
    background-color: #2220;
    border-color: #08080800;
    margin-bottom: 0;
}


    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
        color: #fff;
        background-color: #08080800;
    }

.nav > li {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    color: #5a5a5a;
    padding: 0;
    border-radius: 5px;
    margin: 5px 0 0 31px;
    transition: all .4s ease-in-out;
    background: #009fe1;
    border: 1px solid #009fe1;
}

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 23px;
        color: #fff !important;
    }

.navbar-collapse {
    padding: 0 0;
}

.pl-0 {
    padding-left: 0 !important;
    margin-left: 0 !important;
}

header {
    float: left;
    width: 100%;
}

.banner {
    float: left;
    width: 100%;
}

.inner-banner {
    float: left;
    width: 100%;
    height: 80px;
    background: rgb(190,254,0);
    background: linear-gradient(288deg, rgba(190,254,0,1) 0%, rgba(139,173,37,1) 100%);
}

    .inner-banner h2 {
        font-weight: 400;
        color: #fff;
        letter-spacing: 1px;
        padding: 29px 0;
        margin: 0;
        font-size: 20px;
        text-transform: uppercase;
        font-family: 'Rubik', sans-serif;
    }

.welcome {
    float: left;
    width: 100%;
    padding: 63px 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bad25+0,47b728+50,8bad25+100 */
    background: #8bad25; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8bad25 0%, #47b728 50%, #8bad25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8bad25 0%,#47b728 50%,#8bad25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #8bad25 0%,#47b728 50%,#8bad25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bad25', endColorstr='#8bad25',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    .welcome img {
        float: right;
    }

h4 {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
    color: #7a2221;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

h3 {
    font-size: 36px;
    line-height: 45px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    color: #fff;
}

p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
    letter-spacing: 1px;
}

.btn {
    outline: none;
    padding: 10px 15px;
    border-radius: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 13px;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #ffffff;
    background: #7a2221;
    border-radius: 4px 4px 4px 4px;
}

.number-animation {
    float: left;
    width: 100%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    /* background-color: #7a2221; */
    padding: 50px 0;
}

.number-animation-box {
    float: left;
    width: 100%;
    border-right: 1px solid #696666;
}

    .number-animation-box h5 {
        color: #505050;
        text-align: center;
        font-size: 19px;
    }

    .number-animation-box span {
        font-size: 45px;
        margin-bottom: 15px;
        float: left;
        width: 100%;
        color: #7a2221;
    }

.br-n {
    border-right: none;
}

.news {
    float: left;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bad25+0,47b728+50,8bad25+100 */
    background: #8bad25; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #8bad25 0%, #47b728 50%, #8bad25 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #8bad25 0%,#47b728 50%,#8bad25 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #8bad25 0%,#47b728 50%,#8bad25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bad25', endColorstr='#8bad25',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    background: #19293c;
}

    .news .item {
        position: relative;
        overflow: hidden;
        padding: 20px 20px;
        background-color: #fff;
        border-bottom: 1px solid #eee;
        box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
    }

    .news img {
        width: 100%;
    }

    .news h5 {
        color: #000;
        font-size: 16px;
        line-height: 23px;
        font-family: 'Rubik', sans-serif;
    }

    .news p {
        color: #dbdbdb;
    }

marquee {
    float: left;
    width: 100%;
    max-height: 465px;
    padding: 10px;
    box-shadow: 0 0 10px rgb(0 0 0 / 15%), 0 3px 3px rgb(0 0 0 / 15%);
    color: #fff;
    background: #101e2d;
}

    marquee p {
        color: #fff !important;
    }

.news h3 {
    font-size: 25px;
    text-transform: uppercase;
    color: #5db428;
    font-weight: 500;
}

.btn-rm {
    color: #fff;
    background: #7a2221;
    padding: 5px 12px;
    letter-spacing: 1px;
    font-family: 'Rubik', sans-serif;
    border-radius: 3px;
    font-weight: 200;
    margin-top: 10px;
}

.news .owl-nav {
    position: absolute;
    top: -42px;
    right: 0;
}

.owl-nav button {
}

.owl-nav .owl-next {
    background: #ffffff !important;
    color: #7a2221 !important;
    padding: 5px 15px !important;
}

.owl-prev {
    background: #ffffff !important;
    color: #7a2221 !important;
    padding: 5px 15px !important;
    margin-right: 4px;
}

.Principal {
    float: left;
    width: 100%;
    padding: 100px 0;
}


    .Principal h3 {
        color: #5db428;
    }

    .Principal p {
        color: #ffffff;
        font-weight: 400;
    }

.Facilities {
    float: left;
    width: 100%;
    background-image: url(../images/bg-2.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 620px;
}

    .Facilities .col-md-6 {
        padding-right: 120px;
    }

    .Facilities .row {
        display: flex;
        height: 72vh;
        align-items: center;
    }

    .Facilities h3 {
        color: #101e2d;
    }

    .Facilities h4 {
        color: #7a2221;
        float: left;
        width: 100%;
        margin-bottom: 0;
        font-weight: 400;
        letter-spacing: 1px;
    }

    .Facilities p {
        color: #fff;
        margin: 0;
        font-size: 16px;
        font-weight: 200;
    }

.bg2 {
    /* position: absolute; */
    width: 275px;
    margin-top: -350px;
    opacity: .6;
    display: none;
}

.gallery {
    background: linear-gradient(rgba(255,255,255,.3),rgba(255,255,255,.3)),url(../images/bg3.webp) no-repeat center;
    background-size: cover;
    float: left;
    width: 100%;
    padding: 60px 0;
    background-position: fixed;
}

    .gallery .owl-nav {
        float: left;
        width: 100%;
        margin-top: 15px;
    }

    .gallery h3 {
        margin-bottom: 15px;
        margin-top: 0;
        color: #000;
    }

footer {
    float: left;
    width: 100%;
    padding: 90px 0; /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8bad25+0,47b728+50,8bad25+100 */ /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8bad25', endColorstr='#8bad25',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#3f0507+0,260001+50,3f0507+100 */
    background: #3f0507; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #3f0507 0%, #260001 50%, #3f0507 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #3f0507 0%,#260001 50%,#3f0507 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #3f0507 0%,#260001 50%,#3f0507 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f0507', endColorstr='#3f0507',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

    footer .social-media {
        float: left;
        width: 100%;
        padding: 0;
        margin: 0;
    }

    footer i {
        margin-right: 5px;
    }

    footer .social-media li {
        float: left;
    }

.footer-link ul {
    padding: 0;
}

.footer-link li {
    list-style: none;
}

.footer-link a {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
    border-bottom: solid 1px #7a222145;
    width: 100%;
    float: left;
    padding: 5px 0;
}

.banner .owl-nav {
    position: absolute;
    bottom: 20px;
    right: 0;
}

.owl-dots {
    display: none;
}

footer .social-media i {
    color: #4db528;
}

footer h4 {
    color: #4eb628;
}




@media only screen and (max-width: 767px) {
    .Facilities h3 {
        color: #5db428;
    }
    .social-media-n {
        display: none;
    }

    .menu {
        display: none;
    }

    .sec-menu {
        background: #7a2221;
        padding: 0 0;
    }

    .nav > li {
        color: #5a5a5a;
        padding: 0;
        margin: 5px 0 0 12px;
        transition: all .4s ease-in-out;
        background: none;
        border: none;
        margin-left: 0;
    }

    .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
        background-color: #6ab226;
    }

    .welcome img {
        margin-top: 30px;
    }

    .Facilities {
        float: left;
        width: 100%;
        background-image: none;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        height: auto;
        background-color: #19293c;
    }

        .Facilities .row {
            display: inherit;
            height: auto;
            align-items: normal;
        }

        .Facilities .col-md-6 {
            padding-right: 15px;
            padding-bottom: 20px;
        }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {
        background-color: #651d1c;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
        letter-spacing: 1px;
        font-weight: 400;
    }

    .nav > li > a {
        position: relative;
        display: block;
        padding: 10px 26px;
        color: #fff !important;
        font-size: 16px;
        letter-spacing: 2px;
        font-weight: 400;
        border-bottom: solid 1px #351818;
        /* padding-left: 17px; */
        /* margin-left: 0; */
    }

    .caret {
        right: 0;
        float: right;
        margin-top: 8px;
    }

    .navbar-toggle {
        background: #71b127;
        border-color: #75b127 !important;
    }

    .logo img {
        max-width: 370px;
        margin: 0 auto;
        display: block;
        width: 100%;
    }
    .sec-menu {
        display: block;
    }
}


@media (max-width:991px) and (min-width:768px) {
    .sec-menu {
        display: block;
    }
    .exo-menu > li > a {
        padding: 15px 15px;
    }

    .nav > li > a {
        padding: 10px 5px;
    }

    .social-media a {
        padding: 10px 5px;
    }
}


.inner-page {
    padding: 70px 0;
    float: left;
    width: 100%;
}

    .inner-page i {
        color: #002345;
    }

    .inner-page p {
        font-weight: 400;
        color: #444;
    }

.mt-30 {
    margin-top: 30px;
}

td {
    font-size: 16px;
    line-height: 33px !important;
    font-weight: 400;
    color: #444;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
    letter-spacing: 1px;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #99c31b;
}

.flx-bb {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

.f-b {
    color: #fff;
    flex: auto;
    height: auto;
    /* width: 100%; */
    margin: 15px;
    position: relative;
    padding: 10px;
    background: #38b5e6;
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
    letter-spacing: 1px;
    max-width: 301px;
}

.download a {
    padding: 25px;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

    .download a:hover {
        background-color: #edffb7;
    }

.download p {
    margin-bottom: 0;
}


.accordion {
    background-color: #009fe1;
    color: #fff;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
    font-family: 'Rubik', sans-serif;
    text-align: justify;
    letter-spacing: 1px;
}

    .active, .accordion:hover {
        background-color: #0a77a5;
    }

    .accordion:after {
        content: '\002B';
        color: #777;
        font-weight: bold;
        float: right;
        margin-left: 5px;
    }

.accordion-c .active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: #99c31b;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-bottom: 0;
    color: #fff;
    border-radius: 0;
}

    .panel p {
        margin-bottom: 0;
        padding: 20px 0;
    }

.news-box h5 {
    color: #000;
    font-size: 16px;
    line-height: 23px;
    font-family: 'Rubik', sans-serif;
}

.news-box {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.bg-blue {
    background: #009fe1;
}


.download {
    border: solid 1px #002345;
    padding: 10px;
    margin-bottom: 10px;
}

    .download button {
        border: none;
    }

.c-box {
    float: left;
    width: 100%;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 15px;
}

    .c-box h5 {
        float: left;
        width: 100%;
        background: #009fe1;
        color: #fff;
        font-size: 17px;
        padding: 10px;
        margin: 0;
        border-radius: 15px 15px 0 0;
    }

    .c-box i {
        color: #aee50b;
        padding-right: 8px;
    }

    .c-box p {
        padding: 13px 15px;
        float: left;
        width: 100%;
    }

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: none;
}

.adms i {
    float: left;
    width: 23px;
    height: 38px;
}

.adms span {
}

.adms p {
}

.contact ul li {
    color: #ffffff;
    font-size: 16px;
    list-style: none;
    margin-left: 0px;
    line-height: 28px;
}

.job-application h3 {
    font-weight: 600;
    color: #23364b;
    letter-spacing: 1px;
    padding: 0px 0px 5px 0px;
    font-size: 32px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
}

.job-application h5 {
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
    font-size: 20px;
    font-family: 'Rubik', sans-serif;
    padding-bottom: 20px;
}

.w-50 {
    width: 50%;
    margin: auto;
    padding: 40px;
    background-color: #f5f5f5;
    position: relative;
    display: table;
    top: 83px;
    border-radius: 13px 13px 0px 0px;
    padding-top: 50px;
    padding-bottom: 50px;
    box-shadow: inset 0px 3px 0px #fecb16;
}

.submit-btn {
    background-color: #1c377d;
    border: none;
    color: #ffffff;
    padding: 5px 10px 5px 10px;
}

.job-application h6 {
    font-weight: 400;
    color: #555;
    letter-spacing: 1px;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    margin-top: 0px;
}


.pulse-button {
    position: relative;
    display: inline-block;
    padding: 2px 25px 2px 25px;
    font-size: 1.3em;
    font-weight: light;
    font-family: 'Trebuchet MS', sans-serif;
    text-transform: uppercase;
    text-align: center;
    line-height: 40px;
    letter-spacing: 0px;
    color: white;
    border: none;
    border-radius: 0%;
    background: rgb(102,89,221);
    background: linear-gradient(90deg, rgba(102,89,221,1) 0%, rgba(12,0,246,1) 0%, rgba(246,0,21,1) 100%);
    cursor: pointer;
    box-shadow: 0 0 0 0 rgba(101, 55, 143, 0.25);
    -webkit-animation: pulse 1.7s infinite;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.36);
    -moz-box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.36);
    box-shadow: 1px 1px 17px 0px rgba(0,0,0,0.36);
}

    .pulse-button:hover {
        -webkit-animation: none;
        color: #f6ff00;
    }

@-webkit-keyframes pulse {
    0% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }

    70% {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        box-shadow: 0 0 0 50px rgba(90, 153, 212, 0);
    }

    100% {
        -moz-transform: scale(0.95);
        -ms-transform: scale(0.95);
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
        box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
    }
}

a.btn-one {
    -webkit-appearance: none;
    border: 0;
    outline: 0;
    position: relative;
    background: linear-gradient(-45deg, #ff0000,#ddff02,#2000ff,#ff1b1b,#e1bfff);
    background-size: 400% 400%;
    font-family: 'Trebuchet MS', sans-serif;
    color: #ffffff;
    animation: gradientBG 4.5s ease infinite;
    padding: 10px 20px;
    text-transform: uppercase;
    border-radius: 100px;
    font-size: 15px;
    transition: .3s;
    border-radius: 6px;
    font-weight: 600;
    float: left;
}

@keyframes gradientBG {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
