/*

* Theme Name: NS - Rotary Club of Yangon

*  Author: Netscriper

*  Author URI: http://www.netscriper.com/

*/     



:root {

--color1: #1B4783;

--color2: #ECA13D;

}



body{

	margin:0 auto;

    font-family: "Lexend Deca", sans-serif;

    /* font-family: "Funnel Sans", sans-serif; */

    color: #3D3D3D;

}

/* h1,h2,h3,h4,h5,h6{

    font-family: "Teko", sans-serif;

} */



a {

    text-decoration: unset;

    transition: all .2s;

}
.mmenu-toggler{
    font-size: 37px;
    color: var(--color1);
}
/* Pagination */

ul.page-numbers {

    padding-left: 0px;

    margin: 50px 0 0;

    display: inline-block;

}

ul.page-numbers li{

	float: left;

	list-style: none;

	padding: 0px;

}

ul.page-numbers li a, ul.page-numbers li span {

    height: 38px;

    width: 38px;

    line-height: 38px;

    text-align: center;

    border-radius: 100px;

    margin-right: 8px;

    background: #F8F8F8;

    display: inline-block;

    color: #3d3d3d;

}

ul.page-numbers li a:hover {

    background: #1b478333;

}

ul.page-numbers li span.current{

	background: var(--color1);

    color: #fff;

}

.content-img img{

	width: 100%;

	height: auto;

}

.section-title {

    font-size: 41px;

    text-transform: uppercase;

    color: var(--color1);

}

.section-title::before {

    content: "";

    display: block;

    width: 152px;

    height: 4px;

    background: var(--color2);

    border-radius: 100px;

    margin-bottom: 10px;

}

.more, nav#menu>ul>li:last-child a {

    background: var(--color1);

    color: #fff;

    position: relative;

    display: inline-block;

    padding: 10px 17px;

    z-index: 1;

    overflow: hidden;

    border: unset;

}

.more::before, nav#menu>ul>li:last-child a::before {

    content: "";

    position: absolute;

    height: 150px;

    width: 180px;

    background: var(--color2);

    top: 50%;

    left: 50%;

    border-radius: 50%;

    transform: translateY(-50%) translateX(-50%) scale(0);

    transition: all 0.3s ease-out 0s;

    z-index: -1;

}

.more:hover::before, nav#menu>ul>li:last-child a:hover::before{

    transform: translateY(-50%) translateX(-50%) scale(1);

}

.more.style2 {

    display: flex;

    max-width: max-content;

    align-items: center;

    justify-content: center;

    gap: 5px;

    border-radius: 60px;

    padding: 5px 15px;

    border: 2px solid;

    font-weight: 500;

}

.more.style2 i {

    font-size: 24px;

    line-height: normal;

}

section.slider .slide .more:first-child {

    background: var(--color2);

    border-color: var(--color2);

}

section.slider .slide .more:first-child::before{

    background: var(--color1);

}

section.slider .slide .more:last-child {

    background: transparent;

}

/* 404 error */

.error img {

    position: relative;

    margin: 0 auto;

}

.back-home-wrap p {

    font-size: 21px;

	margin-top:50px;

}

.back-home-wrap {

    text-align: center;

    left: 0;

    right: 0;

}

.error {

    height: 400px;

}

.back-home {

    margin-top: 14px;

    border-radius: 0;

}



.mm-menu--offcanvas{

    position: absolute;

}



/* Breadcrumb */



#breadcrumbs {list-style-type: none; padding-left: 0;}

#breadcrumbs li{display: inline-block;}



/*********************** Sidebar & Widget ******************/

.sidebar {

    position: sticky;

    top: 0;

}

.sidebar aside {

    padding: 40px;

    border: 1px solid #e7e7e7;

    margin-bottom: 30px;

    background: #F8F8F8;

}

