@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');
@font-face {
    font-family: 'pyi';
    src: url("font/Pyidaungsu-2.5_Regular.ttf");
}

*{
  font-family: 'Roboto','pyi';
}

.history-slick>.slick-prev{
  display: none !important;
}
.history-slick>.slick-next{
  display: none !important;
}

.navbar-brand{
    margin: 0px !important;
}


.border-image{
    transition: 0.1s;
}

.border-image:hover{
    border: 1px solid #669c3c;
    border-radius: 0.25rem;
    cursor: pointer;
}

.mobile-mainlogo{
    width : 80%;
}

.hover-text{
    transform: translate(0px, 60px);
}



.image-in-text{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-position: center;
    background-origin: padding-box;
    background-repeat: no-repeat;
    background-size: cover;
    /* color: #ffffff; */
    font-size: 50px;
    z-index: 1;
    text-transform: uppercase;
    padding: 150px 0px;
    font-weight: bolder;
}

.image-in-text::after{
    content: "" !important;
    position: absolute !important;
    top: 0px !important;
    right: 0px !important;
    background-color: #669c3c80;
    /* backdrop-filter: blur(6px); */
    width: 100%;
    height: 100%;
    z-index: -1;
}


.font-size{
    font-size: 15px;
    margin-bottom: 5px;
}

.search-icon-size{
    font-size : 25px !important;
}

.product-nav-tabs {
  overflow-x: auto;
  overflow-y:hidden;
  flex-wrap: nowrap;
}

.navActive{
    border-bottom: 1px solid white;
}

.product-nav{
    transition: 0.3s;
    color: white;
    margin: 0px 5px;
}

.product-nav:hover{
    border-bottom: 1px solid white;
    color: white;
}

.caption {
  position: absolute;
  top: 50%;
  left: 30% !important;
  transform: translate( -50%, -50% );
  right: 10%;
  width: 400px;
  text-align: left !important;
  font-weight: bolder !important;
}

.autoplay .slick-dots{
    position: unset !important;
}
.autoplay .slick-dots li button:before{
    color: #000000 !important;
}
.slider {
    width: 100%;
    margin: auto;
}

.slick-slide {
    margin: 0px 10px;
}

.autoplay .slick-slide img {
    width: 60%;
}

.slick-prev:before,
.slick-next:before {
    color: black !important;
    opacity: unset !important;
}

.slider-nav button.slick-prev.slick-arrow {
    background: #dee2e6;
    border-radius: 100%;
}

.slider-nav button.slick-next.slick-arrow {
    background: #dee2e6;
    border-radius: 100%;
}

.slider-nav>.slick-prev{
    bottom: 200px !important;
    left: -5px;
    width: 30px;
    height: 30px;
    z-index: 100;
}

.slider-nav>.slick-next{
    bottom: 200px !important;
    right: -5px !important;
    width: 30px;
    height: 30px;
    z-index: 100;
}

.detail-nav>.slick-prev{
    bottom: 350px !important;
    top: unset !important;
    left: -5px;
    width: 35px;
    height: 35px;
}

.detail-nav>.slick-next{
    bottom: 350px !important;
    top: unset !important;
    right: -5px !important;
    width: 35px;
    height: 35px;
}

.nav-box-shadow{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
    height: 80px;
}

.nav-product{
    padding: 15px 0px;
}

.main-color{
    color: #669c3c !important;
}

.second-color{
    color: #0097D0 !important;
}

.main-background{
    background: #669c3c;
}

.black-background{
    background: #3B3B3B;
}
.blue-background{
    background: #0099d0;
}


.activeNav{
    color: #0097D0 !important;
}

.makro-nav{
    font-size: 15px;
    font-weight: bolder;
}

.makro-nav:hover{
    color: #0097D0 !important;
}

.makro-nav:active{
    color: #669c3c !important;
}

 .footer-nav, .footer-text{
     font-size: 14px !important;
 }

.footer-nav:link{
    text-decoration: none;
    color: #ffffff !important;
}
.footer-nav:visited{
    text-decoration: none;
    color: #ffffff !important;
}
.footer-nav:hover{
    color: #ffffffab !important;
}
.footer-nav:active{
    color: #ffffff !important;
}



.makro-dropdown{
    background: #ffffff;
}

.makro-dropdown{
    padding: 0px !important;
    margin: 0px !important;
}

.makro-dropdown>.dropdown-item{
    color: #0097D0;
    text-shadow: #000000;
    /* padding-top: 0 !important;
    padding-bottom: 0 !important; */
}
.makro-dropdown>.dropdown-item:hover{
    background: #0097D0;
    color: #ffffff !important;
}

