@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');


/* Start - ScrollBar */
/* width */
::-webkit-scrollbar {
    width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #e1e1e1;
    border-radius: 50px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: #4A4FA2;
    border-radius: 0px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* End - ScrollBar */

html {scroll-behavior: smooth;}
body{
    font-family: 'Tajawal', sans-serif;
    direction: rtl;
    /* text-align: right; */
    font-size: 17px;
    font-weight: 300;
    line-height: 28px;
}

/* Start - General */
.bg-F4F4F4{
    background-color: #F4F4F4 !important;
}
.text-left{
    text-align: left !important;
}
.text-right{
    text-align: right !important;
}
.font-weight-600{
    font-weight: 600;
}
a.btn-round{
    display: inline-block;
    background-color: #2095A2;
    border: 1px solid #2095A2;
    padding: 6px 15px;
    min-width: 150px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;
}
a.btn-round:hover{
    background-color: rgba(255, 255, 255, 0.687);
    color: #2095A2;
}

a.btn-round-2{
    display: inline-block;
    background-color: #4A4FA2;
    border: 1px solid #4A4FA2;
    padding: 6px 15px;
    min-width: 100px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;
}
a.btn-round-2:hover{
    background-color: rgba(255, 255, 255, 0.687);
    color: #4A4FA2;
}

.btn-round-3{
    display: inline-block;
    background-color: #2095A2;
    border: 1px solid #2095A2;
    padding: 6px 15px;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;
}
.btn-round-3:hover{
    background-color: rgba(255, 255, 255, 0.687);
    color: #2095A2;
}

a.btn-cart{
    display: inline-block;
    background-color: #4A4FA2;
    border: 1px solid #4A4FA2;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;
}
a.btn-cart:hover{
    background-color: rgba(255, 255, 255, 0.687);
    color: #4A4FA2;
}

a.btn-donate-now{
    display: inline-block;
    background-color: #2095A2;
    border: 1px solid #2095A2;
    padding: 6px 15px;
    min-width: 150px;
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;
}
a.btn-donate-now:hover{
    background-color: rgba(255, 255, 255, 0.687);
    color: #2095A2;
}

input[type=submit].btn-round{
    display: inline-block;
    background-color: #2095A2;
    border: 1px solid #2095A2;
    padding: 6px 15px;
    min-width: 150px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;
}
input[type=submit].btn-round:hover{
    background-color: rgba(255, 255, 255, 0.687);
    color: #2095A2;
}
/* End - General */

/* Start - Header Regular */
.header-regular{
    padding: 10px 0;
}
.header-regular img.logo{
    width: 200px;
}
.header-regular .header-right{
    text-align: left;
    padding-top: 30px;
    padding-bottom: 30px;
    line-height: 0;
}
.header-regular .header-right .socialmedia-block ul{
    list-style: none;
    margin: 0;
}
.header-regular .header-right .socialmedia-block ul li{
    /* float: right; */
    /* padding: 0 10px; */
    margin-left: 5px;

    position: relative;
    display: inline-block;
}
.header-regular .header-right .socialmedia-block ul li a{
    color: #4A4FA2;
    /* transition: 0.3s all; */
    /* padding: 7px 10px; */
    /* border-radius: 50%; */
    border: solid 1px #4A4FA2;

    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* color: #ccc; */
    /* background: #2095A2; */
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.header-regular .header-right .socialmedia-block ul li a:hover{
    color: #2095A2;
    border: solid 1px #2095A2;
}

/*  */
.header-regular .header-right .cart-block ul{
    list-style: none;
    margin: 0;
    padding: 0 10px 0 0;
}
.header-regular .header-right .cart-block ul li{
    /* float: right; */
    /* padding: 0 10px; */
    margin-left: 5px;

    position: relative;
    display: inline-block;
}
.header-regular .header-right .cart-block ul li a{
    color: #707070;
    /* transition: 0.3s all; */
    /* padding: 7px 10px; */
    /* border-radius: 50%; */
    border: solid 1px #707070;

    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* color: #ccc; */
    /* background: #2095A2; */
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.header-regular .header-right .cart-block ul li a:hover{
    color: #2095A2;
    border: solid 1px #2095A2;
}
.header-regular .header-right .cart-block ul li span.count{
    position: absolute;
    top: -8px;
    left: 0;
    background: #2095A2;
    padding: 8px 5px;
    z-index: 1;
    border-radius: 30px;
    font-size: 12px;
    color: #fff;
}
/* End - Cart */
.header-regular .header-right .search-block form.search{
    position: relative;
}
.header-regular .header-right .search-block input.search{
    width: 250px;
    padding: 8px 10px;
    border-radius: 50px;
    border: 1px solid #707070;
    display: inline-block;
}
.header-regular .header-right .search-block input:focus{
    border: 1px solid #707070;
}

.header-regular .header-right .search-block button.submit{
    position: absolute;
    left: 0px;
    background: none;
    border: 0;
    height: 40px;
    width: 40px;
}
/* End - Header Regular */

/* Start - Main Menu | Navigation Regular */
.navigation-regular{
    background: #4A4FA2;
    padding: 8px 0;
}
.navigation-regular ul.nav{
    margin: 0;
    padding: 0;
    list-style: none;
}
.navigation-regular ul.nav li.vertical-line span{
    color: #fff;
    position: relative;
    top: 7px;
}
.navigation-regular ul.nav li a{
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
}
.navigation-regular ul.nav li a:hover{
    color: #2095A2;
}
.navigation-regular ul.nav li a.active{
    color: #2095A2;
}
.navigation-regular ul.nav li a i{
    margin-left: 3px;
    font-size: 22px;
}

.navigation-regular ul.nav li a.dropdown-item{
    color: #626262;
}
.navigation-regular ul.nav li ul.dropdown-menu{
    text-align: right;
}
.navigation-regular ul.nav li ul.dropdown-menu li{
    border-bottom: solid 1px #d9d9d9;
}
.navigation-regular ul.nav li ul.dropdown-menu li:last-child{
    border-bottom: 0px;
}

li a.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    background-color: #4a4fa2;
}
/* End - Main Menu | Navigation Regular */


/* Start - Main Slider */
.main-slider .carousel-inner .carousel-item{
    height: 80vh;
}
.main-slider .carousel-inner .carousel-item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-slider .carousel-inner .carousel-item .overlay{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: black;
    opacity: 0.3;
}
.main-slider .carousel-inner .carousel-item a{
    display: inline-block;
    background-color: #4A4FA2;
    border: 2px solid #4A4FA2;
    margin-top: 20px;
    padding: 6px 15px;
    width: 140px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
}.main-slider .carousel-inner .carousel-item a:hover{
    background-color: rgba(255, 255, 255, 0.687);
    border: 2px solid #4A4FA2;
    color: #4A4FA2;
}
.main-slider .carousel-caption{
    padding-bottom: 150px;
}
.main-slider .carousel-caption h2{
    font-size: 50px;
    text-transform: uppercase;
}
.main-slider .carousel-control.right{
    background-image: none;
}
.main-slider .carousel-control.left{
    background-image: none;
}
/* End - Main Slider */

/* Start - About Section */
.about{
    padding: 60px 0;
}
.about h2{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
}
.about .content-image{
    position: relative;
    height: 450px;
}
.about .content-image img:first-child{
    position: absolute;
    width: 85%;
    left: 0px;
    max-height: 400px;
    object-fit: cover;
}
.about .content-image img:last-child{
    position: absolute;
    width: 50%;
    bottom: 0px;
    right: 0px;
}
.about .content p{
    color: #676767;
    font-weight: 400;
    text-align: justify;
}
.about .content ul{
    color: #676767;
    font-weight: 400;
}
.about img{
    width: 100%;
    padding-right: 30px;
}
.about h2.sub-title{
    font-size: 21px;
    background: #2095A2;
    color: #fff;
    padding: 5px 10px 5px 5px;
    margin-top: 20px;
}
/* End - About Section */



/* Start - Achievements Section */
.achievements{
    padding: 60px 0;
    /* background-color: #F4F4F4; */
}
.achievements h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.achievements p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.achievements .item{
    background: #2095A2;
    text-align: center;
    padding: 15px 0;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    line-height: normal;
    min-height: 152px;
    transition: 0.3s all;
    margin-bottom: 10px;
}
.achievements .item span.count{
    font-size: 20px;
}
.achievements .col-12:nth-child(2n+0) .item{
    background: #4A4FA2;
}

.achievements .col-12:hover:nth-child(1n+0) .item{
    background: #4A4FA2;
}
.achievements .col-12:hover:nth-child(2n+0) .item{
    background: #2095A2;
}
.achievements  .item i{
    font-size: 40px;
    padding-bottom: 10px;
}
/* End - Achievements Section */



/* Start - Projects Section */
.projects{
    padding: 60px 0;
    /* background-color: #F4F4F4; */
}
.projects h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.projects p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.projects .card{
    border-radius: 8px;
    margin-bottom: 20px;
}
.projects .card .pic{
    border-radius: 8px 8px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.projects .card .pic img{
    object-fit: cover;
    min-height: 160px;
    max-height: 160px;
    transition: 0.3s all;
}
.projects .card:hover img{
    transform: scale(1.05);
}
.projects .card a{
    text-decoration: none;
}
.projects .card h5.card-title{
    color: #2095A2;
    font-size: 18px;
    line-height: 24px;
}
.projects .card:hover h5.card-title{
    color: #4A4FA2;
}
.projects .card p.card-text{
    color: #676767;
    font-size: 14px;
    text-align: justify;
    line-height: normal;
}
.projects .card .card-body .progress-bar {
    background-color: #2095A2;
}
.projects .card .card-body .total span{
    font-size: 12px;
    line-height: normal;
    margin-top: 2px;
    font-weight: 500;
}
.projects .card .card-body .total span:first-child{
    float: right;
}
.projects .card .card-body .total span:last-child{
    float: left;
}
.projects .card .card-body .inputs{
    display: inline-block;
    width: 100%;
    position: relative;
}
.projects .card .card-body .inputs input{
    border-radius: 50px;
    text-align: center;
    padding-right: 75px;
    padding-left: 50px;
}
/* Chrome, Safari, Edge, Opera */
.projects .card .card-body input::-webkit-outer-spin-button,
.projects .card .card-body input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.projects .card .card-body input[type=number] {
  -moz-appearance: textfield;
}
.projects .card .card-body .inputs span:first-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    right: 12px;
}
.projects .card .card-body .inputs span:last-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    left: 12px;
    top: 15px;
}

.projects .card .card-body .buttons{
    display: inline-block;
    width: 100%;
}
/* End - Projects Section */

/* Start - News Section */
.news{
    padding: 60px 0;
}
.news h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.news h2.title-section{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    /* text-align: center; */
}
.news p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.news a.show-more{
    color: #4A4FA2;
}
.news h2.show-more{
    color: #4A4FA2;
    /* font-weight: 600; */
    padding-bottom: 10px;
    font-size: 18px;
    /* text-align: center; */
}
.news .card{
    border-radius: 8px;
    margin-bottom: 20px;
}
.news .card .pic{
    border-radius: 8px 8px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.news .card .pic img{
    object-fit: cover;
    min-height: 200px;
    max-height: 200px;
    transition: 0.3s all;
}
.news .card:hover img{
    transform: scale(1.05);
}
.news .card a{
    text-decoration: none;
}
.news h5.card-title{
    color: #626262;
    font-size: 18px;
    margin-top: 10px;
}
.news .card:hover h5.card-title{
    color: #4A4FA2;
}
.news .card span.date{
    background: #4A4FA2;
    padding: 6px 9px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    float: left;
    margin-top: -44px;
    position: relative;
}
.news .card .float-left{
    float: left;
}


.news .items{
    padding: 5px 0px;
    float: right;
    width: 100%;
    position: relative;
}
.news .items h4{
    color: #4A4FA2;
    font-size: 22px;
}
.news .items .item{
    padding-top: 20px;
    margin-bottom: 12px;
    border-top: 1px solid #ddd;
    float: right;
    width: 100%;
    position: relative;
}
.news .items .item:first-child {
    padding-top: 0;
    border-top: none;
}
.news .items .item-media{
    float: right;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
}
.news .items .item-media a{
    position: relative;
    display: block;
}
.news .items .item-media a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 200ms linear;
}
.news .items .item-media a:hover:before{
    opacity: 1;
}
.news .items .item-media img {
    width: 100%;
    height: auto;
}
.news .items .item-content {
    float: right;
    width: 70%;
    position: relative;
    padding: 6px 15px 0 0px;
}
.news .items .item-content a{
    text-decoration: none;
    color: #626262;
}
.news .items .item-content h4 {
    text-align: right;
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 16px;
}
/* End - News Section */

/* Start - Partners Section */
.partners{
    padding: 60px 0;
    /* background-color: #F4F4F4; */
}
.partners h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.partners p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.partners img{
    width: 100%;
}
/* End - Partners Section */

/* Start - Newsletter Section */
.newsletter{
    padding: 60px 0;
}
.newsletter h5{
    line-height: 34px;
}
.newsletter input{
    width: 80%;
    height: 50px;
    padding: 0 10px 0 0;
    background-color: #E4EAF0;
    border: 0;
    border-radius: 0 6px 6px 0;
    display: inline-block;
}
.newsletter input.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.03rem rgb(13 110 253 / 25%);
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
.newsletter button{
    width: 18%;
    height: 50px;
    border-radius: 30px 0 0 30px;
    border: 0;
    background: #2095A2;
    border: 1px solid #2095A2;
    color: #fff;
    font-weight: 500;
    transition: 0.3s all;
    margin-right: -4px;
    z-index: 99999999999999999;
    top: -1px;
    position: relative;
}
.newsletter button:hover{
    background: none;
    color: #2095A2;
}
/* End - Newsletter Section */


/* Start - Footer */
footer.footer .top-footer{
    padding: 20px 0;
    background-color: #4A4FA2;
}
footer.footer .top-footer img.logo{
    width: 150px;
}
footer.footer .top-footer p{
    color: #fff;
    text-align: justify;
    width: 80%;
}
footer.footer .top-footer h5{
    color: #fff;
}
footer.footer .top-footer ul{
    list-style: none;
    padding: 0;
}
footer.footer .top-footer ul li a{
    text-decoration: none;
    color: #ffffff;
    transition: 0.3s all;
}
footer.footer .top-footer ul li a:hover{
    color: #2095A2;
    padding-right: 10px;
}
footer.footer .top-footer h6{
    color: #fff;
}
footer.footer .top-footer ul.socialmedia li{
    /* float: right; */
    margin-left: 5px;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
footer.footer .top-footer ul.socialmedia li a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    /* color: #ccc; */
    background: #2095A2;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
footer.footer .top-footer ul.socialmedia li a:hover{
    color: #4A4FA2;
    padding: 0px;
}
footer.footer .bottom-footer{
    padding: 10px 0;
    background-color: #2095A2;
    text-align: center;
}
footer.footer .bottom-footer p{
    color: #ffffff;
    margin: 0;
}
/* End - footer */


/* Start - Page Header */
.page-header {
    position: relative;
    display: block;
}
.page-header__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header__bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    /* // background-color: rgba(var(--thm-black-rgb), .3); */
    background-color: #8fac8a6e;
}
.page-header .overlay{
    background: #4A4FA2;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.4;
}
.page-header .container {
    position: relative;
    z-index: 10;
    padding-top: 50px;
    padding-bottom: 50px;
}
.page-header h2 {
    margin: 0;
    color: #fff;
    font-weight: 900;
    font-size: 28px;
}
/* End - Page Header */

/* Start - Contact Page */
.contact{
    padding: 60px 0;
}
.contact .box{
    display: inline-block;
    margin-bottom: 10px;
}
.contact .box .icon{
    /* display: inline-block; */
    float: right;
    background: #F5F5F5;
    /* padding: 11px 15px; */
    /* margin-left: 10px; */
    /* font-size: 26px; */
    /* color: #ffffff; */
    border-radius: 50px;


    height: 55px;
    width: 55px;
    /* background: var(--thm-primary); */
    color: #ffffff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border-radius: 50%; */
    transition: all 500ms ease;
}
.contact .box .icon i{
    color: #494EA0;
}
.contact .box .text {
    margin-right: 20px;
    float: right;
}
.contact .box .text h5{
    margin: 0;
}
.contact .follow{
    background: #494EA0;
    color: #fff;
    padding: 10px 50px 10px 10px;
    display: inline-block;
    width: 100%;
}
.contact .follow h3{
    float: right;
    font-size: 20px;
    margin: 0;
    padding: 0;
    line-height: 38px;
}
.contact .follow ul.socialmedia{
    float: left;
    list-style: none;
    margin: 0;
}
.contact .follow ul.socialmedia li{
    margin-left: 5px;
    position: relative;
    display: inline-block;
}
.contact .follow ul.socialmedia li a{
    color: #D4D4D4;
    border: solid 1px #D4D4D4;

    position: relative;
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    transition: all 500ms ease;
}
.contact .follow ul.socialmedia li a:hover{
    color: #2095A2;
    border: solid 1px #2095A2;
}


.contact .contact-form{
    padding: 0px 0 0;
}
.contact .contact-form h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: right;
}
.contact .contact-form p.description{
    color: #676767;
    font-weight: 400;
    text-align: right;
    margin-bottom: 20px;
    /* margin: 0 auto; */
    /* width: 60%; */
}

