*
{
    margin: 0px;
    padding: 0px;
}
@font-face 
{
    font-family: dm-sans-regular;
    src: url('../fonts/dm-sans-bold/DMSans-Regular.ttf');
}
@font-face 
{
    font-family: dm-sans-medium;
    src: url('../fonts/dm-sans-bold/DMSans-Medium.ttf');
}
@font-face 
{
    font-family: dm-sans-bold;
    src: url('../fonts/dm-sans-bold/DMSans-Bold.ttf');
}
@font-face 
{
    font-family: dm-sans-regular;
    src: url('../fonts/dm-sans-bold/DMSans-Regular.ttf');
}
:root
{
    --white: #fff;
    --black: #000;
    --primary-color: #0058A5;
    --secondery-color: #28376A;
    --third-color: rgb(0,80,105);
    --primary-font-regular :'dm-sans-regular';
    --primary-font-medium :'dm-sans-medium';
    --primary-font-bold :'dm-sans-bold';
}
body,section,div,span, h1, h2, h3, h4, h5, h6, li, a, i, nav
{
    font-family: var(--primary-font-regular);
}
h2
{
    font-size: 35px !important;
    font-weight: 800 !important;
}
h3
{
    font-size: 35px !important;
    font-weight: 800 !important;
}
h6
{
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 900 !important;
}
p
{
    font-size: 1.1rem !important;
}
.inner-section-white
{
    padding: 90px 5px;
    position: relative;
}
.inner-section-shade
{
    padding: 100px 0px;
    position: relative;
    background-image: linear-gradient(rgb(229,229,245, 0.9), rgb(229,229,245, 0.9)), url(../images/bg-marge.jpg);
}
.menu-button button:nth-child(1)
{
   background-color: var(--primary-color);
   border: 1px solid var(--primary-color);
   padding: 10px 30px 10px 30px;
   border-radius: 30px ;
   color: #fff;
   font-family: var(--primary-font-regular);
   font-weight: 500;
   font-size: 14px;
   line-height: 1;
   position: relative;
}
.about-image-mc img
{
    border-radius: 15px !important;
    width: 100%;
}

.menu-icon
{
    position: absolute;
    right: -16px;
    top: 50%;
    background-color: #fff;
    border-radius: 73px;
    color: #000;
    padding: 7px 5px;
    transform: translateY(-50%);
}

ul.navbar-nav {
    text-align: center;
}
ul.dropdown-menu.show {
    text-align: center;
}
.menu-button {
    justify-content: center;
}
.navbar-brand img
{
    width: 200px;
}
.nav-link
{
    color: var(--secondery-color) !important;
    font-family: var(--primary-font-bold);
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}



.banner-mc
{
    position: relative;
    width: 100%;
}
.banner-bottom-mc
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0);
    background-image: url(../images/shape-bottom.png);
    background-position: bottom center ;
    background-repeat: repeat-x;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;        
    z-index: 1;
}
.banner-bottom-mc-2
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background-color: rgba(255,255,255,0);
    background-image: url(../images/shape-bottom-top.png);
    background-position: bottom center;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;        
    z-index: 1;
}
.banner-mc .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .banner-mc .owl-nav button.owl-prev {
    left: 0;
  }
  .banner-mc .owl-nav button.owl-next {
    right: 0;
  }
  
  .banner-mc .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .banner-mc .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .banner-mc .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .banner-mc .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .banner-mc .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .banner-mc span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .banner-mc .owl-nav button:focus {
      outline: none;
  }