#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgb(255, 255, 255) url(images/spinner.gif) no-repeat center center;
    z-index: 10000;
}

.img-zoom{
    display: block;
}

figure {
    overflow: hidden;
}

.img-zoom img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.img-zoom:hover img {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.product-card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 10px;
    color: rgba(0,0,0,.87);
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.20), 0 8px 10px -2px rgba(0,0,0,.2), 0 1px 10px 0 rgba(0,0,0,.12) !important;
}

.profile-card {
    border-width: 2px;
    padding: 20px;
    border-radius: 10px;
    border-color: #669c3c;
    background: #fff;
    width: 100%;
}

.web-card-width{
    width: 85% !important;
}

.web-card-margin{
    margin-left: 25px;
}

.third-web-card-margin{
    margin-left: 50px;
}

.web-card-text:link{
    text-decoration: none;
    color: #0097D0 !important;
}
.web-card-text{
    color: #0097D0;
}

.web-card-text:hover{
    color: #ffffff !important;
    background-color: #0097D0 !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.email-button{
    position: absolute;
    top: 0;
    border-radius: 4px;
    right: 6px;
    z-index: 10;
    border: none;
    top: 2px;
    width: 60px;
    height: 35px;
    cursor: pointer;
    color: white;
    background-color: #0097D0;
    transform: translateX(2px);
}

input::placeholder {
    color: #949494 !important;
    font-weight: bold !important;
}
textarea::placeholder {
    color: #DDDDDD !important;
    font-weight: bold !important;
}

.contact-card{
    background-color: #f5f5f5;
    padding:0;
    border: radius 5px;
    border: 0px;
    width: 60%;
}

.contact-card:hover{
    box-shadow: 0 16px 24px 2px rgba(0,0,0,0.14), 0 6px 30px 5px rgba(0,0,0,0.12), 0 8px 10px -5px rgba(0,0,0,0.3);
    color:black;
}

.input-form-style{
    width: 400px !important;
    height: 50px !important;
    border: 1px solid #669c3c !important;
    border-radius: 10px;
}

.icon-size{
    /* width: 25px; */
    font-size: 30px;
    color :#669c3c;
}

.table-align{
    vertical-align: middle !important;
}

.contact-text{
    font-size: 14px;
}

.input-form-style:focus{
    box-shadow: none !important;
}

.bravo-logo{
    padding-top: 50px;
}

.about-image-size{
    height: 200px !important;
}

