/*!
Theme Name: ARTEVO
Theme URI: http://artevo.website/
Author: artevo
Author URI: http://artevo.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: artevo
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
*/

@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css");
@import url("/wp-content/themes/ARTEVO/icons/flaticon/font/flaticon.css");


@font-face {
  font-family: AktivGrotesk;
  font-weight: 300;
  src: url('/wp-content/themes/ARTEVO/fonts/TTF/AktivGrotesk-Regular.ttf');
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 400;
  src: url('/wp-content/themes/ARTEVO/fonts/TTF/AktivGrotesk-Medium.ttf');
}

@font-face {
  font-family: AktivGrotesk;
  font-weight: 600;
  src: url('/wp-content/themes/ARTEVO/fonts/TTF/AktivGrotesk-Bold.ttf') !;
}


@font-face {
  font-family: 'Almarai-Regular';
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Regular.eot');
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Regulareot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Regular.woff2') format('woff2'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Regular.woff') format('woff'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Almarai-Light';
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Light.eot');
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Light.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Light.woff2') format('woff2'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Light.woff') format('woff'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Almarai-Bold';
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Bold.eot');
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Bold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Bold.woff2') format('woff2'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Bold.woff') format('woff'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Almarai-ExtraBold';
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-ExtraBold.eot');
  src: url('/wp-content/themes/ARTEVO/css/fonts/Almarai-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-ExtraBold.woff2') format('woff2'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-ExtraBold.woff') format('woff'), url('/wp-content/themes/ARTEVO/css/fonts/Almarai-ExtraBold.ttf') format('truetype');
}

.translatepress-ar *{
  font-family: 'Almarai-Regular' !important;
    direction: rtl !important;
}

:root {
  --gradient: linear-gradient(to right, rgb(255, 64, 62) 0%, rgb(255, 129, 27) 100%);
  --gradient-sec: linear-gradient(to right, rgb(57, 26, 166) 0%, rgb(6, 163, 245) 100%);
  --primary: #1f191a;
  --secondary: #1a1668;
  --primary-hover: #e58c23;
  --primary-dark: #915611;
  --rgba-primary-1: rgba(234, 164, 81, 0.1);
  --rgba-primary-2: rgba(234, 164, 81, 0.2);
  --rgba-primary-3: rgba(234, 164, 81, 0.3);
  --rgba-primary-4: rgba(234, 164, 81, 0.4);
  --rgba-primary-5: rgba(234, 164, 81, 0.5);
  --rgba-primary-6: rgba(234, 164, 81, 0.6);
  --rgba-primary-7: rgba(234, 164, 81, 0.7);
  --rgba-primary-8: rgba(234, 164, 81, 0.8);
  --rgba-primary-9: rgba(234, 164, 81, 0.9);
  --font-family-base: Open Sans, sans-serif;
  --grey: #f7f7f7;
  --border-radius-base: 6px;
  --font-family-title: AktivGrotesk, sans-serif;
  --title: #1f191a;
  --headings-font-weight: 600;
  --headings-font-weight2: 400;
  --headings-font-weight3: 300;
}


* {
  outline: none;
  padding: 0;
}

*::after {
  margin: 0;
  padding: 0;
}

*::before {
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.6;
  color: #777777;
  font-size: 1rem;
  font-family: var(--font-family-base) !important;
}

body.fixed {
  overflow: hidden;
  position: fixed;
}

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

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--title) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-title) !important;
  font-weight: 600;
  color: var(--title);
  line-height: 1.4;
}

h1,
.h1,
.h1 {
  font-size: 2.625rem;
}

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

  h1,
  .h1,
  .h1 {
    font-size: 3rem;
  }
}

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

  h1,
  .h1,
  .h1 {
    font-size: 2.813rem;
  }
}

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

  h1,
  .h1,
  .h1 {
    font-size: 2.625rem;
  }
}

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

  h1,
  .h1,
  .h1 {
    font-size: 2.25rem;
  }
}

h2,
.h2,
.h2 {
  font-size: 2.25rem;
}

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

  h2,
  .h2,
  .h2 {
    font-size: 2.625rem;
  }
}

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

  h2,
  .h2,
  .h2 {
    font-size: 2.375rem;
  }
}

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

  h2,
  .h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3,
.h3 {
  font-size: 1.875rem;
}

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

  h3,
  .h3,
  .h3 {
    font-size: 2rem;
  }
}

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

  h3,
  .h3,
  .h3 {
    font-size: 1.875rem;
  }
}

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

  h3,
  .h3,
  .h3 {
    font-size: 1.625rem;
  }
}

h4,
.h4,
.h4 {
  font-size: 1.5rem;
}

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

  h4,
  .h4,
  .h4 {
    font-size: 1.25rem;
  }
}

h5,
.h5,
.h5 {
  font-size: 1.25rem;
}

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

  h5,
  .h5,
  .h5 {
    font-size: 1.125rem;
  }
}

h6,
.h6,
.h6 {
  font-size: 1.125rem;
}

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

  h6,
  .h6,
  .h6 {
    font-size: 1rem;
  }
}

ul {
  padding: 0;
  margin: 0;
}

img {
  border-style: none;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

li {
  list-style: none;
}

p {
  font-family: AktivGrotesk !important;
}

a {
  text-decoration: none !important;
  outline: none;
  color: var(--primary);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

a:hover,
a:focus,
a.active {
  text-decoration: none;
  outline: none;
  color: var(--primary-hover) !important;
}

.text-primary {
  color: var(--primary) !important;
}

.text-secondary {
  color: var(--secondary) !important;
}

.bg-primary {
  background-color: var(--primary) !important;
}

.bg-secondary {
  background-color: var(--secondary) !important;
}

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

b,
strong,
.strong {
  font-weight: 700;
}

.h-0 {
  height: 0;
}

#main-wrapper {
  opacity: 0;
  transition: all 0.25s ease-in;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

#main-wrapper.show {
  opacity: 1;
}

.content-body {
  margin-left: 65px;
  margin-top: 18px;
  margin-right: 6px;
  margin-bottom: 45px;
}

/* .container {
	max-width: 1600px;
	@include custommq ($max:1600px){
		max-width: 1400px;
	}
} */

.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl {
  padding-left: 30px;
  padding-right: 30px;
}

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

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }
}

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

  .container-fluid,
  .container-sm,
  .container-md,
  .container-lg,
  .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.bg-grey {
  background-color: var(--grey);
}

.text-black {
  color: #071c35;
}

::selection {
  color: #ffffff;
  background: var(--primary);
}

.modal-backdrop {
  z-index: 99999;
}

.modal {
  z-index: 100000;
}

/* Flaticon */
[class*="flaticon-"] {
  font-family: "Flaticon";
}

@media only screen and (max-width: 991px) {
  .dz-order-1 {
    order: 1;
    margin-top: 20px;
  }
}

.gradient {
  background-image: var(--gradient);
}

.gradient-sec {
  background-image: var(--gradient-sec);
}

#pointer-dot {
  left: -4px;
  top: -4px;
  width: 12px;
  height: 12px;
  position: fixed;
  border-radius: 10px;
  z-index: 999998;
  pointer-events: none;
  transition: border-color 0.5s;
  background: #333;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.2);
}

#pointer-ring {
  left: 0;
  top: 0;
  width: 25px;
  height: 25px;
  display: block;
  border: 1px solid var(--primary) !important;
  position: fixed;
  border-radius: 100px;
  z-index: 999999;
  pointer-events: none;
  transition: width 0.3s, height 0.3s;
}

#pointer-ring.active {
  width: 50px;
  height: 50px;
  opacity: 0.5;
}

#pointer-ring.active+#pointer-dot {
  opacity: 0;
}

.content-inner {
  padding-top: 100px;
  padding-bottom: 70px;
}

@media only screen and (max-width: 1480px) {
  .content-inner {
    padding-top: 70px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .content-inner {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.content-inner-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.content-inner-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media only screen and (max-width: 1480px) {
  .content-inner-1 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
}

@media only screen and (max-width: 767px) {
  .content-inner-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .content-inner-4 {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.content-inner-2 {
  padding-top: 100px;
  padding-bottom: 0;
}

@media only screen and (max-width: 1480px) {
  .content-inner-2 {
    padding-top: 70px;
  }
}

.content-inner-3 {
  padding-top: 60px;
  padding-bottom: 30px;
}

@media only screen and (max-width: 991px) {
  .content-inner-3 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.mfp-bg {
  z-index: 99999;
}

.mfp-wrap {
  z-index: 100000;
}

.rounded {
  border-radius: var(--border-radius-base) !important;
}

.half-shape-top-w {
  position: relative;
  z-index: 2;
}

.half-shape-top-w:after {
  content: "";
  height: 50%;
  position: absolute;
  top: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.half-shape-bottom-w {
  position: relative;
  z-index: 0;
}

.half-shape-bottom-w:after {
  content: "";
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: -1;
}

.height-md {
  height: 370px;
}

.height-lg {
  height: 600px;
}

@media only screen and (max-width: 575px) {
  .height-lg {
    height: 400px;
  }
}

.border-primary {
  border-color: var(--primary) !important;
}

.border-bottom {
  border-bottom: 1px solid #eee !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.preloader-wrapper-1,
.preloader-wrapper-2 {
  align-items: center;
  position: fixed;
  z-index: 999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

.preloader-wrapper-1 .preloader-inner,
.preloader-wrapper-2 .preloader-inner {
  position: relative;
}

.preloader-wrapper-1 .preloader-inner {
  height: 100px;
  width: 150px;
  padding: 5px;
  border-radius: 0;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3), 0 0 0 5px var(--primary) inset;
  perspective: 37.5rem;
  transform-style: preserve-3d;
  transform: translate3d(0, 0, 0);
  animation: pre_ani_cover_1 7s ease-in-out infinite;
}

.preloader-wrapper-1 .preloader-inner .preloader-shade,
.preloader-wrapper-1 .preloader-inner .preloader-wrap {
  width: calc(50% - 0.25rem);
  position: absolute;
  left: 0.25rem;
  animation: pre_ani_cover_1 7s ease-in-out infinite;
}

.preloader-wrapper-1 .preloader-inner .preloader-shade {
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.3) 50%);
  height: 3.75rem;
  filter: blur(0.25rem);
  transform: scaleY(0);
  transform-origin: 100% 0%;
  top: calc(100% - 0.25rem);
  animation-name: pre_ani_shadow_1;
}

.preloader-wrapper-1 .preloader-inner .preloader-wrap {
  background-color: #fff;
  background-image: linear-gradient(90deg, rgba(227, 228, 232, 0) 87.5%, #e3e4e8);
  height: calc(100% - 0.5rem);
  transform-origin: 100% 50%;
  animation-name: pre_ani_wrap_1;
}

.preloader-wrapper-1 .preloader-inner .wrap2,
.preloader-wrapper-1 .preloader-inner .wrap3,
.preloader-wrapper-1 .preloader-inner .wrap4 {
  background-image: repeating-linear-gradient(#17181c 0 0.125rem, rgba(23, 24, 28, 0) 0.125rem 0.5rem), linear-gradient(90deg, rgba(227, 228, 232, 0) 87.5%, #e3e4e8);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2.5rem 4.125rem, 100% 100%;
}

.preloader-wrapper-1 .preloader-inner .wrap2 {
  animation-name: pre_ani_wrap_2;
}

.preloader-wrapper-1 .preloader-inner .wrap3 {
  animation-name: pre_ani_wrap_3;
}

.preloader-wrapper-1 .preloader-inner .wrap4 {
  animation-name: pre_ani_wrap_4;
}

.preloader-wrapper-1 .preloader-inner .wrap5 {
  animation-name: pre_ani_wrap_5;
}

@keyframes pre_ani_cover_1 {

  from,
  5%,
  45%,
  55%,
  95%,
  to {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-out;
  }

  10%,
  40%,
  60%,
  90% {
    background-color: var(--rgba-primary-6);
    animation-timing-function: ease-in;
  }
}

@keyframes pre_ani_shadow_1 {

  from,
  10.01%,
  20.01%,
  30.01%,
  40.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-in;
  }

  5%,
  15%,
  25%,
  35%,
  45%,
  55%,
  65%,
  75%,
  85%,
  95% {
    transform: translate3d(0, 0, 1px) scaleY(0.2) rotateY(90deg);
    animation-timing-function: ease-out;
  }

  10%,
  20%,
  30%,
  40%,
  50%,
  to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-out;
  }

  50.01%,
  60.01%,
  70.01%,
  80.01%,
  90.01% {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(180deg);
    animation-timing-function: ease-in;
  }

  60%,
  70%,
  80%,
  90%,
  to {
    transform: translate3d(0, 0, 1px) scaleY(0) rotateY(0);
    animation-timing-function: ease-out;
  }
}

@keyframes pre_ani_wrap_1 {

  from,
  to {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.4deg);
    animation-timing-function: ease-in-out;
  }

  10%,
  15% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-out;
  }

  20%,
  80% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in;
  }

  85%,
  90% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(180deg);
    animation-timing-function: ease-in-out;
  }
}

@keyframes pre_ani_wrap_2 {

  from,
  to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in;
  }

  5%,
  10% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-in-out;
  }

  20%,
  25% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-out;
  }

  30%,
  70% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in;
  }

  75%,
  80% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.9deg);
    animation-timing-function: ease-in-out;
  }

  90%,
  95% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.3deg);
    animation-timing-function: ease-out;
  }
}

