/*  Define custom properties */
:root {
    --primary-color: #1f54a1;
    --secondary-color: #252525;
    --yellow-color: #fff100;
    --black-color: #252525;
}


/*------------------------------------------
Base
------------------------------------------*/

html, body{
    font-family: 'Work Sans', sans-serif !important;
 }

h1, h2, h3, h4, h5, h6{
    font-family: 'Bebas Neue', sans-serif !important;
    font-style: italic !important;
    letter-spacing: 1.5px;
}

p, a {
    font-family: 'Work Sans', sans-serif !important;
}

/*------------------------------------------
End of Base
------------------------------------------*/

/*------------------------------------------
Typography
------------------------------------------*/

#menu .nav > li > a {
    padding: 12px 24px 10px;
    font-weight: 500;
}


/*------------------------------------------
End of Typography
------------------------------------------*/


/*------------------------------------------
Modules
------------------------------------------*/
.news {
    width: 100% !important;
    float: unset !important;
}
.news h2 {
    text-align: center !important;
    background: none !important;
}
.news ul {
    padding-left: 0px !important;
    display: flex !important;
    justify-content: center !important;
    gap: 2em !important;
}

.container-x {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.container-y {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}

.headerTxt {
    text-align: left;
}

.full-width-banner {
    margin-top: -297px;
}
/*
div#slideshow0 {
    z-index: -1;
}

.featured {
    width: 1800px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
*/
.SectionTwo {
    max-width: 1600px !important;
    margin: 0 auto !important;
    padding-top: 15px;
}

.SectionTwo img {
    padding: 15px !important;
}


.SectionTwo img {
    padding: 15px !important;
}


.SectionTwo table {
    border: 0px !important;
}

.SectionTwo td, .SectionTwo th {
    padding: 0px !important;
    border-color: #fff !important;
}


/*------------------------------------------
End of Modules
------------------------------------------*/


/*------------------------------------------
Layouts
------------------------------------------*/



header #logo img.img-responsive {
    display: block;
    margin: 0 auto;
}
/*
.container-x {
    width: 1800px;
}

.container-y {
    width: 100%;
}

.container {
    width: 1400px;
}*/
/*------------------------------------------
End of Layouts
------------------------------------------*/


/*------------------------------------------
Theme
------------------------------------------*/



.common-home .menu-wrapper {
    margin-bottom: 20px;
    background: rgb(25 46 103 / 0%);
    border-top: 0px solid #fff100;
}


header {
    background: var(--primary-color);
}
footer {
    background-color: #000000
}

.AboutUs {
    background-color: var(--primary-color) !important;
    /*padding-left: 150px !important;
    padding-right: 150px !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;*/
}
.AboutUs h2,
.AboutUs p{
    color:#fff !important
}

.HomepageContactUs {
    background-color: #e7f0f5;
}
.form-container {
    background-color: #fff;
}
/*------------------------------------------
End of Theme
------------------------------------------*/



/*------------------------------------------
Buttons
------------------------------------------*/


/*------------------------------------------
End of Buttons
------------------------------------------*/


/*------------------------------------------
Changing States
------------------------------------------*/


/*------------------------------------------
End of Changing States
------------------------------------------*/


/*------------------------------------------
Hidden
------------------------------------------*/

#menu .nav > li + li:after {
    display: none
}



/*------------------------------------------
End of Changing Hidden
------------------------------------------*/


/*------------------------------------------
Media Queries
------------------------------------------*/

@media only screen and (max-width: 1280px){
    /*.container-x,
    .container-y,
    .container,
    .featured{
        width: 100%;
    }*/
}

@media only screen and (min-width: 1200px){
   
}

@media only screen and (min-width: 768px){
    .navbar-nav {
        float: unset;
        margin: 0;
    }
}

/*------------------------------------------
End of Media Queries
------------------------------------------*/