* {
    transition: all ease-in-out 0.5s;
}

.logo_div
{
    position: absolute;
    top: 2vh;
    padding: 0 20px;
    z-index: 10;
}

#three-dots {
    position: fixed;
    top: -10px;
    right: 70px;
    padding: 30px;
    z-index: 10;
    
    transition: all ease-in-out 0.5s;
}
#three-dots ul {
    transition: all ease-in-out 0.5s;
}
#three-dots ul li {
    cursor: pointer;
    color: #00a4e5;
    font-size: 28px;
    list-style: none;
    display: inline-block;
    margin: 0 -2px;
    position: absolute;
    
    transition: all ease-in-out 0.5s;
}
#three-dots ul li:nth-child(1) {
    margin-left: 25px;
}
#three-dots ul li:nth-child(2) {
    margin-left: 52px;
}

#three-dots ul li span {
    transition: all ease-in-out 0.5s;
    
    border-radius: 50%;
    padding: 1px 3px;
    background: rgba(255,255,255,0.9);
}
.move {
    position: fixed !important;
    right: 250px !important;
    z-index: 2;
}
.absolute {
    margin-left: 0 !important;
}

#menus {
    position: relative;
    z-index: 1130;
} 


#menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
    /* display: none; */
    height: 100vh;
    background: ghostwhite;
    z-index: 9;
    padding: 50px 0;
    white-space: inherit;
    transition: all ease-in-out 0.5s;
    opacity: 0.8;
}
.show {
    transition: all ease-in-out 0.5s;
    width:220px !important;
}
#menu ul {
    transition: all ease-in-out 0.5s;
}
#menu ul li {
    list-style: none;
    font-size: 32px;
    margin: 23px 0px;
    display: block;
}
#menu ul li a {
    font-weight: bold;
    color:  rgba(71,160,70,1);
    display: block;
}
#menu ul li a:hover {
    color: #ee2124;

    }
#menu ul li.active a {
    color: #fff100;
}


.fa-search {
    cursor: pointer;
    color: #00a4e5;
    font-size: 32px;
    list-style: none;
    display: inline-block;
/*    margin: 0 px;*/
    float: left;
    position: relative;
    left: -30px;
}
.fa-search input {
    position: absolute;
    top: -2px;
    right: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 4px solid #00a4e5;
    width: 0px;
    font-family: sans-serif;
    padding: 0 10px;
    background: transparent;
}
input[type="text"]:focus {
    box-shadow: none;
    outline: none;
}
.expand {
    width: 35vw !important;
}

.menuclose {
/*
    position: fixed;
    top: 0;
    right: 0;
    width: 0px;
    height: 100vh;
    background: #00a4e5;
    z-index: 9;
    padding: 50px 0;
    white-space: nowrap;
    
    transition: all ease-in-out 0.5s;
*/
}

/*text rotating on top start*/
    .text {
  font-weight: 100;
    
    color: blue;
    font-size: 80px !important;
}
.dud {
  color: #757575;
}
.trxt_container_div
{
    position: absolute;
    top: 43vh;
    left: 42vh !important;
}

/*end of text rotating on top*/

/*bonce arrow start*/
a {
  color: rgba(29,90,169,1);
  text-decoration: none;
}
.arrow {
  /*text-align: center;
  margin: 8% 0;*/
}
.bounce {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
}
/*bouns arrow end*/

/*contact css start*/
.page {
      width: 100%;
    background: white;
    border: 20px solid rgba(29,90,169,1);
    border-radius: 8px;
    margin: auto;
    margin-top: 0%;
}

.header {
  font-family:  Helvetica, Arial, sans-serif;
  font-size: 28px;
  color: #F1A3B6;
  margin: 40px 0 15px 0;
  display: inline-block;
}

.feedback-input {
    font-family: Helvetica, Arial, sans-serif;
  color: #F1A3B6;
      font-size: 18px;
      line-height: 22px;
      padding: 10px;
  border: 1px solid white;
  border-bottom: 1px dotted #F1A3B6;
  width: 90%;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;  
}

.submit-button{
      font-family: Helvetica, Arial, sans-serif;
      cursor: pointer;
  background-color: white;
      color: #F1A3B6;
      font-size:24px;
  margin: 25px 0 30px 179px;
  padding: 10px 0;
  width: 130px;
  border: 2px solid #F1A3B6;
  border-radius: 25px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

textarea {
    height: 180px;
    line-height: 150%;
}

.submit-button:hover{
      background-color: #A3F1AE;
  border: 2px solid #A3F1AE;
  color: #4EA45B;
  font-weight: 700;
}

.definition {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  padding: 10px;
  border: 10px solid #F1A3B6;
  border-radius: 10px;
  background: white;
  color: #9B9B9B;
  position: absolute;
}

.definition:after
{
  content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -1%;
    top: 180px;
    border: 25px solid;
    border-color: #F1A3B6 transparent transparent #F1A3B6;
}

.definition1:after {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    left: -1%;
    top: 169px;
    border: 25px solid;
    border-color: #F1A3B6 transparent transparent #F1A3B6;
}

.name_def {
 width: 180px;
    top: -18%;
    left: 64%;
}

.email_def {
  width: 180px;
    top: -5%;
    left: 77%;
}
.subj_def {
  width: 180px;
    top: 8%;
    left: 69%;
}

.message_def {
  width: 180px;
  top: 17%;
  left: 67%;
}

.feedback-input:focus {
  outline: none;
}

@media only screen and (max-width : 710px) {
  .name_def {
    left: 40%;
  }
  .email_def {
    left: 15%;
  }
  .message_def {
    left: 42%;
  }
}

.model_con_div
{
    background: #FFF;
    color: #000;
    box-shadow: 2px 2px 2px 28px grey;
}
/*contct form css end*/

/*count for css strat*/
.counter {
  position: relative;
  /*left: 60px;*/
  top: 40px;
}

/*.credit {
  position: fixed;
  bottom: 20px;
  left: 60px;
  font-size: 16px;
}
*/
.counter-value {
  position: absolute;
  transform-origin: 0 100%;
  transform: skew(20deg, 0);
  overflow: hidden;
  padding-right: 30px;
  height: 1em;
}

.counter-value-mask {
  position: absolute;
  transform-origin: 0 100%;
  transform: skew(-20deg);
  overflow: hidden;
  line-height: 1em;
}


/*count for css end*/
@media screen and (max-width: 1024px) and (min-width: 768px) {
.trxt_container_div {
    position: absolute;
    top: 23vh !important;
    left: 2vh !important;
}



}

@media screen and (max-width: 640px) and (min-width: 360px) {
	.trxt_container_div {
    position: absolute;
    top: 43vh;
    left: 0vh !important;
}

}
@media screen and (max-width: 480px) and (min-width: 320px) {
.trxt_container_div {
    position: absolute;
    top: 43vh;
    left: 0vh !important;
}

	}