@keyframes pre_ani_wrap_3 {

  from,
  10%,
  90%,
  to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in;
  }

  15%,
  20% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-in-out;
  }

  30%,
  35% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-out;
  }

  40%,
  60% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in;
  }

  65%,
  70% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.8deg);
    animation-timing-function: ease-in-out;
  }

  80%,
  85% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.2deg);
    animation-timing-function: ease-out;
  }
}

@keyframes pre_ani_wrap_4 {

  from,
  20%,
  80%,
  to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in;
  }

  25%,
  30% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-in-out;
  }

  40%,
  45% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-out;
  }

  50% {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in;
  }

  55%,
  60% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.7deg);
    animation-timing-function: ease-in-out;
  }

  70%,
  75% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0.1deg);
    animation-timing-function: ease-out;
  }
}

@keyframes pre_ani_wrap_5 {

  from,
  30%,
  70%,
  to {
    background-color: rgba(0, 0, 0, 0.5);
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-in;
  }

  35%,
  40% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0deg);
    animation-timing-function: ease-in-out;
  }

  50% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(179.6deg);
    animation-timing-function: ease-in-out;
  }

  60%,
  65% {
    background-color: #fff;
    transform: translate3d(0, 0, 1px) rotateY(0);
    animation-timing-function: ease-out;
  }
}

.preloader-wrapper-2 .preloader-inner {
  width: 110px;
  height: 90px;
  margin: 50px auto 0;
}

