
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300&display=swap');
*{
    margin: 0;
    padding: 0;
}
 body{
    font-family: 'DM Sans';
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: -0.3px;
    overflow-x: hidden;
    line-height: 24px;
    font-weight: normal;
    font-style: normal;

 }
 .headingfont{
    font-family: 'Restora';
 }
 .graytxt{
    color: #787676;
 }
 .whitefont{
    color: #fff;
 }
 html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none !important;
}

h3{
    color:#c00
}
h4{
    font-weight: 600;
    letter-spacing: -0.2px;
    color:#8f1c00;
}
h4 span{
    color:#c00;
}




.contactform ::placeholder {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
}

header{
    background: #e1ac08;
}

.bannersection{

    position: relative;
}
    /* .bannersection:after{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-color: #03331cb0;
    } */
/* .bannertext {
   position: absolute;
    z-index: 9;
    top: 60%;
    text-align: center;

    margin: auto;
    left: 0;
    right: 0;
}
  
.bannertext h1,.bannertext h5{
    color: #fff;
} 
.bannertext h5{
    letter-spacing: 0.2px;
}  */
.welcomeSection{
    background:linear-gradient(0deg, rgb(255 220 81) 0%, rgb(255 252 234) 100%);
    padding:50px 0;
}
.welcomeSection h1{
     font-size: 30px;
     width:75%;
     font-weight: 300;
}
.readbtn{
    background-color: #ebc034;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    padding: 10px 25px;
}
.maincontent{
    position: relative;
}
.textcontent{
    position: absolute;
    top:70px;
}
.abouttext{
    background: #fff;
    padding: 60px;
    line-height: 25px;
}

.sectionRD{
    background: #efefef;
    padding: 100px 0;
    position: relative;
}
.box{
    padding: 64px 35px 0;
    margin: 0 70px;
}
.box h2{
    font-family: 'Restora';
    font-size: 30px;
    line-height: 34px;
    letter-spacing: -0.5px;
}
.box p{
    color: #7c7c7c;
    line-height: 24px;
    font-size: 17px;
}
.box-blue{
   background: #fff;
   height: 500px;
   position: relative;
   transition: all linear 0.5s;
}
.box-blue.box:after {
    position: absolute;
    content: '';
    height: 410px;
    width: 70px;
    background: #bee2f4;
    right: -70px;
    top: 92px;
}
.box-blue.box:hover {
    border-radius: 50px 50px 0 50px;
}
.box-green{
   background: #fff;
   height: 400px;
   position: relative;
   margin-top: 50px;
   transition: all linear 0.5s;
}
.box-green.box:after {
    position: absolute;
    content: '';
    height: 330px;
    width: 70px;
    background: #bdec9a;
    right: -70px;
    top: 70px;
}
.box-green.box:hover {
    border-radius: 50px 50px 0 50px;
}
.researchDevimgholder {
    position: relative;
    float: right;
    margin-right: -78px;
    z-index: 99;
}
.researchDevimgholder img{
    width: 274px;
    height: 196px;
    object-fit: cover;
    border-radius: 50px;    
}
.researchDevimgholder:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    border-radius: 50px;
    background-color: #4fd9f7;
    opacity: 0.2;
}

.sustainimgholder {
    position: relative;
    float: right;
    margin-right: -78px;
    z-index: 99;
}
.sustainimgholder img{
    width: 274px;
    height: 196px;
    object-fit: cover;
    border-radius: 50px;    
}
.sustainimgholder:after{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    border-radius: 50px;
    background-color: #1c5223;
    opacity: 0.2;
}
a.arrowbtn:hover {
    margin-left: 12px;
}
.arrowbtn {
    position: absolute;
    bottom: 20px;
    transition: all linear 0.1s;
}