.widget ul li a {

    color: #333;

    font-family: 'Raleway', sans-serif;

    border-bottom: 1px solid #ddd;

    display: block;

    padding-top: 12px;

    padding-bottom: 12px;

    position: relative;

}

.widget ul li a::before {

    content: '';

    position: absolute;

    border: 1px solid var(--color1);

    bottom: 0;

    width: 53px;

}

.widget ul li a:hover::before {

    content: '';

    position: absolute;

    border: 1px solid var(--color1);

    bottom: 0;

    left: 0;

    right: 0;

    width: 100%;

    transition: all .3s ease;

}

.widget ul li a:hover,

.widget ul li a:focus{

    color: var(--color1);

    text-decoration: none;

    outline: none;

}

.widget ul{

    padding-left:0;

    list-style-type: none;

}

.loader {

  font-size: 30px;

  animation: l1 1s linear infinite alternate;

}

@keyframes l1 {to{opacity: 0}}



.sidebar .post-item {

    display: flex;

    gap: 20px;

    border-bottom: 1px solid #e7e7e7;

    padding: 20px 0;

}

.sidebar .post-item:last-child {

    border: unset;

    padding-bottom: 0;

}

.sidebar .post-item .post-thumb {

    min-width: 90px;

    max-width: 90px;

}

.sidebar .post-item .title {

    color: #3d3d3d;

    display: inline-block;

    font-size: 17px;

    font-weight: 500;

    line-height: 24px;

}

.sidebar .post-item .title:hover {

    color: var(--color1);

}

.sidebar .pj-cat a {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
    color: #3d3d3d;
    font-size: 17px;
}
.sidebar aside .cat-icon {
    position: unset !important;
    transform: unset !important;
    width: 45px !important;
    height: 45px !important;
}
.sidebar aside .cat-icon img {
    width: 20px;
}

/* Header Start */

header {

    padding: 24px 0;

    box-shadow: 0 10px 40px 0 rgba(0,0,0,.07);

}

nav#menu>ul>li>a {

    padding: 15px 18px;

    display: flex;

    align-items: center;

    gap: 2px;

}

nav#menu>ul>li>a.active, nav#menu>ul>li>a:hover {

    color: var(--color1);

    cursor: pointer;

}

nav#menu>ul>li:last-child a{

    margin-left: 14px;

}

nav#menu>ul>li:last-child a.active{

    color: #fff;

}

nav#menu>ul>li:last-child a:hover{

    color: #fff;

}

nav#menu>ul>li>a.dropdown-toggle::after{

    border: unset;

    content: "\f107";

    font-family: "FontAwesome";

    font-weight: bold;

    font-size: 19px;

}

ul.dropdown-menu {

    border: unset;

    box-shadow: 0px 0px 7px -5px #777;

    padding: 10px 25px;

    border-bottom: 3px solid var(--color2);

    display: block;

    visibility: hidden;

    opacity: 0;

    transform: scale(1, 0);

    transform-origin: 0 0;

    transition: all 0.3s ease-out 0s;

}

nav#menu>ul>li:hover .dropdown-menu, #news-filter:hover ul.dropdown-menu{

    visibility: visible;

    opacity: 1;

    transform: scale(1, 1);

}

ul.dropdown-menu li a {

    position: relative;

    border-bottom: 1px solid #E7E7E7;

    padding: 11px 0;

    font-size: 15px;

}

ul.dropdown-menu li a::after {

    content: "";

    position: absolute;

    height: 1px;

    bottom: -1px;

    left: 0;

    background: var(--color2);

    transition: all .5s ease;

    width: 0%;

}

nav#menu ul.dropdown-menu li a:hover::after, #news-filter ul.dropdown-menu li a:hover::after{

    width: 100%;

}

ul.dropdown-menu li a:hover, ul.dropdown-menu li a:focus {

    background: unset;

    color: var(--color1);

}

ul.dropdown-menu li:last-child a{

    border: unset;

}