.contact .contact-form .custom-form{
    padding: 50px;
    background: #FBFBFB;
}
.contact .contact-form input.form-control{
    height: 50px;
    background: #ffffff;
    /* border-radius: 0; */
    border-radius: 30px
}
.contact .contact-form textarea{
    height: 100px;
    background: #ffffff;
    /* border-radius: 0; */
    border-radius: 20px
}

/* End - Contact Page */


/* Start - gallery Page */
.gallery{
    padding: 60px 0;
}
.gallery h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 26px;
    text-align: center;
}
.gallery p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.gallery .card{
    border-radius: 8px;
    margin-bottom: 20px;
}
.gallery .card .pic{
    border-radius: 8px 8px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.gallery .card .pic img{
    object-fit: cover;
    min-height: 200px;
    max-height: 200px;
    transition: 0.3s all;
}
.gallery .card:hover img{
    transform: scale(1.05);
}
.gallery .card a{
    text-decoration: none;
}
.gallery h5.card-title{
    color: #626262;
    font-size: 18px;
    margin-top: 10px;
}
.gallery .card:hover h5.card-title{
    color: #4A4FA2;
}
.gallery .card span.date{
    background: #4A4FA2;
    padding: 6px 6px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    line-height: normal;
    font-size: 12px;
    float: left;
    margin-top: -44px;
    position: relative;
}
.gallery .card .float-left{
    float: left;
}


.gallery .overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    background: #1d71b83d;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
.gallery .overlay i{
    position: relative;
    top: 50%;
    left: -50%;
    font-size: 40px;
    transform: translate(50% , -50%);
    z-index: 3;
    color: #ccc;
    transition: 0.3s all;
}
.gallery .overlay i:hover{
    color: #fff;
}
.headerPopup{
    text-align: center;
}
#headerPopup,
.headerPopup{
    width:70%;
    margin:0 auto;
}
#headerPopup iframe,
.headerPopup iframe{
    width:100%;
    margin:0 auto;
}
/* End - gallery Page */


/* Start - Projects Page */
.projects .sidebar .categories{
    background: #F7F7F7;
    margin-bottom: 15px;
}
.projects .sidebar .categories h4{
    background: #4A4FA2;
    color: #fff;
    padding: 15px 15px;
    font-size: 20px;
    margin: 0;
}
.projects .sidebar .categories ul{
    margin: 0;
    padding: 0;
}
.projects .sidebar .categories ul li {
    padding: 10px 15px 10px 10px;
    border-bottom: 1px solid #E0E0E0;
    list-style: none;
    transition: 0.3s all;
}
.projects .sidebar .categories ul li:hover,
.projects .sidebar .categories ul li.active{
    padding: 10px 30px 10px 10px;
}
.projects .sidebar .categories ul li a{
    color: #676767;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s all;
}
.projects .sidebar .categories ul li:hover a,
.projects .sidebar .categories ul li.active a{
    color: #4A4FA2;
}
.projects .sidebar .calculator{
    background: #4A4FA2;
    color: #fff;
    padding: 15px 15px;
    font-size: 20px;
    margin: 0;
    text-align: center;
}
.projects .sidebar .calculator a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}
.projects .sidebar .calculator a i{
    font-size: 55px;
    padding-bottom: 10px;
}
/* Start - Projects Page */

