@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
    font-family: "Poppins", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 28px;
    color: #757575;
}

/* .container {
    max-width: 1180px;
} */

img {
    width: 100%;
}

a {
    text-decoration: none;
    color: #0088d0;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 600;
}

#more {
    display: none;
}

#myBtn {
    cursor: pointer;
    color: #0000ff;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
}

.line {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: #CCC;
    margin-bottom: 10px;
    border-radius: 3px;
}

.line2 {
    line-height: 3px;
    height: 3px;
    width: 50px;
    background: rgba(255, 255, 255, 0.5);
    margin-bottom: 10px;
    border-radius: 3px;
}

#scroll {
    position: fixed;
    right: 15px;
    bottom: 15px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #000;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

.social-link {
    color: #666;
    font-size: 15px;
}

.social-link i {
    margin: 0 1px;
    display: inline-block;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.social-link a i {
    color: #fff;
}

.social-link a:hover i {
    color: #FFF;
    background: #000;
}

.social-link i.facebook {
    background: #4e71a8;
}

.social-link i.twitter {
    background: #1cb7eb;
}

.social-link i.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.social-link i.youtube {
    background: #bb0000;
}

.social-link i.website {
    background: #2f2f2f;
}

.btn-small-white {
    background: #FFF;
    padding: 5px 10px;
    font-size: 12px;
}

.btn-small-white:hover {
    background: #ed1c24;
    padding: 5px 10px;
    font-size: 12px;
    color: #FFF;
}

/* --------------- */
.has-dropcap:first-letter {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    float: left;
    font-size: 6rem;
    line-height: 0.65;
    margin: 0.1em 0.1em 0.1em 0;
}

.dropcap {
    font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
    background: #303030;
    color: #FDF9F2;
    float: left;
    font-size: 6rem;
    line-height: 1;
    margin: 0.1em 0.1em 0.2em 0;
    padding: 0.1em;
}

.dropcap:before,
.dropcap:after {
    content: "";
    display: block;
}

.dropcap:before {
    margin-top: -0.2em;
}

.dropcap:after {
    margin-bottom: -0.15em;
}

/* --------------- */

.nav-item .text-bg-success {
    background: #bee400 !important;
    color: #000 !important;
}

.nav-item .text-bg-success:hover {
    background: #000 !important;
    color: #fff !important;
}

.nav-item .text-bg-warning {
    background: #ed1c24 !important;
    color: #fff !important;
}

.nav-item .text-bg-warning:hover {
    background: #000 !important;
    color: #fff !important;
}

.main-header {
    padding: 10px 0;
    position: relative;
    background: #FFF;
}

.main-header .main-logo {
    max-width: 280px;
}

.main-header .header-right .header-info {
    line-height: 18px;
    display: flex;
    justify-content: flex-end;
    float: right;
    margin-left: 25px;
}

.main-header .header-right .header-info i {
    font-size: 28px;
    margin-right: 12px;
    padding-right: 12px;
    color: #005dea;
    border-right: 1px solid #ccc;
}

.main-header .header-right .header-info span {
    font-size: 13px;
}

.logo {
    max-width: 85px;
    display: none;
    padding-right: 20px;
}

.navbar {
    padding: 5px 0;
}

.navbar-brand {
    margin-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.62rem;
    padding-left: 0.62rem;
    line-height: 1.5em;
    margin-left: 3px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #bee400;
    background: #000;
    font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #bee400;
    background: #000;
    font-weight: 500;
}

.nav-item {
    font-size: 13px;
    letter-spacing: 1.2px;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #c4161c;
}

.nav-link img {
    max-width: 16px;
    margin-right: 5px;
    padding-bottom: 4px;
}

.bg-dark {
    background-color: #005dea !important;
}

.navbar-nav li:hover .dropdown-menu {
    display: block;
    margin: 0;
}

.slider-banner .carousel-item {
    width: 100%;
    height: 550px;
}

.slider-banner .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-banner .carousel-item .carousel-caption {
    color: #FFF;
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.slider-banner .carousel-item .carousel-caption h5 {
    font-size: 45px;
    line-height: 45px;
    text-transform: uppercase;
}

.welcome {
    padding: 50px 0;
    background: url("../images/bg3.png") no-repeat center center fixed;
    background-size: cover;
}

.welcome .welcome-img {
    text-align: center;
}

.welcome .welcome-img img {
    max-width: 620px;
}

.welcome .welcome-txt h2 {
    color: #fe0000;
    font-size: 32px;
    margin-bottom: 0;
}

.welcome .welcome-txt h1 {
    font-size: 42px;
    color: #005dea;
    font-weight: 600;
}


.welcome .welcome-txt h1 span {
    color: #005dea;
    margin-bottom: 10px;
}

.chairman {
    background: url("../images/bg3.png") no-repeat center center fixed;
    background-size: cover;
    padding: 0 0 50px 0;
}

.chairman .ch-message h1 {
    font-size: 25px;
    color: #000;
    line-height: 40px;
}

.chairman .ch-message h1 span {
    font-size: 30px;
    color: #fe0000;
}

.chairman .ch-photo {
    text-align: right;
}

.chairman .ch-photo img {
    max-width: 545px;
    border-radius: 10px;
}

.vision-mission {
    padding: 50px 0;
    background: #005dea;
    color: #FFF;
}

.vision-mission .vision-mission-col {
    color: rgba(255, 255, 255, 0.6);
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    overflow: hidden;
    z-index: 10;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(20px);
}

.vision-mission .vision-mission-col .icon {
    color: #FFF;
    font-size: 45px;
    border-radius: 50%;
    border: 1px solid #FFF;
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 15px;
    margin: 0 auto 20px auto;
}

.vision-mission .vision-mission-col h1 {
    text-transform: uppercase;
    font-size: 30px;
    color: #FFF;
}

.vision-mission .vision-mission-col:hover h1 {
    color: #FFF;
}

.vision-mission .vision-mission-col:hover .icon {
    color: #FFF;
    border-radius: 50%;
    border: 1px solid #FFF;
}

.vision-mission .vision-mission-col:hover {
    padding: 20px;
}

.vision-mission .vision-mission-col:hover .btn-outline-secondary {
    color: #53bba1;
    background: #000;
    border-color: #000;
}

.projects {
    padding: 50px 0;
    background: url("../images/bg6.png") no-repeat center center fixed;
    background-size: cover;
}

.projects h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.projects h1 {
    font-size: 42px;
    color: #008042;
    font-weight: 600;
    text-transform: uppercase;
}

.projects h1 span {
    color: #53bba1;
    margin-bottom: 10px;

}

.counter-profile {
    padding: 50px 0;
    text-align: center;
    background: #008042;
    text-transform: uppercase;
}

.counter-profile h2 {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 0;
}

.counter-profile h1 {
    font-size: 42px;
    color: #FFF;
    font-weight: 600;
}

.counter-profile .counter-icons {
    font-size: 40px;
    margin-bottom: 20px;
    color: #bee400;
}

.counter-profile .counter-icons img {
    width: 80px;
}

.counter-profile #counter {
    margin-top: 50px !important;
}

.counter-profile #counter .counter-value {
    font-size: 50px;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    margin-bottom: 25px;
    color: #FFF;
    display: inline;
}

