@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300,400,500,600,700&display=swap');


body {
    font-family: 'Roboto', sans-serif;
    color: #000000;
    background: url(../img/house.png) no-repeat center bottom fixed;
    background-size: 100%;


}

body {
    --bg: #fff;
    --bg-2: #f8f9fc;
    --bg-3: #f3f4f6;
    --bg-4: rgba(169, 210, 255, 0.1);
    --bg-5: #f2f5fb;
    --bg-6: #f9fafc;
    --bg-7: #fdfdfd;
    --bg-8: #e6f8f9;
    --bg-9: rgba(230, 248, 249, 0.4);
    --color-headings: #25373f;
    --color-headings-2: white;
    --color-headings-3: #000;
    --color-texts: rgba(37, 55, 63, 0.7);
    --color-texts-2: #3b4656;
    --color-texts-3: rgba(38, 39, 41, 0.7);
    --border-color: rgba(128, 138, 142, 0.2);
    --border-color-2: rgba(37, 55, 63, 0.1);
    --border-color-3: rgba(38, 39, 41, 0.1);
    --border-color-4: rgba(181, 181, 181, 0.2);
    --border-color-5: rgba(38, 39, 41, 0.3);
    --border-color-6: rgba(130, 130, 136, 0.3);
}

a {
    text-decoration: none;
}

a:hover {
    color: #9eccf4;
    text-decoration: none;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 43px;
    bottom: 64px;
    z-index: 99999;
    border: 2px solid #DFAD7A;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: all 0.4s;
}

.card_set {
    height: 260px;
    width: 100%
}

.card_set img {
    height: 240px !important;
}

.card_set_2 {
    height: 245px;
    width: 100%
}

.card_set_2 img {
    height: 240px !important;
}

.initiative_img img {
    width: 100%;
    /*height: 230px !important;*/
}

.back-to-top i {
    font-size: 24px;
    color: #DFAD7A;
    line-height: 0;
}

.back-to-top:hover {
    background: #DFAD7A;
    color: #fff !important;
}

.back-to-top:hover i {
    color: #fff;
}

.back-to-top.active {
    visibility: visible;
    opacity: 1;
}


/* Footer */
#footer {
    padding: 0 0 0px 0;
    color: #fff;
    font-size: 14px;
}

#footer .footer-end {
    background-color: white;
    margin-bottom: 0px;
    padding-bottom: 10px;

}

#footer .footer-top {
    background: #2C333D;
    border-top: 1px solid #223555;
    padding: 30px 0 5px 0;
}

#footer .footer-top .footer-info {
    margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
    font-size: 24px;
    margin: 0 0 20px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    font-weight: 700;
}

#footer .footer-top .footer-info p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    color: #fff;
}

#footer .footer-top h5 {
    font-size: 23px;
    font-weight: 500;
    color: white;
}

#footer .footer-top .footer-links {
    margin-top: 20px;

}

#footer .footer-top .footer-links ul {
    list-style: none;

}

#footer .container_grid {
    padding-left: 40px;
    padding-right: 40px;
}

@media (max-width: 772px) {
    #footer .container_grid {
        padding-left: 10px;
        padding-right: 1px;
    }
}

#footer .footer-top .footer_tags {
    /* display: flex;
    justify-content: space-around; */
    text-align: center;
}

#footer .footer-top .footer_tags li {
    display: inline-block !important;
    padding: 0px 20px 0 10px !important;
    margin-bottom: 20px !important;
    /* display: flex;
    justify-content: space-around; */
}

#footer .footer-top .footer_tags_two {
    /* display: flex; */
    padding-left: 0px;
    text-align: center;
    margin-top: 15px;
}

#footer .footer-top .footer_tags_two li {
    padding: 0px 20px 0 20px !important;
    margin-bottom: 20px !important;
}

.footer_tags_two li {
    display: inline-block !important;
}

#footer .footer-top .footer_tags_three {
    display: flex;
    justify-content: space-around;
}

#footer .footer-top .footer_tags_three li a {
    font-weight: 300 !important;
}

#footer .footer-top .border_bottom {
    padding-bottom: 10px;
    border-bottom: 1px solid white;
}

#footer .footer-top .footer-links ul li {
    padding: 0px 0 0 34px;
    display: flex;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-left: 0;
}

#footer .footer-top .footer-links ul a {
    color: #fff;
    display: inline-block;
    font-size: 13px;
    font-weight: 400;

}

#footer .footer-top .footer-links ul a:hover {
    color: #DFAD7A;
}

#footer .copyright {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
    font-weight: 500;
    color: black;
}

.social-links i {
    font-size: 14px !important;
}

#newsletter h3 {
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}

#newsletter form {
    background: rgba(248, 231, 214, 0.2);
    padding: 6px 10px;
    border: 1px solid #DFAD7A;
    position: relative;
    color: white;
    border-radius: 10px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    text-align: left;
}

#newsletter form input[type="email"] {
    border: 0;
    padding: 4px 8px;
    width: calc(100% - 100px);
    background: none;
    overflow: hidden;
    color: white;
}

#newsletter form input[type="submit"] {
    position: absolute;
    top: -1px;
    right: -1px;
    /* bottom: 0; */
    height: 45px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 20px;
    background: #DFAD7A;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    /* height: 100%;
}
#newsletter form input[type="submit"]:hover {
  opacity: 0.9;
}
#newsletter .social-links {
  margin-top: 30px;
}

#social-links ul{
    list-style: none !important;
    display: flex !important;
    margin-top: 5px;
}
#social-links ul li{
    margin-right: 10px;
}

.form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: white;
}

.form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: white;
}

.form-control:focus {
    box-shadow: none !important;
}

#footer .social_links {
    display: inline-flex;
    padding: 0 10px 0 0;
}

#footer .social_links li {
    padding: 0 0px 0 10px !important;
}

#footer #newsletter p {
    font-size: 13px;
    margin: 10px;
}

.theme_color {
    color: #DFAD7A !important;
}

@media (max-width: 772px) {
    #footer .footer-top .footer-links ul li {
        display: grid !important;
    }

    #footer .footer-top .footer_tags {
        display: grid !important;
        margin-bottom: 0px;
        text-align: left;
        padding-left: 0px;
        justify-content: start;
    }

    #footer .footer-top .footer_tags_two {
        display: grid !important;
        justify-content: start;
        text-align: left;
        margin-top: 0px;
    }

    #footer .footer-top .footer_tags_two li, #footer .footer-top .footer_tags li {
        margin-bottom: 0px !important;
    }

    #footer .footer-top .footer_tags_three {
        display: grid !important;
        justify-content: start;
        padding-left: 0px;
    }

    #footer .footer-top .footer-links ul li {
        padding-left: 0px !important;
    }

    #footer .social_links li {
        padding: 0 10px 0 0 !important;
    }

    #footer .social_links {
        padding-left: 10px !important;
    }

    #footer .footer-top .footer-links ul a {
        margin-bottom: 10px;

    }

}


/*Header Css StaRT*/
.site-navbar {
    display: flex;
    background-color: white;
    border-top: 1px solid #efd6bc;
    border-bottom: 1px solid #efd6bc;
    position: relative;
    flex-wrap: wrap;
    /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%); */
    align-items: center;
    padding-left: 0px;
    /* padding-top: 8px;
    padding-bottom: 8px; */
    padding-right: 10px;
    /* justify-content: space-between; */
}