.banner-mc .item .container h1
{
    color: #ffffff;
    text-shadow: 0px 0px 10px rgba(0,0,0,0.3);
    margin: 0px 0px 30px 0px;
    font-family: var(--primary-font-bold);
    font-size: 54px !important;
    font-weight: 900 !important;
    text-transform: capitalize;
    line-height: 64px !important;
}
.banner-mc .item .container p
{
    color: #ffffff;
    font-family: var(--primary-font-medium);
    font-size: 18px !important;
    font-weight: 400;
    margin: 0px 0px 0px 0px;
}
.banner-mc .item
{
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0px;
}
.banner-mc .owl-dots {
    display: none;
}
.banner-mc button {
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 37px;
    margin: 30px 15px 0px 0px;
    padding: 9px 30px 9px 30px;
    color: #fff;
    border: 1px solid var(--primary-color);
}
.owl-next span,.owl-prev span
{
    color: var(--primary-color);
}
.row
{
    margin: 0 !important;
}
.col-md-6
{
    padding: 0 !important;
}
.second-section-text h2
{
    font-family: var(--primary-font-bold) !important;
    color: var(--third-color);
}
.second-section-text
{
    margin: 0px 50px 0px 190px;
}
.p-btn
{
    background-color: var(--primary-color);
    font-size: 18px;
    font-weight: 500;
    border-radius: 37px;
    margin: 30px 15px 0px 0px;
    padding: 9px 30px 9px 30px;
    color: #fff;
    border: 1px solid var(--primary-color);
}





.second-section-stories .owl-nav button {
    position: absolute;
    top: 50%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
  }
  .second-section-stories .owl-nav button.owl-prev {
    left: 0;
  }
  .second-section-stories .owl-nav button.owl-next {
    right: 0;
  }
  
  .second-section-stories .owl-dots {
    text-align: center;
    padding-top: 15px;
  }
  .second-section-stories .owl-dots button.owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
  }
  .second-section-stories .owl-dots button.owl-dot.active {
    background-color: #000;
  }
  .second-section-stories .owl-dots button.owl-dot:focus {
    outline: none;
  }
  .second-section-stories .owl-nav button {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: rgba(255, 255, 255, 0.38) !important;
  }
  .second-section-stories span {
      font-size: 70px;    
      position: relative;
      top: -5px;
  }
  .second-section-stories .owl-nav button:focus {
      outline: none;
  }
  .second-section-stories .owl-dots 
  {
    display: none;
  }
  .second-section-stories .owl-nav {
    display: none;
   }

   .second-section-stories .item img
   {
    border-radius: 10px;
   }
.ow-card-mc
{
    margin-top: 40px;
}
.ow-card-mc img
{
   width: 100%;
   padding: 10px;
   border-radius: 25px;
}
.ow-card-mc h3
{
   font-size: 1.3rem !important;
   font-family: var(--primary-font-bold);
   margin-top: 20px;
}
.ow-card-mc p
{
   min-height: 78px;
}


.footer-main{
    padding-top: 90px;
}

.address-main > div.col-lg-4 {
    border-bottom: dotted 1px #999;
}
.address-box {
    padding: 10px 0;
    margin-bottom: 30px;
}
.add-icon{
    float: left;
    width: 60px;
    display: inline-block;
    padding: 0px 5px;
}
.address-box .add-icon {
    background: #27303b;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-right: 20px;
    text-align: center;
}
.add-icon img{
    width: 100%;
}
.address-box .add-icon img {
    max-width: 40px;
}

