/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 17px 40px;
  border-radius: 50px;
  display: inline-block;
  color: #fff;
  background-color: #00669d;
  -webkit-box-shadow: 0px 10px 30px rgba(128, 0, 128, 0.14);
  -moz-box-shadow: 0px 10px 30px rgba(128, 0, 128, 0.14);
  box-shadow: 0px 10px 30px rgba(128, 0, 128, 0.14);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }
  .mybtn1 i {
    opacity: 0;
    width: 0px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .mybtn1:hover,.mybtn1:focus {
    color: #212121;
    background-color: #ffa700;
    -webkit-animation: color 4s linear infinite;
    animation: color 4s linear infinite; }
    .mybtn1:hover i,.mybtn1:focus i {
      opacity: 1;
      padding-left: 15px;
      width: auto; }
  .mybtn1:focus {
    outline: 0px; }

    .mybtn2 {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 500;
      padding: 17px 16px;
      border-radius: 50px;
      display: inline-block;
      color:  #212121;
     background-color:#ffa700;
      -webkit-box-shadow: 0px 10px 30px rgba(128, 0, 128, 0.14);
      -moz-box-shadow: 0px 10px 30px rgba(128, 0, 128, 0.14);
      box-shadow: 0px 10px 30px rgba(128, 0, 128, 0.14);
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      margin-top: 10px;
     }
      .mybtn2 i {
        opacity: 0;
        width: 0px;
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s;
        
       }
      .mybtn2:hover,.mybtn2:focus {
        color: #fff;
        background-color: #212121;
        -webkit-animation: color 4s linear infinite;
        animation: color 4s linear infinite; }
        .mybtn2:hover i,.mybtn2:focus i {
          opacity: 1;
          padding-left: 15px;
          width: auto; }
      .mybtn2:focus {
        outline: 0px; }

@-webkit-keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  25% {
    margin-top: 10px; }
  50% {
    margin-top: 20px; }
  75% {
    margin-top: 10px; }
  100% {
    margin-top: 0px; } }

@-moz-keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  25% {
    margin-top: 10px; }
  50% {
    margin-top: 20px; }
  75% {
    margin-top: 10px; }
  100% {
    margin-top: 0px; } }

@-o-keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  25% {
    margin-top: 10px; }
  50% {
    margin-top: 20px; }
  75% {
    margin-top: 10px; }
  100% {
    margin-top: 0px; } }

@keyframes shapeani1 {
  0% {
    margin-top: 0px; }
  25% {
    margin-top: 10px; }
  50% {
    margin-top: 20px; }
  75% {
    margin-top: 10px; }
  100% {
    margin-top: 0px; } }

@-webkit-keyframes shapeani2 {
  0% {
    margin-left: 0px; }
  25% {
    margin-left: 10px; }
  50% {
    margin-left: 20px; }
  75% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }

@-moz-keyframes shapeani2 {
  0% {
    margin-left: 0px; }
  25% {
    margin-left: 10px; }
  50% {
    margin-left: 20px; }
  75% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }

@-o-keyframes shapeani2 {
  0% {
    margin-left: 0px; }
  25% {
    margin-left: 10px; }
  50% {
    margin-left: 20px; }
  75% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }

@keyframes shapeani2 {
  0% {
    margin-left: 0px; }
  25% {
    margin-left: 10px; }
  50% {
    margin-left: 20px; }
  75% {
    margin-left: 10px; }
  100% {
    margin-left: 0px; } }

