
:root {
    --bodyColor: #222222;
    --bodyBg: #fbfbfb;
    --bodyBg1: #F7F7F7;
    --whiteColor: #ffffff;
    --whitegrey: #6A7C92;
    --whitegrey1: #EDEDED;
    --whitegrey2: #F2F6F7;
    --whitegrey3: #E7DEFF;
    --headingColor: #222222;
    --contentColor: #5F6C76;
    --contentColor2: #5C727D;
    --primaryColor: #449d44;
    --primaryColorHover: #64bd63;
    --secondaryColor: #64bd63;
    --secondaryColor2: #449d44;
    --secondaryColor3: #F2277E;
    --blackColor: #000000;
    --blackColor2: #191B1E;
    --darkblack: #0C0E2B;
    --darkcolor: #263546;
    --darkgray: #9FA2CE;
    --deepgray: #202942;
    --lightGrey: #7B8696;
    --lightGrey2: #7B8697;
    --lightGrey3: #7E858B;
    --lightGrey4: #A2A9B6;
    --lightGrey5: #F0F0F5;
    --lightGrey8: #F0F1F3;
    --lightGrey6: #6D6E75;
    --lightGrey7: #F3F4FD;
    --lightGrey9: #9F98B2;
    --lightGrey10: #F5F5FE;
    --lightGrey11: #F7F8FD;
    --lightGrey12: #f0f4f7;
    --greencolor: #44CEA9;
    --greencolor2: #1EC902;
    --greencolor3: #2EC14A;
    --orange: #FE2323;
    --borderColor: #eeeeee;
    --borderColor1: #E5E5E5;
    --borderColor2: #dddddd;
    --borderColor3: #f8f8f8;
    --borderColor4: #cacaca;
    --darkdeep1: #170F2F;
    --darkdeep2: #37404E;
    --darkdeep3: #F4F4F8;
    --darkdeep4: #949392;
    --darkdeep5: #62605D;
    --darkdeep6: #7E8285;
    --darkdeep7: #C4C4C4;
    --indigo: #B13BFF;
    --deepgreen: #133344;
    --deepblue: #505975;
    --deepred: #DC164D;
    --skycolor: #03A9F4;
    --yellow: #FF912C;
    --yellow1: #F0B410;
    --blue: #2864FF;
    --naveBlue: #17093e;
    --borderRadius: 4px;
    --borderRadius2: 20px;
    --borderRadius3: 10px;
    --transition: .3s;
    --bodyFont: "Inter", sans-serif;
    --headingFont: "Hind", sans-serif;
    --contentFont: "Inter", sans-serif;
}

.is_dark {
    --bodyColor: #fff;
    --bodyBg: #0C0E2B;
    --bodyBg1: #0C0E2B;
    --headingColor: #fff;
    --blackColor: #fff;
    --blackColor2: #fff;
    --whiteColor: #0C0E2B;
    --darkdeep2: #fff;
    --darkblack: #fff;
    --lightGrey: #0C0E2B;
    --lightGrey7: #170F2F;
    --lightGrey10: #170F2F;
    --lightGrey11: #170F2F;
    --contentColor: #fff;
    --darkdeep5: #fff;
    --borderColor: #312a57;
    --whitegrey: #fff;
    --whitegrey1: #312a57;
    --whitegrey2: #312a57;
    --deepgray: #fff;
    --borderColor2: #fff;
    --darkdeep3: #17093e;
    --contentColor2: #fff;
    --deepgreen: #fff;
    --bs-body-color: #fff;
}

.btn-success {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--primaryColor);
    --bs-btn-border-color: var(--primaryColor);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--primaryColorHover);
    --bs-btn-hover-border-color: var(--primaryColorHover);
    --bs-btn-focus-shadow-rgb: 60, 153, 110;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--primaryColorHover);
    --bs-btn-active-border-color: var(--primaryColorHover);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--primaryColor);
    --bs-btn-disabled-border-color: var(--primaryColor);
}

.headerarea__login a {
    background-color: var(--primaryColor);
    color: var(--whiteColor);
    border-color: var(--primaryColor);
}

.headerarea__login a:hover {
    background-color: var(--primaryColorHover);
    color: var(--whiteColor);
    border-color: var(--primaryColorHover);
}

