/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-agn: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

body {
    font-family: 'Roboto', sans-serif;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.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;
}

.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;
    }
    .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;
    }
    .form-banner form{
        display:inline;
    }
}


/*******************/

@media only screen and (max-width: 600px) {
    body[yahoo] .full_width_600 {
        width: 90% !important;
    }
}

@media only screen and (max-width: 700px) {
    body[yahoo] .full_width_700 {
        width: 100% !important;
    }
    body[yahoo] .txt_center {
        text-align: center !important;
    }
    body[yahoo] .separator {
        height: 40px !important;
    }
    .bg-mob {
        background-image: none !important;
        background-color: #375593 !important;
    }
    .links-tr {
        margin-right: 0% !important;
    }
    .featured-row>li {
        border-right: none !important;
    }
    .links-tr a {
        width: 100%;
    }
}

.title-row-03 h2 {
    color: #fff;
    font-size: 22px;
    margin: 0px 02px 8px 0px;
}

.title-row-03 p {
    color: #fff;
    font-weight: 500;
    margin: 0px;
    font-size: 14px;
}

.location-address {
    margin: 30px 0px 35px 0px;
    padding: 0px;
}

.location-address li {
    margin: 0px;
    padding: 0px;
    list-style-position: outside;
    /*    background: url(../images/location-icn.png) 0px 0px no-repeat;*/
    list-style: none;
    padding-left: 0;
    font-size: 14px;
    line-height: 24px;
}

.location-address li:marker {
    margin-top: -10px;
}

.but {
    display: flex;
    flex-wrap: wrap;
    height: 50px;
    align-items: center;
    border: dotted 1px #fff;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    border-radius: 3px;
    justify-content: center;
    text-decoration: none;
    font-weight: 500;
    max-width: 145px;
    text-decoration: none;
    font-size:1rem;
}

.but:hover {
    background: #375593;
    color: #fff;
}

.ptb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

nav.navbar {
    padding-top: 20px;
    padding-bottom: 20px;
}


/* # Hover Link Effect
  ================================ */


/* @media (min-width: 768px) {
    .navbar-nav>li>a::after {
        position: absolute;
        top: 80%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #2E1C05;
        content: '';
        opacity: 0;
        transition: height 0.3s, opacity 0.3s, transform 0.3s;
        transform: translateY(-10px);
    }
    .navbar-nav>li>a:hover::after,
    .navbar-nav>li>a:focus::after {
        height: 2px;
        opacity: 1;
        transform: translateY(0px);
    }
} */


/* # Social menu
  ================================ */

#top-social-menu {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 12px;
    z-index: 101;
    padding-right: 0px;
    list-style: none;
    color: #2E1C05;
    transition: all 0.2s ease-out;
}

#top-social-menu li {
    float: left;
    padding: 10px 15px;
}

#top-social-menu li:last-child {
    padding-right: 0;
}

#top-social-menu li a {
    text-decoration: none;
    color: #2E1C05;
}

#top-social-menu li a:hover {
    text-decoration: none;
    color: #543A1A;
}

#top-social-menu i {
    font-size: 16px;
    transition: all 0.2s ease-in;
}

#top-social-menu i:hover {
    text-decoration: none;
    color: #543A1A;
}


/* # Section Full Width Image
  ================================ */

.full-width-img {
    background: url('http://i1159.photobucket.com/albums/p625/ivanrdvc/bg-cp-header_zps4ghnoxc7.jpg') no-repeat center center;
    background-size: cover;
    text-align: center;
    padding-top: 100px;
    height: 450px;
    color: #fff;
}

.box {
    background: rgba(0, 0, 0, 0.4);
    border: 3px solid #000;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding: 10px 20px;
}

.subheading-text {
    list-style: none;
    font-size: 35px;
    line-height: 50px;
}

.title-row-02 h3 {
    margin: 20px 0 15px 0;
    color: #fff;
    font-size: 33px;
    font-weight: 500;
}

.title-row-02 p {
    margin-bottom: 50px;
    font-size: 16px;
    color: #fff;
}

.title-row-02 h6 {
    margin: 0px;
    font-size: 16px;
    color: #fff;
}

.title-row-02 h6::before {
    content: '';
    display: inline-block;
    width: 65%;
    height: 1px;
    background: #fff;
    margin: 5px 10px 5px 0;
}

.align-item-center {
    align-items: center;
}

.title-row-02 {
    margin-bottom: 50px;
}

.alighn-center {
    text-align: center;
}

align-left {
    text-align: left;
}

.featured-row {
    margin: 0% -1.5% 0% -1.5%;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}

