/* for gallery //////////////////////////////////////////////////////////////////////////////////////////////*/

#demo {
  height:100%;
  position:relative;
 overflow:hidden;
}

.green{
  background-color:#6fb936;
}

.thumb{
    margin-bottom: 30px;
}

.page-top{
    margin-top:15px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius:2px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.modal-header {

 border-bottom: none;
}

.modal-title {
    color:#000;
}

.modal-footer{
  display:none;
}



/* for table collapse //////////////////////////////////////////////////////////////////////////////////////////////*/

.toggleRow {
    cursor: pointer;
    background-color: #eeeeee;
    color: #b60068;
    font-weight: bold;
}
.hiddenRow {
    background-color: #fff;
    color: #000;
}




/* zoom-box //////////////////////////////////////////////////////////////////////////////////////////////*/

.zoom-box {
  transition: transform .4s; /* Animation */
}

.zoom-box:hover {
  transform: scale(1.05); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/* zoom-box ///////////////////////////////////////////////////////////////////////////////////////////////

/* flip-box //////////////////////////////////////////////////////////////////////////////////////////////*/
/*
<div class="flip-box">
  <div class="flip-box-inner">
    <div class="flip-box-front">
      <h2>Front Side</h2>
    </div>
    <div class="flip-box-back">
      <h2>Back Side</h2>
    </div>
  </div>
</div>

*/

/* The flip box container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-box {
  background-color: transparent;
  width: 300px;
  height: 200px;
  border: 1px solid #f1f1f1;
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
}

/* Style the front side */
.flip-box-front {
  background-color: #bbb;
  color: black;
}

/* Style the back side */
.flip-box-back {
  background-color: dodgerblue;
  color: white;
  transform: rotateY(180deg);
}

/* flip-box //////////////////////////////////////////////////////////////////////////////////////////////*/


/* collapse hide on desktop //////////////////////////////////////////////////////////////////////////////////////////////*/

.xs-collapse {
  border-top: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.xs-collapse {
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
 .xs-collapse.collapse {
   display: block !important;
   height: auto !important;
   overflow: visible !important;
 }
}

/* collapse hide on desktop //////////////////////////////////////////////////////////////////////////////////////////////*/


/* responsive text //////////////////////////////////////////////////////////////////////////////////////////////*/

.txt-resp-1 {
  font-size: calc(130% + 3.4vw);
}

.txt-resp-2 {
  font-size: calc(100% + 0.8vw);
}
/* responsive text //////////////////////////////////////////////////////////////////////////////////////////////*/


/* resize logo & header image //////////////////////////////////////////////////////////////////////////////////////////////*/

/* xs */
.logo-img {
    width: 250px;
    height: auto;
}

.img-mission {
  width: 60vw;
}

@media (orientation: portrait) {
	.header-img {
	    min-height: 75vw;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	.col-xs-or {
    flex: 0 0 100%;
    max-width: 100%; }
}

@media (orientation:landscape) {
	.header-img {
	    min-height: 50vw;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	.col-xs-or {
    flex: 0 0 50%;
    max-width: 50%; }
}

/* md */
@media (min-width: 768px) {
    .logo-img {
        width: 350px;
    }

    .header-img {
        min-height: 45vh;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .col-xs-or {
    flex: 0 0 50%;
    max-width: 50%; }

    .txt-resp-1 {
      font-size: calc(20% + 3.5vw);
    }

    .txt-resp-2 {
      font-size: calc(100% + 0.8vw);
    }

    .img-mission {
      width: 500px;
    }
}

/* lg */
@media (min-width: 992px) {
    .logo-img {
        width: 350px;
    }

    .header-img {
      min-height: 55vh;
      background-size: cover;
      background-repeat: no-repeat;
    }
}
/* xl */
@media (min-width: 1200px) {
    .logo-img {
        width: 350px;
    }

    .header-img {
      min-height: 65vh;
      background-size: cover;
      background-repeat: no-repeat;
    }
}


/* resize logo & header image //////////////////////////////////////////////////////////////////////////////////////////////*/



.list-group-item-transparent {
  color: #000;
  background-color: transparent;
  border: 0;
  padding: 0.1rem 1.5rem 0.1rem 1.5rem;
  font-weight: 350;
  line-height: 1.4em;
  }
  .list-group-item-transparent.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #000;
    background-color: transparent; }
  .list-group-item-transparent.list-group-item-action.active {
    color: #000;
    background-color: transparent;}




.form-control {
  display: block;
  width: 100%;
  padding: 0.55rem 1.3rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: inherit;
  background-color: rgba(255, 255, 255, 0.1);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.2rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: inherit;
    background-color: rgba(255, 255, 255, 0.4);
    border-color: #6d6b65;
    outline: 0;
    box-shadow: none; }
  .form-control::-webkit-input-placeholder {
    color: rgba(41, 43, 44, 0.25);
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: rgba(41, 43, 44, 0.25);
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: rgba(41, 43, 44, 0.25);
    opacity: 1; }
  .form-control::placeholder {
    color: rgba(41, 43, 44, 0.25);
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }


  .rot-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }


/*!
* Based on Bootstrap v4.0.0 (https://getbootstrap.com)
*/
/*@import url("https://fonts.googleapis.com/css?family=Montserrat:200,400,700");
*/
@import url('https://fonts.googleapis.com/css?family=Open+Sans::300,300i,400,600,700');

/*!
 * Bootstrap v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */


:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #2b2a28;
  --secondary: #888;
  --success: #18ce0f;
  --info: #2CA8FF;
  --warning: #FFB236;
  --danger: #FF3636;
  --light: #FFFFFF;
  --dark: #2c2c2c;
  --gray: #EEEEEE;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Open Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {

  font-family: 'Open Sans', sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
/* blocking horizontal scroll //////////////////////////////////////////////////////////////////////////////////////////////*/
  padding-right: 0px !important;
  overflow-x: hidden;
  width: 100%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
/* blocking horizontal scroll //////////////////////////////////////////////////////////////////////////////////////////////*/

  margin: 0;
  font-family: 'Open Sans';
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 1.6;
  color: #292b2c;
  text-align: left;
  background-color: white; }


h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 30px;
  font-family: Montserrat;
  font-weight: 400;
  line-height: 1.4em;
  color: inherit; }

h1, .h1 {
  font-size: 3.5em; }

h2, .h2 {
  font-size: 2.5em; }

h3, .h3 {
  font-size: 2em; }

h4, .h4 {
  font-size: 1.714em; }

h5, .h5 {
  font-size: 1.57em; }

h6, .h6 {
  font-size: 1em; }

.lead {
  font-size: 1.3rem;
  font-weight: 300; }


.display-1 {
  font-size: 2.8em;
  font-weight: 300;
  line-height: 1.4em; }

.display-2 {
  font-size: 4.8125rem;
  font-weight: 300;
  line-height: 1.4em; }

.display-3 {
  font-size: 3.9375rem;
  font-weight: 300;
  line-height: 1.4em; }

.display-4 {
  font-size: 3.0rem;
  font-weight: 300;
  line-height: 1.4em; }

.display-5 {
  font-size: 2.2rem;
  font-weight: 300;
  line-height: 1.4em; }

.display-6 {
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4em; }


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }



.text-pink {
  color: #b60068 !important;
}

.text-pink-bold{
  color: #b60068 !important;
  font-weight: bold;
}

.anchor-offset {
  padding-top: 150px;
  margin-top: -150px;
}

#more {display: none;}


#navbar {
  top: 0; /* Stay on top */
  width: 100%; /* Full width */
  transition: top 0.3s; /* Transition effect when sliding down (and up) */
}