footer{
    position: relative;
}
.footerbottom{
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    padding-top: 22px;    
}
.footerlinks li a{
    color:#000;
    font-size: 17px;
}
.footerlinks {
    padding-left: 0;
}
.footerlinks li {
    position: relative;
    list-style: none;
    padding-left: 22px;
    line-height: 28px;
}
.footerlinks li:after {
    position: absolute;
    content: '';
    background: url(../images/arrow.png);
    width: 12px;
    height: 9px;
    left: 0;
    top: 8px;
}
.loctationbtn{
    background: #ffffff;
    border: #c00 1px solid;
    font-weight: 600;
    font-size: 13px;
    padding: 7px 15px;
    color: #000;
}

.contactform .form-control{
    background: transparent;
    border: none;
    border-bottom: #fff 2px solid;
    border-radius: 0;
    box-shadow: none;
    font-family: 'DM Sans';
    color:#fff;
}
.btn-submit{
    width: 25%;
    margin: auto;
    background: #fff !important;
    font-family: 'DM Sans';
    font-weight: 800;
    color: #589610 !important;
    font-size: 14px;
    height: 50px;
    line-height: 38px;
    margin-bottom: 50px;
}


a.donationbtn {
    background: #c00;
    color: #fff;
    border-radius: 25px;
    padding: 5px 25px;
    display: inline-block;
    margin-right: 10px;
}

