
/* CSS Document */

/* 
    Created on   : 19/06/2021.
    Theme Name   : Deski-Saas & Software HTML Template
    Version      : 1.0.
    Developed by : (me@heloshape.com) / (www.me.heloshape.com)
   
*/


/**
* Importing necessary  Styles.
**/
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab&family=Roboto:wght@300;400;500;700&family=Rubik:wght@300;400;500&display=swap');
@import url('../fonts/gilroy/fonts.css');
@import url('../fonts/gordita/stylesheet.css');
@import url('../fonts/recoleta/stylesheet.css');
/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*------- Framework css -----------*/
@import url('framework.css');
/*------- menu ------*/
@import url('../vendor/mega-menu/assets/css/menu.css');
/*----------- Slick Slider -------*/
@import url('../vendor/slick/slick.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----Animate css----*/
@import url('../vendor/animate.min.css');
/*-------- AOS css ------*/
@import url('../vendor/aos-next/dist/aos.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----Flaticon-------*/
@import url('../fonts/icon/font/flaticon.css');
/*---------------- Custom Animation -------------*/
/*----- Animated Headline ------*/
@import url('../vendor/animated-headline-master/style.css');


/*^^^^^^^^^^ Fonts ^^^^^^^^^^^^^^^^*/
@font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

/*========================================================================================

*************************** Start Styling Your theme from here ***************************

==========================================================================================*/
/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
.ctn-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999999;
  background: #fff;
}
.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}
/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1.5s infinite linear;
  border-radius: 50%;
  border: 3px solid rgb(101 92 151 / 6%);
  border-top-color: #309FDF;
  border-bottom-color: #309FDF;
  height: 170px;
  margin: 0 auto 45px auto;
  width: 170px;
}
/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: #309FDF;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  line-height: 70px;
  position: absolute;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  font-family: 'Rubik', sans-serif;
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  color: rgb(14 187 244 / 16%);
  position: relative;
  font-size: 70px;
  line-height: 70px;
}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}
/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .ctn-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}
/*==================== Click Top ====================*/
.scroll-top {
  width:35px;
  height:35px;
  line-height: 35px;
  position: fixed;
  bottom: 20px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border-radius: 50%;
  background: linear-gradient( -45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);
  display: none;
  transition: all 0.3s ease-in-out;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*------------- Global Prefix -------------------*/
::-webkit-scrollbar{ width: 12px; }
::-webkit-scrollbar-track { background: #fff;}
::-webkit-scrollbar-thumb { background: #309FDF;border-radius: 0;}
:root {
  --text-color: #73737B;
  --text-light:#888888;
  --heading :#101621;
  --blue-dark:#6F55FF;
  --red-light:#FD6A5E;
  --yellow-deep:#FFB840;
  --blue-light:#3BB0D7;
  --purple-blue:#655C97;
  --vin-red:#973C56;
}
::selection {
  background-color: #6F55FF;
  color: #fff;
}
body {
  /*
  font-family: 'gilroy-black';   
  font-family: 'gilroy-bold';
  font-family: 'gilroy-semibold';
  font-family: 'gilroy-light';
  font-family: 'gilroy-ultralight';
        */
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-size: 18px;
  position: relative;
  line-height: 1.7em;
  color: var(--text-color);
}
/*______________________ Global style ___________________*/
.main-page-wrapper { padding-top: 150px;}
.h1,h1,.h2,h2,.h3,h3,.h4,h4,.h5,h5,.h6,h6 {color: var(--heading); font-weight: normal;}
.h1,h1 {font-size: 80px; line-height: 1.1em;}
.h2,h2 {font-size: 52px; line-height: 1.1em;}
.h3,h3 {font-size: 36px;}
.h4,h4 {font-size: 22px;}
.h5,h5 {font-size: 20px;}
.h6,h6 {font-size: 15px;}
.font-rubik {font-family: 'Rubik', sans-serif !important;}
.font-gilroy-bold {font-family: 'gilroy-bold' !important;}
.font-slab {font-family: 'Roboto Slab', serif !important;}
.font-gordita {font-family: 'gordita' !important;}
.font-recoleta {font-family: 'Recoleta' !important;}
::-webkit-input-placeholder { /* Edge */color: #ACAEB3;}
:-ms-input-placeholder { /* Internet Explorer 10-11 */color: #ACAEB3;}
::placeholder {color: #ACAEB3;}
.cs-screen {position: absolute;}
.illustration-holder {position: relative;}
.shapes {position: absolute;z-index: -1;}
.dark-style {background: #0F1123; color: #AFAFAF;}
.dark-style .h1,.dark-style h1,.dark-style .h2,.dark-style h2,.dark-style .h3,.dark-style h3,.dark-style .h4,.dark-style h4,.dark-style .h5,.dark-style h5,.dark-style .h6,.dark-style h6 {color: #fff;}
.gr-bg-one {background: linear-gradient( -45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);}
.hover-reverse-gr-bg-one {position: relative; z-index: 1;}
.hover-reverse-gr-bg-one:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background: linear-gradient( 45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);;
  border-radius: 6px;
  transition: all 0.6s ease-in-out;
  opacity: 0;
  z-index: -1;
}
.hover-reverse-gr-bg-one:hover:before {opacity: 1;}
.top-border {border-top: 1px solid #efefef;}
.bottom-border {border-bottom: 1px solid #efefef;}
/*-------------- Prefix Classes ----------------*/
.tran3s   {
  transition: all 0.3s ease-in-out;
}
.tran4s {
  transition: all 0.4s ease-in-out;
}
.tran5s {
  transition: all 0.5s ease-in-out;
}
.tran6s {
  transition: all 0.6s ease-in-out;
}
/*^^^^^^^^^^^^^^^^^^^^^ Section Title ^^^^^^^^^^^^^^^^^^^^^^^^^*/
.title-style-one h2 {
  font-family: 'gilroy-black';
  font-size: 58px;
  line-height: 1.15em;
}
.title-style-one h6 {
  font-size: 20px;
  color: #CACACA;
  padding-bottom: 15px;
}
.title-style-one p {
  font-size: 22px;
  line-height: 1.58em;
  color: #2A2A2A;
  padding-top: 25px;
}
.title-style-six h2 {
  font-family: 'Recoleta';
  font-weight: normal;
  font-size: 64px;
  line-height: 1.25em;
  color: #000;
}
.dark-style .title-style-six h2 {color: #fff;}
.title-style-six h2 span {
  color: #309FDF;
  text-decoration: underline;
  text-decoration-thickness: 4px;
}
.title-style-six h6 {
  font-size: 18px;
  text-transform: uppercase;
  color: #bfbfbf;
  padding-bottom: 15px;
  letter-spacing: 1.8px;
}
.title-style-six .text-xs {font-size: 20px; line-height: 1.65em; padding-top: 25px;}
.dark-style .title-style-six .text-xs {color: rgba(255, 255, 255, 0.4);}

/*^^^^^^^^^^^^^^^^^^^^^ Theme Button ^^^^^^^^^^^^^^^^^^^^^^^^^*/
body .theme-btn-one {
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 50px;
  background: var(--blue-dark);
  padding: 0 42px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-one.btn-lg {
  padding: 0 50px; 
  line-height: 55px; 
  text-transform: uppercase;
  letter-spacing: 1.14px;
}
body .theme-btn-one:hover {background: #FFBA12;}


body .theme-btn-eight {
  font-weight: 500;
  font-size: 16px;
  line-height: 58px;
  padding: 0 40px;
  border-radius: 5px;
  background: #2D2D2D;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-eight:hover {
  background: #FFEAA0;
  color: #212121;
}
body .theme-btn-nine {
  font-family: 'gordita';
  line-height: 58px;
  border-radius: 50px;
  color: #fff;
  padding: 0 34px;
  min-width: 180px;
  text-align: center;
  background: #262626;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-nine:hover {background: #EB5E2A;}
body .theme-btn-ten {
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.5px;
  color: #000;
  position: relative;
  padding-bottom: 5px;
}
body .theme-btn-ten .fa {font-size: 14px; margin-left: 5px;}
body .theme-btn-ten:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #000;
  left: 0;
  bottom: 0;
}
body .theme-btn-eleven {
  font-family: 'gordita';
  font-weight: 500;
  font-size: 18px;
  line-height: 48px;
  border: 2px solid #000;
  border-radius: 30px;
  color: #000;
  padding: 0 40px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-eleven:hover {background: #000; color: #fff;}
body .theme-btn-twelve {
  font-family: 'gordita';
  font-size: 17px;
  line-height: 48px;
  background: #FF006B;
  border: 2px solid #FF006B;
  border-radius: 30px;
  color: #fff;
  padding: 0 32px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-twelve:hover {
  background: transparent;
  color: #FF006B;
}
body .theme-btn-thirteen {
  font-family: 'gordita';
  font-size: 17px;
  line-height: 50px;
  background: #232323;
  border-radius: 30px;
  color: #fff;
  padding: 0 45px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-thirteen:hover {background: #FF006B;}
body .theme-btn-fourteen {
  font-family: 'gordita';
  font-size: 17px;
  line-height: 54px;
  background: #000;
  border-radius: 7px;
  color: #fff;
  letter-spacing: -0.3px;
  padding: 0 33px;
  transition: all 0.3s ease-in-out;
}
body .theme-btn-fourteen:hover {background: #6F6CFF;}
body .shop-btn-one {
  width: 70px;
  height: 70px;
  background: #000;
}
body .shop-btn-one:hover {background: var(--purple-blue);}
body .shop-btn-two {
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  color: #fff;
  background: #161616;
  padding: 0 36px;
}
body .shop-btn-two:hover {background: var(--purple-blue);}
/*-------------------- Pagination ------------------*/
.page-pagination-one li a {
  font-family: 'Rubik', sans-serif !important;
  background: #fff;
  width: 40px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 17px;
  color: #515151;
  box-shadow: 0 2px 4px rgba(0,0,0,0.07);
  transition: all 0.3s ease-in-out;
}
.page-pagination-one li a .fa {font-size: 22px;}
.page-pagination-one li:first-child a {border-radius: 5px 0 0 5px;}
.page-pagination-one li:last-child a {border-radius: 0 5px 5px 0;}
.page-pagination-one li a:hover,
.page-pagination-one li a.active {background: var(--blue-dark); color: #fff;}
.blog-v3 .page-pagination-one li a:hover,
.blog-v3 .page-pagination-one li a.active {background: var(--red-light); color: #fff;}
.page-pagination-two ul li {
  font-family: 'Rubik', sans-serif;
  font-size: 22px;
  color: #BABABA;
  margin: 0 11px;
}
.page-pagination-two ul li:first-child a {transform: rotate(180deg);}
.page-pagination-two ul li:hover a,
.page-pagination-two ul li.active a {color: #000;}
.page-pagination-two ul li.arrow {font-size: 35px; color: #000;}
.page-pagination-two ul li:nth-child(7) a {color: #000;}
/*^^^^^^^^^^^^^^^^^^^^^ Theme Menu ^^^^^^^^^^^^^^^^^^^^^^^^^*/
.theme-main-menu {
  position: fixed;
  z-index: 99;
  top:0;
  left:0;
  right: 0;
  background: #fff;
  padding: 30px 40px;
  transition: all 0.4s ease-out;
}
.theme-main-menu.bg-none {background: transparent;}
.theme-main-menu.sticky-menu.fixed {
  z-index: 9999;
  padding-top: 0; 
  padding-bottom: 0;
  background: #fff;
  box-shadow: 0 13px 35px -12px rgba(35,35,35,0.1);
}
.theme-main-menu .logo a {display: block;}
.theme-menu-one .logo img {max-width: 120px;}
.theme-menu-one .right-button-group a {
  border-radius: 5px;
  font-weight: 500;
  font-size: 13px;
  line-height: 45px;
  text-transform: uppercase;
  text-align: center;
  color: var(--heading);
  transition: all 0.3s ease-in-out;
}
.theme-menu-one .right-button-group .signIn-action:hover {color: var(--blue-dark);}
.theme-menu-one .right-button-group .signUp-action {
  width: 155px;
  color: #fff;
  background: var(--blue-dark);
  box-shadow: 0px 15px 40px rgba(161,146,250,0.35);
  margin-left: 35px;
}
.theme-menu-one .right-button-group .signUp-action:hover {background: #FFBA12; box-shadow: 0px 15px 40px rgba(255,186,18,0.3);}
.theme-menu-one .right-button-group {margin-left: 100px;}
/*------------------ Footer One --------------*/
.theme-footer-one {position: relative;}
.theme-footer-one:before {
  content: url(../images/assets/ils_01.svg);
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.theme-footer-one .top-footer [class*="col-"] {margin-bottom: 30px;}
.theme-footer-one .top-footer .footer-title {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  padding-bottom: 25px;
}
.theme-footer-one .top-footer .footer-list ul li a {
  font-size: 16px;
  line-height: 38px;
  color: #727272;
  transition: all 0.3s ease-in-out;
}
.theme-footer-one .top-footer .footer-list ul li a:hover {color: var(--blue-dark);}
.theme-footer-one .top-footer .address-list ul li a {
  font-size: 16px;
  color: #727272;
  margin-bottom: 10px;
}
.theme-footer-one .top-footer .address-list ul li a:hover {text-decoration: underline;}
.theme-footer-one .top-footer .address-list ul li a.mobile-num {
  font-size: 20px;
  color: #030303
}
.theme-footer-one .bottom-footer-content ul li {display: inline-block;}
.theme-footer-one .bottom-footer-content ul li a {
  font-size: 16px;
  color: #727272;
  margin-left: 20px;
}
.theme-footer-one .bottom-footer-content ul li a:hover {color: #000;}
.theme-footer-one .bottom-footer-content p {font-size: 15px; color: #6A6A6A;}
.theme-footer-one .bottom-footer-content {padding: 26px 0 30px;}
.theme-footer-one .bottom-footer-content ul {padding-right: 97px;}
/*--------------------- Fancy Hero One --------------------*/
.fancy-hero-one {
  position: relative;
  z-index: 5;
  text-align: center;
  padding: 75px 0 170px;
}
.fancy-hero-one h2 {font-size: 80px; line-height: 1.1em;}
.fancy-hero-one p {
  font-size: 24px;
  line-height: 1.75em;
  padding: 20px 25px 0;
  color: #232830;
}
.fancy-hero-one .page-title {
  font-size: 18px;
  text-transform: uppercase;
  color: rgba(42,42,42,0.3);
  letter-spacing: 1.4px;
}
.fancy-hero-one .search-form {
  max-width: 720px;
  height: 70px;
  margin: 55px auto 0;
  position: relative;
}
.fancy-hero-one .search-form input {
  width: 100%;
  height: 100%;
  border:2px solid #000;
  border-radius: 5px;
  padding: 0 95px 0 38px;
}
.fancy-hero-one .search-form button {
  width: 80px;
  background: var(--blue-dark);
  position: absolute;
  top:7px;
  right: 7px;
  bottom: 7px;
  z-index: 5;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
}
.fancy-hero-one .search-form button img {margin: 0 auto;}
.fancy-hero-one .search-form button:hover {background: var(--yellow-deep);}
.fancy-hero-one [class*="bubble"] {position: absolute; z-index: -1; border-radius: 50%;}
.fancy-hero-one [class*="bubble"]:before {
  content: '';
  border-radius: 50%;
  position: absolute;
}
.fancy-hero-one .bubble-one {
  width: 120px;
  height: 120px;
  left: 4%;
  top:15%;
  animation: rotated 12s infinite linear;
}
.fancy-hero-one .bubble-one:before {
  width: 6px;
  height: 6px;
  background: #FAC3FF;
  top:0;
  left: 50%;
}
.fancy-hero-one .bubble-two {
  width: 160px;
  height: 160px;
  top:30%;
  left: 15%;
  animation: rotated 17s infinite linear;
}
.fancy-hero-one .bubble-two:before {
  width: 10px;
  height: 10px;
  background: #8FE9E0;
  top:50%;
  right: 100%;
}
.fancy-hero-one .bubble-three {
  width: 120px;
  height: 120px;
  bottom: 33%;
  left: 4%;
  animation: rotatedTwo 12s infinite linear;
}
.fancy-hero-one .bubble-three:before {
  width: 6px;
  height: 6px;
  background: #FFD5AD;
  bottom:0;
  left: 50%;
}

.fancy-hero-one .bubble-four {
  width: 120px;
  height: 120px;
  right: 5%;
  top:13%;
  animation: rotated 12s infinite linear;
}
.fancy-hero-one .bubble-four:before {
  width: 6px;
  height: 6px;
  background: #8FE9E1;
  top:0;
  left: 50%;
}
.fancy-hero-one .bubble-five {
  width: 160px;
  height: 160px;
  top:30%;
  right: 7%;
  animation: rotated 17s infinite linear;
}
.fancy-hero-one .bubble-five:before {
  width: 10px;
  height: 10px;
  background: #FFD5AD;
  top:50%;
  right: 100%;
}
.fancy-hero-one .bubble-six {
  width: 120px;
  height: 120px;
  bottom: 33%;
  right: 4%;
  animation: rotatedTwo 12s infinite linear;
}
.fancy-hero-one .bubble-six:before {
  width: 6px;
  height: 6px;
  background: #FAC3FF;
  bottom:0;
  left: 50%;
}

/*-------------- Feature Blog One -------------*/
.feature-blog-one .header .title-style-one {max-width: 560px;}
.feature-blog-one .row [class*="col-"] {display: flex;}
.feature-blog-one .post-meta {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgba(0,0,0,0.08);
  margin-bottom: 50px;
  padding: 20px 20px 80px;
  position: relative;
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.feature-blog-one .post-meta .image-meta {width: 100%;border-radius: 5px;}
.feature-blog-one .post-meta .tag {
  font-family: 'Rubik', sans-serif;
  font-size: 16px;
  color: rgba(10,10,10,0.24);
  padding: 25px 0 3px;
}
.feature-blog-one .post-meta .title {
  font-family: 'gilroy-bold';
  font-size: 30px;
  line-height: 1.2em;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.feature-blog-one .post-meta:hover a.title {color: var(--blue-dark);}
.feature-blog-one .post-meta .read-more {
  font-weight: 500;
  font-size: 15px;
  text-transform: uppercase;
  color: var(--blue-dark);
  letter-spacing: 1px;
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.feature-blog-one .post-meta .read-more i {font-size: 22px;}
/*------------------- Contact Us Light --------------*/
.form-style-light {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(14,49,42,0.05);
  padding: 100px 100px;
  margin-top: 90px;
}
.form-style-light .input-group-meta {
  height: 55px;
  position: relative;
}
.form-style-light .input-group-meta.lg {height: 220px;}
.form-style-light .input-group-meta input {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  border: solid 1px #D6D6D6;
  padding: 0 52px 0 20px;
  color: var(--heading);
  background: transparent;
  font-family: 'Rubik', sans-serif;
}
.form-style-light .input-group-meta textarea {
  width: 100%;
  height: 100%;
  border-radius: 5px;
  font-size: 16px;
  color: var(--heading);
  border: solid 1px #D6D6D6;
  resize: none;
  padding: 20px;
  font-family: 'Rubik', sans-serif;
}
.form-style-light .input-group-meta input:focus {border-color: var(--blue-dark);}
.form-style-light .input-group-meta label {
  font-size: 14px;
  padding: 0 6px;
  font-weight: normal;
  color: #CACACA;
  position: absolute;
  left: 20px;
  line-height: 10px;
  top:-5px;
  z-index: 1;
  background: #fff;
}
.form-style-light .input-group-meta .placeholder_icon {
  position: absolute;
  line-height: 55px;
  top:0;
  right:0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0,0,0,0.45);
  font-size: 17px;
  cursor: pointer;
}
.form-style-light .input-group-meta .placeholder_icon img {
  position: relative;
  top:50%;
  margin: 0 auto;
  transform: translateY(-50%);
  transition: all 0.2s ease-in-out;
}
.form-style-light .input-group-meta .valid-sign {opacity: 1; visibility: visible;}
.form-style-light .input-group-meta input:valid + .valid-sign {opacity: 0; visibility: hidden;}
#contact-form .form-group .help-block {
  position: absolute;
  left: 0;
  bottom: -24px;
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  padding: 0 15px;
  border-radius: 3px;
  background: #dc3545;
  box-shadow: 0px 10px 25px 0px rgba(123,147,171,0.15);
}
#contact-form .form-group .help-block li {position: relative;}
#contact-form .form-group .help-block li:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:-12px;
  left:0;
  color: #dc3545;
}

/*=======================================================================
                              CUSTOMER SUPPORT                
=========================================================================*/
.theme-main-menu>div {position: relative;}
.theme-menu-two .logo {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.theme-menu-two .right-widget {
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
}
.theme-menu-two .user-login-button li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 43px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.theme-menu-two .user-login-button li a:hover {color: var(--red-light);}
.theme-menu-two .user-login-button li .signUp-action {
  border:1px solid rgba(255,122,81,0.4);
  background: rgba(255,104,40,0.07);
  padding: 0 45px;
  border-radius: 22px;
  color: var(--red-light);
  margin-left: 25px;
}
.theme-menu-two .user-login-button li .signUp-action:hover {
  background: var(--red-light);
  color: #fff;
}
.theme-menu-two .language-button-group li a {
  font-size: 16px;
  font-weight: 500;
  color: #B7B7B7;
  margin: 0 4px;
}
.theme-menu-two .language-button-group li a.active {color: #000;}
.theme-menu-two .language-button-group {margin-right: 80px;}
/*----------------- Fancy Short Banner Three -------------------*/
.fancy-short-banner-three .bg-wrapper {
  background: url(../images/shape/bg2.svg) no-repeat;
  background-size: cover;
  border-radius: 40px;
  padding: 82px 50px 89px;
  position: relative;
}
.fancy-short-banner-three .bg-wrapper:before {
  content: url(../images/shape/43.svg);
  position: absolute;
  top:-124px;
  right: -104px;
  z-index: -1;
}
.fancy-short-banner-three .title-style-one h2 {font-size: 48px;}
.fancy-short-banner-three .form-wrapper {padding-left: 65px;}
.fancy-short-banner-three .form-wrapper form {
  position: relative;
  height: 70px;
  background: #fff;
  border-radius: 7px;
}
.fancy-short-banner-three .form-wrapper form input {
  font-style: italic;
  font-size: 18px;
  width: 100%;
  border:none;
  height: 100%;
  padding: 0 150px 0 25px;
  background: transparent;
}
.fancy-short-banner-three .form-wrapper form button {
  position: absolute;
  right: 8px;
  bottom: 8px;
  top:8px;
  width: 150px;
  border-radius: 6px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  background: var(--red-light);
  transition: all 0.3s ease-in-out;
}
.fancy-short-banner-three .form-wrapper form button:hover {background: #FFBA12; box-shadow: 0px 15px 30px rgba(255,186,18,0.2);}
.fancy-short-banner-three .form-wrapper p {
  font-size: 16px;
  padding-top: 10px;
}
.fancy-short-banner-three .form-wrapper p a {color: #000;}
.fancy-short-banner-three .form-wrapper p a:hover {text-decoration: underline;}
/*----------------- Footer Style Two --------------*/
.theme-footer-two {position: relative; overflow: hidden;}
.theme-footer-two:before {
  content: url(../images/shape/44.svg);
  position: absolute;
  bottom: -10px;
  left: 11%;
  z-index: -1;
}
.theme-footer-two:after {
  content: " ";
  position: absolute;
  width: 8px;
  height: 8px;
  background: #F77A56;
  bottom: 19%;
  right: 30%;
  z-index: -1;
}
.theme-footer-two .top-footer [class*="col-"] {margin-bottom: 30px;}
.theme-footer-two .top-footer .footer-title {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  padding-bottom: 25px;
}
.theme-footer-two .top-footer .footer-list ul li a {
  font-size: 16px;
  line-height: 38px;
  color: #727272;
  transition: all 0.3s ease-in-out;
}
.theme-footer-two .top-footer .footer-list ul li a:hover {color: var(--red-light);}
.theme-footer-two .top-footer .address-list ul.info li a {
  font-size: 16px;
  color: #727272;
  margin-bottom: 10px;
}
.theme-footer-two .top-footer .address-list ul.info li a:hover {text-decoration: underline;}
.theme-footer-two .top-footer .address-list ul.info li a.mobile-num {
  font-size: 20px;
  color: #030303
}
.theme-footer-two .top-footer .address-list .social-icon a {
  font-size: 22px;
  margin-right: 20px;
  color: rgba(0,0,0,0.35);
}
.theme-footer-two .top-footer .address-list .social-icon a:hover {color: #000;}
.theme-footer-two .bottom-footer-content ul li {display: inline-block;}
.theme-footer-two .bottom-footer-content ul li a {
  font-size: 16px;
  color: #727272;
  margin-left: 20px;
}
.theme-footer-two .bottom-footer-content ul li a:hover {color: #000;}
.theme-footer-two .bottom-footer-content p {font-size: 15px; color: #6A6A6A;}
.theme-footer-two .bottom-footer-content {padding: 26px 0 30px;}
.theme-footer-two .bottom-footer-content ul {padding-right: 97px;}
/*--------------------- Fancy Hero Two --------------------*/
.fancy-hero-two {padding: 0 70px;}
.fancy-hero-two .bg-wrapper {
  background: url(../images/shape/bg3.svg) no-repeat center;
  background-size: cover;
  border-radius: 20px;
  padding: 108px 0 110px;
  text-align: center;
}
.fancy-hero-two .page-title {font-size: 24px;color: #B1B1B1;}
.fancy-hero-two .heading {
  font-family: 'gilroy-black';
  font-size: 80px;
  line-height: 1.10em;
  padding: 0 0 38px;
}
.fancy-hero-two .sub-heading {
  font-size: 24px;
  line-height: 1.41em;
  color: #2A2A2A;
}
/*------------------ Login/Sign Up ----------------------*/
.user-data-page .illustration-wrapper {
  float: left;
  width: 48%;
  padding: 40px 0;
  min-height: 100vh;
  background: #F8FAFE;
  text-align: center;
}
.user-data-page .illustration-wrapper h3 {
  font-size: 36px;
  line-height: 1.27em;
  padding: 40px 0;
}
.user-data-page .illustration-wrapper h3 a {text-decoration: underline;}
.user-data-page .illustration-wrapper .illustration-holder {width: 100%;}
.user-data-page .illustration-wrapper .illustration-holder .illustration {width: 100%;}
.user-data-page .illustration-wrapper .illustration-holder .shape-one {
  bottom: 2%;
  left: 2%;
  z-index: 1;
  width: 60%;
  animation: jumpTwo 5s infinite linear;
}
.user-data-page .illustration-wrapper .illustration-holder .shape-two {
  bottom: 2%;
  left: 59%;
  z-index: 1;
  width: 40%;
  animation: jumpThree 5s infinite linear;
}
.user-data-page .form-wrapper {
  float: left;
  width: 47%;
  height: 100%;
  padding: 50px 4% 20px;
  position: relative;
}
.user-data-page .go-back-button {font-size: 15px;}
.user-data-page .go-back-button:hover {color: #000; text-decoration: underline;}
.user-data-page .form-wrapper h2 {
  font-family: 'gilroy-bold';
  font-size: 58px;
  line-height: 1.17em;
}
.user-data-page .form-wrapper .header-info {font-size: 22px; color: var(--heading);}
.user-data-page .form-wrapper .header-info a {color: var(--blue-dark); text-decoration: underline;}
.user-data-page .form-wrapper .copyright-text {font-size: 16px;}
.user-data-form .input-group-meta {
  height: 55px;
  position: relative;
}
.user-data-form .input-group-meta input {
  font-family: 'Rubik', sans-serif;
  width: 100%;
  height: 100%;
  font-size: 18px;
  border:none;
  border-bottom: solid 2px #000;
  padding: 0 52px 0 0;
  color: var(--heading);
  background: transparent;
}
.user-data-form .input-group-meta input:focus {border-color: var(--blue-dark);}
.user-data-form .input-group-meta label {
  font-size: 15px;
  font-weight: normal;
  color: #BFBFBF;
  position: absolute;
  left: 0;
  top:-21px;
}
.user-data-form .input-group-meta .placeholder_icon {
  position: absolute;
  line-height: 55px;
  top:0;
  right:0;
  bottom: 0;
  width: 50px;
  text-align: center;
  z-index: 1;
  color: rgba(0,0,0,0.45);
  font-size: 17px;
}
.user-data-form .input-group-meta .valid-sign img {opacity: 0; transition: all 0.2s ease-in-out;}
.user-data-form .input-group-meta input:valid + .valid-sign img {opacity: 1;}
.user-data-form .input-group-meta .placeholder_icon img {
  position: relative;
  top:50%;
  margin: 0 auto;
  transform: translateY(-50%);
}
.user-data-form .input-group-meta .placeholder_icon span {
  width: 100%;
  height: 100%; 
  cursor: pointer;
  display: block;
  position: relative;
}
.user-data-form .input-group-meta .placeholder_icon span:before {
  content: '';
  width: 2px;
  height: 26px;
  background: #000;
  position: absolute;
  top:15px;
  left: 24px;
  transform: rotate(45deg);
  z-index: 5;
  transition: all 0.2s ease-in-out;
}
.user-data-form .input-group-meta .placeholder_icon span.eye-slash:before {opacity: 0;}
.user-data-form .agreement-checkbox label {
  position: relative;
  font-size: 15px;
  color: var(--heading);
  cursor: pointer;
  padding-left: 22px;
  line-height: 18px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox label a {
  color: var(--p-color);
  text-decoration: underline;
}
.user-data-form .agreement-checkbox input[type="checkbox"] {display: none;}
.user-data-form .agreement-checkbox label:before {
  content: '';
  width: 13px;
  height: 13px;
  line-height: 11px;
  border-radius: 2px;
  border: 2px solid rgba(0,0,0,0.3);
  font-size: 8px;
  text-align: center;
  position: absolute;
  left:0;
  top:2px;
  transition: all 0.1s ease-in-out;
}
.user-data-form .agreement-checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-family: 'font-awesome';
  background: #000;
  color: #fff;
  border-color:  #000;
}
.user-data-form .agreement-checkbox a {
  position: relative;
  font-size: 15px;
  color: rgba(30,30,30,0.55);
}
.user-data-form .agreement-checkbox a:hover {text-decoration: underline; color:var(--p-color);}
.user-data-form .theme-btn-one { width: 100%;}
.user-data-page .full-height {
  min-height: 100vh; 
  padding: 20px 0;
  flex-direction: column;
  text-align: center;
}
.full-height .user-data-form .button-solid-one {width: 200px; margin: 0 auto 30px;}
/*------------------- Blog Pages ----------------*/
.blog-page-bg {
  background: linear-gradient(45deg, #FFFBF2, #EDFFFD);
  padding: 180px 0 150px;
  position: relative;
  z-index: 5;
}
.blog-page-white-bg {padding: 140px 0 0;}
.blog-page-bg .shape-one {
  width: 30px;
  height: 30px;
  background: #B183FF;
  border-radius: 50%;
  top:-15px;
  left: 40%;
  z-index: 1;
}
.blog-page-bg .shape-two {
  width: 7px;
  height: 7px;
  background: #51FCFF;
  border-radius: 50%;
  top:190px;
  right: 9%;
}
.blog-page-bg .shape-three {
  width: 8px;
  height: 8px;
  background: #FFCD8B;
  border-radius: 50%;
  top:211px;
  left: 12%;
}
.feature-blog-one.width-lg .post-meta {padding: 35px 40px 80px;}
.feature-blog-one.width-lg .post-meta .read-more {left: 40px; right: 40px;}
.feature-blog-one.width-lg .post-meta p {
  font-size: 17px;
  line-height: 1.76em;
  padding-top: 35px;
}
.blog-sidebar-one {padding-left: 20px;}
.blog-sidebar-one .sidebar-search-form form {
  height: 60px;
  background: #fff;
  box-shadow: 5px 10px 25px rgba(15,24,40,0.04);
  position: relative;
}
.blog-v3 .blog-sidebar-one .sidebar-search-form form {
  box-shadow: none;
  border:1.5px solid #000;
  border-radius: 4px;
}
.blog-sidebar-one .sidebar-search-form form input {
  font-size: 17px;
  width: 100%;
  height: 100%;
  border:none;
  padding: 0 45px 0 20px;
  background: transparent;
}
.blog-sidebar-one .sidebar-search-form form button {
  width: 40px;
  top:0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
}
.blog-sidebar-one .sidebar-title {
  font-family: 'gilroy-bold';
  font-size: 30px;
  padding-bottom: 15px;
}
.blog-sidebar-one .sidebar-categories ul li a {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  line-height: 60px;
  color: #000;
  border-bottom: 1px solid #ececec;
  display: block;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar-one .sidebar-categories ul li a span {float: right;}
.blog-sidebar-one .sidebar-categories ul li:first-child a {border-top: 1px solid #ececec;}
.blog-sidebar-one .sidebar-categories ul li a:hover {color: var(--blue-dark);}
.blog-v3 .blog-sidebar-one .sidebar-categories ul li a:hover {color: var(--red-light);}
.blog-sidebar-one .sidebar-recent-news .title {
  font-family: 'gilroy-bold';
  font-size: 24px;
  line-height: 1.25em;
  color: #000;
  display: block;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar-one .sidebar-recent-news ul li a:hover .title {color: var(--blue-dark);}
.blog-v3 .blog-sidebar-one .sidebar-recent-news ul li a:hover .title {color: var(--red-light);}
.blog-sidebar-one .sidebar-recent-news .date {color: #A2A2A2;}
.blog-sidebar-one .sidebar-recent-news ul li a{
  border-bottom: 1px solid #ececec;
  padding: 17px 0;
}
.blog-sidebar-one .sidebar-recent-news ul li:first-child a {border-top: 1px solid #ececec;}
.blog-sidebar-one .sidebar-keyword ul {margin: 0 -5px;}
.blog-sidebar-one .sidebar-keyword ul li {float: left;padding: 0 5px; margin-bottom: 18px;}
.blog-sidebar-one .sidebar-keyword ul li a {
  font-weight: 500;
  font-size: 14px;
  background: #fff;
  line-height: 35px;
  border-radius: 4px;
  padding: 0 25px;
  color: #000;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  transition: all 0.3s ease-in-out;
}
.blog-v3 .blog-sidebar-one .sidebar-keyword ul li a {
  box-shadow: none;
  border: 1px solid #000;
  border-radius: 4px;
}
.blog-sidebar-one .sidebar-keyword ul li a:hover {background: var(--blue-dark); color: #fff;}
.blog-v3 .blog-sidebar-one .sidebar-keyword ul li a:hover {background: var(--red-light); border-color: var(--red-light);}
.blog-sidebar-one .sidebar-keyword .sidebar-title {
  border-bottom: 1px solid #ececec;
  margin-bottom: 15px;
}
.feature-blog-three {padding-right: 40px;}
.feature-blog-three .post-meta .image-meta {border-radius: 5px 5px 0 0;}
.feature-blog-three .post-meta .post {
  border:1px solid #E4E4E4;
  margin-top: -8px;
  padding: 40px 38px 33px;
  border-radius: 8px;
}
.feature-blog-three .post-meta .post .date {font-size: 16px; color: rgba(0,0,0,0.3);}
.feature-blog-three .post-meta .post .title {
  font-family: 'gilroy-bold';
  font-size: 30px;
  line-height: 1.26em;
  color: #000;
  display: block;
  margin: 5px 0 25px;
  transition: all 0.3s ease-in-out;
}
.feature-blog-three .post-meta:hover .post .title {color: var(--red-light);}
.feature-blog-three .post-meta .post p {
  font-size: 17px;
  line-height: 1.64em;
}
.feature-blog-three .post-meta .post .read-more {
  font-size: 16px;
  font-weight: 500;
  color: #2A2A2A;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.feature-blog-three .post-meta .post .read-more:hover {color: var(--red-light);}
.feature-blog-three .post-meta {margin-bottom: 60px;}
.blog-v4 .wrapper {max-width: 1000px; margin: 0 auto;}
.blog-v4 .post-meta {margin-bottom: 80px;}
.blog-v4 .post-meta .post {padding: 45px 0 0;}
.blog-v4 .post-meta .post .date {font-size: 16px; color: rgba(0,0,0,0.3);}
.blog-v4 .post-meta .post .title {
  font-family: 'gilroy-black'; 
  font-size: 48px;
  line-height: 1.04em;
  color: #000;
  display: block;
  margin: 5px 0 45px;
  transition: all 0.3s ease-in-out;
}
.blog-v4 .post-meta .post p {
  font-size: 20px;
  line-height: 1.7em;
}
.blog-v4 .post-meta .post .read-more {
  font-family: 'gilroy-bold';
  font-size: 18px;
  color: #2A2A2A;
  margin-top: 30px;
  transition: all 0.3s ease-in-out;
}
.blog-v4 .post-meta .post .read-more span {text-decoration: underline;}
.blog-v4 .post-meta.text-post {
  border:2px solid #000;
  border-radius: 5px;
}
.blog-v4 .post-meta.text-post .post {padding: 45px 40px;}
.blog-details-post-v1 .post-meta .mark-text {
  font-family: 'gilroy-bold';
  font-size: 23px;
  color: #000;
  line-height: 1.41em;
  padding-top: 35px;
}
.blog-details-post-v1 .post-meta h4 {
  font-family: 'gilroy-black'; 
  font-size: 36px;
  padding-top: 60px;
}
.blog-details-post-v1 .share-area {
  border-top: 1px solid rgba(0,0,0,0.09);
  padding: 25px 0;
  margin-top: 40px;
  width: 100%;
}
.blog-details-post-v1 .share-option li {
  font-size: 15px;
  color: var(--heading);
  font-style: italic;
  margin-left: 10px;
}
.blog-details-post-v1 .share-option li:first-child {margin-left: 0;}
.blog-details-post-v1 .share-option li a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #fff;
  font-size: 20px;
}
.blog-details-post-v1 .share-area .tag-feature li:first-child {
  font-family: 'gilroy-bold';
  color: #000;
  font-size: 15px;
}
.blog-details-post-v1 .share-area .tag-feature li a {font-size: 15px;}
.feature-blog-one.width-lg.blog-details-post-v1 .post-meta {padding-bottom: 0;}
.blog-details-post-v1 .comment-area {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
  margin-bottom: 50px;
  padding: 50px 40px 30px;
}
.blog-details-post-v1 .comment-area .title {
  font-family: 'gilroy-black'; 
  font-size: 36px;
  padding-bottom: 40px;
}
.blog-details-post-v1 .comment-area .single-comment {
  border-top:1px solid #E5E5E5;
  padding: 35px 0;
  position: relative;
}
.blog-details-post-v1 .comment-area .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.blog-details-post-v1 .comment-area .comment {padding-left: 20px; position: relative;}
.blog-details-post-v1 .comment-area .name {
  font-family: 'gilroy-semibold';
  font-size: 20px;
}
.blog-details-post-v1 .comment-area .time {
  font-size: 16px;
  color: #ADADAD;
  padding: 5px 0 15px;
}
.blog-details-post-v1 .comment-area p {
  font-size: 17px;
  line-height: 1.58em;
}
.blog-details-post-v1 .comment-area .reply {
  position: absolute;
  top:0;
  right: 0;
  width: 70px;
  height: 29px;
  border-radius: 15px;
  background: var(--blue-dark);
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
}
.blog-details-post-v1 .comment-form-section {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 10px 40px rgb(0 0 0 / 8%);
  margin-bottom: 50px;
  padding: 50px 40px 60px;
}
.blog-details-post-v1 .comment-form-section .title {
  font-family: 'gilroy-black'; 
  font-size: 36px;
  padding-bottom: 15px;
}
.blog-details-post-v1 .comment-form-section p {
  font-size: 18px;
  color: #2A2A2A;
}
.blog-details-post-v1 .comment-form-section p a {
  font-weight: 500; 
  color: #000;
  text-decoration:underline;
}
.blog-details-post-v1 .comment-form-section .form-style-light {
  padding: 0;
  box-shadow: none;
  margin-top: 50px;
}
.blog-details-post-v1 .comment-form-section .form-style-light [class*="col-"] {display: block;}
/*=======================================================================
                              Documentation                
=========================================================================*/
.theme-menu-three .logo {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.theme-menu-three .right-widget {
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
}
.theme-menu-three .navbar {position: static;}
.theme-menu-three .user-login-button li a {
  font-size: 16px;
  font-weight: 500;
  line-height: 46px;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.theme-menu-three .user-login-button li a:hover {color: var(--blue-light);}
.theme-menu-three .user-login-button .signIn-action img {margin-right: 12px; margin-top: -3px;}
.theme-menu-three .user-login-button li .signUp-action {
  border:2px solid #000;
  background: #000;
  padding: 0 20px;
  color: #fff;
  margin-left: 35px;
}
.theme-menu-three .user-login-button li .signUp-action img {margin-left: 12px;}
.theme-menu-three .user-login-button li .signUp-action:hover {
  background: var(--blue-light);
  border-color: var(--blue-light);
  color: #fff;
}
/*------------------ Fancy Short Banner Four ----------------*/
.fancy-short-banner-four {
  margin-top: -135px;
  position: relative;
  z-index: 5;
}
.fancy-short-banner-four .bg-wrapper {
  background: #1B1B1B;
  border-radius: 3px;
  padding: 65px 50px;
}
.fancy-short-banner-four .title h6 {
  font-size: 16px;
  text-transform: uppercase;
  color: #C0C0C0;
  letter-spacing: 1px;
  padding-bottom: 13px;
}
.fancy-short-banner-four .title h2 {
  font-family: 'gilroy-bold';
  font-size: 52px;
  line-height: 1.15em;
  color: #fff;
}
.fancy-short-banner-four .form-wrapper form {
  position: relative;
  height: 70px;
  border-radius: 5px;
  border:1.5px solid #fff;
}
.fancy-short-banner-four .form-wrapper form input {
  font-style: italic;
  color: #fff;
  font-size: 18px;
  width: 100%;
  border:none;
  height: 100%;
  padding: 0 150px 0 25px;
  background: transparent;
}
.fancy-short-banner-four .form-wrapper form button {
  position: absolute;
  right: 7px;
  bottom: 7px;
  top:7px;
  width: 160px;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.fancy-short-banner-four .form-wrapper form button:hover {background: var(--blue-light); color: #fff;}
.fancy-short-banner-four .form-wrapper p {
  font-size: 16px;
  color: #999999;
  padding-top: 10px;
}
.fancy-short-banner-four .form-wrapper p a {color: #fff;}
.fancy-short-banner-four .form-wrapper p a:hover {text-decoration: underline;}
/*------------------ Footer Style Three ----------------*/
.theme-footer-three {position: relative;}
.theme-footer-three:before {
  content: url(../images/shape/92.svg);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.theme-footer-three .top-footer [class*="col-"] {margin-bottom: 30px; z-index: 1; position: relative;}
.theme-footer-three .top-footer .footer-title {
  font-family: 'Rubik', sans-serif;
  font-size: 24px;
  padding-bottom: 18px;
}
.theme-footer-three .top-footer .footer-list ul li a {
  font-size: 16px;
  line-height: 40px;
  color: #727272;
  transition: all 0.3s ease-in-out;
}
.theme-footer-three .top-footer .footer-list ul li a:hover {color: var(--blue-light);}
.theme-footer-three .top-footer .address-list p {
  font-size: 16px;
  line-height: 25px;
  color: rgba(0,0,0,0.35);
  padding-bottom: 15px;
}
.theme-footer-three .top-footer .address-list ul.info li a {
  color: #1C1C1C;
  margin-bottom: 10px;
}
.theme-footer-three .top-footer .address-list ul.info li a:hover {text-decoration: underline;}
.theme-footer-three .top-footer .address-list .social-icon a {
  font-size: 22px;
  margin-right: 20px;
  color: rgba(0,0,0,0.35);
}
.theme-footer-three .top-footer .address-list .social-icon a:hover {color: #000;}
.theme-footer-three .bottom-footer-content ul li {display: inline-block;}
.theme-footer-three .bottom-footer-content ul li a {
  font-size: 16px;
  color: #727272;
  margin-left: 20px;
}
.theme-footer-three .bottom-footer-content ul li a:hover {color: #000;}
.theme-footer-three .bottom-footer-content p {font-size: 15px; color: #212121; padding-left: 35px;}
.theme-footer-three .bottom-footer-content {padding: 26px 0 30px;}
/*-------------------- Fancy Hero Five ---------------------*/
.fancy-hero-five {
  background: #F7FAFF;
  padding: 220px 0 130px;
  position: relative;
  z-index: 5;
}
.fancy-hero-five .page-title {
  font-size: 20px;
  color: #B1B1B1;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.fancy-hero-five .heading {
  font-family: 'gilroy-black';
  font-size: 80px;
  line-height: 1.08em;
}
.fancy-hero-five span {position: relative;z-index: 1;}
.fancy-hero-five span img {
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.fancy-hero-five .sub-heading {
  font-size: 24px;
  line-height: 1.58em;
  color: #2A2A2A;
  padding-top: 50px;
  padding-right: 50px;
}
.fancy-hero-five .sub-heading.space-xs {padding: 15px 0 0;}
.fancy-hero-five .img-meta {
  bottom: -250px;
  right: 33px;
  position: absolute;
}
.fancy-hero-five .shape-one {
  right: 0;
  top:24%;
}
.fancy-hero-five .shape-two {
  left: 0;
  top:28%;
}

/*=======================================================================
                              Event               
=========================================================================*/
.theme-main-menu.sticky-menu.fixed.theme-menu-four {background: #FBF3EC;}
.theme-menu-four .logo img {max-width: 120px;}
.theme-menu-four .navbar-nav .nav-item .nav-link {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  margin: 0 24px;
}
.theme-menu-four .right-button-group .signIn-action {
  font-weight: 500;
  font-size: 20px;
  line-height: 45px;
  color: var(--heading);
  margin-right: 40px;
  transition: all 0.3s ease-in-out;
}
.theme-menu-four .right-button-group .signIn-action:hover {color: var(--vin-red);}
.theme-menu-four .right-button-group {margin-left: 100px;}
/*=======================================================================
                              Product landing               
=========================================================================*/
.theme-menu-five .logo {
  position: absolute;
  left: 0;
  top:50%;
  transform: translateY(-50%);
}
.theme-menu-five .right-widget {
  position: absolute;
  right: 0;
  top:50%;
  transform: translateY(-50%);
}
.theme-menu-five .demo-button {
  width: 120px;
  font-size: 17px;
  line-height: 48px;
  border: 2px solid #000;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  color: #000;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.theme-menu-five .demo-button:hover {
  background: #eef3f9;
  border-color: #eef3f9;
}
.theme-menu-five .right-widget .demo-button img {width: 20px; display: none; margin: 0 auto;}
.theme-menu-five .right-widget .demo-button-two {
  width: 120px;
  font-size: 17px;
  line-height: 52px;
  text-align: center;
  border-radius: 8px;
  font-weight: 500;
  color: #fff;
  position: relative;
  background: linear-gradient( -45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);
  transition: all 0.3s ease-in-out;
}
.theme-menu-five .navbar-nav .nav-item .nav-link {
  font-size: 18px;
  margin: 0 20px;
}
.theme-menu-five .navbar-nav .nav-item .nav-link.active {text-decoration: underline;}

/*=======================================================================
                              Product landing Dark            
=========================================================================*/
/*-------------------- Menu ---------------*/
.dark-style .theme-main-menu {background: transparent;}
.dark-style .navbar .navbar-toggler {background: linear-gradient( 45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);}
.dark-style .theme-main-menu.sticky-menu.fixed {background: #17192b;}
.dark-style .navbar-nav .nav-item .nav-link {color: rgba(255, 255, 255, 0.6);}
.dark-style .theme-menu-five .navbar-nav .nav-item .nav-link.active {color: #309FDF;}
.dark-style .theme-menu-five .demo-button {
  color: #fff;
  border-color: #fff;
}
.dark-style .theme-menu-five .demo-button:before {
  content: '';
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  background: linear-gradient( 45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);
  border-radius: 8px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.dark-style .theme-menu-five  .demo-button:hover {
  background: transparent;
  border-color: transparent;
}
.dark-style .theme-menu-five  .demo-button:hover:before {opacity: 1;}
/*----------------------- Theme Hero Banner / Six ---------------*/
.hero-banner-six {
  position: relative;
  z-index: 1;
  padding: 70px 0;
}
.hero-banner-six .hero-heading {
  font-size: 80px;
  line-height: 100%;
  color: #FFFFFF;
}
.hero-banner-six .hero-heading span {
  background: linear-gradient( 45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.hero-banner-six .hero-sub-heading {
  font-size: 20px;
  padding: 30px 0 45px;
}
.hero-banner-six .button-group .ios-button {
  width: 200px;
  height: 65px;
  padding: 0 5px 0 25px;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
  margin-right: 45px;
}
.hero-banner-six .button-group .ios-button .icon {margin-right: 15px;}
.hero-banner-six .button-group .ios-button span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: -11px;
  margin-top: -5px;
}
.hero-banner-six .button-group .ios-button strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.hero-banner-six .button-group .video-button span {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  padding-left: 14px;
  transition: all 0.3s ease;
}
.hero-banner-six .button-group .video-button span:hover {color: #309FDF;}
/*------------------ Fancy Feature Twelve --------------*/
.fancy-feature-twelve {position: relative; z-index: 1;}
.fancy-feature-twelve .shape-one {
  top: 3%;
  left: 10%;
}
.block-style-seventeen {
  padding: 28px 50px 40px 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  position: relative;
  z-index: 1;
}
.block-style-seventeen:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient( -45deg, rgb(255,255,255) 0%, #309FDF 0%, #004AAD 100%);
  border-radius: 17px;
  z-index: -1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.block-style-seventeen:hover:before {opacity: 1;}
.block-style-seventeen .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.block-style-seventeen h3 {
  font-weight: 500;
  font-size: 24px;
  padding: 26px 0 20px;
}
.block-style-seventeen .static-text {transition: all 0.3s ease-in-out;}
.block-style-seventeen:hover p {color: #fff;}
.block-style-seventeen .js-tilt-glare {border-radius: 17px;}
/*------------------ Fancy Feature Thirteen --------------*/
.fancy-feature-thirteen {position: relative; z-index: 1;}
.fancy-feature-thirteen:before {
  content: '';
  position: absolute;
  width: 890px;
  height: 890px;
  border-radius: 50%;
  top: -27%;
  left: -9%;
  background: rgba(89, 156, 255, 0.1);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -1;
}
.fancy-feature-thirteen:after {
  content: '';
  position: absolute;
  width: 890px;
  height: 890px;
  border-radius: 50%;
  top: 5%;
  left: -8%;
  background: rgba(255, 4, 64, 0.13);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -2;
}
.fancy-feature-thirteen .carousel-indicators {
  position: relative;
  margin: 0;
  border-top: 5px solid rgba(255, 255, 255, 0.1);
}
.fancy-feature-thirteen .carousel-indicators li {
  width: 30%;
  margin: 0;
  padding: 0;
  height: auto;
  background: transparent;
  opacity: 1;
  border: none;
  text-indent: 0;
  position: relative;
  padding-top: 30px;
}
.fancy-feature-thirteen .carousel-indicators li:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: #3a7bd5;
  left: 0;
  top: -5px;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.fancy-feature-thirteen .carousel-indicators li .icon {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  margin: 6px 30px 0 0;
}
.fancy-feature-thirteen .carousel-indicators li .icon img {transition: all 0.3s ease-in-out; opacity: 0.4;}
.fancy-feature-thirteen .carousel-indicators li p {
  font-size: 22px;
  line-height: 1.41em;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
}
.fancy-feature-thirteen .carousel-indicators li.active:before {opacity: 1;}
.fancy-feature-thirteen .carousel-indicators li.active .icon img {opacity: 1; transform: rotate(90deg);}
.fancy-feature-thirteen .carousel-indicators li.active p {color: rgba(255, 255, 255, 1);}
.fancy-feature-thirteen .carousel-inner {
  background: rgba(243, 247, 248, 0.1);
  box-shadow: inset 0px 2px 2px rgba(255, 255, 255, 0.15);
  border-radius: 40px;
  padding: 30px;
  margin: 60px auto 0;
  position: relative;
  overflow: visible;
  max-width: 1000px;
}
.fancy-feature-thirteen .carousel-inner .video-wrapper {
  margin: 0 auto;
  overflow: hidden;
  background: #fff;
}
.fancy-feature-thirteen .carousel-inner .video-wrapper video {
  display: block;
  margin: 0 auto;
}
/*------------------ Robot Section --------------*/
.robot-section {position: relative; z-index: 2;}
.robot-section .main-wrapper {
  padding-top: 140px;
}
.robot-section .robot-img {
  position: absolute;
  bottom: -3px;
  left: 48%;
  max-width: 550px;
  transform: translateX(-50%);
  z-index: 1;
}
.robot-section .logos {
  position: absolute;
  top: 35%;
  left: calc(50% - 25%);
  right: 0;
  width: 50%;
}
/*------------------ Fancy Portfolio One --------------*/
.fancy-portfolio-one {position: relative; z-index: 1;}
.fancy-portfolio-one .img-meta {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 20px;
}
.fancy-portfolio-one .img-meta img {margin: 0 auto;}
.portfolio_slider_three {max-width: 1800px; margin: 0 auto;}
.fancy-portfolio-one .slider-arrows>div {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.15);
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.fancy-portfolio-one .slider-arrows>div:hover {background: #309FDF;}
.fancy-portfolio-one .slider-arrows {
  position: absolute;
  top: 14px;
  right: 16%;
}
.fancy-portfolio-one:before {
  content: '';
  position: absolute;
  width: 890px;
  height: 890px;
  border-radius: 50%;
  top: -27%;
  left: 1%;
  background: rgba(89, 156, 255, 0.1);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -1;
}
.fancy-portfolio-one:after {
  content: '';
  position: absolute;
  width: 890px;
  height: 890px;
  border-radius: 50%;
  top: 5%;
  left: -8%;
  background: rgba(255, 4, 64, 0.15);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -2;
}
/*-------------- Client Feedback Slider Four ----------------*/
.client-feedback-slider-five {
  position: relative;
  z-index: 2;
}
.client-feedback-slider-five .title-wrapper {
  position: sticky;
  top: 150px;
}
.client-feedback-slider-five:before {
  content: '';
  position: absolute;
  width: 1016px;
  height: 1016px;
  border-radius: 50%;
  top: 0%;
  left: 32%;
  background: rgba(89, 156, 255, 0.12);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(-180deg);
  z-index: -1;
}
.client-feedback-slider-five:after {
  content: '';
  position: absolute;
  width: 1016px;
  height: 1016px;
  border-radius: 50%;
  top:19%;
  left: 15%;
  background: rgba(255, 4, 64, 0.12);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(-180deg);
  z-index: -2;
}
.client-feedback-slider-five .feedback-wrapper {
  background: #fff;
  border-radius: 12px;
  padding: 35px 20px 35px;
}
.client-feedback-slider-five .feedback-wrapper .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 15px;
}
.client-feedback-slider-five .feedback-wrapper .name {
  color: #000;
  font-weight: 500;
  font-size: 18px;
}
.client-feedback-slider-five .feedback-wrapper .name span {
  font-weight: normal;
  font-size: 15px; 
  color: #C1C1C1;
}
.client-feedback-slider-five .feedback-wrapper p {
  font-size: 18px;
  line-height: 1.85em;
  color: #000;
  padding: 16px 0 0;
}
.client-feedback-slider-five .feedback-wrapper ul li {
  font-size: 15px;
  color: #FFB043;
  margin-right: 9px;
}
.client-feedback-slider-five .feedback-wrapper ul li [class*="star-o"] {color: #000;}
/*------------------ Pricing Section Five ---------------*/
.pricing-section-five {position: relative; z-index: 5;}
.pricing-section-five:before {
  content: '';
  position: absolute;
  width: 860px;
  height: 860px;
  border-radius: 50%;
  top: -32%;
  left: 9%;
  background: rgba(89, 156, 255, 0.12);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -1;
}
.pricing-section-five:after {
  content: '';
  position: absolute;
  width: 860px;
  height: 860px;
  border-radius: 50%;
  bottom:-19%;
  left: 7%;
  background: rgba(255, 4, 64, 0.15);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -2;
}
.pricing-nav-five {margin: 40px 0 20px; border:none;}
.pricing-nav-five .nav-item {margin: 0;}
.pricing-nav-five .nav-item .nav-link {
  line-height: 50px;
  border: 2px solid #309FDF;
  padding: 0 15px;
  width: 150px;
  text-align: center;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.pricing-nav-five .nav-item:nth-child(1) .nav-link {
  border-right: none;
  border-radius: 3px 0 0 3px;
}
.pricing-nav-five .nav-item:nth-child(2) .nav-link {
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.pricing-nav-five .nav-item .nav-link.active {
  background: #309FDF;
  color: #fff;
}
.pricing-section-five .offer-text {
  font-size: 17px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.pricing-table-area-five .pr-table-wrapper {
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 15px;
  position: relative;
  padding: 40px 15px 48px 40px;
  width: 100%;
}
.pricing-table-area-five .pr-table-wrapper .icon {margin-bottom: 35px;}
.pricing-table-area-five .pr-table-wrapper .pack-name {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  padding: 0 0 10px;
}
.pricing-table-area-five .pr-table-wrapper .pack-rec {font-size: 15px;}
.pricing-table-area-five .pr-table-wrapper .pack-rec2 {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 0 35px;
}
.pricing-table-area-five .pr-table-wrapper .custom-plan {
  height: 151px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  font-weight: 500;
  padding-top: 25px;
}
.pricing-table-area-five .pr-table-wrapper .pr-feature li {
  font-size: 16px;
  line-height: 40px;
  color: rgba(255, 255, 255, 0.7);
  padding-left: 25px;
  position: relative;
}
.pricing-table-area-five .pr-table-wrapper .pr-feature li:before {
  content: url(../images/icon/87.svg);
  position: absolute;
  left: 0;
  top: 0;
}
.pricing-table-area-five .pr-table-wrapper .pr-feature li.del {text-decoration: line-through; color: rgba(255, 255, 255, 0.35);}
.pricing-table-area-five .pr-table-wrapper .pr-feature li.del:before {content: url(../images/icon/209.svg);}
.pricing-table-area-five .pr-table-wrapper .price {
  color: #fff;
  font-size: 30px;
  padding: 0 0 8px;
}
.pricing-table-area-five .pr-table-wrapper .qr-pack {color: rgba(255, 255, 255, 0.4); padding-bottom: 35px;}
.pricing-table-area-five .pr-table-wrapper .qr-pack .hack47-50-value {
  font-weight: 500;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin-top: 2px;
}
.pricing-table-area-five .pr-table-wrapper .trial-button {
  width: 170px;
  line-height: 50px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-top: 35px;
  text-align: center;
}
.pricing-table-area-five .pr-table-wrapper:not(.active) .trial-button {background: rgba(255, 255, 255, 0.1);}
.pricing-table-area-five .pr-table-wrapper .trial-button:before {border-radius: 24px;}
.pricing-table-area-five .pr-table-wrapper .trial-text {color: rgba(255, 255, 255, 0.5); font-size: 14px; padding-top: 8px;}
.pricing-table-area-five .pr-table-wrapper.active {
  background: rgba(255, 255, 255, 0.03);
  border-color: transparent;
}
.pricing-table-area-five .shape-one {
  z-index: 1;
  right: -47px;
  top: -76px;
  animation: rotated 35s infinite linear;
}
.pricing-table-area-five .shape-two {
  z-index: -1;
  left: -107px;
  bottom: -95px;
  animation: rotated 20s infinite linear;
}
.pricing-table-area-five .pr-table-wrapper .popular-badge {
  top: -90px;
  right: -33px;
  position: absolute;
  z-index: 1;
  max-width: 111px;
}
.pricing-table-area-five input[type=range] {
  height: 25px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 93%;
  background: transparent;
}
.pricing-table-area-five input[type=range]:focus {
  outline: none;
}
.pricing-table-area-five input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background:  #309FDF;
  border-radius: 5px;
  border: 0px solid #000000;
}
.pricing-table-area-five input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid transparent;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
.pricing-table-area-five input[type=range]:focus::-webkit-slider-runnable-track {
  background: #309FDF;
}
.pricing-table-area-five input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #309FDF;
  border-radius: 1px;
  border: 0px solid #000000;
}
.pricing-table-area-five input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #309FDF;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #309FDF;
  cursor: pointer;
}
.pricing-table-area-five input[type=range]::-ms-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.pricing-table-area-five input[type=range]::-ms-fill-lower {
  background: #309FDF;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.pricing-table-area-five input[type=range]::-ms-fill-upper {
  background: #309FDF;
  border: 0px solid #000000;
  border-radius: 2px;
  box-shadow: 0px 0px 0px #000000;
}
.pricing-table-area-five input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 0px 0px 0px #000000;
  border: 1px solid #309FDF;
  height: 18px;
  width: 18px;
  border-radius: 25px;
  background: #A1D0FF;
  cursor: pointer;
}
.pricing-table-area-five input[type=range]:focus::-ms-fill-lower {
  background: #309FDF;
}
.pricing-table-area-five input[type=range]:focus::-ms-fill-upper {
  background: #309FDF;
}
/*--------------- Fancy Short Banner Seven --------------*/
.fancy-short-banner-seven {text-align: center; position: relative; z-index: 6;}
.fancy-short-banner-seven .ios-button {
  width: 200px;
  height: 65px;
  padding: 0 5px 0 25px;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  transition: all 0.3s ease-in-out;
  margin: 45px auto 0;
}
.fancy-short-banner-seven .ios-button:after {
  content: url(../images/shape/161.svg);
  position: absolute;
  right: -107px;
  bottom: -28px;
}
.fancy-short-banner-seven .ios-button .icon {margin-right: 15px;}
.fancy-short-banner-seven .ios-button span {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.7);
  display: block;
  margin-bottom: -11px;
  margin-top: -5px;
}
.fancy-short-banner-seven .ios-button strong {
  font-weight: 500;
  font-size: 18px;
  display: block;
}
.fancy-short-banner-seven .video-button span {
  font-weight: 500;
  color: #fff;
  font-size: 16px;
  padding-left: 14px;
  transition: all 0.3s ease;
}
.fancy-short-banner-seven .screen-meta {position: relative; margin-top: 95px; z-index: 1;}
.fancy-short-banner-seven .screen-meta:before {
  content: '';
  position: absolute;
  background: linear-gradient(180deg, #0F1123 0%, rgba(15, 17, 35, 0.89) 24.08%, rgba(14, 16, 31, 0) 81.75%);
  top: -50px;
  left: 0;
  right: 0;
  bottom: -100px;
  z-index: 2;
}
.fancy-short-banner-seven .shape-one {
  left: 15%;
  top: 36%;
  z-index: 3;
  animation: jumpTwo 3s infinite linear;
}
.fancy-short-banner-seven .shape-two {
  right: 17%;
  top: 36%;
  z-index: 3;
  animation: jumpThree 3s infinite linear;
}
.fancy-short-banner-seven .shape-three {
  left: 29%;
  bottom: -14%;
  z-index: 3;
  animation: jumpTwo 3s infinite linear;
}
.fancy-short-banner-seven .shape-four {
  left: 10%;
  top: -7%;
  z-index: 3;
}
.fancy-short-banner-seven .shape-five {
  right: -6%;
  bottom: -35%;
  z-index: 3;
}
.fancy-short-banner-seven .js-tilt-glare-inner {background: transparent; background-image: none !important;}
/*------------------- Footer Style Six ---------------*/
.theme-footer-six {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.theme-footer-six .shape-one {
  left: 9%;
  bottom: -22px;
  animation: jumpThree 5s infinite linear;
}
.theme-footer-six .inner-container {
  background: linear-gradient(180deg, #0F1123 0%, rgba(15, 17, 35, 0.83) 48.7%, #0F1123 100%);
  padding: 100px 0 10px;
  position: relative;
  z-index: 5;
}
.theme-footer-six .inner-container:before {
  content: '';
  position: absolute;
  width: 995px;
  height: 995px;
  border-radius: 50%;
  top: -94%;
  left: 24%;
  background: rgba(89, 156, 255, 0.12);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -1;
}
.theme-footer-six .inner-container:after {
  content: '';
  position: absolute;
  width: 860px;
  height: 860px;
  border-radius: 50%;
  bottom:-153%;
  left: 18%;
  background: rgba(255, 4, 64, 0.15);
  filter: blur(50px);
  opacity: 0.32;
  transform: rotate(150deg);
  z-index: -2;
}
.theme-footer-six .inner-container [class*="col-"] {margin-bottom: 40px;}
.theme-footer-six .title {
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 30px;
  text-align: center;
}
.theme-footer-six .social-icon li a {
  width: 36px;
  height: 36px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 34px;
  text-align: center;
  color: #fff;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
}
.theme-footer-six .social-icon li a:hover {
  background: #309FDF;
  border-color: #309FDF; 
  color: #fff;
}
.theme-footer-six .email {color: rgba(255, 255, 255, 0.8);}
.theme-footer-six .email:hover {text-decoration: underline;}
.theme-footer-six .copyright {text-align: center; font-size: 16px; padding: 45px 0 0;}