@-webkit-keyframes shapeimg {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes shapeimg {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes shapeimg {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes shapeimg {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.mix {
  display: none; }

.remove-col-padding {
  padding: 0; }

.navbar-toggler {
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.50)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E"); }

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem; }

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 15px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px 0px rgba(0, 0, 0, 0.2);
  z-index: 999;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s; }

.br-10 {
  border-radius: 10px; }

.section-title {
  text-align: center;
  margin-bottom: 56px; }
  .section-title.extra .title {
    margin-bottom: 16px; }
  .section-title.white .subtitle {
    color: #fff; }
  .section-title.white .title {
    color: #fff; }
  .section-title.white p {
    color: rgba(255, 255, 255, 0.7); }
  .section-title .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 13px;
    color: #242424;
    font-weight: 700;
    text-transform: capitalize; }
    .section-title .title span {
      background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
      background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
      background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .section-title p {
    max-width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0 auto; }
  .section-title.darkbg .title {
    color: #fff; }
    .section-title.darkbg .title span {
      color: #fff; }
  .section-title.darkbg p {
    color: rgba(255, 255, 255, 0.95); }

.background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F7F8FC;
  z-index: -9999; }

.form-element.margin-bottom-30 {
  margin-bottom: 27px; }

.form-element label {
  color: #242424;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px; }
  .form-element label span {
    color: #BE1F27; }

.form-element select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.has-icon {
  position: relative;
  display: block; }
  .has-icon.textarea .the-icon {
    top: 25px; }
  .has-icon .input-field {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .has-icon .the-icon {
    font-size: 14px;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #7c7c90; }

.input-field {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 3px;
  color: #555;
  margin-bottom: 15px; }
  .input-field::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #555; }
  .input-field:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #555; }
  .input-field::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #555; }
  .input-field:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #555; }
  .input-field.borderd {
    border: 2px solid rgba(0, 0, 0, 0.07); }
    .input-field.borderd:focus {
      border: 2px solid rgba(0, 0, 0, 0.3); }
  .input-field.textarea {
    min-height: 137px;
    padding: 15px 20px;
    resize: none; }
  .input-field.error {
    border: 1px solid #9191ff; }
    .input-field.error::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #9191ff; }
    .input-field.error:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #9191ff; }
    .input-field.error::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #9191ff; }
    .input-field.error:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #9191ff; }
    .input-field.error:focus {
      border-color: #9191ff; }

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1; }
  .video-play-btn:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
    z-index: -1; }
  .video-play-btn i {
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation-duration: 5s;
    -moz-animation-duration: 5s;
    -o-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: text-color;
    -moz-animation-name: text-color;
    -o-animation-name: text-color;
    animation-name: text-color;
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-animation-timing-function: ease-out;
    -moz-animation-timing-function: ease-out;
    -o-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    position: inherit;
    z-index: 9; }

.email-success {
  display: block;
  width: 100%; }

.checkbox-element {
  display: inline-block; }

.checkbox-wrapper {
  display: inline-block; }

.margin-top-minus-200 {
  margin-top: -200px; }

.checkbox-inner {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 24px;
  color: #585869;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .checkbox-inner input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .checkbox-inner .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border: 2px solid rgba(0, 0, 0, 0.1); }
  .checkbox-inner input:checked ~ .checkmark {
    background-color: #9191ff; }
  .checkbox-inner .checkmark:after {
    content: "";
    position: absolute;
    display: none; }
  .checkbox-inner input:checked ~ .checkmark:after {
    display: block; }
  .checkbox-inner .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

.table-responsive {
  display: table; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl; }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr; } }

/*-------------------------
    Preloader Css
---------------------------*/
.preloader-inner {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .preloader-inner .cancel-preloader {
    position: absolute;
    bottom: 30px;
    right: 30px; }
    .preloader-inner .cancel-preloader a {
      background-color: #fff;
      font-weight: 600;
      text-transform: capitalize;
      color: #9191ff;
      width: 200px;
      height: 50px;
      text-align: center;
      line-height: 50px;
      border-radius: 30px;
      display: block;
      -webkit-transition: all 0.3s ease-in;
      -moz-transition: all 0.3s ease-in;
      -o-transition: all 0.3s ease-in;
      transition: all 0.3s ease-in; }
      .preloader-inner .cancel-preloader a:hover,.preloader-inner .cancel-preloader a:focus {
        background-color: #00aeff;
        color: #fff; }

.cube-folding {
  width: 50px;
  height: 50px;
  display: inline-block;
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 0; }

.cube-folding span {
  position: relative;
  width: 25px;
  height: 25px;
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  display: inline-block; }

.cube-folding span::before {
  content: '';
  background-color: #ffa700;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 25px;
  height: 25px;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  -moz-animation: folding 2.5s infinite linear both;
  -webkit-animation: folding 2.5s infinite linear both;
  animation: folding 2.5s infinite linear both; }

.cube-folding .leaf2 {
  -moz-transform: rotateZ(90deg) scale(1.1);
  -ms-transform: rotateZ(90deg) scale(1.1);
  -webkit-transform: rotateZ(90deg) scale(1.1);
  transform: rotateZ(90deg) scale(1.1); }

.cube-folding .leaf2::before {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  background-color: #ffa700; }

.cube-folding .leaf3 {
  -moz-transform: rotateZ(270deg) scale(1.1);
  -ms-transform: rotateZ(270deg) scale(1.1);
  -webkit-transform: rotateZ(270deg) scale(1.1);
  transform: rotateZ(270deg) scale(1.1); }

.cube-folding .leaf3::before {
  -moz-animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  background-color: #ffa700; }

.cube-folding .leaf4 {
  -moz-transform: rotateZ(180deg) scale(1.1);
  -ms-transform: rotateZ(180deg) scale(1.1);
  -webkit-transform: rotateZ(180deg) scale(1.1);
  transform: rotateZ(180deg) scale(1.1); }

.cube-folding .leaf4::before {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  background-color: #ffa700; }

@-moz-keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@-webkit-keyframes folding {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

@keyframes folding {
  0%, 10% {
    -moz-transform: perspective(140px) rotateX(-180deg);
    -ms-transform: perspective(140px) rotateX(-180deg);
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    -moz-transform: perspective(140px) rotateX(0deg);
    -ms-transform: perspective(140px) rotateX(0deg);
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    -moz-transform: perspective(140px) rotateY(180deg);
    -ms-transform: perspective(140px) rotateY(180deg);
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

.cube-wrapper {
  position: fixed;
  left: 50%;
  top: 50%;
  margin-top: -50px;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  text-align: center; }

.cube-wrapper:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 90px;
  height: 6px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-filter: blur(2px);
  filter: blur(2px);
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  z-index: 1;
  -moz-animation: shadow 0.5s ease infinite alternate;
  -webkit-animation: shadow 0.5s ease infinite alternate;
  animation: shadow 0.5s ease infinite alternate; }

.cube-wrapper .loading {
  font-size: 16px;
  letter-spacing: 0.1em;
  display: block;
  color: white;
  position: relative;
  top: 25px;
  z-index: 2;
  -moz-animation: text 0.5s ease infinite alternate;
  -webkit-animation: text 0.5s ease infinite alternate;
  animation: text 0.5s ease infinite alternate;
  text-transform: uppercase; }

@-moz-keyframes text {
  100% {
    top: 35px; } }

@-webkit-keyframes text {
  100% {
    top: 35px; } }

@keyframes text {
  100% {
    top: 35px; } }

@-moz-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px; } }

@-webkit-keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px; } }

@keyframes shadow {
  100% {
    bottom: -18px;
    width: 100px; } }

.navigation.innerpage {
  background: #fff;
  border-bottom: 0px; }

/*-----------------------------
breadcrumb-area
------------------------------*/
.breadcrumb-area {
  background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094);
  padding: 184px 0px 100px;
  position: relative;
  overflow: hidden; }
  .breadcrumb-area .right-img {
    position: absolute;
    top: 100px;
    right: 10%;
    width: 380px; }
  .breadcrumb-area .title {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
    margin-bottom: 12px; }
  .breadcrumb-area .links {
    padding-left: 0px; }
    .breadcrumb-area .links li {
      display: inline-block;
      position: relative;
      margin-right: 20px; }
      .breadcrumb-area .links li::after {
        position: absolute;
        content: "\f054";
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -17px;
        color: #fff; }
      .breadcrumb-area .links li:last-child::after {
        display: none; }
      .breadcrumb-area .links li a {
        color: #fff;
        font-size: 18px;
        line-height: 28px;
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .breadcrumb-area .links li a i {
          -webkit-transition: 0.3s ease-in;
          -moz-transition: 0.3s ease-in;
          -o-transition: 0.3s ease-in;
          transition: 0.3s ease-in;
          color: #fff; }
        .breadcrumb-area .links li a:hover,.breadcrumb-area .links li a:focus, .breadcrumb-area .links li a.active {
          color: #eee; }
        .breadcrumb-area .links li a:hover i,.breadcrumb-area .links li a:focus i, .breadcrumb-area .links li a.active i {
            color: #eee; }
      .breadcrumb-area .links li i {
        color: #fff;
        display: inline-block;
        padding: 0px 5px; }

/*====================
** Normalize
====================*/
html {
  font-family: "Roboto", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden; }

body {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #555;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  font-family: "Poppins", sans-serif; }

p {
  font-size: 16px;
  color: #555;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto; }

a {
  color: #242424;
  text-decoration: none; }

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none; }

a i {
  padding: 0 2px; }

img {
  max-width: 100%; }

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd; }

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em; }

/*---------------------------
** Main Menu  Area Start
---------------------------*/
header.navigation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  header.navigation.stiky-nav {
    background: #106ea0;
    border-bottom: 0px;
    -webkit-box-shadow: 0px 5px 20px rgba(36, 36, 36, 0.12);
    -moz-box-shadow: 0px 5px 20px rgba(36, 36, 36, 0.12);
    box-shadow: 0px 5px 20px rgba(36, 36, 36, 0.12); }
  .navigation .navbar {
    padding: 0px 0px 0px; }
    .navigation .navbar .navbar-brand {
      font-size: 30px;
      line-height: 50px;
      font-weight: 700;
      padding: 0px;
      margin-top: -2px;
      text-transform: uppercase;
      color: #242424; }
      .navigation .navbar .navbar-brand img {
        max-width: 170px; }
    .navigation .navbar #mainmenu ul .nav-item .nav-link {
      color: #242424;
      position: relative;
      padding: 25px 10px 25px; }
      .navigation .navbar #mainmenu ul .nav-item .nav-link::before {
        position: absolute;
        content: " ";
        width: 3px;
        height: 3px;
        left: 50%;
        border-radius: 50px;
        bottom: 0;
        opacity: 0;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094);
        -webkit-transition: 0.5s;
        -moz-transition: 0.5s;
        -o-transition: 0.5s;
        transition: 0.5s; }
      .navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before,
      .navigation .navbar #mainmenu ul .nav-item .nav-link:focus::before, 
      .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
        position: absolute;
        content: " ";
        width: 70%;
        height: 3px;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -o-transform: translate(-50%);
        -ms-transform: translate(-50%);
        transform: translate(-50%);
        bottom: 0px;
        opacity: 1;
        background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
        background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
        background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094); }
    .navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu,
    .navigation .navbar #mainmenu ul .nav-item.dropdown:focus .dropdown-menu {
      display: block;
      padding: 0px;
      margin-top: 0px;
      border: 0px;
      border-radius: 0px;
      -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06);
      box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.06); }
      .navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item,
      .navigation .navbar #mainmenu ul .nav-item.dropdown:focus .dropdown-menu .dropdown-item {
        background: #fff;
        padding: 10px 20px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.185);
        -webkit-transition: all 0.3s ease-in;
        -o-transition: all 0.3s ease-in;
        transition: all 0.3s ease-in; }
        .navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item:hover,
        .navigation .navbar #mainmenu ul .nav-item.dropdown:focus .dropdown-menu .dropdown-item:focus {
          background: #ddd; }
        .navigation .navbar #mainmenu ul .nav-item.dropdown:hover .dropdown-menu .dropdown-item:last-child,
        .navigation .navbar #mainmenu ul .nav-item.dropdown:focus .dropdown-menu .dropdown-item:last-child {
          border-bottom: 0px; }

/*---------------------------
** Main Menu Area End
---------------------------*/
/*-----------------------------
** Hero Area Start
------------------------------*/
.hero-area {
  position: relative;
  padding: 152px 0px 150px; }
  .hero-area .background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F7F8FC;
    z-index: -9999; }
  .hero-area .bgimg {
    position: absolute;
    bottom: 0%;
    width: auto; }
  .index6 .title1
  {
    font-size: 40px;
    line-height: 70px;
    color: #ffa700;
    font-weight: 100;
  }
  .index6 .title2
  {
    font-size: 25px;
    line-height: 45px;
    color: #ffa700;
    font-weight: 100;
  }
.hero-area .left-content .content .title {
  font-size: 60px;
  line-height: 70px;
  color: #242424;
  font-weight: 700; }
.hero-area .left-content .content .subtitle {
  font-size: 18px;
  line-height: 28px;
  color: #242424;
  margin-top: 26px; }
.hero-area .left-content .content .links {
  margin-top: 42px;
  padding-right: 15px; }
.hero-area .left-content .content .links a {
  margin-left: 0px; 
}

/*------------------
*   product-area
-------------------*/
.product {
padding: 80px 0px 60px;
position: relative;
overflow: hidden;
background-size: cover;
}

  

.section-heading {
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .section-heading {
      margin-bottom: 2rem; } }
  @media (min-width: 992px) {
    .section-heading {
      margin-bottom: 3rem; } }

        
          .title-4
          {
          margin-top: 0;
          margin-bottom: 0.5rem;
         font-weight: 600;
         line-height: 1.2;
         color: #242424;
         font-size: 38px;
          }
          .text-primary {
            margin-top: 0;
          margin-bottom: 0.5rem;
         font-weight: 600;
         line-height: 1.2;
         font-size: 38px;
         color: #ffa700 !important;
          } 
          .text-primary2 {
            margin-top: 0;
          margin-bottom: 0.5rem;
         font-weight: 600;
         line-height: 1.2;
         font-size: 20px;
         color: #ffa700 !important;
          }
          .text-primary3 {
            margin-top: 7px;
            margin-bottom: 0.5rem;
            font-weight: 600;
            line-height: 1.2;
            font-size: 23px;
            color: #242424 !important;
        }           
          .mb-3 {
            margin-bottom: 1rem !important; }
            .only-icon {
              display: inline-flex; }
              .only-icon i {
                font-size: 1.8rem; }
              .only-icon-sm i {
                font-size: 1rem; }
              .only-icon-lg i {
                font-size: 2.25rem; }
              .only-icon-xl i {
                font-size: 3rem; }
            
            
            .my-3 {
                margin-top: 0.9rem !important;
                margin-bottom: 0.9rem !important; }            
                text-primary {
                  color: #03c !important; }
           .mb-2 {
                    margin-bottom: 0.5rem !important; }




  .section-header {
    margin-bottom: 40px;
  }
  
  .section-header p {
    text: center;
    font-weight: 400;
    line-height: 26px;
  }
  
  .section-title {
    font-size: 40px;
    line-height: 50px;
    color: #242424;
    font-weight: 700;
   text-transform: capitalize;
  }
  .shape {
    height: 1px;
    margin: 0 auto 30px;
    position: relative;
    width: 60px;
    background-color: #F63854;
  }

/*-----------------------------
** Blog Area Start
------------------------------*/
  .blog .shape {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 500px;
    z-index: -9; }
  .blog .dubble-shape {
    position: absolute;
    top: 160px;
    left: -120px;
    z-index: 50;
    width: 290px;
    height: 290px;
    z-index: -2; }
    .blog .dubble-shape .dubble-inner {
      position: relative;
      width: 100%;
      height: 100%; }
      .blog .dubble-shape .dubble-inner .round-shape2 {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%; }
        .blog .dubble-shape .dubble-inner .round-shape2 img {
          -webkit-animation-duration: 8.9s;
          -moz-animation-duration: 8.9s;
          -o-animation-duration: 8.9s;
          animation-duration: 8.9s;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
          -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-name: shapeimg;
          -moz-animation-name: shapeimg;
          -o-animation-name: shapeimg;
          animation-name: shapeimg;
          -webkit-animation-direction: alternate;
          -moz-animation-direction: alternate;
          animation-direction: alternate;
          -webkit-animation-timing-function: ease-out;
          -moz-animation-timing-function: ease-out;
          -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          max-width: 100%; }
      .blog .dubble-shape .dubble-inner .round-shape3 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        width: 190px;
        height: 190px; }
        .blog .dubble-shape .dubble-inner .round-shape3 img {
          -webkit-animation-duration: 7s;
          -moz-animation-duration: 7s;
          -o-animation-duration: 7s;
          animation-duration: 7s;
          -webkit-animation-iteration-count: infinite;
          -moz-animation-iteration-count: infinite;
          -o-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
          -webkit-animation-name: shapeimg;
          -moz-animation-name: shapeimg;
          -o-animation-name: shapeimg;
          animation-name: shapeimg;
          -webkit-animation-direction: alternate;
          -moz-animation-direction: alternate;
          animation-direction: alternate;
          -webkit-animation-timing-function: ease-out;
          -moz-animation-timing-function: ease-out;
          -o-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
          max-width: 100%; }
  .blog .blog-box {
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.07);
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    .blog .blog-box .blog-images {
      overflow: hidden; }
      .blog .blog-box .blog-images img {
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out; }
    .blog .blog-box:hover .blog-images img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
    .blog .blog-box .blog-details {
      padding: 43px 20px 11px;
      text-align: center;
      position: relative; }
      .blog .blog-box .blog-details .blog-title {
        font-size: 20px;
        line-height: 30px;
        color: #242424;
        margin-bottom: 17px;
        display: block;
        font-weight: 600; }
      .blog .blog-box .blog-details .post-meta-one {
        margin-left: 0px;
        padding-left: 0px;
        margin-bottom: 14px;
        position: absolute;
        top: -20px;
        background: #ffa700;
        width: 90%;
        left: 5%;
        height: 40px;
        line-height: 40px;
        border-radius: 3px;
        -webkit-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        -moz-box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15); }
        .blog .blog-box .blog-details .post-meta-one li {
          display: inline-block; }
          .blog .blog-box .blog-details .post-meta-one li a {
            color: #000;
            font-size: 14px;
            margin-bottom: 0px;
            -webkit-transition: 0.3s ease-in;
            -moz-transition: 0.3s ease-in;
            -o-transition: 0.3s ease-in;
            transition: 0.3s ease-in; }
            .blog .blog-box .blog-details .post-meta-one li a i {
              margin-right: 2px; }
          .blog .blog-box .blog-details .post-meta-one li:first-child {
            margin-right: 10px; }
      .blog .blog-box .blog-details .post-body {
        font-size: 16px;
        line-height: 26px; }
      .blog .blog-box .blog-details .postbtn {
        text-align: center;
        margin-top: 10px; }
        .blog .blog-box .blog-details .postbtn i {
          font-size: 14px; }
    .blog .blog-box .post-meta-two {
      margin-left: 0px;
      padding-left: 0px;
      margin-bottom: 0px;
      background: #ffa700;
      border-top: 2px solid rgba(0, 0, 0, 0.07);
      height: 40px;
      line-height: 40px;
      display: block;
      width: 100%;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .blog .blog-box .post-meta-two li {
        width: 50%;
        display: inline-block;
        text-align: center;
        margin-bottom: 0px;
        float: left;
        margin-right: 0px;
        border-right: 2px solid rgba(0, 0, 0, 0.07);
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
        .blog .blog-box .post-meta-two li a {
          color: #000;
          font-size: 14px;
          margin-bottom: 0px;
          display: block;
          -webkit-transition: 0.3s ease-in;
          -moz-transition: 0.3s ease-in;
          -o-transition: 0.3s ease-in;
          transition: 0.3s ease-in; }
          .blog .blog-box .post-meta-two li a i {
            margin-right: 2px; }
        .blog .blog-box .post-meta-two li:last-child {
          border-right: 0px; }

/*-----------------------------
** Blog Area End
------------------------------*/

/*-----------------------------
** Footer Area Start
------------------------------*/
.footer {
  overflow: hidden;
  position: relative;
  background: #F7F8FC;
  padding: 80px 0px 0px; }
  .footer .footer-info-area .footer-logo {
    margin-bottom: 23px;
    display: block; }
    .footer .footer-info-area .footer-logo .logo-link {
      font-size: 40px;
      line-height: 50px;
      font-weight: 700;
      text-transform: uppercase; }
    .footer .footer-info-area .footer-logo img {
      max-width: 180px; }
  .footer .footer-info-area .text {
    margin-bottom: 24px; }
  .footer .fotter-social-links ul {
    padding-left: 0px;
    margin-left: 0px; }
    .footer .fotter-social-links ul li {
      display: inline-block; }
      .footer .fotter-social-links ul li a {
        font-size: 19px;
        width: 40px;
        height: 40px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        line-height: 40px;
        margin: 0px 3px;
        color: #000;
        -webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
        -moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
        box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.18);
        -webkit-transition: 0.3s ease-in;
        -moz-transition: 0.3s ease-in;
        -o-transition: 0.3s ease-in;
        transition: 0.3s ease-in; }
        .footer .fotter-social-links ul li a.facebook {
          background: #ffa700;
          border-color: #ffa700; }
        .footer .fotter-social-links ul li a.facebook:hover{
            background: #ffff;
          }
        .footer .fotter-social-links ul li a.twitter {
          background: #ffa700;
          border-color: #ffa700; }
        .footer .fotter-social-links ul li a.twitter:hover {
          background: #ffff;
        }
        .footer .fotter-social-links ul li a.linkedin {
          background: #ffa700;
          border-color:#ffa700; }
        .footer .fotter-social-links ul li a.linkedin:hover {
          background: #ffff;
        }
        .footer .fotter-social-links ul li a.dribbble {
          background: #ffa700;
          border-color:#ffa700; }
        .footer .fotter-social-links ul li a.dribbble:hover {
          background: #ffff;
        }
        .footer .fotter-social-links ul li a.google-plus {
          background: #ffa700;
          border-color: #ffa700; }
        .footer .fotter-social-links ul li a.google-plus:hover {
          background: #ffff;
        }

.copy-bg {
  padding: 20px 0px 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  margin-top: 84px; }
  .copy-bg p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px; }
  .copy-bg a {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    transition: 0.3s ease-in; }
    .copy-bg a:hover {
      color: #9191ff; }

.footer-widget .title {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  color: #242424; }

.footer-widget ul {
  padding-left: 0px;
  margin-bottom: 0px; }
  .footer-widget ul li {
    list-style: none; }
    .footer-widget ul li a {
      color: #555; }
    .footer-widget ul li i {
      font-size: 14px;
      margin-right: 4px; }

.support-link-widget .title,
.use-full-link-widget .title {
  margin-bottom: 43px; }

.support-link-widget .link-list li,
.use-full-link-widget .link-list li {
  border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
  padding: 9px 0;
  display: block; }
  .support-link-widget .link-list li:last-child,
  .use-full-link-widget .link-list li:last-child {
    border-bottom: 0px; }

.instagram-feed-widget .title {
  margin-bottom: 16px; }

.instagram-feed-widget .instagram-feed-list {
  margin: 0;
  padding: 0;
  list-style: none; }
  .instagram-feed-widget .instagram-feed-list li {
    display: inline-block;
    margin: 8px;
    max-width: 100px;
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box,content-box;
    box-sizing: border-box,content-box; }
    .instagram-feed-widget .instagram-feed-list li:nth-child(3n+1) {
      margin-left: 0; }

     
    .fill-btn {
        background-color: #ffa700;
        border: 0;
        color: #fff;
        padding: 13px 5px;
        font-size: 16px;
        font-weight: 900;
        font-style: italic;
        text-transform: uppercase;
        width: 252px;
        margin: 0 auto;
        border-radius: 25px;
        position: absolute;
        bottom: -25px;
        left: 50%;
        transform: translate(-50%, 0);
        -webkit-transform: translate(-50%, 0);
        -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
       
    }
    .fill-btn:hover,
    .element-btn .element-fill-btn:hover {
        background-color: #201f1f;
        box-shadow: 0px 10px 50px -10px rgb(32, 31, 31);
    }
   
  .subscribe form {
    position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 60px;
}

.subscribe form input {
    width: 100%;
    height: 50px;
    border: 1px solid #ffff;
    border-radius: 25px;
    background-color:#ffff;
    padding: 5px 180px 5px 9px;
    font-size: 14px;
    color: #000;
    font-style: italic;
}

.subscribe form .fill-btn {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
    transform: translate(0%, 0);
    -webkit-transform: translate(0%, 0);
    -moz-transform: translate(0%, 0);
    -ms-transform: translate(0%, 0);
    width: 180px;
}  


/*---------------------------
** Index 5 Area Start
---------------------------*/
.hero-area .heroarea-slider.owl-carousel .owl-item.active .layer-1,
.hero-area .heroarea-slider.owl-carousel .owl-item.active .layer-2,
.hero-area .heroarea-slider.owl-carousel .owl-item.active .layer-3,
.hero-area .heroarea-slider.owl-carousel .owl-item.active .layer-4 {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  width: 50px;
  height: 50px;
  line-height: 53px;
  border-radius: 50%;
  border-radius: 50px;
  background: #ffa700;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2); }
  .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
  .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
    background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
    background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094); }
    .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover i,
    .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover i {
      color: #fff; }

.hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev {
  left: 30px; }

.hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  right: 30px; }

.hero-area .item .layer-1 {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out 0.7s;
  -o-transition: all 1s ease-in-out 0.7s;
  transition: all 1s ease-in-out 0.7s; }

.hero-area .item .layer-2 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out .7s;
  -o-transition: all 1s ease-in-out .7s;
  transition: all 1s ease-in-out .7s; }

.hero-area .item .layer-3 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out .7s;
  -o-transition: all 1s ease-in-out .7s;
  transition: all 1s ease-in-out .7s; }

.hero-area .item .layer-4 {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  -webkit-transition: all 1s ease-in-out .7s;
  -o-transition: all 1s ease-in-out .7s;
  transition: all 1s ease-in-out .7s; }

.hero-area:hover .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev,
.hero-area:hover .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next {
  opacity: 1; }

/*---------------------------
** Index 6 Start
---------------------------*/
.index6 .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
 }

.index6 .hero-area .left-content .content .title,
.index6 .hero-area .left-content .content .subtitle,
.index6 .navigation .navbar #mainmenu ul .nav-item .nav-link,
.index6 .video .section-title .title,
.index6 .video .section-title p,
.index6 .pricing .section-title .title,
.index6 .pricing .section-title p,
.index6 .faq .section-title .title,
.index6 .faq .section-title p,
.index6 .testimonial-area .section-title .title,
.index6 .testimonial-area .section-title p,
.index6 .counter-area .fun-box .counter-wrapper .counter,
.index6 .counter-area .fun-box .counter-wrapper .math,
.index6 .counter-area .fun-box .categori,
.index6 .get-intuch .content .title,
.index6 .get-intuch .content .subtitle,
.index6 .footer-widget .title,
.index6 .footer .footer-info-area .text p,
.index6 .footer-widget ul li a,
.index6 .footer .copy-bg p,
.index6 .footer .copy-bg a {
  color: #fff; }
.index6 .counter-area .fun-box .icon::after {
  display: none; }

.index6 .faq .section-title {
  position: relative;
  z-index: 99; }

.index6 .pricing .pricing-tab .nav-item .nav-link {
  background: #fff; }

.index6 .get-intuch .content .title span {
  -webkit-background-image: -webkit-linear-gradient(55deg, #fff, #fff) !important;
  -moz-background-image: linear-gradient(55deg, #fff, #fff) !important;
  background-image: -o-linear-gradient(55deg, #fff, #fff) !important;
  background-image: -o-linear-gradient(35deg, #fff, #fff) !important;
  background-image: linear-gradient(55deg, #fff, #fff) !important; }
.index6 .navigation.stiky-nav .navbar .navbar-brand img {
  -webkit-filter: unset;
  filter: unset; }

.index6 .navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6 .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
  -webkit-background-image: -webkit-linear-gradient(55deg, #fff, #fff);
  -moz-background-image: linear-gradient(55deg, #fff, #fff);
  background-image: -o-linear-gradient(55deg, #fff, #fff);
  background-image: -o-linear-gradient(35deg, #fff, #fff);
  background-image: linear-gradient(55deg, #fff, #fff); }

.index6 .navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .index6 .navigation.stiky-nav {
    border: 0px; }
    .index6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
      color: #fff; }

.index6 .support-link-widget .link-list li, .index6 .use-full-link-widget .link-list li {
  border-bottom: 0px dotted rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
-o-transition: all 0.3s ease-in-out 0s;
-webkit-transition: all 0.3s ease-in-out 0s;
-ms-transition: all 0.3s ease-in-out 0s;
}
.index6 .link-list li:hover
{
  color: #ffa700;
padding-left: 8px;
}
.index6 .footer .copy-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 99; }

.index6.index-color1 .overlay,
.index6.index-color1 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color1 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color1 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094); }

.index6.index-color2 .overlay,
.index6.index-color2 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color2 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color2 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background: -webkit-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -moz-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21ecff), color-stop(99%, #2cc6ff));
  background: -webkit-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: -o-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%); }

.index6.index-color3 .overlay,
.index6.index-color3 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color3 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color3 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background: -webkit-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -moz-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #19d0de), to(#18e7d3));
  background: -webkit-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: -o-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: linear-gradient(to top, #19d0de 0, #18e7d3 100%); }

.index6.index-color4 .overlay,
.index6.index-color4 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color4 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color4 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #d4418e 0%, #0652c5 100%);
  background-image: -moz-linear-gradient(to right, #d4418e 0%, #0652c5 100%);
  background-image: -ms-linear-gradient(to right, #d4418e 0%, #0652c5 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#d4418e), to(#0652c5));
  background-image: -webkit-linear-gradient(left, #d4418e 0%, #0652c5 100%);
  background-image: -o-linear-gradient(left, #d4418e 0%, #0652c5 100%);
  background-image: linear-gradient(315deg, #d4418e 0%, #0652c5 74%); }


.index6.index-color5 .overlay,
.index6.index-color5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -moz-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); }

.index6.index-color6 .overlay,
.index6.index-color6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -moz-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -ms-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0ba360), to(#3cba92));
  background-image: -webkit-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: -o-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%); }

.index6.index-color7 .overlay,
.index6.index-color7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #106ea0 0%, #106ea0 100%);
  background-image: -moz-linear-gradient(to right, #106ea0 0%, #106ea0 100%);
  background-image: -ms-linear-gradient(to right, #106ea0 0%, #106ea0 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#106ea0), to(#106ea0));
  background-image: -webkit-linear-gradient(left, #106ea0 0%, #106ea0 100%);
  background-image: -o-linear-gradient(left, #106ea0 0%, #106ea0 100%);
  background-image: linear-gradient(315deg, #106ea0 0%, #106ea0 74%);}

.index6.index-color8 .overlay,
.index6.index-color8 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index6.index-color8 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index6.index-color8 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -moz-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -ms-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -webkit-gradient(linear, left top, right top, from(#fc4a1a), to(#f7b733));
  background-image: -webkit-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: linear-gradient(to right, #fc4a1a, #f7b733); }

/*---------------------------
** Index 7 Start
---------------------------*/
.index7 .hero-area {
  background: url(../images/bgimg/bgimg1.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .video {
  background: url(../images/bgimg/bgimg2.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .get-intuch {
  background: url(../images/bgimg/bgimg3.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .testimonial-area {
  background: url(../images/bgimg/bgimg4.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .pricing {
  background: url(../images/bgimg/bgimg5.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .faq {
  background: url(../images/bgimg/bgimg6.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .footer {
  background: url(../images/bgimg/bgimg7.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }

.index7 .overlay {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .9; }

.index7 .hero-area .left-content .content .title,
.index7 .hero-area .left-content .content .subtitle,
.index7 .navigation .navbar #mainmenu ul .nav-item .nav-link,
.index7 .video .section-title .title,
.index7 .video .section-title p,
.index7 .pricing .section-title .title,
.index7 .pricing .section-title p,
.index7 .faq .section-title .title,
.index7 .faq .section-title p,
.index7 .testimonial-area .section-title .title,
.index7 .testimonial-area .section-title p,
.index7 .counter-area .fun-box .counter-wrapper .counter,
.index7 .counter-area .fun-box .counter-wrapper .math,
.index7 .counter-area .fun-box .categori,
.index7 .get-intuch .content .title,
.index7 .get-intuch .content .subtitle,
.index7 .footer-widget .title,
.index7 .footer .footer-info-area .text p,
.index7 .footer-widget ul li a,
.index7 .footer .copy-bg p,
.index7 .footer .copy-bg a {
  color: #fff; }

.index7 .counter-area .fun-box .icon::after {
  display: none; }

.index7 .faq .section-title {
  position: relative;
  z-index: 99; }

.index7 .pricing .pricing-tab .nav-item .nav-link {
  background: #fff; }

.index7 .get-intuch .content .title span {
  -webkit-background-image: -webkit-linear-gradient(55deg, #fff, #fff) !important;
  -moz-background-image: linear-gradient(55deg, #fff, #fff) !important;
  background-image: -o-linear-gradient(55deg, #fff, #fff) !important;
  background-image: -o-linear-gradient(35deg, #fff, #fff) !important;
  background-image: linear-gradient(55deg, #fff, #fff) !important; }

.index7 .navigation .navbar .navbar-brand img,
.index7 .footer .footer-info-area .footer-logo img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1); }

.index7 .navigation.stiky-nav .navbar .navbar-brand img {
  -webkit-filter: unset;
  filter: unset; }

.index7 .navigation .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7 .navigation .navbar #mainmenu ul .nav-item .nav-link.active::before {
  -webkit-background-image: -webkit-linear-gradient(55deg, #fff, #fff);
  -moz-background-image: linear-gradient(55deg, #fff, #fff);
  background-image: -o-linear-gradient(55deg, #fff, #fff);
  background-image: -o-linear-gradient(35deg, #fff, #fff);
  background-image: linear-gradient(55deg, #fff, #fff); }

.index7 .navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .index7 .navigation.stiky-nav {
    border: 0px; }
    .index7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link {
      color: #242424; }

.index7 .support-link-widget .link-list li, .index7 .use-full-link-widget .link-list li {
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5); }

.index7 .footer .copy-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 99; }

.index7.index-color1 .overlay,
.index7.index-color1 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color1 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color1 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -moz-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -webkit-linear-gradient(55deg, #75b2f0 0%, #75f094);
  background-image: -ms-linear-gradient(55deg, #75b2f0 0%, #75f094); }

.index7.index-color2 .overlay,
.index7.index-color2 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color2 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color2 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background: -webkit-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -moz-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21ecff), color-stop(99%, #2cc6ff));
  background: -webkit-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: -o-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%); }

.index7.index-color3 .overlay,
.index7.index-color3 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color3 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color3 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background: -webkit-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -moz-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #19d0de), to(#18e7d3));
  background: -webkit-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: -o-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: linear-gradient(to top, #19d0de 0, #18e7d3 100%); }

.index7.index-color4 .overlay,
.index7.index-color4 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color4 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color4 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -moz-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff758c), to(#ff7eb3));
  background-image: -webkit-linear-gradient(left, #ff758c 0%, #ff7eb3 100%);
  background-image: -o-linear-gradient(left, #ff758c 0%, #ff7eb3 100%);
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%); }

.index7.index-color5 .overlay,
.index7.index-color5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color5 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -moz-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); }

.index7.index-color6 .overlay,
.index7.index-color6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color6 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -moz-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -ms-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0ba360), to(#3cba92));
  background-image: -webkit-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: -o-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%); }

.index7.index-color7 .overlay,
.index7.index-color7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color7 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #0acffe 0%, #495aff 100%);
  background-image: -moz-linear-gradient(to right, #0acffe 0%, #495aff 100%);
  background-image: -ms-linear-gradient(to right, #0acffe 0%, #495aff 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#0acffe), to(#495aff));
  background-image: -webkit-linear-gradient(left, #0acffe 0%, #495aff 100%);
  background-image: -o-linear-gradient(left, #0acffe 0%, #495aff 100%);
  background-image: linear-gradient(to right, #0acffe 0%, #495aff 100%); }

.index7.index-color8 .overlay,
.index7.index-color8 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link::before,
.index7.index-color8 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link:hover::before,
.index7.index-color8 .navigation.stiky-nav .navbar #mainmenu ul .nav-item .nav-link.active::before {
  background-image: -webkit-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -moz-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -ms-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -webkit-gradient(linear, left top, right top, from(#fc4a1a), to(#f7b733));
  background-image: -webkit-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: linear-gradient(to right, #fc4a1a, #f7b733); }

/*---------------------------
** Index Color 2 Area Start
---------------------------*/
.index-color2 .mybtn1,
.index-color2 .about .box .inner-box .icon::after,
.index-color2 .counter-area .fun-box .icon::after,
.index-color2 .counter-area .fun-box:hover .icon,
.index-color2 .pricing .price-box .price-rate::after,
.index-color2 .service .service-box .icon::after,
.index-color2 .contact .info-contact li .info-box .left .icon::after,
.index-color2 .service .service-box:hover .icon,
.index-color2 .counter-area .fun-box .icon,
.index-color2 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color2 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color2 .testimonial-area .testimonial-slider .client .client-image::after,
.index-color2 .team .team-member .social,
.index-color2 .team .team-member .member-data,
.index-color2 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color2 .team .owl-controls .owl-nav div.owl-next::after,
.index-color2 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color2 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color2 .pricing .price-box .price-rate::before,
.index-color2 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color2 .pricing .price-box:hover .price-rate::after,
.index-color2 .contact .info-contact li .info-box .left .icon::before,
.index-color2 .contact .info-contact li .info-box:hover .icon::after,
.index-color2 .preloader-inner,
.index-color2 .bottomtotop i,
.index-color2 .service .service-box .icon,
.index-color2 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color2 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color2 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color2 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color2 .video .video-wrapper .video-box .overly,
.index-color2 .about .box .inner-box .icon,
.index-color2 .counter-area .fun-box:hover .icon::after,
.index-color2 .pricing .price-box:hover .price-rate::before,
.index-color2 .contact .info-contact li .info-box:hover .icon::before,
.index-color2 .service .service-box:hover .icon::after {
  background: -webkit-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -moz-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21ecff), color-stop(99%, #2cc6ff));
  background: -webkit-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: -o-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%); }

.index-color2 .about .info .info-title span,
.index-color2 .video-play-btn i,
.index-color2 .get-intuch .content .title span {
  background: -webkit-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -moz-linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #21ecff), color-stop(99%, #2cc6ff));
  background: -webkit-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: -o-linear-gradient(top, #21ecff 0, #2cc6ff 99%);
  background: linear-gradient(to bottom, #21ecff 0, #2cc6ff 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*---------------------------
** Index Color 3 Area Start
---------------------------*/
.index-color3 .mybtn1,
.index-color3 .about .box .inner-box .icon::after,
.index-color3 .counter-area .fun-box .icon::after,
.index-color3 .counter-area .fun-box:hover .icon,
.index-color3 .pricing .price-box .price-rate::after,
.index-color3 .service .service-box .icon::after,
.index-color3 .contact .info-contact li .info-box .left .icon::after,
.index-color3 .service .service-box:hover .icon,
.index-color3 .counter-area .fun-box .icon,
.index-color3 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color3 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color3 .testimonial-area .testimonial-slider .client .client-image::after,
.index-color3 .team .team-member .social,
.index-color3 .team .team-member .member-data,
.index-color3 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color3 .team .owl-controls .owl-nav div.owl-next::after,
.index-color3 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color3 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color3 .pricing .price-box .price-rate::before,
.index-color3 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color3 .pricing .price-box:hover .price-rate::after,
.index-color3 .contact .info-contact li .info-box .left .icon::before,
.index-color3 .contact .info-contact li .info-box:hover .icon::after,
.index-color3 .preloader-inner,
.index-color3 .bottomtotop i,
.index-color3 .service .service-box .icon,
.index-color3 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color3 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color3 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color3 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color3 .video .video-wrapper .video-box .overly,
.index-color3 .about .box .inner-box .icon,
.index-color3 .counter-area .fun-box:hover .icon::after,
.index-color3 .pricing .price-box:hover .price-rate::before,
.index-color3 .contact .info-contact li .info-box:hover .icon::before,
.index-color3 .service .service-box:hover .icon::after {
  background: -webkit-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -moz-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #19d0de), to(#18e7d3));
  background: -webkit-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: -o-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: linear-gradient(to top, #19d0de 0, #18e7d3 100%); }

.index-color3 .about .info .info-title span,
.index-color3 .video-play-btn i,
.index-color3 .get-intuch .content .title span {
  background: -webkit-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -moz-linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #19d0de), to(#18e7d3));
  background: -webkit-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: -o-linear-gradient(bottom, #19d0de 0, #18e7d3 100%);
  background: linear-gradient(to top, #19d0de 0, #18e7d3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*---------------------------
** Index Color 4 Area Start
---------------------------*/
.index-color4 .mybtn1,
.index-color4 .about .box .inner-box .icon::after,
.index-color4 .counter-area .fun-box .icon::after,
.index-color4 .counter-area .fun-box:hover .icon,
.index-color4 .pricing .price-box .price-rate::after,
.index-color4 .service .service-box .icon::after,
.index-color4 .contact .info-contact li .info-box .left .icon::after,
.index-color4 .service .service-box:hover .icon,
.index-color4 .counter-area .fun-box .icon,
.index-color4 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color4 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color4 .testimonial-area .testimonial-slider .client .client-image::after,
.index-color4 .team .team-member .social,
.index-color4 .team .team-member .member-data,
.index-color4 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color4 .team .owl-controls .owl-nav div.owl-next::after,
.index-color4 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color4 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color4 .pricing .price-box .price-rate::before,
.index-color4 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color4 .pricing .price-box:hover .price-rate::after,
.index-color4 .contact .info-contact li .info-box .left .icon::before,
.index-color4 .contact .info-contact li .info-box:hover .icon::after,
.index-color4 .preloader-inner,
.index-color4 .bottomtotop i,
.index-color4 .service .service-box .icon,
.index-color4 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color4 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color4 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color4 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color4 .video .video-wrapper .video-box .overly,
.index-color4 .about .box .inner-box .icon,
.index-color4 .counter-area .fun-box:hover .icon::after,
.index-color4 .pricing .price-box:hover .price-rate::before,
.index-color4 .contact .info-contact li .info-box:hover .icon::before,
.index-color4 .service .service-box:hover .icon::after {
  background-image: -webkit-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -moz-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -o-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -ms-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff758c), to(#ff7eb3));
  background-image: -webkit-linear-gradient(left, #ff758c 0%, #ff7eb3 100%);
  background-image: -o-linear-gradient(left, #ff758c 0%, #ff7eb3 100%);
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%); }

.index-color4 .about .info .info-title span,
.index-color4 .video-play-btn i,
.index-color4 .get-intuch .content .title span {
  background-image: -webkit-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -moz-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -ms-linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ff758c), to(#ff7eb3));
  background-image: -webkit-linear-gradient(left, #ff758c 0%, #ff7eb3 100%);
  background-image: -o-linear-gradient(left, #ff758c 0%, #ff7eb3 100%);
  background-image: linear-gradient(to right, #ff758c 0%, #ff7eb3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*---------------------------
** Index Color 5 Area Start
---------------------------*/
.index-color5 .mybtn1,
.index-color5 .about .box .inner-box .icon::after,
.index-color5 .counter-area .fun-box .icon::after,
.index-color5 .counter-area .fun-box:hover .icon,
.index-color5 .pricing .price-box .price-rate::after,
.index-color5 .service .service-box .icon::after,
.index-color5 .contact .info-contact li .info-box .left .icon::after,
.index-color5 .service .service-box:hover .icon,
.index-color5 .counter-area .fun-box .icon,
.index-color5 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color5 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color5 .testimonial-area .testimonial-slider .client .client-image::after,
.index-color5 .team .team-member .social,
.index-color5 .team .team-member .member-data,
.index-color5 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color5 .team .owl-controls .owl-nav div.owl-next::after,
.index-color5 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color5 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color5 .pricing .price-box .price-rate::before,
.index-color5 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color5 .pricing .price-box:hover .price-rate::after,
.index-color5 .contact .info-contact li .info-box .left .icon::before,
.index-color5 .contact .info-contact li .info-box:hover .icon::after,
.index-color5 .preloader-inner,
.index-color5 .bottomtotop i,
.index-color5 .service .service-box .icon,
.index-color5 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color5 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color5 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color5 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color5 .video .video-wrapper .video-box .overly,
.index-color5 .about .box .inner-box .icon,
.index-color5 .counter-area .fun-box:hover .icon::after,
.index-color5 .pricing .price-box:hover .price-rate::before,
.index-color5 .contact .info-contact li .info-box:hover .icon::before,
.index-color5 .service .service-box:hover .icon::after {
  background-image: -webkit-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -moz-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%); }

.index-color5 .about .info .info-title span,
.index-color5 .video-play-btn i,
.index-color5 .get-intuch .content .title span {
  background-image: -webkit-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -moz-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -ms-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(to right, #fa709a 0%, #fee140 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: -o-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*---------------------------
** Index Color 6 Area Start
---------------------------*/
.index-color6 .mybtn1,
.index-color6 .about .box .inner-box .icon::after,
.index-color6 .counter-area .fun-box .icon::after,
.index-color6 .counter-area .fun-box:hover .icon,
.index-color6 .pricing .price-box .price-rate::after,
.index-color6 .service .service-box .icon::after,
.index-color6 .contact .info-contact li .info-box .left .icon::after,
.index-color6 .service .service-box:hover .icon,
.index-color6 .counter-area .fun-box .icon,
.index-color6 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color6 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color6 .testimonial-area .testimonial-slider .client .client-image::after,
.index-color6 .team .team-member .social,
.index-color6 .team .team-member .member-data,
.index-color6 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color6 .team .owl-controls .owl-nav div.owl-next::after,
.index-color6 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color6 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color6 .pricing .price-box .price-rate::before,
.index-color6 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color6 .pricing .price-box:hover .price-rate::after,
.index-color6 .contact .info-contact li .info-box .left .icon::before,
.index-color6 .contact .info-contact li .info-box:hover .icon::after,
.index-color6 .preloader-inner,
.index-color6 .bottomtotop i,
.index-color6 .service .service-box .icon,
.index-color6 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color6 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color6 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color6 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color6 .video .video-wrapper .video-box .overly,
.index-color6 .about .box .inner-box .icon,
.index-color6 .counter-area .fun-box:hover .icon::after,
.index-color6 .pricing .price-box:hover .price-rate::before,
.index-color6 .contact .info-contact li .info-box:hover .icon::before,
.index-color6 .service .service-box:hover .icon::after {
  background-image: -webkit-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -moz-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -o-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -ms-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0ba360), to(#3cba92));
  background-image: -webkit-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: -o-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%); }

.index-color6 .about .info .info-title span,
.index-color6 .video-play-btn i,
.index-color6 .get-intuch .content .title span {
  background-image: -webkit-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -moz-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -ms-linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0ba360), to(#3cba92));
  background-image: -webkit-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: -o-linear-gradient(bottom, #0ba360 0%, #3cba92 100%);
  background-image: linear-gradient(to top, #0ba360 0%, #3cba92 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*---------------------------
** Index Color 7 Area Start
---------------------------*/
.index-color7 .team .team-member .social,.index-color7 .testimonial-area .testimonial-slider .client .client-image::after
{
  background-image: -webkit-linear-gradient(to right, #ffa700 0%, #ffa700 100%);
  background-image: -moz-linear-gradient(to right, #ffa700  0%, #ffa700  100%);
  background-image: -ms-linear-gradient(to right, #ffa700  0%, #ffa700  100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#ffa700 ), to(#ffa700 ));
  background-image: -webkit-linear-gradient(left, #ffa700  0%, #ffa700  100%);
  background-image: -o-linear-gradient(left, #ffa700  0%, #ffa700  100%);
  background-image: linear-gradient(315deg, #ffa700  0%, #ffa700  74%);
}
.index-color7 .preloader-inner
{
  background-image: -webkit-linear-gradient(to right, #03679d 0%, #03679d 100%);
  background-image: -moz-linear-gradient(to right, #03679d  0%, #03679d  100%);
  background-image: -ms-linear-gradient(to right, #03679d  0%, #03679d  100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#03679d ), to(#03679d ));
  background-image: -webkit-linear-gradient(left, #03679d  0%, #03679d  100%);
  background-image: -o-linear-gradient(left, #03679d  0%, #03679d  100%);
  background-image: linear-gradient(315deg, #03679d  0%, #03679d  74%);
}
.index-color7 .about .box .inner-box .icon::after,
.index-color7 .counter-area .fun-box .icon::after,
.index-color7 .counter-area .fun-box:hover .icon,
.index-color7 .pricing .price-box .price-rate::after,
.index-color7 .service .service-box .icon::after,
.index-color7 .contact .info-contact li .info-box .left .icon::after,
.index-color7 .service .service-box:hover .icon,
.index-color7 .counter-area .fun-box .icon,
.index-color7 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color7 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color7 .team .team-member .member-data,
.index-color7 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color7 .team .owl-controls .owl-nav div.owl-next::after,
.index-color7 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color7 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color7 .pricing .price-box .price-rate::before,
.index-color7 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color7 .pricing .price-box:hover .price-rate::after,
.index-color7 .contact .info-contact li .info-box .left .icon::before,
.index-color7 .contact .info-contact li .info-box:hover .icon::after,
.index-color7 .bottomtotop i,
.index-color7 .service .service-box .icon,
.index-color7 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color7 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color7 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color7 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color7 .video .video-wrapper .video-box .overly,
.index-color7 .about .box .inner-box .icon,
.index-color7 .counter-area .fun-box:hover .icon::after,
.index-color7 .pricing .price-box:hover .price-rate::before,
.index-color7 .contact .info-contact li .info-box:hover .icon::before,
.index-color7 .service .service-box:hover .icon::after {
  background-image: -webkit-linear-gradient(to right, #00669d 0%, #36096D 100%);
  background-image: -moz-linear-gradient(to right, #00669d  0%, #36096D  100%);
  background-image: -ms-linear-gradient(to right, #00669d  0%, #36096D  100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#00669d ), to(#36096D ));
  background-image: -webkit-linear-gradient(left, #37D5D6  0%, #00669d  100%);
  background-image: -o-linear-gradient(left, #37D5D6  0%, #00669d  100%);
  background-image: linear-gradient(315deg, #37D5D6  0%, #00669d  74%); }


.index-color7 .about .info .info-title span,
.index-color7 .video-play-btn i,
.index-color7 .get-intuch .content .title span {
  background-image: -webkit-linear-gradient(to right, #ffa700 0%, #ffa700 100%);
  background-image: -moz-linear-gradient(to right, #ffa700 0%, #ffa700 100%);
  background-image: -ms-linear-gradient(to right, #ffa700 0%, #ffa700 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(#d4418e), to(#0652c5));
  background-image: -webkit-linear-gradient(left, #ffa700 0%, #ffa700 100%);
  background-image: -o-linear-gradient(left, #ffa700 0%, #ffa700 100%);
  background-image: linear-gradient(315deg, #ffa700 0%, #ffa700 74%); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

/*---------------------------
** Index Color 8 Area Start
---------------------------*/
.index-color8 .mybtn1,
.index-color8 .about .box .inner-box .icon::after,
.index-color8 .counter-area .fun-box .icon::after,
.index-color8 .counter-area .fun-box:hover .icon,
.index-color8 .pricing .price-box .price-rate::after,
.index-color8 .service .service-box .icon::after,
.index-color8 .contact .info-contact li .info-box .left .icon::after,
.index-color8 .service .service-box:hover .icon,
.index-color8 .counter-area .fun-box .icon,
.index-color8 .project-gallery .project-gallery-filter .project-gallery-menu .filter.active,
.index-color8 .project-gallery .project-gallery-filter .project-gallery-menu .filter:hover,
.index-color8 .testimonial-area .testimonial-slider .client .client-image::after,
.index-color8 .team .team-member .social,
.index-color8 .team .team-member .member-data,
.index-color8 .team .owl-controls .owl-nav div.owl-prev::after,
.index-color8 .team .owl-controls .owl-nav div.owl-next::after,
.index-color8 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link.active,
.index-color8 .pricing .pricing-tab .tab-menu #my-tab .nav-item .nav-link:hover,
.index-color8 .pricing .price-box .price-rate::before,
.index-color8 .navigation .navbar #mainmenu ul .nav-item .nav-link::before,
.index-color8 .pricing .price-box:hover .price-rate::after,
.index-color8 .contact .info-contact li .info-box .left .icon::before,
.index-color8 .contact .info-contact li .info-box:hover .icon::after,
.index-color8 .preloader-inner,
.index-color8 .bottomtotop i,
.index-color8 .service .service-box .icon,
.index-color8 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.index-color8 .hero-area .heroarea-slider.owl-carousel .owl-controls .owl-nav .owl-next:hover,
.index-color8 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-next:hover,
.index-color8 .testimonial-area .testimonial-slider:hover .owl-controls .owl-nav div.owl-prev:hover,
.index-color8 .video .video-wrapper .video-box .overly,
.index-color8 .about .box .inner-box .icon,
.index-color8 .counter-area .fun-box:hover .icon::after,
.index-color8 .pricing .price-box:hover .price-rate::before,
.index-color8 .contact .info-contact li .info-box:hover .icon::before,
.index-color8 .service .service-box:hover .icon::after {
  background-image: -webkit-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -moz-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -ms-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -webkit-gradient(linear, left top, right top, from(#fc4a1a), to(#f7b733));
  background-image: -webkit-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: linear-gradient(to right, #fc4a1a, #f7b733); }

.index-color8 .about .info .info-title span,
.index-color8 .video-play-btn i,
.index-color8 .get-intuch .content .title span {
  background-image: -webkit-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -moz-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -ms-linear-gradient(to right, #fc4a1a, #f7b733);
  background-image: -webkit-gradient(linear, left top, right top, from(#fc4a1a), to(#f7b733));
  background-image: -webkit-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: -o-linear-gradient(left, #fc4a1a, #f7b733);
  background-image: linear-gradient(to right, #fc4a1a, #f7b733);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }
