/*

* Theme Name: NS - AHRA

*  Author: Netscriper

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

*/     



@import "css/map-style.css";



:root {

--major-color: #00689f;

--minor-color: #ddd9d8;

--extra-screen-width: calc(100vw - 1500px);

--half-of-extra-width: calc(var(--extra-screen-width) / 2);

}


body{

	margin:0 auto;

    background: #f3f3f3;

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

    font-size: 16px;

}

.page-content{

    /* padding: 40px 0; */

    padding: 15px 0 40px;

}

.page-wrap {

    background: #fff;

    padding: 25px;

    border-radius: 17px;

}

.modal-content{
    position: relative;
}
.session-modal .modal-content .close {
    position: absolute;
    color: #fff;
    opacity: .5;
    right: 0;
    font-size: 40px;
    font-weight: 300;
    padding: 5px;
    top: 0;
}
.session-modal .modal-content .close:hover {
    opacity: .7;
}
.modal.fade.in{
    display: flex;
}
#eventModal .modal-dialog{
    display: flex;
    align-items: center;
    justify-content: center;
}
div#eventModal, .announcement-modal {
    background: rgba(0,0,0,0.7);
    /* display: flex !important; */
}

a{

    transition: all .2s;

}

a:hover, a:focus{

    text-decoration: unset;

}

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

    color: #222222;

}

.wp-block-columns{
    margin-bottom: 0.5em;
}

.meks_ess{
	    justify-content: flex-start !important;
		column-gap: 5px;
}
.row-gap-3 {
    row-gap: 1em;
}
.row-gap-4 {
    row-gap: 1.5em;
}
/* Pagination */



ul.page-numbers{

	padding-left: 0px;

    margin-top: 15px;

}

ul.page-numbers li{

	float: left;

	list-style: none;

}

ul.page-numbers li span.current{

	color: #000;

	font-size: 16px;

}

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

    background: var(--major-color);

    color: #fff;

    display: inline-block;

    margin-left: 7px;

    width: 33px;

    height: 33px;

    text-align: center;

    line-height: 33px;

    border-radius: 50%;

    font-weight: 300;

}

.page-numbers span {

    margin-left: 0;

    background: #ababab;

}

.page-numbers a:hover {

    opacity: .8;

}

.content-img img{

	width: 100%;

	height: auto;

}

/* 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;

}



/* Breadcrumb */



#breadcrumbs {list-style-type: none; padding: 0; margin-bottom: 3px;}

#breadcrumbs li{display: inline-block;}



/*********************** Widget ******************/

.sidebar aside {

    margin-top: 15px;

    border: 1px solid #eaebee;

    border-radius: 17px;

    overflow: hidden;

}

.sidebar h3 {

    padding: 20px;

    font-weight: 700;

    color: var(--major-color);

    border-bottom: 4px solid var(--major-color);
    font-size: 25px;
}

.widget ul{

    padding-left:0;

    list-style-type: none;

    margin: 0;

}

.widget ul li a {

    color: #333;

    display: inline-block;

    border-bottom: 1px solid #eaebee;

    padding: 10px 20px;

    font-size: 15px;

    width: 100%;

}
.sidebar .user-profile {
    padding: 20px;
    text-align: center;
    background: #00689f0a;
}
.sidebar .user-profile .avatar img {
    width: 70px;
    height: auto;
    border-radius: 50%;
    box-shadow: 0px 1px 10px -6px #333;
}
.user-profile .more {
    font-size: 15px;
    font-weight: 400;
    padding: 9px 27px;
    min-width: unset;
}

.pr-35{
    padding-right: 35px;
}
#mega-menu-wrap-topmenu{
    width: 100%;
}
#mega-menu-wrap-topmenu #mega-menu-topmenu > li.mega-menu-item{
   margin-right: 0px;
}
.widget ul li a:hover {

    background: var(--major-color);

    color: #fff;

}
#mega-menu-wrap-primary{
	margin: auto;
}
.widget ul li:last-child a {

    border-bottom: unset;

}

.custom-container {

    max-width: 1500px;

    margin: auto;

    padding: 0px 20px;

}



/* Styles For Map Start*/

.top-menu {
    display: flex;
    align-items: center;
    justify-content: center;
}

.map_wrapper {

    max-width: 100%;

    width: 100%;

    /* height: 500px; */
    height: 450px;
    overflow: hidden;

    position: relative;

    background: #e9e5e6;

    /* border-bottom: 20px solid #e9e5e6; */

}

.map_wrapper .map_box {

    position: absolute;

    width: 100%;

    bottom: 0;

    /* transform: rotate(-5deg); */

}



.map_wrapper .info {

    font-weight: 500;

    text-align: center;

}

.map_wrapper .info span {

    font-weight: 700;

    font-size: 30px;

    color: #1e73be;

}

section.map .inner-wrap{

    position: relative;

    overflow: hidden;

}

section.map .inner-wrap .nav {

    position: absolute;

    bottom: 17px;

    width: 100%;

    display: flex;

    justify-content: center;
    z-index: 1000;
}

section.map .nav-link {

    background: var(--major-color);

    color: #fff;

    margin: 4px;

    padding: 5px 12px;

    border-radius: 10px;

    box-shadow: 3px 3px 2px 0px #a9a8a8;

    font-size: 15px;

    transition: all .1s;

}

section.map .nav-link:active {

    box-shadow: 1px 1px 2px 0px #a9a8a8;

    transform: translate(1px, 1px);

}

#map-one-tab {

    background: #0071ad;

}

#map-two-tab {

    background: #3392c4;

}

#map-three-tab {

    background: #106490;

}

#map-four-tab {

    background: #0e587f;

}

#map-five-tab {

    background: #0a415e;

}