ul.dropdown-menu li:last-child a::after{

    display: none;

}

.dropdown-item.active {

    background: unset;

    color: var(--color1);

}

#mobile-menu .mm-panel, #mobile-menu .mm-navbar__title, #mobile-menu .mm-navbar__btn{
    background: var(--color1);
}
#mobile-menu .mm-navbar__title{
    text-transform: uppercase;
}
#mobile-menu ul>li>a.active {
    color: var(--color2);
}
#mobile-menu .mm-listitem, #mobile-menu .mm-navbar{
    border-color: rgb(0 0 0 / 21%);
    background: unset;
}
/* Header End */



/* Sub Banner Start */

section.sub-banner {

    max-width: 1715px;

    margin: 40px auto 0;

    width: 100%;

    height: 500px;

    background-size: cover !important;

    border-radius: 25px;

    background-position: center !important;

    position: relative;

    overflow: hidden;

    display: flex;

    align-items: end;

    text-align: left;

    color: #fff;

}

section.sub-banner:before {

    position: absolute;

    bottom: 0;

    left: 0;

    content: '';

    width: 100%;

    height: 60%;

    background: linear-gradient(0deg, rgba(0, 0, 0, .7), rgba(0, 0, 0, 0));

}

section.sub-banner .page-meta {

    position: relative;

    padding: 40px 0;

}

.sub-banner .title {

    font-size: 48px;

}

.sub-banner .page-meta .separator {

    margin: 0 10px;

}

.sub-banner a {

    color: #fff;

}

.sub-banner a:hover {

    color: var(--color2);

}

/* Sub Banner End */



/* Home Page Start */

section.slider .slide{

    position: relative;

}

section.slider .slide .shape {

    position: absolute;

    width: 50%;

    height: 100%;

    left: 0;

    bottom: 0;

}

section.slider .slide .shape::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background: rgba(27, 71, 131, 0.8);

    clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0% 100%);

}

section.slider .overlay {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    bottom: 0;

    display: flex;

    align-items: center;

}

section.slider img {

    width: 100%;

    height: 700px;

    object-fit: cover;

}

section.about {

    background: #F8F8F8;

    padding: 40px 0;

    margin-bottom: 100px;

}

section.about .row {

    margin-bottom: -100px;

    align-items: center;

}

section.about .featured-image {

    aspect-ratio: 5 / 4;

    object-fit: cover;

    width: 100%;

}

section.about .content {

    padding-left: 105px;

    text-align: justify;

    line-height: 29px;

}

section.slider .overlay h1 {

    color: #fff;

    text-transform: uppercase;

    line-height: 55px;

    font-size: 36px;

    font-weight: 600;

}

section.slider .overlay {

    color: #fff;

    font-weight: 300;

}

section.slider .overlay .caption {

    padding-right: 150px;

}



section.counter{

    text-align: center;

    padding: 100px 0;

    background: #F8F8F8;

}

section.counter .col-sm-6 {

    border-right: 2px solid rgba(61, 61, 61, 0.2);

}

section.counter .col-sm-6:last-child{

    border: unset;

}

section.counter .counter-box {

    padding: 12px 0;

}

section.counter .value {

    font-size: 50px;

    color: var(--color1);

    margin-bottom: 20px;

}

section.counter .label {

    font-weight: 400;

    color: var(--color2);

}



section.project-category {

    padding: 100px 0;

}

.p-cat-box {

    position: relative;

    text-align: center;

    padding: 25px 15px;

    color: #fff;

    line-height: 29px;

    padding-bottom: 90px;

    width: 100%;

    margin-top: 25px;

}

.p-cat-box::before {

    content: "";

    position: absolute;

    width: 100%;

    height: 100%;

    background: rgba(27, 71, 131, 0.8);

    left: 0;

    top: 0;

    z-index: -1;

    transition: all .3s ease;

}

.p-cat-box:hover::before {

    background: var(--color1);

}