.counter-profile #counter .counter-text {
    color: #bee400;
}

.top-programs {
    padding: 50px 0;
    text-align: center;
    background: url("../images/bg6.png") no-repeat center center fixed;
    background-size: cover;
}

.top-programs h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}


.top-programs h1 {
    font-size: 42px;
    color: #008042;
    font-weight: 600;
    text-transform: uppercase;
}

.top-programs h1 span {
    color: #53bba1;
    margin-bottom: 10px;
}

.top-programs h4 {
    font-size: 18px;
    font-weight: 400;
    color: #FFF;
}

.top-programs h4 span {
    font-size: 13px;
    text-transform: capitalize;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}

.top-programs .program-lg-box {
    position: relative;
}

.top-programs .program-lg-box .program-box-image {
    width: 100%;
    height: 650px;
    overflow: hidden;
}

.top-programs .program-lg-box .program-box-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: transform .3s;
}

.top-programs .program-lg-box .program-box-image:hover img {
    transform: scale(1.1);
}

.top-programs .program-lg-box .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: #FFF;
    padding: 20px;
    text-align: left;
}

.top-programs .program-lg-box:hover .overlay {
    opacity: 1;
    padding: 50px 20px;
}


.top-programs .program-sm-box {
    position: relative;
}

.top-programs .program-sm-box .program-box-image {
    width: 100%;
    height: 313px;
    overflow: hidden;
}

.top-programs .program-sm-box .program-box-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    margin: 0;
    transition: transform .3s;
}

.top-programs .program-sm-box .program-box-image:hover img {
    transform: scale(1.1);
}

.top-programs .program-sm-box .overlay {
    position: absolute;
    bottom: 0;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    /* Black see-through */
    width: 100%;
    transition: .5s ease;
    opacity: 1;
    color: #FFF;
    padding: 10px 20px;
    text-align: left;
}

.top-programs .program-sm-box:hover .overlay {
    opacity: 1;
    padding: 20px 20px;
}


.intl-news {
    padding: 50px 0;
    background: #FFF;
    text-align: center;
}

.intl-news h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.intl-news h1 {
    font-size: 42px;
    color: #0072bc;
    font-weight: 600;
    text-transform: uppercase;
}

.intl-news h1 span {
    color: #02adee;
    margin-bottom: 10px;
}

.intl-news .intl-news-col {
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
    color: #484335;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    transition: 0.3s;
    position: relative;
}

.intl-news .intl-news-col:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
}

.intl-news .intl-news-col .intl-news-image {
    width: 100%;
    height: 220px;
}

.intl-news .intl-news-col .intl-news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intl-news .intl-news-col .intl-news-title {
    font-size: 16px;
    font-weight: 600;
    padding: 10px 10px 0 10px;
    color: #0072bc;
}

.intl-news .intl-news-col .intl-news-date {
    font-size: 12px;
    padding: 0 10px 10px 10px;
}

.intl-news .intl-news-col .intl-logo {
    border: 1px solid #CCC;
    margin-top: 10px;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
}

.intl-news .intl-news-col .intl-logo img {
    max-width: 100px;
}

.help-us {
    padding: 50px 0;
    background: url("../images/bg6.png") no-repeat center center fixed;
    background-size: cover;
}

.help-us h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.help-us h1 {
    font-size: 42px;
    color: #008042;
    font-weight: 600;
    text-transform: uppercase;
}

.help-us h1 span {
    color: #53bba1;
    margin-bottom: 10px;
}

.services {
    padding: 50px 0;
    background: #f2f2f2;
    text-align: center;
    text-transform: uppercase;
}

.services h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
}


.services h1 {
    font-size: 42px;
    color: #008042;
    font-weight: 600;
}


.services h1 span {
    color: #53bba1;
    margin-bottom: 10px;
}

.services .services-col {
    text-align: center;
    padding: 20px;
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-radius: 10px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.12);
    transition: 0.3s;
}

.services .services-col:hover {
    box-shadow: 0px 25px 15px -10px rgba(0, 0, 0, 0.3);
    background: rgba(255, 255, 255, 0.08);
}

.services .services-col h3 {
    font-size: 17px;
    color: #008042;
    margin-bottom: 0;
}

.services .services-col .services-icon {
    padding: 10px;
    background: #FFF;
    border-radius: 50%;
    width: 90px;
    margin: 0 auto;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
    margin-bottom: 10px;
}

.services .services-col .services-icon img {
    max-width: 90px;
}

.services .services-col:hover .services-icon {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.videos {
    padding: 50px 0;
    background: #f2f2f2;
    text-align: center;
}


.videos h2 {
    color: #8d8e8d;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}


.videos h1 {
    font-size: 42px;
    color: #008042;
    text-transform: uppercase;
    font-weight: 600;
}

.videos h1 span {
    color: #53bba1;
    margin-bottom: 10px;
}

.slider {
    margin: 0 auto;
}

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
    border-radius: 10px;
    padding: 10px;
    background: #FFFFFF;
    border: 1px solid #CCC;
}

.slick-prev:before,
.slick-next:before {
    color: black;
}


.testimonials {
    padding: 50px 0;
    background: url("../images/bg7.jpg") no-repeat center center fixed;
    text-align: center;
    background-size: cover;
}

.testimonials h2 {
    font-size: 30px;
    font-weight: 600;
    color: #FFF;
    text-transform: uppercase;
}

.testimonials h1 {
    font-size: 42px;
    font-weight: 600;
    color: #bee400;
    text-transform: uppercase;
}

.testimonial {
    padding: 85px 50px 25px 50px;
    margin: 70px 15px 35px;
    position: relative;
    border-radius: 20px;
    box-shadow: 0 0 7px 0 rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .5);
}