.preloader-wrapper-2 .preloader-inner span {
  background: var(--primary);
  width: 5px;
  height: 80px;
  border-radius: 10px;
  transform: translateY(-50%) rotate(0);
  position: absolute;
  top: 50%;
  animation: pre_ani_2 0.7s infinite alternate-reverse;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(1) {
  margin-left: 0px;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(2) {
  margin-left: 14px;
  animation-delay: 0.1s;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(3) {
  margin-left: 28px;
  animation-delay: 0.2s;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(4) {
  margin-left: 42px;
  animation-delay: 0.3s;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(5) {
  margin-left: 56px;
  animation-delay: 0.4s;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(6) {
  margin-left: 70px;
  animation-delay: 0.5s;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(7) {
  margin-left: 84px;
  animation-delay: 0.6s;
}

.preloader-wrapper-2 .preloader-inner span:nth-child(8) {
  margin-left: 98px;
  animation-delay: 0.7s;
}

@keyframes pre_ani_2 {
  0% {
    height: 5px;
    transform: translateY(-50%) rotate(40deg);
  }

  100% {
    height: 90px;
    transform: translateY(-50%) rotate(0deg);
  }
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-13 {
  font-size: 13px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-24 {
  font-size: 24px;
}

.font-26 {
  font-size: 26px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-40 {
  font-size: 40px;
}

.font-45 {
  font-size: 45px;
}

.font-50 {
  font-size: 50px;
}

.font-55 {
  font-size: 55px;
}

.font-60 {
  font-size: 60px;
}

.font-70 {
  font-size: 70px;
}

.font-75 {
  font-size: 75px;
}

.font-80 {
  font-size: 80px;
}

.font-90 {
  font-size: 90px;
}

.font-100 {
  font-size: 100px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

.p-a0 {
  padding: 0;
}

.p-a5 {
  padding: 5px;
}

.p-a10 {
  padding: 10px;
}

.p-a15 {
  padding: 15px;
}

.p-a20 {
  padding: 20px;
}

.p-a25 {
  padding: 25px;
}

.p-a30 {
  padding: 30px;
}

.p-a40 {
  padding: 40px;
}

.p-a50 {
  padding: 50px;
}

.p-a60 {
  padding: 60px;
}

.p-a70 {
  padding: 70px;
}

.p-a80 {
  padding: 80px;
}

.p-a90 {
  padding: 90px;
}

.p-a100 {
  padding: 100px;
}

.p-t0 {
  padding-top: 0;
}

.p-t5 {
  padding-top: 5px;
}

.p-t10 {
  padding-top: 10px;
}

.p-t15 {
  padding-top: 15px;
}

.p-t20 {
  padding-top: 20px;
}

.p-t30 {
  padding-top: 30px;
}

.p-t40 {
  padding-top: 40px;
}

.p-t50 {
  padding-top: 50px;
}

.p-t60 {
  padding-top: 60px;
}

.p-t70 {
  padding-top: 70px;
}

.p-t80 {
  padding-top: 80px;
}

.p-t90 {
  padding-top: 90px;
}

.p-t100 {
  padding-top: 100px;
}

.p-b0 {
  padding-bottom: 0;
}

.p-b5 {
  padding-bottom: 5px;
}

.p-b10 {
  padding-bottom: 10px;
}

.p-b15 {
  padding-bottom: 15px;
}

.p-b20 {
  padding-bottom: 20px;
}

.p-b30 {
  padding-bottom: 30px;
}

.p-b40 {
  padding-bottom: 40px;
}

.p-b50 {
  padding-bottom: 50px;
}

.p-b60 {
  padding-bottom: 60px;
}

.p-b70 {
  padding-bottom: 70px;
}

.p-b80 {
  padding-bottom: 80px;
}

.p-b90 {
  padding-bottom: 90px;
}

.p-b100 {
  padding-bottom: 100px;
}

.p-l0 {
  padding-left: 0;
}

.p-l5 {
  padding-left: 5px;
}

.p-l10 {
  padding-left: 10px;
}

.p-l15 {
  padding-left: 15px;
}

.p-l20 {
  padding-left: 20px;
}

.p-l30 {
  padding-left: 30px;
}

.p-l40 {
  padding-left: 40px;
}

.p-l50 {
  padding-left: 50px;
}

.p-l60 {
  padding-left: 60px;
}

.p-l70 {
  padding-left: 70px;
}

.p-l80 {
  padding-left: 80px;
}

.p-l90 {
  padding-left: 90px;
}

.p-l100 {
  padding-left: 100px;
}

.p-r0 {
  padding-right: 0;
}

.p-r5 {
  padding-right: 5px;
}

.p-r10 {
  padding-right: 10px;
}

.p-r15 {
  padding-right: 15px;
}

.p-r20 {
  padding-right: 20px;
}

.p-r30 {
  padding-right: 30px;
}

.p-r40 {
  padding-right: 40px;
}

.p-r50 {
  padding-right: 50px;
}

.p-r60 {
  padding-right: 60px;
}

.p-r70 {
  padding-right: 70px;
}

.p-r80 {
  padding-right: 80px;
}

.p-r90 {
  padding-right: 90px;
}

.p-r100 {
  padding-right: 100px;
}

.p-lr0 {
  padding-left: 0;
  padding-right: 0;
}

.p-lr5 {
  padding-left: 5px;
  padding-right: 5px;
}

.p-lr10 {
  padding-left: 10px;
  padding-right: 10px;
}

.p-lr15 {
  padding-left: 15px;
  padding-right: 15px;
}

.p-lr20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-lr30 {
  padding-left: 30px;
  padding-right: 30px;
}

.p-lr40 {
  padding-left: 40px;
  padding-right: 40px;
}

.p-lr50 {
  padding-left: 50px;
  padding-right: 50px;
}

.p-lr60 {
  padding-left: 60px;
  padding-right: 60px;
}

.p-lr70 {
  padding-left: 70px;
  padding-right: 70px;
}

.p-lr80 {
  padding-left: 80px;
  padding-right: 80px;
}

.p-lr90 {
  padding-left: 90px;
  padding-right: 90px;
}

.p-lr100 {
  padding-left: 100px;
  padding-right: 100px;
}

.p-tb0 {
  padding-bottom: 0;
  padding-top: 0;
}

.p-tb5 {
  padding-bottom: 5px;
  padding-top: 5px;
}

.p-tb10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p-tb15 {
  padding-bottom: 15px;
  padding-top: 15px;
}

.p-tb20 {
  padding-bottom: 20px;
  padding-top: 20px;
}

.p-tb30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p-tb40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p-tb50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p-tb60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p-tb70 {
  padding-bottom: 70px;
  padding-top: 70px;
}

.p-tb80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-tb90 {
  padding-bottom: 90px;
  padding-top: 90px;
}

.p-tb100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.m-auto {
  margin: auto;
}

.m-a0 {
  margin: 0;
}

.m-a5 {
  margin: 5px;
}

.m-a10 {
  margin: 10px;
}

.m-a15 {
  margin: 15px;
}

.m-a20 {
  margin: 20px;
}

.m-a30 {
  margin: 30px;
}

.m-a40 {
  margin: 40px;
}

.m-a50 {
  margin: 50px;
}

.m-a60 {
  margin: 60px;
}

.m-a70 {
  margin: 70px;
}

.m-a80 {
  margin: 80px;
}

.m-a90 {
  margin: 90px;
}

.m-a100 {
  margin: 100px;
}

.m-t0 {
  margin-top: 0;
}

.m-t5 {
  margin-top: 5px;
}

.m-t10 {
  margin-top: 10px;
}

.m-t15 {
  margin-top: 15px;
}

.m-t18 {
  margin-top: 18px;
}

.m-t20 {
  margin-top: 20px;
}

.m-t30 {
  margin-top: 30px;
}

.m-t40 {
  margin-top: 40px;
}

.m-t45 {
  margin-top: 45px;
}

.m-t50 {
  margin-top: 50px;
}

.m-t60 {
  margin-top: 60px;
}

.m-t70 {
  margin-top: 70px;
}

.m-t80 {
  margin-top: 80px;
}

.m-t90 {
  margin-top: 90px;
}

.m-t100 {
  margin-top: 100px;
}

.m-b0 {
  margin-bottom: 0;
}

.m-b5 {
  margin-bottom: 5px;
}

.m-b10 {
  margin-bottom: 10px;
}

.m-b15 {
  margin-bottom: 15px;
}

.m-b20 {
  margin-bottom: 20px;
}

.m-b25 {
  margin-bottom: 25px;
}

.m-b30 {
  margin-bottom: 30px !important;
}

.m-b40 {
  margin-bottom: 40px;
}

.m-b50 {
  margin-bottom: 50px;
}

.m-b60 {
  margin-bottom: 60px;
}

.m-b70 {
  margin-bottom: 70px;
}

.m-b80 {
  margin-bottom: 80px;
}

.m-b90 {
  margin-bottom: 90px;
}

.m-b100 {
  margin-bottom: 100px;
}

.m-l0 {
  margin-left: 0;
}

.m-l5 {
  margin-left: 5px;
}

.m-l10 {
  margin-left: 10px;
}

.m-l15 {
  margin-left: 15px;
}

.m-l20 {
  margin-left: 20px;
}

.m-l30 {
  margin-left: 30px;
}

.m-l40 {
  margin-left: 40px;
}

.m-l50 {
  margin-left: 50px;
}

.m-l60 {
  margin-left: 60px;
}

.m-l70 {
  margin-left: 70px;
}

.m-l80 {
  margin-left: 80px;
}

.m-l90 {
  margin-left: 90px;
}

.m-l100 {
  margin-left: 100px;
}

.m-r0 {
  margin-right: 0;
}

.m-r5 {
  margin-right: 5px;
}

.m-r10 {
  margin-right: 10px;
}

.m-r15 {
  margin-right: 15px;
}

.m-r20 {
  margin-right: 20px;
}

.m-r30 {
  margin-right: 30px;
}

.m-r40 {
  margin-right: 40px;
}

.m-r50 {
  margin-right: 50px;
}

.m-r60 {
  margin-right: 60px;
}

.m-r70 {
  margin-right: 70px;
}

.m-r80 {
  margin-right: 80px;
}

.m-r90 {
  margin-right: 90px;
}

.m-r100 {
  margin-right: 100px;
}

.m-lr0 {
  margin-left: 0;
  margin-right: 0;
}

.m-lr5 {
  margin-left: 5px;
  margin-right: 5px;
}

.m-lr10 {
  margin-left: 10px;
  margin-right: 10px;
}

.m-lr15 {
  margin-left: 15px;
  margin-right: 15px;
}

.m-lr20 {
  margin-left: 20px;
  margin-right: 20px;
}

.m-lr30 {
  margin-left: 30px;
  margin-right: 30px;
}

.m-lr40 {
  margin-left: 40px;
  margin-right: 40px;
}

.m-lr50 {
  margin-left: 50px;
  margin-right: 50px;
}

.m-lr60 {
  margin-left: 60px;
  margin-right: 60px;
}

.m-lr70 {
  margin-left: 70px;
  margin-right: 70px;
}

.m-lr80 {
  margin-left: 80px;
  margin-right: 80px;
}

.m-lr90 {
  margin-left: 90px;
  margin-right: 90px;
}

.m-lr100 {
  margin-left: 100px;
  margin-right: 100px;
}

.m-tb0 {
  margin-bottom: 0;
  margin-top: 0;
}

.m-tb5 {
  margin-bottom: 5px;
  margin-top: 5px;
}

.m-tb10 {
  margin-bottom: 10px;
  margin-top: 10px;
}

.m-tb15 {
  margin-bottom: 15px;
  margin-top: 15px;
}

.m-tb20 {
  margin-bottom: 20px;
  margin-top: 20px;
}

.m-tb30 {
  margin-bottom: 30px;
  margin-top: 30px;
}

.m-tb40 {
  margin-bottom: 40px;
  margin-top: 40px;
}

.m-tb50 {
  margin-bottom: 50px;
  margin-top: 50px;
}

.m-tb60 {
  margin-bottom: 60px;
  margin-top: 60px;
}

.m-tb70 {
  margin-bottom: 70px;
  margin-top: 70px;
}

.m-tb80 {
  margin-bottom: 80px;
  margin-top: 80px;
}

.m-tb90 {
  margin-bottom: 90px;
  margin-top: 90px;
}

.m-tb100 {
  margin-bottom: 100px;
  margin-top: 100px;
}

@media only screen and (max-width: 1200px) {
  .m-lg-t0 {
    margin-top: 0;
  }

  .m-lg-t5 {
    margin-top: 5px;
  }

  .m-lg-t10 {
    margin-top: 10px;
  }

  .m-lg-t15 {
    margin-top: 15px;
  }

  .m-lg-t20 {
    margin-top: 20px;
  }

  .m-lg-t30 {
    margin-top: 30px;
  }

  .m-lg-t40 {
    margin-top: 40px;
  }

  .m-lg-t50 {
    margin-top: 50px;
  }

  .m-lg-t60 {
    margin-top: 60px;
  }

  .m-lg-t70 {
    margin-top: 70px;
  }

  .m-lg-t80 {
    margin-top: 80px;
  }

  .m-lg-t90 {
    margin-top: 90px;
  }

  .m-lg-t100 {
    margin-top: 100px;
  }

  .m-lg-b0 {
    margin-bottom: 0;
  }

  .m-lg-b5 {
    margin-bottom: 5px;
  }

  .m-lg-b10 {
    margin-bottom: 10px;
  }

  .m-lg-b15 {
    margin-bottom: 15px;
  }

  .m-lg-b20 {
    margin-bottom: 20px;
  }

  .m-lg-b30 {
    margin-bottom: 30px;
  }

  .m-lg-b40 {
    margin-bottom: 40px;
  }

  .m-lg-b50 {
    margin-bottom: 50px;
  }

  .m-lg-b60 {
    margin-bottom: 60px;
  }

  .m-lg-b70 {
    margin-bottom: 70px;
  }

  .m-lg-b80 {
    margin-bottom: 80px;
  }

  .m-lg-b90 {
    margin-bottom: 90px;
  }

  .m-lg-b100 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .m-md-t0 {
    margin-top: 0;
  }

  .m-md-t5 {
    margin-top: 5px;
  }

  .m-md-t10 {
    margin-top: 10px;
  }

  .m-md-t15 {
    margin-top: 15px;
  }

  .m-md-t20 {
    margin-top: 20px;
  }

  .m-md-t30 {
    margin-top: 30px;
  }

  .m-md-t40 {
    margin-top: 40px;
  }

  .m-md-t50 {
    margin-top: 50px;
  }

  .m-md-t60 {
    margin-top: 60px;
  }

  .m-md-t70 {
    margin-top: 70px;
  }

  .m-md-t80 {
    margin-top: 80px;
  }

  .m-md-t90 {
    margin-top: 90px;
  }

  .m-md-t100 {
    margin-top: 100px;
  }

  .m-md-b0 {
    margin-bottom: 0;
  }

  .m-md-b5 {
    margin-bottom: 5px;
  }

  .m-md-b10 {
    margin-bottom: 10px;
  }

  .m-md-b15 {
    margin-bottom: 15px;
  }

  .m-md-b20 {
    margin-bottom: 20px;
  }

  .m-md-b30 {
    margin-bottom: 30px;
  }

  .m-md-b40 {
    margin-bottom: 40px;
  }

  .m-md-b50 {
    margin-bottom: 50px;
  }

  .m-md-b60 {
    margin-bottom: 60px;
  }

  .m-md-b70 {
    margin-bottom: 70px;
  }

  .m-md-b80 {
    margin-bottom: 80px;
  }

  .m-md-b90 {
    margin-bottom: 90px;
  }

  .m-md-b100 {
    margin-bottom: 100px;
  }

  .m-md-r0 {
    margin-right: 0;
  }

  .p-md-r0 {
    padding-right: 0;
  }

  .p-md-t40 {
    padding-top: 40px;
  }

  .p-md-b40 {
    padding-bottom: 40px;
  }

  .p-md-l0 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .m-sm-t0 {
    margin-top: 0;
  }

  .m-sm-t5 {
    margin-top: 5px;
  }

  .m-sm-t10 {
    margin-top: 10px;
  }

  .m-sm-t15 {
    margin-top: 15px;
  }

  .m-sm-t20 {
    margin-top: 20px;
  }

  .m-sm-t30 {
    margin-top: 30px;
  }

  .m-sm-t40 {
    margin-top: 40px;
  }

  .m-sm-t50 {
    margin-top: 50px;
  }

  .m-sm-t60 {
    margin-top: 60px;
  }

  .m-sm-t70 {
    margin-top: 70px;
  }

  .m-sm-t80 {
    margin-top: 80px;
  }

  .m-sm-t90 {
    margin-top: 90px;
  }

  .m-sm-t100 {
    margin-top: 100px;
  }

  .m-sm-b0 {
    margin-bottom: 0;
  }

  .m-sm-b5 {
    margin-bottom: 5px;
  }

  .m-sm-b10 {
    margin-bottom: 10px;
  }

  .m-sm-b15 {
    margin-bottom: 15px;
  }

  .m-sm-b20 {
    margin-bottom: 20px;
  }

  .m-sm-b30 {
    margin-bottom: 30px;
  }

  .m-sm-b40 {
    margin-bottom: 40px;
  }

  .m-sm-b50 {
    margin-bottom: 50px;
  }

  .m-sm-b60 {
    margin-bottom: 60px;
  }

  .m-sm-b70 {
    margin-bottom: 70px;
  }

  .m-sm-b80 {
    margin-bottom: 80px;
  }

  .m-sm-b90 {
    margin-bottom: 90px;
  }

  .m-sm-b100 {
    margin-bottom: 100px;
  }

  .m-sm-r10 {
    margin-right: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .m-xs-t0 {
    margin-top: 0;
  }

  .m-xs-t5 {
    margin-top: 5px;
  }

  .m-xs-t10 {
    margin-top: 10px;
  }

  .m-xs-t15 {
    margin-top: 15px;
  }

  .m-xs-t20 {
    margin-top: 20px;
  }

  .m-xs-t30 {
    margin-top: 30px;
  }

  .m-xs-t40 {
    margin-top: 40px;
  }

  .m-xs-t50 {
    margin-top: 50px;
  }

  .m-xs-t60 {
    margin-top: 60px;
  }

  .m-xs-t70 {
    margin-top: 70px;
  }

  .m-xs-t80 {
    margin-top: 80px;
  }

  .m-xs-t90 {
    margin-top: 90px;
  }

  .m-xs-t100 {
    margin-top: 100px;
  }

  .m-xs-b0 {
    margin-bottom: 0;
  }

  .m-xs-b5 {
    margin-bottom: 5px;
  }

  .m-xs-b10 {
    margin-bottom: 10px;
  }

  .m-xs-b15 {
    margin-bottom: 15px;
  }

  .m-xs-b20 {
    margin-bottom: 20px;
  }

  .m-xs-b30 {
    margin-bottom: 30px;
  }

  .m-xs-b40 {
    margin-bottom: 40px;
  }

  .m-xs-b50 {
    margin-bottom: 50px;
  }

  .m-xs-b60 {
    margin-bottom: 60px;
  }

  .m-xs-b70 {
    margin-bottom: 70px;
  }

  .m-xs-b80 {
    margin-bottom: 80px;
  }

  .m-xs-b90 {
    margin-bottom: 90px;
  }

  .m-xs-b100 {
    margin-bottom: 100px;
  }
}

@media only screen and (max-width: 1200px) {
  .p-lg-t0 {
    padding-top: 0;
  }

  .p-lg-t5 {
    padding-top: 5px;
  }

  .p-lg-t10 {
    padding-top: 10px;
  }

  .p-lg-t15 {
    padding-top: 15px;
  }

  .p-lg-t20 {
    padding-top: 20px;
  }

  .p-lg-t30 {
    padding-top: 30px;
  }

  .p-lg-t40 {
    padding-top: 40px;
  }

  .p-lg-t50 {
    padding-top: 50px;
  }

  .p-lg-t60 {
    padding-top: 60px;
  }

  .p-lg-t70 {
    padding-top: 70px;
  }

  .p-lg-t80 {
    padding-top: 80px;
  }

  .p-lg-t90 {
    padding-top: 90px;
  }

  .p-lg-t100 {
    padding-top: 100px;
  }

  .p-lg-b0 {
    padding-bottom: 0;
  }

  .p-lg-b5 {
    padding-bottom: 5px;
  }

  .p-lg-b10 {
    padding-bottom: 10px;
  }

  .p-lg-b15 {
    padding-bottom: 15px;
  }

  .p-lg-b20 {
    padding-bottom: 20px;
  }

  .p-lg-b30 {
    padding-bottom: 30px;
  }

  .p-lg-b40 {
    padding-bottom: 40px;
  }

  .p-lg-b50 {
    padding-bottom: 50px;
  }

  .p-lg-b60 {
    padding-bottom: 60px;
  }

  .p-lg-b70 {
    padding-bottom: 70px;
  }

  .p-lg-b80 {
    padding-bottom: 80px;
  }

  .p-lg-b90 {
    padding-bottom: 90px;
  }

  .p-lg-b100 {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 991px) {
  .p-md-t0 {
    padding-top: 0;
  }

  .p-md-t5 {
    padding-top: 5px;
  }

  .p-md-t10 {
    padding-top: 10px;
  }

  .p-md-t15 {
    padding-top: 15px;
  }

  .p-md-t20 {
    padding-top: 20px;
  }

  .p-md-t30 {
    padding-top: 30px;
  }

  .p-md-t40 {
    padding-top: 40px;
  }

  .p-md-t50 {
    padding-top: 50px;
  }

  .p-md-t60 {
    padding-top: 60px;
  }

  .p-md-t70 {
    padding-top: 70px;
  }

  .p-md-t80 {
    padding-top: 80px;
  }

  .p-md-t90 {
    padding-top: 90px;
  }

  .p-md-t100 {
    padding-top: 100px;
  }

  .p-md-b0 {
    padding-bottom: 0;
  }

  .p-md-b5 {
    padding-bottom: 5px;
  }

  .p-md-b10 {
    padding-bottom: 10px;
  }

  .p-md-b15 {
    padding-bottom: 15px;
  }

  .p-md-b20 {
    padding-bottom: 20px;
  }

  .p-md-b30 {
    padding-bottom: 30px;
  }

  .p-md-b40 {
    padding-bottom: 40px;
  }

  .p-md-b50 {
    padding-bottom: 50px;
  }

  .p-md-b60 {
    padding-bottom: 60px;
  }

  .p-md-b70 {
    padding-bottom: 70px;
  }

  .p-md-b80 {
    padding-bottom: 80px;
  }

  .p-md-b90 {
    padding-bottom: 90px;
  }

  .p-md-b100 {
    padding-bottom: 100px;
  }

  .p-md-r0 {
    margin-right: 0;
  }

  .p-md-r0 {
    padding-right: 0;
  }

  .p-md-t40 {
    padding-top: 40px;
  }

  .p-md-b40 {
    padding-bottom: 40px;
  }

  .p-md-l0 {
    padding-left: 0;
  }
}

@media only screen and (max-width: 767px) {
  .p-sm-t0 {
    padding-top: 0;
  }

  .p-sm-t5 {
    padding-top: 5px;
  }

  .p-sm-t10 {
    padding-top: 10px;
  }

  .p-sm-t15 {
    padding-top: 15px;
  }

  .p-sm-t20 {
    padding-top: 20px;
  }

  .p-sm-t30 {
    padding-top: 30px;
  }

  .p-sm-t40 {
    padding-top: 40px;
  }

  .p-sm-t50 {
    padding-top: 50px;
  }

  .p-sm-t60 {
    padding-top: 60px;
  }

  .p-sm-t70 {
    padding-top: 70px;
  }

  .p-sm-t80 {
    padding-top: 80px;
  }

  .p-sm-t90 {
    padding-top: 90px;
  }

  .p-sm-t100 {
    padding-top: 100px;
  }

  .p-sm-b0 {
    padding-bottom: 0;
  }

  .p-sm-b5 {
    padding-bottom: 5px;
  }

  .p-sm-b10 {
    padding-bottom: 10px;
  }

  .p-sm-b15 {
    padding-bottom: 15px;
  }

  .p-sm-b20 {
    padding-bottom: 20px;
  }

  .p-sm-b30 {
    padding-bottom: 30px;
  }

  .p-sm-b40 {
    padding-bottom: 40px;
  }

  .p-sm-b50 {
    padding-bottom: 50px;
  }

  .p-sm-b60 {
    padding-bottom: 60px;
  }

  .p-sm-b70 {
    padding-bottom: 70px;
  }

  .p-sm-b80 {
    padding-bottom: 80px;
  }

  .p-sm-b90 {
    padding-bottom: 90px;
  }

  .p-sm-b100 {
    padding-bottom: 100px;
  }

  .p-sm-r10 {
    padding-right: 10px;
  }
}

@media only screen and (max-width: 576px) {
  .p-xs-t0 {
    padding-top: 0;
  }

  .p-xs-t5 {
    padding-top: 5px;
  }

  .p-xs-t10 {
    padding-top: 10px;
  }

  .p-xs-t15 {
    padding-top: 15px;
  }

  .p-xs-t20 {
    padding-top: 20px;
  }

  .p-xs-t30 {
    padding-top: 30px;
  }

  .p-xs-t40 {
    padding-top: 40px;
  }

  .p-xs-t50 {
    padding-top: 50px;
  }

  .p-xs-t60 {
    padding-top: 60px;
  }

  .p-xs-t70 {
    padding-top: 70px;
  }

  .p-xs-t80 {
    padding-top: 80px;
  }

  .p-xs-t90 {
    padding-top: 90px;
  }

  .p-xs-t100 {
    padding-top: 100px;
  }

  .p-xs-b0 {
    padding-bottom: 0;
  }

  .p-xs-b5 {
    padding-bottom: 5px;
  }

  .p-xs-b10 {
    padding-bottom: 10px;
  }

  .p-xs-b15 {
    padding-bottom: 15px;
  }

  .p-xs-b20 {
    padding-bottom: 20px;
  }

  .p-xs-b30 {
    padding-bottom: 30px;
  }

  .p-xs-b40 {
    padding-bottom: 40px;
  }

  .p-xs-b50 {
    padding-bottom: 50px;
  }

  .p-xs-b60 {
    padding-bottom: 60px;
  }

  .p-xs-b70 {
    padding-bottom: 70px;
  }

  .p-xs-b80 {
    padding-bottom: 80px;
  }

  .p-xs-b90 {
    padding-bottom: 90px;
  }

  .p-xs-b100 {
    padding-bottom: 100px;
  }
}

.max-w50 {
  max-width: 50px;
}

.max-w60 {
  max-width: 60px;
}

.max-w80 {
  max-width: 80px;
}

.max-w100 {
  max-width: 100px;
}

.max-w200 {
  max-width: 200px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w500 {
  max-width: 500px;
}

.max-w600 {
  max-width: 600px;
}

.max-w700 {
  max-width: 700px;
}

.max-w800 {
  max-width: 800px;
}

.max-w900 {
  max-width: 900px;
}

.max-w1000 {
  max-width: 1000px;
}

.bg-img-fix {
  background-attachment: unset;
  background-size: cover;
}

.full-img {
  width: 100%;
}

.sticky-top {
  top: 120px;
}

.page-title {
  padding: 65px 0px 45px;
  position: relative;
  background: #f5f5f5;
  background-size: cover;
  background-position: center;
}

.page-title p {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 5px;
  color: #7272A8;
  text-transform: capitalize;
}

@media only screen and (max-width: 575px) {
  .page-title p {
    font-size: 16px;
  }
}

.page-title h3,
.page-title .h3 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 600;
  text-transform: capitalize;
}

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

  .page-title h3,
  .page-title .h3 {
    font-size: 28px;
  }
}

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

section {
  position: relative;
  z-index: 1;
}

.section-head {
  margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
  .section-head {
    margin-bottom: 20px;
  }
}

.section-head h1,
.section-head .h1,
.section-head h2,
.section-head .h2,
.section-head h3,
.section-head .h3,
.section-head h4,
.section-head .h4,
.section-head h5,
.section-head .h5,
.section-head h6,
.section-head .h6 {
  font-family: var(--font-family-title);
}

.section-head h2,
.section-head .h2 {
  font-size: 60px;
  font-weight: 600;
}

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

  .section-head h2,
  .section-head .h2 {
    font-size: 2.25rem;
  }
}

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

  .section-head h2,
  .section-head .h2 {
    font-size: 1.625rem;
  }
}

.section-head h3,
.section-head .h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

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

  .section-head h3,
  .section-head .h3 {
    font-size: 2.15rem;
  }
}

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

  .section-head h3,
  .section-head .h3 {
    font-size: 1.75rem;
  }
}

.section-head h4,
.section-head .h4 {
  font-size: 25px;
  font-weight: 400;
}

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

  .section-head h4,
  .section-head .h4 {
    font-size: 1.5rem;
  }
}

.section-head p {
  font-size: 25px;
  line-height: 1.5;
  font-weight: 400;
}

@media only screen and (max-width: 767px) {
  .section-head p {
    font-size: 14px;
  }
}

.section-head.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.section-head.m-b30 {
  margin-bottom: 30px;
}

.section-head .sub-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

.row.spno,
.spno {
  margin-left: 0;
  margin-right: 0;
}

.row.spno [class*="col"],
.row.spno [class*="col"],
.spno [class*="col"],
.spno [class*="col"] {
  padding-left: 0;
  padding-right: 0;
}

.row.sp4,
.sp4 {
  margin-left: -4px;
  margin-right: -4px;
}

.row.sp4 [class*="col"],
.row.sp4 [class*="col"],
.sp4 [class*="col"],
.sp4 [class*="col"] {
  padding-left: 4px;
  padding-right: 4px;
}

.row.sp15,
.sp15 {
  margin-left: -7px;
  margin-right: -7px;
}

.row.sp15 [class*="col"],
.row.sp15 [class*="col"],
.sp15 [class*="col"],
.sp15 [class*="col"] {
  padding-left: 7px;
  padding-right: 7px;
}

.row.sp10,
.sp10 {
  margin-left: -10px;
  margin-right: -10px;
}

.row.sp10 [class*="col"],
.row.sp10 [class*="col"],
.sp10 [class*="col"],
.sp10 [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}

.rounded-xl {
  border-radius: 50% !important;
  overflow: hidden;
}

.rounded-lg {
  border-radius: 20px !important;
  overflow: hidden;
}

.rounded-md {
  border-radius: 6px !important;
  overflow: hidden;
}

.rounded-sm {
  border-radius: 4px !important;
  overflow: hidden;
}

.text-maroon {
  color: #9e0168;
}

.text-orange {
  color: #ff8853;
}

.text-yellow {
  color: #ffa808;
}

.text-skyblue {
  color: #53C258;
}

.text-red {
  color: #f22462;
}

.text-green {
  color: #53C258;
}

.text-blue {
  color: #131045;
}

.bg-maroon {
  background-color: #9e0168;
}

.bg-orange {
  background-color: #ff8853;
}

.bg-yellow {
  background-color: #ffa808;
}

.bg-skyblue {
  background-color: #00aeff;
}

.bg-red {
  background-color: #f22462;
}

.bg-green {
  background-color: #53C258;
}

.bg-blue {
  background-color: #131045;
}

.scale8 {
  transform: scale(1.85);
  -moz-transform: scale(1.85);
  -webkit-transform: scale(1.85);
  -ms-transform: scale(1.85);
  -o-transform: scale(1.85);
}

.scale7 {
  transform: scale(1.7);
  -moz-transform: scale(1.7);
  -webkit-transform: scale(1.7);
  -ms-transform: scale(1.7);
  -o-transform: scale(1.7);
}

.scale5 {
  transform: scale(1.5);
  -moz-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
}

.scale3 {
  transform: scale(1.3);
  -moz-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
}

.scale2 {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

.scale08 {
  transform: scale(0.8);
  -moz-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
}

.scale05 {
  transform: scale(0.5);
  -moz-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.tl {
  transform-origin: left;
  -moz-transform-origin: left;
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
}

.shadow-none {
  box-shadow: unset;
}

/*==== Shortcode Css ====*/
.sort-title {
  margin-bottom: 40px;
}

.sort-title h4:after,
.sort-title .h4:after {
  left: -160px;
}

.sort-title.text-white h4:after,
.sort-title.text-white .h4:after,
.sort-title.text-white h4:before,
.sort-title.text-white .h4:before {
  background: #fff;
}

.sort-title h4:after,
.sort-title .h4:after,
.sort-title h4:before,
.sort-title .h4:before {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 1px;
  position: absolute;
  right: -160px;
  top: 50%;
  width: 150px;
  opacity: 0.15;
}

.sort-title h4,
.sort-title .h4 {
  display: inline-block;
  margin: 0;
  position: relative;
}

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

  .sort-title h4:after,
  .sort-title .h4:after,
  .sort-title h4:before,
  .sort-title .h4:before {
    content: none;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1440px) {
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}



/* Header Css Start Here */

.site-header {
  position: relative;
  z-index: 9999;
}

.site-header .main-bar {
  background: #ffffff;
  width: 100%;
  position: relative;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  height: 100px;
  display: flex;
  align-items: center;
}

.site-header .container {
  position: relative;
}

.site-header .extra-nav {
  float: right;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 9;
  height: 80px;
  padding-left: 30px;
}

@media only screen and (max-width: 767px) {
  .site-header .extra-nav {
    display: none;
  }
}

.site-header .extra-nav .extra-cell {
  display: flex;
  align-items: center;
}

.site-header .extra-nav .extra-cell>* {
  margin-left: 20px;
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav .extra-cell>* {
    margin-left: 15px;
  }
}

@media only screen and (max-width: 991px) {
  .site-header .extra-nav {
    height: 80px;
  }
}

@media only screen and (max-width: 1680px) {
  .site-header .extra-nav {
    padding-left: 0;
  }
}

.site-header .extra-nav #quik-search-btn {
  color: #fff;
  cursor: pointer;
  margin-right: 0px;
  border: 0;
  width: 45px;
  height: 45px;
  background: var(--secondary);
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  border-radius: var(--border-radius-base);
}

.site-header .extra-nav ul li {
  display: inline-block;
}

.site-header .extra-nav ul li .icon {
  padding: 0;
  background: transparent;
  min-width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
}

.logo-header {
  display: table;
  float: left;
  vertical-align: middle;
  padding: 0;
  color: #EFBB20;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  width: 220px;
  height: 80px;
  position: relative;
  z-index: 9;
}

.logo-header a {
  display: table-cell;
  vertical-align: middle;
}

.logo-header img {
  height: 80px;
  max-width: 160px;
  object-fit: contain;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 991px) {
  .logo-header img {
    max-width: 160px;
    height: 80px;
  }
}

@media only screen and (max-width: 575px) {
  .logo-header img {
    max-width: 140px;
  }
}

.logo-header span {
  font-size: 20px;
  letter-spacing: 20px;
}



.navbar-toggler {
  border: 0 solid #efbb20;
  font-size: 16px;
  line-height: 24px;
  margin: 40px 0 39px 15px;
  padding: 0;
  float: right;
  outline: none !important;
}

@media only screen and (max-width: 991px) {
  .navbar-toggler {
    margin: 18px 0px 16px 15px;
  }
}

.navicon {
  width: 45px;
  height: 45px;
  background: var(--primary);
  box-shadow: 0 5px 15px -10px var(--primary);
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  border-radius: var(--border-radius-base);
}

.navicon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  opacity: 1;
  background: white;
  left: 10px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navicon span:nth-child(1) {
  top: 13px;
  width: 22px;
}

.navicon span:nth-child(2) {
  top: 22px;
  width: 25px;
}

.navicon span:nth-child(3) {
  top: 32px;
  width: 20px;
}

.navicon.open span:nth-child(1) {
  top: 23px !important;
  -webkit-transform: rotate(135deg) !important;
  -moz-transform: rotate(135deg) !important;
  -o-transform: rotate(135deg) !important;
  transform: rotate(135deg) !important;
}

.navicon.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.navicon.open span:nth-child(3) {
  top: 23px !important;
  width: 23px !important;
  -webkit-transform: rotate(-135deg) !important;
  -moz-transform: rotate(-135deg) !important;
  -o-transform: rotate(-135deg) !important;
  transform: rotate(-135deg) !important;
}

.header-tb .navicon span {
  background: #fff;
}

.header-search-btn {
  font-size: 14px;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-family: AktivGrotesk !important;
  display: flex;
}

.header-lang-selection {
  font-size: 14px;
  text-align: left;
  padding: 0px;
  font-weight: 400;
  font-family: AktivGrotesk !important;
}

.header-lang-selection:focus {
box-shadow: none;
}

.header-nav {
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 60px;
    left: -280px;
    height: 100vh !important;
    -webkit-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
    top: 0;
    background-color: #ffffff;
    margin: 0;
    z-index: 99;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav.show {
    left: -1px;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    margin: 0;
    width: 280px;
  }
}

.header-nav .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .logo-header {
    padding: 30px 20px;
    float: none;
    height: auto;
    width: 240px;
  }
}

.header-nav .nav {
  float: right;
  padding: 0;
  font-size: 0;
}

.header-nav .nav>li {
  margin: 0px;
  font-weight: 400;
  position: relative;
}

.header-nav .nav>li.has-mega-menu {
  position: inherit;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li {
    border-bottom: 1px solid #eee;
    width: 100%;
  }
}

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

  .header-nav .nav>li.menu-item-has-children>i:after,
  .header-nav .nav>li.sub-menu-down>i:after {
    content: "\f054";
    background-color: var(--primary);
    color: #fff;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    float: right;
    font-size: 14px;
    margin: 0;
    border-radius: var(--border-radius-base);
  }
  
    .header-nav .nav>li.menu-item-has-children>i, .header-nav .nav>li.sub-menu-down>i {
    display: block;
    position: absolute;
    top: 8px;
    right: 0px;
}

.sub-menu{
  text-align: left !important;
}
}

@media only screen and (min-width: 991px) {
.header-nav .nav>li.menu-item-has-children>a:after,
.header-nav .nav>li.sub-menu-down>a:after {
  content: "\f078";
  font-size: 9px;
  margin-left: 5px;
  margin-top: 0;
  vertical-align: middle;
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
}
}

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

  .header-nav .nav>li.menu-item-has-children>i:after:before,
  .header-nav .nav>li.sub-menu-down>i:after:before {
    content: "\f078";
  }
}

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

  .header-nav .nav>li.menu-item-has-children.open>i:after,
  .header-nav .nav>li.sub-menu-down.open>i:after {
    content: "\f078" !important;
    background: var(--title);
  }
}

.header-nav .nav>li>a {
  color: var(--title);
  font-size: 15px;
  padding: 32px 15px;
  font-family: var(--font-family-title);
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  position: relative;
  border-width: 0 0 0 1px;
  text-transform: capitalize;
  line-height: 1;
  text-decoration: none;
}


@media only screen and (max-width: 1280px) {
  .header-nav .nav>li>a {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li>a {
    padding: 8px 0;
    display: block;
    line-height: 30px;
    font-size: 16px;
  }
}

.header-nav .nav>li>a span {
  display: inline-block;
}

.header-nav .nav>li .mega-menu,
.header-nav .nav>li .sub-menu {
  font-family: AktivGrotesk !important;
  background-color: #fff;
  display: block;
  left: -40px;
  list-style: none;
  opacity: 0;
  padding: 0;
  position: absolute;
  visibility: hidden;
  width: 180px;
  z-index: 10;
  margin-top: 12px !important;
  text-align: left;
  border-radius: var(--border-radius-base);
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.05);
  text-align: center;
}

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

  .header-nav .nav>li .mega-menu,
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 10px 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }

  .header-nav .nav>li .mega-menu>li>a i,
  .header-nav .nav>li .sub-menu>li>a i {
    color: #fff !important;
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    font-size: 14px !important;
    margin: 0 !important;
    background: #aaa;
  }
}

.header-nav .nav>li .mega-menu .menu-item-has-children>a:before,
.header-nav .nav>li .sub-menu .menu-item-has-children>a:before {
  content: "\f054";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  float: right;
  font-size: 10px;
  margin-top: 2px;
}

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

  .header-nav .nav>li .mega-menu .menu-item-has-children.open>a:before,
  .header-nav .nav>li .sub-menu .menu-item-has-children.open>a:before {
    content: "\f054" !important;
  }
}

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

  .header-nav .nav>li .mega-menu,
  .header-nav .nav>li .sub-menu {
    display: none;
    position: static;
    visibility: visible;
    width: auto;
    background: transparent;
    box-shadow: none;
    margin: 0;
    border-top: 1px solid #eee;
    padding: 0 0;
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
    opacity: 1;
  }

  .header-nav .nav>li .mega-menu>li>a i,
  .header-nav .nav>li .sub-menu>li>a i {
    display: none;
  }

  .header-nav .nav>li .mega-menu .menu-item-has-children>a:before,
  .header-nav .nav>li .mega-menu>li>a i,
  .header-nav .nav>li .sub-menu .menu-item-has-children>a:before,
  .header-nav .nav>li .sub-menu>li>a i {
    color: #fff !important;
    font-size: 14px;
    content: "\f054";
    height: 30px;
    line-height: 30px;
    right: 0;
    text-align: center;
    width: 30px;
    z-index: 3;
    margin: 0 !important;
    background: var(--primary);
    border-radius: var(--border-radius-base);
  }

  .header-nav .nav>li .mega-menu .menu-item-has-children.open>a:before,
  .header-nav .nav>li .sub-menu .menu-item-has-children.open>a:before {
    content: "\f078" !important;
    background: #333;
  }
}

