main>.container {
    padding: 20px 45px 20px 45px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer>.container {
    padding-right: 15px;
    padding-left: 15px;
}

body {
    overflow: overlay;
    overflow-x: hidden;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li>form>button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li>form>button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav>li>form>button.logout:focus,
.nav>li>form>button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav>li>form>button.logout:focus {
    outline: none;
}

.image--cover {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    object-fit: cover;
    object-position: center;
}

.paragraph--type--card-narrow-row {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row wrap;
}

.card-narrow {
    width: 220px;
    border: 1px solid #ccc;
    margin: 10px;
    display: flex;
    flex-direction: column;
}

.card-narrow-image {
    height: 250px;
}

.card-narrow h3 {
    margin: 0;
    padding: 10px 0;
    text-align: center;
    line-height: 1.2;
    font-family: "Raleway", Arial, Helvetica, sans-serif;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-color: #eee;
}

.card-narrow img:hover {
    cursor: pointer;
    opacity: 0.8;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card-narrow p {
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}

.card-narrow-content {
    flex: 1 1 180px;

}

.footer {
    background-color: #343a40;
    ;
    font-size: .9em;
    height: 60px;
}

label {
    font-weight: bold;
}


label:hover,
label:active {
    color: darkcyan;
}

ul {
    margin: 0px;
    padding: 0px;
}

.footer-section {
    background: #151414;
    position: relative;
}

.footer-cta {
    border-bottom: 1px solid #373636;
}

.single-cta i {
    color: #ff5e14;
    font-size: 30px;
    float: left;
    margin-top: 8px;
}

.cta-text {
    padding-left: 15px;
    display: inline-block;
}

.cta-text h4 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 2px;
}

.cta-text span {
    color: #757575;
    font-size: 15px;
}

.footer-content {
    position: relative;
    z-index: 2;
}

.footer-pattern img {
    position: absolute;
    top: 0;
    left: 0;
    height: 330px;
    background-size: cover;
    background-position: 100% 100%;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    max-width: 200px;
}

.footer-text p {
    margin-bottom: 14px;
    font-size: 14px;
    color: white;
    line-height: 28px;
}

.footer-social-icon span {
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.footer-social-icon a {
    color: #fff;
    font-size: 16px;
    margin-right: 15px;
}

.footer-social-icon i {
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
}

.facebook-bg {
    background: #3B5998;
}

.twitter-bg {
    background: #55ACEE;
}

.google-bg {
    background: #DD4B39;
}

.footer-widget-heading h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    position: relative;
    /* margin-left: 13px; */
}

.footer-widget-heading h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 50px;
    background: #ff5e14;
}

.footer-widget ul li {
    display: inline-block;
    float: left;
    width: 50%;
    margin-bottom: 12px;
}

.footer-widget ul li a:hover {
    color: #ff5e14;
}

.footer-widget ul li a {
    color: #878787;
    text-transform: capitalize;
}

.subscribe-form {
    position: relative;
    overflow: hidden;
}

.subscribe-form input {
    width: 100%;
    padding: 14px 28px;
    background: #2E2E2E;
    border: 1px solid #2E2E2E;
    color: #fff;
}

.subscribe-form button {
    position: absolute;
    right: 0;
    background: #ff5e14;
    padding: 13px 20px;
    border: 1px solid #ff5e14;
    top: 0;
}

.subscribe-form button i {
    color: #fff;
    font-size: 22px;
    transform: rotate(-6deg);
}

.copyright-area {
    background: #202020;
    padding: 25px 0;
}

.copyright-text p {
    margin: 0;
    font-size: 14px;
    color: #878787;
}

.copyright-text p a {
    color: #ff5e14;
}

.footer-menu li {
    display: inline-block;
    margin-left: 20px;
}

.footer-menu li:hover a {
    color: #ff5e14;
}

.footer-menu li a {
    font-size: 14px;
    color: #878787;
}

.bg-dark {
    background-color: #f7f7f7 !important;
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
    color: #bd2130;
}

.navbar-dark .navbar-brand {
    color: #bd2130;
    font-weight: bold;
    font-size: x-large;
}

.nav-link.active {
    color: #343a40;
}

.navbar-dark .navbar-nav .nav-link {
    color: #bd2130 !important;
    font-weight: bold;
    padding-left: 23px;
}

.footer {
    background-color: #343a40;
    width: 100%;
    font-size: .9em;
    height: 40px;
}

label {
    font-weight: bold;
}

label:hover,
label:active {
    color: darkcyan;
}

.margin-left {
    margin-left: -42px;
}

.footer-widget ul li a {
    color: #f8f9fa;
    text-transform: capitalize;
    font-size: small;
}

.footer {
    background-color: #343a40;
    font-size: .9em;
    height: 60px;
}

label {
    font-weight: 500;
}

a {
    font-weight: 500;
}

label:hover,
label:active {
    color: darkcyan;
}

ul li a:hover {
    color: #ff5e14;
}

.img-right {
    margin-left: 23%;
}

.bgimage {
    background-image: url(../theme/images/bg2.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 790px;
}

.copyright-text {
    padding-left: 84px;
    color: white;
    font-size: 11px;
}

.name {
    margin: 47px;
    margin-top: 3px;
}

p {
    font-size: 13px;
    text-align: center;
}

/* For Mobile Phones Portrait or Landscape View */
@media screen and (max-device-width: 1024px) {
    .footer {
        height: 98px;
    }

    .navbar-dark .navbar-brand {
        padding-left: 36px;
        font-size: 12px;
    }

    .img-right {
        margin-left: 0%;
    }

    label {
        font-weight: 500;
        padding-left: 4px;

    }

    /* span {
        padding-left: 4px;
    } */

    .wrapper {
        padding-top: 63px;
        margin-left: 65px;
        margin-right: 68px;
    }

    /* .image--cover {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 11px;
        object-fit: cover;
        object-position: center;
    } */


    .bgimage {
        background-image: url(../theme/images/bg2.jpg);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 568px;
    }

    .image--cover {
        width: 95px;
        height: 95px;
        border-radius: 50%;
        margin: 68px;
        object-fit: cover;
        object-position: center;
        margin-top: -30px;
    }

    .name {
        margin: 57px;
        margin-top: -61px;
        font-size: 11px;
    }

    .copyright-text {
        padding-left: 0px;
        color: white;
        font-size: 11px;
    }

    p {
        font-size: 9px;
        text-align: center;
    }

}

/*For large mobile view*/
@media screen and (device-width: 768px) {
    .image--cover {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 47px;
        object-fit: cover;
        object-position: center;
        margin-top: -30px;
    }

    .name {
        margin: 25px;
        margin-top: -45px;
        font-size: 11px;
    }
}

/*For large mobile view*/
@media screen and (max-device-width: 425px) {
    .image--cover {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 17px;
        object-fit: cover;
        object-position: center;
        margin-top: -30px;
    }

    .name {
        margin: 12px;
        margin-top: -14px;
        font-size: 8px;
    }

    p {
        font-size: 6px;
        text-align: center;
    }
}

/*For medium mobile view*/
@media screen and (max-device-width: 375px) {
    .image--cover {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 8px;
        object-fit: cover;
        object-position: center;
        margin-top: -30px;
    }

    .name {
        margin: 4px;
        margin-top: -8px;
        font-size: 8px;
    }
}

/*For small mobile view*/
@media screen and (max-device-width: 320px) {
    .image--cover {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin: 1px;
        object-fit: cover;
        object-position: center;
        margin-top: -14px;
    }

    .name {
        margin: 2px;
        margin-top: 1px;
        font-size: 7px;
    }
}

< !----seach---------->.main-search-input {
    background: #fff;
    padding: 0 120px 0 0;
    border-radius: 1px;
    margin-top: 200px;

    box-shadow: 0px 0px 0px 6px rgba(255, 255, 255, 0.3);
}

.fl-wrap {
    float: left;
    width: 100%;
    position: relative;
}

.main-search-input:before {
    content: '';
    position: absolute;
    bottom: -40px;
    width: 50px;
    height: 1px;
    background: rgba(255, 255, 255, 0.41);
    left: 50%;
    margin-left: -25px;
}

.main-search-input-item {
    float: left;
    width: 100%;
    box-sizing: border-box;
    border-right: 1px solid #eee;
    height: 50px;
    position: relative;
}

.main-search-input-item input:first-child {}

.main-search-input-item input {
    float: left;
    border: none;
    width: 100%;
    height: 50px;
    padding-left: 20px;
}

.main-search-button {

    background: #4DB7FE;
}

.main-search-button {
    position: absolute;
    right: 0px;
    height: 50px;
    width: 120px;
    color: #fff;
    top: 0;
    border: none;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    cursor: pointer;
}

.main-search-input-wrap {
    max-width: 500px;
    margin: 20px auto;
    position: relative;
}

:focus {
    outline: 0;
}


@media only screen and (max-width: 768px) {
    .main-search-input {
        background: rgba(255, 255, 255, 0.2);
        padding: 14px 20px 10px;
        border-radius: 10px;
        box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.0);
    }

    .main-search-input-item {
        width: 100%;
        border: 1px solid #eee;
        height: 50px;
        border: none;
        margin-bottom: 10px;
    }

    .main-search-input-item input {
        border-radius: 6px !important;
        background: #fff;
    }

    .main-search-button {
        position: relative;
        float: left;
        width: 100%;
        border-radius: 6px;
    }
}

/* Home Page Division */
#homePageDiv1 {
    border-radius: 15px;
    border: 1px solid#007bff;
    background-color: #007bff;
    opacity: 0.8;
    padding: 12px;
}