#map-six-tab {

    background: #45b4ef;

}

#map-consumption-tab {

    background: #4caf50;

}

#map-possesion-tab {

    background: #b9c72d;

}

#map-supply-tab {

    background: #f44336;

}



section.map .dropdown-menu.show {

    border-radius: 10px;

    padding: 4px 2px;

    top: -7px !important;

}

section.map .dropdown-menu .nav-link {

    margin: 10px;

    padding: .4rem .7rem;

}


.map-captions {
    position: absolute;
    left: 25px;
    width: 100%;
    /* max-width: 675px;
    font-size: 35px;
    font-weight: 700;
    padding: 21px 28px; */
    max-width: 525px;
    font-size: 27px;
    font-weight: 600;
    padding: 20px 15px;
    color: #2980c3;
    text-shadow: 0px 2px 4px #bdbaba;
    line-height: 1.2;
    z-index: 100;
    height: 100%;
}
.map-captions .carousel-item {
    transition: all .5s !important;
    margin-top: 50%;
    transform: translateY(-70%) !important;
}
/* .animatedText {

    position: absolute;
    left: 25px;
    width: 100%;
    max-width: 675px;
    font-size: 35px;
    font-weight: 700;
    padding: 21px 28px;
    color: #2980c3;
    text-shadow: 0px 2px 4px #bdbaba;
    line-height: 1.2;
    z-index: 100;
    bottom: 50%;
    transform: translateY(50%) !important;
    padding-bottom: 50px;

} */

.map g[fill]:not([fill="#ddd9d8"])>g.imapsContainer>g.imapsSprite-group>path {
    stroke: #fff;
    stroke-width: 0.1;
}
.map #map-one g[fill]:not([fill="#ddd9d8"])>g.imapsContainer>g.imapsSprite-group>path {
    stroke-width: 2.5px;
}
/* filter: drop-shadow(0px 2px 3px rgb(0 0 0 / 0.1)); */
/* Styles For Map End*/
/* width */

/* .swiper-slide::-webkit-scrollbar {
    width: 7px;
}

.swiper-slide::-webkit-scrollbar-track {
    background: #c1c1c1;
}

.swiper-slide::-webkit-scrollbar-thumb {
    background: #0f75ab;
}

.swiper-slide::-webkit-scrollbar-thumb:hover {
    background: #00689f;
} */

/*.announcement-box {
    box-shadow: 0 6px 35px rgba(0, 0, 0, 0.07);
    background: #f5f5f5 !important;
}
/* .announcement-box ul {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    height: 398px;
} */
.announcement-box .title {
    background: var(--major-color);
    color: #fff;
    padding: 10px;
    letter-spacing: .3px;
    text-align: center;
    font-weight: 400;
}
.announcement-box a {
    display: inline-block;
    width: 100%;
    color: #333;
    font-weight: 500;
    padding: 12px;
}
.announcement-box a:hover {
    color: var(--major-color);
}
.swiper {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff url('/wp-content/uploads/2023/08/ahra-globe-md-opacity.png') no-repeat;
    height: 105px;
    background-size: 200% !important;
    background-position: 60% 85%;
}
.swiper-slide{
    display: flex;
    align-items: center;
    overflow-y: auto;
}

.announcement-modal .modal-header{
    background: var(--major-color);
}
.announcement-modal .modal-title{
    color: #fff;
    line-height: 1.2;
}
.announcement-modal .modal-body {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
a:focus{
    outline: none;
}
/* Header Top Start */

header{
    position: sticky;
    top: 0;
    z-index: 1000;
    height: 177px;
}
.custom-logo {
    transition: all .5s;
}
header.sticky .custom-logo {
    width: 125px;
    height: auto;
}

.header-top{
    background: var(--major-color);
    border-radius: 17px;
    padding: 0px 15px;
}

.header-top a {
    color: #fff;
    transition: all .3s;
    font-size: 18px;
}

.top-menu a {
    padding: 4px !important;
    display: inline-block;
    font-weight: 500;
    margin: 0px 50px 0 0;
}

.top-menu a::before{
    background-color: rgba(255,255,255,0.7);
}

.header-top .socials a {
    padding: 0px 5px;
    font-size: 17px;
}

.header-top a.button {
    border: 1px solid #fff;
    border-radius: 25px;
    display: inline-block;
    padding: 2px 12px;
    font-size: 17px;
    font-weight: 500;
}

.header-top a.button:hover {
    background: #006297;
    color: #fff;
}
.membership-form input.form-control {
    margin: 0px 0px 10px;
}

.search-popup {
    color: #333;
    background: #e6f6ff;
    display: inline-block;
    padding: 5px 10px;
    border-radius: 5px;
}
.search-popup i {
    margin-left: 2px;
}
.modal-backdrop.show {
    display: none;
}
#searchModalLong {
    background: #000000bf;
}
#searchModalLong .modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: -webkit-fill-available;
}
#searchModalLong button.close {
    position: absolute;
    right: 0;
    bottom: 100%;
    color: #fff;
    font-weight: 300;
    font-size: 45px;
    text-shadow: unset;
}
#searchModalLong .customsearch input::placeholder {
    color: var(--major-color);
}
#searchModalLong .modal-content{
    background: unset;
}
#searchModalLong .customsearch input {
    color: var(--major-color);
    padding: 10px 15px;
    background: #fff;
    border-radius: 25px;
}
.search-results .archive-post .title a {
    margin-top: 0;
}
/* Main Navigation Start */

nav li>a {

    position: relative;

  }

  

nav .navbar-nav>li>a::before {

    content: '';

    position: absolute;

    width: 100%;

    height: 2px;

    border-radius: 4px;

    background-color: var(--major-color);

    bottom: 0;

    left: 0;

    transform-origin: right;

    transform: scaleX(0);

    transition: transform .3s ease-in-out;

    opacity: .7;

  }

  