.header-nav .nav>li .mega-menu li,
.header-nav .nav>li .sub-menu li {
  position: relative;
}

.header-nav .nav>li .mega-menu li a,
.header-nav .nav>li .sub-menu li a {
  color: var(--primary);
  display: block;
  font-size: 16px;
  padding: 10px 20px;
  line-height: 1.3;
  text-transform: capitalize;
  position: relative;
  transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  font-weight: 400;
}


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

  .header-nav .nav>li .mega-menu li a,
  .header-nav .nav>li .sub-menu li a {
    padding: 4px 0 4px 15px;
    display: block;
    line-height: 30px;
    position: relative;
    border: 1px solid #eee;
    border-width: 0 0 1px 0px;
  }

  .header-nav .nav>li .mega-menu li a:after,
  .header-nav .nav>li .sub-menu li a:after {
    content: "";
    font-family: "Font Awesome 5 Free";
    width: auto;
    height: auto;
    background: 0 0 !important;
    top: 3px;
    color: #262F5A;
    font-size: 12px;
    position: absolute;
    left: 0;
    font-weight: 700;
  }
}

.header-nav .nav>li .mega-menu li:hover>a,
.header-nav .nav>li .sub-menu li:hover>a {
  color: var(--primary-hover);
}

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

  .header-nav .nav>li .mega-menu li:hover>a,
  .header-nav .nav>li .sub-menu li:hover>a {
    padding: 4px 0 4px 15px;
    background: transparent;
  }
}