.add-content h5 {
    font-size: 17px;
    color: #ffffff;
    padding: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.add-content p {
    font-size: 13px;
    color: #999999;
    font-weight: 300;
}
.add-content p a{
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    word-wrap: break-word;
}
.add-content p a:hover{
    color: #ffb32d;
}
.footer-main{
    padding-top: 90px;
}

.address-main > div.col-lg-3 {
    border-bottom: dotted 1px #999;
}
.address-box {
    padding: 10px 0;
    margin-bottom: 30px;
}
.add-icon{
    float: left;
    width: 60px;
    display: inline-block;
    padding: 0px 5px;
}
.address-box .add-icon {
    background: #27303b;
    height: 75px;
    line-height: 75px;
    width: 75px;
    margin-right: 20px;
    text-align: center;
}
.add-icon img{
    width: 100%;
}
.address-box .add-icon img {
    max-width: 40px;
}

.add-content h5 {
    font-size: 17px;
    color: var(--black);
    padding: 0;
    font-weight: 500;
    margin-bottom: 10px;
}
.add-content p {
    font-size: 13px;
    color: #999999;
    font-weight: 300;
}
.add-content p a{
    font-size: 14px;
    color: #999999;
    font-weight: 300;
    word-wrap: break-word;
}
.add-content p a:hover{
    color: #ffb32d;
}
.fs img
{
    border-radius: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}
.fs ul
{
    list-style: none;
    padding-left: 1rem;
}
.fs ul li
{
    padding: 10px 0px;
}
.fs ul svg
{
    color: var(--primary-color);
    padding-right: 10px;
}
.fa-quote-left,.fa-quote-right
{
    color: var(--primary-color);
    font-size: 2rem !important;
}
.copy-right-mc .container
{
    display: flex;
    justify-content: space-between;
}
.copy-right-mc .container p
{
    margin-bottom: 0rem;
}
.copy-right-mc .container p a
{
    color: var(--primary-color);
    text-decoration: none;
}
.inner-banner-mc
{
    background-image: linear-gradient(90deg, rgb(9,135,126), rgba(0, 0, 0, 0.2)), url(../images/inner-banner.jpg);
    background-size: cover;
    background-repeat: no-repeat; 
    text-align: center;
    padding: 120px 0px;  
    position: relative; 
}
.inner-banner-b-mc
{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    background-color: rgba(255,255,255,0);
    background-image: url(../images/shape-bottom.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 1;
}
.inner-banner-mc h3
{
    color: #fff;
    letter-spacing: 2px;
}
.team-card
{
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.5);
    padding: 15px;
    min-height: 476px;
}
.team-card h5
{
    text-align: center;
    font-size: 1.5rem !important;
    font-weight: 700;
    margin-top: 25px;
}
.team-card p
{
    text-align: center;
}
.logo-section-mc
{
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
}
.logo-col
{
    padding: 30px;
}
.logo-section-mc img
{
    border: 1px solid #998c8c;
}
.logo-section-mc img:hover
{
  padding: 10px;
  transition: 0.2s;
}
.modal-dialog 
{
    max-width: 90% !important;
}




.event-mc #gallery {
    padding-top: 40px;
  }
  @media screen and (min-width: 991px) {
    .event-mc #gallery {
      padding: 60px 30px 0 30px;
    }
  }
  .event-mc .img-wrapper {
    position: relative;
    margin-top: 15px;
  }
  .event-mc .img-wrapper img {
    width: 100%;
  }
  .event-mc .img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .event-mc .img-overlay i {
    color: #fff;
    font-size: 3em;
  }
  .event-mc #overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .event-mc #overlay img {
    margin: 0;
    width: 80%;
    height: auto;
    object-fit: contain;
    padding: 5%;
  }
  @media screen and (min-width: 768px) {
    .event-mc #overlay img {
      width: 60%;
    }
  }
  @media screen and (min-width: 1200px) {
    .event-mc #overlay img {
      width: 50%;
    }
  }
  .event-mc #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  .event-mc #nextButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    .event-mc #nextButton {
      font-size: 3em;
    }
  }
  .event-mc #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  .event-mc #prevButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    .event-mc #prevButton {
      font-size: 3em;
    }
  }
  .event-mc #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  .event-mc #exitButton:hover {
    opacity: 0.7;
  }
  @media screen and (min-width: 768px) {
    .event-mc #exitButton {
      font-size: 3em;
    }
  }
  svg.svg-inline--fa.fa-circle-plus {
    color: #fff;
    font-size: 2rem;
}

