

.dep-contacts{
    display:flex;background:#fff;padding-top:20px;margin:15px;justify-content:flex-start;object-fit: fill;margin-top:0px;border-bottom-left-radius:20px;border-bottom-right-radius: 20px;

    
}


.dep-contacts-content{
    display:flex;
justify-content: space-around;
  align-items: center;
width:100%;
  object-fit: fill;
}
.mg-left{
    margin-left:10px;
}


.button {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  background: rgba(215, 9, 105, 0.7);
  cursor: pointer;
  color: white;

  /*padding:15px;*/
  max-width:40px;
  height:50px;
  padding-bottom:15px;

}


.next{
    /*right:10px;*/

    
          border-bottom-left-radius:15px;
    border-top-left-radius:15px;
}
.prev{
    /*left:10px;*/
          border-bottom-right-radius:15px;
    border-top-right-radius:15px;

}

.image-caption {
  width:auto;
  border-radius: 10px;
  padding: 10px;
  bottom: 30px;
  left: 10px;
  right: 10px;
/*  z-index: 1000;*/
  position: absolute;
  background: #CBBFAE;
  background: rgba(9, 215, 184, 0.5);
  border-left: 15px solid rgba(255,255,255,1);
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1); 
  opacity: 1;
  color: #fff;
/* background: #00E676; */
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  -ms-transition: all 200ms;
  transition: all 200ms;
}
.image-caption h5{
    color:#fff;
}
.image-caption p{
    color:#fff;
}
.dd-content{
  display: none;
  position: absolute;
  min-width: 260px;
  z-index: 1;
  background-color: #f9f9f9;
}
.activeBtn{
/*background-color: #ff0d6e;*/
background: linear-gradient(-90deg,  #ed9c4b, #6f3903);
}
.dd-content a{
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  text-align: left;
  display: block;
}

.dd-content a:hover{
  background-color: #f1f1f1;
}
.dd:hover .dd-content{
  display: block;
}



#u_a_c {
position:relative;
width:100%;
/*   background-color:red; */
}
#up_arrow {
position:relative;
width:20px;
height:20px;
left:20%;
top:-10px;
background-color:#f9f9f9;;
transform:rotate(45deg);
}
.skew {
transform: skew(-20deg);
}
.un-skew {
transform: skew(20deg);
}
.btnRight{
margin-right:-18px;
/* position: relative; */
padding-right: 25px;
/* padding-left: 18px; */

}
.btnLeft{
margin-left:-12px;
/* position: relative; */
padding-left: 12px;
/* padding: 10px; */
}

.nav {
display: flex;
height: 60px;
/* line-height: 4em; */
flex-grow: 1;
position: relative;
/* overflow: auto; */
}
.logo {
height: 60px;
border-top-right-radius:10px;border-bottom-right-radius:10px;
}


.right {
display: flex;
flex-direction: column;
height: 100%;
}

.btn-nav {
/* color: $color-primary; */
padding-left: 2em;
padding-right: 2em;

}



.right {
/* overflow: hidden; */
flex-direction: row;
justify-content: flex-end;
position: relative;
right: 0.5em;
height: auto;
}

.nav-link {
border-top: none;
}




.none{
display: none;
}