.featured-row>li {
    list-style: none;
    width: 30%;
    /*    box-shadow: 0px 5px 38px 0px rgba(0, 0, 0, 0.21);*/
    background: transparent;
    margin: 0% 1.5% 0% 1.5%;
    padding: 3%;
    border-right: solid 1px #8ba2c6;
}

.featured-row> :last-child {
    border-right: none;
}

@media (min-width: 768px) {
    .full-width-img {
        padding-top: 110px;
        height: 1000px;
    }
    .subheading-text {
        font-size: 50px;
        line-height: 70px;
    }
    .box {
        margin-top: 100px;
        padding: 80px 20px;
    }
    .pading-left-02 {
        padding-left: 5%;
    }
}


/* # Section Black, White
  ================================ */

.section-black,
.section-white {
    padding: 50px 0;
    color: #fff;
    line-height: 1.7;
}

.section-black h3,
.section-white h3 {
    margin-bottom: 60px;
}

.section-black p,
.section-white p {
    margin-bottom: 60px;
}

.section-black {
    background: linear-gradient(#363437, #121112);
}

.section-white {
    background: linear-gradient(#ffffff, #f3f3f3);
    color: #0e0d0e;
}

.wrap {
    width: 100%;
    padding: 0 15px;
}

.container {
    max-width: 1454px;
    margin: auto auto;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {}

@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}


/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* --------------new--style------------------ */

.bot-sec {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
}

.img-box-01 {
    width: 25%;
}

.txt-box-01 {
    width: 25%;
}

.txt-cl-03 {
    width: 100%;
    min-height: 46px;
    padding: 60px 30px 0 60px;
}

section.employers {
    padding: 10px 0 0 0;
}

.employers .left {
    position: relative;
}

.employers .left .smallicon {
    position: absolute;
    top: 30px;
    right: -33px;
    width: 120px;
    height: 120px;
    background: #fff;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.21);
    display: flex;
    justify-content: center;
    align-items: center;
}

.pb-40 {
    padding-bottom: 40px;
}

.txt-cl-03 h2 {
    margin: 0px 0px 20px 0px;
    color: #375593;
    font-size: 42px;
    font-weight: 500;
}

.txt-cl-03 h6 {
    font-size: 24px;
    margin: 0px 0px 70px 0px;
    font-weight: 400;
    color: #5e5e5e;
}

.txt-cl-03 p {
    font-size: 18px;
    color: #3c3c3c;
    margin: 0px 0px 35px 0px;
}

.txt-cl-03 .but {
    border: none;
    background: #375593;
    color: #fff;
    font-weight: 500;
    min-width: 185px;
    height: 62px;
    font-size:1rem;
}

.txt-cl-03 .but:hover {
    background: #c3c3c3;
}

section.banner-sec {
    padding-top: 125px;
    padding-bottom: 0;
    position: relative;
}

section.banner-sec .outer-banner {
    padding-top: 90px;
    padding-bottom: 100px
}

.link-post a {
    background-color: #375593;
    padding: 11px 20px;
    border-radius: 2px;
    color: #fff;
    font-size: 18px;
    margin-right: 10px;
    text-decoration: none;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 220px;
    transition: .5s ease-out;
}

.link-post a.clr-ch {
    background-color: #375593;
}

.link-post a:hover {
    color: #ffffff;
    background-color: #132d61;
    transition: .5s ease-out;
}

.link-post {
    display: flex;
    padding-bottom: 25px;
}

.link-post a span {
    padding-right: 13px;
    vertical-align: text-bottom;
}

.link-post a span img {
    width: 22px;
}

.outer-banner h3 {
    color: #fff;
    font-size: 42px;
    padding-bottom: 15px;
}

.outer-banner p {
    font-size: 16px;
    color: #fff;
}

.img-banner {
    position: absolute;
    right: 0;
    width: 50%;
}

.form-banner {
    width: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 5% 1%;
    border-radius: 4px;
    box-shadow: 1px 2px 51px rgb(55 85 147 / 49%);
}

.form-banner h3 {
    font-size: 28px;
    padding-bottom: 37px;
    color: #fff;
}

.form-banner form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 35px 65px;
}

.form-banner form input {
    width: 100%;
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #979797;
    color: #373737;
    padding: 0 0 15px 0;
    font-size: 16px;
    outline: none;
    font-weight:bold;
}

.form-banner form select {
    width: 100%;
    background-color: unset;
    border: 0;
    border-bottom: 1px solid #979797;
    color: #373737;
    padding-bottom: 15px;
    font-size: 16px;
    outline: none;
    font-weight:bold;
}

.form-banner form input::placeholder {
    color: #373737;
}

.form-banner form select option {
    color: #000;
}

.btns {
    display: flex;
}

.btns a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #375593;
    width: 250px;
    height: 57px;
    padding: 10px 34px;
    font-size: 20px;
    margin-right: 50px;
    transition: .5s ease-out;
    text-decoration: none;
}

