.menu-toggle {
    display: none;
}

.mobile-bar {
    z-index: 10;
    top: 0;
    left: 0;
    padding: 0 25px;
    /*BAR HOW MUCH IN RIGHT*/
    width: 100%;
    height: 65px;
    background-color: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.menu-icon {
    float: right;
    display: block;
    position: relative;
    width: 25px;
    height: 100%;
    z-index: 999;
    cursor: pointer;
    transition: transform 300ms ease-in;
    /*the bar to X*/
}

.menu-icon>span {
    display: block;
    position: absolute;
    top: 55%;
    margin-top: -0.3em;
    width: 100%;
    height: 0.199em;
    border-radius: 1px;
    background-color: #696969;
    transition: transform 300ms ease-in;
}

.menu-icon>span:before,
.menu-icon>span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1px;
    background-color: #696969;
    transition: transform 300ms ease;
}

.menu-icon>span:before {
    transform: translateY(-0.6em);
}

.menu-icon>span:after {
    transform: translateY(0.6em);
}


/*need this for bringing down the examples*/

.menu-toggle:checked+.mobile-bar .menu-icon {
    transform: rotate(45deg);
}

.menu-toggle:checked+.mobile-bar span:before,
.menu-toggle:checked+.mobile-bar span:after {
    transform: rotate(90deg);
}


/*needed*/

.menu-toggle:checked~.header {
    visibility: visible;
    opacity: 1;
    transition-delay: 0s;
}

.header {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    color: #fff;
    transition: opacity 300ms ease-in, visibility 0s ease-in 300ms;
    font-size:1rem;
}

.header nav,
.header ul {
    height: 100%;
    padding: 0px;
    margin: 0;
}

.header li {
    border-bottom: 1px solid #eee;
    color: #505050;
    /*text on navbar*/
    font-weight: 430;
    line-height: 2.4;
    /*height of the navbar*/
    font-size: 15px;
    letter-spacing: 0.2px;
    font-weight: 600;
    font-size:1rem;
}

.header li:hover {
    color: #fff;
    transition: color 300ms ease-in;
}