/*Menu*/
.nav__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    position: relative;
    z-index: 99;
    padding-top: 14px;
}
.nav__mobile .nav__btn {
    display: block;
}
.nav__mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.nav__logo {
    font-size: 1.4rem;
    font-weight: 700;
    color: #555;
}
.nav__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}
.showing {
    max-height: 37rem;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.nav__menu li {
    list-style: none;
    position: relative;
    white-space: nowrap;
    padding: 1rem 0 0;
}
.nav__menu li a {
    display: block;
    color: #222;
    text-decoration: none;
}
.nav-toggle {
    display: block;
    background-color: transparent;
    width: 40px;
    cursor: pointer;
    padding: 4px;
}
.nav-toggle span {
    position: relative;
    display: block;
    height: 4px;
    border-radius: 35px;
    width: 100%;
    margin-top: 0;
    background-color: #000;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}
.nav-toggle span.mrg {
    margin-top: 5px;
}
.nav-toggle.open span:first-child {
    -webkit-transform: rotate(45deg) translate(6.2px, 6.2px);
    transform: rotate(45deg) translate(6.2px, 6.2px);
}
.nav-toggle.open span:nth-child(2) {
    width: 0;
    opacity: 0;
}
.nav-toggle.open span:last-child {
    -webkit-transform: rotate(-45deg) translate(6.2px, -6.2px);
    transform: rotate(-45deg) translate(6.2px, -6.2px);
}
.nav__menu .dropdown ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: static;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nav__menu .dropdown ul.show {
    max-height: 20rem;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.nav__menu .dropdown li a {
    display: block;
    font-size: 0.875rem;
    text-transform: capitalize;
    color: #222;
    text-decoration: none;
}
.nav__menu li a:hover {
    color: #0062a3;
}
.nav__menu .dropdown > a:after {
    content: "\f107";
    font-family:'Font Awesome 5 Free';
    font-style:normal;
    font-weight:400;
    font-size: 0.875rem;
    padding-left: 5px;
    color: #7e7e7e;
}
.nav__menu .active.dropdown > a:after {
    content: "\f106";
}
.nav__menu .dropdown .dropdown > a:after {
    content: "\f107";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 0.875rem;
    padding-left: 5px;
    color: #7e7e7e;
}
.nav__menu .dropdown .active.dropdown > a:after {
    content: "\f106";
} 
.menu-toggle {
    max-height: 0;
    overflow: hidden;
}
.menu-toggle,
.menu-toggle.active {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.menu-toggle.active {
    max-height: 100vh;
}
.resize-animation-stopper * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}
@media screen and (min-width: 800px) {
    .menu-toggle {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        max-height: 100vh;
        overflow: visible;
    }
    .nav__container {
        width: 100%;
        max-width: 1000px;
        margin: auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .nav__container,
    .nav__mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .nav__mobile .nav__btn {
        display: none;
    }
    .nav__logo img {
        width: 100%;
        max-width: 58px;
    }
    .nav__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        max-height: 100%;
        overflow: visible;
    }
    .nav__menu li {
        list-style: none;
        position: relative;
        white-space: nowrap;
        padding: 12px;
    }
    .nav__menu li a {
        font-size: 14px;
        color: #000000;
        text-decoration: none;
        font-weight: 600;
        letter-spacing: 0.2px;
    }
    .nav__menu li a:hover {
        color: #c00;
    }
    .nav__menu .dropdown {
        position: relative;
    }
    .nav__menu .dropdown ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: absolute;
        top: 100%;
        left: -30px;
        opacity: 0;
        visibility: hidden;
        overflow: visible;
        padding: 0 1rem;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
        width:200px;
    }
    .nav__menu .dropdown:hover > ul {
        top: 100%;
        left: 0;
        opacity: 1;
        visibility: visible;
        overflow: visible;
        padding: 0 1rem;
    }
    .nav__menu .dropdown ul li {
        padding: 0.7rem;
        background-color: #ffffff;
        position: relative;
    }
    .nav__menu .dropdown ul li:hover {
        background-color: #ffbf00;
    }
    .nav__menu .dropdown ul li a {
        display: block;
        color: #000000;
        text-transform: capitalize;
    }
    .nav__menu .dropdown ul li a:hover {
        display: block;
        color: #fff;
    }
     .nav__menu .dropdown > a:after {
        content: "\f107";
    }
    .nav__menu .dropdown:hover > a:after,
    .nav__menu .dropdown > a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 0.875rem;
        padding-left: 5px;
        color: #000;
        content: "\f107";
    }
    .nav__menu .dropdown:hover > a:after {
        content: "\f106";
    }
    .nav__menu .dropdown .dropdown > a:after {
        content: "\f105";
    }
    .nav__menu .dropdown .dropdown:hover > a:after,
    .nav__menu .dropdown .dropdown > a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 0.875rem;
        padding-left: 10px;
        color: #fff;
    }
    .nav__menu .dropdown .dropdown:hover > a:after {
        content: "\f104";
    } 
    .nav__menu .dropdown .dropdown:hover > ul {
        position: absolute;
        top: 0;
        right: calc(100% - 17px);
        left: auto;
        opacity: 1;
        visibility: visible;
    }
    .nav__menu .dropdown .dropdown ul {
        position: absolute;
        top: 0;
        right: calc(100% - 17px);
        left: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
}
.arrowicon{
    position: relative;
    top: 3px;
    font-size: 18px;
}


p.visiontxt {
    line-height: 25px;
    color: #7c7777;
}
.visioncontent{
    display: flex;
    align-items: center;
}
.sustainabilitybg{
    padding: 55px 0; 
    background: #49aced url(../images/sustainabilitybanner.JPG) right no-repeat;
    position: relative;
    background-size: cover;
}
.sustainabilitybg:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0d302dc2;
}
.missionbg{
    padding: 75px 0; 
    background: url('../images/about.jpeg') right no-repeat;
    position: relative;
    background-size: cover;
}
.missionbg:after {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #11608fc2;
}
.innercontent{
    width:60%; 
    margin: auto;
    position: relative;
    z-index: 9;
    text-align: center;
}
.sustainabilityimg{
     width: 80%;
    float: right;
}
.videocontainer{
 position: relative;
}
/* .videocontainer video{ 
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
} */
.videocontainer:after {
   position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(1deg, rgb(22 118 205 / 55%) 0%, rgb(10 39 47 / 53%) 35%, rgb(31 32 33 / 68%) 100%);
}
.textbox{  
    background: #fff;
    z-index: 99;
    padding: 32px 72px;
    position: relative;
    color: #222;
    min-height: 322px;
}
.textbox p{
    color: #565656;
}
.whitebg{
    background: #fff;
    padding: 34px 50px;
    box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
    color: #6d6d6d;
}
.sustainabilitybox{
    box-shadow:0px 10px 30px 0px rgba(156, 157, 161, 0.16) !important;
    padding: 20px;
    border-bottom: #d7d7d7 4px solid;
    border-radius: 15px;
}
.sustainabilitybox img{
       height: 200px;
    object-fit: cover;
    width: 100%;
}
.sustainabilitybox p {
    color: #858484;
    text-align: center;
}