.p-cat-box:hover .view-more{

    color: var(--color2);   

}

.p-cat-box .featured-image {

    position: absolute;

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

    object-fit: cover;

    z-index: -2;

}

.p-cat-box .title {

    font-size: 18px;

    margin-bottom: 18px;

}

.p-cat-box p {

    font-weight: 300;

    font-size: 15px;

    padding: 0 15px;

}

.p-cat-box .view-more {

    border-bottom: 1px solid;

    padding-bottom: 4px;

}

.p-cat-box .cat-icon, .sidebar aside .cat-icon {

    background: var(--color2);

    border-radius: 50%;

    width: 100px;

    height: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    position: absolute;

    bottom: -50px;

    left: 50%;

    transform: translateX(-50%);

    transition: all .5s ease;

}

.p-cat-box:hover .cat-icon {

    transform: translateX(-50%) rotate(180deg);

}

section.news {

    padding: 100px 0;

}

#news-filter .more {

    min-width: 170px;

    display: flex;

    gap: 7px;

    justify-content: space-between;

}

#news-filter ul.dropdown-menu {

    min-width: 170px;

}

.news-box.style1 img {

    aspect-ratio: 14 / 9;

    object-fit: cover;

}

.news-box .date {

    font-weight: 500;

    color: var(--color2);

    display: flex;

    gap: 5px;

    margin: 15px 0 10px;

}

.news-box .title a {

    font-size: 23px;

    color: var(--color1);

    display: inline-block;

    margin-bottom: 10px;

}

.news-box .title a:hover {

    opacity: .8;

}

.news-box .readmore {

    color: var(--color1);

    border-bottom: 1px solid var(--color1);

    padding-bottom: 3px;

}

.news-box .readmore:hover {

    border-color: var(--color2);

}

div#news-target2 {

    display: flex;

    flex-direction: column;

    gap: 20px;

}

.news-box.style2 img {

    aspect-ratio: 14 / 10;

    object-fit: cover;

}

/* Home Page End */



/* Footer Start */

footer {

    background: var(--color1);

    color: #fff;

}

footer h4{

    line-height: normal;

    font-size: 23px;

}

footer a {

    color: #fff;

}

footer ul li {

    padding: 5px 0;

}

footer a:hover {

    color: var(--color2);

}

.footer-top {

    padding: 35px 0 30px;

}

.footer-top p {

    max-width: 375px;

    width: 100%;

    justify-self: flex-end;

    text-align: justify;

    line-height: 29px;

    font-weight: 300;

}

.footer-top .more {

    background: #fff;

    color: var(--color1);

    float: right;

}

.footer-top .more:hover{

    color: #fff;

}

.footer-bottom{

    font-weight: 300;

    padding: 30px 0 10px;

}

.footer-bottom h4 {

    margin-bottom: 17px;

}

footer .socials a, .contact-info .socials a{

    font-size: 26px;

    margin-right: 11px;

}

#go-top {

    position: fixed;

    right: 33px;

    bottom: 32px;

    height: 51px;

    width: 51px;

    border-radius: 50%;

    z-index: 10;

    transition: all .2s ease-in-out;

    background: var(--color2);

    padding: 3px;

}

#go-top svg path {

    fill: none;

    stroke-width: 3px;

    stroke: #fff;

}

#go-top i {

    position: absolute;

    left: 50%;

    top: 50%;

    font-size: 24px;

    color: #fff;

    transform: translate(-50%, -55%);

}

/* Footer End */



/* About Page Start */

.about-page .about-section {

    padding: 80px 0;

}

.about-page .about-section img {

    border-radius: 3px;

    object-fit: cover;

}

.about-page .about-section .img1 {

    aspect-ratio: 4 / 5;

}

.about-page .about-section .img2 {

    aspect-ratio: 1 / 1;

}