.header-nav .nav>li .mega-menu li:hover>a:after,
.header-nav .nav>li .sub-menu li:hover>a:after {
  width: 10px;
}

.header-nav .nav>li .mega-menu li>.sub-menu,
.header-nav .nav>li .sub-menu li>.sub-menu {
  left: 220px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

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

  .header-nav .nav>li .mega-menu li>.sub-menu,
  .header-nav .nav>li .sub-menu li>.sub-menu {
    display: none;
  }
}

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

  .header-nav .nav>li .mega-menu .mega-menu,
  .header-nav .nav>li .mega-menu .sub-menu,
  .header-nav .nav>li .sub-menu .mega-menu,
  .header-nav .nav>li .sub-menu .sub-menu {
    border-top: 0;
    padding-left: 20px;
  }

  .header-nav .nav>li .mega-menu .mega-menu li a:after,
  .header-nav .nav>li .mega-menu .sub-menu li a:after,
  .header-nav .nav>li .sub-menu .mega-menu li a:after,
  .header-nav .nav>li .sub-menu .sub-menu li a:after {
    width: 5px;
    content: none;
    height: 5px;
    background: #262F5A !important;
    border-radius: 4px;
    top: 13px;
  }
}

.header-nav .nav>li .sub-menu li>a>i {
  color: inherit;
  display: block;
  float: right;
  font-size: 18px;
  opacity: 1;
  margin-top: 0px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .sub-menu li>a>i {
    display: none;
  }
}