/* Home Page Division */
#homePageDiv2 {
    border-radius: 15px;
    border: 1px solid #007bff;
    background-color: #007bff;
    opacity: 0.8;
    padding: 12px;
}

/* for frontend search page to make responsive */
.col-25 {
    float: left;
    width: 18%;
    /* margin-top: 6px; */
}

.col-75 {
    float: left;
    margin-left: 10%;
    margin-right: 10%;
    width: 47%;

}

@media screen and (max-width: 600px) {

    .col-25,
    .col-75,
    input[type=submit] {
        width: 100%;
        margin-top: 0;
    }
}

/* for textinput validation */
input[type=text][aria-invalid='true'] {
    border: 1px solid #f00;
}

input[type=text][aria-invalid='false'] {
    border: 1px solid rgb(14, 158, 14);
}

/* for textarea validation */
textarea[aria-invalid='true'] {
    border: 1px solid #f00;
}

textarea[aria-invalid='false'] {
    border: 1px solid rgb(14, 158, 14);
}

/* for validation error message */
.help-block {
    color: red;
}

/* to add asterisk for required feild */
form div.required label.control-label:after {
    content: " * ";
    color: red;
}

/* to change toggle image */
.navbar-dark .navbar-toggler-icon {
    background-image: url(../theme/images/toggler.png);
}