nav .navbar-nav>li>a:hover::before {

    transform-origin: left;

    transform: scaleX(1);

  }



.main-menu nav li.style1>a:hover:before, .main-menu nav li.style2>a:hover:before{

    display: none;

}
/* #tt #ttcont div.glossaryItemTitle {
    color: #fff !important;
    font-size: 16px !important;
    margin-left: 10px !important;
} */
div#tt {
    opacity: 1 !important;
    transition: all .3s !important;
}
div.glossaryItemTitle{
    text-indent: 10px;
    filter: invert(1);
}
.glossaryItemBody {
    padding: 10px !important;
    font-size: 14px !important;
}

.main-menu .inner-wrap {

    background: #fff;

    box-shadow: 0px 5px 15px -20px #333;

    border-radius: 17px;

    margin: 15px 0;

    padding: 0px 15px;
    position: relative;
}
header.sticky .main-menu .inner-wrap {
    top: -15px;
}

.main-menu #mega-menu-primary>li>a {

    text-transform: uppercase;

    color: var(--major-color);

    font-weight: 500;

    padding: 0px 5px !important;

    display: inline-block;

    margin: 0px 15px;

}

.main-menu nav li.style1>a, .main-menu nav li.style2>a {

    background: #d4d4d4;

    font-size: 15px;

    padding: 7px 10px !important;

    margin: 0 0 0 20px;

}

.main-menu nav li.style2>a{

    background: var(--major-color);

    color: #fff;

}

.mega-sub-menu{
    max-height: 700px !important;
    overflow-y: scroll !important;
    border-bottom: 10px solid #e4e8e8 !important;
}
ul.mega-sub-menu::-webkit-scrollbar {
    width: 10px;
}
ul.mega-sub-menu::-webkit-scrollbar-thumb {
    background: #cbcbcb;
}

.customsearch form{

    position: relative;

}

.customsearch input {

    width: 100%;

    border: 1px solid #e5e5e5;

    font-weight: 500;

    font-size: 15px;

    padding: 3px 10px;

}

.customsearch .search-btn {

    border: unset;

    right: 5px;

    background: unset;

    top: 50%;

    transform: translateY(-50%);

    position: absolute;

    cursor: pointer;

}

.customsearch input:focus, .customsearch .search-btn:focus {

    outline: unset;

}

/* 

.navbar-nav .menu-item:hover>.dropdown-menu{

    display: block !important;

} */

.navbar-nav .dropdown-menu {

    width: 300px;

    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);

    border: unset;

    display: block;

    visibility: hidden;

    transform: translateY(15px);

    transition: all .4s cubic-bezier(0.76, 0, 0.24, 1);

    opacity: 0;

}

.navbar-nav li.dropdown:hover .dropdown-menu {

    transform: translateY(0);

    visibility: visible;

    opacity: 1;

}



.navbar-nav .dropdown-menu .dropdown-item {

    white-space: inherit;

    padding: 0;

}

nav .dropdown-menu li>a {

    font-size: 15px;

    color: #333;

    display: inline-block;

    width: 100%;

    margin: 0;

    padding: 10px 20px !important;

    text-transform: uppercase;

}

nav .dropdown-menu li:hover {

    background: unset !important;

}

.dropdown-menu li a:hover{

    color: var(--major-color);

    background: #f3f3f3;

}
.dropdown-menu li.active a{
    background: var(--major-color);
    color: #fff;
}
/* Main Navigation End */



/* Sub Banner Start */

.sub-banner {

    /* background: var(--minor-color); */

    color: var(--major-color);

    padding: 15px 0;

}

.sub-banner h1 {

/*     text-transform: uppercase; */

    margin: 0;

    font-weight: 700;

}

#breadcrumbs i {

    margin: 0px 10px;

    font-size: 10px;

    position: relative;

    top: -1px;

}

#breadcrumbs {

    font-weight: 500;

    color: #333;

}

#breadcrumbs a {

    color: #333;

}

#breadcrumbs a:hover {

    color: var(--major-color);

}



/* Home Page Start */

section.about{

    padding: 40px 0;

}

.about .wrap {

    text-align: center;

    max-width: 950px;

    margin: 20px auto;

}

.about .wrap h3 {

    margin-bottom: 50px;

    line-height: 1.3;

}

.about .wrap p {

    max-width: 820px;

    margin: auto;

    font-weight: 500;

    line-height: 1.7;

}

.more {

    text-transform: uppercase;

    color: var(--major-color);

    display: inline-block;

    border: 1px solid var(--major-color);

    padding: 12px 30px;

    border-radius: 25px;

    font-weight: 500;

    min-width: 200px;

    position: relative;

    overflow: hidden;

    z-index: 1;

    text-align: center;
    cursor: pointer;
}

.more::before{

    content:"";

    position: absolute;

    width: 0%;

    height: 100%;

    left: 0;

    top: 0;

    background: var(--major-color);

    transition: all .4s;

    z-index: -1;

}

.more:hover::before, .more.active::before{

    width: 100%;

}

.more:hover, .more:hover a, .more.active{

    color: #fff;

}

section.about .more {

    margin-top: 45px;

}



.section-title {

    text-transform: uppercase;

    color: var(--major-color);

}

section.latest-news{

    padding: 50px 0;

}

.latest-news .carousel-wrap{

    max-width: calc(1500px + var(--half-of-extra-width));

    width: 100%;

    margin-left: auto;

}

.latest-news article {

    margin-left: 25px;

    position: relative;

}