.about-page .about-section .clubs {

    width: 190px;

    height: 190px;

    background: var(--color1);

    color: #fff;

    text-align: center;

    display: flex;

    align-items: center;

    flex-direction: column;

    justify-content: center;

    padding: 15px;

    position: absolute;

    left: 35%;

    bottom: 35px;

    border-radius: 3px;

}

.title-label {

    background-color: #0000000d;

    margin: 0px 0px 15px 0px;

    padding: 4px 20px;

    border-radius: 20px;

    display: inline-block;

    text-transform: uppercase;

    color: var(--color2);

}

.about-section .content{

    text-align: justify;

}

.about-section .content h1, .get-involved h1 {

    margin-bottom: 30px;

    text-align: left;

}
.get-involved .wrap {
    border: 1px solid #ebebeb;
    padding: 40px 30px;
}
.about-page .get-involved {
    padding-bottom: 80px;
}
.about-page a {
    color: var(--color1);
}
.about-page a:hover {
    color: var(--color2);
}
.get-involved iframe {
    width: 100%;
    height: 450px;
}

.about-page .history {

    padding-bottom: 30px;

}

.history-area {

    max-width: 1000px;

    width: 100%;

    margin: 0 auto;

    position: relative;

}

.history-area::after {

    content: "";

    position: absolute;

    height: 100%;

    left: 50%;

    bottom: 0;

    border: 1px dashed var(--color2);

    transform: translateX(-50%);

    z-index: -1;

}

.history-area .item {

    display: flex;

    gap: 100px;

    margin: 50px 0;

    position: relative;

}

.history-area .item:nth-child(even) {

    flex-direction: row-reverse;

}

.history-area .item::after {

    content: "";

    position: absolute;

    width: 12px;

    height: 12px;

    background: var(--color2);

    border-radius: 50%;

    left: 50%;

    top: 50%;

    transform: translate(-50%, -50%);

    z-index: 10;

}

.history-area .featured-image img {

    aspect-ratio: 21 / 11;

    object-fit: cover;

}

.history-area .featured-image, .history-area .content {

    width: 50%;

}

.history-area .content {

    border: 1px solid #e7e7e7;

    padding: 35px;

    margin-top: 30px;

    position: relative;

    line-height: 1.6;

    background: #fff;

    text-align: justify;

}

.history-area .item .content::before {

    content: "";

    position: absolute;

    width: 20px;

    height: 20px;

    top: 60px;

    border: 1px solid #e7e7e7;

    transform: rotate(45deg);

    background: #fff;

}

.history-area .item:nth-child(odd) .content::before{

    border-right: 0;

    border-top: 0;

    left: 0;

    margin-left: -11px;

}

.history-area .item:nth-child(even) .content::before{

    border-left: 0;

    border-bottom: 0;

    right: 0;

    margin-right: -11px;

}

.history-area .duration {

    background: var(--color1);

    color: #fff;

    display: inline-block;

    padding: 7px 15px;

    font-size: 18px;

    position: relative;

    line-height: normal;

    margin-bottom: 25px;

}

.history-area .duration::after {

    content: "";

    position: absolute;

    height: 100%;

    width: 30px;

    left: 100%;

    top: 0;

    border-top: 18px solid var(--color1);

    border-right: 20px solid #fff;

    border-bottom: 18px solid var(--color1);

    border-left: 10px solid var(--color1);

    margin-left: -10px;

}

/* About Page End */



/* Single Post Start */

.single-post .separator:last-child {

    display: none;

}

.single .content {

    padding: 60px 0;

}

/* Single Post End */



/* The Club Team Start */

.team-member {

    border: 1px solid #f1f1f1;

    border-radius: 24px;

    overflow: hidden;

    width: 100%;

    background: #F8F8F8;
    transition: all .3s ease;
}

.team-member .photo {

    padding: 25px 20px;

    border-bottom: 1px solid #e5dfdf;

}

