body {
    font-family: Glegoo;
}
a
{
  color: #fff!important
}
.line1>a
{
  color: #00aeef!important
}
a:hover
{
	color: #9fe281;
  text-decoration: none;
}
a:focus
{
  color: #9fe281;
}

#nav-toggle { position: absolute; left: 50%; top: 10%; }

#nav-toggle { cursor: pointer; padding: 10px 35px 16px 0px; }
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #00aeef;
  position: absolute;
  display: block;
  content: '';
}
#nav-toggle span:before {
  top: -10px; 
}
#nav-toggle span:after {
  bottom: -10px;
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  transition: all 500ms ease-in-out;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
#nav_bar 
	{
	    border: 0;
	    background-color: white !important;
	    border-radius: 0px;
	    margin-bottom: 0;
	    /*border-bottom: 2px solid #f2f2f2;*/
	    
	}
.navbar-fixed 
	{
	    top: 0 !important;
	    z-index: 120 !important;
	  position: fixed !important;
	    width: 100% !important;

	}
#wrapper
{
	width: 100%;
	display: table;
}
.box
{
	width: 20%;
	float: left;
}


.header {
  background-color: #fff;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,.1);
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background-color: #fff;
}

.header li a {
  display: block;
  padding: 20px 20px;
  border-right: 1px solid #f4f4f4;
  text-decoration: none;
}

.header li a:hover,
.header .menu-btn:hover {
  background-color: #f4f4f4;
}

.header .logo {
  display: block;
  float: left;
  font-size: 2em;
  padding: 10px 20px;
  text-decoration: none;
}

 menu 

.header .menu {
  clear: both;
  max-height: 0;
  transition: max-height .2s ease-out;
}

 menu icon 

.header .menu-icon {
  cursor: pointer;
  display: inline-block;
  float: right;
  padding: 28px 20px;
  position: relative;
  user-select: none;
}

.header .menu-icon .navicon {
  background: #333;
  display: block;
  height: 2px;
  position: relative;
  transition: background .2s ease-out;
  width: 18px;
}

.header .menu-icon .navicon:before,
.header .menu-icon .navicon:after {
  background: #333;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.header .menu-icon .navicon:before {
  top: 5px;
}

.header .menu-icon .navicon:after {
  top: -5px;
}

/*/* menu btn */

.header .menu-btn {
  display: none;
}

.header .menu-btn:checked ~ .menu {
  max-height: 240px;
}

.header .menu-btn:checked ~ .menu-icon .navicon {
  background: transparent;
}

.header .menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.header .menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.header .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  top: 0;
}
.openBtn {
    background: #f1f1f1;
    border: none;
    padding: 10px 15px;
    font-size: 20px;
    cursor: pointer;
}

.openBtn:hover {
    background: #bbb;
}

.overlay {
    height: 100%;
    width: 100%;
    display: none;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
}

.overlay-content {
    position: relative;
    top: 46%;
    width: 80%;
    text-align: center;
    margin-top: 30px;
    margin: auto;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    cursor: pointer;
    color: white;
}

.overlay .closebtn:hover {
    color: #ccc;
}

.overlay input[type=text] {
    padding: 15px;
    font-size: 17px;
    border: none;
    float: left;
    width: 80%;
    background: white;
}

.overlay input[type=text]:hover {
    background: #f1f1f1;
}

.overlay button {
    float: left;
    width: 20%;
    padding: 15px;
    background: #ddd;
    font-size: 17px;
    border: none;
    cursor: pointer;
}

.overlay button:hover {
    background: #bbb;
}
.zoom {
    /*padding: 50px;*/
    /*background-color: green;*/
    transition: transform .2s;
    /*width: 200px;
    height: 200px;*/
    /*margin: 0 auto;*/
}