@media only screen and (max-width: 600px) {

  .our-partner .slick-slide img {
    width: 100%;
    height: 70px !important;
    }

    .btn-mobile-size{
        font-size: 8px;
    }

    .caption{
        width: auto !important;
        top: 50% !important;
        left: 35% !important;
    }

    .centered {
        position: absolute;
        top: 55% !important;
        left: 48%;
        transform: translate(-50%, -50%);
      }

    .mobile-margin{
        margin-top: 0px !important;
    }
    .mobile-margin-top{
        margin-top: 10px !important;
    }

    .mobile-padding{
        padding-top: 0px !important;
    }
    .mobile-mainlogo{
        width: 130px !important;
    }
    .mobile-banner{
        height: auto !important;
    }

    .search-icon-size{
        font-size: 20px !important;
    }

    .imghvr-width{
        width: 80% !important;
    }


    .img-border:hover{
        cursor: help !important;
        border: 1px solid red !important;
    }

    .bravo-logo{
        padding-top: 20px !important;
    }
    .nav-box-shadow{
        box-shadow: 0 2px 5px 0 rgba(0,0,0,0.10);
        height: auto !important;
    }
    .navbar-brand {
        margin-left: 0 !important;
    }

    .mobile-logo-text{
        font-size: 18px;
    }

    .mobile-product-text{
        font-size: 9px !important;
    }

    .mobile-profile-header{
        font-size: 18px;
        text-align: center;
    }

    .mobile-profile-text{
        font-size: 15px;
    }

    button.navbar-toggler.toggler-example {
        border: 0;
    }

    .navbar-light .navbar-toggler-icon {
        background-image: url(../images/list.png) !important;
    }

    .mobile-profile-margin{
        margin-top: 20px !important;
    }

    .mobile-btn-center{
        justify-content: center !important;
        padding-left: 0 !important;
    }

    .mobile-profile-btn{
        margin-top: 5px !important;
        width: 7rem !important;
        font-size: 8px !important;
    }
    .mobile-previous-btn{
        margin-top: 5px !important;
        width: 10rem !important;
        font-size: 12px !important;
    }

    .mobile-slider{
        padding-top: 10px !important;
    }

    .thumbnail{
        text-align: center;
    }

    .img-responsive{
        width: 70% !important;
    }

    .slider-height{
        height: 180px !important;
    }

    .mobile-profile-image{
        padding-top: 20px;
    }

    .mobile-product-margin{
        margin-top: 0 !important;
        padding-top: 10px !important;
        font-size: 20px;
    }

    .mobile-avaliable{
        display: block !important;
    }

    .mobile-hide{
        display: none !important;
    }

    .mobile-blogpadding{
        padding: 10px !important;
    }

    /*.slick-slide {*/
    /*    margin: 0px 8px;*/
    /*}*/

    /*.slick-next{*/
    /*    right: 0 !important;*/
    /*}*/

    /*.slick-prev, .slick-next {*/
    /*    display: none !important;*/
    /*}*/

    .mobile-factory-margin{
        margin-top: 0 !important;
    }

    .mobile-factory-font-size{
        font-size: 18px;
    }

    .slick-dots{
        position: unset !important;
    }

    .mobile-youtube-margin{
        margin-top: 0 !important;
        font-size: 20px;
    }

    .mobile-footer{
        text-align: center !important;
    }
    .mobile-footer-margin{
        margin-left: 25px !important;
        font-size: 13px;
    }
    .mobile-copyright{
        text-align: center !important;
    }

    .nav-product{
        flex-wrap: nowrap;
        overflow-x: scroll;
    }

    .image-in-text{
        padding: 60px 0px;
        font-size: 30px;
    }

    .contact-card{
        width: 100%;
    }

    .contact-text{
        font-size: 13px;
    }

    .input-form-style{
        width: 80% !important;
    }

    .hover-mask .hover-mid {
        left: 50px !important;
        width: 70% !important;
        padding: 30% 20px !important;
        text-align: center !important;
        background-color: #0099d0af !important;
      }

}


  /*ZoomIn Hover-Mask Effect*/
  .hover-mask a {
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hover-mask a h2 {
    display: block;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    width: 80%;
    padding: 20% 20px;
    text-align: center;
    background-color: #d1d1d1b0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }

  .hover-mask .hover-mid {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    width: 100%;
    padding: 50% 20px;
    text-align: center;
    background-color: #0099d0af;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .hover-mask:hover a h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }
  .social-mask a {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .social-mask img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .social-mask:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .social-long {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding: 70% 20px;
    text-align: center;
    background-color: #ffffffe0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .social-mid {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding: 10% 20px;
    text-align: center;
    background-color: #ffffffe0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .social-short {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    height: 100%;
    width: 100%;
    padding: 30% 20px;
    text-align: center;
    background-color: #ffffffe0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
  }
  .social-mask:hover a h2 {
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
  }

  .overlay-dark {
    background-color: rgba(black, 0.4);
}

.centered {
    position: absolute;
    top: 70%;
    left: 48%;
    transform: translate(-50%, -50%);
  }

.mission-card {
    border-radius: 10px;
    border: 0px;
    background-color: #f5f5f5;
    min-height: 200px;
}

.image-card-size{
    border-radius: 5px;
    width: 100%;
    height: 200px;
    object-fit: cover;
}


/* .project-tab {
    padding: 10%;
    margin-top: -8%;
} */
/* .project-tab #tabs{
    background: #007b5e;
    color: #eee;
} */
/* .project-tab #tabs h6.section-title{
    color: #eee;
    background-color: #f3f3f3;
} */

/* .main-nav{
    background: #669c3c;
}
.main-nav .nav-link.active {
    color: #ffffff;
    background-color: #669c3c;
    border-color: transparent transparent #669c3c;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.main-nav .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}
.main-nav .nav-link:hover {
    border: none;
} */


.sub-nav .nav-link.active {
    color: #669c3c;
    background-color: #f3f3f3;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 3px solid !important;
    font-size: 16px;
    font-weight: bold;
}
.sub-nav .nav-link {
    border-bottom: 3px solid #00000034;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #669c3c;
    font-size: 16px;
    font-weight: 600;
}
.sub-nav .nav-link:hover {
    border: none;
    border-bottom: 3px solid !important;
    /* left: 40%; */
}

  .grow {
    animation: grow 2s ease;
  }
  @keyframes grow {
    from { transform: scale(0); }
    to { transform: scale(1); }
  }

  .roll-in {
    animation: roll-in 2.5s ease;
  }
  @keyframes roll-in {
    0% {
      opacity: 0;
      transform: translateX(100%);
    }
    100% {
      opacity: 1;
      transform: translateX(0px) rotate(0deg);
    }
  }


  .js-scroll {
    opacity: 0;
    transition: opacity 500ms;
  }

  .js-scroll.scrolled {
    opacity: 1;
  }

  .scrolled.fade-in {
    animation: fade-in 1s ease-in-out ;
  }

  .scrolled.fade-in-bottom {
    animation: fade-in-bottom 1s ease-in-out;
  }

  .scrolled.slide-left {
    animation: slide-in-left 1s ease-in-out;
  }

  .scrolled.slide-right {
    animation: slide-in-right 1s ease-in-out;
  }

  /* ----------------------------------------------
   * Generated by Animista on 2021-2-11 23:32:31
   * Licensed under FreeBSD License.
   * See http://animista.net/license for more info.
   * w: http://animista.net, t: @cssanimista
   * ---------------------------------------------- */

  @keyframes slide-in-left {
    0% {
      -webkit-transform: translateX(-100px);
      transform: translateX(-100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes slide-in-right {
    0% {
      -webkit-transform: translateX(100px);
      transform: translateX(100px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
      opacity: 1;
    }
  }

  @keyframes fade-in-bottom {
    0% {
      -webkit-transform: translateY(50px);
      transform: translateY(50px);
      opacity: 0;
    }
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
      opacity: 1;
    }
  }

  @keyframes fade-in {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }

  .item.social>a {
    font-size: 20px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.4);
    margin: 0 8px;
    color: #fff;
    opacity: 0.75
}

.item.social>a:hover {
    opacity: 0.9
}

.our-partner .slick-slide {
    margin: 0px 20px;
}

.our-partner .slick-slide img {
    width: 100%;
    height: 125px;
}

.our-partner .slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.our-partner .slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.our-partner .slick-list:focus
{
    outline: none;
}
.our-partner .slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.our-partner .slick-slider .slick-track,
.our-partner .slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.our-partner .slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.our-partner .slick-track:before,
.our-partner .slick-track:after
{
    display: table;
    content: '';
}
.our-partner .slick-track:after
{
    clear: both;
}
.our-partner .slick-loading .slick-track
{
    visibility: hidden;
}

.our-partner .slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.our-partner .slick-slide img
{
    display: block;
}
.our-partner .slick-slide.slick-loading img
{
    display: none;
}
.our-partner .slick-slide.dragging img
{
    pointer-events: none;
}
.our-partner .slick-initialized .slick-slide
{
    display: block;
}
.our-partner .slick-loading .slick-slide
{
    visibility: hidden;
}
.our-partner .slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.our-partner .slick-arrow.slick-hidden {
    display: none;
}

#button {
    text-decoration: none;
    display: inline-block;
    background-color: #669c3c;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s,
      opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
  }
  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  #button:hover {
    cursor: pointer;
    background-color: #333;
  }
  #button:active {
    background-color: #555;
  }
  #button.show {
    opacity: 1;
    visibility: visible;
  }

  .myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
  }

  .myImg:hover {opacity: 0.7;}

  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 100; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  /* Modal Content (image) */
  .modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
  }

  /* Caption of Modal Image */
  #caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 100px;
  }

  /* Add Animation */
  .modal-content, #caption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
  }

  @-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
  }

  @keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
  }

  /* The Close Button */
  .close {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close:hover,
  .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  /* The Close Button */
  .close1 {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close1:hover,
  .close1:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  /* The Close Button */
  .close2 {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close2:hover,
  .close2:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  /* The Close Button */
  .close3 {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close3:hover,
  .close3:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  /* The Close Button */
  .close4 {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close4:hover,
  .close4:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  /* The Close Button */
  .close5 {
    position: absolute;
    top: 100px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
  }

  .close5:hover,
  .close5:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media only screen and (max-width: 768px){
    .modal-content {
      width: 100%;
    }

    .mobile-logo-text{
        font-size: 18px;
    }

    .btn-mobile-size{
        font-size: 9px;
    }

    .hover-text{
        transform: translate(0px, 50px);
    }

    .caption{
        width: auto !important;
        top: 50% !important;
        left: 35% !important;
    }

    .mission-card{
        min-height: 390px;
        position: relative;
    }

    .mission-body{
        height: 170px;
    }

    .image-card-size{
        height: auto;
    }

    .date{
        position: absolute;
        bottom: 0px;
    }

  }

