@charset "UTF-8";

:root {
    --primary-color: #e31937;
    --secondary-color: #ffde69;
    --dark-color: #001924;
    --bg-color: #F9F4E8;
    --white-color: #ffffff;
    --black-color: #222222;
    --text-gray-color: #606060;
    --transition: all 0.3s ease 0s;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body,
html {
    padding: 0;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
    overflow-x: hidden;
    color: var(--black-color);
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3 {
    margin: 0
}

h4,
h5,
h6 {
    margin: 0
}

p {
    margin-top: 0;
    margin-bottom: 10px;
    color: var(--black-color);
}

p:last-child {
    margin-bottom: 0
}

a,
button {
    cursor: pointer !important;
    text-decoration: none;
    color: var(--black-color);
    transition: var(--transition);
}

a,
button,
img,
input,
textarea {
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

:focus {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

a:focus {
    text-decoration: none;
    outline: 0
}

a:hover {
    text-decoration: none;
    color: inherit;
}

img {
    max-width: 100%;
    height: auto
}

ul {
    margin: 0;
    padding: 0
}

li {
    list-style: none;
    transition: var(--transition);
}

.container-fluid {
    padding-right: 80px;
    padding-left: 80px;
}

.section-padding {
    padding: 70px 0 70px 0;
}

.pad-top {
    padding-top: 70px;
}

.section-heading-center {
    display: flex;
    justify-content: center;
    align-content: center;
    position: relative;
    text-align: center;
}

.main-head {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
    font-weight: 700;
}

.inline-main-btn {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.main-btn {
    font-size: 15px;
    font-weight: 600;
    line-height: 16px;
    text-transform: uppercase;
    height: 50px;
    padding: 0 25px;
    letter-spacing: .2px;
    border-radius: 10px;
    background: var(--primary-color);
    color: var(--white-color);
    border: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 150px;
    text-align: center;
}

.main-btn i {
    padding-right: 6px;
}

.btn-1 {
    background: var(--primary-color);
    color: var(--white-color);
}

.btn-2 {
    background: var(--secondary-color);
    color: var(--black-color);
}

.btn-1:hover {
    background: var(--secondary-color);
    color: var(--black-color);
}

.btn-2:hover {
    background: var(--primary-color);
    color: #ffffff;
}



/*--------------------------------------------
           header section start
--------------------------------------------*/
.header-top-section {
    padding: 10px 0;
    background: var(--secondary-color);
    height: 90px;
}

.header-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-social-list-icon {
    width: 26px;
    height: 26px;
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    font-size: 12px;
    display: inline-block;
}

.header-social-list-icon:hover {
    border: 1px solid var(--black-color);
    color: var(--black-color);
}

.header-social-inline {
    display: flex;
    column-gap: 5px;
    align-items: center;
}

.header-social-inline li {
    color: var(--black-color);
    font-size: 14px;
    font-weight: 500;
}

.top-info a {
    color: var(--black-color);
    font-size: 14px;
    margin-right: 15px;
    font-weight: 500;
}

.top-info a i {
    color: var(--primary-color);
}

.top-info a:hover {
    color: var(--primary-color);
}

.logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.logo img {
    width: 88px;
    height: auto;
}

.donate-btn a {
    padding: 0 15px;
    min-width: auto;
    color: #ffffff;
}

.donate-btn a:hover {
    color: var(--black-color);
}

.donate-btn a i {
    font-size: 18px;
}

/*--------------------------------------------
           header section end
--------------------------------------------*/


/*--------------------------------------------
           banner section start
--------------------------------------------*/
.home2__slider--bg {
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 600px;
}

.hero__slider--section .inline-main-btn {
    justify-content: center;
}

.home2__slider--bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #0b3948 100%, #0b3948);
    width: 100%;
    height: 100%;
    opacity: 0.9;
}

.hero__slider--items__inner {
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 600px;
    position: relative;
}

.sub-heading-banner {
    display: flex;
    align-items: center;
}

.sub-heading-banner h4 {
    width: 60%;
    height: 40px;
    background: #9b9b9b5e;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 40px;
    text-align: right;
    padding: 0 15px;
    margin-bottom: 30px;
    position: relative;
}

.sub-heading-banner .sub-line {
    position: absolute;
    display: block;
    background: var(--primary-color);
    width: calc(100% - 305px);
    height: 4px;
    opacity: 1;
    left: 15px;
    top: 17px;
}

.slider__content--maintitle span {
    position: relative;
}

.slider__content--maintitle span:before {
    content: "";
    background: url(../images/title-underline.png) no-repeat center;
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.slider__content--maintitle {
    margin-bottom: 20px;
    font-size: 55px;
    line-height: 80px;
    color: #ffffff;
    text-transform: capitalize;
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-weight: 700;
}

.slider__content--desc {
    width: 60%;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
    margin-bottom: 30px;
}

.swiper__nav--btn::after {
    background: url(../images/left-arrow-angle.png) !important;
    width: 9px;
    height: 17px;
    font-size: 0;
}

.swiper__nav--btn.swiper-button-next::after {
    background: url(../images/right-arrow-angle.png) !important;
}

.swiper__nav--btn {
    display: none !important;
    width: 3rem !important;
    height: 3rem !important;
    background: var(--primary-color) !important;
    border-radius: 50% !important;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.swiper__nav--btn:hover {
    background: var(--black-color);
}

.hero__slider--activation .swiper-button-prev {
    left: 1rem;
}

.swiper__nav--btn.swiper-button-prev {
    left: 0;
}

.swiper:hover .swiper__nav--btn {
    opacity: 1;
    visibility: visible;
}

.hero__slider--activation .swiper-button-next {
    right: 1rem;
}

.swiper__nav--btn.swiper-button-next {
    right: 0;
}

.slider__content {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*--------------------------------------------
           banner section end
--------------------------------------------*/


/*--------------------------------------------
           home section start
--------------------------------------------*/
.about-section {
    display: grid;
    width: 100%;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.about-img-area img {
    position: relative;
    width: 70%;
    height: 100%;
    object-fit: cover;
    left: 85px;
}

.about-img-area:before {
    content: "";
    background: url(../images/about_layout.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
}

.heading-tool {
    color: var(--primary-color);
    display: inline-block;
    font-size: 28px;
    margin-bottom: 10px;
    font-family: "Pacifico", cursive;
    font-weight: 500;
    font-style: normal;
    text-transform: lowercase;
}

.service-box {
    display: grid;
    width: 100%;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.service-item {
    padding: 35px 30px 40px 30px;
}

.service-item:nth-child(1) {
    background: #ffa415;
}

.service-item:nth-child(2) {
    background: #ff5528;
}

.service-item:nth-child(3) {
    background: #8139e7;
}

.service-item:nth-child(4) {
    background: #44c895;
}

.service-item:nth-child(5) {
    background: #30336b;
}

.service-item:nth-child(6) {
    background: #ffa415;
}

.service-item:nth-child(7) {
    background: #22a6b3;
}

.service-item:nth-child(8) {
    background: #6ab04c;
}

.service-item:before {
    content: "";
    background: url(../images/feature-3-shape.png) no-repeat;
    width: 240px;
    height: 150px;
    position: absolute;
    background-size: contain;
    background-position: right;
    bottom: 0;
    right: 0;
    opacity: 0.1;
    z-index: 1;
}

.icon-heading {
    display: flex;
    align-items: center;
    column-gap: 15px;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.icon-heading img {
    height: 50px;
}

.icon-heading h4 {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.z-index-auto {
    z-index: 11;
}

.service-card p {
    color: #fff;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.service-card a {
    background: #fff;
    padding: 10px 25px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 30px;
    font-weight: 500;
}

.service-card a:hover {
    background: var(--primary-color);
    color: #ffffff;
}

.z-index-1 {
    z-index: 1;
}

.center-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.heading_white .heading-tool {
    background: #ffffff;
    color: var(--primary-color);
}

.heading_white .main-head {
    color: #ffffff;
}

.mission-vision-section {
    padding: 30px;
    background: #ffffff;
    box-shadow: 0 0 10px 0 #0000001c;
    border-radius: 16px;
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
}

.mission-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}

.video-bg {
    position: relative;
    background-size: cover;
    width: 100%;
    height: 800px;
    display: flex;
    text-align: center;
    justify-content: center;
    background-repeat: no-repeat;
    margin-top: 230px;
}

.video-bg-text {
    position: relative;
    display: flex;
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    top: 100px;
}

.video-bg-text p {
    width: 50%;
    color: #ffffff;
    margin-bottom: 25px;
}

.video-bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.8;
}

.video-player {
    font-size: 74px;
    color: #fff;
    margin-bottom: 20px;
}

.gallery-bg {
    background: var(--bg-color);
}

.gallery-bg:before {
    content: "";
    background: url(../images/topography-background.png) repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: auto;
    background-position: center;
    bottom: 0;
    right: 0;
    opacity: 0.3;
}

.gallery-item {
    position: relative;
}

.gallery-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.owl-carousel.owl-gallery .owl-item .gallery-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}

.gallery-item-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 15px;
}

.gallery-item-content h4 {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    transition: all .3s ease;
}

.gallery-img {
    height: 400px;
    width: 100%;
    object-fit: cover;
}

.bg-primary {
    background: var(--primary-color) !important;
}

.profile-section {
    padding: 30px 0;
}

.director-img img {
    border: 8px solid var(--secondary-color);
    border-radius: 50%;
    width: 150px;
    height: 150px;
    object-fit: cover;
}

.director-img {
    margin-right: 15px;
    width: 30%;
}

.director-text .heading-tool {
    color: var(--secondary-color);
}

.director-text h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}

.left-profile {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 11;
}

.des-item img {
    height: 36px;
    margin-right: 10px;
}

.des-item span {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
}

.right-card {
    background: #f12c49;
    padding: 30px;
    border-radius: 16px;
    margin-left: 100px;
    position: relative;
    z-index: 1;
}

.hero__slider--section {
    margin-top: 90px;
}

.profile-section:before {
    content: "";
    background: url(../images/10.png) no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: contain;
    background-position: center;
    bottom: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
}

.des-item {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.left-img {
    width: 50%;
    object-fit: cover;
    float: left;
    padding-bottom: 20px;
    padding-right: 35px;
}

@media only screen and (max-width:991px) {
    .left-img {
        width: 100%;
        padding-right: 0;
    }
}


/*--------------------------------------------
           home section end
--------------------------------------------*/


/*--------------------------------------------
        footer section start
--------------------------------------------*/
.footer-section {
    padding-top: 60px;
    position: relative;
    z-index: 9;
    background: var(--black-color);
}

.footer-section:before {
    content: '';
    background: url(../images/footer-bg.jpg) no-repeat center;
    width: 100%;
    height: 100%;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.footer-social-inline {
    display: flex;
    column-gap: 8px;
    margin-top: 20px;
}

.footer-social-list-icon:hover i {
    background: #ffffff;
    color: var(--primary-color);
}

.footer-social-list-icon i {
    width: 30px;
    height: 30px;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin: 0 !important;
    border-radius: 50%;
    position: relative;
    font-size: 15px !important;
    display: inline-block;
    transition: var(--transition);
}

.footer-title {
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
}

.footer-widget a {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.footer-widget a:hover {
    color: var(--primary-color);
}

.footer-item:nth-child(2) {
    padding-left: 80px;
}

.footer-widget ul li {
    margin-bottom: 5px;
}

.footer-widget p {
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
}

.footer-bottom {
    margin-top: 40px;
    position: relative;
    z-index: 999999;
    background: var(--black-color);
    padding: 20px 0;
}

.location-area iframe {
    width: 100%;
    height: 245px;
    filter: grayscale(1);
    transition: var(--transition);
}

.location-area iframe:hover {
    filter: grayscale(0);
}

.copyright-content-link {
    color: #ffffff;
}

.extra-link img {
    height: 32px;
    padding-left: 5px;
}

.copyright-content-link:hover {
    color: #ffffff;
}

.footer-bottom p {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
}

.contact-info i {
    font-size: 20px;
    margin-right: 10px;
}

.arrow-list li a:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    padding-right: 10px;
}

.extra-link a {
    font-size: 14px;
    line-height: 24px;
    color: #ffffff;
    margin: 0;
    position: relative;
}

.extra-link a:hover {
    color: var(--primary-color);
}

.extra-link a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--primary-color);
}

.extra-link a:last-child {
    padding-right: 0;
}

.extra-link a:last-child:after {
    display: none;
    opacity: 0;
}

#scroll__top {
    position: fixed;
    bottom: 80px;
    right: 25px;
    z-index: 9999999;
    outline: 0;
    background-color: var(--primary-color);
    color: var(--white-color);
    box-shadow: 0 2px 22px rgba(0, 0, 0, .16);
    cursor: pointer;
    transform: translateY(50px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 10px solid var(--secondary-color);
}

#scroll__top:hover {
    background: var(--primary-color);
    border: 10px solid var(--primary-color);
}

#scroll__top.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

#scroll__top svg {
    width: 25px;
    line-height: 1
}

/*--------------------------------------------
        footer section end
--------------------------------------------*/


/*--------------------------------------------
           inner page start
--------------------------------------------*/
.sub-heading {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}

.breadcrumb-area {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
    padding-top: 20px;
    position: relative;
    margin-top: 90px;
}

.breadcrumb-area .container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 95px;
}

.breadcrumb-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}

.breadcrumb-area h1,
.breadcrumb-area h2,
.breadcrumb-area h3,
.breadcrumb-area h4 {
    color: #fff;
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 36px;
}

.breadcrumb-list a,
.breadcrumb-list li {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    margin-right: 10px;
}

.breadcrumb-list li:last-child {
    margin-right: 0;
}

.breadcrumb-list li:last-child:after {
    display: none;
    opacity: 0;
}

.breadcrumb-list li:after {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}

.breadcrumb-list ul {
    display: flex;
    background: #ffffff2e;
    width: fit-content;
    padding: 8px 20px;
    border-radius: 30px;
    transition: var(--transition);
}

.breadcrumb-list ul:hover {
    background: var(--primary-color);
}

.primary-bg {
    background: var(--primary-color);
}

.easy-contact {
    background: var(--secondary-color);
}

.easy-contact .donate-btn a:hover {
    color: #ffffff;
    background: var(--black-color);
}

.easy-contact .donate-btn a:hover {
    color: #ffffff;
}

.easy-contact:before {
    content: "";
    background: url(../images/hands_bg.png) repeat;
    width: 100%;
    height: 215px;
    background-size: contain;
    position: absolute;
}

.easy-contact .main-head {
    padding: 0 150px;
    text-align: center;
}

.main-service-img img {
    border-radius: 20px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.main-blog-img img {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 30px;
}

.main-blog-img {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.main-blog-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #032f43db 10%, transparent);
    width: 100%;
    height: 100%;
    opacity: 1;
    border-radius: 30px;
}

.main-blog-img .inline_blog_text .name_text {
    font-size: 16px;
    font-weight: 500;
}

.main-blog-img .inline_blog_text {
    position: absolute;
    bottom: 15px;
    width: 100%;
    justify-content: center;
    column-gap: 60px;
}

.sidebar-service-item {
    display: flex;
    column-gap: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar-service-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 solid #e5e5e5;
}

.sidebar-service-img {
    width: 40%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.sidebar-service-img img {
    width: 100%;
    height: 100px;
    border-radius: 8px;
    transition: var(--transition);
    object-fit: cover;
}

.sidebar-service-item:hover .sidebar-service-img img {
    transform: scale(1.1);
}

.sidebar-service-content {
    width: 60%;
}

.sidebar-service-content h4 {
    font-size: 16px;
    font-weight: 600;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.3em;
    white-space: nowrap;
}

.sidebar-service-content p {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 0;
    display: -webkit-box;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-word;
}

.sidebar-service-content a {
    font-size: 13px;
    line-height: 18px;
    font-weight: 600;
}

.sidebar-service-content a i {
    position: relative;
    top: 1.5px;
}

.sidebar-service-item:hover .sidebar-service-content h4,
.sidebar-service-item:hover .sidebar-service-content a {
    color: var(--primary-color);
}

.service-details-area h1,
.service-details-area h2,
.service-details-area h3 {
    font-size: 34px;
    margin-bottom: 15px;
    font-weight: 700;
}

.service-details-area h4,
.service-details-area h5,
.service-details-area h6 {
    font-size: 20px;
    color: #585858;
    margin-top: 15px;
    margin-bottom: 10px;
    font-weight: 700;
}

.sidebar-heading {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}

.sidebar-heading:before {
    content: "";
    background: var(--primary-color);
    width: 55px;
    height: 4px;
    position: absolute;
    bottom: -10px;
    left: 0;
    border-radius: 6px;
}

.search-section {
    display: flex;
    align-items: center;
    background: #f7f7f7;
    padding: 15px;
    margin-bottom: 15px;
}

.search-section .form-control {
    border: 1px solid #eee;
    border-radius: .375rem 0 0 .375rem;
    font-size: 14px;
    height: 45px;
    outline: 0;
}

.search-section button {
    width: 64px;
    height: 45px;
    border: 1px solid var(--primary-color);
    outline: 0;
    background: var(--primary-color);
    color: #fff;
    border-radius: 0 .375rem .375rem 0;
}

.form-control:focus {
    color: #000000;
    background-color: #fff;
    border: 1px solid var(--primary-color) !important;
    outline: 0;
    box-shadow: 0 0 0 0 var(--primary-color);
}

.card_section {
    margin-bottom: 30px;
}

.card_section:last-child {
    margin-bottom: 0;
}

.category-list ul li a {
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    transition: var(--transition);
}

.category-list ul li:last-child a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0 dashed #e5e5e5;
}

.category-list ul li a:hover {
    color: var(--primary-color);
}

.category-list ul li a:after {
    content: "\f178";
    position: absolute;
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: var(--primary-color);
    right: 0;
    opacity: 0;
    transform: translateX(-15px);
    transition: var(--transition);
}

.category-list ul li a:hover:after {
    opacity: 1;
    transform: translateX(0);
}

.category-list ul li a i {
    color: var(--primary-color);
    margin-right: 5px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
}

/*tab style start*/
div.tabBox {
    width: 99.9%;
    float: left;
    overflow: visible;
}

div.tabBox h3 {
    padding: 20px 0px;
}

ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 40px;
    width: 99.9%;
}

ul.tabs li {
    float: left;
    margin-left: 0;
    padding: 0;
    height: 40px;
    line-height: 30px;
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
}

ul.tabs li a {
    display: block;
    padding: 5px 10px;
    outline: none;
    background: none;
}

.tabContainer {
    border-top: none;
    overflow: hidden;
    clear: both;
    float: left;
    width: 99.9%;
    min-height: 300px;
    margin-bottom: 10px;
}

.tabContent {
    padding: 20px;
}

.tabContent h3 {
    padding: 0px;
}

/**** TABS STYLES ****/

div.tabBox h3 {}


ul.tabs {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
}

ul.tabs li {}

ul.tabs li a {
    background: #eee;
    text-decoration: none;
    font-size: 15px;
    color: #000;
    outline: none;
    border: 1px solid #ccc;
    /*border-left: none;*/
    border-top-left-radius: 5px;
    -moz-border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

ul.tabs li a:hover {
    background: #eee;
}

ul.tabs li.active {
    border-bottom: 1px solid #fff;
}

ul.tabs li.active a,
ul.tabs li.active a:hover {
    background: #fff;
}

div.tabContainer {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    background: #fff;
}

/* THE RESPONSIVE PART */
@media only screen and (max-width: 767px) {

    div.tabBox {
        border: 1px solid #ccc;
    }

    ul.tabs {
        height: auto;
        display: block;
        width: 100%;
        border-left: 0px;
    }

    ul.tabs li {
        width: 100%;
    }

    ul.tabs li a {
        border-top-left-radius: 0px;
        -moz-border-top-left-radius: 0px;
        -webkit-border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        -moz-border-top-right-radius: 0px;
        -webkit-border-top-right-radius: 0px;
        border: 0px;
    }

    div.tabContainer {
        border: 0px;
    }

}

/*tab style end*/


.filter-button {
    background: #3a3a3a !important;
    color: #fff;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 30px;
    margin-bottom: 5px;
}

.filter-button:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}

.inline-btn-portfolio {
    margin-bottom: 20px;
}

.portfolio-item .play-btn img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    transform: var(--transition);
}

.portfolio-item .play-btn {
    position: relative;
    overflow: hidden;
    transform: var(--transition);
}

.portfolio-item .play-btn:hover img {
    transform: scale(1.1);
}

.portfolio-item .play-btn:hover:before {
    content: "";
    background: #000000;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.5;
    transform: var(--transition);
}

.portfolio-item .play-btn:hover:after {
    content: "\f00e";
    color: #ffffff;
    font-family: "Font Awesome 6 Pro";
    position: absolute;
    top: 50%;
    left: 45%;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 1;
    font-size: 40px;
}

.portfolio-item {
    margin-bottom: 30px;
    transform: var(--transition);
}

.link_head {
    font-size: 14px;
    font-weight: 500;
    width: 100%;
    padding: 10px 15px;
    color: #ffffff;
    background: var(--primary-color);
    display: block;
    text-align: center;
}

.link_head:hover {
    color: #ffffff;
    background: #3a3a3a;
}

.location-btn {
    margin-top: 12px;
}

.location-btn img {
    height: 36px;
}

.location-btn a {
    display: flex;
    align-items: center;
}

.location-btn a span {
    color: #fff;
    background: var(--primary-color);
    padding: 5px 10px;
    margin-left: 5px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    transition: var(--transition);
}

.location-btn a span i {
    transition: var(--transition);
    transform: translateX(0px);
}

.location-btn a:hover span {
    background: #3a3a3a;
}

.location-btn a:hover span i {
    transform: translateX(6px);
}

.home-contact-map iframe {
    height: 100%;
    filter: grayscale(100%);
    border: 0 solid #eff2f5;
    width: 100%;
    transition: var(--transition);
    margin-bottom: 0;
}

.home-contact-map:hover iframe {
    filter: grayscale(0);
}

.contact-box-inline {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, minmax(0px, 1fr));
    background: var(--bg-color);
    margin: 60px 0;
}

.container-info .home-contact-info {
    background: var(--primary-color);
    padding: 30px 30px 30px 30px;
    row-gap: 20px;
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.container-info .home-contact-info-icon i {
    font-size: 20px;
    margin-right: 15px;
    background: #ffffff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: var(--primary-color);
}

.contact-info-content p,
.contact-info-content a {
    color: #ffffff;
    line-height: 22px;
    font-size: 14px;
    word-break: break-all;
}

label {
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
    margin-bottom: 5px;
}

.contact-form {
    border-radius: 0;
    padding: 40px;
}

.contact-form .form-control {
    font-size: 14px;
    border: 1px solid #ece9e3;
    height: 45px;
    border-radius: 0;
    padding: 5px 10px;
    background: #fff;
}

.form-group {
    margin-bottom: 15px;
}

.contact-form textarea.form-control {
    height: 100px;
}

.contact-info-content h4 {
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-social-inline h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 2px;
}

.container-info .footer-social-list-icon i {
    width: 34px;
    height: 34px;
    background: #ffffff;
    color: var(--primary-color);
    line-height: 34px;
    font-size: 16px;
    border-radius: 50%;
}

.home-contact-info-items {
    border-bottom: 1px dashed #ffffff;
    padding-bottom: 15px;
}

.home-contact-info-items:last-child {
    border-bottom: 0 dashed #88daff;
}

.home-contact-info .footer-social-inline {
    display: flex;
    column-gap: 8px;
    margin-top: 0;
    align-items: center;
}

.bank-details {
    background: var(--primary-color);
    color: #fff;
    padding: 30px 30px;
    border-radius: 16px;
    margin-top: 25px;
    position: relative;
}

.bank-details:before {
    content: "";
    position: absolute;
    right: 30px;
    bottom: 0;
    width: 240px;
    height: 151px;
    background: url(../images/feature-3-shape.png) no-repeat;
    background-size: contain;
    background-position: right;
    z-index: 1;
}

.bank-details h4 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}

.bank-details h6 {
    font-size: 18px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 600;
}

.bank-details p {
    color: #ffffff;
    margin-bottom: 5px;
}

.team-box {
    background: #ffffff;
    box-shadow: 0 0 5px #ddd;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 419px;
}

.team_owl .owl-stage-outer {
    padding-right: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 5px;
}

.team-bg:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url(../images/hands_bg.png) no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: -1;
}

