﻿@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Almarai:wght@400;700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased !important;
    -moz-font-smoothing: antialiased !important;
    -o-font-smoothing: antialiased !important;
    -ms-font-smoothing: antialiased !important;
    font-smoothing: antialiased !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    color: #272727;
    -webkit-transition: 0.3s ease-in-out !important;
    -moz-transition: 0.3s ease-in-out !important;
    -o-transition: 0.3s ease-in-out !important;
    -ms-transition: 0.3s ease-in-out !important;
    transition: 0.3s ease-in-out !important;
}
body.modal-open {
  padding-right: 0 !important;
  overflow: auto;
}

#wrapper,
#content {
  width: 100%;
  height: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600 !important;
  letter-spacing: -1px;
}
/*-----------------------------
  page dark
-----------------------------*/

/*-----------------------------
  button, input , a , btn
-----------------------------*/
button,
input {
  -webkit-outline: 0 !important;
  -moz-outline: 0 !important;
  -o-outline: 0 !important;
  -ms-outline: 0 !important;
  outline: 0 !important;
}

a {
  text-decoration: none;
  color: #898989;
}
a:hover {
  text-decoration: none;
  color: #000;
}
.gap-20 {
  gap: 20px;
}
.btn,
.btn.focus,
.btn:active,
.btn.active,
.btn:focus {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -o-box-shadow: none !important;
  -ms-box-shadow: none !important;
  box-shadow: none !important;
  border: 0;
}

img {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -o-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.tio {
  vertical-align: middle;
  display: inline-block;
}

/*-----------------------------
  Selection
-----------------------------*/
::selection {
  background-color: #ed1c24;
  color: #ffffff;
}

/*-----------------------------
  Particles
-----------------------------*/

.title_sections {
  margin-bottom: 3.25rem;
}
.title_sections .before_title {
  margin-bottom: 1.25rem;
}
.title_sections .before_title span {
  color: #272727;
  font-size: 1rem;
  font-weight: 500;
}
.title_sections .before_title span:last-child {
  color: #ed1c24;
  font-weight: 600;
}
.title_sections h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #272727;
}
.title_sections p {
  color: #6c7a87;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
@media (max-width: 991px) {
  .title_sections {
    margin-bottom: 2.5rem;
  }
}

.title_sections_inner {
  margin-bottom: 3.125rem;
}
.title_sections_inner .before_title {
  margin-bottom: 1.25rem;
}
.title_sections_inner .before_title span {
  color: #272727;
  font-size: 1rem;
  font-weight: 500;
}
.title_sections_inner .before_title span:last-child {
  color: #ed1c24;
}
.title_sections_inner h2 {
  font-size: 1.875rem;
  margin-bottom: 1.25rem;
  font-weight: 600;
  color: #272727;
}
.title_sections_inner p {
  color: #6c7a87;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
}
.title_sections_inner .btn {
  margin-top: 1.25rem;
}
@media (max-width: 991px) {
  .title_sections_inner {
    margin-bottom: 2.5rem;
  }
}

/*-----------------------------
  logo
-----------------------------*/
.logo {
  font-weight: 500;
  font-size: 20px;
}
.logo img {
  vertical-align: bottom;
  margin-right: 0.5rem;
  width: 27px;
}

/*-----------------------------
  demo_body_interior
-----------------------------*/

/*-----------------------------
  Charity
-----------------------------*/

/*-----------------------------
  hide and show header
-----------------------------*/

/*-----------------------------
  loading_overlay
-----------------------------*/
.loaded_page .loading_overlay {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.6s !important;
  -moz-transition: opacity 0.6s !important;
  -o-transition: opacity 0.6s !important;
  -ms-transition: opacity 0.6s !important;
  transition: opacity 0.6s !important;
}

.loading_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white !important;
  overflow: hidden;
  position: fixed;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading_overlay .loader_logo {
  position: relative;
}
.loading_overlay .loader_logo .logo {
  width: 180px;

  -webkit-animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -moz-animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -o-animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  -ms-animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
  animation: text-focus-in 1.5s cubic-bezier(0.55, 0.085, 0.68, 0.53) both !important;
}

/*-----------------------------
  background - page modern Sass
-----------------------------*/

/*-----------------------------
  app-mobile-btn
-----------------------------*/

/*-----------------------------
  Classes:
  margin, padding, font-size, color,
  background-color, border-radius,
  z-index, min-width
-----------------------------*/

.margin-b-2 {
  margin-bottom: 1.25rem !important;
}

.margin-b-5 {
  margin-bottom: 3.125rem !important;
}
@media (max-width: 767px) {
  .margin-b-5 {
    margin-bottom: 1.875rem !important;
  }
}

.margin-b-6 {
  margin-bottom: 3.75rem !important;
}
@media (max-width: 767px) {
  .margin-b-6 {
    margin-bottom: 2.5rem !important;
  }
}

.margin-b-15 {
  margin-bottom: 9.375rem !important;
}
@media (max-width: 767px) {
  .margin-b-15 {
    margin-bottom: 3.75rem !important;
  }
}

.margin-t-4 {
  margin-top: 2.5rem !important;
}

.margin-t-12 {
  margin-top: 7.5rem !important;
}
@media (max-width: 767px) {
  .margin-t-12 {
    margin-top: 3.125rem !important;
  }
}

.padding-t-5 {
  padding-top: 3.125rem !important;
}

.padding-b-15 {
  padding-bottom: 9.375rem !important;
}
@media (max-width: 767px) {
  .padding-b-15 {
    padding-bottom: 3.75rem !important;
  }
}

.c-white {
  color: #ffffff !important;
}

.c-red {
  color: #ed1c24 !important;
}

.bg-blue {
  background-color: #ed1c24 !important;
}

.bg-red {
  background-color: #ed1c24 !important;
}

.font-s-18 {
  font-size: 18px !important;
}

/*-----------------------------
  Active, hover Colors for Navbar
-----------------------------*/

.active-blue .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.active {
  color: #ed1c24 !important;
}
.active-blue .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #ed1c24 !important;
}
.active-blue .navbar .navbar-collapse .navbar-nav .nav-item .nav-link.selected {
  color: #ed1c24 !important;
}
.active-blue .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link {
  color: #ed1c24 !important;
}
.active-blue .navbar .navbar-collapse .navbar-nav .nav-item.show .nav-link:hover {
  color: #ed1c24 !important;
}

.transition {
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}

.Maintaince_purchase {
  position: fixed;
  left: 40px;
  bottom: 40px;
  z-index: 999;
}
.Maintaince_purchase .btn_purch {
  position: relative;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.Maintaince_purchase .btn_purch .icon {
  width: 45px;
  height: 45px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #89bd49;
  border-radius: 50%;
  vertical-align: sub;
}
.Maintaince_purchase .btn_purch .icon img {
  width: 35px;
}
.Maintaince_purchase .btn_purch .icon:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: block;
  position: absolute;
  background: rgba(137, 189, 73, 0.1);
  z-index: -1;
  -webkit-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  -moz-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  -o-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  -ms-animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
  animation: pulse 2.2s cubic-bezier(0.68, -0.55, 0.27, 1.55) infinite !important;
}
.Maintaince_purchase .btn_purch .txt {
  padding: 0 0.6rem;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  opacity: 0;
  display: inline-block;
  -webkit-transition: 0.5s !important;
  -moz-transition: 0.5s !important;
  -o-transition: 0.5s !important;
  -ms-transition: 0.5s !important;
  transition: 0.5s !important;
  visibility: hidden;
  position: absolute;
  top: 19px;
  right: 60px;
}
.Maintaince_purchase .btn_purch:after {
  content: "";
  display: block;
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: rgba(137, 189, 73, 0.15);
  top: -4px;
  right: 2px;
  z-index: -1;
  -webkit-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -moz-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -o-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  -ms-transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
  transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) !important;
}
.Maintaince_purchase .btn_purch:hover .txt {
  opacity: 1;
  visibility: visible;
}
.Maintaince_purchase .btn_purch:hover:after {
  border-radius: 50px;
  background: rgba(137, 189, 73, 0.85);
  width: 150px;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(1.6);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}

html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

/*-----------------------------
  Update 2.0
-----------------------------*/

@media (max-width: 767px) {
  .section_slider_swipe .multi_shot .swiper-wrapper {
    margin: inherit;
  }
}

header {
  z-index: 9;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(11, 34, 56, 0);
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -moz-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.fixed-header header {
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(1) blur(20px) !important;
  -o-backdrop-filter: saturate(1) blur(20px) !important;
  -ms-backdrop-filter: saturate(1) blur(20px) !important;
  backdrop-filter: saturate(1) blur(20px) !important;
  border-bottom: 1px solid #edeef1;
}
@-moz-document url-prefix() {
  .fixed-header header {
    background: white;
    border-bottom: 0 !important;
    backdrop-filter: saturate(1) blur(0);
    box-shadow: 0px 10px 40px 0px rgba(11, 34, 56, 0.05);
  }
}
header .navbar {
  height: 80px;
  padding: 0;
}
header .navbar .navbar-brand {
  font-weight: 600;
  font-size: 22px;
}
header .navbar .navbar-brand .logo {
  vertical-align: bottom;
  margin-right: 0.5rem;
  width: 180px;
}
header .navbar .navbar-collapse {
  margin-top: 0.4rem;
}
header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin-right: 1.25rem;
  background-color: transparent;
}
@media (max-width: 991px) {
  header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    padding: 0.75rem 0;
  }
}
header .navbar .navbar-collapse .navbar-nav .dropdown.show .nav-link {
  color: #ed1c24 !important;
}
header .navbar .navbar-collapse .nav_account .btn {
  font-size: 15px;
}
header .navbar .navbar-collapse .nav_account.btn_demo3 .btn_sm_primary {
  border: 1px solid #edeef1;
}
@media (max-width: 991px) {
  header {
    background: #ffffff;
  }
  header .navbar-toggler:focus {
    border: 0;
    outline: 0;
    box-shadow: none;
  }
  header .navbar {
    height: auto;
    padding: 0.75rem;
  }
  header .navbar-brand {
    color: #272727 !important;
    font-size: 18px !important;
  }
  header .navbar-brand .logo {
    width: 100px !important;
  }
  header .navbar-collapse {
    margin-left: 0 !important;
  }
  header .navbar-collapse .navbar-nav {
    padding-bottom: 1rem;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #272727 !important;
  }
  header .navbar-collapse .navbar-nav .nav-item .nav-link.active {
    color: #ed1c24 !important;
  }
  header .navbar-collapse .nav_account {
    border-top: 1px solid #edeef1;
    padding: 1rem 0;
  }
}

/*-----------------------------
  header-nav-center
-----------------------------*/
.header-nav-center {
  width: 100%;
  left: 0;
  z-index: 12;
}
.header-nav-center .navbar-brand {
  color: #272727;
}
.header-nav-center .navbar-collapse .nav-item .nav-link {
  color: #272727;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.header-nav-center .navbar-collapse .nav-item .nav-link:hover {
  color: #ed1c24;
}
.header-nav-center .navbar-collapse .nav-item .nav-link.active {
  color: #ed1c24;
  background-color: transparent;
}
.header-nav-center .navbar-collapse .nav-item.active .nav-link {
  color: #ed1c24;
  background-color: transparent;
}

/*-----------------------------
  header-nav-left
-----------------------------*/

/*-----------------------------
  Fixed header
-----------------------------*/
@media (max-width: 991px) {
  .fixed-header header {
    background: #ffffff !important;
  }
}

/*-----------------------------
  header-Crypto
-----------------------------*/

/*-----------------------------
  header-Crypto Dark
-----------------------------*/
@media (max-width: 767px) {
}

/*-----------------------------
  Fixed side menu
-----------------------------*/

/*-----------------------------
  header charity
-----------------------------*/

/*-----------------------------
  head_host
-----------------------------*/

/*-----------------------------
  page interior - header
-----------------------------*/

