body {
    max-width: 1920px;
    margin: 0 auto;
    font-family: 'Raleway', Arial, Helvetica, sans-serif;
    font-style: 16px;
    background: url(../images/grid.jpg) repeat;
    background-position: center center;
    font-weight: 400;
}

a:focus {
    outline: none;
    text-decoration: none;
}

#custom-search-input {
    padding: 3px;
    border: solid 1px #E4E4E4;
    border-radius: 6px;
    background-color: #fff;
}

#custom-search-input .input-group {
    width: 90%;
}

#custom-search-input input {
    border: 0;
    box-shadow: none;
    padding: 0 5px 0 5px;
    height: 30px;
}

.search-icon {
    background: url(../images/search.png) no-repeat top center;
    width: 24px;
    height: 24px;
    border: none;
    position: relative;
    right: -18px;
    top: 3px;
}

.btn-blue {
    background: #225A81;
    color: #fff;
}

.btn-blue:hover {
    background: #225A81;
    color: #fff;
}

.top-header ul li {
    list-style: none;
    display: inline-block;
    margin: 0 0 0 10px;
}

.top-header ul {
    text-align: right;
    margin: 0;
}

.top-header {
    padding: 10px 0 10px 0;
}

header {
    background: #0f3856;
    position: relative;
}

.logo {
    position: absolute;
    left: 0;
    top: -13px;
}

.logo img {
    width: 74%;
}

.main-menu {
    padding: 30px 0 5px 0;
}

.snip1217 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
}

.snip1217 * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease; */
}

.snip1217 li {
    display: inline-block;
    list-style: outside none none;
    margin: 0.5em 1em;
    padding: 0;
}

.snip1217 a {
    padding: 0.3em 0;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
}

.snip1217 a:before,
.snip1217 a:after {
    height: 3px;
    position: absolute;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #fff;
    width: 0;
}

.snip1217 a:before {
    top: 0;
    left: 0;
}

.snip1217 a:after {
    bottom: 0;
    right: 0;
}

.snip1217 a:hover,
.snip1217 .current a {
    color: #ffffff;
}

.snip1217 a:hover:before,
.snip1217 .current a:before,
.snip1217 a:hover:after,
.snip1217 .current a:after {
    width: 100%;
}

.whitebox-area {
    background-color: #fff;
    min-height: 500px;
    padding: 30px 30px 30px 30px;
}

.whitebox-area p {
    font-size: 14px;
}

.whitebox-area p img {
    margin: 10px;
}

.main-heading h2 {
    font-weight: 700;
    font-size: 20px;
    color: #0f3856;
    border-bottom: 1px solid #0f3856;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
}

.activity-box .card-img {
    border: 1px solid #0f3856;
    width: 70px;
    margin: 15px 0 0 10px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    border-radius: 70px;
}

.activity-box .card-body {
    padding: 10px 10px 10px 5px;
}

footer {
    background: #0f3856;
    padding: 20px 0 20px 0;
    text-align: center;
}

footer p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}


/* General styles for all menus */

.cbp-spmenu {
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 2px 5px 0px rgba(0, 0, 0, 0.1);
}

.cbp-spmenu a.btn-blue {
    color: #fff;
    margin: 10px;
}

.cbp-spmenu a {
    display: block;
    color: #0f3856;
    font-size: 16px;
}

.cbp-spmenu ul {
    margin: 0;
    padding: 0;
}

.cbp-spmenu ul li {
    list-style: none;
}

.cbp-spmenu a:hover,
.cbp-spmenu ul li.active a {
    background: #0c4376;
    color: #fff;
}


/* Orientation-dependent styles for the content of the menu */

.cbp-spmenu-vertical {
    width: 240px;
    height: 100%;
    top: 0;
    z-index: 1000;
}

.cbp-spmenu-vertical a {
    border-bottom: 1px solid #0f3856;
    padding: 1em;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}


/* Vertical menu that slides from the left or right */