.testimonial .pic {
    width: 100px;
    height: 100px;
    border: 5px solid #FFF;
    margin: 0 auto;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .3);
}

.testimonial .pic .testi-pic {
    width: 100%;
    height: 100px;
    overflow: hidden;
    background: #FFF;
}

.testimonial .pic .testi-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.testimonial .description {
    font-size: 15px;
    color: #757575;
    line-height: 27px;
    margin-bottom: 5px;
    position: relative;
}

.testimonial .testimonial-profile {
    position: relative;
    margin: 10px 0 10px 0;
}

.testimonial .testimonial-profile:after {
    margin: 0 auto;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
}

.testimonial .title {
    font-size: 18px;
    color: #FFF;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.testimonial .post {
    display: inline-block;
    font-size: 15px;
    color: #bee400;
    text-transform: capitalize;
}

.owl-theme .owl-controls {
    margin-top: 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #5e5f5f;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #bee400;
}

.owl-theme .owl-controls .owl-page.active span {
    width: 22px;
    height: 12px;
}

.supporters {
    padding: 50px 0;
    background: #008042;
    color: #FFF;
    text-align: center;
    text-transform: uppercase;
}

.supporters h2 {
    color: #FFF;
    font-size: 32px;
    margin-bottom: 0;
}


.supporters h1 {
    font-size: 42px;
    color: #FFF;
    font-weight: 600;
}

.sponsor {
    padding: 50px 0;
    background: #008042;
    text-align: center;
}

.sponsor .fa-solid {
    font-size: 50px;
    color: #FFF;
    margin-bottom: 10px;
}


.sponsor h1 {
    font-size: 42px;
    color: #FFF;
    font-weight: 400;
    text-transform: uppercase;
}

.sponsor .modal-title {
    color: #000;
}

.sponsor .modal-body {
    text-align: left;
}

.bottom-link {
    padding: 50px;
    color: rgba(255, 255, 255, 0.5);
    background: #292929;
    line-height: 35px;
    font-size: 14px;
}

.bottom-link p {
    line-height: 26px;
}

.bottom-link h2 {
    font-size: 20px;
    font-weight: 600;
}

.bottom-link li {
    list-style: none;
}

.bottom-link .title-head {
    font-size: 22px;
    color: #bee400;
    font-weight: 600;
}

.bottom-link a {
    color: rgba(255, 255, 255, 0.5);
    margin-right: 5px;
}

.bottom-link a:hover {
    color: #fff;
}

.bottom-link i {
    margin-right: 10px;
}

.bottom-link .bottom-logo {
    float: left;
    margin-bottom: 20px;
}

.bottom-link .bottom-logo img {
    max-width: 280px;
}

.footer {
    background: #000;
    padding: 10px 50px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 14px;
}

.developerID {
    text-align: right;
}

.footer a {
    color: #FFF;
}


.content-page-wrapper {
    background: url("../images/bg6.png") no-repeat center center fixed;
    background-size: cover;
}