.team-member .photo img {

    max-width: 100%;

    width: 135px;

    height: 135px;

    object-fit: cover;

    margin: 0 auto;

    display: block;

}

.team-member .member-name {
    font-size: 18px;
    font-weight: 400;
    color: #3d3d3d;
}
.team-member .info {
    padding: 15px;
    display: flex;
    justify-content: space-between;
    gap: 5px;
    align-items: flex-start;
}
.team-member .member-position{
    display: inline-block;
}
.team-member .more {
    width: 45px;
    min-width: 45px;
    height: 45px;
    border-radius: 50%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}
body>.modal-backdrop{
    display: none;
}
.modal.fade {
    background: rgba(0, 0, 0, 0.6);
}

.team-member:hover {
    background: var(--color1);
}
.team-member:hover .member-name, .team-member:hover .member-position {
    color: #fff !important;
}
.team-member:hover .more::before{
    transform: translateY(-50%) translateX(-50%) scale(1);
}
.modal .meta {
    display: flex;
    gap: 25px;
    align-items: center;
}
.modal .photo img {
    width: 135px;
    min-width: 135px;
    height: 135px;
    object-fit: cover;
    border: 1px solid #dee2e6;
}
.modal .details {
    text-align: justify;
}
.modal .details h4, .modal .details h5 {
    margin-bottom: 15px;
}
.modal .details a {
    color: var(--color1);
}
.modal .details a:hover {
    color: var(--color2);
}
.modal .btn-close {
    position: absolute;
    right: 15px;
    top: 7px;
}
.modal .team-member:hover{
    background: #F8F8F8;
}
.modal .team-member:hover .member-name, .modal .team-member:hover .member-position {
    color: #3d3d3d !important;
}
/* The Club Team End */



/* Single Post Start */

.single .post-content {

    border: 1px solid #e7e7e7;

    padding: 40px;

    border-radius: 5px;

}

.single-post-title {

    margin-bottom: 30px;

    color: var(--color1);

}

.single-post-thumbnail img {

    max-height: 500px;

    width: 100%;

    object-fit: cover;

}

.single .post-date i {

    color: var(--color1);

    margin-right: 5px;

}

/* Single Post End */



/* Join Us Page Start */

.page-template-join-us .content, .page-template-the-club-team .content, .archive .content{

    padding: 80px 0;

}

#joinUsAccordion {

    display: flex;

    flex-direction: column;

    gap: 20px;

}

#joinUsAccordion .accordion-item {

    border: 1px solid #3d3d3d33;

    border-radius: 10px;

    overflow: hidden;

    background: #fff;

}

#joinUsAccordion .accordion-button {

    font-size: 18px;

    background: var(--color1);

    color: #fff;

}

#joinUsAccordion .accordion-button:hover {

    color: var(--color2);

}

#joinUsAccordion ul li {

    padding: 5px 0;

}

#joinUsAccordion .accordion-button::after{

    content: "\F4FE";

    font-family: 'bootstrap-icons';

    color: #fff;

    font-size: 32px;

    width: unset;

    height: unset;

    background: unset;

    line-height: 0

}

#joinUsAccordion .accordion-button:not(.collapsed)::after{

    content: "\F2EA";

}

.nav-pills .more {

    border: 2px solid var(--color1);

    transition: all .3s;

}

.nav-pills .more:not(.active) {

    color: var(--color1);

    background: unset;

}

.nav-pills .more:not(.active):hover{

    color: #fff;

}

.nav-pills .more:hover{

    border-color: var(--color2);

}

/* Join Us Page End */



/* Contact Page Start */

.page-template-contact-us .form-section {

    padding-top: 80px;

}

.page-template-contact-us .contact-info .flex-box {

    display: flex;

    margin: 35px 0;

    line-height: 29px;

}

.page-template-contact-us .contact-info .flex-box h5 {

    min-width: 155px;

    margin: 0;

}

