/* Wordpress active class toggling */
li.current-menu-item a {
  border-bottom: 5px solid #fff;
  color: #fff;
}


/* Banner Rotating Text */
.rotating-text {
  color: white;
}
.rotating-text p {
  display: inline-flex;
  margin: 0;
  vertical-align: top;
  font-weight: 700;
  margin-bottom: 55px;
  line-height: 1.18;
  color:#fff;
}
.rotating-text p .word {
  position: absolute;
  display: flex;
  opacity: 0;
}
.rotating-text p .word .letter {
  transform-origin: center center 25px;
}
.rotating-text p .word .letter.out {
  transform: rotateX(90deg);
  transition: 0.32s cubic-bezier(0.6, 0, 0.7, 0.2);
}
.rotating-text p .word .letter.in {
  transition: 0.38s ease;
}
.rotating-text p .word .letter.behind {
  transform: rotateX(-90deg);
}

.alizarin {
  color: #e74c3c;
}

.wisteria {
  color: #8e44ad;
}

.peter-river {
  color: #3498db;
}

.emerald {
  color: #2ecc71;
}

.sun-flower {
  color: #f1c40f;
}
/* Banner Rotating Text */


/* Message Sending Animation */
/******Send message animation css******/
.ico-wrap {
  width: 60px;
  height: 40px;
  /*margin: 100px auto;*/
  background: black;
  position: fixed;
  z-index: 999;
  top: 50%;
  right: 47%;
}

.ico-wrap .top {
  position: absolute;
  transform-origin: top center;
  transform: scale(1, 1);
  animation: topFlip 3s infinite 0.8s;
}

.ico-wrap .top1 {
  width: 0;
  height: 0;
  display: block;
  border-top: 18px solid #f9a826;
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  z-index: 10;
}

.ico-wrap .top2 {
  width: 0;
  height: 0;
  display: block;
  border-top: 24px solid #f9a826;
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  z-index: -1;
}

.ico-wrap .left {
  position: absolute;
  z-index: -2;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 30px solid #f9a826;
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  transform-origin: left center;
  transform: scale(1, 1);
  animation: leftFlip 3s infinite 3.2s;
}

.ico-wrap .right {
  position: absolute;
  z-index: -2;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid #f9a826;
  border-bottom: 20px solid rgba(0, 0, 0, 0);
  transform-origin: right center;
  transform: scale(1, 1);
  animation: rightFlip 3s infinite 1.6s;
}

.ico-wrap .bottom {
  position: absolute;
  z-index: -2;
  top: 0;
  width: 0;
  height: 0;
  display: block;
  border-top: 20px solid rgba(0, 0, 0, 0);
  border-left: 30px solid rgba(0, 0, 0, 0);
  border-right: 30px solid rgba(0, 0, 0, 0);
  border-bottom: 20px solid #f9a826;
  transform-origin: bottom center;
  transform: scale(1, 1);
  animation: bottomFlip 3s infinite 2.4s;
}

@keyframes topFlip {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, -1);
  }

  50% {
    transform: scale(1, 1);
  }
}

@keyframes rightFlip {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(-1, 1);
  }

  50% {
    transform: scale(1, 1);
  }
}

@keyframes bottomFlip {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(1, -1);
  }

  50% {
    transform: scale(1, 1);
  }
}

@keyframes leftFlip {
  0% {
    transform: scale(1, 1);
  }

  25% {
    transform: scale(-1, 1);
  }

  50% {
    transform: scale(1, 1);
  }
}
/************/

/*******Success and Failure Modal ***********/
/***failure modal style****/
#myModalfailure {
  top: 70px;
}

#myModalfailure .modal-confirm {
  color: #636363;
  width: 325px;
}

#myModalfailure .modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

#myModalfailure .modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

#myModalfailure .modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

#myModalfailure .modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

#myModalfailure .modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

#myModalfailure .modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

#myModalfailure .modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #ef513a;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

#myModalfailure .modal-confirm .icon-box i {
  font-size: 56px;
  position: relative;
  top: 4px;
}

#myModalfailure .modal-confirm.modal-dialog {
  margin-top: 80px;
}

#myModalfailure .modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #ef513a;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

#myModalfailure .modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #da2c12;
  outline: none;
}

#myModalfailure .trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/***********/

/******sucess modal style*******/
#myModalsuccess {
  top: 70px;
}

.modal-confirm {
  color: #636363;
  width: 325px;
}

.modal-confirm .modal-content {
  padding: 20px;
  border-radius: 5px;
  border: none;
}

.modal-confirm .modal-header {
  border-bottom: none;
  position: relative;
}

.modal-confirm h4 {
  text-align: center;
  font-size: 26px;
  margin: 30px 0 -15px;
}

.modal-confirm .form-control,
.modal-confirm .btn {
  min-height: 40px;
  border-radius: 3px;
}

.modal-confirm .close {
  position: absolute;
  top: -5px;
  right: -5px;
}

.modal-confirm .modal-footer {
  border: none;
  text-align: center;
  border-radius: 5px;
  font-size: 13px;
}

.modal-confirm .icon-box {
  color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -70px;
  width: 95px;
  height: 95px;
  border-radius: 50%;
  z-index: 9;
  background: #82ce34;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}

.modal-confirm .icon-box i {
  font-size: 58px;
  position: relative;
  top: 3px;
}

.modal-confirm.modal-dialog {
  margin-top: 80px;
}

.modal-confirm .btn {
  color: #fff;
  border-radius: 4px;
  background: #82ce34;
  text-decoration: none;
  transition: all 0.4s;
  line-height: normal;
  border: none;
}

.modal-confirm .btn:hover,
.modal-confirm .btn:focus {
  background: #6fb32b;
  outline: none;
}

.trigger-btn {
  display: inline-block;
  margin: 100px auto;
}

/*********/

@media only screen and (max-width: 991px){
  .nav-link{
    color: #000 !important;
  }

 .main-desc{
   margin-top: 30px;
 }
}