.content-page-wrapper .heading-blocks {
    background: url("../images/bg7.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}


.heading-blocks .breadcrumb {
    background: none;
    padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.breadcrumb a {
    color: #fff;
}


.breadcrumb-item.active {
    color: #FFF;
}


.content-page-wrapper .heading-blocks h1 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}

.content-page-wrapper .heading-blocks2 {
    background: url("../images/bg7.jpg") no-repeat center center;
    background-size: cover;
    padding: 70px 0;
}


.content-page-wrapper .heading-blocks2 h1 {
    font-weight: 500;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    text-shadow: 2px 2px 2px #000;
}


.content-page-wrapper .content-page {
    background: #FFF;
    padding: 50px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}

.content-page-wrapper .content-page .page-image {
    max-width: 500px;
    width: 100%;
    float: right;
    margin-left: 25px;
    margin-bottom: 25px;
}

.team .member {
    position: relative;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 30px;
    border-radius: 4px;
    background: white;
}

.team .member .pic {
    /* overflow: hidden; */
    width: 140px;
    border-radius: 4px;
}

.team .member .pic img {
    transition: ease-in-out 0.3s;
}

.team .member:hover img {
    transform: scale(1.1);
}

.team .member .member-info {
    padding-left: 30px;
}

.team .member h4 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    color: #005dea;
}

.team .member span {
    display: block;
    font-size: 15px;
    padding-bottom: 10px;
    position: relative;
    font-weight: 500;
}

.team .member span::after {
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 1px;
    background: #dee2e6;
    bottom: 0;
    left: 0;
}

.team .member .social {
    margin-top: 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.team .member .social a {
    transition: ease-in-out 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    width: 32px;
    height: 32px;
    background: #8795a4;
}

.team .member .social a i {
    color: #fff;
    font-size: 16px;
    margin: 0 2px;
}

.team .member .social a:hover {
    background: #005dea;
}

.team .member .social a+a {
    margin-left: 8px;
}

.content-page-wrapper .content-page .brand-page .brand-logo {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.content-page-wrapper .content-page .brand-page .photo-grid .row {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap;
    /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 33.33%;
    /* IE10 */
    flex: 33.33%;
    max-width: 33.33%;
    padding: 0 4px;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
}

.column video {
    margin-top: 8px;
}

.content-page-wrapper .content-page .projects-page .project-col {
    position: relative;
}

.content-page-wrapper .content-page .projects-page .project-col .project-image {
    width: 100%;
    height: 300px;
    border-radius: 10px;
    overflow: hidden;
}


.content-page-wrapper .content-page .projects-page .project-col .project-image img {
    width: 100%;
    height: 100%;
    transition: transform .3s;
    object-fit: cover;
}

.content-page-wrapper .content-page .projects-page .project-col .project-image:hover img {
    transform: scale(1.1);
}

.content-page-wrapper .content-page .projects-page .project-col .project-name {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    color: #FFF;
    width: 100%;
    padding: 20px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
    margin: 0;
    text-align: left;
    transition: .5s ease;
}


.content-page-wrapper .content-page .projects-page .project-col .project-name span {
    font-size: 13px;
}


.content-page-wrapper .content-page .projects-page .project-col:hover .project-name {
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    padding: 20px 20px 40px 20px;
}

.content-page-wrapper .content-page .services-page .services-col {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 10px;
    transition: .5s ease;
}

.content-page-wrapper .content-page .services-page .services-col .services-icon {
    max-width: 80px;
}


.content-page-wrapper .content-page .services-page .services-col .services-paragraph h2 {
    color: #53bba1;
    transition: .5s ease;
    font-size: 25px;
}

.content-page-wrapper .content-page .services-page .services-col:hover h2 {
    color: #008042;
}

.content-page-wrapper .content-page .services-page .services-col:hover {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
}


.content-page-wrapper .content-page .beyond-business-page .beyond-img {
    max-width: 500px;
    float: left;
    margin-right: 20px;
    border-radius: 10px;
}

.content-page-wrapper .content-page .beyond-business-page h2 {
    color: #008042;
}

.content-page-wrapper .content-page .contact-page h1 {
    font-size: 38px;
    color: #222222;
    border-bottom: none;
    text-align: center;
    text-transform: capitalize;
}

.content-page-wrapper .content-page .contact-page .form-col {
    background: #f7f7f7;
    padding: 30px;
    margin-left: 20px;
    border-radius: 10px;
}

.content-page-wrapper .content-page .contact-page .add-info {
    text-align: center;
    color: #7e7d7d;
    border-radius: 10px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    padding: 20px;
}

.content-page-wrapper .content-page .contact-page .add-info a {
    color: #7e7d7d;
}

.content-page-wrapper .content-page .contact-page i {
    font-size: 27px;
    color: #005dea;
}

.content-page-wrapper .content-page .contact-page h3 {
    font-size: 20px;
    color: #000;
    margin-top: 10px;
}

.content-page-wrapper .content-page h4 {
    font-size: 20px;
    color: #61CE70;
    margin-top: 10px;
}

.content-page-wrapper .content-page .gallery-page .gallery-box .gallery-pic {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 175px;
    overflow: hidden;
    border-radius: 10px;
    border: 7px solid #FFF;
    background: #000;
}

.content-page-wrapper .content-page .gallery-page .gallery-box .gallery-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform .2s;
    margin: 0;
}

.content-page-wrapper .content-page .gallery-page .gallery-box .gallery-pic:hover img {
    transform: scale(1.1);
}

.filter-button {
    font-size: 18px;
    background: #000;
    border-radius: 5px;
    text-align: center;
    color: #FFF;
    margin-bottom: 10px;

}

.filter-button:hover {
    font-size: 18px;
    border-radius: 5px;
    text-align: center;
    color: #ffffff;
    background-color: #008042;

}

.btn-default:active .filter-button:active {
    background-color: #008042 !important;
    color: #FFF;
}

.content-page-wrapper .content-page .projects-page .clients-logo {
    border-radius: 10px;
    border: 1px solid #CCC;
    overflow: hidden;
    padding: 30px;
    background: #FFF;
}

.content-page-wrapper .content-page .donate-col {
    text-align: center;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    padding: 20px;
    border-radius: 20px;
}

.content-page-wrapper .content-page .donate-col h2 {
    color: #fe0000;
    font-size: 22px;
}

.content-page-wrapper .content-page .donate-col .paypal-img {
    max-width: 200px;
}

.content-page-wrapper .content-page .donate-col .esewa-img {
    max-width: 200px;
}

.content-page-wrapper .content-page .video-page p {
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}

.content-page-wrapper .content-page .video-page p em {
    color: #fe0000 !important;
}

.content-page-wrapper .content-page .donate-image {
    aspect-ratio: 2 / 1.4;
}

.content-page-wrapper .content-page .donate-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media only screen and (max-width:800px) {

    #no-more-tables tbody,
    #no-more-tables tr,
    #no-more-tables td {
        display: block;
    }

    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables td {
        position: relative;
        padding-left: 50%;
        border: none;
        border-bottom: 1px solid #eee;
        text-align: left;
    }

    #no-more-tables td:before {
        content: attr(data-title);
        position: absolute;
        left: 6px;
    }

    #no-more-tables tr {
        border-bottom: 1px solid #ccc;
    }
}