@import url('https://fonts.googleapis.com/css?family=Roboto+Mono');
.front
{
   background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url('../images/documents-bg.jpg') !important;
}
 h1 {
	 font-size: 2.2em;
}
 .flip {
	 position: relative;
     text-align: center;
}
 .flip > .front, .flip > .back {
	 display: block;
	 transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
	 transition-duration: 0.5s;
	 transition-property: transform, opacity;
}
 .flip > .front {
	 transform: rotateY(0deg);
}
 .flip > .back {
	 position: absolute;
	 opacity: 0;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 height: 100%;
	 transform: rotateY(-180deg);
}
 .flip:hover > .front {
	 transform: rotateY(180deg);
}
 .flip:hover > .back {
	 opacity: 1;
	 transform: rotateY(0deg);
}
 .flip.flip-vertical > .back {
	 transform: rotateX(-180deg);
}
 .flip.flip-vertical:hover > .front {
	 transform: rotateX(180deg);
}
 .flip.flip-vertical:hover > .back {
	 transform: rotateX(0deg);
}
 .flip {
	 position: relative;
	 display: inline-block;
	 margin-right: 2px;
	 margin-bottom: 1em;
	 width: 400px;
     
}
 .flip > .front, .flip > .back {
	 display: block;
	 color: white;
	 width: inherit;
	 background-size: cover !important;
	 background-position: center !important;
	 height: 220px;
	 padding: 1em 2em;
	 background: #313131;
	 border-radius: 10px;
}
 .flip > .front p, .flip > .back p {
	 font-size: 0.9125rem;
	 line-height: 160%;
	 color: #999;
}
 .text-shadow {
	 text-shadow: 1px 1px rgba(0, 0, 0, 0.04), 2px 2px rgba(0, 0, 0, 0.04), 3px 3px rgba(0, 0, 0, 0.04), 4px 4px rgba(0, 0, 0, 0.04), 0.125rem 0.125rem rgba(0, 0, 0, 0.04), 6px 6px rgba(0, 0, 0, 0.04), 7px 7px rgba(0, 0, 0, 0.04), 8px 8px rgba(0, 0, 0, 0.04), 9px 9px rgba(0, 0, 0, 0.04), 0.3125rem 0.3125rem rgba(0, 0, 0, 0.04), 11px 11px rgba(0, 0, 0, 0.04), 12px 12px rgba(0, 0, 0, 0.04), 13px 13px rgba(0, 0, 0, 0.04), 14px 14px rgba(0, 0, 0, 0.04), 0.625rem 0.625rem rgba(0, 0, 0, 0.04), 16px 16px rgba(0, 0, 0, 0.04), 17px 17px rgba(0, 0, 0, 0.04), 18px 18px rgba(0, 0, 0, 0.04), 19px 19px rgba(0, 0, 0, 0.04), 1.25rem 1.25rem rgba(0, 0, 0, 0.04);
}
 