/* Start - Content Details Page */
.content-details{
    padding: 60px 0;
}
.content-details h2.title{
    font-size: 22px;
    color: #4A4FA2;
}
.content-details p.date{
    font-size: 14px;
}
.content-details img{
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}
.content-details img.side-image{
    width: 100%;
    max-height: 700px;
    object-fit: cover;
    border-radius: 20px;
    border: 1px solid #707070;
}
.content-details .content .body{
    padding: 20px 0 0 20px;
    /* padding: 0; */
    text-align: justify;
}
.content-details .content .body p{
    padding-bottom: 10px;
}

.content-details .content .progress-bar {
    background-color: #2095A2;
}
.content-details .content .total span{
    font-size: 14px;
    line-height: normal;
    margin-top: 4px;
    font-weight: 500;
}
.content-details .content .total span:first-child{
    float: right;
}
.content-details .content .total span:last-child{
    float: left;
}
.content-details .content .inputs{
    display: inline-block;
    width: 100%;
    position: relative;
}
.content-details .content .inputs input{
    border-radius: 50px;
    text-align: center;
    padding-right: 75px;
    padding-left: 50px;
}
/* Chrome, Safari, Edge, Opera */
.content-details .content input::-webkit-outer-spin-button,
.content-details .content input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.content-details .content input[type=number] {
  -moz-appearance: textfield;
}
.content-details .content .inputs span:first-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    right: 12px;
}
.content-details .content .inputs span:last-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    left: 12px;
    top: 15px;
}
.content-details .content .buttons{
    display: inline-block;
    width: 100%;
}