/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}


@media (max-width: 1399px) {
    .navbar .navbar-brand img {
        max-width: 150px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 6px 8px;
    }

    .slider-banner .carousel-item {
        width: 100%;
        height: 425px;
    }

    .content-page-wrapper .content-page {
        background: transparent;
        padding: 30px 0;
        box-shadow: none;
    }

}

@media (max-width: 1199px) {
    .navbar .navbar-brand img {
        max-width: 90px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        padding: 5px;
    }

    .dropdown-item {
        font-size: 12px;
    }

    .slider-banner .carousel-item {
        width: 100%;
        height: 425px;
    }
}

@media (max-width: 991px) {

    .main-header .main-logo {
        max-width: 250px;
    }

    .main-header .header-right .header-info {
        line-height: 18px;
        display: block;
        justify-content: flex-end;
        float: right;
        margin-left: 25px;
    }

    .navbar .navbar-brand img {
        max-width: 90px;
    }

    .slider-banner .carousel-item {
        width: 100%;
        height: 355px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        margin: 1px 0;
    }

    .welcome .welcome-img img {
        max-width: 350px;
    }

    .welcome-txt {
        text-align: center;
    }

    .welcome .welcome-txt h1 {
        display: inline-block;
        font-size: 32px;
    }

    .welcome .welcome-txt h2 {
        font-size: 28px;
    }

    .welcome .welcome-txt .line {
        text-align: center;
        margin: 0 auto 10px;
    }

    .chairman .ch-message {
        border-left: none;
        padding: 0;
        text-align: center;
    }

    .chairman .ch-photo {
        margin: 0 auto;
        max-width: 350px;
    }

    .vision-mission .vision-mission-col h1 {
        font-size: 28px;
    }

    .services h1 {
        display: inline-block;
        font-size: 32px;
    }

    .services h2 {
        font-size: 28px;
    }

    .projects {
        text-align: center;
    }

    .projects .line {
        text-align: center;
        margin: 0 auto 10px;
    }

    .projects h1 {
        display: inline-block;
        font-size: 32px;
    }

    .projects h2 {
        font-size: 28px;
    }

    .counter-profile h1 {
        display: inline-block;
        font-size: 32px;
    }

    .counter-profile h2 {
        font-size: 28px;
    }

    .top-programs h1 {
        display: inline-block;
        font-size: 32px;
    }

    .top-programs h2 {
        font-size: 28px;
    }

    .intl-news h1 {
        display: inline-block;
        font-size: 32px;
    }

    .intl-news h2 {
        font-size: 28px;
    }

    .videos h1 {
        display: inline-block;
        font-size: 32px;
    }

    .videos h2 {
        font-size: 28px;
    }

    .testimonials h1 {
        display: inline-block;
        font-size: 32px;
    }

    .testimonials h2 {
        font-size: 28px;
    }

    .supporters h1 {
        display: inline-block;
        font-size: 32px;
    }

    .supporters h2 {
        font-size: 28px;
    }

    .help-us {
        text-align: center;
    }

    .help-us .line {
        text-align: center;
        margin: 0 auto 10px;
    }

    .help-us .help-us-img {
        max-width: 200px;
        margin: 0px auto;
    }


    .help-us h1 {
        display: inline-block;
        font-size: 32px;
    }

    .help-us h2 {
        font-size: 28px;
    }

    .sponsor h1 {
        display: inline-block;
        font-size: 32px;
    }

    .sponsor h2 {
        font-size: 28px;
    }

    .bottom-link {
        text-align: center;
    }

    .bottom-link .bottom-logo {
        float: none;
    }

    .footer .copy-right {
        text-align: center;
    }

    .footer .developerID {
        text-align: center;
    }

    .content-page-wrapper .content-page .page-image {
        max-width: 100%;
    }

}