.page-template-contact-us .contact-info span {

    margin: 0 25px;

    display: inline-block;

    font-size: 20px;

}

.page-template-contact-us .contact-info a {

    color: #3d3d3d;

}

.page-template-contact-us .contact-info a:hover {

    color: var(--color1);

}

#contact-form {

    background: #F4F4F4;

    padding: 60px;

    max-width: 550px;

    width: 100%;

    margin-bottom: -100px;

    position: relative;

    z-index: 100;

    margin-left: auto;

}

#contact-form .form-title {

    color: var(--color1);

    margin-bottom: 25px;

    text-transform: uppercase;

    font-weight: 600;

}

#contact-form .form-control {

    border-radius: 0;

    box-shadow: none;

    padding: 11px 15px;

}

#contact-form .form-control::placeholder {

    color: #727272;

    font-weight: 300;

}

#contact-form textarea {

    height: 135px;

}

#g-map iframe {

    height: 600px;

    margin-bottom: -4px;

}
.pd-100{
    padding-top: 100px;
    padding-bottom: 100px;
}
.pd-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
/* Contact Page End */



/* Media Query Start */

@media(max-width: 1399px){
    nav#menu>ul>li>a{

        padding: 15px 10px;

    }
    section.about{
        margin-bottom: 40px;
    }
    section.about .row{

        margin-bottom: -70px;

    }

    section.about .content{

        padding-left: 80px;

    }

    section.slider .overlay .caption {

        padding-right: 100px;

    }

    section.slider .overlay h1{

        font-size: 35px;

    }

    section.slider img{

        height: 600px;

    }

    .p-cat-box p{

        padding: 0;

    }

    .sub-banner .title {

        font-size: 45px;

    }

    #g-map iframe {

        height: 450px;

    }
}



@media(max-width: 1199px){
    header{
        padding: 15px 0;
    }
    section.counter{
        padding: 80px 0;
    }
    section.about {
        padding: 40px 0 60px;
        margin-bottom: 0;
    }
    section.about .row{

        margin-bottom: 0px;

    }
    section.project-category {
        padding: 80px 0;
    }
    section.about .content{

        padding-left: 50px;

    }

    section.slider .overlay .caption {

        padding-right: 50px;

    }

    section.slider .overlay h1{

        font-size: 30px;

        line-height: 45px;

    }

    section.slider img {

        height: 500px;

    }
    section.news {
        padding: 80px 0;
    }
    section.sub-banner{

        height: 450px;

    }

    .sub-banner .title {

        font-size: 40px;

    }

    #g-map iframe {

        height: 400px;

    }

}



@media(max-width: 991px){
    section.counter{
        padding: 60px 0;
    }
    section.about .content{

        padding-left: 0px;

    }

    section.slider .overlay, section.slider .shape{

        display: none;

    }

    section.slider img {

        height: 400px;

    }

    section.counter .col-sm-6:nth-child(even) {

        border: unset;

    }

    section.counter .col-sm-6:first-child, section.counter .col-sm-6:nth-child(2) {

        border-bottom: 2px solid rgba(61, 61, 61, 0.2);

    }

    section.counter .counter-box {

        padding: 20px 0;

    }
    section.project-category {
        padding: 60px 0;
    }
    section.news {
        padding: 60px 0;
    }
    div#news-target2{
        row-gap: 45px;
    }
    section.sub-banner{

        height: 400px;

    }
    .footer-top p{

        max-width: unset;

        margin: 10px 0 !important;

    }

    .history-area .item{

        gap: 70px;

    }

    .history-area .item {

        flex-wrap: wrap;

        gap: 0;

    }

    .history-area .featured-image, .history-area .content {

        width: 100%;

    }

    .history-area .content {

        margin-top: 0;

    }

    .history-area .item::after{

        left: 50%;

        top: unset;

        bottom: -25px;

        transform: translate(-50%, 50%);

    }

    .history-area .item:last-child::after {

        display: none;

    }

    .history-area .item .content::before {

        border: 1px solid #e7e7e7 !important;

        border-bottom: 0 !important;

        border-right: 0 !important;

        left: 50% !important;

        top: 0 !important;

        margin-top: -11px;

    }

    .about-page .about-section, .page-template-join-us .content, .archive .content, .page-template-contact-us .form-section                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  {

        padding: 60px 0;

    }
    .about-page .get-involved {
        padding-bottom: 60px;
    }
    .about-page .history {

        padding-bottom: 10px;

    }

    #contact-form{

        margin: 20px auto 60px;

    }
    #contact-form {
        margin: 20px auto 0;
    }
}



@media(max-width: 767px){

    section.slider img{

        height: 300px;

    }
    .section-title{
        font-size: 36px;
    }
    section.sub-banner{

        height: 350px;

    }

    .sub-banner .title {

        font-size: 35px;

    }

    #go-top{

        position: fixed;

        right: 15px;

        bottom: 50px;

        height: 50px;

        width: 50px;

    }

    .about-page .about-section .clubs{

        bottom: 0;

    }

    .single .post-content, .sidebar aside{

        padding: 25px 20px;

    }

}



@media(max-width: 575px){
    section.counter{
        padding: 40px 0 0;
    }
    section.about, .page-template-join-us .content, .archive .content, .single .content, .page-template-contact-us .form-section{
        padding: 40px 0;
    }
    section.slider img {

        height: unset;

        aspect-ratio: 9 / 5;
 
    }

    section.counter .col-sm-6{

        border: unset !important;

    }
    section.counter .col-sm-6:last-child .counter-box {
        border: unset;
    }
    section.counter .counter-box{

        border-bottom: 2px dotted rgba(61, 61, 61, 0.2);

    }
    section.project-category, section.news {
        padding: 50px 0;
    }
    section.sub-banner{

        height: 300px;

    }
    .about-page .about-section .clubs {

        position: unset;

        width: 100%;

        margin-top: 25px;

        min-height: 125px;

        height: unset;

    }

    .about-page .about-section .img1 {

        aspect-ratio: 1 / 1;

    }

    section.sub-banner{

        height: 250px;

    }

    .sub-banner .title {

        font-size: 32px;

    }

    section.sub-banner .page-meta {

        padding: 25px 10px;

    }

    .about-page .about-section {

        padding: 40px 0;

    }
    .about-page .get-involved{
        padding-bottom: 40px;
    }
    .about-page .history {

        padding: 10px 0 0;

    }

    .page-template-contact-us .contact-info .flex-box{

        flex-direction: column;

        gap: 10px;

        margin: 25px 0;

    }

    .page-template-contact-us .contact-info span{

        display: none;

    }

}



@media(max-width: 425px){
    section.counter{
        padding: 20px 0 0;
    }
    .section-title{
        font-size: 32px;
    }
    .section-title::before{
        width: 100px;
        height: 3px;
    }
    .modal .meta{
        gap: 15px;
        flex-direction: column;
        text-align: center;
    }
    .history-area .item:first-child {

        margin: 30px 0 50px;

    }

    #contact-form{

        padding: 30px;

    }
    .get-involved iframe {
        height: 300px;
    }
    .single-post-title{
        font-size: 20px;
    }
}



@media(max-width: 375px){

    section.sub-banner{

        height: 200px;

    }

    .footer-top p{

        text-align: left;

    }

    .history-area .content{

        padding: 35px 25px;

    }

    .sub-banner .title {

        font-size: 28px;

        margin-bottom: 5px;

    }

    section.sub-banner .page-meta {

        position: relative;

        padding: 15px 5px;

    }

    #joinUsAccordion .accordion-button{

        font-size: 16px;

    }

    #g-map iframe {

        height: 300px;

    }
    .get-involved .wrap{
        padding: 30px 15px;
    }
}