.latest-news .slick-slide article img {
    display: block;
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.latest-news article .meta {

    position: absolute;

    right: 0;

    bottom: 25px;

    background: #1b7db1c9;

    width: 85%;

    padding: 15px;

    min-height: 118px;

}

.latest-news article .date {

    color: #fff;

    font-weight: 500;

    margin-bottom: 10px;

}

.latest-news article .title a {

    color: #fff;

    font-weight: 600;

}

.latest-news article .title a:hover {

    opacity: .7;

}

/* .latest-news .news-carousel img {
    width: 100%;
    height: 410px;
    object-fit: cover;
} */

.slick-dots li{

    width: unset;

    margin: 0px 4px;

}

.slick-dots li button {

    border: 2px solid var(--minor-color);

    border-radius: 50%;

    width: 7px;

    height: 7px;

    padding: 2.5px;

}

.slick-dots li.slick-active button {

    background: var(--major-color);

    border-color: var(--major-color);

}

.slick-dots li button:before{

    display: none;

}

.latest-news .slick-dots {

    bottom: -50px;

    width: calc(100% - var(--half-of-extra-width));

    max-width: 100%;

}

.slick-track {

    margin-left: unset;

}

/* Footer Start */

footer {
    background: var(--major-color) url(/wp-content/uploads/2022/12/map-background.png) no-repeat center top;
    color: #fff;
    padding: 50px 0 0;
    position: relative;
    word-break: break-word;
}

footer::before {

    content: "";

    position: absolute;

    background: rgb(0 113 173 / 70%);

    width: 100%;

    height: 100%;

    left: 0;

    top: 0;

}

footer .fa-facebook {

    background: #fff;

    color: #0071ad;

    width: 40px;

    height: 40px;

    text-align: center;

    font-size: 35px;

    border-radius: 50%;

    padding: 10px 0 0;

    margin-left: 10px;
    transition: all .2s;

}
footer .fa-facebook:hover {
    background: #ffffffcf;
}

footer p {

    margin: 0;

    line-height: 2;

}

.copyright {

    text-align: center;

    font-size: 14px;

    padding: 9px 0;

    border-top: 2px dashed #ffffff73;

    margin-top: 45px;

    position: relative;

}

.copyright a {
    color: #fff;
}
.copyright a:hover {
    color: #ffffffb3;
}

#go-top {

    background: var(--minor-color);

    position: fixed;

    right: 50px;

    bottom: 100px;

    color: var(--major-color);

    width: 42px;

    height: 42px;

    text-align: center;

    line-height: 42px;

    border-radius: 50%;

    cursor: pointer;

}

.meks_ess.rounded .meks_ess-item, .meks_ess a {
    border-radius: 20px;
    min-width: 165px !important;
    margin-top: 10px !important;
    max-width: 165px;
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
.meks_ess_share_label h5 {
    font-size: 16px !important;
}

/* Footer End */

/* Order Page Start */
.form-right{
    position: sticky;
    top: 150px;
}
#cart {
    min-height: 300px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    .card-header {
        background-color: var(--major-color);
        color: #fff;
        margin-bottom: 15px;
    }
}
#items-area{
    height: 150px;
    display: none;
}
#message{
    height: 150px;
}

/* Archive Posts Start */

.archive-post {

    border: 1px solid #e5e5e5;

    padding: 25px;

    border-radius: 7px;

    margin: 12px 0;

}

.archive-post img {

    border-radius: 7px;

}

.archive-post .date {

    margin-top: 15px;

    font-weight: 400;

    color: #727c95;

    font-size: 15px;

}

.archive-post .date i {

    color: var(--major-color);

    margin-right: 5px;

}

.archive-post .title a {

    color: #222;

    display: inline-block;

    margin: 15px 0 7px;

}

.archive-post .title a:hover {

    color: var(--major-color);

}

.archive-post .readmore {

    color: var(--major-color);

    font-size: 17px;

    font-weight: 500;

    position: relative;

    padding-bottom: 5px;

}

.archive-post .readmore:before {

    content: "";

    position: absolute;

    width: 50%;

    height: 2px;

    background: var(--major-color);

    bottom: 0;

    left: 0;

    transition: all .3s;

}

.archive-post .readmore:hover:before{

    width: 100%;

}
.archive-post .img-wrap {
    position: relative;
}
.archive-post .img-wrap .terms a {
    position: absolute;
    left: 10px;
    bottom: 10px;
    background: var(--major-color);
    color: #fff;
    border-radius: 5px;
    padding: 5px 12px;
    font-size: 14px;
    margin-right: 7px;
}