.header-nav .nav>li .mega-menu {
  display: flex;
  right: 0px;
  width: 100%;
  z-index: 9;
  padding: 0;
}

.header-nav .nav>li .mega-menu>li {
  display: block;
  padding: 15px 0 15px;
  position: relative;
  vertical-align: top;
  width: 25%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li {
    width: 100%;
    padding: 0;
  }
}

.header-nav .nav>li .mega-menu>li>a {
  color: #212529;
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
}

.header-nav .nav>li .mega-menu>li>a>i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li>a {
    display: none;
  }
}

.header-nav .nav>li .mega-menu>li:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0px;
  top: 0px;
  display: block;
  width: 1px;
  height: 100%;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu>li:after {
    content: none;
  }
}

.header-nav .nav>li .mega-menu>li:last-child:after {
  display: none;
}

.header-nav .nav>li .mega-menu>li:hover>a {
  background-color: transparent;
}

.header-nav .nav>li .mega-menu>li li i {
  font-size: 14px;
  margin-right: 5px;
  text-align: center;
  width: 15px;
}

@media only screen and (max-width: 991px) {
  .header-nav .nav>li .mega-menu {
    display: none;
    padding: 10px 0;
  }
}

.header-nav .nav>li.active>a {
  color: var(--primary-dark);
}

.header-nav .nav>li:hover>a {
  color: var(--primary-hover);
}

.header-nav .nav>li:hover>.mega-menu,
.header-nav .nav>li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  transition: all 1s;
}

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

  .header-nav .nav>li:hover>.mega-menu,
  .header-nav .nav>li:hover>.sub-menu {
    -webkit-transition: none;
    -ms-transition: none;
    transition: none;
  }
}

.header-nav .nav>li:hover>.mega-menu li:hover>.sub-menu,
.header-nav .nav>li:hover>.sub-menu li:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  top: -1px;
}

.header-nav .nav>li.open .mega-menu,
.header-nav .nav>li.open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.header-nav .nav>li.open .open .mega-menu,
.header-nav .nav>li.open .open .sub-menu {
  display: block;
  opacity: 1;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

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

  .header-nav .nav>li:nth-last-child(4) .sub-menu .sub-menu,
  .header-nav .nav>li:nth-last-child(3) .sub-menu .sub-menu,
  .header-nav .nav>li:nth-last-child(2) .sub-menu .sub-menu,
  .header-nav .nav>li:last-child .sub-menu .sub-menu {
    left: -220px;
  }
}

@media only screen and (max-width: 991px) {
  .header-nav .nav {
    float: none;
    padding: 0 20px;
  }
}

.header-nav .sidebar-footer {
  display: none;
}

@media only screen and (max-width: 991px) {
  .header-nav .sidebar-footer {
    display: block;
    padding-top: 30px;
    padding-bottom: 20px;
    margin-top: auto;
    width: 100%;
    text-align: center;
  }
}

.header-nav .sidebar-footer .dz-login-register {
  text-align: center;
  padding-bottom: 10px;
}

.header-nav .dz-social-icon {
  text-align: center;
  display: none;
}

.header-nav .dz-social-icon li {
  display: inline-block;
  margin: 0 2px;
}

.header-nav .dz-social-icon a {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 38px;
  text-align: center;
  border-radius: var(--border-radius-base);
}