.form-banner form .btns select {
    width: auto;
    padding-bottom: 0;
    border: 0;
    font-size: 16px;
}

.btns a:hover {
    color: #ffffff;
    background-color: #132d61;
    transition: .5s ease-out;
}

section.emply-ic {
    padding: 100px 0 80px 0px;
}

.ttl-empl h3 {
    font-size: 36px;
    color: #375593;
    padding: 0 0 8px;
    font-weight:500;
}

.ttl-empl p {
    font-size: 14px;
    color: #676767;
    padding-right: 60px;
    line-height: 1.5;
}

.form-group {
    margin-bottom: 2rem;
}

.empl-ic ul {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    /* grid-gap: 35px 43px; */
    padding: 0;
}

.empl-ic ul li img {
    max-width: 100%;
}

section.jobs {
    background: #375593;
    padding: 50px 0 10px 0;
}

section.training {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    flex-wrap: wrap;
}

.training .left {
    width: 60%;
    padding-left: 5%;
    padding: 220px 12% 220px 5%;
    position: relative;
    z-index: 100;
}

.training .right {
    width: 40%;
    background: #deeff9;
    padding: 0;
}

.training .right .tr-img {
    position: relative;
    top: 20%;
    left: -25%;
    z-index: 99;
    width: 100%;
}

section.training .tr-cont h3 {
    color: #fff;
    font-size: 36px;
    padding-bottom: 14px;
}

section.training .tr-cont p {
    font-size: 20px;
    color: #fff;
    line-height: 28px;
}

section.training .tr-cont h5 {
    color: #fff;
    font-size: 20px;
    padding-top: 23px;
    font-weight: 400;
    padding-bottom: 9px;
}

.links-tr {
    display: flex;
    margin-right: -22%;
    z-index: 999;
}

.links-tr img {
    margin-right: 5px;
}

.links-tr a {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #fff;
    padding: 12px 12px;
    margin-right: 14px;
    font-size: 16px;
    text-decoration: none;
    transition: .5s ease-out;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 30%;
    height: 59px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: #375593;
}

.links-tr a:hover {
    color: #ffffff;
    background-color: #07183a;
    transition: .5s ease-out;
}

.boxes {
    margin: auto;
}


/*Checkboxes styles*/

.boxes input[type="checkbox"] {
    display: none;
}

.boxes input[type="checkbox"]+label {
    display: block;
    position: relative;
    padding-left: 15%;
    margin-bottom: 20px;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    font-size: 38px;
    line-height: 42px;
}

.boxes input[type="checkbox"]+label:last-child {
    margin-bottom: 0;
}

.boxes input[type="checkbox"]+label:before {
    content: '';
    display: block;
    width: 49px;
    height: 49px;
    border: 2px solid #ffffff;
    position: absolute;
    left: 0;
    top: 5px;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

.boxes input[type="checkbox"]:checked+label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.job-hunt {
    /*
    background: url(../images/bg-hunt.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0;
    background-attachment: fixed;
*/
    padding: 125px 0;
}

section.job-hunt .boxes h2 {
    color: #375593;
    font-size: 38px;
    font-weight: normal;
    padding: 0 0 95px 0;
}

.alert-bx h3 {
    font-size: 32px;
    color: #375593;
}

.alert-bx img {
    padding-bottom: 15px;
}

p {
    font-size: 16px;
    color: #6e6e6e;
}

.alert-bx h5 {
    font-size: 16px;
    color: #6e6e6e;
    font-weight: 300;
    padding-bottom: 12px;
}

.alert-bx a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #375593;
    width: 204px;
    height: 58px;
    padding: 10px 34px;
    font-size: 16px;
    margin-right: 24px;
    transition: .5s ease-out;
    text-decoration: none;
    border-radius: 3px;
}

.alert-bx a:hover {
    color: #ffffff;
    background-color: #132d61;
    transition: .5s ease-out;
}

.pt-50 h5{
    padding-top: 20px;
}

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;
}


/*-----------------------------*/

.view-all {
    margin: 0;
    padding: 0;
}

.flx {
    display: flex;
    flex-wrap: wrap;
}
.search-popup {
    width: 50%;
    left: 30%;
    margin-left: 0px;
}
.search-popup form{
    padding-top:70px;
}
.my-profiles-sec > span{color:#FFF;}
.navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}
.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: 600px) {
    .app h3 {
        width: 100%;
    }
}
@media screen and (max-width: 768px){
    footer {
        background-size: cover;
    }
    .app h3 {
        font-size: 20px;
    }
    .account-popup {
        width: 94%;
        margin-left: -47%;
        left: 50%;
    }
}