.publication-post {
    border: unset;
    padding: 0;
    border-radius: 0px !important;
    margin: 15px 0;
}
.publication-post img{
    border: 1px solid #f1f1f1;
    box-shadow: 0px 7px 15px -10px #333;
    margin-bottom: 10px;
    aspect-ratio: 3 / 4;
    object-fit: cover;
    transition: all .3s;
}
.publication-post img:hover{
    filter: drop-shadow(2px 3px 7px #ccc);
}

/* Archive Posts End */



/* Single Post Start */

.single .featured-image {

    max-height: 500px;

    width: auto;

    display: block;

    margin: 15px auto;

}

.single .post-title {

    font-weight: 600;

    color: var(--major-color);

    margin: 20px 0 5px;

}

.single .date {

    margin-bottom: 15px;

    color: #777;

    font-size: 14px;

}

.single .date i {

    margin-right: 3px;

}


/* Hide Social Share In Publication Single Page */
.category-31 .meks_ess_share_label, .category-31 .meks_ess {
    display: none;
}

/* Single Post End */



/* Media Query Start */
@media(max-width: 1440px){
    .mega-sub-menu {
        max-height: 600px !important;
    }
}
@media(max-width: 1374px){

    .map_wrapper{

        border-bottom: 60px solid #e9e5e6;

    }
    .mega-sub-menu {
        max-height: 500px !important;
    }

}

@media(max-width: 1300px){
    .top-menu a{
        margin: 0px 22px;
    }
    .map-captions{
        max-width: 450px;
        font-size: 25px;
    }
}



@media(max-width: 1199px){
    .top-menu a {
        margin: 0px 13px;
        font-size: 17px;
    }
    .map_wrapper{
        height: 450px;
    }
    .map-captions {
        max-width: 400px;
        font-size: 21px;
    }
}

@media(max-width: 1024px){
    .map_wrapper {
        height: 400px;
    }
    .map-captions {
        max-width: 350px;
        font-size: 18px;
    }
}

@media(max-width: 992px){
    .main-menu .mega-menu-toggle {
        display: none !important;
    }
}
@media(max-width: 991px){
    section.map .inner-wrap .nav {
        flex-wrap: nowrap;
        overflow-x: scroll;
        background: #fff;
        bottom: 0;
        border-radius: 15px;
        border-right: 7px solid #FFF;
        justify-content: unset;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    .footer-logo {
        margin-bottom: 15px;
    }
    .map-captions .carousel-item{
        margin: unset;
        transform: unset !important;
    }
    section.map .nav-link {
        width: max-content;
    }
    .map-captions {
        position: unset;
        max-width: unset;
    }
    .map_wrapper .map_box {
        width: 1050px;
        right: 0;
    }
    .sub-banner h1 {
        font-size: 32px;
    }
    .header-top{
        padding: 7px 15px;
    }
}

@media(max-width: 768px){
    .map-captions {
        font-size: 21px;
        padding: 10px 0px 20px;
    }
    .sub-banner h1 {
        font-size: 28px;
    }    
    .wp-block-columns.is-layout-flex {
        gap: 0.5em;
    }
}

@media(max-width: 575px){
    .sub-banner h1 {
        font-size: 25px;
    }
    .single .post-title {
        font-size: 25px;
    }
}

@media(max-width: 450px){
    .map_wrapper {
        height: 350px;
    }
    .map_wrapper .map_box {
        width: 900px;
    }
    .map-captions{
        padding: 0px 0px 20px;
        font-weight: 500;
    }
    .about .wrap h3 {
        font-size: 22px;
        margin-bottom: 40px;
    }
    section.about .more {
        margin-top: 35px;
    }
    #go-top{
        right: 15px;
        bottom: 45px;
    }
    /* section.about {
        padding: 50px 0;
    } */
}

@media(max-width: 425px){
    .page-wrap{
        padding: 20px 15px;
    }
    .archive-post{
        padding: 15px;
    }
    .sub-banner{
        padding-top: 0;
    }
    .latest-news .news-carousel img{

        height: 300px;

    }

    .latest-news article .title a{

        font-weight: 500;

        font-size: 18px;

    }
    .map_wrapper {
        height: 280px;
        border-bottom: 50px solid #e9e5e6;
    }
    .map_wrapper .map_box {
        width: 700px;
    }
    .latest-news .more {
        margin-top: 7px;
    }
    .single .post-title {
        font-size: 24px;
    }
    .wp-block-group.p-4 {
        padding: 15px !important;
    }

}

@media(max-width: 375px){
    header{
        height: 160px;
    }
    .header-top .navbar {
        padding: 7px 0;
    }
    .header-top a.button{
        font-size: 15px;
    }
    footer{
        padding: 45px 0 0;
    }
    .copyright{
        margin-top: 30px;
    }
}

@media(max-width: 350px){
    .map_wrapper .map_box {
        width: 600px;
    }
    .map_wrapper {
        height: 250px;
    }
}

/* MIN Width */
@media(min-width: 992px){
    .imapsZoomControl-group {
        display: none;
    }
}

/* Media Query End */

.border-left-design{
    padding-left: 20px;
    margin-top: 20px !important;
    padding-top: 20px;
    border-left: 5px solid #006297;
    margin-bottom: 40px !important;
}
.shipping-process{
    padding: 50px 30px;
    background-color: #00689f;
    color: white;
    border-radius: 20px;
    margin-bottom: 30px !important;
    transition: all 0.5s ease-out;
}
.donate-amount:hover{
    background-color: #00689f;
    color: white;
    transition: all 0.5s ease-out;
}
.donate-amount{
    border: 1px solid #00689f;
    border-top-width: 5px;
    border-radius: 20px;
    border-right-width: 5px;
    min-height: 200px;
    padding: 20px;
}
.donate-amount h2{
    color: #00689f;
}
.item-tem img{
    max-width: 100%;
    height: auto;
}
.alternate-content img{
    border-radius: 20px;
}
.our-items .modal-dialog{
    max-width: 700px;
}
.donate-amount:hover h2{
    color: white;
}
/* .page-template-shop-php .meks_ess_share_label,.page-template-shop-php .meks_ess{
    display: none;
} */
.page-template-shop-php .our-items .product-card-wrapper .image{
    overflow: hidden;
    border-radius: 10px;
}
.page-template-shop-php .our-items .product-card-wrapper  img{
    background-color: #006297;
    transition: all 0.5s ease-out;
    overflow: hidden;
}
.page-template-shop-php .our-items .product-card-wrapper {
    margin-bottom: 30px;
}
.page-template-shop-php .our-items:hover .image img{
    opacity: 0.8;
    transform: scale(1.05);
    overflow: hidden;
} 
.page-template-shop-php .our-items h5{
    margin-top: 20px;
    font-size: 18px;
}
.page-template-shop-php .our-items:hover h5{
    color: #006297;
}
.page-template-shop-php .shipping .content{
    background-color: #006297;
    color: white;
    padding: 30px;
    border-radius: 10px;
    display: flex;
    min-height: 190px;
    flex-direction: column;
    align-items: center;
    background: linear-gradient(0deg, rgba(0,98,151,1) 38%, rgba(49,157,215,1) 100%);
/*     justify-content: center; */
}
.page-template-shop-php .for-support .content .list-title{
    margin-bottom: 20px;
}
.page-template-shop-php .for-support .content p{
    margin-bottom: 0px;
}
.page-template-shop-php .shipping .content p{
    margin-bottom: 0px;
    text-align: center;
}
.page-template-shop-php .shipping .content h6{
    color: white;
}
.page-template-shop-php .shipping  .return-policy{
    margin-top: 40px !important;
}
.page-template-shop-php .for-support .content{
    border: 1px solid #00689f;
    border-top-width: 5px;
    border-radius: 20px;
    border-right-width: 5px;
    min-height: 265px;
    padding: 30px;
    text-align: center;
}
.page-template-shop-php .for-support .content .icon{
    margin-bottom: 30px;
}
.page-template-shop-php .for-support .content .list-title{
    color: #006297;
    font-size: 18px;
}
.page-template-shop-php .modal-body table td{
    border: 1px solid #ddd !important;
    padding: 5px;
    text-align: center;
}

.thank-you-text .grid {
    max-width: 80vw;
    margin: 0 auto;
    padding: 0;
  }
  
  .thank-you-text   .grid__item {
    grid-column: 3 / -3;
    width: 100%;
    direction: ltr;
  }
  
  .thank-you-text  hr {
    display: block;
    clear: both;
    width: 33%;
    height: 0.1rem;
    margin: 3em auto;
    padding: 0;
    border: 0;
    border-top: 0.1rem solid #00689f;
  }
  
  .thank-you-text   .sketch-rule {
    width: 100%;
    height: 0.4em;
    border: 0;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' viewBox='0 0 119 6'%3E%3Cpath d='M119 3.8c-60 2.5-33.5-7-119 0' fill='none' stroke='%231d2d35' stroke-width='2'/%3E%3C/svg%3E")
      center/5em 100% repeat-x;
  }
   .thank-you-text  {
    padding-bottom: 10px;
    /* font-style: italic; */
    color: #0a415e;
    font-size: 18px;
    text-shadow: 1px 4px 6px #f9f7f1, 0 0 0 #000, 1px 4px 6px #f9f7f1;
    color: #045783ac !important;
  }
  .be-hero-post .post-wrapper h6{
    font-weight: normal;
    padding-bottom: 10px;
    line-height: 26px;
    padding-top: 20px;
    font-size: 16px;
    min-height: 110px;
    margin-bottom: 0px;
    text-decoration: underline;
    text-align: left;
  }
  .be-hero-post .post-wrapper{
    box-shadow: 0px 0px 0px 5px rgba(0, 0, 0, 0.05);
    padding: 20px;
  }
  .be-hero-post .post-wrapper:hover h6{
    color: #006297;
  }
  /* .be-hero-post .more-content{
    margin-top: 20px;
  } */
 .donate-option{
    padding-bottom: 5px;
 }
#collapse-mission-2 .donate-option-box{
    margin: auto;
    text-align: center;
    border: 1px solid #d1d1d1;
    border-radius: 10px;
 }
 #collapse-mission-2 .donate-option .col-lg-4:nth-child(2) .donate-option-box h5{
    background-color: #0093dc;
 }
 #collapse-mission-2 .donate-option  .col-lg-4:nth-child(3) .donate-option-box h5{
    background-color: #0e587f;
 }
 .donate-option-box img{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
 }
  .donate-option-box h5{
    background-color: #22c0ef;
    color: white;
    font-weight: normal;
    border-top-right-radius:9px;
    border-top-left-radius:9px;
    padding: 15px 15px;
    font-size: 18px;
  }
  .donate-amount {
    text-align:center;
    max-width: 90%;
    margin: auto;
  }
 .how-to-donate{
    margin-top: 50px;
    margin-bottom: 50px;
 }
 .how-to-donate .content{
    color: white;
    padding: 50px;
 }
 .how-to-donate h2{
    margin-top: 20px;
    text-transform: uppercase;
    margin-bottom: 30px;

    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  
 }
 .how-to-donate h2 strong{
    font-weight: normal;
 }