@media only screen and (max-width: 991px) {
  .header-nav .dz-social-icon {
    display: block;
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header-transparent .top-bar,
.header-transparent .main-bar {
  background: transparent;
  box-shadow: none;
}

.header-transparent .container-fluid,
.header-transparent .container-sm,
.header-transparent .container-md,
.header-transparent .container-lg,
.header-transparent .container-xl {
  padding-left: 80px;
  padding-right: 80px;
}

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

  .header-transparent .container-fluid,
  .header-transparent .container-sm,
  .header-transparent .container-md,
  .header-transparent .container-lg,
  .header-transparent .container-xl {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.header-transparent .side-menu-btn .menu-icon-in span {
  background-color: #ffffff;
}

.header-transparent .is-fixed .side-menu-btn .menu-icon-in span {
  background-color: #212529;
}

@media only screen and (min-width: 991px) {
  .header-transparent .nav>li>a {
    color: #ffffff;
  }
}

.header-transparent .navbar-toggler span {
  background: #ffffff;
}

.header-transparent .is-fixed .nav>li>a {
  color: #212529;
}

.header-transparent .is-fixed .navbar-toggler span {
  background: #212529;
}

.header-transparent .top-bar {
  border-color: #ffffff;
}

.header-transparent .top-bar .dz-topbar-left li,
.header-transparent .top-bar .dz-topbar-left i,
.header-transparent .top-bar .dz-topbar-right li,
.header-transparent .top-bar .dz-topbar-right i {
  color: #ffffff;
}

.is-fixed .main-bar {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
  background: #ffffff;
  transition: all 0.5s;
  height: 100px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 991px) {
  .mo-left .header-nav {
    overflow-y: scroll;
    position: fixed;
    width: 280px;
    left: -280px;
    height: 100vh !important;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    top: 0;
    background-color: #fff;
    margin: 0;
    z-index: 99;
  }

  .mo-left .header-nav.nav-dark {
    background-color: #202020;
  }

  .mo-left .header-nav.show {
    left: -1px;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    margin: 0;
    width: 280px;
  }

  .mo-left .header-nav .logo-header {
    display: block;
    float: none;
    height: auto !important;
    max-width: 100%;
    padding: 30px 20px;
    width: 100% !important;
  }

  .mo-left .header-nav .logo-header img {
    max-width: unset;
    width: 180px;
    height: auto;
    vertical-align: middle;
  }

  .mo-left .header-nav li.open a {
    position: relative;
  }

  .mo-left .navbar-toggler.open {
    z-index: 99;
  }

  .mo-left .navbar-toggler.open:after {
    background-color: rgba(0, 0, 0, 0.6);
    content: "";
    left: 0;
    position: fixed;
    right: -20px;
    top: -63px;
    transform: scale(100);
    -o-transform: scale(100);
    -moz-transform: scale(100);
    -webkit-transform: scale(100);
    width: 100%;
    z-index: -1;
    transition: all 0.5s;
    transform-origin: top right;
    margin: 0 0px 0px 20px;
    -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.6);
  }

  .mo-left .navbar-toggler.open span {
    background: #fff;
  }
}

.text-black .nav>li>a {
  color: #212529;
}

.text-black .navbar-toggler span {
  background: #212529;
}

.main-bar {
  -webkit-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -khtml-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  -o-transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
  transition: all 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) 0s;
}

.is-fixed .main-bar {
  -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -khtml-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -moz-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -ms-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  -o-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}

@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}

@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }

  100% {
    margin-top: 0;
  }
}


.site-header.style-1 .header-nav .search-input {
  display: none;
}

.site-header.style-1 .header-info-bar+.main-bar-wraper .main-bar .logo-header {
  display: none;
}

@media only screen and (max-width: 991px) {
  .site-header.style-1 .header-nav .search-input {
    display: flex;
    padding: 0 20px;
    margin-bottom: 0;
  }

  .site-header.style-1 .header-info-bar+.main-bar-wraper .main-bar .logo-header {
    display: block;
  }
}

.header-info-bar {
  position: relative;
  flex-wrap: nowrap;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  z-index: 99;
}

@media only screen and (max-width: 991px) {
  .header-info-bar {
    display: none;
  }
}

.header-info-bar .header-search-nav {
  flex-basis: auto;
  display: flex !important;
}

.header-item-search {
  width: 100%;
  margin-left: 150px;
  height: 80px;
  align-items: center;
  display: flex;
  position: relative;
}

@media only screen and (max-width: 1280px) {
  .header-item-search {
    margin-left: 60px;
  }
}

@media only screen and (max-width: 991px) {
  .header-item-search {
    display: block;
    margin-left: 0;
    padding: 0px 20px;
    height: auto;
  }

  .header-item-search .navbar-nav {
    padding: 0px;
  }
}

.header-item-search .main-menu {
  border-right: 1px solid rgba(0, 0, 0, 0.09);
}

@media only screen and (max-width: 991px) {
  .header-item-search .main-menu {
    width: 100%;
  }
}

.header-item-search .main-menu .menu-item {
  border: 0;
  padding: 15px 20px;
  background-color: #f5f5f5;
  color: var(--title);
  min-width: 135px;
  font-size: 14px;
  height: 48px;
  font-weight: 600;
  position: relative;
  font-family: var(--font-family-title);
  display: flex;
  align-items: center;
}

.header-item-search .main-menu .menu-item i {
  font-size: 12px;
  position: absolute;
  right: 20px;
  color: var(--title);
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1280px) {
  .header-item-search .main-menu .menu-item {
    padding: 15px 20px;
    min-width: 135px;
  }

  .header-item-search .main-menu .menu-item i {
    right: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .header-item-search .main-menu .menu-item {
    display: none;
  }
}

/* Header Css Start Here */


.breadcrumbs {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (max-width: 575px) {
  .breadcrumbs {
    justify-content: flex-start;
  }
}

.breadcrumbs li a {
  color: rgba(151, 151, 159, 0.39);
  display: inline-block;
  margin-left: 15px;
  font-size: 14px;
}

.breadcrumbs li:first-child a {
  margin-left: 0px;
}

.breadcrumbs li.active a {
  color: var(--primary);
}




/* Main Slider Css Start */

.main-swiper .swiper-pagination-five {
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  width: auto !important;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  display: flex;
  justify-content: center;
  align-items: start !important;
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  left: 0;
  margin: 10px !important;
  border-radius: 50px;
  position: relative;
  opacity: 0.5;
  background-color: white;
}

.main-swiper .swiper-pagination-five .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--primary);
  color: var(--primary);
  opacity: 1;
}

/* Main Slider Css End */


/* Text Center Css Start */

/* .center-text {} */

.center-text .title {
  font-family: AktivGrotesk !important;
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}

.center-text .discription {
  font-family: AktivGrotesk !important;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
  width: 90%;
  margin: 60px auto;
  color: var(--primary);
}

@media only screen and (max-width: 767px) {
  .center-text .title {
    font-size: 40px;
  }

  .center-text .discription {
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    width: 100%;
    margin: 20px 0 40px 0px;
  }

}

/* Text Center Css End */


/* Text Center Css Start */

/* .center-left {} */

.center-left .title {
  font-family: AktivGrotesk !important;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 40px 0px;
  color: var(--primary);
}

.center-left .discription {
  font-family: AktivGrotesk !important;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  margin: 30px auto;
  color: var(--primary);
  line-height: 25px;
}

.center-left .shape {
  display: block;
  background-color: var(--primary);
  height: 4px;
  margin: 10px 0;
  width: 30px;
}

.center-left .sub-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
}

/* Text Center Css End */


.detailWhiteBtn {
  background: transparent;
  color: white;
  font-family: AktivGrotesk !important;
  font-size: 14px;
  font-weight: 400;
  border: none;
  text-decoration: underline !important;
}


/* Slider Card Css Start */

.slider-card .dz-media img {
  width: 100%;
}