.header a {
    display: block;
    padding: 25px;
    transition: background-color 300ms ease-in;
}
.navbar-light .navbar-nav .nav-link, .dropdown-item {
    color: #fff;
    font-size:1rem;
}
.navbar-light .navbar-nav .active .nav-link{
    color: #fff;
    border-bottom: solid 1px #fff;
}
.dropdown-item{color: #6f6f6f;}
.navbar-light .navbar-nav .nav-link:hover {
    color: #444444;
    border-bottom: solid 1px #fff; }

.dropdown-item:hover { border-bottom: solid 1px #375593; }

.navbar-brand {
    padding: 0px;
    width: 215px;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
}

.header nav {
    width: calc(100% - 412px);
}

.header nav a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
}

.header nav a:hover {
    color: #5674b9;
}

.header.headeblock {
    background-color: #375593
}

.header .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}


/* .headeblock {
    background: #375593;
} */

.test {
    top: 0;
    width: 100%;
    z-index: 9999;
    position: fixed;
}

nav.position-absolute {
    width: 100%;
    z-index: 99;
    height:100px;
    background-color: #2f5597;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size:1rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
}

.but-02 {
    height: 43px;
    background: #fff;
    color: #000;
    font-size: 13px;
    font-weight: 500;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    min-width: 160px;
    justify-content: center;
    display: flex !important;
    align-items: center;
}

.but-02:hover {
    background: #2e4b86;
    color: #fff;
    text-decoration: none;
}

@media (min-width: 1000px) {
    .mobile-bar {
        display: none;
    }
    .header {
        z-index: 5;
        position: relative;
        left: 0;
        padding-top: 0;
        width: 100%;
        height: auto;
        overflow: auto;
        visibility: visible;
        opacity: 1;
        text-align: right;
        padding: 17px 0px 17px 0px;
    }
    .header li {
        display: inline-block;
        margin-right: -6px;
        /* fix the inline-block gap */
        border: none;
        text-align: left;
        padding-left: 2%;
        padding-right: 2%;
    }
    .header a {
        padding: 15px 0%;
        /*header height and text spacing*/
    }
    .navbar-brand.mob {
        display: none !important;
    }
}

@media (max-width: 1000px) {
    .navbar-collapse {
        background: #375593;
        padding: 5%;
    }
    .navbar-toggler {
        background: #fff !important;
    }
    .header nav {
        width: 100%;
    }
    .navbar-brand.mob {
        display: block !important;
        position: absolute;
        z-index: 100;
        top: 11px;
        left: 15px;
    }
    .navbar-brand.mob img {
        width: 100%;
    }
    .navbar-brand.mob {
        width: 170px;
    }
    .header {
        background: #fff !important;
    }
    .header nav a {
        color: #000;
    }
    .header li {
        list-style: none;
    }
    .navbar-toggler-icon:before{
        color: transparent !important;
    }
}

footer {
    background-color: #111111;
    background: url(../images/home2/footer-bg.jpg) no-repeat top center;
}

footer .container {
    position: relative;
    padding: 60px 0 0 15px;
}

footer .bg-foot {
    position: absolute;
    right: -11%;
    top: 0;
}

.foot-logo img {
    padding-bottom: 23px;
}

.foot-logo p {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

a.mail {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

a.mail img {
    padding: 0;
    padding-right: 14px;
}

footer {
    position: relative;
    overflow: hidden;
}

.footer-top {
    padding: 31px 0;
    border-bottom: 1px solid grey;
}

footer .app {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #fff;
    font-size:1rem;
}

.app a {
    border: 1px solid grey;
    border-radius: 2px;
    margin-right: 1%;
}

.app h3 {
    margin-right: 5%;
    font-size: 30px;
    font-weight: 400;
    color: #fff;
}

.foot-logo ul {
    padding: 0;
    list-style: none;
    display: flex;
    padding-top: 29px;
}

.foot-logo ul li {
    margin-right: 15px;
}

.foot-logo ul li a {
    display: block;
    transition: .5s ease-out;
    border-radius: 50%;
}

.foot-logo ul li a:hover {
    background-color: #9dacca;
    border-radius: 50%;
}

.foot-logo ul li img {
    padding-bottom: 0;
}

.foot-link {
    padding: 0px 5% 0% 5%;
}

.foot-link h3 {
    font-size: 25px;
    color: #fff;
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-weight: normal;
}

.foot-link h3:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #ffffff;
}

.foot-link ul {
    list-style: none;
    padding: 0;
    padding-bottom: 17px;
}

.twobox {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.twobox li {
    width: 50%;
}

.foot-link ul li a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
}

.foot-link ul li {
    padding-bottom: 11px;
}

.footer-bot p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

.footer-bot {
    padding: 31px 0;
    border-top: 1px solid grey;
}
.main-slider-section{
    margin-top: 100px;
}
.my-profiles-sec > span{color:#FFF;}
.post-btn-box a{
    display: inline-block;
    margin-bottom: 10px;
}
.foot-btns a { padding: 12px 30px; display: inline-block; background-color: #800035; color:#FFF; font-weight: 700; font-size: 17px;
    border-radius: 5px; margin: 10px 10px; }
.foot-btns a.survey_btn{background-color: #800080; padding: 12px 17px;}
@media screen and (max-width:1360px) {
    .header nav a {
        font-size: 12px;
    }
    .header li {
        padding-left: 1%;
        padding-right: 1%;
    }
    .txt-cl-03 {
        padding: 30px;
    }
    .txt-cl-03 h6 {
        margin-bottom: 15px;
    }
    .txt-cl-03 p {
        margin-bottom: 10px;
    }
}

@media screen and (max-width:768px) {
    .app a img {
        max-width: 204px;
    }
    .foot-link h3 {
        font-size: 20px;
        position: relative;
        padding-bottom: 12px;
        margin-bottom: 20px;
    }
    .app h3 {
        font-size: 20px;
    }
    footer .container {
        padding: 30px 15px;
    }
    footer {
        background-size: cover;
    }
    .bg-mob {
        background: #375593 !important;
    }
    .links-tr a {
        width: 31% !important;
    }
    .col-md-3.fcl-01 {
        width: 100%;
        max-width: 100%;
        flex: none
    }
    .col-md-3.fcl-02,
    .col-md-3.fcl-03,
    .col-md-3.fcl-04 {
        flex: 0 0 33%;
        max-width: 100%;
    }
    .main-slider-section {
        height: 80px;
    }
    .navbar-toggler-icon:before{
        color: transparent !important;
    }
}
@media screen and (max-width:768px) {
    section {
        overflow: hidden;
    }
    .app a {
        border: none !important;
    }
    .app a img {
        border: solid 1px rgb(109, 109, 109);
    }
    .tr-img {
        padding-bottom: 0px;
    }
}

@media screen and (max-width:600px) {
    .col-md-3.fcl-03,
    .col-md-3.fcl-04 {
        width: 50%;
        flex: none;
    }
    .col-md-3.fcl-02,
    .col-md-3.fcl-03,
    .col-md-3.fcl-04 {
        flex: none;
    }
    .col-md-3.fcl-04 .foot-link .app {
        display: flex;
        flex-wrap: wrap;
    }
    .col-md-3.fcl-04 .foot-link .app a {
        width: 50%;
    }
    /* .col-md-3.fcl-04 .foot-link .app a {
        border: solid 1px #252525;
    } */
    footer .container {
        padding-top: 50px;
        padding-bottom: 0px;
    }
    .col-md-3.fcl-01 {
        margin-bottom: 25px;
    }
    .foot-link ul li a {
        font-size: 12px;
    }
    .foot-link ul li {
        padding-bottom: 8px;
    }
    .foot-link {
        padding-left: 0px;
        padding-right: 0px;
    }
    .app h3 {
        width: 100%;
    }
    footer .app {
        flex-wrap: wrap;
    }
    footer .app a {
        width: 49%
    }
    .footer-bot {
        padding: 10px 0 0px 0px;
    }
    a.mail {
        font-size: 14px;
    }
}