/*-----------------------------
  header Charity - left
-----------------------------*/

/*-----------------------------
  header__workspace
-----------------------------*/

/*-----------------------------
  header_software
-----------------------------*/

/*-----------------------------
  white_scroll_dark
-----------------------------*/

/*-----------------------------
  header-black 
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** demo_1
    --------------------------
    ** demo_2
    --------------------------
    ** demo_3
    --------------------------
    ** demo_4
    --------------------------
    ** banner_demo4
    --------------------------
    ** banner_demo5
    --------------------------
    ** banner_demo6
    --------------------------
    ** banner_demo7
    --------------------------
    ** banner_demo8
    --------------------------
    ** banner_title
    --------------------------
    ** demo__charity
    --------------------------
    ** demo__workspace
    --------------------------
    ** demo__software
    --------------------------
    **banner_cotact_one
    --------------------------
    **banner_cotact_four
    -------------------------
    **banner_cotact_five
    --------------------------
    **banner_about
    --------------------------
    **banner_about_two
    --------------------------
    **banner_about_three
    --------------------------
    **banner_bg_pricing
    --------------------------
    **banner_blog_inner
    --------------------------
    **banner_Sblog_default
    --------------------------
    **banner_app_two
    --------------------------
    **banner_personal
    --------------------------
    **blog-banner_with_image
    --------------------------
    **single_blog
    --------------------------
    **banner_app_three
    --------------------------

*/
/*-----------------------------
  demo_1
-----------------------------*/
.demo_1.banner_section {
  background: #ececec;
  background-image: url("../img/bg-hero.jpg");
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  padding-top: 10rem;
}
@media (max-width: 767px) {
  .demo_1.banner_section {
    padding-top: 6rem;
  }
}
.demo_1.banner_section .banner_title {
  margin-bottom: 30px;
}
.demo_1.banner_section .banner_title h1 {
  color: #272727;
}
.demo_1.banner_section .banner_title p {
  color: #6c7a87;
}
.demo_1.banner_section .image_product {
  position: relative;
}
.demo_1.banner_section .image_product img {
  width: 100%;
  z-index: 1;
  position: relative;
}

/*-----------------------------
  demo_2
-----------------------------*/

/*-----------------------------
  demo_3
-----------------------------*/

/*-----------------------------
  demo_4
-----------------------------*/

/*-----------------------------
  banner_demo4
-----------------------------*/

/*-----------------------------
  banner_demo5
-----------------------------*/

/*-----------------------------
  banner_demo6
-----------------------------*/

/*-----------------------------
  banner_demo7
-----------------------------*/

/*-----------------------------
  banner_demo8
-----------------------------*/

