.navbar-event .dropdown .dropdown-menu .dropdown .dropdown-menu{
    padding: 0;
    border-style: solid;
    border-width: 2px 0 0;
    border-radius: 0;
    left: 100%;
    right: 0px;
    top: -4px;
    min-width: 170px;
    border-color: #e91e63;
    box-shadow: 0 2px 4px rgba(0,0,0,.2);
}
.navbar-event .dropdown .dropdown-menu>li {

  min-width:170px;
}
.navbar-event .dropdown .dropdown-menu>li>a {

  word-wrap: break-word;
}
.logo1 h1{
  display:block; font-size:18px;margin-top:25px;

}

.logo2{
  display:none;
padding:5px;
  position:absolute;z-index:10000;
  margin-top:150px;left:10px;background:#fff;
  border-radius:50%;

  border:4px solid #e91e63
}
.addr{
  display:none;
  margin-top:160px;
  color:#fff;
  position:absolute;
  z-index:10000;
right:20px;
    font-size:14px;
}
#gradient {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color: #e91e63 #f3f3f3 transparent transparent;
  transform: scale(1.0001);
}
#gradient2 {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 100vw 0 0;
  border-color:#f3f3f3 #e91e63  transparent transparent;
  transform: scale(1.0001);
}
.countdown-timer{
  background:#f3f3f3
}
.hgal{
  max-height:250px;
  max-width:380px;
  overflow:hidden;
  display:block;

}
.hgal .hgalm{
  width:180%;
  opacity:0.9;
  margin-left:-60px
}
.ahgal{
  background:#e91e63;
  display:block;
}
.pr-30{

    padding-right: 30px;
}
.pt-20{

    padding-top: 20px;
}
.register {
  padding:20px;
  border-top:5px solid #e91e63;
  background-color: #f3f3f3;
}
.register .form-group label,.register .form-file{
  color:#000
}
.register .form-group input,
.register .form-group textarea,
.register .form-group select{
  border:1px solid #f3f3f3;
  background-color:#dce4ec;
  color:#34495e ;
  box-shadow:none
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #e91e63;
    text-align: center;
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    border-radius: 0px;
}
.form-file{
  margin-top:20px;
}

.kap{
  margin-left:100px;
}
.blog-image{
    max-height:280px; overflow:hidden;display:block
}
.blog-image img{
    height:290px;
    margin-left:-20px;
}
.ok-box{
  display:block;
  overflow:hidden;
  width:100%;
  background-color:#f3f3f3;
  padding:40px;
color:#55ACAC;
}
.ok-box h2,.ok-box h4,.ok-box p,.ok-box td{
    color:#55ACAC;
}
@media only screen and (max-width: 600px) {
    .logo2{
      display:block
    }
    header{
      background-color: #f3f3f3;
    }
    .logo1{
      display:none;
    }
    #carousel-area{
      margin-top:-50px;
      border-bottom:100px solid #e91e63;
      z-index:400000;
    }
    .slicknav_menu{
      position:absolute;
      right:10px;
      z-index:500000
    }
    .slicknav_collapsed{
       right: 10px; z-index: 20000;
    }
    .page-header{
      margin-top:-50px
    }
    .addr{
      display:block;
    }
    #gradient {
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 70px 100vw 0 0;
      border-color: #e91e63 #f3f3f3 transparent transparent;
      transform: scale(1.0001);
    }
    .hgal{
      overflow:visible;
      max-width:290px;

    }


}

/****** CODE upload******/

.file-upload{display:block;text-align:center;font-family: Helvetica, Arial, sans-serif;font-size: 12px;}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
.file-upload .file-select:hover{border-color:#e91e63;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select:hover .file-select-button{background:#e91e63;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select{border-color:#e91e63;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#e91e63;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:100;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.file-upload .file-select.file-select-disabled{opacity:0.65;}
.file-upload .file-select.file-select-disabled:hover{cursor:default;display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:40px;line-height:40px;margin-top:5px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select.file-select-disabled:hover .file-select-button{background:#dce4ec;color:#666666;padding:0 10px;display:inline-block;height:40px;line-height:40px;}
.file-upload .file-select.file-select-disabled:hover .file-select-name{line-height:40px;display:inline-block;padding:0 10px;}
