/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

/* css loader */

.text-orange {
  color: #FF6600;
}

.api-img {
  width: 120px !important;
  border-radius: 50%;
}

.text-justify-ends {
  text-align: justify; /* For Edge */
  -moz-text-align-last: justify; /* For Firefox prior 58.0 */
  text-align-last: start;
}

.lds-grid {
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -40px;
  margin-left: -40px;
}
.lds-grid div {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #FF6600;
  animation: lds-grid 1.2s linear infinite;
}
.lds-grid div:nth-child(1) {
  top: 8px;
  left: 8px;
  animation-delay: 0s;
}
.lds-grid div:nth-child(2) {
  top: 8px;
  left: 32px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(3) {
  top: 8px;
  left: 56px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(4) {
  top: 32px;
  left: 8px;
  animation-delay: -0.4s;
}
.lds-grid div:nth-child(5) {
  top: 32px;
  left: 32px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(6) {
  top: 32px;
  left: 56px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(7) {
  top: 56px;
  left: 8px;
  animation-delay: -0.8s;
}
.lds-grid div:nth-child(8) {
  top: 56px;
  left: 32px;
  animation-delay: -1.2s;
}
.lds-grid div:nth-child(9) {
  top: 56px;
  left: 56px;
  animation-delay: -1.6s;
}
@keyframes lds-grid {
  0%, 100% {
    opacity: 1;
    background-color: #FF6600;
  }
  50% {
    opacity: 1;
    background-color: #ffffff;
  }
}

.side-container {
  padding: 18px;
  max-width: 100%;
}

.side-container-img {
  float: left;
  width: 30%;
}

.side-container-text {
  display: inline;
}

.ml6 {
  position: relative;
  font-weight: 900;
  font-size: 3.3em;
}

.ml6 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.2em;
  padding-right: 0.05em;
  padding-bottom: 0.1em;
  overflow: hidden;
}

.ml6 .letter {
  display: inline-block;
  line-height: 1em;
}


#load{
  width:100%;
  height:100%;
  position:fixed;
  z-index:9999;
  background: no-repeat center center rgba(0,0,0,0.6)
}

/* Side Menu Button */

.floating-menu {
  /* background: #FF6600; */
  /* padding: 5px; */
  /* cursor: pointer; */
  /* padding: 12px 0px; */
  /* border-radius: 5px 0px 0px 5px; */
  z-index: 100;
  position: fixed;
  right: 0px;
  top: 75%;
}

.floating-menu-new {
  z-index: 100;
  position: fixed;
  right: 0px;
  top: 50%;
}

.fm-item {
  background: #FF6600;
  margin: 5px;
  /* cursor: pointer; */
  /* border-radius: 5px 0px 0px 5px; */
  transition: width .5s;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 3px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 15px 0px rgba(50, 50, 50, 0.75);
}

.fm-1 {
  top: 50%;
  transition: width .5s;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 3px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 15px 0px rgba(50, 50, 50, 0.75);
}

.fm-2 {
  top: 60%;
  transition: width 1.5s;
  -webkit-box-shadow: 3px 3px 15px 0px rgba(50, 50, 50, 0.75);
  -moz-box-shadow:    3px 3px 15px 0px rgba(50, 50, 50, 0.75);
  box-shadow:         3px 3px 15px 0px rgba(50, 50, 50, 0.75);
}

.floating-icon {
  color: #FFFFFF;
}

.btn-image {
  width: 200px;
  height: 50px;
  cursor: pointer;
  border-radius: 5px;
}

.btn-image:hover {
  border: 1px solid #ff6600;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.btn-image-home {
  width: 200px;
  height: 45px;
  cursor: pointer;
  border-radius: 3px;
}

.btn-image-home:hover {
  /* border: 1px solid #ff6600; */
  /* border-radius: 5px; */
  /* background-color: #FF6600; */
  -webkit-filter: opacity(85%);
  filter:opacity(85%);
  /* box-shadow: 0 4px 8px 0 rgba(255, 255, 255, 0.4), 0 6px 20px 0 rgba(255, 255, 255, 0.39); */
}

.oc-item {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .floating-menu {
    display: none;
  }

  .floating-menu-new {
    display: none;
  }

  .btn-image {
    width: 150px;
    height: 37px;
    border-radius: 4px;
  }
}