@media (max-width: 992px) {
    .site-navbar {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (min-width: 992px) {
    .site-navbar {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
}

.site-navbar .menu-block-wrapper {
    flex-grow: 1;
    display: contents;
    align-items: center;
}

@media (min-width: 992px) {
    .site-navbar .menu-block-wrapper {
        display: flex !important;
        flex-basis: auto;
    }
}

.main-header {
    /* height: 70px; */
    z-index: 997;
    /* box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 6%); */
}

.site-header--absolute {
    /* position: absolute; */
    top: 10;
    left: 0;
    position: inherit;
    width: 100%;
    z-index: 1;
}

header {
    background-color: white;
}


.site-header--sticky:not(.mobile-sticky-enable) {
    position: fixed !important;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
}

@media (min-width: 992px) {
    .site-header--sticky:not(.mobile-sticky-enable) {
        position: fixed !important;
        /* transition: 0.4s; */
    }

    .site-header--sticky:not(.mobile-sticky-enable).scrolling {
        transform: translateY(-100%);
        /* transition: 0.4s; */
    }

    .site-header--sticky:not(.mobile-sticky-enable).reveal-header {
        transform: translateY(0%);
        box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
        z-index: 1000;
    }

    .site-header--sticky:not(.mobile-sticky-enable).reveal-header a {
        color: #262729;
    }

    .site-header--sticky:not(.mobile-sticky-enable).reveal-header .btn-link {
        color: var(--color-headings-2);
    }
}

.site-header--sticky.mobile-sticky-enable {
    top: 0;
    right: 0;
    width: 100%;
    z-index: 999;
    position: fixed !important;
    /* transition: 0.4s; */
}

.site-header--sticky.mobile-sticky-enable.scrolling {
    transform: translateY(-100%);
    /* transition: 0.4s; */
}

.site-header--sticky.mobile-sticky-enable.reveal-header {
    /* transform: translateY(0%); */
    box-shadow: 0 12px 34px -11px rgba(65, 62, 101, 0.1);
    z-index: 9999;
}

.site-header--menu-center .container {
    position: relative;
}

.site-header--menu-center .menu-block-wrapper {
    position: static;
}

@media (min-width: 992px) {
    .site-header--menu-center .menu-block {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (min-width: 992px) {
    .site-header--menu-left .container-fluid .sub-menu.megamenu {
        left: 50%;
        transform: translateX(-50%) translateY(10px);
    }
}

@media (min-width: 992px) {
    .site-header--menu-left .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
        transform: translateX(-50%) translateY(-2px);
        left: 50%;
    }
}

/* .site-header--menu-left .menu-block .site-menu-main {
  justify-content: end;
  padding-left: 15px;
} */

@media (min-width: 1200px) {
    .site-header--menu-left .menu-block {
        width: 100%;
        /* align-items: center;
        justify-content: center; */
        /* padding-top: 10px; */
        display: flex;
    }
}

.site-header--menu-right .menu-block {
    margin-left: auto;
}

@media (min-width: 992px) {
    .site-header--menu-right > .container-fluid .sub-menu.megamenu {
        left: 100%;
        transform: translateX(-100%) translateY(10px);
    }
}

@media (min-width: 992px) {
    .site-header--menu-right > .container-fluid .nav-item.has-megamenu:hover > .sub-menu {
        transform: translateX(-100%) translateY(-10px);
        margin-top: 40px;
        left: 100%;
    }
}

@media (min-width: 480px) {
    .header-btns {
        margin-right: 15px;
    }
}

@media (min-width: 992px) {
    .header-btns {
        margin-right: 0;
    }
}

.dynamic-sticky-bg.reveal-header {
    background: var(--bg);
}

.dynamic-sticky-bg.dark-mode-texts .menu-block.active .nav-link-item {
    color: #262729 !important;
}

.dynamic-sticky-bg.dark-mode-texts .menu-social-share li a {
    color: var(--color-headings-2);
}

.sticky-bg-white.reveal-header {
    background: #fff;
}

.sticky-bg-white.reveal-header .dark-version-logo {
    display: none !important;
}

.sticky-bg-white.reveal-header .light-version-logo {
    display: block !important;
}

.sticky-bg-white.reveal-header .menu-sep-left {
    position: relative;
}

.sticky-bg-white.reveal-header .menu-sep-left::before {
    content: "";
    border-left: rgba(38, 39, 41, 0.5) !important;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 26px;
    z-index: 9;
}

.notification-block {
    position: relative;
}

.notification-block .count {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: -4px;
    margin-right: -5px;
}

body[data-theme="dark"] .reveal-header .menu-social-share li a,
.dark-mode-texts .reveal-header .menu-social-share li a {
    color: #fff;
    transition: 0.4s;
}

body[data-theme="dark"] .reveal-header .menu-social-share li a:hover,
.dark-mode-texts .reveal-header .menu-social-share li a:hover {
    color: #5034fc;
}

body[data-theme="dark"] .reveal-header .nav-link-item,
.dark-mode-texts .reveal-header .nav-link-item {
    color: #262729 !important;
}

@media (min-width: 992px) {
    body[data-theme="dark"] .reveal-header .nav-link-item,
    .dark-mode-texts .reveal-header .nav-link-item {
        color: var(--color-headings-2) !important;
    }
}

@media (min-width: 992px) {
    .row-lg {
        display: flex;
    }
}

@-webkit-keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@keyframes slideLeft {
    0% {
        opacity: 0;
        transform: translateX(100%);
    }
    100% {
        opacity: 1;
        transform: translateX(0%);
    }
}

@-webkit-keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

@keyframes slideRight {
    0% {
        opacity: 1;
        transform: translateX(0%);
    }
    100% {
        opacity: 0;
        transform: translateX(100%);
    }
}

.menu-block-wrapper {
    position: relative;
}

.site-menu-main {
    margin-bottom: 0;
    padding-left: 0;
}

@media (max-width: 992px) {
    .site-menu-main .nav-item {
        display: inherit !important;
    }
}

@media (min-width: 992px) {
    .site-menu-main {
        display: inline-block;
        /* padding-top: 5px; */
        margin-bottom: 0;
        padding-left: 0;
    }
}

.site-menu-main li {
    list-style: none;
}

.site-menu-main ul {
    list-style: none;
    margin-left: 0;
}

.site-menu-main a {
    text-decoration: none;
}

.site-menu-main .nav-item {
    display: inline-block;
}

.site-menu-main .nav-link-item {
    font-size: 13.5px;
    font-weight: 500;
    font-style: normal;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #455264;
    line-height: 1.75;
    position: relative;
}

@media (min-width: 992px) {
    .site-menu-main .nav-link-item {
        /* padding-top: 25px !important;
        padding-bottom: 10px !important; */
        margin-right: 20px;
    }
}

.site-menu-main .nav-link-item:hover {
    color: #DFAD7A;
}


@media (min-width: 1200px) {
    .site-menu-main .nav-link-item {
        /* padding-top: 20px !important;
        padding-bottom: 10px !important; */
        margin-right: 20px !important;

    }
}

.navbar {
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (max-width: 992px) {
    .site-navbar {
        /* padding-top: 15px !important;
        padding-bottom: 15px !important; */
    }
}

.site-menu-main .sub-menu--item a {
    font-size: 14px;
}

.site-menu-main .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    /* transition: opacity 0.1s ease, top 0.1s ease, margin-top 0.1s ease, background-color 0.1s ease; */
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
    z-index: -999;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu {
        top: 100%;
        min-width: 227px;
        max-width: 227px;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu .sub-menu {
        top: 0 !important;
        left: 100%;
    }
}

.site-menu-main .sub-menu--item {
    color: #262729 !important;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.75;
    /* transition: 0.4s; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }
}

.site-menu-main .sub-menu--item > a {
    color: inherit;
    transition: 0.4s;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item > a {
        transition: 0.4s;
        padding-top: 7px;
        padding-bottom: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }
}

.site-menu-main .sub-menu--item > a > i {
    margin-top: 8px;
    min-width: 10px;
    max-width: 10px;
    min-height: 10px;
    max-height: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-menu-main .sub-menu--item:hover > a {
    color: #DFAD7A;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu--item:first-child a {
        padding-top: 0;
        padding-bottom: 7px;
    }
}

.site-menu-main .sub-menu--item:last-child {
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.site-menu-main .sub-menu--item:last-child a {
    padding-bottom: 0;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        background-color: #fff;
    }
}

.site-menu-main .sub-menu.megamenu .dropdown-image-block {
    max-height: 336px;
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        border: 0;
    }

    .border_set_header {
        border-right: 0px !important;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu {
        padding-top: 30px;
        padding-bottom: 15px;
        padding-left: 40px;
        padding-right: 40px;
        min-width: 1000px;
        top: 100%;
        left: 50%;
        /* transform: translateX(-50%) translateY(10px); */
        will-change: transform;
        top: 100%;
        box-shadow: 0 42px 54px rgba(0, 0, 0, 0.09);
        border: 1px solid #e7e9ed;
        visibility: hidden;
        z-index: -99;
        opacity: 0;
        pointer-events: none;
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-center {
        transform: translate(-50%, 10px);
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-right {
        right: 0%;
        transform: translate(-12%, 10px);
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-left {
        left: 0%;
        transform: translate(-16%, 10px);
    }
}

@media (min-width: 1200px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1250px;

        /* margin-left: 100px; */
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-center {
        transform: translate(-50%, 10px);
        margin-top: 6px;
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-right {
        right: 0%;
        transform: translate(-12%, 10px);
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-left {
        left: 0%;
        transform: translate(-13%, 10px);
    }
}

@media (min-width: 1366px) {
    .site-menu-main .sub-menu.megamenu {
        min-width: 1250px;
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-center {
        transform: translate(-50%, -10px);
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-right {
        right: 0%;
        transform: translate(-12%, 0);
    }

    .site-menu-main .sub-menu.megamenu.megadropdown-left {
        left: 0%;
        transform: translate(-12%, 0);
    }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 14px;
    padding-bottom: 14px;
    display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
    color: rgba(38, 39, 41, 0.5) !important;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.75;
    transition: 0.4s;
    margin-left: 10px;
    padding-top: 12px;
    text-transform: uppercase;
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .single-dropdown-block h3 {
        padding-top: 0;
        padding-bottom: 0;
        margin-bottom: 15px;
    }
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block .mega-drop-menu-item {
    padding-top: 8px;
    padding-bottom: 8px;
    display: block;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a {
    color: #262729 !important;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 1.75;
    /* transition: 0.4s; */
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .single-dropdown-block a {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: 1px solid rgba(0, 0, 0, 0);
    }


}

@media (max-width: 772px) {
    .site-menu-main .nav-link-item:hover {
        color: #DFAD7A;
        border-bottom: none;
    }
}

@media (max-width: 1200px) {
    .border-search {
        display: none !important;
    }

}

header .bi-search {
    color: #204293;
}

header .border-search {
    border-left: 1px solid #D3D5DB !important;
    padding-left: 20px;
    height: 25px;
}

.site-menu-main .sub-menu.megamenu .single-dropdown-block a:hover {
    color: #DFAD7A;
}

.site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
    padding-top: 2.5px;
    padding-bottom: 2.5px;
    font-size: 16px;
    font-weight: 700;
    transition: 0.4s;
    color: #000;
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        color: var(--color-headings);
        padding-left: 20px;
        padding-bottom: 13px;
        padding-top: 13px;
    }
}

@media (min-width: 992px) {
    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .site-menu-main .sub-menu.megamenu .mega-drop-menu-item:hover {
        color: #DFAD7A !important;

    }
}

@media (min-width: 320px) and (max-width: 992px) {
    .site-menu-main .sub-menu.megamenu [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .site-menu-main .sub-menu.megamenu [class*="row-"] {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:not(.has-megamenu) {
        position: relative;
    }
}

@media (min-width: 992px) {
    li.nav-item-has-children:hover > .sub-menu {
        top: 100%;
        margin-top: 0;
        visibility: visible;
        opacity: 1;
        z-index: 99;
        pointer-events: visible;
    }
}

@media (min-width: 1200px) {
    .col-1-5 {
        width: 20%;
        float: left;
        position: relative;
        /*min-height: 1px;*/
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 1199px) {
    .col-1-5 {
        width: 25%;
        float: left;
        position: relative;
        /*min-height: 1px;*/
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 1024px) {
    .col-1-5 {
        width: 50%;
        float: left;
        position: relative;
        /*min-height: 1px;*/
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 768px) {
    .col-1-5 {
        width: 100%;
        float: left;
        position: relative;
        /*min-height: 1px;*/
        padding-right: 5px;
        padding-left: 5px;
    }
}


.site-menu-main > li .sub-menu > ul > li > a {
    display: inline-block;
    padding: 10px 0;
    font-size: 15px;
    color: #555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.site-menu-main > li .sub-menu.mega-menu {
    left: 50%;
    transform: translateX(-50%);
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media (max-width: 991px) {
    .site-header .mobile-menu-trigger {
        display: flex;
        height: 30px;
        width: 30px;
        margin-left: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .brand-logo {
        width: 60% !important;
    }

    .brand-logo img {
        max-width: 45% !important;
        padding-right: 0px !important;

    }

    .site-header .mobile-menu-trigger span {
        display: block;
        height: 2px;
        background-color: #455264;
        width: 24px;
        position: relative;
    }

    .site-header .mobile-menu-trigger span:before,
    .site-header .mobile-menu-trigger span:after {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #455264;
    }

    .dark-mode-texts .mobile-menu-trigger span {
        background-color: #fff;
    }

    .dark-mode-texts .mobile-menu-trigger span:before,
    .dark-mode-texts .mobile-menu-trigger span:after {
        background-color: #455264;
    }

    .site-header .mobile-menu-trigger span:before {
        top: -6px;
    }

    .site-header .mobile-menu-trigger span:after {
        top: 6px;
    }

    .site-header .item-right {
        align-items: center;
    }

    .site-header .menu-block {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .site-header .menu-block.active {
        transform: translate(0%);
    }

    .site-menu-main > li {
        line-height: 1;
        margin: 0;
        display: block;
    }

    .site-menu-main > li > a {
        line-height: 50px;
        padding-left: 10px;
        padding-right: 10px;
        padding-top: 15px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

@media (max-width: 991px) and (min-width: 992px) {
    .site-menu-main > li > a {
        display: block;
    }
}

@media (max-width: 550px) {
    .brand-logo img {
        max-width: 100% !important;
        padding-right: 0px !important;

    }
}

@media (max-width: 772px) {
    .brand-logo img {
        max-width: 80% !important;
        padding-right: 0px !important;

    }
}

@media (min-width: 991px) and (max-width: 1200px) {

    .brand-logo img {
        max-width: 64% !important;
        padding-right: 0px !important;


    }
}

@media (max-width: 991px) {
    .site-menu-main > li > a i {
        position: absolute;
        top: 5px;
        right: 0;
        transform: rotate(-90deg);
        min-width: 50px;
        max-width: 50px;
        min-height: 50px;
        max-height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .site-header .menu-block .mobile-menu-head {
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: -webkit-sticky;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .site-header .menu-block .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .site-header .menu-block .mobile-menu-head.active .go-back {
        display: block;
    }

    .site-header .menu-block .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
        visibility: hidden;
    }

    .site-header .menu-block .mobile-menu-head.active .current-menu-title {
        visibility: visible;
    }

    .site-header .menu-block .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .site-header .menu-block .site-menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .site-menu-main > li .sub-menu.mega-menu,
    .site-menu-main > li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 50px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
        overflow-x: hidden;
    }

    .site-menu-main > li .sub-menu.active {
        display: block;
        z-index: 99;
    }

    .site-menu-main > li .sub-menu > ul > li > a,
    .site-menu-main > li .sub-menu.mega-menu > .list-item > ul > li > a {
        display: block;
    }

    .site-menu-main > li .sub-menu.mega-menu > .list-item > ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }
}

/*Custom Css for menu*/
@media (min-width: 992px) {
    .has-megamenu ul {
        margin-left: auto;
    }

    .site-menu-main a {
        display: flex;
        align-items: center;
    }

    .site-menu-main i {
        margin-left: 5px;
        font-size: 15px;
    }
}

@media (min-width: 1200px) and (min-width: 992px) {
    .site-header--menu-center .menu-block-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
}

.nav-item-has-children a {
    display: flex;
    justify-content: space-between;
}

@media (min-width: 992px) {
    .reveal-header .site-navbar {
        padding-top: 0;
        padding-bottom: 0;
    }

}

@media (min-width: 992px) {
    .reveal-header .nav-link-item {
        color: var(--color-headings-2) !important;
    }
}

@media (min-width: 992px) {
    .reveal-header li.nav-item-has-children:hover > .sub-menu {
        top: 100%;
    }

    .reveal-header li.nav-item-has-children:hover > .megamenu {
        top: 100%;
    }
}

.menu-block.active .nav-link-item {
    color: #262729 !important;
}

@media (min-width: 480px) {
    .d-xs-inline-flex {
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .menu-block-3 .megadropdown-center {
        transform: translate(-50%, 0) !important;
    }

}

@media (min-width: 1200px) {
    .menu-block-3 .megadropdown-center {
        transform: translate(-40%, 0) !important;
    }
}

@media (min-width: 1366px) {
    .menu-block-3 .megadropdown-center {
        transform: translate(-40%, 0) !important;
    }
}

@media (min-width: 1366px) {
    .menu-block-4 .megadropdown-center {
        transform: translate(-45%, 0) !important;
    }
}

@media (min-width: 1366px) {
    .menu-block-5 .megadropdown-center {
        transform: translate(-49%, 0) !important;
    }
}

.brand-logo img {
    max-width: 100%;
    padding-right: 50px;
}

.has-search .form-control {
    padding-left: 35px;
    background: rgba(248, 231, 214, 0.2);
    border-radius: 5px;
    font-size: 15px;
    border: none;
    color: white;
}

.site-navbar form {
    height: 40px;
    margin-top: 3px;
}

.has-search img {
    float: left;
    margin-left: 12px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    color: white;
}

.megamenu img {
    width: 170px;
    height: 170px;
    border-radius: 10px;
}

@media (max-width: 1100px) {
    .megamenu img {
        max-width: 100% !important;
        height: 110px;
    }
}

@media (max-width: 772px) {
    .megamenu img {
        max-width: 100% !important;
        height: auto !important;
    }
}

.single-dropdown-block h6 {
    font-size: 15px !important;
    padding-left: 10px;
}

.border_set_header {
    border-right: 1px solid #CFCFCF;
}

@media (max-width: 1300px) {

    .has-search {
        display: none !important;
    }
}

.font_bold {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
}


/* Index Page */
.bg-index {
    /* background-image: url('../img/house.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    /*min-height: 600px;*/
    padding: 30px 0 40px 0;
}

.bg-index-2 .container {
    padding-left: 40px;
    padding-right: 40px;
}

.bg-index .carousel-item {
    height: 480px !important;
    border-radius: 12px !important;
    overflow: hidden;
}

.bg-index .carousel-image {
    /* height: 400px !important; */
    /* border-radius: 12px !important; */
    overflow: hidden;
}

.bg-index .carousel img {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 500px;
}

.bg-index-2 {
    /* background-image: url('../img/house.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    /*min-height: 700px;*/
    padding: 45px 0 0px 0;
}

/* .carousel-indicators {
  margin-bottom: 110px;
} */
.carousel-caption {
    left: 0% !important;
    text-align: left;
    right: 0%;
    padding-left: 30px;
    /* backdrop-filter: blur(5px); */
    padding-top: 25px !important;
    padding-bottom: 20px !important;
    bottom: 0% !important;
    /* background-color: rgb(207 207 207 / 30%); */
    background: linear-gradient(0deg, rgb(56 56 56), rgba(5, 5, 5, 0));
    padding-right: 30px;

}

@media (max-width: 1200px) {
    .bg-index .carousel-item {
        height: 600px !important;
        /* border-radius: 12px !important; */
        overflow: hidden;
    }

}

@media (max-width: 750px) {
    .bg-index .carousel-item {
        /*height: auto !important;*/
        /* border-radius: 12px !important; */
        overflow: hidden;
    }

    /* .carousel-indicators {
      margin-bottom: 170px;
    } */
}


/* @media (max-width:600px){
  .carousel-indicators {
    margin-bottom: 170px !important;
  }
} */

/* @media (min-width: 300px){
  .carousel-indicators {
    margin-bottom: 200px;
  }
} */


@media (max-width: 992px) {
    .bg-index-2 .container {
        padding-left: 7px !important;
        padding-right: 7px !important;
    }

    .bg-index .carousel-item {

        border-radius: 12px !important;
        overflow: hidden;
    }

    .bg-index .carousel-item {
        /* height: 450px !important; */
        /* border-radius: 12px !important; */
        overflow: hidden;
    }

    .bg-index .carousel-image {
        /*height: auto !important;*/
        border-radius: 12px !important;
        overflow: hidden;
    }

    .bg-index .carousel img {
        width: 100%;
        /*height: auto;*/
    }

    /* .carousel-indicators {
      margin-bottom: 140px;
    } */
    .bg-index-2 {
        background-size: contain;
        min-height: 700px;
        padding: 30px 0 40px 0;
    }

    .bg-desc {
        background: #2C333D;
        padding-top: 90px !important;
        color: white;
        height: auto !important;
    }
    .bg-desc2 {
        background: #f0f0f0;
        padding-top: 90px !important;
        /*color: white;*/
        height: auto !important;
    }
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 13px !important;
    height: 13px;
    border-radius: 50%;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #DFAD7A;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}

.carousel-indicators {
    bottom: -66px;
}

.carousel-item img {
    border-radius: 12px;
}

.carousel-indicators .active {
    opacity: 1 !important;
}

.bg-index h6 {
    font-size: 22px;
    font-weight: 500;
    color: white;
}

.bg-index-2 h6 {
    font-size: 20px;
    font-weight: 600;
    color: #2C333D;
}

.btn-read {
    border: 1px solid #DFAD7A;
    box-shadow: inset 0 0 20px rgba(247, 247, 247, 0);
    outline: 1px solid;
    color: white;
    font-size: 14px;
    padding: 9px 15px;
    background: #DFAD7A;
    border-radius: 8px;
    outline-offset: 0px;
    text-shadow: none;
}

.btn-read:hover {
    background: white;
    color: #DFAD7A;
}

.bg-desc {
    background: #2C333D;
    padding-top: 150px;
    color: white;
    height: 320px;
}
.bg-desc2 {
    background: #f0f0f0;
    padding-top: 150px;
    /*color: white;*/
    height: 320px;
}

.border-left {
    border-left: 4px solid white;
    padding-left: 20px;
}

.bg-desc h6 {
    line-height: 1.5;
    font-weight: 400;
    font-size: 18px;
}

.bg-desc h4 {
    font-size: 25px;
}

.president_img {
    max-width: 100%;
    margin-top: -230px;
    padding-right: 40px;
}

.padding-left_set {
    padding-left: 0px;
}

.president_detail p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

@media (max-width: 992px) {
    .president_img {
        max-width: 80% !important;
        margin-top: 10px !important;
        padding-right: 40px;
    }
}

.latest_news_social .card {
    border: 1px solid #ADADAD;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
    overflow: hidden;
}

.latest_news .card {
    /* border: 1px solid #ADADAD;
    border-radius: 10px;
    padding: 10px; */
    height: 100%;
    border: 0px;
    overflow: hidden;

}

.latest_news .card-head img {
    width: 100%;
    height: 190px !important;
     object-fit: cover;
    object-position: top;
    border-radius: .25rem !important;
    /* object-fit: contain; */
}

.latest_news .card-head img {
    max-width: 100%;
    transition: all ease-in-out 0.4s;
}

.latest_news .card-head {
    overflow: hidden;
    /* height: 200px; */
}

h5 {
    font-weight: bold;
    font-size: 23px;
    color: #555555;
}

.latest_news .card-body h6 {
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 600;
}

.latest_news .card-body span {
    font-size: 14px;
    font-weight: 400;
    color: #000000;

}

.latest_news .card-body {
    padding: 10px 0px;
}

.latest_news .card:hover img {
    transform: scale(1.1);
}

.btn_read_two {
    border: 1px solid #DFAD7A;
    box-shadow: inset 0 0 20px rgba(247, 247, 247, 0);
    outline: 1px solid;
    color: white;
    font-size: 14px;
    padding: 9px 30px;
    background: #DFAD7A;
    border-radius: 8px;
    outline-offset: 0px;
    text-shadow: none;
}

.btn_read_two:hover {
    background: white;
    color: #DFAD7A;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    border: 1px solid #DFAD7A;
    color: white !important;
    background: #DFAD7A !important;;
}

.nav-pills .nav-link {
    border: 1px solid #DFAD7A;
    box-shadow: inset 0 0 20px rgba(247, 247, 247, 0);
    outline: 1px solid;
    color: white !important;
    font-size: 14px;
    width: 100px;
    margin-left: 10px;
    padding: 8px 10px;
    background: #DFAD7A !important;
    border-radius: 8px;
    outline-offset: 0px;
    text-shadow: none;
}

.bg_initiative {
    /* background-image: url('../img/house.png'); */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 10px 0 60px 0;
}

.bg_initiative img {
    width: 180px;
    border-radius: 50%;
    margin-top: 40px;
    margin-bottom: 30px !important;
    height: 180px;
    object-fit: cover;
}

.latest_news .border-bottom {
    border-bottom: 1px solid rgba(223, 173, 122, 0.3) !important;

}

.bg_initiative a {
    color: #555555 !important;
    font-size: 18px;
    margin-bottom: 30px;
}

/* Gallery Styling */
.gallery {
    padding: 50px 0px 0px 0px;
}


.box8 .icon-main, .box8 .title {
    margin: 0;
    position: absolute;
    text-align: left;
}

.box8 .icon-main li {
    display: inline-block;
}

.box8 {
    box-shadow: 0 0 3 px(38, 28, 134, 0.3);
    position: relative;
    height: 100%;
}

.box8 img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover
}

.box8 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center top 0;
    transition: all .5s ease 0s;
}

.box8 .icon-main li a, .box8 .title {
    /*background: rgba(255, 255, 255, 0.3);*/
    font-size: 20px;
    color: #fff;
    width: 100%;
    background: linear-gradient(0deg, rgb(56 56 56), rgba(5, 5, 5, 0));
    /* height: 100%; */
}

.box8 .icon-main li a {
    background: #FFB300 !important;
    font-size: 20px;
    color: #fff !important;
    width: 100%;
    height: 100%;
}

.box8:hover .box-content {
    opacity: 1;
    transform: perspective(400px) rotateX(0);
}

.title span i {
    margin-right: 6px;
    margin-left: 25px;
    font-size: 20px;
}

.box8 .title {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
    bottom: 0px;
    border-bottom-left-radius: 10px;
    left: 0px;
    border-bottom-right-radius: 10px;
    display: flex;
    align-items: end;

    /*transition: all .9s ease 0s;*/

}

.box8 .icon-main h3 {
    font-size: 25px;
}

.box8 .icon-main li a, .box9 .box-content, .box9 .icon li, .box9 img {
    transition: all .35s ease 0s;
}

.box8:hover .title {
    display: none;
}

.box8 .icon-main {
    list-style: none;
    padding: 20px;
    top: 18%;
    left: 0;
    right: 0;
}

.box8 .icon-main {
    display: block;
    margin-right: 7px;
}

.icon-main h3 {
    color: white;
    font-size: 16px;
    font-weight: 600;
}

.icon-main p {
    color: white;
    font-size: 15px;
    font-weight: 600;
}

.contact-us form .form-control {
    background-color: #F5F5F5 !important;
    color: #2C333D;
    font-size: 15px;
    border-radius: 10px;
    padding: 15px 15px;
    border: none !important;
}

.contact-us .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #2C333D;
    opacity: 1; /* Firefox */
}

.contact-us .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #2C333D;
}

.contact-us .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #2C333D;
}

.contact-us form .form-control:focus {
    box-shadow: none !important;
    background-color: #F5F5F5 !important;

}

h2 {
    font-size: 24px;
    font-weight: bold;
}

.top_head {
    margin-top: 30px;
}

@media (max-width: 772px) {
    .bg_initiative img {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .bg-index h6 {
        font-size: 18px;
    }

    .para_about {
        padding-top: 0px !important;
    }

    .article_sec h5 {
        margin-top: 10px;
        font-size: 16px !important;
    }
}

.padding-left_set p {
    margin-bottom: 0px;
}

/* Index Page Ended */

/* About Us Page */
.about-content p {
    font-size: 15px;
    font-weight: 400;
    text-align: justify;
}

.about-content-two p {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.main-img {
    width: 100%;
    border: 5px solid #E9E7E7;
}

.text_top {
    margin-top: -90px;
}

.page_body {
    margin-top: 30px;
}

.heading-about {
    font-size: 34px;
}

.heading_P {
    font-size: 18px;
}


/* Latest News */
h5 {
    font-weight: bold;
    font-size: 23px;
    color: #555555;
}

.task_force {
    font-size: 15px;
}

.task_force label {
    display: flex;
    font-size: 14px;
    line-height: 36px;
    float: left;
}

.task_force .form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
}

.article_sec .card {
    border: none !important;
    overflow: hidden;

}

.article_sec img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    /*object-position: top;*/
    transition: all ease-in-out 0.4s;
    border-radius: 10px;
}

.article_sec h5 {
    font-size: 18px;
    text-align: justify;
    font-weight: 600 !important;
    line-height: 20.3px;
}

.article_sec p {
    font-size: 15px;
}

.article_sec img:hover {
    transform: scale(1.1);
}

.task_force h3 {
    color: #555555;
}

.btn-learn {
    border: 1px solid #DFAD7A;
    box-shadow: inset 0 0 20px rgba(247, 247, 247, 0);
    outline: 1px solid;
    color: #DFAD7A !important;
    font-size: 14px;
    padding: 9px 15px;
    border-radius: 8px;
    outline-offset: 0px;
    text-shadow: none;
}

.btn-learn:hover {
    background-color: #DFAD7A;
    color: white !important;
}

.entity-top {
    margin-top: 60px;
    margin-bottom: 30px;
}

.pagination .page-link {
    margin: 0 .25rem;
    border: 1px solid white !important;
    color: #454545;
}

.pagination .page-item.active .page-link {
    background: white;
    border-color: #454545 !important;
    color: #454545;
}

.img_head {
    margin-top: 35px;
}

.gallary_forces_two img {
    border-radius: 10px;
    object-fit: cover;
    /* object-position: right; */
    width: 100%;
    height: 360px;

}

.img_head img {
    width: 100%;
    border-radius: 10px;
    /*object-position: top;*/

}

.video-us__image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    object-position: top;
    height: 380px;
}

.detail_sec .line_set {
    width: 80%;
    display: flex;
    justify-content: center;
}

.about-us__image,
.video-box {
    position: relative;
}

.about-us__image .video-btn,
.video-box .video-btn {
    min-width: 96px;
    max-width: 96px;
    min-height: 96px;
    max-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 20px;
}

.video-us__image,
.video-box {
    position: relative;
}

.video-us__image .video-btn,
.video-box .video-btn {
    min-width: 120px;
    max-width: 120px;
    min-height: 70px;
    max-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 35px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
}

.btn-primary {

    background-color: #EB0000;
    border-color: #EB0000;
}

.btn-primary:hover {

    background-color: #EB0000;
    border-color: #EB0000;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {

    background-color: #EB0000;
    border-color: #EB0000;
    box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {

    background: #EB0000;

    border-color: #EB0000;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.welcome-area--l5 .popup-btn {
    display: flex;
    align-items: center;
}

.welcome-area--l5 .popup-btn .play-btn {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    box-shadow: -12px 12px 50px rgba(255, 30, 56, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5722;
    margin-right: 20px;
}

.welcome-area--l5 .popup-btn .btn-text {
    color: #ff5722;
    transition: 0.4s;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
}

.welcome-area--l5 .popup-btn:hover .btn-text {
    text-decoration: underline;
}

.about-us__image img {
    width: 100%;
}

.about-us__image img {
    opacity: 0.6;
    border-radius: 10px;
}

.about-us__image .video-btn-2, .video-box .video-btn {
    min-width: 62px;
    max-width: 62px;
    min-height: 62px;
    max-height: 73px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}

.share-social ul {
    margin-bottom: 0px;
    margin-top: 3px;
}

.share-social i {
    font-size: 16px;
    margin-left: 10px;
    margin-top: 11px;
    color: #202020 !important;
}

.share-social ul li a {
    color: #454545 !important;
}

.share-social ul li {
    list-style: none;
    margin-right: 11px;
}

.share-social ul {
    display: flex;

}

.share-social span {
    font-size: 20px;
    color: #454545 !important;
    margin-top: 3px;
    font-family: 'Font Awesome 5 Brands' !important;
    font-weight: bold;
}


.gallery-social ul li a {
    color: #454545 !important;
}

.gallery-social ul li {
    list-style: none;
    margin-right: 9px;
}

.gallery-social ul {
    display: flex;

}

.gallery-social span {
    font-size: 20px;
    color: white !important;
    margin-top: 3px;
    font-weight: bold;
}


.font_bold {
    font-size: 15px !important;
    font-weight: 600 !important;
    padding-left: 10px !important;
}

@media (max-width: 772px) {
    .img_head img {
        height: auto !important;
    }

    .video-us__image img {
        height: auto !important;
    }

    .task_force .gallary_forces img {
        height: auto !important;
    }
}

/* Presidential Special Forces */
/* Latest Forces */

.task_force {
    font-size: 15px;
}

.text_align_center {
    text-align: center;
}

.text_align_justify {
    text-align: justify;
}

.task_force h4 {
    color: #555555;
    font-size: 20px;
    font-weight: bold;
}


main img {
    max-width: 100%;

}

.negative_margin_set {
    margin-top: -200px;
}

/*.negative_margin_set-2 {*/
/*    margin-top: -500px;*/
/*}*/

/*@media (max-width: 992px) {*/
/*    .negative_margin_set-2 {*/
/*        margin-top: -380px;*/
/*    }*/
/*}*/

.task_force .gallary_forces img {
    height: 280px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.find_more {
    border: 1px solid #DFAD7A;
    color: #454545;
    font-size: 14px;
    border-radius: 10px;
    font-weight: 500;
    padding: 7px 7px;
    min-width: 300px;
}

.find_more:hover {
    background-color: #DFAD7A;
    color: white;
}

.task_force img {
    border-radius: 10px;
}

.task_force label {
    display: flex;
    font-size: 14px;
    line-height: 36px;
    float: left;
}

.task_force .form-select {
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;

}


/* GALLERY */
.gallery_image {
    max-width: 100%;
    height: 280px;
}

.detail-modal {
    background: #5b5b5b !important;
}


.detail-header {
    border-bottom: 0px;
}

.back-link {
    color: white;
    font-size: 13px;
}

.back-link:hover {
    color: white !important;
}

.detail-text {
    color: white;
}

.gallery-social i {
    font-size: 18px;
    margin-left: 10px;
    margin-top: 5px;
    color: #fff !important;
}

.gallery-social span {
    font-size: 16px;
    color: #fff;
    margin-top: 3px;
    font-weight: bold;
}

.modal_image {
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 400px;
}

img
.article_sec h6 {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.btn:focus {
    box-shadow: none !important;
}

.article_sec h6 {
    font-size: 15px;
    text-align: justify;
    font-weight: 400;
}

.border_set_header:last-child {
    border-right: 1px solid white !important;
}


@media (max-width: 640px) {
    .bg-index {
        min-height: auto !important;
        position: relative;
    }

    .carousel-indicators {
        top: auto;
        height: 20px;
        bottom: auto;
    }

    .bg-index .carousel-item {
        height: auto !important;
    }

    /* .btn-read {

      line-height: 40px;
    } */
}


@media (max-width: 772px) {
    .carousel-indicators {
        display: none;
    }
}


.about_margin {
    padding-top: 15px;
}

@media (max-width: 992px) {
    .about_margin {
        flex-direction: column-reverse;
    }
}

@media (max-width: 992px) {
    .site-menu-main .nav-link-item {
        font-size: 14px;
    }
}

@media (max-width: 1190px) {
    .site-navbar form {
        display: none !important;
    }
}


@media (min-width: 1000px) {
    .menu-block {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

}

.site-navbar form button {
    background-color: transparent !important;
    border: none !important;
    font-size: 20px;
    color: #455264;
}

.site-navbar .form-control {
    color: #455264;
    border-radius: 0px !important;
    padding-right: 0px;
    border-color: white !important;
}

.site-navbar .form-control:focus {
    border-bottom: 1px solid #455264 !important;
}

.site-navbar .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #455264;
    text-align: right;
    opacity: 1; /* Firefox */
    margin-right: -12px;
    font-size: 14px;
}

.site-navbar .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #455264;
}

.site-navbar .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #455264;
}

.top_bar p {
    font-size: 15px;
    color: #455264;
    font-weight: 500;
    margin-bottom: 3px;
}

.icon_bar .social_links {
    display: flex;
    justify-content: end;
    list-style: none;
}

.icon_bar .social_links li a {
    color: #DFAD7A;
    font-size: 15px;
    margin-left: 12px;
}

.icon_bar {
    margin-top: -25px;
}

@media (max-width: 992px) {
    .icon_bar {
        margin-bottom: 8px !important;
        margin-top: 0px !important;
        background-color: #DFAD7A;
        color: white;
        margin-bottom: 10px;
    }

    .icon_bar .social_links li a {
        color: white !important;
    }

    .icon_bar .social_links {
        display: flex;
        margin-bottom: -10px;
        padding: 5px;
        justify-content: center;
    }

    .navbar {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .site-navbar {
        border-top: 0px;
    }

}

/* main{
  margin-top: 110px;
} */
.brand-logo {
    display: none;
}

@media (max-width: 992px) {
    .brand-logo {
        display: block;
    }

    .top_bar {
        display: none;
    }
}

/* @media(max-width:772px){
  main{
    margin-top: 32px;
  }
} */
.contact_set {
    padding: 0px 30px;
}

.gallery_new p {
    font-size: 14px;
    color: #000000;
}

.site-map ul {
    list-style: none;
    padding-left: 0px;
}

.site-map li {
    margin-bottom: 5px;
}

.site-map ul li a {
    color: #000000;
    font-size: 15px;
}

.site-map ul li a:hover {
    color: #DFAD7A;
    font-size: 14px;
}

.site-map .padding_one {
    margin-left: 25px;
}

.site-map .padding_two {
    margin-left: 55px;
}

/* Updated CSS */
.former_president img {
    border-radius: 6px;
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 320px;
    transition: all ease-in-out 0.4s;
}

.former_president .card:hover img {
    transform: scale(1.1);
}

.former_president .card {
    width: 100%;
    position: relative;
    border: 0px !important;
    overflow: hidden;
    /*height: 330px;*/

}

.former_president .former-title h6 {
    font-weight: 600;
    font-size: 18px;
}

.former_president .former-title p {
    font-size: 15px;
}

.fancybox-content {
    background-color: transparent;
}

.fancybox-button svg {
    color: white
}

/* Updated CSS */

.former_president .card:hover img {
    transform: scale(1.1);
}

.former_president .card {
    width: 100%;
    position: relative;
    border: 0px !important;
    overflow: hidden;
    /*height: 330px;*/

}

.former_president .former-title h6 {
    font-weight: 500;
    font-size: 18px;
}

.former_president .former-title p {
    font-size: 15px;
}

.fancybox-content {
    background-color: transparent;
}

.fancybox-button svg {
    color: white
}


/* Prisoner */
.prsoner_title {
    font-size: 15px !important;
    font-weight: 500 !important;
}

.prisoner-para {
    text-transform: capitalize;
    font-size: 15px !important;
    font-weight: 400 !important;

}

.main_prisoner {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 28px;
}

.prisoner table th, thead {
    border-color: black;
}

.prisoner table {
    border-right: 1px solid black;
    border-left: 1px solid black;
}

.prisoner tr:last-child {
    border-bottom: 1px solid black;
}

.prisoner .color-one {
    color: #000000;
    opacity: 0.5;
    font-size: 15px;
    font-weight: 500;
}

.prisoner .color-two {
    color: #000000;
    opacity: 0.5;
    font-size: 15px;
    font-weight: 400;
}

@media (max-width: 772px) {
    .prisoner .color-one {
        font-size: 13px;
    }

    .footer_tags {
        padding-left: 10px;
    }

    .footer_tags_two {
        padding-left: 10px;
    }

    .prisoner .color-two {
        font-size: 13px;
    }

    .prsnor-footer h6 {
        font-size: 15px;
    }

    .prsoner_title {
        font-size: 14px !important;
    }

    .prisoner-para {
        font-size: 14px !important;
    }

    .main_prisoner {
        font-size: 20px;
    }
}

@media (min-width: 992px) and (max-width: 1190px) {
    .site-menu-main .nav-link-item {
        font-size: 12px;
    }

    .site-menu-main .nav-link-item {
        margin-right: 16px;
    }
}


.page-disp table tr td a {
    color: rgb(44 51 61 / 50%);
}

.page-disp table thead tr {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.page-disp table tr td, th {
    border-right-color: #000000;
    border-left-color: #000000;
}

.page-disp table th, td {
    color: rgb(44 51 61 / 50%);
}

.page-disp .input-group {
    box-shadow: -1px 4px 4px -3px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: -1px 4px 4px -3px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: -1px 4px 4px -3px rgba(0, 0, 0, 0.28);
    background: #fff;
}

.page-disp .dropbtn {
    background-color: #ffffff;
    color: #455264;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    line-height: initial;
    float: none;
}


.page-disp #myInput {
    box-sizing: border-box;
    background-image: url('searchicon.png');
    background-position: 14px 12px;
    background-repeat: no-repeat;
    font-size: 16px;
    padding: 14px 20px 12px 45px;
    border: none;
    border-bottom: 1px solid #ddd;
}

.page-disp #myInput:focus {
    outline: 3px solid #ddd;
}

.page-disp .dropdown {
    position: relative;
    display: inline-block;
}

.page-disp .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 250px;
    overflow: auto;
    z-index: 1;
    margin-top: 10px;
    box-shadow: 0 42px 54px rgb(0 0 0 / 9%);
}

.page-disp .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.page-disp .dropdown a:hover {
    background-color: #ddd;
}

.page-disp .show {
    display: block;
}

.page-disp .dropdown-content .form-control {
    font-size: 14px;
}

.page-disp .dropdown-content label {
    font-size: 14px;
    line-height: 30px;
}

.page-disp .keywords {
    background: #FBFBFB;
    border: 1px solid #DEDEDE;
    line-height: 32px;
    margin-right: 5px;
    margin: 6px 0px 6px 0px;
    border-radius: 5px;
    padding: 0px 10px;
    width: -webkit-fill-available;
    font-size: 14px;
}

.page-disp .col-form-label {
    display: inline-block !important;
}

.page-disp .btn-read {
    padding: 9px 120px;
    border-radius: 5px;
}

.gallary_forces iframe {
    width: 100% !important;
}


@media (max-width: 992px) {
    .page-disp .custom-filter .form-group {
        display: contents;
    }

    .page-disp .custom-filter .col-form-label {
        line-height: initial;
    }
}

.about-us__image,
.video-box {
    position: relative;
}

.about-us__image .video-btn,
.video-box .video-btn {
    min-width: 72px;
    max-width: 60px;
    min-height: 44px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.video-us__image,
.video-box {
    position: relative;
}

.video-us__image .video-btn,
.video-box .video-btn {
    min-width: 72px;
    max-width: 60px;
    min-height: 49px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

.btn-primary {
    color: white;
    background-color: #FFB0B0;
    border-color: #FFB0B0;
}

.btn-primary:hover {
    color: white;
    background-color: #FFB0B0;
    border-color: #FFB0B0;
}

.btn-check:focus + .btn-primary, .btn-primary:focus {
    color: white;
    background-color: #FFB0B0;
    border-color: #FFB0B0;
    box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}

.btn-check:checked + .btn-primary,
.btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active,
.show > .btn-primary.dropdown-toggle {
    color: white;
    background-color: #FFB0B0;
    border-color: #FFB0B0;
}

.btn-check:checked + .btn-primary:focus,
.btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(217, 74, 29, 0.5);
}


.welcome-area--l5 .popup-btn {
    display: flex;
    align-items: center;
}

.welcome-area--l5 .popup-btn .play-btn {
    min-width: 50px;
    max-width: 50px;
    min-height: 50px;
    max-height: 50px;
    box-shadow: -12px 12px 50px rgba(255, 30, 56, 0.3);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff5722;
    margin-right: 20px;
}

.welcome-area--l5 .popup-btn .btn-text {
    color: #ff5722;
    transition: 0.4s;
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
}

.welcome-area--l5 .popup-btn:hover .btn-text {
    text-decoration: underline;
}

.about-us__image img {
    width: 100% !important;
    height: 280px;
    border-radius: 6px;
    margin-bottom: 7px;
    object-fit: cover;
}

.about-us__image img {
    opacity: 0.6;
    border-radius: 10px;
}

.about-us__image .video-btn-2, .video-box .video-btn {
    min-width: 72px;
    max-width: 60px;
    min-height: 44px;
    max-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    background-color: #e4e3e3;
}

.box88 .icon-main, .box88 .title {
    margin: 0;
    position: absolute;
    text-align: left;
}

.box88 .icon-main li {
    display: inline-block;
}

.box88 {
    box-shadow: 0 0 3 px(38, 28, 134, 0.3);
    position: relative;
    height: 100%;
}

.box88 img {
    width: 100%;
    height: 250px;
    border-radius: 10px;
    object-fit: cover
}

.box88 .box-content {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    /*transform: perspective(400px) rotateX(-90deg);*/
    /*transform-origin: center top 0;*/
    /*transition: all .5s ease 0s;*/
}

.box88 .icon-main li a, .box88 .title {
    background: linear-gradient(0deg, rgb(56 56 56), rgba(5, 5, 5, 0));
    font-size: 20px;
    color: white;

    width: 100%;
    /* height: 100%; */
}

.box88 .icon-main li a {
    background: #FFB300 !important;
    font-size: 20px;
    color: black !important;
    width: 100%;
    height: 100%;
}

/*.box88:hover .box-content {*/
/*    opacity: 1;*/
/*    !*transform: perspective(400px) rotateX(0);*!*/
/*}*/

.title span i {
    margin-right: 6px;
    margin-left: 25px;
    font-size: 20px;
}

.box88 .title {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: 600;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    bottom: 0px;
    left: 0px;
    display: flex;
    align-items: end;

    /*transition: all .9s ease 0s;*/

}

.box88 .icon-main h3 {
    font-size: 25px;
}

.box88 .icon-main li a, .box9 .box-content, .box9 .icon li, .box9 img {
    /*transition: all .35s ease 0s;*/
}

/*.box88:hover .title {*/
/*    display: none;*/
/*}*/

.box88 .icon-main {
    list-style: none;
    padding: 20px;
    top: 18%;
    left: 0;
    right: 0;
}

.box88 .icon-main {
    display: block;
    margin-right: 7px;
}

@media (max-width: 1200px) {
    .site-menu-main .nav-link-item {
        margin-right: 16px;
    }

    .site-menu-main .nav-link-item {
        font-size: 14px;
    }
}

/* Contact list */
.main-list {
    color: #DFAD7A !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.contact-detail p {
    font-size: 15px;
    margin-bottom: 5px !important;
}

.contact-detail a {
    color: #000000 !important;
    text-decoration: underline !important;
}

.contact-detail hr {
    opacity: 0.8;
    background-color: white !important;
    border-bottom: 1px solid #DFAD7A !important;;
}

.list-tab td {
    font-size: 13.5px !important;
}

.list-tab td, .list-tab th {
    padding-left: 30px;
}

.sub-butt {
    position: absolute;
    top: -1px;
    right: -1px;
    /* bottom: 0; */
    height: 45px;
    border: 0;
    background: none;
    font-size: 16px;
    padding: 0 10px;
    background: #DFAD7A;
    color: #fff;
    border-radius: 10px;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 10%);
    color: white;
    opacity: 1;
}

.pagina-acessivel {
    background-color: #000 !important;
    color: #FFF;
}

.pagina-blue {
    background-color: #000 !important;
    color: #FFF;
}

.pagina-light {
    background-color: rgb(255, 255, 255) !important;

}

.pagina-light #footer .footer-top .footer-links ul a {
    color: #555555;
}

.pagina-blue {
    color: #0080FF;
}

/*.pagina-section main{*/
/*    background-color: #F4F4F4;*/
/*}*/
.pagina-section body {
    filter: grayscale(100%) !important;
    -webkit-filter: grayscale(100%) !important;
    -webkit-filter: grayscale(1) !important;
    -moz-filter: grayscale(100%) !important;
    -ms-filter: grayscale(100%) !important;
    -o-filter: grayscale(100%) !important;
    filter: gray !important;
}

.pagina-light .bg_initiative img {
    border: 1px solid;
}

.font-large h1, .font-large h2, .font-large h3, .font-large h4, .font-large p {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.font-large a, .font-large h1 a, .font-large h2 a, .font-large h3 a, .font-large h4 a, .font-large i {
    font-size: 15px !important;
    font-weight: 500 !important;
}


.pagina-light .bg-index h6 {
    color: #5555 !important;
}

.pagina-light h1, .pagina-light h2, .pagina-light h3, .pagina-light h4 {
    color: #555555 !important;
}

.pagina-light a, .pagina-light h1 a, .pagina-light h2 a, .pagina-light h3 a, .pagina-light h4 a, .pagina-light i {
    text-decoration: none;
    color: #555555 !important;
}


.pagina-acessivel h1, .pagina-acessivel h2, .pagina-acessivel h3, .pagina-acessivel h4 {
    color: #FFFFFF !important;
}

.pagina-acessivel a, .pagina-acessivel h1 a, .pagina-acessivel h2 a, .pagina-acessivel h3 a, .pagina-acessivel h4 a, .pagina-acessivel i {
    text-decoration: none;
    color: #FFFF00 !important;
}

.pagina-blue h1, .pagina-blue h2, .pagina-blue h3, .pagina-blue h4 {
    color: #0080FF !important;
}

.pagina-blue a, .pagina-blue h1 a, .pagina-blue h2 a, .pagina-blue h3 a, .pagina-blue h4 a, .pagina-blue i {
    text-decoration: none;
    color: #0080FF !important;
}

.pagina-blue .top_bar p {
    color: #0080FF !important;
}

.pagina-acessivel .top_bar p {
    color: #FFFF00 !important;
}


.pagina-section .main-list {
    color: #575757 !important;
}

.pagina-underline a {
    text-decoration: underline !important;
}

.pagina-section #jbbutton, .pagina-section .main-ixon {
    background-color: #575757;
}

.pagina-section #acess-icons {
    border: 1px solid #575757;

}

.pagina-section h1, .pagina-section h2, .pagina-section h3, .pagina-section h4 {
    color: #575757 !important;
}

.pagina-section a, .pagina-section a h1, .pagina-section a h2, .pagina-section a h3, .pagina-section a h4, .pagina-section i {
    text-decoration: none;
    color: #575757 !important;
}

.pagina-acessivel a:hover {
    text-decoration: underline;
}

.pagina-acessivel .dropdown-menu {
    border-color: #FFF !important;
}

.pagina-acessivel li.active > a {
    color: #FF0000 !important;
}

.acess-container {
    right: 0px;
    top: 230px;
    color: #fff;
    z-index: 500;
    font-size: 20px;
    display: flex;
    border-radius: 4px;
    position: fixed;
    line-height: normal;
}

#jbbutton {
    margin-left: 0px;
    float: left;
    background-color: #DFAD7A;
    padding: 10px;
    height: 50px;
}

.acess-icon {
    margin-top: 9px;
    font-size: 13px;
    cursor: pointer;
    margin-left: 2px;
    color: #333333;
    margin-bottom: 7px;
    float: left;
}

#acess-icons {
    display: none;
    cursor: pointer;
    float: left;
    color: black;
    background-color: white;
    cursor: pointer;
    font-size: 13px;
    padding: 15px 20px;
    margin-bottom: 20px;
    height: auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border: 1px solid #DFAD7A;
}

.f-transparent {
    background-color: transparent !important;
}

.main-ixon {
    background-color: #DFAD7A;
    color: #ffffff;
    margin-top: -3px;
}

/* #acess-icons{
    color: black;
    background-color: white;
    font-size: 13px;
    padding: 15px 20px;
    margin-bottom: 20px;
    height: auto;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
    border: 1px solid #DFAD7A;
} */
#contrast {
    width: 100%;
}

#acess-icons h5 {
    font-size: 16px;
    margin-top: 10px;
}

.short-link {
    display: none !important;
}

.short-link label {
    font-family: playfair display, serif, Helvetica, Roboto, Arial, sans-serif;
    font-weight: 700;
    font-size: 18px;
}

.short-link input {
    padding: 0.46153846em 0.76923077em;
    background: #fff;
    border: 0.07692308em solid #aaa;
    box-shadow: inset 0 1px 5px 0 #aaa;
    display: inline-block;
    color: #000;
    margin: 0;
}

.short-link input:focus {
    border: 0.07692308em solid #aaa !important;
    box-shadow: 0px !important;
}

#down a {
    color: white;
}


/* .main-video {

    top: 0;
    left: 0;
    width: 100%;
    color:#fff;
    z-index: 1000;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
  }
  .video-main {

    top: 0;
    left: 0;
    width: 100%;
 color:#fff;
    z-index: 1000;
    height: 400px !important;
    overflow: hidden;
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    transition: height 0.3s;
    text-align:center;
  }
  .video-main iframe{
    height: 400px !important;
  }
  .smaller {
    height: 350px !important;

}
.smaller .iframe{
    height: 350px !important;
} */

.detail_sec  p{
    font-family: "regular" !important;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 2 !important;
}
.detail_sec  span{
    font-family: "regular" !important;
    font-weight: 500;
    font-size: 15px !important;
    line-height: 2 !important;
}
.share-social span{
    font-family: 'Font Awesome 5 Brands' !important;
}
p.urdu-font{
    font-size: 15px !important;
}
@font-face {
    font-family: 'bold';
    src: url('../fonts/notobold.ttf');
}
@font-face {
    font-family: 'medium';
    src: url('../fonts/notomedium.ttf');
}
@font-face {
    font-family: 'regular';
    src: url('../fonts/notoregular.ttf');
}
@font-face {
    font-family: 'semibold';
    src: url('../fonts/notoSemiBold.ttf');
}
.card-video-head {
    height: 400px !important;
}

.card-video .card-body {
    height: 500px !important;
    overflow-y: scroll;
}

.card-video .card-body p {
    font-size: 14px;
    line-height: 1.9;
}
.video_pge  nav{
    display: flex;
    justify-content: center; !important;
}
.urdu-lang{
    font-family: "regular" !important;
    /*direction: rtl;*/

}
.title-urdu{
    font-family: "regular" !important;
    direction: rtl;
    text-align: right !important;

}
.eng-lang{
    font-family: 'Roboto', sans-serif !important;
    direction: ltr;
    text-align: left !important;

}
.share-social{
    direction: ltr !important;
    text-align: left !important;
}
@media(max-width:992px){
    .bg-index .carousel-image{
        height: 350px !important;
        object-fit: revert !important;
    }
    .bg-index .carousel img{
        height: 350px !important;
        object-fit: cover !important;
    }
    .bg-index .carousel-item{
        height: 350px !important;
    }
    .bg-index h6{
        font-size: 14px !important;
    }
}