.slider-card .dz-content .card-title {
  font-size: 25px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.slider-card .dz-content .card-discription {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #000;
}

.slider-card .dz-content .detailBtn {
  background-color: var(--primary);
  color: white;
  font-family: AktivGrotesk !important;
  font-size: 12px;
  font-weight: 400;
  /* width: 100px; */
  height: 39px;
  border: none;
  border-radius: 0px;
  padding: 10px 10px;

}

.slider-card .dz-content .detailBtn:hover {
  background-color: var(--primary-hover);
  transition: all 0.8s;
  color: white !important;
}

/* Slider Card Css End */


/* Sub Slider Arrows and links */

.subSlider-align {
  display: flex;
  justify-content: space-between;
  align-items: self-end;
}

.allLink {
  font-family: AktivGrotesk !important;
  font-size: 14px;
  font-weight: 400;
  text-decoration: underline;
}

.pagination-align {
  display: flex;
  align-items: center;
}

.pagination-align.style-1 .swiper-button-prev {
  margin-right: 3px;
}

.pagination-align.style-1 .swiper-button-next {
  margin-left: 3px;
}

.pagination-align.style-1 .swiper-button-next,
.pagination-align.style-1 .swiper-button-prev {
  position: unset;
  top: 0;
  align-items: center;
  width: 55px;
  height: 40px;
  line-height: 30px;
  color: #1F191A;
  background-color: #ffffff;
  border-radius: 0px;
  margin-top: 0;
  border: 1px solid #1F191A;
  font-size: 20px;
}

.pagination-align.style-1 .swiper-button-next:hover,
.pagination-align.style-1 .swiper-button-prev:hover {
  color: var(--primary-hover);
  border: 1px solid var(--primary-hover);
}

.pagination-align.style-1 .swiper-button-next:after,
.pagination-align.style-1 .swiper-button-prev:after {
  content: 'none';
}

.pagination-align.style-1 .swiper-pagination-two.swiper-pagination-bullets {
  margin-top: 8px;
}

/* Sub Slider Arrows and links */


/* Footer Css Start */

.site-footer {
  background-color: #1F191A;
  font-family: AktivGrotesk !important;
}

footer {
  background-color: #1F191A;
}

footer .footer-top {
  padding: 80px 0px 30px;
  margin-top: 60px;
}

footer .footer-logo img {
  max-width: 160px;
}

footer .footer-logo {
  margin-bottom: 50px;
}

footer .widget_about p {
  margin-bottom: 20px;
  font-family: AktivGrotesk !important;
  font-weight: 300;
  color: white;
  line-height: 22px;
}

footer .footer-title {
  margin: 0px 0px 20px;
  font-family: AktivGrotesk !important;
  font-weight: 600;
  position: relative;
  line-height: 1.2;
  color: white;
  font-size: 18px;
}

footer .footer-title::after {
  content: '';
  display: block;
  background-color: white;
  height: 4px;
  margin: 15px 0;
  width: 30px;
}

footer .widget_services ul li a {
  display: block;
  transition: all 0.8s ease 0s;
  color: white;
  font-family: AktivGrotesk !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 3;
}

footer .widget_services ul li a:hover {
  transition: all 0.8s ease 0s;
  color: var(--primary-hover);
}

footer .text {
  font-size: 14px;
  font-family: AktivGrotesk !important;
  color: white;
  font-weight: 300;
}

footer .white-btn {
  background-color: white;
  color: black;
  font-family: AktivGrotesk !important;
  font-size: 14px;
  font-weight: 600;
  border-radius: 0px;
  border: none;
  padding: 10px 20px;
  width: 140px;
  height: 50px;
}

footer .white-btn:hover {
  background-color: var(--primary-hover);
  color: rgb(255, 255, 255);
}

footer .subcribe-input {
  background: #b4b4b4;
  margin-right: 6px;
  border: none;
  border-radius: 0px;
  color: black;
}

footer .footer-bottom {
  padding: 40px 0px;
  border-top: 1px solid rgb(243, 243, 243);
  font-size: 14px;
  font-weight: 400;
  color: white;
  margin-top: 60px;
}

footer .footer-bottom .dz-social-icon.style-1 {
  display: flex;
  justify-content: end;
}

footer .footer-bottom .dz-social-icon.style-1 li {
  margin-right: 20px;
  color: #000;
}

footer .footer-bottom .dz-social-icon.style-1 li:last-child {
  margin-right: 0px;
}

footer .footer-bottom .dz-social-icon li {
  display: inline-block;
  margin-right: 5px;
}

footer .footer-bottom .dz-social-icon li a {
  display: block;
  color: #ffffff;
  background-color: none;
  border: 2px solid;
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

@media only screen and (max-width: 767px) {
  footer .widget_about {
    text-align: center;
  }

  footer .footer-bottom .dz-social-icon.style-1 {
    display: flex;
    justify-content: center;
  }

}

/* Footer Css End */



/* Scrol button Css Start */

.scroltop {
  background: var(--primary);
  border-color: var(--primary);
  border-radius: 50px;
  border-style: solid;
  border-width: 0;
  bottom: 15px;
  color: #fff !important;
  cursor: pointer;
  display: none;
  height: 50px;
  line-height: 50px;
  margin: 0;
  position: fixed;
  right: 15px;
  text-align: center;
  width: 50px;
  z-index: 999;
  box-shadow: -4px 4px 24px -10px;
  transition: all .8s;
  -moz-transition: all .8s;
  -webkit-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
}

.scroltop:hover {
  background-color: var(--primary-hover);
}

.scroltop:after {
  border: 1px dashed var(--primary);
  transform: scale(1.2);
  transition: all .5s;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  content: '';
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform .2s, opacity .3s;
  -moz-transition: -moz-transform .2s, opacity .3s;
  transition: transform .2s, opacity .3s;
}

.scroltop:hover:after {
  -webkit-animation: spinAround 9s linear infinite;
  -moz-animation: spinAround 9s linear infinite;
  animation: spinAround 9s linear infinite;
}

@media only screen and (max-width: 575px) {
  .scroltop {
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

@-webkit-keyframes spinAround {
  from {
    -webkit-transform: rotate(0deg) scale(1.2);
  }

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

@-moz-keyframes spinAround {
  from {
    -moz-transform: rotate(0deg) scale(1.2);
  }

  to {
    -moz-transform: rotate(360deg) scale(1.2);
  }
}

@keyframes spinAround {
  from {
    transform: rotate(0deg) scale(1.2);
  }

  to {
    transform: rotate(360deg) scale(1.2);
  }
}


/* Scrol button Css End */




.page-wraper{
  position: relative;
}


.serach-div{
  background: rgba(0, 0, 0, 0.90);
  width: 100%;
  height: 100vh;
  z-index: 88888;
  display: flex;
  position: absolute;
  top: 0px;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}

.serach-div .close{
  position: absolute;
  right: 100px;
  margin: 30px;
  top: 10px;
  cursor: pointer;
}
.overflow-hide{
  overflow: hidden;
}



.serach-div .search-field {
  width: 800px;
  border-bottom: 1px solid;
  padding: 20px 0 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.serach-div .search-field form{
  display: flex;
  width: inherit;
}
.search-input button{
  color: black;
  background-color: white;
  border: 1px solid #ced4da;
  padding-right: 15px;
  padding-left: 15px;
}
.serach-div .search-field form button{
  background: transparent;
  color: white;
  border: none;
  font-size: 25px;
}

.serach-div label {
  font-family: AktivGrotesk !important;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  color: white;
}

.serach-div input {
  font-family: AktivGrotesk !important;
  width: 100%;
  background: none;
  border: none;
  text-align: center;
  color: white;
  height: 40px;
  font-size: 30px;
}

.serach-div a {
  font-size: 28px;
  color: white;
}

.serach-div input::placeholder {
  text-align: center;
  color: white;
  font-size: 30px;
  font-weight: 400;
}



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

}

@media only screen and (max-width: 991px) {
  .serach-div .close {
    right: 0px;
  }

  .serach-div  .search-field {
    width: 90vw;
  }

  .serach-div a {
    font-size: 24px;
  }
  
  .serach-div input {
    font-size: 25px;
  }

  .serach-div input::placeholder {
    font-size: 25px;
  }

}

@media only screen and (max-width: 767px) {
  .serach-div .close {
    right: 0px;
  }

  .serach-div  .search-field {
    width: 90vw;
  }

  .serach-div a {
    font-size: 24px;
  }

  .serach-div input {
    font-size: 25px;
  }
  
  .serach-div input::placeholder {
    font-size: 25px;
  }

}

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

  .serach-div .close {
    right: 0px;
  }

  .serach-div  .search-field {
    width: 90vw;
  }

  .serach-div a {
    font-size: 20px;
  }

  .serach-div input {
    font-size: 20px;
  }
  .serach-div input::placeholder {
    font-size: 20px;
  }

}




/* About Page Css Start Here */


.header-banner .banner-size {
  width: 100%;
  max-height: 540px;
  object-fit: cover;
}



/* breadcrumb Css Start */

/* .breadcrumb-detail{

} */

.breadcrumb-detail .breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "";
}

.breadcrumb-detail .breadcrumb-title {
  font-size: 50px;
  margin-bottom: 0px;
}


.breadcrumb-detail .breadcrumb li {
  color: #A3A3A3;
  font-size: 16px;
  font-weight: 400;
  font-family: AktivGrotesk !important;
}

.breadcrumb-detail .breadcrumb li a {
  color: #A3A3A3;
  font-size: 16px;
  font-weight: 400;
  font-family: AktivGrotesk !important;
}

.breadcrumb-detail .breadcrumb li i {
  margin-right: 10px;
  font-size: 10px;
}

/* breadcrumb Css End */



/* Flex Card Css Start */
.flex-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-container .flex-card{
	width: 24%;
  margin-bottom: 20px;
}

@media only screen and (max-width: 1200px) {
  .flex-container .flex-card{
    width: 31%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .flex-container .flex-card{
    width: 48%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .flex-container .flex-card{
    width: 100%;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .flex-container .flex-card{
    width: 100%;
    margin-bottom: 20px;
  }
}

/* Flex Card Css End */


/* Flex Card Detail Css */
.dz-media img {
  width: 100%;
}

.card-title {
  font-size: 25px;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.card-discription {
  font-size: 16px;
  text-align: left;
  font-weight: 400;
  color: #000;
}

.detailBtn {
  background-color: var(--primary);
  color: white;
  font-family: AktivGrotesk !important;
  font-size: 12px;
  font-weight: 400;
  /* width: 100px; */
  height: 36px;
  border: none;
  border-radius: 0px;
  padding: 10px 10px;

}

.detailBtn:hover {
  background-color: var(--primary-hover);
  transition: all 0.8s;
  color: white !important;
}
/* Flex Card Detail Css */



/* Partner Css Start */
/* .partners-container{

} */

.partners-container .partner-card{
  width: 200px;
  height: 200px;
  background-color: #F7F7F7;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  padding: 30px;
}

.partners-container .partner-card img{
  width: 100%;
}

/* Partner Css End */




/* Project Page Css */

/* Flex 3 Card Css Start */
.flex-3-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-3-container .flex-card{
	width: 32%;
  margin-bottom: 40px;
  margin-top: 40px;
}


@media only screen and (max-width: 1200px) {
  .flex-3-container .flex-card{
    width: 31%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .flex-3-container .flex-card{
    width: 48%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .flex-3-container .flex-card{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .flex-3-container .flex-card{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* Flex 3 Card Css End */



/* Artists Page Css */

/* Flex 4 Card Css Start */
.flex-4-container{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-4-container .flex-card{
	width: 24%;
  margin-bottom: 40px;
  margin-top: 40px;
}


@media only screen and (max-width: 1200px) {
  .flex-4-container .flex-card{
    width: 31%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 991px) {
  .flex-4-container .flex-card{
    width: 48%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .flex-4-container .flex-card{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .flex-4-container .flex-card{
    width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

/* Flex 4 Card Css End */

/* Service Start */

  .titleDiscription{
    font-size: 20px;
    font-weight: 400;
    color: var(--primary);
  }

/* media Css */

.mediaSub{
font-size: 16px;
font-weight: 300;
color: #000;
margin-top: 20px;
}



/* contact us page */

.contactInfo p{
  color: var(--primary);
  display: flex;
}

.contactInfo p .contactTitle{
  display: block;
  width: 25%;
 }

.contactInfo p .contactDiscription{
 display: block;
 width: 65%;
}

.socialMediaIcons .dz-social-icon.style-1 {
  display: flex;
  justify-content: start;
}

.socialMediaIcons .dz-social-icon.style-1 li {
  margin-right: 30px;
  color: #000;
  margin-bottom: 10px;
}

.socialMediaIcons .dz-social-icon li {
  display: inline-block;
  margin-right: 5px;
}

.socialMediaIcons .dz-social-icon li a {
  display: block;
  color: var(--primary);
  background-color: none;
  border: 2px solid var(--primary);
  height: 36px;
  width: 36px;
  min-width: 36px;
  line-height: 36px;
  font-size: 18px;
  text-align: center;
  border-radius: 40px;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

.socialMediaIcons .dz-social-icon li a:hover {
  color: var(--primary-hover);
  border: 2px solid var(--primary-hover);
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}

/* article Detail Css */


.articleDetail .title {
  font-family: AktivGrotesk;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 40px 0px;
  color: var(--primary);
}

.articleDetail .discription {
  font-family: AktivGrotesk;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  margin: 30px auto;
  color: var(--primary);
  line-height: 25px;
}




/* Project Detail Css */


.projectDetail .title {
  font-family: AktivGrotesk;
  font-size: 25px;
  font-weight: 600;
  text-align: left;
  margin: 10px 0 40px 0px;
  color: var(--primary);
}

.projectDetail .discription {
  font-family: AktivGrotesk;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
  margin: 30px auto;
  color: var(--primary);
  line-height: 25px;
}

.projectDetail .shape {
  display: block;
  background-color: var(--primary);
  height: 4px;
  margin: 10px 0;
  width: 30px;
}

.projectDetail .sub-title {
  font-family: AktivGrotesk;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: var(--primary);
  text-transform: capitalize;
  margin-bottom: 40px;
}

.projectInfo p{
  color: var(--primary);
  display: flex;
  font-size: 20px;
  margin-bottom: 30px;
}

.projectInfo p .projectTitle{
  display: block;
  width: 25%;
 }

.projectInfo p .projectDiscription{
 display: block;
 width: 65%;
}

.projectInfo .projectTag{
  font-size: 14px;
    background-color: var(--primary);
    padding: 10px 16px;
    border-radius: 6px;
    color: white;
    margin: 10px 4px;
    display: inline-block;
}


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

  .projectInfo p{
    display: block;
  }
  
  .projectInfo p .projectTitle{
    display: block;
    width: 100%;
   }
  
  .projectInfo p .projectDiscription{
   display: block;
   width: 100%;
  }

}

.post-thumbnail {
    text-align: center;
}
.post-thumbnail img {
    width: 100%;
}