.zoom:hover {
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
}
@media screen and (-webkit-device-pixel-ratio){
 .line1,.line2,.line3,.line4,.line5,.line6,.line7,.line8,.line9,.line10,.line11,.line12,.line13,.line14,.line15,.line16{
    opacity:0;
    display:block;
    animation: slidein 2s 0s forwards;
    animation-timing-function: ease-out;
    animation-delay:0.3s;
    text-shadow:1px 1px 1px #222222;
  }
  .line2{
    animation-delay:0.4s;
  }
  .line3{
    animation-delay:0.5s;
  }
  .line4{
    animation-delay:0.6s;
  }
  .line5{
    animation-delay:0.7s;
  }
  .line6{
    animation-delay:0.8s;
  }
  .line7{
    animation-delay:0.9s;
  }
  .line8{
    animation-delay:1.0s;
  }
  .line9{
    animation-delay:1.1s;
  }
  .line10{
    animation-delay:1.2s;
  }
  .line11{
    animation-delay:1.3s;
  }
  .line12{
    animation-delay:1.4s;
  }
  .line13{
    animation-delay:1.5s;
  }
  .line14{
    animation-delay:1.6s;
  }
  .line15{
    animation-delay:1.7s;
  }
  .line16{
    animation-delay:1.8s;
  }
}
@keyframes slidein{
  0%{opacity:0;
    transform:translateX(-25px);
  }
  40%,100%{
    opacity:1;
    transform:translateX(0px);
  }
}
.modal-header 
      {
          padding: 15px;
          border-bottom: none; 
      }
    .close 
      {
          float: right;
          font-size: 61px!important;
          font-weight: 700;
          line-height: 1;
          color: #000!important;
          text-shadow: 0 1px 0 #fff;
          filter: alpha(opacity=20);
          opacity: 1;
      }
     
      .speech-bubble 
      {
        position: relative;
        background: #9fe281;
        border-radius: .4em;
        color: white;
      }

      .speech-bubble:after 
      {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 20px solid transparent;
        border-top-color: #9fe281;
        border-bottom: 0;
        margin-left: -20px;
        margin-bottom: -20px;
      }
      .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)}
        }

  .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #f2f2f2;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  text-align:center;
}


.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #000;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover{
  color: green;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
@media screen and (max-width: 1920px) {
  .ss
  {
    margin-top: 6%!important
  }
  .name
  {
   margin-top: 10px!important;
   font-size: 50px!important;
   margin-left: -130px!important
  }
  .logo
  {
    width: 110px!important;
    margin-left: 20px!important
  }
 #nav-toggle
  {
    margin-top: 40px!important
  }
}
@media screen and (max-width: 1885px) {
  .ss
  {
    margin-top: 6.3%!important
  }
  .name
  {
   margin-top: 10px!important;
   font-size: 50px!important;
   margin-left: -130px!important
  }
  .logo
  {
    width: 100px!important;
    margin-left: 20px!important
  }
}
@media screen and (max-width: 1600px) {
  .ss
  {
    margin-top: 6.8%!important
  }
  .name
  {
   margin-top: 10px!important;
   font-size: 50px!important;
   margin-left: -100px!important
  }
  .logo
  {
    width: 100px!important;
    margin-left: 20px!important
  }
}
@media screen and (max-width: 1490px) {
  .ss
  {
    margin-top: 7.2%!important
  }
  .name
  {
   margin-top: 15px!important;
   font-size: 48px!important;
   margin-left: -80px!important;
   width: 150%!important
  }
  .logo
  {
    width: 100px!important;
    margin-left: 20px!important
  }
}
@media screen and (max-width: 1424px) {
  .ss
  {
    margin-top: 7.5%!important
  }
  .name
  {
   margin-top: 15px!important;
   font-size: 50px!important;
   margin-left: -80px!important;
   width: 150%!important
  }
  .logo
  {
    width: 100px!important;
    margin-left: 20px!important
  }
}

@media screen and (max-width: 1354px) 
{
  .name
  {
    margin-left: -80px!important;
    width: 800px!important
  }
  .qua
  {
    margin-top: 30%!important
  }
  .cra
  {
   max-width: 250px!important
  }
  .ss
  {
    margin-top: 7.5%!important
  }
  .line1>a
  {
    font-size: 35px!important
  }
}
@media screen and (max-width: 1280px) 
{
  .name
  {
    margin-left: -60px!important;
    width: 800px!important;
    margin-top: 4%!important
  }
  .qua
  {
    margin-top: 30%!important
  }
  .cra
  {
   max-width: 250px!important
  }
  .ss
  {
    margin-top: 8.2%!important
  }
  .line1>a
  {
    font-size: 35px!important
  }
}
@media screen and (max-width: 1242px) 
{
  .name
  {
    margin-left: -50px!important;
    width: 800px!important
  }
  .qua
  {
    margin-top: 30%!important
  }
  .cra
  {
   max-width: 250px!important
  }
  .ss
  {
    margin-top: 8.5%!important
  }
  .line1>a
  {
    font-size: 35px!important
  }

}

@media screen and (max-width: 1199px)

{
  .logo
  {
    width: 100px!important
  }
  #nav-toggle
  {
    margin-top: 30px!important
  }
  .ss
  {
    margin-top: 8.6%!important
  }
}
@media screen and (max-width: 1165px)

{
  .logo
  {
    width: 100px!important
  }
  #nav-toggle
  {
    margin-top: 30px!important
  }
  .ss
  {
    margin-top: 9%!important
  }
}
@media screen and (max-width: 1100px)

{
  .logo
  {
    width: 90px!important
  }
  #nav-toggle
  {
    margin-top: 30px!important
  }
  .ss
  {
    margin-top: 9%!important
  }
  .name
  {
    margin-top: 20px!important;
    margin-left: -30px!important
  }
}
@media screen and (max-width: 1000px)

{
  .logo
  {
    width: 90px!important
  }
  #nav-toggle
  {
    margin-top: 30px!important
  }
  .ss
  {
    margin-top: 9.5%!important
  }
  .name
  {
    margin-top: 20px!important;
    margin-left: -20px!important
  }
}
@media screen and (max-width: 955px)

{
  
  .ss
  {
    margin-top: 10%!important
  }
  .cho
  {
    margin-top: 30%!important
  }
}
@media screen and (max-width: 870px)

{
  .logo
  {
    width: 80px!important
  }
  #nav-toggle
  {
    margin-top: 30px!important
  }
  .ss
  {
    margin-top: 10%!important
  }
  .name
  {
    font-size: 40px!important;
    margin-top: 25px!important
  }
}
@media screen and (max-width: 767px)

{
  .logo
  {
    width: 200px!important;
    margin: 0 auto!important
  }
  #nav-toggle
  {
    margin-top: -50px!important;
    float: right!important;
  }
  .ss
  {
    margin-top:60%!important
  }
  .name
  {
    font-size: 40px!important;
    margin-bottom:100px!important;
  }
  
}
@media screen and (max-width: 500px) 
{
.name
  {
    font-size: 30px!important;
    margin-bottom:100px!important;
  }
  .ss
{
  margin-top:90%!important
}
#nav-toggle
  {
    margin-top: -50px!important;
    margin-left: -30px!important;
  }
}
@media screen and (max-height: 450px) 
{
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}



}









@keyframes zoom {
  from {
    transform: scale(0.8, 0.8);
  }
  to {
    transform: scale(1.2, 1.2);
  }
}

.zoom {
  -webkit-animation: zoom 2s;
  animation: zoom 2s;
}


.image:hover {
 
  transform: scale(1.08); 
  transition: ease-in 1s;
}
  
#image  {
  background-color: #ecf0f1;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
  color: #2980b9;
  display: block;
  font-weight: bold;
  margin-bottom: 20px;
  padding: 15px 0;
  text-align: center;
  text-decoration:none!important;
  text-transform: uppercase;
}
#image :hover {
  color: #fff;
 
}
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  color: #000;
}
 .closebtn:hover{
  color: #000!important;
 }
 #image h4:hover{
  color: #000;
 }

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left .5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
/**/  