#gallery .col-lg-3 
{
    padding-left: 0.5rem !important; 
    padding-right: 0.5rem !important; 
}
.campaigns-card-mc
{
    padding: 10px;
    border-radius: 20px;
    background-color: rgba(218, 215, 213, 0.3);
    min-height: 577px;
}
.campaigns-card-mc img
{
    width: 100%;
    border-radius: 20px;
}
.campaigns-card-mc h5
{
    margin-top: 15px;
}
.p-btn-2
{
    background-color: var(--primary-color);
    font-size: 14px;
    font-weight: 500;
    border-radius: 37px;
    padding: 4px 15px 4px 15px;
    color: #fff;
    border: 1px solid var(--primary-color);
}
.address-card
{
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 15px;
}
.address-card iframe
{
   box-shadow: 0px 3px 6px #00000029;
   border-radius: 15px 15px 0px 0px;
}
.address-card h6
{
   color: var(--primary-color);
}
.address-card-inner
{
    padding: 20px;
}
.address-card-inner ul
{
    list-style: none;
    margin-bottom: 0rem !important;
    padding-left: 0rem !important;
}
.address-card-inner ul li
{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.address-card-inner ul li span:nth-child(2)
{
    margin-left: 7px;
}
.address-card-inner ul li span
{
    font-size: 1.1rem !important;
    word-break: break-all;
}
.contact-us-row .col-md-6
{
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
    margin-top: 20px;
}
.singel-post-bg
{
    background-color: rgb(239,245,244);
}
.right_list
{
    list-style: none !important;
}
.right_list a
{
    color: var(--black);
    text-decoration: none;
    font-weight: 900;
}
.become-a-volunteer-mc
{
    margin: 80px 0px;
}
.become-a-volunteer-mc img
{
   width: 100%;
   border-radius: 15px;
   box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.6);
}
.become-a-volunteer-mc form input
{
   width: 100%;
   border-radius: 25px;
   height: 50px;
   margin-top: 15px;
   border: 1px solid #949292;
}
.become-a-volunteer-mc form input[type="submit"]
{
   background-color: #09877E;
   color: #fff;
}
.become-a-volunteer-mc form input:focus-visible
{
  border: 1px solid #09877E !important;
  outline: 2px solid #09877E !important;
}
.become-a-volunteer-mc form input[placeholder]
{
   padding-left: 10px;
}
.top-bar-mc
{
    display: flex;
    justify-content: space-between;

}
.top-bar-mc ul
{
    list-style: none;
    display: flex;
    padding-left: 0rem !important;
    margin-bottom: 0rem !important;
}
.top-bar-cover
{
    background-color: var(--primary-color);
    padding: 5px 0px;
}
.top-bar-mc ul li
{
    color: var(--white);
    font-size: 0.8rem !important;
}
.top-bar-mc ul li a
{
    text-decoration: none;
}
.video-mc iframe
{
    margin-top: 40px;
}
.footer-info
{
    border-radius: 15px ;
    padding: 25px;
    background-color: rgb(211,208,221,0.5);
    margin-bottom: 15px;
}

.footer-info button
{
background-color: var(--primary-color);
font-size: 18px;
font-weight: 500;
border-radius: 37px;
padding: 5px 30px 5px 30px;
color: #fff;
border: 1px solid var(--primary-color);
}








@media only screen and (min-width: 0px) and (max-width: 400px)
{
   .top-bar-mc ul li span
   {
    display: none;
   }
} 

@media only screen and (min-width: 0px) and (max-width: 768px)
{

    .res-center
    {
        text-align: center;
    }
    .navbar-brand img
    {
        width:  150px;
    }
    .banner-mc .owl-item {
        text-align: center;
    }
    .banner-mc .item .container h1 {
        font-size: 26px !important;
        line-height: 30px !important;
        
    }
    .banner-mc .item .container p {
        font-size: 16px !important;
        padding: 0px 30px;
    }
    .banner-mc button {
        font-size: 14px;
        border-radius: 37px;
        margin: 20px 15px 0px 0px;
        padding: 5px 15px 5px 15px;
    }
    .banner-mc .item {
        padding: 80px 0px;
    }
    .second-section-text,.second-section-stories {
        margin: 10px;
    }
    .second-section-stories .owl-nav {
        display: block;
    }
    .p-btn {
        padding: 5px 25px 5px 25px;
        margin: 15px 15px 0px 0px;
    }
    .add-content{
        text-align: center;
    }
    .copy-right-mc .container
    {
        display: block;
    }
    .copy-right-mc .container p
    {
        margin-top: 10px;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
    .logo-section-mc
    {
        display: grid;
        grid-template-columns: 100%;
    }
    .modal-dialog 
    {
        max-width: 100% !important;
    }
    .flip 
    {
        position: relative;
        display: inline-block;
        margin-right: 2px;
        margin-bottom: 1em;
        width: 100%;
    }
    .contact-us-row .col-md-6
    {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
        margin-top: 20px;
    }

}