/*-----------------------------
  banner_title
-----------------------------*/
.banner_title .offer {
  padding: 0.85rem 1.45rem;
  border-radius: 12px;
  background-color: rgba(11, 34, 56, 0.1);
  width: max-content;
}
.banner_title h1 {
  font-size: 4.125rem;
  font-weight: 700;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.banner_title p {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.875rem;
}
.banner_title .tio {
  display: inline-block;
  vertical-align: middle;
}

/*-----------------------------
  banner_title_inner
-----------------------------*/

/*-----------------------------
  demo__charity
-----------------------------*/

/*-----------------------------
  demo__workspace
-----------------------------*/

/*-----------------------------
  demo__software
-----------------------------*/

/*-----------------------------
  banner_cotact_one
-----------------------------*/

/*-----------------------------
  Banner - padding top ( inner page)
-----------------------------*/

/*-----------------------------
  banner_cotact_four
-----------------------------*/

/*-----------------------------
  banner_cotact_five
-----------------------------*/

/*-----------------------------
  banner_about
-----------------------------*/

/*-----------------------------
  banner_about_two
-----------------------------*/

/*-----------------------------
  banner_about_three
-----------------------------*/

/*-----------------------------
  banner_blog_inner
-----------------------------*/

/*-----------------------------
  banner_Sblog_default
-----------------------------*/

/*-----------------------------
  banner_app_two
-----------------------------*/

/*-----------------------------
  banner_personal
-----------------------------*/

/*-----------------------------
  blog-banner_with_image
-----------------------------*/

/*-----------------------------
  blog-banner_without_image
-----------------------------*/

/*-----------------------------
  blog-banner_without_image
-----------------------------*/

/*-----------------------------
  banner_app_three
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** logos_section
    --------------------------
    ** logos-simple
    --------------------------
    ** logos_demo2
    --------------------------
    ** logos_demo3
    --------------------------
    ** integration__logo
    --------------------------
    ** companies__logo
    --------------------------
    **group_logo_list
    --------------------------

*/
/*-----------------------------
  logos_section
-----------------------------*/
.logos_section h3 {
  font-size: 16px;
  font-weight: 400;
  color: #6c7a87;
  margin-bottom: 2.5rem;
}
.logos_section .wrapper_logos {
  position: relative;
  direction: ltr;
}
.logos_section .wrapper_logos .bx-wrapper {
  min-width: 100%;
}
.logos_section .wrapper_logos .logos_masks {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%) !important;
  -moz-background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%) !important;
  -o-background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%) !important;
  -ms-background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%) !important;
  background: linear-gradient(to right, #fff 0%, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, #fff 100%) !important;
}
.logos_section .items .item-client {
  margin: 0;
  position: relative;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.logos_section .items .item-client span {
  text-align: center;
}
@media (max-width: 991px) {
  .logos_section .items .item-client {
    display: inline-block;
    margin-bottom: 1.5rem;
  }
}
.logos_section .items .item-client img {
    width: 100px;
    -webkit-transition: 0.4s !important;
    -moz-transition: 0.4s !important;
    -o-transition: 0.4s !important;
    -ms-transition: 0.4s !important;
    transition: 0.4s !important;
    filter: grayscale(1);
}
    .logos_section .items .item-client:hover img {
        filter: grayscale(0);
    }
.logos_section .items .item-client span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 14px;
  opacity: 0;
  color: #ed1c24;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}

/*-----------------------------
  logos-simple
-----------------------------*/

/*-----------------------------
  logos_demo2
-----------------------------*/

/*-----------------------------
  logos_demo3
-----------------------------*/

/*-----------------------------
  integration__logo
-----------------------------*/

/*-----------------------------
  companies__logo
-----------------------------*/

/*-----------------------------
  group_logo_list
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** services_section
    --------------------------
    ** sevice_block
    --------------------------
    ** support_item
    --------------------------
    ** Interior Service
    --------------------------
    ** gng_serv_about
    --------------------------
    ** report_section
    --------------------------
    ** hosting_service
    --------------------------
    ** service_demo3
    --------------------------
    ** service_demo4
    --------------------------
    ** service_demo5
    --------------------------
    ** serv_app
    --------------------------
    ** save__nature
    --------------------------
    ** service__workspace
    --------------------------
    ** service__about
    --------------------------
    ** service_three
    --------------------------
    **service_mobile_app
    --------------------------
    **service_four
    --------------------------

*/
/*-----------------------------
  services_section
-----------------------------*/
.services_section .items_serv .item-img {
  position: relative;
  background-image: url("../img/shape-before.svg");
  background-repeat: no-repeat;
  display: block;
  width: 97px;
  height: 84px;
  margin: auto;
  margin-right: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.services_section .items_serv .item-img img {
  width: 45px;
  margin-top: 1rem;
  text-align: center;
}
.services_section .items_serv .txt-small {
  margin-bottom: 10px;
}
.services_section .items_serv .txt-small span {
  font-size: 16px;
  color: rgba(11, 34, 56, 0.5);
  font-weight: 400;
}
.services_section .items_serv h3 {
  font-size: 18px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 10px;
}
.services_section .items_serv p {
  color: #6c7a87;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/*-----------------------------
  sevice_block
-----------------------------*/

/*-----------------------------
  support_item
-----------------------------*/

/*-----------------------------
  Interior Service
-----------------------------*/

/*-----------------------------
  gng_serv_about
-----------------------------*/

/*-----------------------------
  report_section
-----------------------------*/

/*-----------------------------
  hosting_service
-----------------------------*/

/*-----------------------------
  service_demo3
-----------------------------*/

/*-----------------------------
  service_demo4
-----------------------------*/

/*-----------------------------
  service_demo5
-----------------------------*/

/*-----------------------------
  serv_app
-----------------------------*/

/*-----------------------------
  save__nature
-----------------------------*/

/*-----------------------------
  service__workspace
-----------------------------*/

/*-----------------------------
  service__about
-----------------------------*/

/*-----------------------------
  serv_soft
-----------------------------*/

/*-----------------------------
  service_three
-----------------------------*/

/*-----------------------------
  service_mobile_app
-----------------------------*/

/*-----------------------------
  service_four
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** features_section
    --------------------------
    ** feature_app
    --------------------------
    ** upgrade_item
    --------------------------
    ** Feature_dark_crypto
    --------------------------
    ** install_app
    --------------------------
    ** features_hosting
    --------------------------
    ** feature_demo2
    --------------------------
    ** feature_dem3
    --------------------------
    ** section__stories
    --------------------------
    ** feature__demo4
    --------------------------
    ** features__workspace
    --------------------------
    ** feature__app
    --------------------------
    **tb_features_pricing
    --------------------------
    **features_mobileApp
    --------------------------
    **features_app_fitness
    --------------------------
    **fitures_Appfitness
    --------------------------

*/
/*-----------------------------
  features_section
-----------------------------*/

/*-----------------------------
  feature_app
-----------------------------*/

/*-----------------------------
  upgrade_item
-----------------------------*/

/*-----------------------------
  Feature_dark_crypto
-----------------------------*/

/*-----------------------------
  install_app
-----------------------------*/

/*-----------------------------
  features_hosting
-----------------------------*/

/*-----------------------------
  feature_demo2
-----------------------------*/

/*-----------------------------
  feature_dem3
-----------------------------*/

/*-----------------------------
  section__stories
-----------------------------*/

/*-----------------------------
  feature__demo4
-----------------------------*/

/*-----------------------------
  features__workspace
-----------------------------*/

/*-----------------------------
  feature__app
-----------------------------*/

/*-----------------------------
  tb_features_pricing
-----------------------------*/

/*-----------------------------
  features_mobileApp
-----------------------------*/

/*-----------------------------
  features_app_fitness
-----------------------------*/

/*-----------------------------
  fitures_Appfitness
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** Sass Product
    --------------------------
    ** product_demo2
    --------------------------
    ** products_App
    --------------------------
    ** product_demo3 - Crypto currency
    --------------------------
    ** Works images
    --------------------------
    ** Charity
    --------------------------
    ** product_demo4
    --------------------------
    ** works_demo2
    --------------------------
    ** section__priorities
    --------------------------
    ** product__office
    --------------------------
    ** software_web
    --------------------------
    

*/
/*-----------------------------
  Sass Product
-----------------------------*/

.products_section .title_sections h2 {
  color: #ffffff;
}
.products_section .title_sections p {
  color: #ffffff;
}
.products_section .item_pro .icon_t {
  background-image: url(../img/shape-before.svg);
  background-repeat: no-repeat;
  width: 100px;
  height: 70px;
  position: relative;
  margin-bottom: 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products_section .item_pro .icon_t .tio {
  color: #c6383d;
  font-size: 25px;
  text-align: center;
}
.products_section .item_pro h3 {
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}
.products_section .item_pro p {
  color: #9da6af;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

/*-----------------------------
  product_demo2
-----------------------------*/

/*-----------------------------
  products_App
-----------------------------*/

/*-----------------------------
product_demo3 - Crypto currency
-----------------------------*/

/*-----------------------------
Works images
-----------------------------*/

/*-----------------------------
Charity
-----------------------------*/

/*-----------------------------
product_demo4
-----------------------------*/

/*-----------------------------
works_demo2
-----------------------------*/

/*-----------------------------
section__priorities
-----------------------------*/

/*-----------------------------
product__office
-----------------------------*/

/*-----------------------------
software_web
-----------------------------*/
.software_web {
  position: relative;
  overflow: hidden;
}
    .software_web .screen__ipad {
        margin-right: -80%;
        margin-left: inherit;
        position: relative;
        height: 619px;
    }
@media (max-width: 767px) {
  .software_web .screen__ipad {
    height: 100%;
  }
}
@media (max-width: 991px) {
  .software_web .screen__ipad {
    margin-right: 0;
  }
}
.software_web .screen__ipad .ipad_img {
  width: 100%;
  height: 640px;
  object-fit: contain;
}
@media (max-width: 991px) {
  .software_web .screen__ipad .ipad_img {
    height: 530px;
  }
}
@media (max-width: 767px) {
  .software_web .screen__ipad .ipad_img {
    height: 100%;
  }
}
.software_web .screen__ipad .sub_img {
    position: absolute;
    width: 200px;
    border-radius: 12px;
    -webkit-box-shadow: -20px 50px 50px 0px rgba(11, 34, 56, 0.05) !important;
    -moz-box-shadow: -20px 50px 50px 0px rgba(11, 34, 56, 0.05) !important;
    -o-box-shadow: -20px 50px 50px 0px rgba(11, 34, 56, 0.05) !important;
    -ms-box-shadow: -20px 50px 50px 0px rgba(11, 34, 56, 0.05) !important;
    box-shadow: -20px 50px 50px 0px rgba(11, 34, 56, 0.05) !important;
    bottom: 90px;
    left: 30px;
    right: inherit;
}
@media (max-width: 767px) {
  .software_web .screen__ipad .sub_img {
    display: none;
  }
}

/*
    CSS Table of Sections
    --------------------------
    ** Slide_horizontal_scroll
    --------------------------

*/
/*-----------------------------
  Slide_horizontal_scroll
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** toggle_switch
    --------------------------
    ** pricing_section
    --------------------------
    ** pricing_demo2
    --------------------------
    ** pricing_demo3
    --------------------------
    ** options_pricing
    --------------------------
    **banner_pricing_list
    --------------------------
    **pricing_list_app
    --------------------------


*/
/*-----------------------------
  toggle_switch
-----------------------------*/
.toggle_switch .toggler {
  display: inline-block;
  vertical-align: middle;
  color: #6c7a87;
  font-weight: 600;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.toggle_switch .toggler.toggler--is-active {
  color: #ed1c24;
}
.toggle_switch .toggle {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 65px;
  height: 35px;
  border-radius: 100px;
  background-color: transparent;
  border: 1px solid rgba(11, 34, 56, 0.1);
  overflow: hidden;
  margin: 0 0.75rem;
}
.toggle_switch .toggle .check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;
}
.toggle_switch .toggle .check:checked ~ .switch {
  right: 8px;
  left: 50.5%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.1s, 0s;
}
.toggle_switch .toggle .switch {
  position: absolute;
  left: 8px;
  top: 5px;
  bottom: 5px;
  right: 50.5%;
  background-color: #ed1c24;
  border-radius: 36px;
  z-index: 1;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0s, 0.1s;
}
.toggle_switch .toggle .switch:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='15' viewBox='0 0 15 15'%3E%3Cg id='Ellipse_9' data-name='Ellipse 9' fill='none' stroke='%23fff' stroke-width='1'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' stroke='none'/%3E%3Ccircle cx='7.5' cy='7.5' r='7' fill='none'/%3E%3C/g%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  top: 20%;
  left: 17%;
  transition: 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: left, right;
  transition-delay: 0.1s, 0s;
}
.toggle_switch .yearly {
  position: relative;
}
.toggle_switch .yearly .offer {
  position: absolute;
  background-color: rgb(237 28 36);
  color: #ffffff;
  padding: 0.35rem;
  width: 110px;
  top: -2rem;
  left: 3rem;
  font-size: 15px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .toggle_switch .yearly .offer {
    top: -2rem;
    left: 0rem;
  }
}

/*-----------------------------
  pricing_section
-----------------------------*/
.pricing_section .blocks_pricing.hide {
  display: none;
}
.pricing_section .blocks_pricing div div:first-of-type .item__price {
  background-color: #f4f4f4;
}
.pricing_section .blocks_pricing div div:nth-of-type(2) .item__price {
  background-color: #ed1d251f;
}
.pricing_section .blocks_pricing div div:nth-of-type(3) .item__price {
  background-color: #f4f4f4;
}
.pricing_section .blocks_pricing div div:nth-of-type(4) .item__price {
    background-color: #f4f4f4;
}
.pricing_section .blocks_pricing .item__price {
  border-radius: 8px;
  position: relative;
  padding: 2.5rem 1rem;
  text-align: center;
  height: 550px;
}
@media (max-width: 991px) {
  .pricing_section .blocks_pricing .item__price {
    height: auto;
    margin-bottom: 2rem;
  }
}
.pricing_section .blocks_pricing .item__price.popular {
  position: relative;
}
.pricing_section .blocks_pricing .item__price.popular .icon_popular {
  position: absolute;
  top: -1.8%;
  right: 6%;
  width: 155px;
}
@media (max-width: 991px) {
  .pricing_section .blocks_pricing .item__price.popular .icon_popular {
    top: -1.1%;
  }
}
.pricing_section .blocks_pricing .item__price .logo_price {
  align-items: center;
  text-align: -webkit-center;
  text-align: -moz-center;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.pricing_section .blocks_pricing .item__price .logo_price .icon_gif {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='94' height='81' viewBox='0 0 94 81'%3E%3Cpath id='Polygon_60' data-name='Polygon 60' d='M60.134,0A18,18,0,0,1,75.7,8.966l13.056,22.5a18,18,0,0,1,0,18.068L75.7,72.034A18,18,0,0,1,60.134,81H33.866A18,18,0,0,1,18.3,72.034L5.242,49.534a18,18,0,0,1,0-18.068L18.3,8.966A18,18,0,0,1,33.866,0Z' fill='%23fff'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 94px;
  height: 81px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pricing_section .blocks_pricing .item__price .logo_price .icon_gif .gif {
  text-align: center;
  width: 90px;
}
.pricing_section .blocks_pricing .item__price .name_p {
  font-size: 25px;
  font-weight: 600;
  color: #272727;
  margin-bottom: 1.875rem;
}
.pricing_section .blocks_pricing .item__price .number {
  margin-bottom: 1.875rem;
}
.pricing_section .blocks_pricing .item__price .number .n_price {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  -moz-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  -o-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  -ms-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both !important;
  font-size: 50px;
  font-weight: 600;
  color: #272727;
  position: relative;
}
.pricing_section .blocks_pricing .item__price .number .coins {
  position: absolute;
  color: #6c7a87;
  font-size: 35px;
  font-weight: 600;
}
.pricing_section .blocks_pricing .item__price .number .per {
  color: #6c7a87;
  font-size: 14px;
  font-weight: 400;
}
.pricing_section .blocks_pricing .item__price .info_price {
  color: #6c7a87;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.pricing_section .blocks_pricing .item__price .feature_price {
  padding: 1.875rem 0;
  background-color: #ffffff;
  border-radius: 8px;
  margin-top: 1.875rem;
  -webkit-box-shadow: 0px 30px 40px -33px rgba(4, 36, 104, 0.07) !important;
  -moz-box-shadow: 0px 30px 40px -33px rgba(4, 36, 104, 0.07) !important;
  -o-box-shadow: 0px 30px 40px -33px rgba(4, 36, 104, 0.07) !important;
  -ms-box-shadow: 0px 30px 40px -33px rgba(4, 36, 104, 0.07) !important;
  box-shadow: 0px 30px 40px -33px rgba(4, 36, 104, 0.07) !important;
}
.pricing_section .blocks_pricing .item__price .feature_price .list-group {
  border: 0;
  text-align: left;
  padding: 0;
}
    .pricing_section .blocks_pricing .item__price .feature_price .list-group .list-group-item {
        border: 0;
        font-size: 16px;
        font-weight: 400;
        padding: 0.5rem 0.75rem;
    }
.pricing_section .blocks_pricing .item__price .feature_price .list-group .list-group-item .tio {
  vertical-align: text-top;
  color: #ed1c24;
  font-size: 18px;
  margin-right: 0.3rem;
}
.pricing_section .blocks_pricing .item__price .feature_price .list-group .list-group-item:first-child {
  padding-top: 0;
}
.pricing_section .blocks_pricing .item__price .feature_price .list-group .list-group-item:last-child {
  padding-bottom: 0;
}
.pricing_section .blocks_pricing .item__price .feature_price .btn {
  margin: 1.875rem 0 0 0;
  font-size: 15px;
  font-weight: 400;
}

/*-----------------------------
  pricing_demo2
-----------------------------*/

/*-----------------------------
  pricing_demo3
-----------------------------*/

/*-----------------------------
  options_pricing
-----------------------------*/

/*-----------------------------
  p_pricing_list
-----------------------------*/

/*-----------------------------
  pricing_list_app
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** faq_section
    --------------------------
    ** faq_demo2
    --------------------------
    ** faq_demodark (dark crypto)
    --------------------------
    ** faq_demo3
    --------------------------
    ** faq_demo4
    --------------------------
    ** faq_demo5
    --------------------------
    **faq_one_inner
    --------------------------
    **faq_two_inner
    --------------------------
*/
/*-----------------------------
  faq_section
-----------------------------*/
.faq_section {
  background-color: #f7f8fa;
  padding-top: 25rem;
  padding-bottom: 7.5rem;
  margin-top: -15rem;
}
@media (max-width: 991px) {
  .faq_section {
    padding-top: 12rem;
  }
}
.faq_section .accordion .card {
  border-radius: 8px;
  border: 0;
  margin-bottom: 1rem;
}
.faq_section .accordion .card .card-header {
  border-color: #edeef1;
  background-color: #ffffff;
  border-radius: 8px;
  border-bottom: 0;
}
.faq_section .accordion .card .card-header .btn-link {
  display: contents;
}
.faq_section .accordion .card .card-header .btn-link::before {
  font-family: "The-Icon-of" !important;
  content: "\e9b1";
  float: right;
  margin-top: 0.4rem;
  font-size: 20px;
  color: #6c7a87;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.faq_section .accordion .card .card-header.active .btn-link::before {
  -webkit-transform: rotate(180deg) !important;
  -moz-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  -ms-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}
.faq_section .accordion .card .card-header h3 .btn-link {
  color: #272727;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.faq_section .accordion .card .card-header h3 .btn-link:hover {
  text-decoration: none;
}
.faq_section .accordion .card .card-body p {
  font-size: 14px !important;
  color: #6c7a87 !important;
  font-weight: 400 !important;
}

/*-----------------------------
  faq_demo2
-----------------------------*/

/*-----------------------------
  faq_demodark (dark crypto)
-----------------------------*/

/*-----------------------------
  faq_demo3
-----------------------------*/
.faq_demo3 {
  position: relative;
  background-color: #ffffff;
  margin-top: -10rem;
  z-index: 2;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  -moz-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  -o-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  -ms-box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
  box-shadow: 0px -200px 60px -200px rgba(11, 34, 56, 0.04) !important;
}
@media (max-width: 991px) {
  .faq_demo3 {
    -webkit-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    -moz-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    -o-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    -ms-box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    box-shadow: 0px -100px 60px -100px rgba(11, 34, 56, 0.04) !important;
    margin-top: -5rem;
  }
}
.faq_demo3 .block_faq .card {
  border: 1px solid #edeef1;
}

/*-----------------------------
  faq_demo4
-----------------------------*/

/*-----------------------------
  faq_demo5
-----------------------------*/

/*-----------------------------
  faq_one_inner
-----------------------------*/
.faq_one_inner {
  background-color: #ffffff;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
  width: 95%;
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin-top: -28.125rem;
}
@media (max-width: 991px) {
  .faq_one_inner {
    width: 100%;
  }
}
.faq_one_inner .title_sections {
  margin-bottom: 1.25rem;
}

.faq_with_icon {
  margin-top: 0;
}
.faq_with_icon .accordion .card {
  border: 0 !important;
}
    .faq_with_icon .accordion .card .card-header {
        background-color: #f7f8fa;
        text-align: left;
    }
    .faq_with_icon .accordion .card .card-body {
        text-align: left;
    }
.faq_with_icon .accordion .card .card-header .btn-link .tio {
  color: #272727;
  vertical-align: middle;
  font-size: 18px;
  margin-right: 5px;
}

/*-----------------------------
  faq_two_inner
-----------------------------*/
.faq_two_inner .faq_one_inner {
  width: 100%;
  border-radius: 8px;
  background-color: #ffffff;
}

/*
    CSS Table of Sections
    --------------------------
    ** Conact Sass Products
    --------------------------
    ** try it
    --------------------------
    ** connect_us
    --------------------------
    ** gbo_contact
    --------------------------
    ** need_help_sec
    --------------------------
    ** help__ch
    --------------------------
    ** contact__workspace
    --------------------------
    ** sec__office_location
    --------------------------
    **banner_cotact_three
    --------------------------
    **section_contact_five
    --------------------------
    **contact_six
    --------------------------
    **creative_box_contact
    --------------------------
    
    

*/
/*-----------------------------
  Conact Sass Products
-----------------------------*/

/*-----------------------------
  Try it
-----------------------------*/

/*-----------------------------
  connect_us
-----------------------------*/

/*-----------------------------
  contact_section
-----------------------------*/

/*-----------------------------
  gbo_contact
-----------------------------*/

/*-----------------------------
  need_help
-----------------------------*/

/*-----------------------------
  help__ch
-----------------------------*/

/*-----------------------------
  contact__workspace
-----------------------------*/

/*-----------------------------
  sec__office_location
-----------------------------*/

/*-----------------------------
  banner_cotact_three
-----------------------------*/

/*-----------------------------
  form_cc_four
-----------------------------*/

/*-----------------------------
  section_contact_five
-----------------------------*/

/*-----------------------------
  with_map_office
-----------------------------*/

/*-----------------------------
  contact_six
-----------------------------*/

/*-----------------------------
  creative_box_contact
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** block_testimonial
    --------------------------
    ** gn_testimonial
    --------------------------
    ** ggrid_testmonials
    --------------------------
    ** testimonial_demo2
    --------------------------
    ** test_monials__workspace
    --------------------------
    ** stories__customers
    --------------------------
    **customers_app
    --------------------------
    **reviews_app_random
    --------------------------
    
    

*/
/*-----------------------------
  logos_section
-----------------------------*/

/*-----------------------------
  gn_testimonial
-----------------------------*/

/*-----------------------------
  ggrid_testmonials
-----------------------------*/

/*-----------------------------
  testimonial_demo2
-----------------------------*/

/*-----------------------------
  test_monials__workspace
-----------------------------*/

/*-----------------------------
  stories__customers
-----------------------------*/

/*-----------------------------
  customers_app
-----------------------------*/

/*-----------------------------
  reviews_app_random
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** form_register
    --------------------------
    ** section_account
    --------------------------
    **signup_full
    --------------------------

    

*/
/*-----------------------------
  form_register
-----------------------------*/

/*-----------------------------
  section_account
-----------------------------*/

/*-----------------------------
  signup_full
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** about_section
    --------------------------
    ** about_ir
    --------------------------
    ** about_currency
    --------------------------
    ** gb_abou_ga
    --------------------------
    ** gzq_about
    --------------------------
    ** money_section
    --------------------------
    ** abo_company
    --------------------------
    ** about_agency
    --------------------------
    ** about__office
    --------------------------
    **about_cc_grid
    --------------------------
    **our_story
    --------------------------
    **about_developer
    --------------------------
    
*/
/*-----------------------------
  about_section
-----------------------------*/

/*-----------------------------
  about_ir
-----------------------------*/

/*-----------------------------
  about_currency
-----------------------------*/

/*-----------------------------
  gb_abou_ga (agency)
-----------------------------*/

/*-----------------------------
  gzq_about (Charity)
-----------------------------*/

/*-----------------------------
  money_section
-----------------------------*/

/*-----------------------------
  abo_company
-----------------------------*/

/*-----------------------------
  about_agency
-----------------------------*/

/*-----------------------------
  about__office
-----------------------------*/

/*-----------------------------
  about_cc_grid
-----------------------------*/

/*-----------------------------
  our_story
-----------------------------*/

/*-----------------------------
  about_inner_two
-----------------------------*/

/*-----------------------------
  about_developer
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** tabs_works
    --------------------------
    ** tabs_service
    --------------------------
    ** section__showcase
    --------------------------
    

*/
/*-----------------------------
  tabs_works
-----------------------------*/
.tabs_works .nav-pills .nav-link {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 1.85rem;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.tabs_works .nav-pills .nav-link p {
  font-size: 16px;
  font-weight: 400;
  color: #9da6af;
  margin-top: 1rem;
  margin-bottom: 0;
}
.tabs_works .nav-pills .nav-link.active {
  background-color: transparent;
  -webkit-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  -moz-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  -o-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  -ms-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  border-radius: 0;
}
.tabs_works .img--tabs .tab-pane .--img {
  width: 65vw;
  border-radius: 8px;
  -webkit-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  -moz-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  -o-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  -ms-animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  animation: slide-in-right 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}
@media (max-width: 767px) {
  .tabs_works .img--tabs .tab-pane .--img {
    width: 100%;
  }
}
.tabs_works .img--tabs.slide_bottom .tab-pane .--img {
  -webkit-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  -moz-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  -o-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  -ms-animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
  animation: slide-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both !important;
}

/*-----------------------------
  tabs_service
-----------------------------*/
.tabs_service .nav-pills .nav-link {
  color: #272727;
  border: 2px solid transparent;
  border-radius: 8px;
  text-align:left;
}
.tabs_service .nav-pills .nav-link.active {
  border-radius: 8px;
}
.tabs_service .nav-pills .nav-link p {
  color: #6c7a87;
}
.tabs_service .tab-content .tab-pane .--img {
  width: 45vw;
}
@media (max-width: 767px) {
  .tabs_service .tab-content .tab-pane .--img {
    width: 100%;
  }
}

/*-----------------------------
  section__showcase
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** crypto_section
    --------------------------
    ** icon-fixed
    --------------------------

*/
/*-----------------------------
  crypto_section
-----------------------------*/

/*-----------------------------
  icon-fixed
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** Circle Team (dark)
    --------------------------
    ** particl_colors
    --------------------------
    ** gb_team_te (Teams)
    --------------------------
    **team_overlay_style
    --------------------------
    **team_default_style
    --------------------------
    **team_static_style
    --------------------------

*/
/*-----------------------------
  Circle Team (dark)
-----------------------------*/

/*-----------------------------
  particl_colors
-----------------------------*/

/*-----------------------------
  gb_team_te (Teams)
-----------------------------*/

/*-----------------------------
  team_overlay_style (Teams)
-----------------------------*/

/*-----------------------------
  team_default_style
-----------------------------*/

/*-----------------------------
  team_static_style
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** newsletter_section
    --------------------------
    **simple-subscribe
    --------------------------

*/
/*-----------------------------
  newsletter_section (Dark)
-----------------------------*/

/*-----------------------------
  simple-subscribe
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** TimeLine Roadmap
    --------------------------

*/
/*-----------------------------
  TimeLine Roadmap
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** ng_donate
    --------------------------

*/
/*-----------------------------
  ng_donate
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** gz_blog
    --------------------------
    ** blog_agency
    --------------------------
     ** section__news
    --------------------------
     ** news__workspace
    --------------------------
    **blog_slider 
    **grid_blog_avatar
    --------------------------
    **single-type_default
    --------------------------
    **content-Sblog
    --------------------------
    **simple_blog_dev
    --------------------------
    **box_news_gray
    --------------------------
    **blog_masonry
    --------------------------
    **sec_comments
    --------------------------
    

*/
/*-----------------------------
  gz_blog
-----------------------------*/

/*-----------------------------
  blog_agency
-----------------------------*/

/*-----------------------------
  section__news
-----------------------------*/

/*-----------------------------
  news__workspace
-----------------------------*/

/*-----------------------------
  blog_slider
-----------------------------*/

/*-----------------------------
  content-Sblog
-----------------------------*/

/*-----------------------------
  simple_blog_dev
-----------------------------*/

/*-----------------------------
  box_news_gray
-----------------------------*/

/*-----------------------------
  blog_masonry
-----------------------------*/

/*-----------------------------
  sec_comments
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** slider_section
    --------------------------

*/
/*-----------------------------
  slider_section
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** serction__mapch
    --------------------------
    **map_image_info
    --------------------------

*/
/*-----------------------------
  serction__mapch
-----------------------------*/

/*-----------------------------
  map_image_info
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** Domain Search
    --------------------------
*/
/*-----------------------------
  Domain Search
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** section_state
    --------------------------
    ** state_demo2
    --------------------------
    ** section__counter
    --------------------------
    **counter_about
    --------------------------
    

*/
/*-----------------------------
  section_state
-----------------------------*/

/*-----------------------------
  state_demo2
-----------------------------*/

/*-----------------------------
  section__counter
-----------------------------*/

/*-----------------------------
  counter_about
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** categories_creative
    --------------------------
    **widgets
    --------------------------
    **musk_section
    --------------------------
    **category_films
    --------------------------
    **download_app_ho
    --------------------------
    **skills_section
    --------------------------
    **course_online
    --------------------------
    **download_section_app
    --------------------------

*/
/*-----------------------------
  categories_creative
-----------------------------*/

/*----------------------------- 
  widgets :
  -- SSmedia_follow-w 
  -- quotatio-w 
  -- categories_list-w 
  -- banner-w
-----------------------------*/

/*-----------------------------
  Social Networks
-----------------------------*/

/*-----------------------------
  musk_section
-----------------------------*/

/*-----------------------------
  category_films
-----------------------------*/

/*-----------------------------
  download_app_ho
-----------------------------*/

/*-----------------------------
  skills_section
-----------------------------*/

/*-----------------------------
  course_online
-----------------------------*/

/*-----------------------------
  download_section_app
-----------------------------*/

/*-----------------------------
  Countdown-timer
-----------------------------*/

/*
    CSS Table of Sections
    --------------------------
    ** projects_devloper
    --------------------------

*/
/*-----------------------------
  projects_devloper
-----------------------------*/

/*   =======
    components
    ========== */
/*-----------------------------
  ripple
-----------------------------*/

/*-----------------------------
  ripple_circle
-----------------------------*/
.ripple_circle:active:before,
.ripple_circle:focus:before {
  background: #ed1c24;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  animation: rippleCircle 0.6s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}

/*-----------------------------
  ripple_box
-----------------------------*/

/*-----------------------------
  scale
-----------------------------*/
.scale {
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  transform: scale(1) translateZ(0);
}
.scale:active {
  transform: scale(0.95);
}

/*-----------------------------
  anime on hover (effect-letter)
-----------------------------*/
.effect-letter {
  position: relative;
  overflow: hidden;
}
.effect-letter:not(.simple):before {
  content: "";
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  -webkit-transform: translateY(var(--y, 50%));
  transform: translateY(var(--y, 50%));
  -webkit-transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
}
.effect-letter:not(.simple):after {
  content: "";
  position: absolute;
  background: var(--pb, var(--hover-back));
  top: 0;
  left: 0;
  right: 0;
  height: 200%;
  border-radius: var(--br, 40%);
  -webkit-transform: translateY(var(--y, 50%));
  transform: translateY(var(--y, 50%));
  -webkit-transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s);
  transition: transform var(--d, 0.4s) ease-in var(--d-d, 0s), border-radius 0.5s ease var(--br-d, 0.08s), -webkit-transform var(--d, 0.4s) ease-in var(--d-d, 0s);
}
.effect-letter div {
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: flex;
}
.effect-letter div span {
  display: block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: var(--name, none) 0.7s linear forwards 0.18s;
  animation: var(--name, none) 0.7s linear forwards 0.18s;
}
.effect-letter.in {
  --name: move;
}
.effect-letter.in:not(.out) {
  --c: var(--color-hover);
  --b: var(--background-hover);
}
.effect-letter.in:not(.out):before {
  --y: 0;
  --br: 5%;
}
.effect-letter.in:not(.out):after {
  --y: 0;
  --br: 5%;
  --br: 10%;
  --d-d: 0.02s;
}
.effect-letter.in.out {
  --name: move-out;
}
.effect-letter.in.out:before {
  --d-d: 0.06s;
}

/*-----------------------------
  Fliker for attention
-----------------------------*/

/*-----------------------------
  floating
-----------------------------*/

/*-----------------------------
  KeyFrames
-----------------------------*/
@keyframes move {
  30%,
  36% {
    -webkit-transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-6px * var(--move))) translateZ(0) rotate(calc(-13deg * var(--rotate) * var(--part)));
  }
  50% {
    -webkit-transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
    transform: translateY(calc(3px * var(--move))) translateZ(0) rotate(calc(6deg * var(--rotate) * var(--part)));
  }
  70% {
    -webkit-transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-2px * var(--move))) translateZ(0) rotate(calc(-3deg * var(--rotate) * var(--part)));
  }
}
@-webkit-keyframes move-out {
  30%,
  36% {
    -webkit-transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
    transform: translateY(calc(6px * var(--move))) translateZ(0) rotate(calc(13deg * var(--rotate) * var(--part)));
  }
  50% {
    -webkit-transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
    transform: translateY(calc(-3px * var(--move))) translateZ(0) rotate(calc(-6deg * var(--rotate) * var(--part)));
  }
  70% {
    -webkit-transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
    transform: translateY(calc(2px * var(--move))) translateZ(0) rotate(calc(3deg * var(--rotate) * var(--part)));
  }
}
@-webkit-keyframes ripple-map {
  to {
    transform: scale(5);
    opacity: 0;
  }
}
@-moz-keyframes ripple-map {
  to {
    transform: scale(5);
    opacity: 0;
  }
}
@keyframes ripple-map {
  to {
    transform: scale(5);
    opacity: 0;
  }
}
@-webkit-keyframes ripple {
  to {
    transform: scaleX(1.3) scaleY(1.6);
    opacity: 0;
  }
}
@-moz-keyframes ripple {
  to {
    transform: scaleX(1.3) scaleY(1.6);
    opacity: 0;
  }
}
@keyframes ripple {
  to {
    transform: scaleX(1.3) scaleY(1.6);
    opacity: 0;
  }
}
@-webkit-keyframes rippleCircle {
  to {
    transform: scale(4.5);
    opacity: 0;
  }
}
@-moz-keyframes rippleCircle {
  to {
    transform: scale(4.5);
    opacity: 0;
  }
}
@keyframes rippleCircle {
  to {
    transform: scale(4.5);
    opacity: 0;
  }
}
@-webkit-keyframes RippleMenu {
  to {
    transform: scale(10);
    opacity: 0;
  }
}
@-moz-keyframes RippleMenu {
  to {
    transform: scale(10);
    opacity: 0;
  }
}
@keyframes RippleMenu {
  to {
    transform: scale(10);
    opacity: 0;
  }
}
@-webkit-keyframes ripple_Circle {
  to {
    transform: scale(1.7);
    opacity: 0;
  }
}
@-moz-keyframes ripple_Circle {
  to {
    transform: scale(1.7);
    opacity: 0;
  }
}
@keyframes ripple_Circle {
  to {
    transform: scale(1.7);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation flicker-1
 * ----------------------------------------
 */
@-webkit-keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@-moz-keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
@keyframes flicker-1 {
  0%,
  100% {
    opacity: 1;
  }
  41.99% {
    opacity: 1;
  }
  42% {
    opacity: 0;
  }
  43% {
    opacity: 0;
  }
  43.01% {
    opacity: 1;
  }
  47.99% {
    opacity: 1;
  }
  48% {
    opacity: 0;
  }
  49% {
    opacity: 0;
  }
  49.01% {
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation heartbeat 
 * ----------------------------------------
 */
@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@-moz-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
    transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
    transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/**
 * ----------------------------------------
 * animation wobble-hor-bottom
 * ----------------------------------------
 */
@-webkit-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(3deg);
    transform: translateX(5px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-2.6deg);
    transform: translateX(-5px) rotate(-2.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1.4deg);
    transform: translateX(2px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-0.5deg);
    transform: translateX(-3px) rotate(-0.5deg);
  }
}
@-moz-keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(3deg);
    transform: translateX(5px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-2.6deg);
    transform: translateX(-5px) rotate(-2.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1.4deg);
    transform: translateX(2px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-0.5deg);
    transform: translateX(-3px) rotate(-0.5deg);
  }
}
@keyframes wobble-hor-bottom {
  0%,
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }
  15% {
    -webkit-transform: translateX(-10px) rotate(-2deg);
    transform: translateX(-10px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(5px) rotate(3deg);
    transform: translateX(5px) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-5px) rotate(-2.6deg);
    transform: translateX(-5px) rotate(-2.6deg);
  }
  60% {
    -webkit-transform: translateX(2px) rotate(1.4deg);
    transform: translateX(2px) rotate(1.4deg);
  }
  75% {
    -webkit-transform: translateX(-3px) rotate(-0.5deg);
    transform: translateX(-3px) rotate(-0.5deg);
  }
}
/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */
@-webkit-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-top {
  0% {
    opacity: 0;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@-moz-keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
@keyframes slide-bottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    opacity: 0;
  }
}
/**
  * ----------------------------------------
  * floating
  * ----------------------------------------
  */
@-webkit-keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating-2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes floating-2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating-2 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(25%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating-3 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes floating-3 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating-3 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(30%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating-4 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(35%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes floating-4 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(35%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating-4 {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(35%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating-simple {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-moz-keyframes floating-simple {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating-simple {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(3%);
  }
  100% {
    transform: translateY(0%);
  }
}
/**
 * ----------------------------------------
 * animation bounce-top
 * ----------------------------------------
 */
@-webkit-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@-moz-keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
@keyframes bounce-top {
  0% {
    -webkit-transform: translateY(-35px);
    transform: translateY(-35px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  24% {
    opacity: 0.5;
  }
  40% {
    -webkit-transform: translateY(-24px);
    transform: translateY(-24px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  65% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  82% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  93% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation puff-out-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}
@-moz-keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}
@keyframes puff-out-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation scale-in-center
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation slide-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@-moz-keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-bottom {
  0% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes blink-1 {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes circleRipple {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@-moz-keyframes circleRipple {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
@keyframes circleRipple {
  from {
    -webkit-transform: scale(0);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-webkit-keyframes pulseRipple {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes pulseRipple {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulseRipple {
  0% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale(2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@-moz-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
    filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
/**
 * ----------------------------------------
 * animation tilt-up
 * ----------------------------------------
 */
@keyframes tilt-up {
  40%,
  60% {
    transform: perspective(500px) rotateX(8deg);
  }
}
@keyframes tilt-down {
  40%,
  60% {
    transform: perspective(500px) rotateX(-8deg);
  }
}
/**
 * ----------------------------------------
 * Sweep To Top
 * ----------------------------------------
 */

/**
 * ----------------------------------------
 * Sweep Letter
 * ----------------------------------------
 */

/**
 * ----------------------------------------
 * fade-up AOS
 * ----------------------------------------
 */
html:not(.no-js) [data-aos="fade-up"] {
  -webkit-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
}

/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@-moz-keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes jello-horizontal {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
/**
 * ----------------------------------------
 * animation flip-horizontal-bottom
 * ----------------------------------------
 */
@-webkit-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@-moz-keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
@keyframes flip-horizontal-bottom {
  0% {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg);
  }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
  }
}
/**
 * ----------------------------------------
 * fadein
 * ----------------------------------------
 */
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-moz-keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*=== Small Button ====
==================*/
.btn_sm_primary {
  padding: 0.7rem 1.85rem;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  font-weight: 600 !important;
}

.bg-red-tranb {
  border: 2px solid #ed1c24 !important;
  color: #ed1c24 !important;
  background-color: transparent !important;
  font-weight: 600 !important;
}

.btn_sm_primary:hover {
  opacity: 0.9;
}

/*=== Medium Button ====
==================*/
.btn_md_primary {
  padding: 0.85rem 1.8rem;
  font-size: 15px;
  text-align: center;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.btn_md_primary:hover {
  opacity: 0.9;
}

/*=== Large Button ====
==================*/

/*=== XLarge Button ====
==================*/

/*-----------------------------
  btn-default
-----------------------------*/

/*-----------------------------
  btn video
-----------------------------*/
.btn-video {
  background-color: #ed1c24;
  color: #ffffff;
  padding: 0.9rem 1.55rem;
  text-align: center;
  position: relative;
}
.btn-video:before {
  background: #ed1c24;
  border-radius: 50px;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
  -moz-animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
  -o-animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
  -ms-animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
  animation: ripple 1.3s infinite cubic-bezier(0.29, -0.01, 0.17, 0.95) !important;
}
.btn-video .tio {
  vertical-align: sub;
  margin-right: 0.2rem;
}
.btn-video:hover {
  color: #ffffff;
}

/*-----------------------------
  btn video Circle
-----------------------------*/

/*-----------------------------
  play_video
-----------------------------*/

/*-----------------------------
  Smartphone app
-----------------------------*/

/*-----------------------------
  Menu Mobile
-----------------------------*/
.menu {
  color: #272727;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  outline: none;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
  -webkit-appearence: none;
  -webkit-tap-highlight-color: transparent;
}
.menu.ripplemenu:active:before {
  background: #ed1c24;
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.25;
  position: absolute;
  width: 100%;
  z-index: -1;
  top: 0;
  left: -9px;
  animation: RippleMenu 0.3s cubic-bezier(0.29, -0.01, 0.17, 0.95);
}
.menu svg {
  width: 44px;
  height: 48px;
  top: -6px;
  left: -14px;
  stroke: #272727;
  stroke-width: 0.2rem;
  stroke-linecap: round;
  stroke-linejoin: round;
  fill: none;
  display: block;
  position: absolute;
}
@media (max-width: 991px) {
  .menu svg {
    left: 0;
  }
}
.menu svg path {
  transition: stroke-dasharray var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s), stroke-dashoffset var(--duration, 0.85s) var(--easing, ease) var(--delay, 0s);
  stroke-dasharray: var(--array-1, 26px) var(--array-2, 100px);
  stroke-dashoffset: var(--offset, 126px);
  transform: translateZ(0);
}
.menu svg path:nth-child(2) {
  --duration: 0.7s;
  --easing: ease-in;
  --offset: 100px;
  --array-2: 74px;
}
.menu svg path:nth-child(3) {
  --offset: 133px;
  --array-2: 107px;
}
.menu.active svg path {
  --offset: 57px;
}
.menu.active svg path:nth-child(1),
.menu.active svg path:nth-child(3) {
  --delay: 0.15s;
  --easing: cubic-bezier(0.2, 0.4, 0.2, 1.1);
}
.menu.active svg path:nth-child(2) {
  --duration: 0.4s;
  --offset: 2px;
  --array-1: 1px;
}
.menu.active svg path:nth-child(3) {
  --offset: 58px;
}

/*-----------------------------
  Button DropDown Download
-----------------------------*/

/*-----------------------------
  Button Cryptocurrency (Dark
-----------------------------*/

/*-----------------------------
  Button Read More
-----------------------------*/

/*-----------------------------
  Back to top with progress indicator
-----------------------------*/
.prgoress_indicator {
  position: fixed;
  right: 50px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  -webkit-transform: translateY(15px) !important;
  -moz-transform: translateY(15px) !important;
  -o-transform: translateY(15px) !important;
  -ms-transform: translateY(15px) !important;
  transform: translateY(15px) !important;
  -webkit-transition: all 200ms linear !important;
  -moz-transition: all 200ms linear !important;
  -o-transition: all 200ms linear !important;
  -ms-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}
.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0) !important;
  -moz-transform: translateY(0) !important;
  -o-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important;
}
.prgoress_indicator::after {
  position: absolute;
  font-family: "The-Icon-of";
  content: "\e9a2";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: rgb(205 4 4 / 54%);
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear !important;
  -moz-transition: all 200ms linear !important;
  -o-transition: all 200ms linear !important;
  -ms-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}
.prgoress_indicator::before {
  position: absolute;
  font-family: "The-Icon-of";
  content: "\e9a2";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear !important;
  -moz-transition: all 200ms linear !important;
  -o-transition: all 200ms linear !important;
  -ms-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover::after {
  color: #ed1c24;
}
.prgoress_indicator:hover:before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke: #ed1c24;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear !important;
  -moz-transition: all 200ms linear !important;
  -o-transition: all 200ms linear !important;
  -ms-transition: all 200ms linear !important;
  transition: all 200ms linear !important;
}

/*-----------------------------
  btn__more
-----------------------------*/

/*-----------------------------
  form-group
-----------------------------*/

/*-----------------------------
  Select Language
-----------------------------*/
.select-menu {
  position: relative;
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
  width: 120px;
}
.select-menu select,
.select-menu .button {
  margin: 0;
  border: 0;
  text-align: left;
  text-transform: none;
  -webkit-appearance: none;
}
.select-menu select {
  pointer-events: none;
  user-select: none;
  opacity: 0;
  padding: 15px 36px 6px 15px;
  visibility: hidden;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}
.select-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  transform: translateY(var(--t));
  transition: opacity 0.3s ease, transform 0.4s cubic-bezier(0.2, 0.9, 0.4, 1.1);
}
.select-menu ul li {
  padding: 9px 36px 8px 15px;
  cursor: pointer;
}
.select-menu > ul {
  background: rgba(255, 255, 255, 0.05);
  color: #6c7a87;
  border-radius: 8px;
}
.select-menu > ul li {
  transition: color 0.3s ease;
}
.select-menu > ul li:hover {
  color: #9da6af;
}
.select-menu .button {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  z-index: 1;
  width: 100%;
  display: block;
  overflow: hidden;
  border-radius: 8px;
  color: #ffffff;
  font-weight: 400;
  font-size: 15px;
  background: rgba(255, 255, 255, 0.05);
}
.select-menu .button em {
  --r: 45deg;
  display: block;
  position: absolute;
  right: 15px;
  top: 2px;
  width: 7px;
  height: 7px;
  margin-top: 13px;
  -webkit-backface-visibility: hidden;
}
.select-menu .button em:before,
.select-menu .button em:after {
  --o: 0.4;
  content: "";
  width: 7px;
  height: 7px;
  opacity: var(--o);
  display: block;
  position: relative;
  transition: opacity 0.2s ease;
  transform: rotate(var(--r)) scale(0.75);
}
.select-menu .button em:before {
  border-left: 2px solid #ffffff;
  border-top: 2px solid #ffffff;
  top: 1px;
}
.select-menu .button em:after {
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  bottom: 1px;
}
.select-menu:not(.open) > ul {
  opacity: 0;
  pointer-events: none;
}
.select-menu.open.tilt-up {
  animation: tilt-up 0.4s linear forwards;
}
.select-menu.open.tilt-up .button em:before {
  --o: 1;
}
.select-menu.open.tilt-down {
  animation: tilt-down 0.4s linear forwards;
}
.select-menu.open.tilt-down .button em:after {
  --o: 1;
}

/*-----------------------------
  input_subscribe
-----------------------------*/

/*-----------------------------
  simple_search
-----------------------------*/

/*-----------------------------
  custom-checkbox 
-----------------------------*/

/*-----------------------------
  modal
-----------------------------*/
.modal {
  padding-right: 0 !important;
}
.modal .modal-content {
  border-radius: 12px;
  border: 0;
  padding: 2rem;
}
.modal .modal-content .close {
  background-color: rgba(11, 34, 56, 0.06);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.modal .modal-content .close .tio {
  font-size: 18px;
}
.modal .modal-content .close:hover {
  opacity: 1;
  background-color: #272727;
  text-shadow: none;
}
.modal .modal-content .close:hover .tio {
  color: #ffffff;
}

/*-----------------------------
  box--signup
-----------------------------*/

/*-----------------------------
  other_login
-----------------------------*/

/*-----------------------------
  Modal video
-----------------------------*/
.mdll_video {
  background: rgba(0, 0, 0, 0.8);
}
.mdll_video .modal-content {
  border: 0;
  border-radius: 0;
  padding: 0;
}
.mdll_video .modal-content .modal-body {
  padding: 0;
}
.mdll_video .bbt_close {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 5%;
  right: 5%;
  opacity: 1;
  background-color: #000;
  box-shadow: none;
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.mdll_video .bbt_close .tio {
  color: #ffffff;
  font-size: 18px;
}
.mdll_video .bbt_close:hover {
  opacity: 1 !important;
  border: 1px solid #f93542;
}
.mdll_video .bbt_close:focus:before {
  background: #f93542;
}
.mdll_video .embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.mdll_video .embed-responsive .embed-responsive-item {
  border-radius: 0;
}

/*-----------------------------
  transform translate
-----------------------------*/

/*-----------------------------
  logos_section
-----------------------------*/
.tooltip .arrow {
  display: none;
}
.tooltip .tooltip-inner {
  background-color: #272727;
  border-radius: 5px;
  box-shadow: 0;
  outline: 0;
  border: 0;
  color: #ffffff;
}

/*-----------------------------
  toast
-----------------------------*/
.toast {
  position: fixed;
  opacity: 0;
  bottom: -6rem;
  border: 0;
  border-radius: 8px;
  padding: 1.25rem 2rem;
  background-color: #ffffff;
  backdrop-filter: blur(0);
  z-index: 999;
  -webkit-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -moz-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -o-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -ms-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  -moz-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  -o-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  -ms-box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
  box-shadow: 0px 0px 40px 0px rgba(11, 34, 56, 0.06) !important;
}
.toast .toast-body {
  padding: 0;
}
.toast.toast_demo .close {
  margin: 0;
  padding: 0;
  position: absolute;
  right: 14px;
  font-size: 18px;
  top: 13px;
}
.toast.toast_demo h5 {
  font-size: 16px;
  font-weight: 500;
  color: #272727;
}
.toast.toast_demo p {
  margin-bottom: 0;
  font-size: 16px;
  color: #6c7a87;
  text-align:left
}
.toast.toast_demo p a {
  display: inline-block;
  color: #ed1c24;
}
.toast.show {
  display: block;
  opacity: 1;
  pointer-events: all;
  bottom: 1.5rem;
  -webkit-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -moz-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -o-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -ms-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
}
.toast.hide {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -moz-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -o-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  -ms-transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
  transition: 1.2s cubic-bezier(0.86, 0, 0.07, 1) !important;
}

/**
 * ----------------------------------------
 * Default dropdown
 * ----------------------------------------
 */
.dropdown .dropdown-toggle {
  text-transform: capitalize;
}
.dropdown .dropdown-toggle::after {
  display: none;
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle {
    position: relative;
    display: flex;
    justify-content: space-between;
    background-color: #ffffff;
    margin-left: -1.7rem !important;
    margin-right: -1.7rem !important;
    padding-left: 1.7rem !important;
    padding-right: 3rem !important;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .dropdown .dropdown-toggle.active {
    background-color: #f7f8fa !important;
  }
}
.dropdown .dropdown-menu {
  margin: 0;
}
@media (max-width: 991px) {
  .dropdown .dropdown-menu {
    max-height: 300px;
    overflow: auto !important;
  }
}
.dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: 0.4s !important;
  -moz-transition: 0.4s !important;
  -o-transition: 0.4s !important;
  -ms-transition: 0.4s !important;
  transition: 0.4s !important;
}
.dropdown .dropdown-menu .dropdown-item:active,
.dropdown .dropdown-menu .dropdown-item:focus,
.dropdown .dropdown-menu .dropdown-item:hover {
  background-color: #f7f8fa;
  color: #ed1c24;
}
@media (max-width: 991px) {
  .dropdown .active + .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

/**
 * ----------------------------------------
 * Dropdown Full Width
 * ----------------------------------------
 */

/**
 * ----------------------------------------
 * Sub Dropdown menu
 * ----------------------------------------
 */
.dropdown-submenu {
  position: relative;
  list-style: none;
}
.dropdown-submenu.show:active,
.dropdown-submenu.show:focus,
.dropdown-submenu.show:hover {
  background-color: #f7f8fa;
  color: #ed1c24;
}
@media (max-width: 991px) {
  .dropdown-submenu.show:active,
  .dropdown-submenu.show:focus,
  .dropdown-submenu.show:hover {
    background-color: transparent !important;
  }
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    top: inherit;
    left: inherit;
    margin-top: inherit;
  }
}
@media (max-width: 991px) {
  .dropdown-submenu .dropdown-toggle {
    font-size: 13px;
    text-transform: uppercase;
    color: #6c7a87;
  }
}
@media (max-width: 991px) {
  .dropdown-submenu .active + .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
}

/*
    CSS Table of components
    --------------------------
    ** breadcrumb - default
    --------------------------
*/

/*-----------------------------
  pagination default
-----------------------------*/

.alert {
  border-radius: 8px;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  border: 0;
  color: #272727;
}
.alert a {
  color: #272727;
  font-weight: 500;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}
.alert a:hover {
  color: #ed1c24;
}
.alert .close {
  top: auto;
  right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  opacity: 1 !important;
  border-radius: 50%;
  background-color: rgba(11, 34, 56, 0.01);
  padding: 0;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
  box-shadow: none !important;
  text-shadow: none !important;
}
.alert .close .tio {
  font-size: 18px;
  color: #272727;
}
.alert .close:hover {
  background-color: rgba(11, 34, 56, 0.05);
}

/*   =======
    layout
    ========== */
/*
    CSS Table of Sections
    --------------------------
    ** default_footer
    --------------------------
    ** defalut-footer (Dark & light)
    --------------------------
    ** footer_short
    --------------------------
    ** web_crypto
    --------------------------
    ** gq_footer
    --------------------------
    ** chiy_footer
    --------------------------
    ** foot_demo2
    --------------------------
    ** foot_demo3
    --------------------------
    ** footer__ch
    --------------------------
    ** footer__workspace
    --------------------------
    **footer_inner_one
    --------------------------
    **sh_footer_email
    --------------------------
    

*/
/*-----------------------------
  default_footer
-----------------------------*/

/*-----------------------------
  defalut-footer
-----------------------------*/

/*-----------------------------
  footer_short
-----------------------------*/

/*-----------------------------
  web_crypto
-----------------------------*/

/*-----------------------------
  gq_footer
-----------------------------*/

/*-----------------------------
  chiy_footer
-----------------------------*/

/*-----------------------------
  foot_demo2
-----------------------------*/

/*-----------------------------
  foot_demo3
-----------------------------*/

/*-----------------------------
  footer__ch
-----------------------------*/

/*-----------------------------
  footer__workspace
-----------------------------*/

/*-----------------------------
  footer_inner_one
-----------------------------*/

/*-----------------------------
  sh_footer_email
-----------------------------*/

/*   =======
    RTL
    ========== */
body {
  direction: ltr;
}

header .navbar .navbar-brand .logo {
  margin-right: inherit;
  margin-left: 0.5rem;
}

.services_section .items_serv .item-img {
  margin-right: inherit;
  margin-left: 1.5rem;
}

.toggle_switch .yearly .offer {
    left: inherit;
    left: 3rem;
}
.toggle_switch .toggle .switch {
  left: 8px;
  right: 50.5%;
}
    .toggle_switch .toggle .switch:before {
        left: 17%;
        right: inherit;
        transition-property: right, left;
    }
.toggle_switch .toggle .check {
    right: inherit;
    left: 0;
}
.toggle_switch .toggle .check:checked ~ .switch {
  right: 8px;
  left: 50.5%;
  transition-property: left, right;
}

.pricing_section .blocks_pricing .item__price .feature_price .list-group {
  text-align: left;
}
.pricing_section .blocks_pricing .item__price .feature_price .list-group .list-group-item .tio {
  margin-right: inherit;
  margin-left: 0.3rem;
  display: inline-block;
}

.faq_section .accordion .card .card-header .btn-link::after {
  float: left;
}

.Maintaince_purchase {
  direction: ltr;
}

.select-menu select,
.select-menu .button {
  text-align: right;
}

.select-menu .button em {
  right: 90px;
}

.select-menu ul li {
  padding: 9px 15px 8px 36px;
}

.logo img {
  margin-right: inherit;
  margin-left: 0.5rem;
}

.tabs_works .nav-pills .nav-link.active {
  -webkit-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  -moz-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  -o-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  -ms-box-shadow: -5px 0px 0px 0px #ed1c24 !important;
  box-shadow: -5px 0px 0px 0px #ed1c24 !important;
}

/*-----------------------------
  demo_3
-----------------------------*/

header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  margin-left: 0.95rem;
  margin-right: inherit;
  padding:0;
}

.toast.toast_demo .close {
  right: 14px;
  left: inherit;
}

/*-----------------------------
  blog_agency
-----------------------------*/

/*-----------------------------
  gb_team_te (Teams)
-----------------------------*/

.faq_demo3 .block_faq .card {
  border: 1px solid #edeef1;
  border-radius: 8px !important;
}

.faq_section .accordion .card {
  border-radius: 8px !important;
}

/*-----------------------------
  pricing_demo2
-----------------------------*/

/*-----------------------------
  options_pricing
-----------------------------*/

/*-----------------------------
  faq_demo5
-----------------------------*/

/*-----------------------------
works_demo2
-----------------------------*/

/*-----------------------------
section__stories
-----------------------------*/

/*-----------------------------
  header Charity
-----------------------------*/

/*-----------------------------
  Form
-----------------------------*/

/*-----------------------------
  service__workspace
-----------------------------*/

/*-----------------------------
  product__office
-----------------------------*/

/*-----------------------------
  service__about
-----------------------------*/

/*-----------------------------
  test_monials__workspace
-----------------------------*/

/*-----------------------------
  demo__software
-----------------------------*/

/*-----------------------------
software_web
-----------------------------*/
.software_web .screen__ipad {
    margin-right: -80%;
    margin-left: inherit;
}
@media (max-width: 991px) {
  .software_web .screen__ipad {
    margin-left: 0;
  }
}
.software_web .screen__ipad .sub_img {
    left: 30px;
    right: inherit;
}

/*-----------------------------
  feature__app
-----------------------------*/

/*-----------------------------
  integration__logo
-----------------------------*/

/*-----------------------------
  companies__logo
-----------------------------*/

/*-----------------------------
  stories__customers
-----------------------------*/

/**
 * ----------------------------------------
 * Default dropdown
 * ----------------------------------------
 */
@media (max-width: 991px) {
  .dropdown .dropdown-toggle {
    margin-left: -1.7rem !important;
    margin-right: -1.7rem !important;
    padding-right: 1.7rem !important;
    padding-left: 3rem !important;
  }
}
.dropdown .dropdown-menu {
  left: 0;
}

/**
 * ----------------------------------------
 * Sub Dropdown menu
 * ----------------------------------------
 */
.dropdown-submenu > .dropdown-menu {
  left: inherit;
  right: 100%;
}
@media (max-width: 991px) {
  .dropdown-submenu > .dropdown-menu {
    right: inherit;
  }
}

/*-----------------------------
  btn__more
-----------------------------*/

/*-----------------------------
  simple_search
-----------------------------*/

/*-----------------------------
  custom-checkbox 
-----------------------------*/

/*-----------------------------
  pagination default
-----------------------------*/

/*-----------------------------
  about__office
-----------------------------*/

/*-----------------------------
  our_story
-----------------------------*/

/*-----------------------------
  about_inner_two
-----------------------------*/

/*-----------------------------
  signup_full
-----------------------------*/

/*-----------------------------
  section_account
-----------------------------*/

/*-----------------------------
  banner_cotact_one
-----------------------------*/

/*-----------------------------
  banner_cotact_four
-----------------------------*/

/*-----------------------------
  banner_about_two
-----------------------------*/

/*-----------------------------
  banner_about_three
-----------------------------*/

/*-----------------------------
  banner_blog_inner
-----------------------------*/

/*-----------------------------
  banner_app_two
-----------------------------*/

/*-----------------------------
  blog-banner_without_image
-----------------------------*/

/*-----------------------------
  banner_app_three
-----------------------------*/

/*-----------------------------
  content-Sblog
-----------------------------*/

/*-----------------------------
  blog_masonry
-----------------------------*/

/*-----------------------------
  sec_comments
-----------------------------*/

/*-----------------------------
  banner_cotact_three
-----------------------------*/

/*-----------------------------
  form_cc_four
-----------------------------*/

/*-----------------------------
  contact_six
-----------------------------*/

/*-----------------------------
  faq_one_inner
-----------------------------*/
.faq_one_inner {
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.faq_with_icon .accordion .card .card-header .btn-link .tio {
  margin-right: 5px;
  margin-left: inherit;
}

.alert .close {
  left: 20px;
  right: inherit;
}

.rounded-pill {
    border-radius: 30px 30px 30px 5px !important;
}

.rounded-c {
  border-radius: 50px !important;
}

.logo-animate {
  position: absolute;
  right: -111px;
  animation: rotation22 5s infinite linear;
}

.logo-animate2 {
    position: absolute;
    left: -111px;
    animation: rotation22 5s infinite linear;
    bottom: 0;
}

.logo-animated-right {
    left: -355px;
}
@keyframes rotation22 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(359deg);
  }
}

.toast-body img {
    width: 40px !important;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.image_product {
  background-image: url(../img/web-sass.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 24px 24px !important;
}

.cd-headline.type .cd-words-wrapper::before {
  right: unset !important;
  left: 0;
}
.text-red {
  color: #ed1c24;
}

.cd-headline.type .cd-words-wrapper {
  width: auto !important;
}

.padding-tb-80 {
  padding: 80px 0 !important;
}

.tabs_works {
  background-image: url("../img/bgg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.pricing_section {
  background-image: url(../img/bggg.jpg);
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}

.logo-footer {
  max-width: 200px;
}

/*
Animated headlines
Plugin URI: https://codyhouse.co/gem/css-animated-headlines/
*/
.cd-words-wrapper {
  display: inline-block;
  position: relative;
  text-align: left;
}
.cd-words-wrapper b {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
}
.cd-words-wrapper b.is-visible {
  position: relative;
}
.no-js .cd-words-wrapper b {
  opacity: 0;
}
.no-js .cd-words-wrapper b.is-visible {
  opacity: 1;
}
.cd-headline.rotate-1 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-1 b {
  opacity: 0;
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cd-headline.rotate-1 b.is-visible {
  opacity: 1;
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  -webkit-animation: cd-rotate-1-in 1.2s;
  -moz-animation: cd-rotate-1-in 1.2s;
  animation: cd-rotate-1-in 1.2s;
}
.cd-headline.rotate-1 b.is-hidden {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
  transform: rotateX(180deg);
  -webkit-animation: cd-rotate-1-out 1.2s;
  -moz-animation: cd-rotate-1-out 1.2s;
  animation: cd-rotate-1-out 1.2s;
}
@-webkit-keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    opacity: 1;
  }
}
@-moz-keyframes cd-rotate-1-in {
  0% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -moz-transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(360deg);
    opacity: 1;
  }
}
@keyframes cd-rotate-1-in {
  0% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
  35% {
    -webkit-transform: rotateX(120deg);
    -moz-transform: rotateX(120deg);
    -ms-transform: rotateX(120deg);
    -o-transform: rotateX(120deg);
    transform: rotateX(120deg);
    opacity: 0;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(360deg);
    -moz-transform: rotateX(360deg);
    -ms-transform: rotateX(360deg);
    -o-transform: rotateX(360deg);
    transform: rotateX(360deg);
    opacity: 1;
  }
}
@-webkit-keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    opacity: 0;
  }
}
@-moz-keyframes cd-rotate-1-out {
  0% {
    -moz-transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -moz-transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -moz-transform: rotateX(180deg);
    opacity: 0;
  }
}
@keyframes cd-rotate-1-out {
  0% {
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1;
  }
  35% {
    -webkit-transform: rotateX(-40deg);
    -moz-transform: rotateX(-40deg);
    -ms-transform: rotateX(-40deg);
    -o-transform: rotateX(-40deg);
    transform: rotateX(-40deg);
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -ms-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    opacity: 0;
  }
}
.cd-headline.type .cd-words-wrapper {
  vertical-align: top;
  overflow: hidden;
}
.cd-headline.type span {
  padding: 10px 0;
}
.cd-headline.type > span {
  display: inline-block;
}
.cd-headline.type .cd-words-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 90%;
  width: 1px;
  background-color: #aebcb9;
}
.cd-headline.type .cd-words-wrapper.waiting::after {
  -webkit-animation: cd-pulse 1s infinite;
  -moz-animation: cd-pulse 1s infinite;
  animation: cd-pulse 1s infinite;
}
.cd-headline.type .cd-words-wrapper.selected::after {
  visibility: hidden;
}
.cd-headline.type .cd-words-wrapper.selected b {
  color: #0d0d0d;
}
.cd-headline.type b {
  visibility: hidden;
}
.cd-headline.type b.is-visible {
  visibility: visible;
}
.cd-headline.type i {
  position: absolute;
  visibility: hidden;
  font-style: normal;
}
.cd-headline.type i.in {
  position: relative;
  visibility: visible;
}
@-webkit-keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@-moz-keyframes cd-pulse {
  0% {
    -moz-transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -moz-transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -moz-transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
@keyframes cd-pulse {
  0% {
    -webkit-transform: translateY(-50%) scale(1);
    -moz-transform: translateY(-50%) scale(1);
    -ms-transform: translateY(-50%) scale(1);
    -o-transform: translateY(-50%) scale(1);
    transform: translateY(-50%) scale(1);
    opacity: 1;
  }
  40% {
    -webkit-transform: translateY(-50%) scale(0.9);
    -moz-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    opacity: 0;
  }
}
.cd-headline.rotate-2 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-2 em,
.cd-headline.rotate-2 i {
  display: inline-block;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-style: normal;
}
.cd-headline.rotate-2 b {
  opacity: 0;
}
.cd-headline.rotate-2 i {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(-20px) rotateX(90deg);
  -moz-transform: translateZ(-20px) rotateX(90deg);
  -ms-transform: translateZ(-20px) rotateX(90deg);
  -o-transform: translateZ(-20px) rotateX(90deg);
  transform: translateZ(-20px) rotateX(90deg);
  opacity: 0;
}
.is-visible .cd-headline.rotate-2 i {
  opacity: 1;
}
.cd-headline.rotate-2 i.in {
  -webkit-animation: cd-rotate-2-in 0.4s forwards;
  -moz-animation: cd-rotate-2-in 0.4s forwards;
  animation: cd-rotate-2-in 0.4s forwards;
}
.cd-headline.rotate-2 i.out {
  -webkit-animation: cd-rotate-2-out 0.4s forwards;
  -moz-animation: cd-rotate-2-out 0.4s forwards;
  animation: cd-rotate-2-out 0.4s forwards;
}
.cd-headline.rotate-2 em {
  -webkit-transform: translateZ(20px);
  -moz-transform: translateZ(20px);
  -ms-transform: translateZ(20px);
  -o-transform: translateZ(20px);
  transform: translateZ(20px);
}
.no-csstransitions .cd-headline.rotate-2 i {
  -webkit-transform: rotateX(0);
  -moz-transform: rotateX(0);
  -ms-transform: rotateX(0);
  -o-transform: rotateX(0);
  transform: rotateX(0);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-2 i em {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.no-csstransitions .cd-headline.rotate-2 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
}
@-moz-keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
}
@keyframes cd-rotate-2-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(90deg);
    -moz-transform: translateZ(-20px) rotateX(90deg);
    -ms-transform: translateZ(-20px) rotateX(90deg);
    -o-transform: translateZ(-20px) rotateX(90deg);
    transform: translateZ(-20px) rotateX(90deg);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(-10deg);
    -moz-transform: translateZ(-20px) rotateX(-10deg);
    -ms-transform: translateZ(-20px) rotateX(-10deg);
    -o-transform: translateZ(-20px) rotateX(-10deg);
    transform: translateZ(-20px) rotateX(-10deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
}
@-webkit-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@-moz-keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-20px) rotateX(-90deg);
  }
}
@keyframes cd-rotate-2-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(-20px) rotateX(0);
    -moz-transform: translateZ(-20px) rotateX(0);
    -ms-transform: translateZ(-20px) rotateX(0);
    -o-transform: translateZ(-20px) rotateX(0);
    transform: translateZ(-20px) rotateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-100deg);
    -moz-transform: translateZ(-20px) rotateX(-100deg);
    -ms-transform: translateZ(-20px) rotateX(-100deg);
    -o-transform: translateZ(-20px) rotateX(-100deg);
    transform: translateZ(-20px) rotateX(-100deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-20px) rotateX(-90deg);
    -moz-transform: translateZ(-20px) rotateX(-90deg);
    -ms-transform: translateZ(-20px) rotateX(-90deg);
    -o-transform: translateZ(-20px) rotateX(-90deg);
    transform: translateZ(-20px) rotateX(-90deg);
  }
}
.cd-headline.loading-bar span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.loading-bar .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.loading-bar .cd-words-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #5971ff;
  z-index: 2;
  -webkit-transition: width 0.3s -0.1s;
  -moz-transition: width 0.3s -0.1s;
  transition: width 0.3s -0.1s;
}
.cd-headline.loading-bar .cd-words-wrapper.is-loading::after {
  width: 100%;
  -webkit-transition: width 3s;
  -moz-transition: width 3s;
  transition: width 3s;
}
.cd-headline.loading-bar b {
  top: 0.2em;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.cd-headline.loading-bar b.is-visible {
  opacity: 1;
  top: 0;
}
.cd-headline.slide span {
  display: inline;
  padding-top: 10px;
  padding-bottom: 10px;
}
.cd-headline.slide .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.slide b {
  opacity: 0;
  top: 0.2em;
}
.cd-headline.slide b.is-visible {
  top: 0;
  opacity: 1;
  -webkit-animation: slide-in 0.6s;
  -moz-animation: slide-in 0.6s;
  animation: slide-in 0.6s;
}
.cd-headline.slide b.is-hidden {
  -webkit-animation: slide-out 0.6s;
  -moz-animation: slide-out 0.6s;
  animation: slide-out 0.6s;
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(20%);
    -moz-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    transform: translateY(20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
}
@-moz-keyframes slide-out {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
}
@keyframes slide-out {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateY(120%);
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -o-transform: translateY(120%);
    transform: translateY(120%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.cd-headline.clip span {
  display: inline-block;
  padding: 0.2em 0;
}
.cd-headline.clip .cd-words-wrapper {
  overflow: hidden;
  vertical-align: top;
}
.cd-headline.clip .cd-words-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 2px;
  height: 100%;
  background-color: #aebcb9;
}
.cd-headline.clip b {
  opacity: 0;
}
.cd-headline.clip b.is-visible {
  opacity: 1;
}
.cd-headline.zoom .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.zoom b {
  opacity: 0;
}
.cd-headline.zoom b.is-visible {
  opacity: 1;
  -webkit-animation: zoom-in 0.8s;
  -moz-animation: zoom-in 0.8s;
  animation: zoom-in 0.8s;
}
.cd-headline.zoom b.is-hidden {
  -webkit-animation: zoom-out 0.8s;
  -moz-animation: zoom-out 0.8s;
  animation: zoom-out 0.8s;
}
@-webkit-keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
}
@-moz-keyframes zoom-in {
  0% {
    opacity: 0;
    -moz-transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
}
@keyframes zoom-in {
  0% {
    opacity: 0;
    -webkit-transform: translateZ(100px);
    -moz-transform: translateZ(100px);
    -ms-transform: translateZ(100px);
    -o-transform: translateZ(100px);
    transform: translateZ(100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
  }
}
@-moz-keyframes zoom-out {
  0% {
    opacity: 1;
    -moz-transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateZ(-100px);
  }
}
@keyframes zoom-out {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateZ(-100px);
    -moz-transform: translateZ(-100px);
    -ms-transform: translateZ(-100px);
    -o-transform: translateZ(-100px);
    transform: translateZ(-100px);
  }
}
.cd-headline.rotate-3 .cd-words-wrapper {
  -webkit-perspective: 300px;
  -moz-perspective: 300px;
  perspective: 300px;
}
.cd-headline.rotate-3 b {
  opacity: 0;
}
.cd-headline.rotate-3 i {
  display: inline-block;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-visible .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
}
.cd-headline.rotate-3 i.in {
  -webkit-animation: cd-rotate-3-in 0.6s forwards;
  -moz-animation: cd-rotate-3-in 0.6s forwards;
  animation: cd-rotate-3-in 0.6s forwards;
}
.cd-headline.rotate-3 i.out {
  -webkit-animation: cd-rotate-3-out 0.6s forwards;
  -moz-animation: cd-rotate-3-out 0.6s forwards;
  animation: cd-rotate-3-out 0.6s forwards;
}
.no-csstransitions .cd-headline.rotate-3 i {
  -webkit-transform: rotateY(0);
  -moz-transform: rotateY(0);
  -ms-transform: rotateY(0);
  -o-transform: rotateY(0);
  transform: rotateY(0);
  opacity: 0;
}
.no-csstransitions .cd-headline.rotate-3 .is-visible i {
  opacity: 1;
}
@-webkit-keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
  }
}
@-moz-keyframes cd-rotate-3-in {
  0% {
    -moz-transform: rotateY(180deg);
  }
  100% {
    -moz-transform: rotateY(0);
  }
}
@keyframes cd-rotate-3-in {
  0% {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
}
@-webkit-keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
  }
}
@-moz-keyframes cd-rotate-3-out {
  0% {
    -moz-transform: rotateY(0);
  }
  100% {
    -moz-transform: rotateY(-180deg);
  }
}
@keyframes cd-rotate-3-out {
  0% {
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
  }
  100% {
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
  }
}
.cd-headline.scale b {
  opacity: 0;
}
.cd-headline.scale i {
  display: inline-block;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
.is-visible .cd-headline.scale i {
  opacity: 1;
}
.cd-headline.scale i.in {
  -webkit-animation: scale-up 0.6s forwards;
  -moz-animation: scale-up 0.6s forwards;
  animation: scale-up 0.6s forwards;
}
.cd-headline.scale i.out {
  -webkit-animation: scale-down 0.6s forwards;
  -moz-animation: scale-down 0.6s forwards;
  animation: scale-down 0.6s forwards;
}
.no-csstransitions .cd-headline.scale i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 0;
}
.no-csstransitions .cd-headline.scale .is-visible i {
  opacity: 1;
}
@-webkit-keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes scale-up {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  60% {
    -moz-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scale-up {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  60% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
}
@-moz-keyframes scale-down {
  0% {
    -moz-transform: scale(1);
    opacity: 1;
  }
  60% {
    -moz-transform: scale(0);
    opacity: 0;
  }
}
@keyframes scale-down {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  60% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
}
.cd-headline.push b {
  opacity: 0;
}
.cd-headline.push b.is-visible {
  opacity: 1;
  -webkit-animation: push-in 0.6s;
  -moz-animation: push-in 0.6s;
  animation: push-in 0.6s;
}
.cd-headline.push b.is-hidden {
  -webkit-animation: push-out 0.6s;
  -moz-animation: push-out 0.6s;
  animation: push-out 0.6s;
}
@-webkit-keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes push-in {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@keyframes push-in {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(10%);
    -moz-transform: translateX(10%);
    -ms-transform: translateX(10%);
    -o-transform: translateX(10%);
    transform: translateX(10%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
  }
}
@-moz-keyframes push-out {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  60% {
    opacity: 0;
    -moz-transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%);
  }
}
@keyframes push-out {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(110%);
    -moz-transform: translateX(110%);
    -ms-transform: translateX(110%);
    -o-transform: translateX(110%);
    transform: translateX(110%);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}

.software_web {
  background-color: #f7f8fa !important;
  padding: 50px 0;
  margin: 50px 0;
}

.footer-cop {
  text-align: center !important;
  padding: 22px !important;
  background-color: #ed1c24 !important;
  color: white !important;
  border-radius: 20px 20px 0 0 !important;
}

.dir-ltr {
  direction: ltr !important;
  position: relative;
  display: inline-block;
}

.other--links a {
  color: #6c7a87;
  font-size: 16px;
  font-weight: 400;
  margin: 0.6rem;
  -webkit-transition: 0.3s !important;
  -moz-transition: 0.3s !important;
  -o-transition: 0.3s !important;
  -ms-transition: 0.3s !important;
  transition: 0.3s !important;
}

.other--links {
  margin-bottom: 20px !important;
}

.link-f a {
  color: #000000 !important;
  font-weight: 600 !important;
}

.flex-wrab {
  flex-wrap: wrap !important;
}




/*****updates*****/

.social--media {
    margin-bottom: 20px;
}
.social--media .so-link {
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background-color: rgba(11, 34, 56, 0.05);
    margin: 0 0.25rem;
    -webkit-transition: 0.3s !important;
    -moz-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    -ms-transition: 0.3s !important;
    transition: 0.3s !important;
}
    .social--media .so-link .tio {
        display: flex;
        justify-content: center;
        text-align: center;
        font-size: 22px;
        color: #272727;
        padding-top: 7px;
        -webkit-transition: 0.3s !important;
        -moz-transition: 0.3s !important;
        -o-transition: 0.3s !important;
        -ms-transition: 0.3s !important;
        transition: 0.3s !important;
    }
    .social--media .so-link:hover {
        background-color: rgb(237, 28, 36);
    }

        .social--media .so-link:hover .tio {
            color: #FFF;
        }

.feature__app .mob-app {
    width: 600px
}

.download-icons img {
    width: 180px;
    margin: 10px;
    transition:0.25s linear;
}

.download-icons a:hover img{
    opacity:0.7;
}


@media screen and (max-width:991.98px) {
    .language-changer {
        position: absolute;
        right: 45px;
        top: 20px;
    }
}



    /*ltr changed*/
    .media-body {
        text-align: left;
    }

    @media screen and (max-width:991.98px) {
        .logo-animated-right {
            left: -625px;
        }
    }

    @media screen and (max-width:550px) {
        .toggle_switch .yearly .offer {
            left: -8px;
        }
    }
.arabic {
    font-family: "Almarai", sans-serif;
}
.popular-ar, .english {
    display: none;
}
.software_web.buy-now-section {
    background-color: #ffffff !important;
}

.pricing_section .blocks_pricing .item__price .number .n_price.contact-par {
    font-size: 22px;
    color: #ed1c24;
    margin-bottom: 4px;
    display: block;
}
.toast {
    left: 0;
    z-index: 9999;
}
.pricing_section .blocks_pricing .item__price .number.standing-package {
    margin-bottom: 66px;
}
.pricing_section .blocks_pricing .item__price .feature_price .list-group .list-group-item .tio.checkmark_circle_outlined {
    color: #09a51f;
}