.cbp-spmenu-left {
    left: -240px;
}

.cbp-spmenu-right {
    right: -240px;
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0px;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0px;
}


/* Horizontal menu that slides from the top or bottom */

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}


/* Push classes applied to the body */

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
}

.cbp-spmenu-push-toright {
    left: 240px;
}

.cbp-spmenu-push-toleft {
    left: -240px;
}


/* Transitions */

.cbp-spmenu,
.cbp-spmenu-push {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#showLeftPush {
    display: none;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0 6px 6px;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-6px, -5px);
    transform: rotate(45deg) translate(-6px, -5px);
}

.identities-imgs ul {
    margin: 0;
    padding: 0;
}

.identities-imgs li {
    width: 100%;
    margin: 0 0 10px 0;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    padding: 30px 100px 30px 100px;
}

.identities-imgs li img {
    width: 100%;
}

.entry-content {
    color: #ffffff;
    background: #0a4168;
    padding: 18px;
    font-size: 15px;
}

.form-box-outer {
    height: 100vh;
    width: 100%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    width: 100%;
}

.form-box-outer .whitebox-area {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    padding: 0;
    font-family: 'Fira Sans';
    min-height: auto;
}

.form-left {
    background: rgb(179, 179, 179);
    background: linear-gradient(0deg, rgb(202, 201, 201) 0%, rgb(211, 211, 211) 11%, rgb(246, 246, 246) 31%, rgba(249, 249, 249, 1) 100%);
    height: 500px;
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px;
    padding: 100px 0 0 0;
}

.w-60 {
    width: 60% !important;
}

.outer-text-wrap {
    padding: 0 20px 0 40px;
}

.form-left h2 {
    font-weight: 700;
    font-size: 16px;
    margin: 0 0 20px 0;
}

.form-left h2 a,
.form-right h2 a {
    text-decoration: none;
}

.logo-icon {
    width: 96px;
    float: left;
}

.logo-icon img {
    width: 100%;
}

.text-dec {
    float: left;
    width: 60%;
    text-align: left;
}

.form-right {
    padding: 30px 30px 0 10px;
}

.form-right h2 {
    font-weight: 500;
    font-size: 30px;
    margin: 0 0 20px 0;
}

.or span {
    display: inline-block;
    background-color: #fff;
    padding: 20px;
}

.or {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    height: 25px;
    width: 100%;
    color: #979797;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.16px;
    margin: 20px 0 38px;
}

.or:before,
.or:after {
    content: '';
    border-bottom: 1px solid rgba(0, 0, 0, 0.16);
    width: 40%;
}

.btm-form {
    margin: 0 0 20px 0;
}

.btm-form a {
    float: left;
    font-size: 14px;
    margin: 7px 0 0 0;
    display: inline-block;
}

.btm-form button {
    float: right;
}

.new-btn a {
    font-weight: 500;
}

.form-check {
    text-align: left;
}

@media only screen and (max-width: 1023px) {
    #showLeftPush {
        display: block;
        position: absolute;
        right: 13px;
        z-index: 1;
        bottom: 10px;
        cursor: pointer;
        background-color: #1f5b92;
        border: 1px solid #1f5b92;
        width: 50px;
        text-align: center;
        top: 8px;
        height: 35px;
    }
    .main-menu ul {
        display: none;
    }
    .logo {
        position: static;
        text-align: center;
    }
    .logo img {
        width: 46%;
    }
    .top-header ul {
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .main-menu {
        padding: 0;
    }
}

@media only screen and (max-width:991px) {
    .activity-box .card-img {
        width: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .top-header ul li {
        margin: 0 0 5px 10px;
        width: 100%;
    }
    .logo img {
        width: 72%;
    }
    header .btn-blue {
        width: 100%;
    }
    .whitebox-area p img {
        margin: 0 0 10px 0;
        width: 100%;
    }
    .activity-box .card {
        text-align: center;
    }
}