.herobannerarea__box {
    margin-left: unset;
    margin-right: unset;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.breadcrumbarea {
    padding-top: 30px;
    padding-bottom: 30px;
}

.our-mission {
    color: #000;
    background-image: url(https://4programmer.com/images/P.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    z-index: 4;
    position: relative;
    height: 547px;
}

.our-mission h1 {
    color: #fff;
    text-shadow: 0 0 5px #000;
    font-size: 57px;
    font-family: open sans, serif;
    font-weight: 300;
    margin-top: 15%;
}

.col-centered {
    float: none !important;
    margin: 0 auto !important;
}

.our-mission ul {
    background: #1211114f;
    width: fit-content;
    display: block;
    margin: 0 auto;
    margin-top: 26px !important;
}

.our-mission ul li a {
    color: #fff;
    font-size: 14px;
}

header {
    border-bottom: 2px solid #fbfbfb;
}

header .headerarea__3 {
    box-shadow: 0 0 5px #888;
}

.text-primary {
    --bs-text-opacity: 1;
    color: var(--primaryColor) !important;
}

.our-number {
    background: var(--primaryColorHover);
    color: white;
}

.our-number * {
    color: white;
}

.our-number strong {
    color: #fff;
    font-family: Open Sans, serif;
    margin-top: 25px;
    font-size: 50px;
    font-weight: 700;
    line-height: 33px;
    padding-bottom: 19px;
}

.category-item .title a {
    font-size: 22px;
    color: #E8792E !important;
}

.category-item .title {
    text-align: center;
}

.category-item img {
    width: 190px !important;
    display: block;
    margin: 0 auto;
}

.shadow-bottom {
    box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.2);
}

.search__form input {
    width: 100%;
    height: 60px;
    border-radius: 50px;
    border: 1px solid var(--borderColor);
    padding: 0 150px 0 100px;
}

.search__form button svg {
    margin-top: 5px;
}

.ui-autocomplete {
    background-color: #ffffff;
    border: 1px solid #bdbdbd;
    color: black;;
    border-radius: 10px;
    max-height: 200px;
    overflow-y: auto;
}

.ui-menu-item {
    color: black;
    padding: 8px 10px;
    display: block;
}

.ui-menu-item:hover {
    background-color: var(--primaryColor);
    border: none;
}

.ui-state-active, .ui-widget-content .ui-state-active {
    background-color: var(--primaryColor);
    border: none;
    color: #fff;
}

.overflow-title {
    font-size: 18px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 50px;
}

.user-dropdown li {
    width: 100%;
}

.user-dropdown li:not(:first-child) {
    border-top: 1px solid var(--bs-dropdown-divider-bg);
}

.headerarea__right {
    justify-content: start;
}

.user-logged-in .btn {

}
.alert-danger {
    color: #721c24;
    margin-bottom: 10px;
    margin-top: 10px;
    border-radius: 4px;
}

.gsi-material-button {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: WHITE;
    background-image: none;
    border: 1px solid #747775;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

.gsi-material-button .gsi-material-button-icon {
    height: 20px;
    margin-right: 12px;
    min-width: 20px;
    width: 20px;
}

.gsi-material-button .gsi-material-button-content-wrapper {
    -webkit-align-items: center;
    align-items: center;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

.gsi-material-button .gsi-material-button-contents {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-family: 'Roboto', arial, sans-serif;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}

.gsi-material-button .gsi-material-button-state {
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.gsi-material-button:disabled {
    cursor: default;
    background-color: #ffffff61;
    border-color: #1f1f1f1f;
}

.gsi-material-button:disabled .gsi-material-button-contents {
opacity: 38%;
}

.gsi-material-button:disabled .gsi-material-button-icon {
    opacity: 38%;
}

.gsi-material-button:not(:disabled):active .gsi-material-button-state,
.gsi-material-button:not(:disabled):focus .gsi-material-button-state {
    background-color: #303030;
    opacity: 12%;
}

.gsi-material-button:not(:disabled):hover {
    -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
}

.gsi-material-button:not(:disabled):hover .gsi-material-button-state {
    background-color: #303030;
    opacity: 8%;
}

.back__loader_logo img {
    width: 100px;
}

.scc__info {
    width: 70%;
}

.blue__button {
    background-color: #337ab7;
    border: 1px solid #337ab7;
}

.watched{
    color: var(--primaryColor);
}

.social li{
    display: inline;
    margin-left: 5px;
}


.dashboard__form__input input{
   margin-bottom: 0;
}