.team-box img {
    width: 200px;
    height: 200px;
    border: 20px solid #E5F6F1;
    margin-bottom: 25px;
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
}

.team-box h3 {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: var(--black-color);
}

.team-grid {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.gallery-section {
    display: grid;
    width: 100%;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.gallery-category h4 {
    font-size: 16px;
    text-transform: capitalize;
    line-height: 24px;
    font-weight: 600;
    background: var(--secondary-color);
    padding: 10px 15px;
    color: var(--black-color);
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-category h4 a {
    color: var(--black-color);
    background: none !important;
}

.gallery-category h4 a:hover {
    color: var(--primary-color);
    text-decoration: underline;
    background: none;
}

.gallery-category img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
}

.gallery-category:hover .heading-gallery a {
    background: #3a3a3a;
}

.gallery-box {
    display: flex;
    transition: var(--transition);
    position: relative;
    overflow: hidden;
}

.gallery-category .gallery-box:before {
    content: "";
    background: var(--primary-color);
    position: absolute;
    top: 20px;
    left: 20px;
    width: 89%;
    height: 85%;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.gallery-category:hover .gallery-box:before {
    opacity: 0.8;
    visibility: visible;
}

.gallery-box a {
    position: absolute;
    top: 43%;
    left: 37%;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 0;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
    transform: scale(0);
}

.gallery-category:hover .gallery-box a {
    visibility: visible;
    opacity: 1;
    transform: scale(1);
}

.gallery-details {
    display: grid;
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.gallery-details.video-gallery {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: repeat(3, minmax(0px, 1fr));
}

.video-gallery.gallery-details .view-icon {
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-radius: 0;
    width: 80px;
    height: auto;
}

.video-gallery.gallery-details a:before {
    content: "";
    background: transparent;
}

.video-item h4 {
    background: var(--secondary-color);
    border-radius: 0 0 10px 10px;
    color: var(--black-color);
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 15px 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    white-space: nowrap;
}

.view-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    opacity: 0;
    visibility: hidden;
}

.gallery-img-img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.gallery-details a {
    position: relative;
    display: block;
}

.video-gallery .gallery-img-img {
    border-radius: 10px 10px 0 0;
}

.gallery-details a:before {
    content: "";
    background: #e319378a;
    border-radius: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    opacity: 0;
    visibility: hidden;
    transition: var(--transition);
}

.gallery-details a:hover:before {
    opacity: 1;
    visibility: visible;
}

.gallery-details a:hover .view-icon {
    opacity: 1;
    visibility: visible;
}

.gallery-head .main-head {
    font-size: 34px;
    margin-bottom: 24px;
}

.mission-vision-section.mt-15 {
    margin-top: 15px;
}

.event-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px 15px 0 0;
}

.event-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    /* background: linear-gradient(to top, #000000d4 30%, transparent); */
    width: 100%;
    height: 250px;
    opacity: 1;
}

.event-item .date-time {
    position: absolute;
    bottom: 0;
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px;
}

.event-item .event-text {
    background: #ffffff;
    box-shadow: 0 0 5px 0 #00000036;
    padding: 15px;
    border-radius: 0 0 15px 15px;
    height: 171px;
}

.event-text h3 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 5px;
}

.event-text a {
    font-size: 14px;
    padding: 5px 20px;
    min-width: auto;
    height: 40px;
}

.event-text a i {
    padding-left: 5px;
    padding-right: 0;
}

.event-item:nth-child(1),
.event-item:nth-child(2),
.event-item:nth-child(3) {
    margin-bottom: 0;
}

.event-item {
    margin-top: 30px;
}

.event-time-location {
    background: var(--bg-color);
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 15px;
}

.event-time-location div {
    margin-bottom: 2px;
}

.event-time-location div:last-child {
    margin-bottom: 0;
}

.event-time-location div i {
    margin-right: 5px;
    color: var(--primary-color);
}

.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 100px;
    height: 100px;
    background: var(--primary-color);
    border: 2px solid #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
}

.event-date span {
    color: #fff;
    font-size: 46px;
    line-height: 40px;
    font-weight: 600;
    display: block;
}

.event_owl .owl-stage-outer {
    padding-bottom: 15px;
    padding-left: 5px;
}








/*--------------------------------------------
         inner page end
--------------------------------------------*/

.main-head1 h3 {
    font-size: 36px;
    line-height: 45px;
    margin-bottom: 15px;
   font-weight: 700;
  }
  .main-head1 h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
    font-weight: 700;
}