.dontate-form input.form-control {
    font-size: 15px !important;
    margin-bottom: 20px;
}

.dontate-form button{
    font-size: 15px;
    color: white;
    background-color: #006297;
}
.dontate-form {
    margin-top: 30px;
}
.donate-section .learn-more img{
    margin: 5px;
   border: 1px solid #cbcbcb;
   max-width: 99%;
}
.donate-section .learn-more .d-flex{
    display: flex;
}
.donate-section .learn-more .social-link img{
    max-width: 40px;
    width: 100%;
    padding: 2px;
    border:none;
}
#shop-be-hero .accordion .accordion-heading a{
    padding: 10px 20px;
    background-color: #00629743;
    margin-bottom: 10px;
    color: #fff;
    display: block;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#shop-be-hero .accordion .content-text{
    padding: 30px 20px;
    margin-bottom: 30px;
    border-radius: 20px;
    border: 1px solid #006297d4;
}
#shop-be-hero .accordion .content-text{
    text-align: justify;
}
.accordion-toggle[data-toggle="collapse"]:after {
    content: "+";
    float: right;
    background-color: rgba(255, 255, 255, 0.241);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    min-height: 0px;
    line-height: 0px;
    margin-top: -3px;
    border-radius: 100px;
}
.accordion-toggle[aria-expanded="true"]:after {
    content:'-';
    float: right;
}
.accordion-toggle[aria-expanded="false"]:after {
    content:'+';
    float: right;
}
.page-template-shop-php .modal-dialog h5 {
    margin-top: 3px;
}
#shop-be-hero .accordion .accordion-group:nth-child(1) .accordion-heading a,#shop-be-hero .accordion .accordion-group:nth-child(12) .accordion-heading a,#shop-be-hero.be-hero-page .accordion .accordion-group:nth-child(6) .accordion-heading a{
    background-color: #184988;
}
#shop-be-hero .accordion .accordion-group:nth-child(2) .accordion-heading a,#shop-be-hero .accordion .accordion-group:nth-child(11) .accordion-heading a,#shop-be-hero.be-hero-page .accordion .accordion-group:nth-child(5) .accordion-heading a{
    background-color: #0a72b1;
}
#shop-be-hero .accordion .accordion-group:nth-child(3) .accordion-heading a,#shop-be-hero .accordion .accordion-group:nth-child(10) .accordion-heading a,#shop-be-hero.be-hero-page .accordion .accordion-group:nth-child(4) .accordion-heading a{
    background-color: #0093dc;
}
#shop-be-hero .accordion .accordion-group:nth-child(4) .accordion-heading a,#shop-be-hero .accordion .accordion-group:nth-child(9) .accordion-heading a,#shop-be-hero.be-hero-page .accordion .accordion-group:nth-child(3) .accordion-heading a{
    background-color: #22c0ef;
}
#shop-be-hero .accordion .accordion-group:nth-child(5) .accordion-heading a,#shop-be-hero .accordion .accordion-group:nth-child(8) .accordion-heading a,#shop-be-hero.be-hero-page .accordion .accordion-group:nth-child(2) .accordion-heading a{
    background-color: #82e2ff;
}
#shop-be-hero .accordion .accordion-group:nth-child(6) .accordion-heading a,#shop-be-hero .accordion .accordion-group:nth-child(7) .accordion-heading a,#shop-be-hero.be-hero-page .accordion .accordion-group:nth-child(1) .accordion-heading a{
    background-color: #b4f4ff;
    color: #22c0ef;
}
#shop-be-hero .accordion-group:first-child .accordion-toggle{
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    padding: 15px 20px;
    border: 4px solid lightblue;
}