.containeritem {
        display:block;
        overflow:hidden;
        background:#fff;
        padding: 25px;
        border-radius: 22px;
}

.containercontent {
    position:relative;
    top:150px;   
    height: 200px;
    -webkit-transition: top 0.5s; /* For Safari 3.1 to 6.0 */
    transition: top 0.5s;
}
.containeritem img{
    height: 200px;
    width:100%;
    object-fit: cover;
}
.containeritem:hover .containercontent{
   top: 10px;
}


.activemenu{
    color:#22a6dd !important;
}

.rdbg{
    padding: 75px 0; 
    background: url('../images/banner2.jpg') right no-repeat;
    position: relative;
    background-size: cover;
}
.rdbg{
    padding: 75px 0; 
    background: url('../images/banner2.jpg') right no-repeat;
    position: relative;
    background-size: cover;
}
.socialicon a {
    display: inline-block;
    padding: 0 24px;
    border-radius: 6px;
    color: #ffffff;
    margin-right: 8px;
    text-align: center;
    line-height: 34px;
    font-weight: 600;
    background: #0d6efd;
}
.gheading {
    color: #304913;
    font-size: 17px;
    font-weight: 600;
}
.cdetails i {
    font-size: 13px;
    position: relative;
    top: -1px;
    margin-right: 2px;
}
.fragrancebg{
    padding: 75px 0; 
    background: url('../images/fragrance.jpg') right no-repeat;
    position: relative;
    background-size: cover;
}
.bx-content{
    box-shadow: 0px 20px 40px 0px rgba(60, 67, 113, 0.05);
    padding: 25px;
    background: #fff;
    margin-bottom: 30px;
}
.bx-content p {
    color: #8d8d8d;
}





.boxheolder{
    background: #fff;
    padding: 12px;
    box-shadow: #0000000a 0px 9px 5px;
    border-radius: 15px;
    width: 280px;
    height: 140px;
    margin: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    border-top: #f5e295 2px solid;
  
}
.boxheolder h5{
    font-weight: 600;
    letter-spacing: -0.5px;
    line-height: 20px;
    font-size: 17px;
    letter-spacing: 0.2px;
    color: #000;
    transition: all linear 0.8s;
}
.boxheolder h5 a{
    color:#000;   
}
.boxheolder:hover h5 {
    color: #f6840b;
}


/* marquee div container */
.marquee {
    font-size: 18px;
    color: #fff;
    font-family: 'Courier New', Courier, monospace;
    height: 60px;
    overflow: hidden;
    background-color: #000;
    position: relative;
    padding: 12px;
    margin-top: -2px;
}
/* nested div inside the container */
.marquee div {
    display: block;
    width: 200%;
    position: absolute; 
    overflow: hidden;
}  
/* span with text */
.marquee span {
    float: left;
    width: 50%;
    animation: marquee 12s linear infinite;
}
.marquee:hover .marquee__item {
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
/* keyframe */
@keyframes marquee {
    0% { left: 0; }
    100% { left: -100%; }
}

.noticeheading{
    background: #c50013;
    display: inline-block;
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    padding: 5px 12px;
    font-weight: 400;
    position: relative;
}
.noticeheading:after{
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid #c50013;
    top: 0px;
    right: -40px;
}
.player.active .play{
    display: none;
}

.player.active .pause{
    display: block;
}

.player .play{
    display: block;
}

.player .pause{
    display: none;
}
.player i {
    font-size: 12px;
    border: #c00 2px solid;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    text-align: center;
    line-height: 29px;
    color: #c00;
}
a.paybutton {
    background: #c00;
    color: #fff;
    padding: 5px 12px;
}

/*popup*/
.magnific-img i {
    display: none;
}
.magnific-img img {
    /* width: 100%;
    height: auto; */
    width: 100%;
    height: 180px;
    object-fit: cover;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    /* display: inline-block;
    width: 32.3%; */
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


    .memberimageholder img{
        border-radius: 8px;
    }