@charset "UTF-8";
/*===================================
  # Google Fonts
====================================== */
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700&display=swap");

/*===================================
  # Typography
====================================== */
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: 400;
  background-color: #fff;
  color: #131313;
}

::-moz-selection {
  color: #fff;
  background: #0099ff;
}

::selection {
  color: #fff;
  background: #0099ff;
}

p {
  margin-bottom: 25px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  p {
    margin-bottom: 20px;
  }
}

small {
  font-size: 0.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  line-height: 1.2em;
  color: #293b5f;
}

h1,
h2,
h3,
h4 {
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

h1 {
  font-size: 2.827em;
  margin: 0 0 15px;
}

h2 {
  font-size: 1.999em;
}

h3 {
  font-size: 1.414em;
}

h4 {
  font-size: 1.25em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.85em;
}

/* [ ## Elements ] */
img {
  max-width: 100%;
}

a {
  color: inherit;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}

a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #000;
}

a:focus {
  outline: none;
  color: inherit;
}

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

button:focus {
  outline: 0px dotted;
}

i {
  color: inherit;
}

figure {
  margin: 0;
}

blockquote {
  border-left: 3px solid #c39d6d;
}

blockquote p {
  font-size: 16px;
  font-weight: 400;
}

cite {
  color: #c39d6d;
  font-size: 12px;
}

.bg-white {
  background-color: #fff;
}

.bg-gray {
  background-color: #f5f5f5;
}

.bg-black {
  background-color: #131313;
}