#shop-be-hero .accordion-group:first-child .accordion-toggle span, #shop-be-hero .accordion-group:first-child .accordion-toggle::after{
    position: relative;
}   
#shop-be-hero .accordion-group:first-child .accordion-toggle::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #184988;
    animation: fadeOut 4s infinite forwards;
    border-radius: 10px;
    left: 0;
}
#shop-be-hero .accordion-group:first-child .accordion-toggle i {
    animation: shake 4s infinite;
    display: inline-block;
}

@keyframes fadeOut {
    50%{
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.05, 1.4);
        opacity: 0;
    }
}

@keyframes shake {
    50%{ transform: rotate(0deg); }
    55%{ transform: rotate(10deg); }
    60%{ transform: rotate(-10deg); }
    65%{ transform: rotate(10deg); }
    70%{ transform: rotate(-10deg); }
    75%{ transform: rotate(10deg); }
    80%{ transform: rotate(-10deg); }
    85%{ transform: rotate(10deg); }
    90%{ transform: rotate(-10deg); }
    95%{ transform: rotate(10deg); }
    100%{ transform: rotate(0deg); }
}

#mega-menu-wrap-topmenu #mega-menu-topmenu > li.mega-menu-item > a.mega-menu-link {
    line-height: 32px;
}

@media (min-width: 1100px) {
    #shop-be-hero .accordion .accordion-heading a {
        max-width: 42%;
    }
    .be-hero-page#shop-be-hero .accordion .accordion-heading a {
        max-width: 30%;
    }
}
@media (min-width: 769px) and (max-width:1099px) {
    .be-hero-page#shop-be-hero .accordion .accordion-heading a {
        max-width: 40%;
    }
}
@media (max-width: 768px) {
    #shop-be-hero .accordion .content-text{
        text-align: left;
    }
    .accordion-toggle[data-toggle="collapse"]:after {
        display: none;
    }
    .page-template-shop-php .shipping .content {
        padding: 30px 15px;
        margin-bottom: 20px;
    }
    #shop-be-hero .accordion .content-text {
        padding: 30px 10px;
    }
    .page-template-shop-php .for-support .content {
        padding: 20px 10px;
    }
    #shop-be-hero{
        padding: 0px;
    }
    .donate-amount,     .page-template-shop-php .for-support .content  {
        min-height: 0px;
        margin-bottom: 20px;

    }
    #collapse-mission-2 .donate-option-box {
        margin-bottom: 20px;
    }
    .how-to-donate h2 {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .how-to-donate .content {
        padding: 30px 10px;
    }
}

#mega-menu-item-2774{
    float: right !important;
}
#mega-menu-item-2774 a {
    border: 2px solid #fff !important;
    border-radius: 20px !important;
    padding: 2px 12px !important;
}

/* Resource Hub Styles */
#resource-hub .cat-heading {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    display: flex;
    flex-direction: column;
    text-align: center;
    line-height: 1.4;
}
#resource-hub .cat-heading span{
    color: var(--major-color);
}
#resource-hub .cat-heading::after {
    content: "";
    width: 180px;
    height: 25px;
    display: block;
    margin: 15px auto 0;
    background: url(/wp-content/themes/ns-ahra/images/dash-line-arrow-blue.png) no-repeat;
    background-size: contain;
}
#resource-hub .cat-box {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    border: 1px solid #efeded;
    border-radius: 5px;
    margin-bottom: 25px;
    padding: 25px 20px;
    width: 100%;
}
#resource-hub .card {
    flex-direction: row;
    gap: 20px;
    align-items: center;
    border-radius: 17px;
}
#resource-hub .cat-icon {
    display: inline-block;
    border-radius: 50%;
    position: relative;
    min-width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
#resource-hub .card .right-col, .category-card .right-col{
    overflow: hidden;
}
#resource-hub .card .readmore, .category-card .readmore {
    color: #222222;
    display: flex;
    gap: 7px;
    align-items: center;
    overflow: hidden;
    position: relative;
    left: -80px;
    transition: all .4s ease;
}
#resource-hub .card .readmore span {
    transition: all .4s;
    display: inline-block;
    /* text-indent: -100px; */
}
#resource-hub .card .readmore i, .category-card .readmore i {
    font-size: 22px;
}
#resource-hub .card:hover .readmore, .category-card:hover .readmore{
    left: 0;
}
#resource-hub .cat-icon::before {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    border: 1px dashed gray;
    border-radius: 50%;
    left: 5%;
    top: 5%;
    animation: spin 35s linear infinite;
}
#resource-hub .cat-icon img {
    width: 50px;
    opacity: .9;
}
#resource-hub .cat-box ul {
    padding: 0;
    list-style: none;
}
#resource-hub .cat-box ul li a {
    color: #212529;
    display: flex;
    margin-top: 4px;
}
#resource-hub .cat-box ul li a::before {
    content: "\f0da";
    font-family: 'FontAwesome';
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
    color: var(--major-color);
    position: relative;
    top: -4px;
}
#resource-hub .cat-box ul li a:hover {
    color: var(--major-color);
    padding-left: 3px;
}
#resource-hub .cat-title {
    font-size: 21px;
    margin-bottom: 17px;
}
#resource-hub .meks_ess_share_label, #resource-hub .meks_ess{
    display: none;
}

.category-card{
    border-radius: 17px;
}
.card .cat-image {
    border-radius: 17px;
    overflow: hidden;
}
.category-card img{
    transition: all .5s ease;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.category-card:hover img{
    transform: scale(1.1);
}
.category-card h5 {
    margin-top: 15px;
}

/* Resource Hub Single */
.single-resource-hub #language-tabs li a.more {
    margin-right: 10px;
    margin-bottom: 5px;
    padding: 10px 20px;
    min-width: 150px;
}
.single-resource-hub .tab-content .more {
    margin-top: 10px;
}
#loginModal {
    background: rgba(0, 0, 0, 0.7);
}
#loginModal button.close span{
    font-weight: 400;
    font-size: 30px;
}
#loginModal .more {
    min-width: 280px;
}

#pmpro_login {
    font-family: Rubik, sans-serif;
    margin: 35px 0;
}
#pmpro_login .pmpro_card, .pmpro_message {
    max-width: 600px;
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
}
#pmpro_login .pmpro_card label, #pmpro_login input[type="submit"] {
    font-size: 16px;
    font-weight: 500 !important;
}
#pmpro_login .login-remember label {
    font-weight: 400 !important;
}
#pmpro_login .pmpro_card_actions, .pmpro_error a {
    display: none;
}

@media(max-width: 1399px){
    .main-menu #mega-menu-primary>li>a{
        padding: 0 !important;
        font-size: 15px !important;
        font-weight: 600 !important;
    }
}

@media(max-width: 991px){
    #resource-hub .cat-heading{
        margin-bottom: 30px;
    }
}

@media(max-width: 575px){
    #resource-hub .cat-box{
        gap: 20px;
    }
    #resource-hub .cat-icon{
        padding: 20px;
		line-height:normal;
    }
    #resource-hub .cat-icon img {
        width: 50px;
    }
}

@media(max-width: 425px){
    #resource-hub .cat-box{
        flex-direction: column;
    }
    #resource-hub .cat-heading{
        font-size: 27px;
    }
}

@media(max-width: 375px){
    #resource-hub .cat-title{
        font-size: 20px;
    }
    .single-resource-hub #language-tabs li a.more{
        padding: 7px 20px;
        min-width: 125px;
        font-size: 14px;
    }
}

button.btn.btn-primary.resources-btn {
    font-size: 12px;
    display: block;
    margin-bottom: 10px;
    background-color: #00689f;
    border-color: transparent;
}

.resource-modal .modal-header {
    background: #00689f;
}

.resource-modal .modal-header .modal-title {
    color: #fff;
    font-size: 18px;
}

.resource-modal .modal-header .close {
    color: #fff;
    opacity: 1;
}

.resource-modal .modal-body p {
    font-size: 14px;
}

.resource-modal .modal-body p a {
    color: #00689f;
}
.other-download a.more {
    width: 19%;
}
.other-download {
/*     display: flex;
    flex-wrap: wrap;
    width: 80%;
    gap: 10px;
	padding-bottom: 30px; */
}
p.pdf__title a {
    color: #00689f;
    font-weight: 600;
}
.other-download {
/*     width: 80%; */
}
.pdf__wrap,.postid-3553 .pdf_download_btn {
    background: #fbfafa;
    padding: 2rem;
    margin-bottom: 30px;
    border-radius: 20px;
	box-shadow: rgba(14, 63, 126, 0.04) 0px 0px 0px 1px, rgba(42, 51, 69, 0.04) 0px 1px 1px -0.5px, rgba(42, 51, 70, 0.04) 0px 3px 3px -1.5px, rgba(42, 51, 70, 0.04) 0px 6px 6px -3px, rgba(14, 63, 126, 0.04) 0px 12px 12px -6px, rgba(14, 63, 126, 0.04) 0px 24px 24px -12px;
	height: 174px;
}

.postid-3553 .pdf_download_btn{
	width:32%;
}
.pdf__wrap p {
    margin-bottom: 0;
}