.sidebar .related .items{
    padding: 25px 20px;
    /* background: #f9f9f9; */
    /* border: 1px solid #eee; */
    /* border-top: none; */

    float: right;
    width: 100%;
    position: relative;
}
.sidebar .related .items h4{
    color: #4A4FA2;
    font-size: 22px;
}
.sidebar .related .items .item{
    padding-top: 20px;
    margin-bottom: 12px;
    border-top: 1px solid #ddd;
    float: right;
    width: 100%;
    position: relative;
}
.sidebar .related .items .item:first-child {
    padding-top: 0;
    border-top: none;
}
.sidebar .related .items .item-media{
    float: right;
    width: 30%;
    overflow: hidden;
    border-radius: 4px;
}
.sidebar .related .items .item-media a{
    position: relative;
    display: block;
}
.sidebar .related .items .item-media a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 2;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    transition: all 200ms linear;
}
.sidebar .related .items .item-media a:hover:before{
    opacity: 1;
}
.sidebar .related .items .item-media img {
    width: 100%;
    height: auto;
}
.sidebar .related .items .item-content {
    float: right;
    width: 70%;
    position: relative;
    padding: 6px 15px 0 0px;
}
.sidebar .related .items .item-content a{
    text-decoration: none;
    color: #626262;
}
.sidebar .related .items .item-content h4 {
    text-align: right;
    font-weight: 600;
    padding-bottom: 4px;
    font-size: 16px;
}
/* End - Content Details Page */

/* Start - Gallery Page */
.popup-gallery a img{
    /* padding: 0 0 5px 5px !important; */
    width: 100%;
    border-radius: 9px;
    height: 200px;
    object-fit: cover;
}
/* End - Gallery Page */


/* Start - Members Section */
.members{
    padding: 60px 0;
}
.members h2.title{
    background-color: #2095A2;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    font-size: 22px;
    text-align: center;
}
.members .card{
    border: 0;
    background: #F5F5F5;
    color: #5D5D5D;
    text-align: center;
    margin-bottom: 20px;
}
.members .card .pic{
    border-radius: 8px 8px 0 0;
    position: relative;
    display: block;
    overflow: hidden;
}
.members .card .pic img{
    object-fit: cover;
    min-height: 200px;
    max-height: 250px;
    transition: 0.3s all;
}
.members .card:hover img{
    transform: scale(1.05);
}
/* End - Members Section */

/* Start - Founders Section */
.founders{
    padding: 60px 0;
}
.founders h2{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.founders p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.founders .table{
    margin-top: 20px;
}
.founders .table>thead {
    vertical-align: bottom;
    background: #2095A2;
    color: #fff;
}
.founders .box{
    padding: 20px;
    background: #F4F4F4;
}
.founders .sidebar{
    margin-top: 20px;
}
.founders .sidebar .categories{
    background: #F7F7F7;
    margin-bottom: 15px;
}
.founders .sidebar .categories h4{
    background: #4A4FA2;
    color: #fff;
    padding: 15px 15px;
    font-size: 20px;
    margin: 0;
}
.founders .sidebar .categories ul{
    margin: 0;
    padding: 0;
}
.founders .sidebar .categories ul li {
    padding: 10px 15px 10px 10px;
    border-bottom: 1px solid #E0E0E0;
    list-style: none;
    transition: 0.3s all;
}
.founders .sidebar .categories ul li:hover,
.founders .sidebar .categories ul li.active{
    padding: 10px 30px 10px 10px;
}
.founders .sidebar .categories ul li a{
    color: #676767;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s all;
}
.founders .sidebar .categories ul li:hover a,
.founders .sidebar .categories ul li.active a{
    color: #4A4FA2;
}
/* End - Founders Section */

/* Start - Organizational Structure Image */
.organizational-structure{
    margin-top: 20px;
}
.organizational-structure img{
    width: 100%;
}
/* End - Organizational Structure Image */


/* Start - Request to join the volunteer team Section */
.request-join{
    padding: 60px 0;
}
.request-join h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.request-join p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.request-join input.btn-round{
    float: left;
}
.request-join .custom-form{
    padding: 50px;
    background: #FBFBFB;
}
.request-join input.form-control{
    height: 40px;
    background: #ffffff;
    /* border-radius: 0; */
    border-radius: 30px
}
.request-join textarea{
    height: 100px;
    background: #ffffff;
    /* border-radius: 0; */
    border-radius: 20px
}
.request-join .form-control[type=file]{
    height: auto;
}
/* End - Request to join the volunteer team Section */

/* Start - Zakat Calculator */
.zakat-calculator{
    padding: 60px 0;
}
.zakat-calculator h2.title{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.zakat-calculator p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.zakat-calculator .calculator h4{
    color: #2095A2;
    font-size: 20px;
}
.zakat-calculator .calculator ul{
    margin: 0;
    padding: 0;
    background-color: #4A4FA2;
}
.zakat-calculator .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link{
    color: #ffffff;
    /* background-color: #4A4FA2; */
    /* border-color: #dee2e6 #dee2e6 #4A4FA2; */
    border: 0;
    margin-bottom: 0;
    font-size: 16px;
    /*padding: 10px 18px;*/
}
.zakat-calculator .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    background-color: #2095A2;
    border-color: #dee2e6 #dee2e6 #2095A2;
    border: 0;
    border-radius: 0;
}
.zakat-calculator .sidebar .box1 h4{
    color: #2095A2;
    font-size: 20px;
}
.zakat-calculator .sidebar .box1 .table>thead:first-child{
    background: #4A4FA2;
    color: #fff;
}
.zakat-calculator .sidebar .box1 .table>thead:last-child{
    background: #C4C4C4;
    color: #404040;
}
.zakat-calculator .sidebar .box1 .table a{
    float: left;
    padding: 0px 5px;
    background: #D56363;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    line-height: normal;
}
.zakat-calculator .sidebar .box2{
    background: #4A4FA2;
    color: #fff;
    padding: 15px;
    text-align: center;
}
.zakat-calculator .tab-content .tab-pane{
    padding-top: 40px;
}
.zakat-calculator .tab-content .tab-pane .inputs{
    display: inline-block;
    width: 100%;
    position: relative;
}
.zakat-calculator .tab-content .tab-pane .inputs input{
    border-radius: 50px;
    text-align: center;
    padding-right: 75px;
    padding-left: 50px;
}
/* Chrome, Safari, Edge, Opera */
.zakat-calculator .tab-content .tab-pane input::-webkit-outer-spin-button,
.zakat-calculator .tab-content .tab-pane input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.zakat-calculator .tab-content .tab-pane .inputs div.col{
    position: relative;
}
.zakat-calculator .tab-content .tab-pane input[type=number] {
  -moz-appearance: textfield;
}
.zakat-calculator .tab-content .tab-pane .inputs span:first-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    right: 24px;
}
.zakat-calculator .tab-content .tab-pane .inputs span:last-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    left: 24px;
    top: 0px;
}
.zakat-calculator .tab-content .tab-pane .buttons{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
/* End - Zakat Calculator */


/* Start - Cart Page */
.cart{
    padding: 60px 0;
}
.cart h2{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.cart p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.vart .item{
    margin-bottom: 20px;
}
.cart .item img{
    height: 100%;
    width: 150px;
    object-fit: cover;
}
.cart .item a{
    /* display: inline-block;
    text-align: left;
    color: #D34C4C;
    font-size: 20px; */

    /* display: inline-block; */
    text-align: center;
    color: #D34C4C;
    font-size: 20px;
    float: left;
    width: 25px;
    line-height: normal;
    position: absolute;
    left: 25px;
}
.cart .item h3{
    font-size: 20px;
    color: #666666;
}

.cart .item .inputs{
    display: inline-block;
    width: 100%;
    position: relative;
    margin-top: 10px;
}
.cart .item .inputs input{
    border-radius: 50px;
    text-align: right;
    padding-right: 15px;
    padding-left: 50px;
}
/* Chrome, Safari, Edge, Opera */
.cart .item input::-webkit-outer-spin-button,
.cart .item input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.cart .item input[type=number] {
  -moz-appearance: textfield;
}
.cart .item .inputs span:last-child{
    position: absolute;
    /* float: right; */
    /* padding-right: 12px; */
    line-height: 38px;
    color: #8b8b8b;
    font-size: 14px;
    left: 12px;
    top: 0px;
}
.cart .total{
    border-bottom: 1px solid #707070;
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.cart .total div:first-child{
    text-align: right;
}
.cart .total div:last-child{
    text-align: left;
}
/* End - Cart Page */

/* Start - Thanks Page */
.thanks{
    padding: 60px 0;
}
.thanks .box{
    text-align: center;
    box-shadow: 0px 0px 9px 0px #ddd;
    padding: 40px;
    border-radius: 25px;
}
.thanks .box i{
    width: 70px;
    height: 70px;
    background: #86D008;
    border-radius: 50px;
    font-size: 45px;
    color: #fff;
    line-height: 75px;
}
.thanks .box h3{
    color: #6C6C6C;
    font-size: 25px;
    padding-top: 20px;
}
.thanks .box h4{
    color: #6C6C6C;
    font-size: 25px;
    padding-bottom: 20px;
}
/* End - Thanks Page */

/* Start - Checkout Page */
.checkout{
    padding: 60px 0;
}
.checkout h2{
    color: #4A4FA2;
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 22px;
    text-align: center;
}
.checkout p.description{
    color: #676767;
    font-weight: 400;
    text-align: center;
    margin: 0 auto;
    width: 60%;
}
.checkout .total{
    background: #4A4FA2;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    line-height: normal;
    font-weight: 500;
}
.checkout .items{
    background: #F7F7F7;
    padding: 15px;
}
.checkout .items ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.checkout .items ul li{
    padding: 10px 0;
    border-bottom: 1px solid #c1c1c1;
}
.checkout .items ul li:last-child{
    border: 0;
}
.checkout .items ul li span{
    float: left;
    color: #4A4FA2;
    font-weight: 500;
}
.checkout .gift{
    margin-top: 30px;
}
.checkout .gift h3{
    font-size: 18px;
    color: #4A4FA2;
    font-weight: 600;
}
.checkout .gift .box{
    background: #F7F7F7;
    padding: 10px;
}
.checkout .gift .box .form-check{
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
}
.checkout .gift .box .form-check label{
    margin-right: 30px;
    color: #666666;
}
.checkout .gift .box .form-check label span{
    float: left;
    padding-right: 5px;
}
.checkout .gift .box .form-check input{
    float: right;
    width: 22px;
    height: 22px;
}
.checkout .gift input.form-control{
    border-radius: 15px;
    height: 40px;
}
.checkout nav .nav-tabs{
    background: #F7F7F7;
    border: 0;
    border-top: 5px solid #4A4FA2;
}
.checkout nav .nav-tabs .nav-link{
    width: 50%;
    color: #7B7B7B;
    font-weight: 500;
}
.checkout nav .nav-tabs .nav-link.active{
    /*color: #4A4FA2;*/
    /*background-color: unset;*/
    font-weight: 600;
    /*box-shadow: inset 0px 0px 8px 2px #4a4fa2;*/
    color: #ffffff;
    background: #5a5e9b;
}
.checkout nav .nav-tabs button:first-child{
    border-left: outset;
}
.checkout .tab-content form{
    margin-top: 20px;
}
.checkout .tab-content form label{
    color: #4A4FA2;
    font-weight: 500;
}
.checkout .tab-content form input{
    border-radius: 15px;
    height: 40px;
}
.checkout .tab-content form hr{
    background-color: #7B7B7B;
    height: 2px;
    margin-top: 20px;
}
.checkout .tab-content form img.cards{
    float: left;
    margin-bottom: 10px;
}
.checkout .tab-content form input[type="submit"]{
    margin: 10px auto;
    display: block;
    border-radius: 30px;
    width: 100%;
}




.checkout .tab-content .bank-deposit{
    margin-top: 20px;
}
.checkout .tab-content .bank-deposit h3{
    color: #4A4FA2;
    font-weight: 600;
    font-size: 18px;
}
.checkout .tab-content .bank-deposit h4{
    color: #666666;
    font-size: 20px;
    letter-spacing: 2px;
}
.checkout .tab-content .bank-deposit label.upload-file{
    display: inline-block;
    background: #2095A2;
    color: #fff;
    padding: 5px 25px;
    border-radius: 20px;
    cursor: pointer;
}
.checkout .tab-content .bank-deposit input[type="file"]{
    visibility:hidden;
    display: none;
    height: auto;
}
.checkout .tab-content .bank-deposit input[type="submit"]{
    display: inline-block;
    background-color: #2095A2;
    border: 1px solid #2095A2;
    padding: 6px 15px;
    min-width: 200px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    transition: 0.3s all;
    text-align: center;
    margin-top: 10px;

    opacity: 0.5;
}
.checkout .tab-content .bank-deposit input[type="submit"]:hover{
    opacity: 0.5;
}
/* End - Checkout Page */

.page-item.active .page-link {
    background-color: #4a4fa2;
    border-color: #4a4fa2;
}
.page-link {
    color: #4a4fa2;
}

.btn-primary {
    background-color: #4a4fa2;
    border-color: #4a4fa2;
}
.btn-check:active+.btn-primary, .btn-check:checked+.btn-primary, .btn-primary.active, .btn-primary:active, .show>.btn-primary.dropdown-toggle {
    background-color: #4a4fa2;
    border-color: #4a4fa2;
}
.btn-primary:hover {
    color: #4a4fa2;
    background-color: #fff;
    border-color: #4a4fa2;
}


.form-check{
    padding-left: 0;
    padding-right: 1.5em;
}
.form-check-inline {
    margin-right: 0;
    margin-left: 1rem;
}
.form-check-input[type=radio] {
    float: right;
}
.form-check .form-check-input {
    margin-left: 0;
    margin-right: -1.5em;
}


.mobile-menu {
    /* position: absolute; */
    /* display: block; */
    /* top: 0; */
    /* left: 0; */
    height: 50px;
    width: 100%;
    background: rgb(33 109 99);
    overflow: hidden;
    transition: all 0.5s ease-out, background 1s ease-out;
    transition-delay: 0.2s;
    z-index: 1;

    display: none;
  }
  .mobile-menu .burger-container {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 50px;
    cursor: pointer;
    transform: rotate(0deg);
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-tap-highlight-color: transparent;
  }
  .mobile-menu .burger-container #burger {
    width: 18px;
    height: 8px;
    position: relative;
    display: block;
    margin: -4px auto 0;
    top: 50%;
  }
  .mobile-menu .burger-container #burger .bar {
    width: 100%;
    height: 1px;
    display: block;
    position: relative;
    background: #FFF;
    transition: all 0.3s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0s;
  }
  .mobile-menu .burger-container #burger .bar.topBar {
    transform: translateY(0px) rotate(0deg);
  }
  .mobile-menu .burger-container #burger .bar.btmBar {
    transform: translateY(6px) rotate(0deg);
  }
  .mobile-menu .icon {
    display: inline-block;
    position: absolute;
    height: 100%;
    line-height: 50px;
    width: 50px;
    height: 50px;
    text-align: center;
    color: #FFF;
    font-size: 22px;
    left: 50%;
    transform: translateX(-50%);
  }
  .mobile-menu .icon.icon-bag {
    right: 0;
    top: 0;
    left: auto;
    transform: translateX(0px);
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.65s;
  }
  .mobile-menu ul.menu {
    position: relative;
    display: block;
    padding: 0px 48px 0;
    list-style: none;
  }
  .mobile-menu ul.menu li.menu-item {
    border-bottom: 1px solid #333;
    margin-top: 5px;
    transform: scale(1.15) translateY(-30px);
    opacity: 0;
    transition: transform 0.5s cubic-bezier(0.4, 0.01, 0.165, 0.99), opacity 0.6s cubic-bezier(0.4, 0.01, 0.165, 0.99);
  }
  .mobile-menu ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.49s;
  }
  .mobile-menu ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.42s;
  }
  .mobile-menu ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.35s;
  }
  .mobile-menu ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.28s;
  }
  .mobile-menu ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.21s;
  }
  .mobile-menu ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.14s;
  }
  .mobile-menu ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.07s;
  }
  .mobile-menu ul.menu li.menu-item a {
    display: block;
    position: relative;
    color: #FFF;
    font-weight: 100;
    text-decoration: none;
    font-size: 22px;
    line-height: 2.35;
    font-weight: 200;
    width: 100%;
    padding: 0;
  }
  .mobile-menu ul.menu li.menu-item ul.dropdown-menu{
      width: 100%;
      text-align: right;
  }
  .mobile-menu ul.menu li.menu-item ul.dropdown-menu a{
    color: #000000;
}
  .mobile-menu.menu-opened {
    height: 100%;
    background-color: #0e0e0e;
    transition: all 0.3s ease-in, background 0.5s ease-in;
    transition-delay: 0.25s;
  }
  .mobile-menu.menu-opened .burger-container {
    transform: rotate(90deg);
  }
  .mobile-menu.menu-opened .burger-container #burger .bar {
    transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
    transition-delay: 0.2s;
  }
  .mobile-menu.menu-opened .burger-container #burger .bar.topBar {
    transform: translateY(4px) rotate(45deg);
  }
  .mobile-menu.menu-opened .burger-container #burger .bar.btmBar {
    transform: translateY(3px) rotate(-45deg);
  }
  .mobile-menu.menu-opened ul.menu li.menu-item {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(1) {
    transition-delay: 0.27s;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(2) {
    transition-delay: 0.34s;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(3) {
    transition-delay: 0.41s;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(4) {
    transition-delay: 0.48s;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(5) {
    transition-delay: 0.55s;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(6) {
    transition-delay: 0.62s;
  }
  .mobile-menu.menu-opened ul.menu li.menu-item:nth-child(7) {
    transition-delay: 0.69s;
  }
  .mobile-menu.menu-opened .icon.icon-bag {
    transform: translateX(75px);
    transition-delay: 0.3s;
  }


/* Mobile Menu 2 */
.mobile-menu2 {
    display: none;
    background: rgb(33 109 99);
    color: #fff;
    font-weight: 400;
}
.mobile-menu2 .navbar-brand{
    margin: 0;
    /* width: 100%;
    height: 40px;
    box-shadow: 0px 2px 1px 0px #00000033;
    margin-bottom: 10px; */
}
.mobile-menu2 .navbar-toggler{
    color: #fff;
}
.mobile-menu2 ul.navbar-nav {
    padding: 0;
}
.mobile-menu2 ul.navbar-nav li.nav-item{
    font-size: 22px;
    line-height: 2;
    font-weight: 200;
    border-bottom: 1px solid;
}
.mobile-menu2 ul.navbar-nav li.nav-item a {
    /* display: block; */
    /* position: relative; */
    color: #FFF;
    /* font-weight: 100; */
    /* text-decoration: none; */
    /* font-size: 22px; */
    /* line-height: 2.35; */
    /* font-weight: 200; */
    /* width: 100%;
    padding: 0 10px; */
}
.navbar-nav .dropdown-menu{
    text-align: right;
}
.mobile-menu2 ul.navbar-nav li.nav-item ul.dropdown-menu li a.dropdown-item {
    color: #333;
    font-weight: 500 !important;
    font-size: 20px;
    border-bottom: 1px solid;
}