.full-size {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.bg-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-patent {
  background-repeat: repeat;
  background-position: center center;
}

.pos-abs {
  position: absolute;
}

.bg-color-black {
  background-color: rgba(0, 0, 0, 0.7);
}

.default-text-gradient {
  background: -webkit-gradient(linear,
      left top,
      right top,
      from(#02c1ff),
      to(#0e8fff));
  background: linear-gradient(to right, #02c1ff, #0e8fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.page-cover {
  height: 710px;
}

.bg-overlay {
  position: relative;
}

.bg-overlay:before {
  background-color: #00000099;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
  opacity: 0.8;
}

.site-footer:before {
  background-color: #000036;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.img-responsive {
  width: 100%;
}

.owl-carousel .owl-item img {
  width: auto;
}

@media only screen and (max-width: 1200px) {
  body {
    font-size: 15px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 720px;
  }

  .container .col-lg-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    max-width: 50%;
  }

  .container .col-lg-6,
  .container .col-lg-8,
  .container .col-lg-9,
  .container .col-lg-7,
  .container .col-lg-10,
  .container .col-10,
  .container .col-6 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: 540px;
  }

  .container .col-lg-4 {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    max-width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .container {
    width: 100%;
  }
}

/* [ ## White Space ] */
.mtb-110 {
  margin: 110px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mt-150 {
  margin: 150px 0 0;
}

.mt-110 {
  margin: 110px 0 0;
}

.mt-100 {
  margin: 100px 0 0;
}

.mt-90 {
  margin: 90px 0 0;
}

.mt-80 {
  margin: 80px 0 0;
}

.mt-70 {
  margin: 70px 0 0;
}

.mt-60 {
  margin: 60px 0 0;
}

.mt-50 {
  margin: 50px 0 0;
}

.mt-40 {
  margin: 40px 0 0;
}

.mt-30 {
  margin: 30px 0 0;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-30 {
  margin-bottom: 30px;
}

.ptb-180 {
  padding: 180px 0;
}

.ptb-150 {
  padding: 150px 0;
}

.ptb-110 {
  padding: 110px 0;
}

.ptb-100 {
  padding: 100px 0;
}

.ptb-90 {
  padding: 90px 0;
}

.ptb-85 {
  padding: 85px 0;
}

.ptb-80 {
  padding: 80px 0;
}

.ptb-70 {
  padding: 70px 0;
}

.ptb-60 {
  padding: 60px 0;
}

.ptb-50 {
  padding: 50px 0;
}

.ptb-40 {
  padding: 40px 0;
}

.pt-180 {
  padding: 180px 0 0;
}

.pt-150 {
  padding: 150px 0 0;
}

.pt-120 {
  padding: 120px 0 0;
}

.pt-125 {
  padding: 125px 0 0;
}

.pt-115 {
  padding: 115px 0 0;
}

.pt-110 {
  padding: 110px 0 0;
}

.pt-100 {
  padding: 100px 0 0;
}

.pt-95 {
  padding: 95px 0 0;
}

.pt-90 {
  padding: 90px 0 0;
}

.pt-80 {
  padding: 80px 0 0;
}

.pt-70 {
  padding: 70px 0 0;
}

.pt-60 {
  padding: 60px 0 0;
}

.pt-50 {
  padding: 50px 0 0;
}

.pt-40 {
  padding: 40px 0 0;
}

.pt-30 {
  padding: 30px 0 0;
}

.pb-250 {
  padding-bottom: 250px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pt-right {
  padding-right: 5px;
}

.border-top {
  border-top: 1px solid rgba(10, 68, 150, 0.1);
}

@media only screen and (max-width: 1280px) {
  .pt-180 {
    padding-top: 120px;
  }

  .ptb-180 {
    padding: 120px 0;
  }

  .pb-145 {
    padding-bottom: 120px;
  }
}

@media only screen and (max-width: 992px) {

  .ptb-150,
  .ptb-180,
  .ptb-110 {
    padding: 100px 0;
  }

  .pt-150,
  .pt-125,
  .pt-115,
  .pt-110,
  .pt-180 {
    padding-top: 100px;
  }

  .pb-150,
  .pb-145,
  .pb-120,
  .pb-100,
  .pb-110,
  .pb-250 {
    padding-bottom: 100px;
  }

  .mt-150 {
    margin-top: 100px;
  }
}

@media only screen and (max-width: 768px) {

  .ptb-150,
  .ptb-100,
  .ptb-110,
  .ptb-180 {
    padding: 80px 0;
  }

  .pt-150,
  .pt-100,
  .pt-125,
  .pt-115,
  .pt-110,
  .pt-180 {
    padding-top: 80px;
  }

  .pb-150,
  .pb-145,
  .pb-120,
  .pb-110,
  .pb-100,
  .pb-250 {
    padding-bottom: 80px;
  }

  .mt-150 {
    margin-top: 80px;
  }
}

/*------------------------------------------------------------------
    # Button Style
*/
/***** [ ## Button ] ******/
.btn {
  -webkit-transition: all 0.3s ease 0.02s;
  transition: all 0.3s ease 0.02s;
}

.btn:active,
.btn:focus {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.125) inset;
}

.btn {
  border: 0px solid;
  border-radius: 3px;
  color: #000;
  font-weight: normal;
}

.btn-default {
  background-color: #0aaf36;
  color: #fff !important;
  height: 40px;
  line-height: 42px;
  padding: 0 25px;
  border-radius: 5px;
  font-size: 14px;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #07932d;
  color: #fff !important;
  -webkit-box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.18),
    0 0px 0px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.18), 0 0px 0px 0 rgba(0, 0, 0, 0.15);
}

.btn-primary:active:not([disabled]):not(.disabled) {
  background-color: #8445ee;
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}

/***** [ ## Fields ] ******/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
  padding: 10px 20px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select option[selected] {
  color: white;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #7a7a7a !important;
}

input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-text-fill-color: #7a7a7a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

input,
select,
textarea {
  margin: 0;
  border: none;
  vertical-align: baseline;
  font-size: 100%;
  font-weight: 400;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  height: 45px;
}

textarea {
  min-height: 150px;
  border-radius: 5px;
}

/* Form controllar */
.form-controllar {
  border: 0 none;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 0 transparent inset;
  box-shadow: 0 0 0 transparent inset;
  width: 100%;
  font-size: 16px;
  border: 1px solid #e1e1e1;
}

.form-controllar:focus {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.default_form .form-group {
  margin-bottom: 20px;
}

.select_field {
  position: relative;
  width: 100%;
}

.select_field:before {
  content: "";
  font-family: fontawesome;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 14px;
  z-index: 1;
}

.select_field>.form-controllar {
  color: #797979;
  cursor: pointer;
  font-size: 14px;
  height: 50px;
  padding: 5px 25px;
}

.select_field option {
  color: #000;
  padding: 7px 15px;
}

.error {
  color: red;
}

.success {
  text-align: center;
  margin-top: 100px;
  font-size: 18px;
  color: green;
}

/*------------------------------------------------------------------
    # Section Header
*/

.feature-content .section-header {
  margin-bottom: 0;
}

.section-header {
  margin: -5px 0 50px;
}

.section-header .feature-icon {
  max-width: 70px;
  margin-bottom: 24px;
}

.section-header p {
  font-size: 18px;
  color: #525c70;
}

.logo {
  max-width: 160px !important;
  display: inline-block;
}

.logo img {
  width: 100%;
}

.section-header .section-title {
  font-weight: 700;
  margin-bottom: 20px;
  color: #293b5f;
}

@media only screen and (min-width: 992px) {
  .section-header .section-title {
    font-size: 42px;
  }
}

@media only screen and (max-width: 991px) {
  .section-header {
    margin-bottom: 30px;
  }

  .section-header .section-title {
    font-size: 36px;
  }
}

@media only screen and (max-width: 575px) {
  .section-header .section-title {
    font-size: 30px;
  }
}

.site-header {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
  border-bottom: 1px solid #e2e2e221;
  padding: 10px 0;
}

.site-header .mobile-menu {
  display: none;
}

.navbar-brand.site-logo {
  padding: 8px 0;
}

.navigation-area {
  padding: 0px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainmenu-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.mainmenu-wrap .menu ul {
  margin-bottom: 0;
  padding-left: 0px;
}

.mainmenu-wrap .menu ul li {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.mainmenu-wrap .menu ul li ul.dropdown-content li {
  padding: 0;
  display: block;
}

.mainmenu-wrap .menu ul li ul.dropdown-content li a {
  background: #fff;
  display: block;
  padding: 7px 15px;
  border-bottom: 1px solid #e5e5e5;
  font-weight: 500;
  font-weight: 15px;
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
}

.mainmenu-wrap .menu ul li:last-child a {
  border-bottom: none;
}

.mainmenu-wrap .menu>ul>li>a {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 23px;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  text-decoration: none;
}

.mainmenu-wrap .menu>ul>li>a:hover,
.mainmenu-wrap .menu>ul>li>a.active {
  color: #0aaf36 !important;
}

.mainmenu-wrap .menu>ul>li>a.btn-default {
  padding: 0 25px;
  margin-left: 25px;
}

.mainmenu-wrap .menu>ul>li>ul.dropdown-content {
  position: absolute;
  width: 200px;
  left: 0;
  top: calc(100% + 16px);
  z-index: 999;
  border-top: 3px solid #63b32e;
  visibility: hidden;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  -webkit-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
}

.mainmenu-wrap .menu>ul>li>ul.dropdown-content>li:hover>a {
  color: #63b32e;
  padding-left: 20px;
}

.mainmenu-wrap .menu>ul>li.dropdown-trigger:hover>ul.dropdown-content {
  visibility: visible;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mainmenu-wrap .menu>ul>li.dropdown-trigger:after {
  content: "\f107";
  font-family: fontAwesome;
  padding-left: 5px;
}

/* [5.3 Sticky header] */
#sticky-header {
  display: none;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#sticky-header .site-header {
  background-color: #000036;
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px -5px rgba(0, 0, 0, 0.15);
  position: relative;
  border-bottom: 0px solid;
}

#sticky-header .site-navigation {
  padding-top: 0;
  padding-bottom: 0;
}

#sticky-header .site-navigation .navigation-area {
  min-height: 50px;
}

#sticky-header .site-navigation .navigation-area .mainmenu-wrap .menu ul>li>a {
  color: #fff;
}

#nav li a {
  font-size: 16px;
  color: #fff;
}

#sticky-header .site-navigation .navigation-area .mainmenu-wrap .menu ul>li>a.btn-default:hover,
#sticky-header .site-navigation .navigation-area .mainmenu-wrap .menu ul>li>a.btn-default:focus,
#sticky-header .site-navigation .navigation-area .mainmenu-wrap .menu ul>li>a.btn-default.active {
  background-color: #293b5f;
  color: #fff !important;
}

@media only screen and (max-width: 992px) {
  .site-header {
    padding: 5px 15px;
    overflow: hidden;
  }

  .site-header .mobile-menu {
    display: block;
  }

  .site-header .mobile-logo {
    top: 2px;
  }

  .site-header .site-navigation {
    display: none;
  }

  .site-header .mean-container .mean-nav ul li a {
    color: #000;
    display: block;
    float: none;
    font-size: 14px;
    padding: 15px 20px;
    width: auto;
    font-family: "Roboto", sans-serif;
  }

  .site-header .mean-container .mean-nav ul li a.btn-default {
    background-color: transparent;
    color: #000 !important;
    height: auto;
    padding: 15px 20px;
    line-height: normal;
  }

  .site-header .mean-container .mean-nav ul li a:hover {
    color: #0099ff !important;
  }
}

@media only screen and (max-width: 768px) {
  .site-header .mean-container .mean-nav ul li a {
    font-size: 13px;
    padding: 12px 20px;
  }
}

.mean-container .mean-nav {
  background: #0c2155;
}

.mean-container .mean-nav {
  background: #0c2155;
}

.mean-container .mean-nav #nav li {
  border-color: #293b5f !important;
}

/*-----------------------------------------------------------------------
    # All Hero Section
*/
.hero-section {
  position: relative;
}

.hero-section>.hero-section-content {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 200px 0 80px;
  min-height: 100vh;
  position: relative;
  z-index: 1;
}

.hero-section .hero-content .hero-script {
  font-size: 18px;
  font-weight: 700;
  color: #0099ff;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.hero-section .hero-content .hero-title {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}

.hero-section .hero-content .subtitle {
    font-size: clamp(24px, 3vw, 80px);
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 35px;
}

@media screen and (max-width: 1199px) {
   .hero-section .hero-content .subtitle {
       font-size:40px;
   }
}

.button-wrapper {
  margin: -10px;
  margin-bottom: 60px;
}

.button-wrapper a {
  margin: 10px;
}

.waves-effect {
  position: absolute;
  width: 100%;
  height: 183px;
  bottom: 0;
}

.hero-thumb {
  position: relative;
  z-index: 11;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-top: 130px;
  margin-bottom: -200px;
}

.hero-thumb .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .hero-thumb .thumb1 {
    left: -100px;
  }

  .hero-thumb .thumb3 {
    right: -100px;
  }
}

@media (max-width: 991px) {
  .hero-thumb .thumb1 {
    left: 0px;
    z-index: 1;
    bottom: -75px;
  }

  .hero-thumb .thumb3 {
    right: 0px;
  }
}

.hero-section .hero-content .hero-title>span {
  font-weight: normal;
}

.hero-section .hero-content .btn-default {
  margin-bottom: 5px;
}

.hero-section .technology-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero-section .technology-block>.tech {
  background-color: #fff;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  margin: 15px;
  width: 70px;
  position: relative;
}

.hero-section .technology-block>.tech>span {
  height: 25px;
  width: 25px;
  font-size: 13px;
  border-radius: 50%;
  line-height: 25px;
  position: absolute;
  top: -12px;
  right: -12px;
  color: #fff;
  background-color: #0099ff;
  z-index: 1;
}

@media only screen and (max-width: 992px) {
  .hero-section>.hero-section-content {
    padding-top: 150px;
  }

  .hero-section .hero-content .hero-script {
    font-size: 15px;
    margin-bottom: 15px;
  }

}

@media only screen and (max-width: 768px) {
  .hero-section .hero-content .hero-script {
    font-size: 14px;
  }

  .hero-section .hero-content .hero-title {
    font-size: 38px;
    margin-bottom: 10px;
  }
  
  .hero-section .hero-content .subtitle{
      font-size:30px;
  }
  
  .hero-section > .hero-section-content {
    	padding-top: 0;
    }
}

@media only screen and (max-width: 320px) {
    .hero-section .hero-content .hero-title {
    	font-size: 35px;
    	margin-bottom: 10px;
    }
    
    .hero-section .hero-content .subtitle {
    	font-size: 22px;
    }
}

/*-------------------------------------------------------------
    # Featured
*/
.features-item {
  border: 1px solid #efefef;
  text-align: center;
  padding: 30px 10px;
  -webkit-transition: ease-in 0.3s;
  transition: ease-in 0.3s;
  box-shadow: 0 5px 25px 5px rgba(0, 0, 0, 0.05);
  box-shadow: -8px 12px 18px 0 #eaeeef;
}

.features-item .icon {
  max-width: 50px;
  margin: 0 auto;
  min-height: 35px;
  line-height: 35px;
  color: #b9b9b9;
  font-size: 24px;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 500px) {
  .features-item .icon {
    min-height: 25px;
    min-width: 25px;
    max-width: 40px;
  }

  .features-item p {
    font-size: 13px !important;
  }
}

.features-item .icon img {
  width: 100%;
}

.features-item p {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.3em;
  color: #293b5f;
  font-size: 16px;
  font-weight: 500;
}

@media only screen and (max-width: 575px) {
  .feature-section .features-items-list>[class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 575px) {
  #payment [class*="col-"] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/*-------------------------------------------------
    # Page Layouts
*/
.demos-section>div {
  margin-bottom: -53px;
}

.single-demo {
  margin-bottom: 50px;
}

.single-demo .demo-thumb img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.single-demo .demo-thumb a {
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.single-demo .demo-thumb a>h3 {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 1;
  background-color: #0099ff;
  color: #fff;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 500;
  padding: 15px;
  opacity: 0;
}

.single-demo .demo-thumb:hover img {
  opacity: 0.7;
}

.single-demo .demo-thumb:hover a>h3 {
  opacity: 1;
  bottom: 0;
}

.single-demo>h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 18px 0 15px;
  font-weight: 600;
  text-transform: capitalize;
}

.single-demo>h3 a:hover,
.single-demo>h3 a:focus {
  color: #0099ff;
}

@media only screen and (max-width: 992px) {
  .demos-section>div {
    margin-bottom: -43px;
  }

  .single-demo {
    margin-bottom: 40px;
  }
}

.promo-section {
  color: #fff;
  position: relative;
  overflow: hidden;
  background-color: #410333;
}

.promo-section .promo-content {
  padding-top: 130px;
}

.promo-section .promo-content h2 {
  color: #fff;
  font-size: 36px;
  font-weight: normal;
  line-height: 1.4em;
  margin-bottom: 20px;
  font-weight: 700;
}

.promo-section .promo-content h2>span {
  display: block;
  font-size: 42px;
}

.promo-section .promo-thumbs-contnet {
  min-height: 500px;
  position: relative;
  width: 100%;
}

.promo-section .promo-thumbs-contnet>.thumb {
  bottom: 0;
  position: absolute;
}

.promo-section .promo-thumbs-contnet>.thumb:nth-child(1) {
  left: 15px;
}

.promo-section .promo-thumbs-contnet>.thumb:nth-child(2) {
  z-index: 5;
  right: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.promo-section .promo-thumbs-contnet>.thumb:nth-child(3) {
  right: -185px;
}

.promo-section .promo-thumbs-contnet>.thumb img {
  border-radius: 10px 10px 0 0;
}

@media only screen and (max-width: 1200px) {
  .promo-section .promo-thumbs-contnet>.thumb:nth-child(1) {
    left: 0px;
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(3) {
    right: -85px;
  }
}

@media only screen and (max-width: 992px) {
  .promo-section .promo-content {
    padding-top: 80px;
  }

  .promo-section .promo-thumbs-contnet {
    min-height: auto;
    margin-top: 60px;
  }

  .promo-section .promo-thumbs-contnet>.thumb {
    position: relative;
    display: inline-block;
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(1) {
    left: 0px;
    position: absolute;
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(2) {
    right: auto;
    left: 50%;
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(2)>img {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(3) {
    right: 0px;
    position: absolute;
  }
}

@media only screen and (max-width: 480px) {
  .promo-section .promo-content h2 {
    font-size: 26px;
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(1),
  .promo-section .promo-thumbs-contnet>.thumb:nth-child(3) {
    width: 250px;
  }

  .promo-section .promo-thumbs-contnet>.thumb:nth-child(2) {
    width: 280px;
  }
}

/*-------------------------------------------------
    [ ## Scroll Top ]
*/
.topbutton {
  color: #fff;
  bottom: 50px;
  display: block;
  height: 60px;
  line-height: 60px;
  position: fixed;
  right: 20px;
  text-align: center;
  width: 60px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 999;
  font-size: 16px;
  background-color: #0aaf36;
}

.topbutton.btn-show {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.topbutton.btn-hide {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
}

.topbutton:hover {
  color: #fff !important;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
}

.topbutton:focus {
  color: #fff !important;
}

@media only screen and (max-width: 576px) {
  .topbutton {
    bottom: 40px;
    height: 45px;
    line-height: 45px;
    width: 45px;
    font-size: 18px;
  }
}

/*------------------------------------------------------------------
    # Site Footer
*/
.site-footer {
  color: #fff;
  position: relative;
}

.site-footer .footer-top-area,
.site-footer .footer-copyright-area {
  position: relative;
  z-index: 1;
}

.site-footer .footer-top-area .footer-content h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1.22em;
  font-weight: 500;
  margin-bottom: 45px;
}

.site-footer .footer-top-area .footer-content .price {
  font-size: 16px;
  font-style: italic;
  margin-top: 13px;
}

.site-footer .footer-top-area .footer-content .btn-default:hover,
.site-footer .footer-top-area .footer-content .btn-default:focus {
  background-color: #fff;
  color: #0099ff;
}

.site-footer .footer-copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 15px 0;
}

.site-footer .footer-copyright-area a:hover,
.site-footer .footer-copyright-area a:focus {
  color: #0099ff;
}

@media only screen and (max-width: 992px) {
  .site-footer .footer-top-area .footer-content h2 {
    font-size: 36px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .site-footer .footer-top-area .footer-content h2 {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.preloader {
  width: 100%;
  height: 100%;
  background: #2e0327;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.scene .cube__face--left i:nth-child(1) {
  grid-area: 1 / 1 / 1 / 1;
}

.scene .cube__face--left i:nth-child(2) {
  grid-area: 2 / 1 / 2 / 1;
}

.scene .cube__face--left i:nth-child(3) {
  grid-area: 3 / 1 / 3 / 1;
}

.scene .cube__face--left i:nth-child(4) {
  grid-area: 1 / 3 / 1 / 3;
}

.scene .cube__face--left i:nth-child(5) {
  grid-area: 2 / 3 / 2 / 3;
}

.scene .cube__face--left i:nth-child(6) {
  grid-area: 3 / 3 / 3 / 3;
}

.scene .cube__face--right i:nth-child(1) {
  grid-area: 1 / 1 / 1 / 1;
}

.scene .cube__face--right i:nth-child(2) {
  grid-area: 3 / 1 / 3 / 1;
}

.scene .cube__face--right i:nth-child(3) {
  grid-area: 2 / 2 / 2 / 2;
}

.scene .cube__face--right i:nth-child(4) {
  grid-area: 1 / 3 / 1 / 3;
}

.scene .cube__face--right i:nth-child(5) {
  grid-area: 3 / 3 / 3 / 3;
}

.scene .cube__face--bottom i:nth-child(1) {
  grid-area: 1 / 1 / 1 / 1;
}

.scene .cube__face--bottom i:nth-child(2) {
  grid-area: 3 / 1 / 3 / 1;
}

.scene .cube__face--bottom i:nth-child(3) {
  grid-area: 1 / 3 / 1 / 3;
}

.scene .cube__face--bottom i:nth-child(4) {
  grid-area: 3 / 3 / 3 / 3;
}

.scene .cube__face--top i:nth-child(1) {
  grid-area: 1 / 1 / 1 / 1;
}

.scene .cube__face--top i:nth-child(2) {
  grid-area: 2 / 2 / 2 / 2;
}

.scene .cube__face--top i:nth-child(3) {
  grid-area: 3 / 3 / 3 / 3;
}

.scene .cube__face--back i:nth-child(1) {
  grid-area: 1 / 1 / 1 / 1;
}

.scene .cube__face--back i:nth-child(2) {
  grid-area: 3 / 3 / 3 / 3;
}

.scene .cube__face--front i:nth-child(1) {
  grid-area: 2 / 2 / 2 / 2;
}

.scene:after,
.scene .cube__face i:after {
  display: block;
  content: "";
  position: absolute;
}

.roll {
  margin-bottom: 100px;
  min-height: 30px;
}

.roll:hover .roll__three-d-box,
.roll:focus .roll__three-d-box {
  transform: translateZ(-25px) rotateX(90deg);
}

.roll__three-d-box {
  transition: all 0.3s ease-out;
  transform: translateZ(-25px);
  transform-style: preserve-3d;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.roll__three-d-box--front {
  transform: rotatex(0deg) translatez(14px);
}

.roll__three-d-box--back {
  transform: rotatex(-90deg) translatez(14px);
  background-color: #c0392b !important;
}

.roll:hover~div {
  transform: scale(0.7);
}

.roll:hover~div>div {
  animation-duration: 0.5s;
}

.scene {
  width: 150px;
  height: 150px;
  perspective: 600px;
  transition: 1.5s;
}

.scene:after {
  width: 250px;
  height: 30px;
  background: #c0392b;
  border-radius: 50%;
  filter: blur(40px);
  position: relative;
  top: 112px;
  left: 35px;
  z-index: 50;
  opacity: 0.4;
}

.scene input {
  display: none;
}

.scene input:checked+div {
  animation-play-state: paused;
  animation-duration: 0.5s;
}

.scene .cube {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-100px);
  animation: roll 8s linear infinite alternate;
}

.scene .cube__face {
  display: grid;
  grid-template: repeat(3, 45px) / repeat(3, 45px);
  border: 1px solid #2e0327;
  background: #4b0e40;
  position: absolute;
  width: 200px;
  height: 200px;
  padding: 32.5px;
}

.scene .cube__face--front i::after {
  background: #e74c3c;
}

.scene .cube__face--back i::after {
  background: #1abc9c;
}

.scene .cube__face--top i::after {
  background: #2980b9;
}

.scene .cube__face--bottom i::after {
  background: #f1c40f;
}

.scene .cube__face--right i::after {
  background: #27ae60;
}

.scene .cube__face--left i::after {
  background: #9b59b6;
}

.scene .cube__face--front {
  transform: rotateY(0deg) translateZ(100px);
}

.scene .cube__face--back {
  transform: rotateY(90deg) translateZ(100px);
}

.scene .cube__face--left {
  transform: rotateY(180deg) translateZ(100px);
}

.scene .cube__face--right {
  transform: rotateY(-90deg) translateZ(100px);
}

.scene .cube__face--top {
  transform: rotateX(90deg) translateZ(100px);
}

.scene .cube__face--bottom {
  transform: rotateX(-90deg) translateZ(100px);
}

.scene .cube__face i {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.scene .cube__face i:after {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

/*# sourceMappingURL=application.css.map */
@keyframes redlight {
  from {
    color: red;
  }

  to {
    color: black;
  }
}

@keyframes roll {

  from,
  to {
    transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
  }

  16% {
    transform: rotateY(-90deg);
  }

  33% {
    transform: rotateY(-90deg) rotateZ(90deg);
  }

  50% {
    transform: rotateY(-180deg) rotateZ(90deg);
  }

  66% {
    transform: rotateY(-270deg) rotateX(90deg);
  }

  83% {
    transform: rotateX(90deg);
  }
}

@-webkit-keyframes clockwisespin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes clockwisespin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeout {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.demo-case {
  padding-top: 250px;
}

@media (max-width: 991px) {
  .demo-case {
    padding-top: 200px;
  }
}

@media (max-width: 767px) {
  .demo-case {
    padding-top: 150px;
  }
}

.demo-card {
  margin-bottom: 100px;
  transition: 0.7s cubic-bezier(0.26, 0.76, 0.3, 0.75);
  position: relative;
  text-decoration: none;
}

.demo-card img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.demo-card .title {
  padding: 35px 30px;
  margin-bottom: 0;
  transition: all 0.3s ease 0s;
  font-size: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  background: #fff;
  box-shadow: 0 10px 35px 10px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 7px 7px;
  color: #0aaf36;
}

@media (max-width: 991px) {
  .demo-card .title {
    padding: 20px 30px;
  }
}

.demo-card:hover .title,
.demo-card:hover .title:hover {
  box-shadow: 0 15px 45px 15px rgba(0, 0, 0, 0.1);
}

.demo-card .title {
  position: relative;
}

.demo-card .title::after {
  font-family: "Font Awesome 5 Free";
  content: "\f061";
  font-weight: 900;
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: #0aaf36;
  right: 0px;
  text-align: right;
  position: absolute;
  right: 35px;
  transition: ease-in 0.3s;
  font-size: 18px;
}

.demo-card:hover .title::after {
  transform: translateX(12px);
}

.payment-card {
  padding: 25px;
  background: #f7f7f9;
}

@media (max-width: 500px) {
  .payment-card {
    padding: 15px;
  }
}

ul.list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.list li {
  padding: 5px 0;
  font-size: 17px;
  color: #667;
  position: relative;
  padding-left: 35px;
}

ul.list li::before {
  position: absolute;
  content: "";
  font-family: "Line Awesome Free";
  font-size: 14px;
  font-weight: 900;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #bcc2ca;
  left: 0;
  top: 9px;
}

@media (min-width: 992px) {
  .feature-thumb img {
    width: unset;
    max-width: unset;
  }
}

.rtl {
  direction: rtl;
}

.theme-demo {
  overflow: hidden;
  position: relative;
  height: 400px;
}

@media (min-width: 1400px) {
  .theme-demo {
    height: 500px;
  }
}

.theme-demo:hover .image-wrapper img {
  transform: translateY(calc(-100% + 500px));
}

.theme-demo .image-wrapper {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.theme-demo .image-wrapper img {
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  transition-duration: 2s;
  transition: all ease-in-out 5s;
}


/* responsive */
.mobile-menu {
  display: flex;
  align-items: center;
  /* Ensures vertical alignment */
  justify-content: space-between;
  /* Keeps logo and menu icon apart */
  padding: 10px 15px;
  /* Adjust padding to reduce extra space */
}

.mobile-logo {
  max-height: 40px;
  /* Adjust the logo height */
}

.mobile-menu a {
  display: flex;
  align-items: center;
}