.navigation {
    position: relative;
    top: 0px;
    display:flex;
    width: 100%;
    background-size: 400% 400%;
    box-shadow: 3px 3px 20px #6f3903;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    /*background-image: linear-gradient(-45deg, #00a67e, #ff0d6e, #ff8033, #007357,#d74177);*/
    /*background-image: linear-gradient(-45deg, #ff0d0d, #ff0d6e, #ff3d0d, #ffff00);*/
      background-image: linear-gradient(-45deg,#ed9c4b, #ff8033,#fff30b,#6f3903,#b61f5b, #ff8033,#db7917, #d66c2a);



    /*animation: gradient 10s ease infinite;*/
    background-attachment: fixed;
    height: 60px;
    z-index:5000;
  }
  
  
  

  @keyframes gradient {
      0% {
          background-position: 0% 0%;
      }
      50% {
          background-position: 100% 100%;
      }
      100% {
          background-position: 0% 0%;
      }
  }

  

.btn-menu,.main-menu{
  list-style-type: none;
  display: flex;
  padding: 0px;
  background-size: 400% 400%;
  border-radius: 0px;
  /*box-shadow: 0px 0px 20px #ff3352;*/
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-top: 0px;
  transition:1s ease-in-out;
  left: 0%;
  height:60px;
}
.btn-menu{
  display: none;
  min-width: 50px;
  height:30px;
  border: 1px solid #fff;
  background-color: #ff3352;
  margin-top: 0px;
  border-radius: 15px;
  border-top-left-radius: 0px;
  border-bottom-right-radius: 0px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  /*background-image: linear-gradient(315deg, #00a67e, #ff0d6e, #ff8033, #007357,#d74177);*/
  background-image: linear-gradient(315deg,#ed9c4b, #ff8033,#fff30b,#6f3903,#b61f5b, #ff8033,#db7917, #d66c2a);
  animation: 5s myGradient infinite;
  color: #fff;
  margin-top:5px;
  height:50px;
}
@keyframes myGradient {
  0% {
    background-position: 0% 50%;
  }
  
  50%{
    background-position: 100% 50%;
  }
  
  100% {
    background-position: 0% 50%;
  }
}

.fa-search{
  transition: 1s;
  cursor: pointer;
  margin-left: 30px;
}

.active {
  transition: 1s;
}

.active1{
  transition: 1s;
}

.active2 {
  transition: 1s;
}

.active3 {
  transition: 1s;
}

.menu-items-links{
  color: #fff;
  text-decoration: none;
  padding: 18px 10px;
  font-family: verdana;
  font-weight: lighter;
  font-size: 18px;
  letter-spacing: 1px;
  opacity: 0.9;
  /* height: 50px; */
  width:100%;
  cursor:pointer;
}


/* Visited link */
.menu-items-links:visited {
  color: White;
}

.fa-search:hover {
  color: #fff;
  animation: 1.5s myFlash linear infinite;
  text-shadow: 2px 2px 30px #fff;
  transition: 2s;
}

.active3:hover {
  color: #fff;
  animation: 1.5s myFlash linear infinite;
  text-shadow: 2px 2px 30px #fff;
  transition: 2s;
  margin-top: -100px;
}

.active2:hover {
  color: #fff;
  animation: 1.5s myFlash linear infinite;
  text-shadow: 2px 2px 30px #fff;
  transition: 2s;
}

.active1:hover {
  color: #fff;
  animation: 1.5s myFlash linear infinite;
  text-shadow: 2px 2px 30px #fff;
  transition: 2s;
}

.active:hover {
  color: #fff;
  /*animation: 1.5s myFlash linear infinite;*/
  /*text-shadow: 2px 2px 30px #fff;*/
  /*transition: 2s;*/
}

@keyframes myFlash {
  0% {
    opacity: 1;
    text-shadow: transparent;
  }
  
  50% {
    opacity: .1;
  }
  
  100% {
    opacity: 1;
    text-shadow: 2px 2px 20px #fff;
  }
}



nav {
  transition: 3s;
  animation: 3s myAnimation ease linear;
}

@keyframes myAnimation {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}

.nav-type {
  animation: 3s myWorld ease linear;
}

@keyframes myWorld {
  0% {
    opacity: 0;
  }
  
  100% {
    opacity: 1;
  }
}



.dropdown  a{
  display: block;
  color: #fff;
  text-decoration: none;
  background: tomato;
  width: 100px;
  text-align: center;
  font-family: verdana;
  line-height: 30px;
  display: none;

}

.border-l-r{
  border: 1px solid #fff;
}
/*Ideal screen pixel 1317px*/

.dropdown {
  background: red;
  width: 150px;
  height: 350px;
  color: #fff;
  font-family: verdana;
  padding: 20px 30px;
  height: 200px;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 71%;
  left: 69.2%;
  transition: 2s;
  margin-top: 400px;
  background-size: 400% 400%;
  /*background-image: linear-gradient(-45deg, #ff0d0d, #ff0d6e, #ff3d0d, #ffff00);*/
  background-image: linear-gradient(-45deg,#ed9c4b, #ff8033,#fff30b,#6f3903,#b61f5b, #ff8033,#db7917, #d66c2a);
  animation: myLineargradient 6s infinite;
  box-shadow: 2px 3px 20px #ff1700;
}

@keyframes myLineargradient {
  0% {
    background-position: 0% 50%;
    box-shadow: 2px 3px 20px #ff1700;
  }
  
  50% {
    background-position: 100% 50%;
     box-shadow: none;
  }
  
  100% {
    background-position: 0% 50%;
     box-shadow: 2px 3px 20px #ff1700;
  }
}

/*top: 71%*/

.drop1 {
  cursor: pointer;
  text-shadow: 1px 2px 18px #fff;
  transition: 2s;
  margin-top: -5px;
}

.drop2 {
  cursor: pointer;
  text-shadow: 1px 2px 18px #fff;
  transition: 2s;
  margin-top: -5px;
}

.drop3 {
  cursor: pointer;
  text-shadow: 1px 2px 18px #fff;
  transition: 2s;
  margin-top: -5px;
}

.drop4 {
  cursor: pointer;
  text-shadow: 1px 2px 18px #fff;
  transition: 2s;
  margin-top: -5px;
}

.Active {
  transition: 2s;
  margin-top: 1px;
}
.no-select {
    user-select: none;
}


.nav-link:last-child {
  left: 2em;
  padding-right: 10px;
}

.nav-link {
  border-top: none;
  /* background: linear-gradient(45deg, #fff, #ddd); */
  height: 60px;
  line-height: 60px;
  transform: skew(-20deg);
  cursor:pointer;
  
}


.nav-link:hover:not(.activeBtn){
  color: #444;
  background-color: #ff0d6e;
  background: linear-gradient(-90deg,  #ed9c4b, #6f3903);
  color: #444;
}
.menu-top{
  min-height:60px; 
  padding: 10px;
  line-height: 40px;
  text-align: center;
  font-size: 25px;
  background-color: #000;
  color: #fff;
  display: none;
}

 #cls_menu{
  float: right;
  cursor: pointer;
  font-size: 35px;
 }
 
 .title-heading{
     font-size:50px;
     text-align:center;
 }

@media(max-width: 767px) {
    
.dep-contacts-content{
    display:block;
}

.mg-left{
    margin-left:0px;
}


  .btn-menu{
    display: flex;
  }
   .title-heading{
     font-size:30px
 }


  .flash-GIF {
    display: none;
  }
  
  .line-w5 {
    display: none;
  }
  
  .main-menu{
    position: fixed;
    list-style-type: none;
    display: block;
    padding: 0px;
    background-size: 400% 400%;
    /*background-image: linear-gradient(45deg, #00a67e, #ff0d6e,#049772, #ff8033, #007357);*/
    background-image: linear-gradient(45deg,#ed9c4b, #ff8033,#b47e00,#6f3903,#c86a0c, #ff8033,#db7917, #d66c2a);
    animation: 5s myGradient infinite;
    border-radius: 0px;
    box-shadow: 10px 3px 20px #6f3903;
    margin-top: 10px;
    transition:1s ease-out;
    left: -350px;
    top: 0px;
    width:300px ;
    margin: 0px;
    height: 100%;
    border-right:solid 1px #ddd;
    overflow: hidden;
    z-index:1000;
  }

  .nav-link{
    transform: skew(0deg);
    border:1px solid #fff;
    border-right: 0px;
    border-left: 0px;
    border-top: 0px;

  }
  .nav-link:hover{
    border-left: 10px solid #fff;
  }

  .menu-top{
    display: block;
  }
  

  
  
  .menu-items-links {
    padding: 34px 34px;
    font-size: 23px;
    /*font-weight: lighter;*/
  }
  

}