@media (max-width: 767px) {

    .slider-banner .carousel-item {
        height: 220px;
    }

    .slider-banner .carousel-item .carousel-caption h5 {
        font-size: 26px;
    }

    .slider-banner .carousel-item .carousel-caption {
        padding: 10px;
    }

    .header-right {
        display: none;
    }

    .top-programs .program-lg-box .program-box-image {
        height: 350px;
    }

    .top-programs .program-sm-box .program-box-image {
        height: 350px;
    }

    .intl-news .intl-news-col .intl-news-image {
        width: 100%;
        height: 275px;
    }

    .projects .clients-logo {
        border-radius: 50%;
        border: 1px solid #CCC;
        overflow: hidden;
        padding: 10px;
        background: #FFF;
    }

    .welcome,
    .chairman,
    .vision-mission,
    .services,
    .projects,
    .counter-profile,
    .top-programs,
    .intl-news,
    .videos,
    .testimonials,
    .supporters,
    .help-us,
    .sponsor,
    .bottom-link,
    .footer {
        padding: 30px !important;
    }

    .bottom-link hr {
        display: none;
    }

    .videos .col-lg-8 {
        display: none;
    }

}

@media (max-width: 576px) {

    .navbar .navbar-brand img {
        max-width: 90px;
    }

    .navbar {
        padding: 10px;
    }

    .slider-banner .carousel-item {
        height: 180px;
    }

    .heading h1 {
        font-size: 35px;
    }

    .top-programs .program-lg-box .program-box-image {
        height: 330px;
    }

    .content-page-wrapper .heading-blocks {
        padding: 30px;
    }

    .content-page-wrapper .heading-blocks h1 {
        font-size: 18px;
    }

    .content-page-wrapper .heading-blocks2 {
        padding: 30px;
    }

    .content-page-wrapper .heading-blocks2 h1 {
        font-size: 18px;
        line-height: 25px;
    }

    .content-page-wrapper .content-page {
        padding: 30px;
    }

    .content-page-wrapper .content-page .projects-page .clients-logo {
        padding: 15px;
    }

    .content-page-wrapper .content-page .gallery-page .gallery-box .gallery-pic {
        height: 125px;
    }


}

@media (max-width: 428px) {

    .slider-banner .carousel-item .carousel-caption {
        padding: 20px 20px;
    }

    .slider-banner .carousel-item {
        height: 215px;
    }
}