@charset "UTF-8";
/*----------------------------------------------------------------------
    Developer Name: Abdeljalil Rajli - Full Stack Developer
    Author: Abdeljalil Rajli
    Version: 1.0

    Note: This is Main Style CSS File. */
/*----------------------------------------------------------------------
	CSS INDEX
	----------------------

    ## Default Style
    ## Common Classes
    ## Repeat Style
    ## Padding Margin
    ## Custom Animation
    ## Header style
    ## Hero Area
    ## About Area
    ## Project Grid Area
    ## Skills Area
    ## CTA Area
    ## Error Area
    ## Main Footer */
/* -------------------------------------------------------------- */
/*******************************************************/
/******************* ## Default Style ******************/
/*******************************************************/


* {

  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

  html {
    scroll-behavior: smooth;
  }
  

body {
  color: var(--folio-body-color);
  background: black;
  font-weight: 400;
  line-height: 32px;
  font-size: 20px;
  font-family: var(--folio-primary-font);
  --folio-primary-font: Oswald;
  --folio-secondary-font: Oswald;
  --folio-primary-color: #6A98F0;
  --folio-secondary-color: #ffffff;
  --folio-tertiary-color: #16161c;
  --folio-body-color: rgba(255, 255, 255, 0.75);
  --folio-headline-color: #ffffff;
  --folio-border-color: rgba(255, 255, 255, 0.1);
  --folio-dark-color: #02050A;
  --folio-primary-rgb: 85,230,165;
  --folio-secondary-rgb: 255,255,255;
  --folio-tertiary-rgb: 22,22,28; }
  

/* Change Select text color ----*/
::-moz-selection { /* Code for Firefox */
  color: transparent;
  text-shadow: 0 0 0px #6a98f0;
  background: transparent;
}

::selection {
  color: transparent;
  text-shadow: 0 0 0px #6a98f0;
  background: transparent;
}

a {
  color: var(--folio-body-color);
  cursor: pointer;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    outline: none; }
  a:hover {
    color: var(--folio-secondary-color); }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: var(--folio-secondary-color); }

.text-white h1, .text-white h1 a,
.text-white h2, .text-white h2 a,
.text-white h3, .text-white h3 a,
.text-white h4, .text-white h4 a,
.text-white h5, .text-white h5 a,
.text-white h6, .text-white h6 a,
.text-white .h1, .text-white .h1 a,
.text-white .h2, .text-white .h2 a,
.text-white .h3, .text-white .h3 a,
.text-white .h4, .text-white .h4 a,
.text-white .h5, .text-white .h5 a,
.text-white .h6, .text-white .h6 a {
  color: white; }

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

img {
  max-width: 100%;
  display: inline-block; }

mark {
  color: var(--folio-primary-color);
  background: transparent;
  text-decoration: underline; }

header:after, section:after, footer:after {
  display: block;
  clear: both;
  content: ""; }

/*******************************************************/
/******************  ## Common Classes *****************/
/*******************************************************/
.page-wrapper {
  position: relative;
  z-index: 9;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-width: 300px; }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1355px;
    padding-left: 15px;
    padding-right: 15px; }
    .container.container-1620 {
      max-width: 1650px; }
    .container.container-1590 {
      max-width: 1620px; }
    .container.container-1290 {
      max-width: 1320px; }
    .container.container-1260 {
      max-width: 1290px; }
    .container.container-1210 {
      max-width: 1240px; }
    .container.container-1100 {
        max-width: 1100px; } }

@media only screen and (min-width: 576px) {
  .container-fluid {
    padding-left: 25px;
    padding-right: 25px; } }

@media only screen and (min-width: 1400px) {
  .container-fluid {
    padding-left: 70px;
    padding-right: 70px; } }

@media only screen and (max-width: 375px) {
  .col-small {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%; } }

.row {
  --bs-gutter-x: 30px; }

.no-gap {
  --bs-gutter-x: 0; }

@media only screen and (min-width: 1400px) {
  .gap-10 {
    --bs-gutter-x: 10px; } }

@media only screen and (min-width: 1400px) {
  .gap-20 {
    --bs-gutter-x: 20px; } }

@media only screen and (min-width: 1400px) {
  .gap-30 {
    --bs-gutter-x: 30px; } }

@media only screen and (min-width: 1400px) {
  .gap-40 {
    --bs-gutter-x: 40px; } }

@media only screen and (min-width: 1400px) {
  .gap-50 {
    --bs-gutter-x: 50px; } }

@media only screen and (min-width: 1400px) {
  .gap-60 {
    --bs-gutter-x: 60px; } }

@media only screen and (min-width: 1400px) {
  .gap-70 {
    --bs-gutter-x: 70px; } }

@media only screen and (min-width: 1400px) {
  .gap-80 {
    --bs-gutter-x: 80px; } }

@media only screen and (min-width: 1400px) {
  .gap-90 {
    --bs-gutter-x: 90px; } }

@media only screen and (min-width: 1400px) {
  .gap-100 {
    --bs-gutter-x: 100px; } }

@media only screen and (min-width: 1400px) {
  .gap-110 {
    --bs-gutter-x: 110px; } }

@media only screen and (min-width: 1400px) {
  .gap-120 {
    --bs-gutter-x: 120px; } }

@media only screen and (min-width: 1400px) {
  .gap-130 {
    --bs-gutter-x: 130px; } }

@media only screen and (min-width: 1400px) {
  .gap-140 {
    --bs-gutter-x: 140px; } }

@media only screen and (min-width: 1400px) {
  .gap-150 {
    --bs-gutter-x: 150px; } }

@media only screen and (min-width: 1200px) {
  .row-cols-xl-7 > * {
    width: 14.2857%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto; } }

/** Section Title style **/
.section-title {
  margin-top: -7px;
  position: relative; }
  .section-title .sub-title {
    font-size: 18px;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: var(--folio-primary-color);
    text-transform: capitalize; }
    .section-title .sub-title:before {
      content: '';
      width: 36px;
      height: 10px;
      margin-right: 10px;
      background: url(../images/icons/sub-title.svg) no-repeat 100% 100%; }
  .section-title h2 {
    text-transform: capitalize; }
    @media only screen and (max-width: 767px) {
      .section-title h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 575px) {
      .section-title h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 375px) {
      .section-title h2 {
        font-size: 33px; } }
    .section-title h2 i {
      color: var(--folio-primary-color); }
  .section-title.style-two h2 {
    background: -webkit-radial-gradient(16.45% 50%, 87.11% 3413.79%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(16.45% 50%, 87.11% 3413.79%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(87.11% 3413.79% at 16.45% 50%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
    .section-title.style-two h2 i {
      font-weight: 400;
      -webkit-text-fill-color: var(--folio-primary-color); }

/* Big Text */
.big-text {
  color: white;
  display: block;
  font-size: 10vw;
  font-weight: 500;
  text-align: center; }
  .big-text.light-opacity {
    z-index: -1;
    opacity: 0.03;
    position: relative;
    margin-top: -100px; }

/** Button style **/
.theme-btn,
a.theme-btn {
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-weight: 600;
  text-align: center;
  padding: 13px 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  color: var(--folio-secondary-color);
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: capitalize;
  border: 1px solid var(--folio-border-color); }
  .theme-btn i,
  a.theme-btn i {
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
    margin-left: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .theme-btn:hover,
  a.theme-btn:hover {
    color: var(--folio-dark-color);
    background: var(--folio-primary-color);
    border-color: var(--folio-primary-color); }
    .theme-btn:hover i,
    a.theme-btn:hover i {
      margin-left: 13px;
      margin-right: -3px; }
  @media only screen and (max-width: 575px) {
    .theme-btn,
    a.theme-btn {
      padding: 10px 25px; } }
  .theme-btn.style-two,
  a.theme-btn.style-two {
    color: var(--folio-dark-color);
    background: var(--folio-primary-color);
    border-color: var(--folio-primary-color); }
    .theme-btn.style-two:hover,
    a.theme-btn.style-two:hover {
      color: var(--folio-primary-color);
      background: transparent; }
  .theme-btn.style-three,
  a.theme-btn.style-three {
    font-size: 24px;
    font-weight: 400;
    border-radius: 30px;
    text-transform: lowercase; }
    @media only screen and (min-width: 992px) {
      .theme-btn.style-three,
      a.theme-btn.style-three {
        padding: 18px 50px; } }

/* Details Btn */
.details-btn {
  width: 100px;
  height: 100px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 24px;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  display: inline-block;
  color: var(--folio-secondary-color);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border: 1px solid var(--folio-border-color); }
  .details-btn:hover {
    color: white;
    background: var(--folio-primary-color);
    border-color: var(--folio-primary-color); }
  @media only screen and (max-width: 479px) {
    .details-btn {
      width: 65px;
      height: 65px;
      font-size: 16px;
      line-height: 65px; } }

/* Explore Btn */
.explore-more {
  width: 165px;
  height: 165px;
  font-size: 18px;
  text-align: left;
  color: var(--folio-dark-color);
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 35px 44px 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: var(--folio-primary-color); }
  .explore-more i {
    text-align: center;
    -webkit-transform: rotate(-45deg) translate(-10px, -20px);
    -ms-transform: rotate(-45deg) translate(-10px, -20px);
    transform: rotate(-45deg) translate(-10px, -20px); }
  .explore-more span {
    font-weight: 600;
    line-height: 1.5; }
  @media only screen and (max-width: 479px) {
    .explore-more {
      width: 100px;
      height: 100px;
      font-size: 14px;
      padding: 15px 20px; }
      .explore-more i {
        -webkit-transform: rotate(-45deg) translate(-10px, -15px);
        -ms-transform: rotate(-45deg) translate(-10px, -15px);
        transform: rotate(-45deg) translate(-10px, -15px); }
      .explore-more span {
        line-height: 1.2; } }

/* Read More */
.read-more {
  font-weight: 500;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: underline;
  text-transform: capitalize;
  text-underline-position: under; }
  .read-more i {
    float: right;
    font-weight: 400;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-left: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .read-more:hover {
    color: var(--folio-primary-color);
    text-decoration: underline; }
    .read-more:hover i {
      margin-left: 13px; }
  .read-more.style-two {
    position: relative;
    padding-right: 28px; }
    .read-more.style-two span {
      opacity: 0;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -webkit-transform: translate(20px);
      -ms-transform: translate(20px);
      transform: translate(20px); }
    .read-more.style-two i {
      left: 0;
      margin-left: 0;
      font-size: 22px;
      position: absolute; }
    .read-more.style-two:hover span {
      opacity: 1;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
    .read-more.style-two:hover i {
      font-size: 16px;
      margin-left: 13px;
      left: calc(100% - 28px); }
  .read-more.color-primary {
    color: var(--folio-primary-color); }


/** Social Link Four **/
.social-style-four {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: -35px;
  margin-right: -35px; }
  .social-style-four a {
    margin-left: 35px;
    margin-right: 35px; }
    .social-style-four a i {
      margin-right: 10px; }

/*** Scroll Top style ***/
.scroll-top {
  position: fixed;
  bottom: 25px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 99;
  display: none;
  font-size: 14px;
  cursor: pointer;
  line-height: 40px;
  border-radius: 5px;
  background: var(--folio-primary-color);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite; }

/* Text White */
.text-white *, .text-white a,
.text-white .sub-title,
.text-white .read-more,
.text-white .list-style-one li,
.text-white .list-style-one li:before,
.text-white .counter-text-wrap .count-text,
.text-white .hotline .content a:not(:hover) {
  color: white; }

.text-white .service-two-item .icon i {
  color: var(--folio-primary-color); }

.text-white .service-two-item .content p {
  opacity: 0.6; }

.text-white .hotline > i {
  background: white; }

.text-white .hotline > i {
  border-color: white; }


/* Position */
.rel {
  position: relative; }

.z-0 {
  z-index: 0; }

.z-1 {
  z-index: 1; }

.z-2 {
  z-index: 2; }

.z-3 {
  z-index: 3; }

.z-4 {
  z-index: 4; }

.z-5 {
  z-index: 5; }

.overlay {
  z-index: 1;
  position: relative; }
  .overlay::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    opacity: 0.75;
    background-color: var(--folio-secondary-color); }

/* Backgruond Size */
.bgs-cover {
  background-size: cover;
  background-position: center; }

/* Color + Background */
.bgc-black {
  background-color: #0f1425; }

.bgc-gray {
  background-color: var(--folio-secondary-color); }

.bgc-primary {
  background-color: var(--folio-primary-color); }

.bgc-secondary {
  background-color: var(--folio-primary-color); }

.bgc-lighter {
  background-color: var(--folio-tertiary-color); }

.color-secondary {
  color: var(--folio-primary-color); }

.bgc-black-with-lighting {
  background: #1e1e22; }
  .bgc-black-with-lighting:after, .bgc-black-with-lighting:before {
    position: absolute;
    width: 450px;
    height: 450px;
    z-index: -1;
    content: '';
    border-radius: 50%;
    background: var(--folio-primary-color);
    -webkit-animation: zoomInOut 5s infinite;
    animation: zoomInOut 5s infinite; }
  .bgc-black-with-lighting:after {
    right: -8%;
    top: -15%;
    -webkit-filter: blur(110px);
    filter: blur(110px); }
  .bgc-black-with-lighting:before {
    left: -10%;
    top: 20%;
    -webkit-filter: blur(350px);
    filter: blur(350px);
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s; }

/* Border Radius */
.br-5 {
  border-radius: 5px; }

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

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

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

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

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

/*******************************************************/
/******************* ## Repeat Style ******************/
/*******************************************************/
.heading,
.tab-style-one .nav-link,
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  color: var(--folio-secondary-color);
  font-family: var(--folio-secondary-font); }

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

h2, .h2 {
  font-size: 48px; }

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

h4, .h4 {
  line-height: 1.4;
  font-size: 24px; }

h5, .h5 {
  line-height: 1.45;
  font-size: 20px; }

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

/*******************************************************/
/************** ## Padding Margin Spacing *************/
/*******************************************************/
/* Padding Around */
.p-5 {
  padding: 5px !important; }

.p-10 {
  padding: 10px; }

.p-15 {
  padding: 15px; }

.p-20 {
  padding: 20px; }

.p-25 {
  padding: 25px; }

.p-30 {
  padding: 30px; }

.p-35 {
  padding: 35px; }

.p-40 {
  padding: 40px; }

.p-45 {
  padding: 45px; }

.p-50 {
  padding: 50px; }

.p-55 {
  padding: 55px; }

.p-60 {
  padding: 60px; }

.p-65 {
  padding: 65px; }

.p-70 {
  padding: 70px; }

.p-75 {
  padding: 75px; }

.p-80 {
  padding: 80px; }

.p-85 {
  padding: 85px; }

.p-90 {
  padding: 90px; }

.p-95 {
  padding: 95px; }

.p-100 {
  padding: 100px; }

.p-105 {
  padding: 105px; }

.p-110 {
  padding: 110px; }

.p-115 {
  padding: 115px; }

.p-120 {
  padding: 120px; }

.p-125 {
  padding: 125px; }

.p-130 {
  padding: 130px; }

.p-135 {
  padding: 135px; }

.p-140 {
  padding: 140px; }

.p-145 {
  padding: 145px; }

.p-150 {
  padding: 150px; }

.p-155 {
  padding: 155px; }

.p-160 {
  padding: 160px; }

.p-165 {
  padding: 165px; }

.p-170 {
  padding: 170px; }

.p-175 {
  padding: 175px; }

.p-180 {
  padding: 180px; }

.p-185 {
  padding: 185px; }

.p-190 {
  padding: 190px; }

.p-195 {
  padding: 195px; }

.p-200 {
  padding: 200px; }

.p-205 {
  padding: 205px; }

.p-210 {
  padding: 210px; }

.p-215 {
  padding: 215px; }

.p-220 {
  padding: 220px; }

.p-225 {
  padding: 225px; }

.p-230 {
  padding: 230px; }

.p-235 {
  padding: 235px; }

.p-240 {
  padding: 240px; }

.p-245 {
  padding: 245px; }

.p-250 {
  padding: 250px; }

/* Padding Top */
.pt-5,
.py-5 {
  padding-top: 5px !important; }

.pt-10,
.py-10 {
  padding-top: 10px; }

.pt-15,
.py-15 {
  padding-top: 15px; }

.pt-20,
.py-20 {
  padding-top: 20px; }

.pt-25,
.py-25 {
  padding-top: 25px; }

.pt-30,
.py-30 {
  padding-top: 30px; }

.pt-35,
.py-35 {
  padding-top: 35px; }

.pt-40,
.py-40 {
  padding-top: 40px; }

.pt-45,
.py-45 {
  padding-top: 45px; }

.pt-50,
.py-50 {
  padding-top: 50px; }

.pt-55,
.py-55 {
  padding-top: 55px; }

.pt-60,
.py-60 {
  padding-top: 60px; }

.pt-65,
.py-65 {
  padding-top: 65px; }

.pt-70,
.py-70 {
  padding-top: 70px; }

.pt-75,
.py-75 {
  padding-top: 75px; }

.pt-80,
.py-80 {
  padding-top: 80px; }

.pt-85,
.py-85 {
  padding-top: 85px; }

.pt-90,
.py-90 {
  padding-top: 90px; }

.pt-95,
.py-95 {
  padding-top: 95px; }

.pt-100,
.py-100 {
  padding-top: 100px; }

.pt-105,
.py-105 {
  padding-top: 105px; }

.pt-110,
.py-110 {
  padding-top: 110px; }

.pt-115,
.py-115 {
  padding-top: 115px; }

.pt-120,
.py-120 {
  padding-top: 120px; }

.pt-125,
.py-125 {
  padding-top: 125px; }

.pt-130,
.py-130 {
  padding-top: 130px; }

.pt-135,
.py-135 {
  padding-top: 135px; }

.pt-140,
.py-140 {
  padding-top: 140px; }

.pt-145,
.py-145 {
  padding-top: 145px; }

.pt-150,
.py-150 {
  padding-top: 150px; }

.pt-155,
.py-155 {
  padding-top: 155px; }

.pt-160,
.py-160 {
  padding-top: 160px; }

.pt-165,
.py-165 {
  padding-top: 165px; }

.pt-170,
.py-170 {
  padding-top: 170px; }

.pt-175,
.py-175 {
  padding-top: 175px; }

.pt-180,
.py-180 {
  padding-top: 180px; }

.pt-185,
.py-185 {
  padding-top: 185px; }

.pt-190,
.py-190 {
  padding-top: 190px; }

.pt-195,
.py-195 {
  padding-top: 195px; }

.pt-200,
.py-200 {
  padding-top: 200px; }

.pt-205,
.py-205 {
  padding-top: 205px; }

.pt-210,
.py-210 {
  padding-top: 210px; }

.pt-215,
.py-215 {
  padding-top: 215px; }

.pt-220,
.py-220 {
  padding-top: 220px; }

.pt-225,
.py-225 {
  padding-top: 225px; }

.pt-230,
.py-230 {
  padding-top: 230px; }

.pt-235,
.py-235 {
  padding-top: 235px; }

.pt-240,
.py-240 {
  padding-top: 240px; }

.pt-245,
.py-245 {
  padding-top: 245px; }

.pt-250,
.py-250 {
  padding-top: 250px; }

/* Padding Bottom */
.pb-5,
.py-5 {
  padding-bottom: 5px !important; }

.pb-10,
.py-10 {
  padding-bottom: 10px; }

.pb-15,
.py-15 {
  padding-bottom: 15px; }

.pb-20,
.py-20 {
  padding-bottom: 20px; }

.pb-25,
.py-25 {
  padding-bottom: 25px; }

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

.pb-35,
.py-35 {
  padding-bottom: 35px; }

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

.pb-45,
.py-45 {
  padding-bottom: 45px; }

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

.pb-55,
.py-55 {
  padding-bottom: 55px; }

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

.pb-65,
.py-65 {
  padding-bottom: 65px; }

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

.pb-75,
.py-75 {
  padding-bottom: 75px; }

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

.pb-85,
.py-85 {
  padding-bottom: 85px; }

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

.pb-95,
.py-95 {
  padding-bottom: 95px; }

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

.pb-105,
.py-105 {
  padding-bottom: 105px; }

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

.pb-115,
.py-115 {
  padding-bottom: 115px; }

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

.pb-125,
.py-125 {
  padding-bottom: 125px; }

.pb-130,
.py-130 {
  padding-bottom: 130px; }

.pb-135,
.py-135 {
  padding-bottom: 135px; }

.pb-140,
.py-140 {
  padding-bottom: 140px; }

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

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

.pb-155,
.py-155 {
  padding-bottom: 155px; }

.pb-160,
.py-160 {
  padding-bottom: 160px; }

.pb-165,
.py-165 {
  padding-bottom: 165px; }

.pb-170,
.py-170 {
  padding-bottom: 170px; }

.pb-175,
.py-175 {
  padding-bottom: 175px; }

.pb-180,
.py-180 {
  padding-bottom: 180px; }

.pb-185,
.py-185 {
  padding-bottom: 185px; }

.pb-190,
.py-190 {
  padding-bottom: 190px; }

.pb-195,
.py-195 {
  padding-bottom: 195px; }

.pb-200,
.py-200 {
  padding-bottom: 200px; }

.pb-205,
.py-205 {
  padding-bottom: 205px; }

.pb-210,
.py-210 {
  padding-bottom: 210px; }

.pb-215,
.py-215 {
  padding-bottom: 215px; }

.pb-220,
.py-220 {
  padding-bottom: 220px; }

.pb-225,
.py-225 {
  padding-bottom: 225px; }

.pb-230,
.py-230 {
  padding-bottom: 230px; }

.pb-235,
.py-235 {
  padding-bottom: 235px; }

.pb-240,
.py-240 {
  padding-bottom: 240px; }

.pb-245,
.py-245 {
  padding-bottom: 245px; }

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

/* Margin Around */
.m-5 {
  margin: 5px !important; }

.m-10 {
  margin: 10px; }

.m-15 {
  margin: 15px; }

.m-20 {
  margin: 20px; }

.m-25 {
  margin: 25px; }

.m-30 {
  margin: 30px; }

.m-35 {
  margin: 35px; }

.m-40 {
  margin: 40px; }

.m-45 {
  margin: 45px; }

.m-50 {
  margin: 50px; }

.m-55 {
  margin: 55px; }

.m-60 {
  margin: 60px; }

.m-65 {
  margin: 65px; }

.m-70 {
  margin: 70px; }

.m-75 {
  margin: 75px; }

.m-80 {
  margin: 80px; }

.m-85 {
  margin: 85px; }

.m-90 {
  margin: 90px; }

.m-95 {
  margin: 95px; }

.m-100 {
  margin: 100px; }

.m-105 {
  margin: 105px; }

.m-110 {
  margin: 110px; }

.m-115 {
  margin: 115px; }

.m-120 {
  margin: 120px; }

.m-125 {
  margin: 125px; }

.m-130 {
  margin: 130px; }

.m-135 {
  margin: 135px; }

.m-140 {
  margin: 140px; }

.m-145 {
  margin: 145px; }

.m-150 {
  margin: 150px; }

.m-155 {
  margin: 155px; }

.m-160 {
  margin: 160px; }

.m-165 {
  margin: 165px; }

.m-170 {
  margin: 170px; }

.m-175 {
  margin: 175px; }

.m-180 {
  margin: 180px; }

.m-185 {
  margin: 185px; }

.m-190 {
  margin: 190px; }

.m-195 {
  margin: 195px; }

.m-200 {
  margin: 200px; }

.m-205 {
  margin: 205px; }

.m-210 {
  margin: 210px; }

.m-215 {
  margin: 215px; }

.m-220 {
  margin: 220px; }

.m-225 {
  margin: 225px; }

.m-230 {
  margin: 230px; }

.m-235 {
  margin: 235px; }

.m-240 {
  margin: 240px; }

.m-245 {
  margin: 245px; }

.m-250 {
  margin: 250px; }

/* Margin Top */
.mt-5,
.my-5 {
  margin-top: 5px !important; }

.mt-10,
.my-10 {
  margin-top: 10px; }

.mt-15,
.my-15 {
  margin-top: 15px; }

.mt-20,
.my-20 {
  margin-top: 20px; }

.mt-25,
.my-25 {
  margin-top: 25px; }

.mt-30,
.my-30 {
  margin-top: 30px; }

.mt-35,
.my-35 {
  margin-top: 35px; }

.mt-40,
.my-40 {
  margin-top: 40px; }

.mt-45,
.my-45 {
  margin-top: 45px; }

.mt-50,
.my-50 {
  margin-top: 50px; }

.mt-55,
.my-55 {
  margin-top: 55px; }

.mt-60,
.my-60 {
  margin-top: 60px; }

.mt-65,
.my-65 {
  margin-top: 65px; }

.mt-70,
.my-70 {
  margin-top: 70px; }

.mt-75,
.my-75 {
  margin-top: 75px; }

.mt-80,
.my-80 {
  margin-top: 80px; }

.mt-85,
.my-85 {
  margin-top: 85px; }

.mt-90,
.my-90 {
  margin-top: 90px; }

.mt-95,
.my-95 {
  margin-top: 95px; }

.mt-100,
.my-100 {
  margin-top: 100px; }

.mt-105,
.my-105 {
  margin-top: 105px; }

.mt-110,
.my-110 {
  margin-top: 110px; }

.mt-115,
.my-115 {
  margin-top: 115px; }

.mt-120,
.my-120 {
  margin-top: 120px; }

.mt-125,
.my-125 {
  margin-top: 125px; }

.mt-130,
.my-130 {
  margin-top: 130px; }

.mt-135,
.my-135 {
  margin-top: 135px; }

.mt-140,
.my-140 {
  margin-top: 140px; }

.mt-145,
.my-145 {
  margin-top: 145px; }

.mt-150,
.my-150 {
  margin-top: 150px; }

.mt-155,
.my-155 {
  margin-top: 155px; }

.mt-160,
.my-160 {
  margin-top: 160px; }

.mt-165,
.my-165 {
  margin-top: 165px; }

.mt-170,
.my-170 {
  margin-top: 170px; }

.mt-175,
.my-175 {
  margin-top: 175px; }

.mt-180,
.my-180 {
  margin-top: 180px; }

.mt-185,
.my-185 {
  margin-top: 185px; }

.mt-190,
.my-190 {
  margin-top: 190px; }

.mt-195,
.my-195 {
  margin-top: 195px; }

.mt-200,
.my-200 {
  margin-top: 200px; }

.mt-205,
.my-205 {
  margin-top: 205px; }

.mt-210,
.my-210 {
  margin-top: 210px; }

.mt-215,
.my-215 {
  margin-top: 215px; }

.mt-220,
.my-220 {
  margin-top: 220px; }

.mt-225,
.my-225 {
  margin-top: 225px; }

.mt-230,
.my-230 {
  margin-top: 230px; }

.mt-235,
.my-235 {
  margin-top: 235px; }

.mt-240,
.my-240 {
  margin-top: 240px; }

.mt-245,
.my-245 {
  margin-top: 245px; }

.mt-250,
.my-250 {
  margin-top: 250px; }

/* Margin Bottom */
.mb-5,
.my-5 {
  margin-bottom: 5px !important; }

.mb-10,
.my-10 {
  margin-bottom: 10px; }

.mb-15,
.my-15 {
  margin-bottom: 15px; }

.mb-20,
.my-20 {
  margin-bottom: 20px; }

.mb-25,
.my-25 {
  margin-bottom: 25px; }

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

.mb-35,
.my-35 {
  margin-bottom: 35px; }

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

.mb-45,
.my-45 {
  margin-bottom: 45px; }

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

.mb-55,
.my-55 {
  margin-bottom: 55px; }

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

.mb-65,
.my-65 {
  margin-bottom: 65px; }

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

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

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

.mb-85,
.my-85 {
  margin-bottom: 85px; }

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

.mb-95,
.my-95 {
  margin-bottom: 95px; }

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

.mb-105,
.my-105 {
  margin-bottom: 105px; }

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

.mb-115,
.my-115 {
  margin-bottom: 115px; }

.mb-120,
.my-120 {
  margin-bottom: 120px; }

.mb-125,
.my-125 {
  margin-bottom: 125px; }

.mb-130,
.my-130 {
  margin-bottom: 130px; }

.mb-135,
.my-135 {
  margin-bottom: 135px; }

.mb-140,
.my-140 {
  margin-bottom: 140px; }

.mb-145,
.my-145 {
  margin-bottom: 145px; }

.mb-150,
.my-150 {
  margin-bottom: 150px; }

.mb-155,
.my-155 {
  margin-bottom: 155px; }

.mb-160,
.my-160 {
  margin-bottom: 160px; }

.mb-165,
.my-165 {
  margin-bottom: 165px; }

.mb-170,
.my-170 {
  margin-bottom: 170px; }

.mb-175,
.my-175 {
  margin-bottom: 175px; }

.mb-180,
.my-180 {
  margin-bottom: 180px; }

.mb-185,
.my-185 {
  margin-bottom: 185px; }

.mb-190,
.my-190 {
  margin-bottom: 190px; }

.mb-195,
.my-195 {
  margin-bottom: 195px; }

.mb-200,
.my-200 {
  margin-bottom: 200px; }

.mb-205,
.my-205 {
  margin-bottom: 205px; }

.mb-210,
.my-210 {
  margin-bottom: 210px; }

.mb-215,
.my-215 {
  margin-bottom: 215px; }

.mb-220,
.my-220 {
  margin-bottom: 220px; }

.mb-225,
.my-225 {
  margin-bottom: 225px; }

.mb-230,
.my-230 {
  margin-bottom: 230px; }

.mb-235,
.my-235 {
  margin-bottom: 235px; }

.mb-240,
.my-240 {
  margin-bottom: 240px; }

.mb-245,
.my-245 {
  margin-bottom: 245px; }

.mb-250,
.my-250 {
  margin-bottom: 250px; }

/* Responsive Padding Margin */
@media only screen and (max-width: 991px) {
  /* Padding Around */
  .rp-0 {
    padding: 0px !important; }
  .rp-5 {
    padding: 5px !important; }
  .rp-10 {
    padding: 10px; }
  .rp-15 {
    padding: 15px; }
  .rp-20 {
    padding: 20px; }
  .rp-25 {
    padding: 25px; }
  .rp-30 {
    padding: 30px; }
  .rp-35 {
    padding: 35px; }
  .rp-40 {
    padding: 40px; }
  .rp-45 {
    padding: 45px; }
  .rp-50 {
    padding: 50px; }
  .rp-55 {
    padding: 55px; }
  .rp-60 {
    padding: 60px; }
  .rp-65 {
    padding: 65px; }
  .rp-70 {
    padding: 70px; }
  .rp-75 {
    padding: 75px; }
  .rp-80 {
    padding: 80px; }
  .rp-85 {
    padding: 85px; }
  .rp-90 {
    padding: 90px; }
  .rp-95 {
    padding: 95px; }
  .rp-100 {
    padding: 100px; }
  .rp-105 {
    padding: 105px; }
  .rp-110 {
    padding: 110px; }
  .rp-115 {
    padding: 115px; }
  .rp-120 {
    padding: 120px; }
  .rp-125 {
    padding: 125px; }
  .rp-130 {
    padding: 130px; }
  .rp-135 {
    padding: 135px; }
  .rp-140 {
    padding: 140px; }
  .rp-145 {
    padding: 145px; }
  .rp-150 {
    padding: 150px; }
  /* Padding Top */
  .rpt-0,
  .rpy-0 {
    padding-top: 0px !important; }
  .rpt-5,
  .rpy-5 {
    padding-top: 5px !important; }
  .rpt-10,
  .rpy-10 {
    padding-top: 10px; }
  .rpt-15,
  .rpy-15 {
    padding-top: 15px; }
  .rpt-20,
  .rpy-20 {
    padding-top: 20px; }
  .rpt-25,
  .rpy-25 {
    padding-top: 25px; }
  .rpt-30,
  .rpy-30 {
    padding-top: 30px; }
  .rpt-35,
  .rpy-35 {
    padding-top: 35px; }
  .rpt-40,
  .rpy-40 {
    padding-top: 40px; }
  .rpt-45,
  .rpy-45 {
    padding-top: 45px; }
  .rpt-50,
  .rpy-50 {
    padding-top: 50px; }
  .rpt-55,
  .rpy-55 {
    padding-top: 55px; }
  .rpt-60,
  .rpy-60 {
    padding-top: 60px; }
  .rpt-65,
  .rpy-65 {
    padding-top: 65px; }
  .rpt-70,
  .rpy-70 {
    padding-top: 70px; }
  .rpt-75,
  .rpy-75 {
    padding-top: 75px; }
  .rpt-80,
  .rpy-80 {
    padding-top: 80px; }
  .rpt-85,
  .rpy-85 {
    padding-top: 85px; }
  .rpt-90,
  .rpy-90 {
    padding-top: 90px; }
  .rpt-95,
  .rpy-95 {
    padding-top: 95px; }
  .rpt-100,
  .rpy-100 {
    padding-top: 100px; }
  .rpt-105,
  .rpy-105 {
    padding-top: 105px; }
  .rpt-110,
  .rpy-110 {
    padding-top: 110px; }
  .rpt-115,
  .rpy-115 {
    padding-top: 115px; }
  .rpt-120,
  .rpy-120 {
    padding-top: 120px; }
  .rpt-125,
  .rpy-125 {
    padding-top: 125px; }
  .rpt-130,
  .rpy-130 {
    padding-top: 130px; }
  .rpt-135,
  .rpy-135 {
    padding-top: 135px; }
  .rpt-140,
  .rpy-140 {
    padding-top: 140px; }
  .rpt-145,
  .rpy-145 {
    padding-top: 145px; }
  .rpt-150,
  .rpy-150 {
    padding-top: 150px; }
  /* Padding Bottom */
  .rpb-0,
  .rpy-0 {
    padding-bottom: 0px !important; }
  .rpb-5,
  .rpy-5 {
    padding-bottom: 5px !important; }
  .rpb-10,
  .rpy-10 {
    padding-bottom: 10px; }
  .rpb-15,
  .rpy-15 {
    padding-bottom: 15px; }
  .rpb-20,
  .rpy-20 {
    padding-bottom: 20px; }
  .rpb-25,
  .rpy-25 {
    padding-bottom: 25px; }
  .rpb-30,
  .rpy-30 {
    padding-bottom: 30px; }
  .rpb-35,
  .rpy-35 {
    padding-bottom: 35px; }
  .rpb-40,
  .rpy-40 {
    padding-bottom: 40px; }
  .rpb-45,
  .rpy-45 {
    padding-bottom: 45px; }
  .rpb-50,
  .rpy-50 {
    padding-bottom: 50px; }
  .rpb-55,
  .rpy-55 {
    padding-bottom: 55px; }
  .rpb-60,
  .rpy-60 {
    padding-bottom: 60px; }
  .rpb-65,
  .rpy-65 {
    padding-bottom: 65px; }
  .rpb-70,
  .rpy-70 {
    padding-bottom: 70px; }
  .rpb-75,
  .rpy-75 {
    padding-bottom: 75px; }
  .rpb-80,
  .rpy-80 {
    padding-bottom: 80px; }
  .rpb-85,
  .rpy-85 {
    padding-bottom: 85px; }
  .rpb-90,
  .rpy-90 {
    padding-bottom: 90px; }
  .rpb-95,
  .rpy-95 {
    padding-bottom: 95px; }
  .rpb-100,
  .rpy-100 {
    padding-bottom: 100px; }
  .rpb-105,
  .rpy-105 {
    padding-bottom: 105px; }
  .rpb-110,
  .rpy-110 {
    padding-bottom: 110px; }
  .rpb-115,
  .rpy-115 {
    padding-bottom: 115px; }
  .rpb-120,
  .rpy-120 {
    padding-bottom: 120px; }
  .rpb-125,
  .rpy-125 {
    padding-bottom: 125px; }
  .rpb-130,
  .rpy-130 {
    padding-bottom: 130px; }
  .rpb-135,
  .rpy-135 {
    padding-bottom: 135px; }
  .rpb-140,
  .rpy-140 {
    padding-bottom: 140px; }
  .rpb-145,
  .rpy-145 {
    padding-bottom: 145px; }
  .rpb-150,
  .rpy-150 {
    padding-bottom: 150px; }
  /* Margin Around */
  .rm-0 {
    margin: 0px !important; }
  .rm-5 {
    margin: 5px !important; }
  .rm-10 {
    margin: 10px; }
  .rm-15 {
    margin: 15px; }
  .rm-20 {
    margin: 20px; }
  .rm-25 {
    margin: 25px; }
  .rm-30 {
    margin: 30px; }
  .rm-35 {
    margin: 35px; }
  .rm-40 {
    margin: 40px; }
  .rm-45 {
    margin: 45px; }
  .rm-50 {
    margin: 50px; }
  .rm-55 {
    margin: 55px; }
  .rm-60 {
    margin: 60px; }
  .rm-65 {
    margin: 65px; }
  .rm-70 {
    margin: 70px; }
  .rm-75 {
    margin: 75px; }
  .rm-80 {
    margin: 80px; }
  .rm-85 {
    margin: 85px; }
  .rm-90 {
    margin: 90px; }
  .rm-95 {
    margin: 95px; }
  .rm-100 {
    margin: 100px; }
  .rm-105 {
    margin: 105px; }
  .rm-110 {
    margin: 110px; }
  .rm-115 {
    margin: 115px; }
  .rm-120 {
    margin: 120px; }
  .rm-125 {
    margin: 125px; }
  .rm-130 {
    margin: 130px; }
  .rm-135 {
    margin: 135px; }
  .rm-140 {
    margin: 140px; }
  .rm-145 {
    margin: 145px; }
  .rm-150 {
    margin: 150px; }
  /* Margin Top */
  .rmt-0,
  .rmy-0 {
    margin-top: 0px !important; }
  .rmt-5,
  .rmy-5 {
    margin-top: 5px !important; }
  .rmt-10,
  .rmy-10 {
    margin-top: 10px; }
  .rmt-15,
  .rmy-15 {
    margin-top: 15px; }
  .rmt-20,
  .rmy-20 {
    margin-top: 20px; }
  .rmt-25,
  .rmy-25 {
    margin-top: 25px; }
  .rmt-30,
  .rmy-30 {
    margin-top: 30px; }
  .rmt-35,
  .rmy-35 {
    margin-top: 35px; }
  .rmt-40,
  .rmy-40 {
    margin-top: 40px; }
  .rmt-45,
  .rmy-45 {
    margin-top: 45px; }
  .rmt-50,
  .rmy-50 {
    margin-top: 50px; }
  .rmt-55,
  .rmy-55 {
    margin-top: 55px; }
  .rmt-60,
  .rmy-60 {
    margin-top: 60px; }
  .rmt-65,
  .rmy-65 {
    margin-top: 65px; }
  .rmt-70,
  .rmy-70 {
    margin-top: 70px; }
  .rmt-75,
  .rmy-75 {
    margin-top: 75px; }
  .rmt-80,
  .rmy-80 {
    margin-top: 80px; }
  .rmt-85,
  .rmy-85 {
    margin-top: 85px; }
  .rmt-90,
  .rmy-90 {
    margin-top: 90px; }
  .rmt-95,
  .rmy-95 {
    margin-top: 95px; }
  .rmt-100,
  .rmy-100 {
    margin-top: 100px; }
  .rmt-105,
  .rmy-105 {
    margin-top: 105px; }
  .rmt-110,
  .rmy-110 {
    margin-top: 110px; }
  .rmt-115,
  .rmy-115 {
    margin-top: 115px; }
  .rmt-120,
  .rmy-120 {
    margin-top: 120px; }
  .rmt-125,
  .rmy-125 {
    margin-top: 125px; }
  .rmt-130,
  .rmy-130 {
    margin-top: 130px; }
  .rmt-135,
  .rmy-135 {
    margin-top: 135px; }
  .rmt-140,
  .rmy-140 {
    margin-top: 140px; }
  .rmt-145,
  .rmy-145 {
    margin-top: 145px; }
  .rmt-150,
  .rmy-150 {
    margin-top: 150px; }
  /* Margin Bottom */
  .rmb-0,
  .rmy-0 {
    margin-bottom: 0px !important; }
  .rmb-5,
  .rmy-5 {
    margin-bottom: 5px !important; }
  .rmb-10,
  .rmy-10 {
    margin-bottom: 10px; }
  .rmb-15,
  .rmy-15 {
    margin-bottom: 15px; }
  .rmb-20,
  .rmy-20 {
    margin-bottom: 20px; }
  .rmb-25,
  .rmy-25 {
    margin-bottom: 25px; }
  .rmb-30,
  .rmy-30 {
    margin-bottom: 30px; }
  .rmb-35,
  .rmy-35 {
    margin-bottom: 35px; }
  .rmb-40,
  .rmy-40 {
    margin-bottom: 40px; }
  .rmb-45,
  .rmy-45 {
    margin-bottom: 45px; }
  .rmb-50,
  .rmy-50 {
    margin-bottom: 50px; }
  .rmb-55,
  .rmy-55 {
    margin-bottom: 55px; }
  .rmb-60,
  .rmy-60 {
    margin-bottom: 60px; }
  .rmb-65,
  .rmy-65 {
    margin-bottom: 65px; }
  .rmb-70,
  .rmy-70 {
    margin-bottom: 70px; }
  .rmb-75,
  .rmy-75 {
    margin-bottom: 75px; }
  .rmb-80,
  .rmy-80 {
    margin-bottom: 80px; }
  .rmb-85,
  .rmy-85 {
    margin-bottom: 85px; }
  .rmb-90,
  .rmy-90 {
    margin-bottom: 90px; }
  .rmb-95,
  .rmy-95 {
    margin-bottom: 95px; }
  .rmb-100,
  .rmy-100 {
    margin-bottom: 100px; }
  .rmb-105,
  .rmy-105 {
    margin-bottom: 105px; }
  .rmb-110,
  .rmy-110 {
    margin-bottom: 110px; }
  .rmb-115,
  .rmy-115 {
    margin-bottom: 115px; }
  .rmb-120,
  .rmy-120 {
    margin-bottom: 120px; }
  .rmb-125,
  .rmy-125 {
    margin-bottom: 125px; }
  .rmb-130,
  .rmy-130 {
    margin-bottom: 130px; }
  .rmb-135,
  .rmy-135 {
    margin-bottom: 135px; }
  .rmb-140,
  .rmy-140 {
    margin-bottom: 140px; }
  .rmb-145,
  .rmy-145 {
    margin-bottom: 145px; }
  .rmb-150,
  .rmy-150 {
    margin-bottom: 150px; } }

/*******************************************************/
/***************** ## Custom Animation ****************/
/*******************************************************/
/* Animation Delay */
.delay-1-0s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.delay-2-0s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.delay-0-1s {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }

.delay-0-2s {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }

.delay-0-3s {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }

.delay-0-4s {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }

.delay-0-5s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.delay-0-6s {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }

.delay-0-7s {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }

.delay-0-8s {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }

.delay-0-9s {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s; }

.delay-1-1s {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s; }

.delay-1-2s {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s; }

.delay-1-3s {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s; }

.delay-1-4s {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s; }

.delay-1-5s {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s; }

.delay-1-6s {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s; }

.delay-1-7s {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s; }

.delay-1-8s {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s; }

.delay-1-9s {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s; }

/* Menu Sticky */
@-webkit-keyframes sticky {
  0% {
    top: -100px; }
  100% {
    top: 0; } }

@keyframes sticky {
  0% {
    top: -100px; }
  100% {
    top: 0; } }

/* Rotated Circle */
@-webkit-keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }
@keyframes rotated_circle {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg); } }

/* Rotated Man */
@-webkit-keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); } }
@keyframes semi_rotated {
  0%,
  100% {
    -webkit-transform: rotate(8deg);
    transform: rotate(8deg); }
  50% {
    -webkit-transform: rotate(-8deg);
    transform: rotate(-8deg); } }

/* BG Shape Rotated */
@-webkit-keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }
@keyframes semi_rotated_two {
  0%,
  100% {
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg); }
  50% {
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg); } }

@-webkit-keyframes move_arround {
  0% {
    top: 20px;
    left: 20px; }
  25% {
    top: 20px;
    left: -20px; }
  50% {
    top: -20px;
    left: -20px; }
  75% {
    top: -20px;
    left: 20px; }
  100% {
    top: 20px;
    left: 20px; } }

@keyframes move_arround {
  0% {
    top: 20px;
    left: 20px; }
  25% {
    top: 20px;
    left: -20px; }
  50% {
    top: -20px;
    left: -20px; }
  75% {
    top: -20px;
    left: 20px; }
  100% {
    top: 20px;
    left: 20px; } }

/* Hero Circle */
@-webkit-keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }
@keyframes upDownLeft {
  0%,
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px); }
  25%,
  75% {
    -webkit-transform: translate(0px, 50px);
    transform: translate(0px, 50px); }
  50% {
    -webkit-transform: translate(-50px, 50px);
    transform: translate(-50px, 50px); } }

@-webkit-keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 0px) rotate(270deg);
    transform: translate(150px, 0px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationTwo {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px, 0px) rotate(270deg);
    transform: translate(-150px, 0px) rotate(270deg); }
  50% {
    -webkit-transform: translate(-150px, 150px) rotate(180deg);
    transform: translate(-150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(0px, 150px) rotate(90deg);
    transform: translate(0px, 150px) rotate(90deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationThree {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(50px, 150px) rotate(90deg);
    transform: translate(50px, 150px) rotate(90deg); }
  50% {
    -webkit-transform: translate(150px, 150px) rotate(180deg);
    transform: translate(150px, 150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(150px, 50px) rotate(270deg);
    transform: translate(150px, 50px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFour {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-150px -50px) rotate(90deg);
    transform: translate(-150px -50px) rotate(90deg); }
  50% {
    -webkit-transform: translate(-150px, -150px) rotate(180deg);
    transform: translate(-150px, -150px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-50px, -150px) rotate(270deg);
    transform: translate(-50px, -150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@keyframes shapeAnimationFive {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
    transform: translate(0px, 0px) rotate(0deg); }
  25% {
    -webkit-transform: translate(-100px -100px) rotate(90deg);
    transform: translate(-100px -100px) rotate(90deg); }
  50% {
    -webkit-transform: translate(100px, 50px) rotate(180deg);
    transform: translate(100px, 50px) rotate(180deg); }
  75% {
    -webkit-transform: translate(-100px, 150px) rotate(270deg);
    transform: translate(-100px, 150px) rotate(270deg); }
  100% {
    -webkit-transform: translate(0px, 0px) rotate(360deg);
    transform: translate(0px, 0px) rotate(360deg); } }

@-webkit-keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@keyframes down-up-one {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translateY(25px);
    transform: rotateX(0deg) translateY(25px); }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px); } }

@-webkit-keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

@keyframes down-up-two {
  0% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); }
  50% {
    -webkit-transform: rotateX(0deg) translate(0, -25px);
    transform: rotateX(0deg) translate(0, -25px); }
  100% {
    -webkit-transform: rotateX(0deg) translate(0px);
    transform: rotateX(0deg) translate(0px); } }

@-webkit-keyframes leftRightOne {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@keyframes leftRightOne {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px); } }

@-webkit-keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

@keyframes zoomInOut {
  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5); } }

/* Headline */
@-webkit-keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }
@keyframes marquee {
  100% {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0); } }

@-webkit-keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes marquee_right {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@-webkit-keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes marquee_left {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

/*******************************************************/
/******************* ## Header style ******************/
/*******************************************************/
.main-header {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 999;
  width: 100%;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; }
  .main-header .header-upper {
    z-index: 5;
    width: 100%;
    position: relative;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; }
  .main-header .logo-outer {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    @media only screen and (max-width: 991px) {
      .main-header .logo-outer {
        display: none; } }
  .main-header .logo {
    z-index: 9;
    padding: 2px 0;
    position: relative; }
  .main-header.menu-absolute .header-upper {
    position: absolute; }
  .main-header.fixed-header .header-upper {
    top: 0;
    left: 0;
    position: fixed;
    background: #000000;
    -webkit-animation: sticky  1s;
    animation: sticky  1s;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.21);
    box-shadow: 0px 0px 30px 0px rgba(87, 95, 245, 0.1); }
  @media only screen and (min-width: 992px) {
    .main-header.fixed-header .main-menu .navbar-collapse > ul > li {
      padding-top: 25px;
      padding-bottom: 25px; } }

@media only screen and (max-width: 991px) {
  .nav-outer {
    width: 100%; } }

/** Header Main Menu **/
@media only screen and (max-width: 991px) {
  .main-menu {
    width: 100%; } }

.main-menu .mobile-logo {
  margin-right: auto; }
  @media only screen and (max-width: 575px) {
    .main-menu .mobile-logo {
      max-width: 150px; } }

@media only screen and (max-width: 991px) {
  .main-menu .collapse {
    overflow: auto; } }

.main-menu .navbar-collapse {
  padding: 0px; }
  .main-menu .navbar-collapse > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 991px) {
      .main-menu .navbar-collapse > ul {
        display: block;
        padding: 25px 0;
        background: #000000;
        border: 1px solid var(--folio-border-color); }
        .main-menu .navbar-collapse > ul > li:last-child {
          border-bottom: 1px solid var(--folio-border-color); } }
    @media only screen and (min-width: 992px) {
      .main-menu .navbar-collapse > ul > li > a:before {
        opacity: 0;
        content: "\f061";
        position: absolute;
        left: 50%;
        top: 85%;
        font-weight: 300;
        font-size: 0.8em;
        -webkit-transition: 0.35s;
        -o-transition: 0.35s;
        transition: 0.35s;
        font-family: 'Font Awesome 5 Pro';
        color: var(--folio-primary-color);
        -webkit-transform: translateX(-50%) rotate(-45deg);
        -ms-transform: translateX(-50%) rotate(-45deg);
        transform: translateX(-50%) rotate(-45deg); }
      .main-menu .navbar-collapse > ul > li > a:hover:before {
        opacity: 1; } }
  @media only screen and (max-width: 991px) {
    .main-menu .navbar-collapse {
      left: 0;
      width: 100%;
      position: absolute;
      max-height: calc(100vh - 80px); } }
  .main-menu .navbar-collapse li {
    padding: 35px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media only screen and (max-width: 1399px) {
      .main-menu .navbar-collapse li {
        padding-left: 15px;
        padding-right: 15px; } }
    @media only screen and (max-width: 991px) {
      .main-menu .navbar-collapse li {
        display: block;
        padding: 0 15px;
        border-top: 1px solid var(--folio-border-color); } }
    .main-menu .navbar-collapse li.dropdown .dropdown-btn {
      cursor: pointer;
      font-size: 12px;
      margin-left: 5px;
      color: var(--folio-secondary-color); }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li.dropdown .dropdown-btn {
          position: absolute;
          right: 10px;
          top: 0;
          width: 50px;
          height: 43px;
          border-left: 1px solid var(--folio-border-color);
          text-align: center;
          line-height: 43px; } }
    .main-menu .navbar-collapse li a {
      display: block;
      opacity: 1;
      font-weight: 600;
      position: relative;
      color: var(--folio-secondary-color);
      font-family: var(--folio-secondary-font);
      text-transform: capitalize;
      -webkit-transition: all 500ms ease;
      -o-transition: all 500ms ease;
      transition: all 500ms ease; }
      @media only screen and (min-width: 376px) {
        .main-menu .navbar-collapse li a {
          font-size: 18px; } }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li a {
          padding: 10px 10px;
          line-height: 22px; } }
      .main-menu .navbar-collapse li a:hover {
        color: var(--folio-primary-color);
        text-decoration: underline; }
    .main-menu .navbar-collapse li.current > a, .main-menu .navbar-collapse li.current-menu-item > a {
      font-weight: 500; }
    .main-menu .navbar-collapse li li {
      border-top: 1px solid var(--folio-border-color); }
      .main-menu .navbar-collapse li li a {
        text-transform: capitalize; }
        .main-menu .navbar-collapse li li a:before {
          display: none; }
    .main-menu .navbar-collapse li .megamenu {
      position: absolute;
      left: 0px;
      top: 100%;
      width: 100%;
      z-index: 100;
      display: none;
      padding: 20px 0;
      background: #ffffff;
      -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
      .main-menu .navbar-collapse li .megamenu:after {
        display: block;
        clear: both;
        content: ""; }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li .megamenu {
          position: relative;
          -webkit-box-shadow: none;
          box-shadow: none;
          width: 100%; }
          .main-menu .navbar-collapse li .megamenu .container {
            max-width: 100%; }
          .main-menu .navbar-collapse li .megamenu .row {
            margin: 0px; } }
      .main-menu .navbar-collapse li .megamenu ul {
        display: block;
        position: relative;
        top: 0;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none; }
    .main-menu .navbar-collapse li ul {
      position: absolute;
      left: inherit;
      top: 100%;
      min-width: 250px;
      z-index: 100;
      display: none;
      background: #333333;
      -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
      box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05); }
      @media only screen and (max-width: 991px) {
        .main-menu .navbar-collapse li ul {
          position: relative;
          display: none;
          width: 100%;
          -webkit-box-shadow: none;
          box-shadow: none;
          background: transparent; }
          .main-menu .navbar-collapse li ul:after {
            display: block;
            clear: both;
            content: ""; } }
  @media only screen and (max-width: 991px) and (max-width: 375px) {
    .main-menu .navbar-collapse li ul {
      min-width: auto; } }
      .main-menu .navbar-collapse li ul li {
        width: 100%;
        padding: 7px 20px; }
        @media only screen and (max-width: 991px) {
          .main-menu .navbar-collapse li ul li {
            padding: 0 15px; } }
        .main-menu .navbar-collapse li ul li ul {
          left: 100%;
          top: 0%; }
          @media only screen and (max-width: 991px) {
            .main-menu .navbar-collapse li ul li ul {
              left: auto; } }

.main-menu .navbar-header {
  display: none; }
  @media only screen and (max-width: 991px) {
    .main-menu .navbar-header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: start; } }
  .main-menu .navbar-header .navbar-toggle {
    float: right;
    padding: 4px 0;
    cursor: pointer;
    background: transparent; }
    .main-menu .navbar-header .navbar-toggle .icon-bar {
      background: var(--folio-body-color);
      height: 2px;
      width: 30px;
      display: block;
      margin: 7px 0; }

/* Menu Btns */
.menu-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.menu-btns .theme-btn {
    padding-top: 9px;
    padding-bottom: 9px; }
@media only screen and (max-width: 1199px) {
      .menu-btns {
        display: none; } }

/*******************************************************/
/******************** ## Hero Area ********************/
/*******************************************************/

  /*------------- Hero Image glowing effect ------------*/
  .hero_img {
    display: inline-block;
    filter: drop-shadow(0 0 20px #29bbffda);
    animation: glow 2s infinite alternate;
  }
  
  @keyframes glow {
    from {
      filter: drop-shadow(0 0 5px #29bbffda);
    }
    to {
      filter: drop-shadow(0 0 15px #29bbffda);
    }
  }
  

.hero-four-content h1 {
  font-weight: 500; 
}
.hero-four-content .hero-section_title2 {
  margin-left: 100px;
}
  @media only screen and (min-width: 1400px) {
    .hero-four-content h1 {
      font-size: 80px; 
    }
    .hero-four-content .hero-section_title2 {
        margin-left: 100px;
    }
    .hero-four-content p{
      font-size: 18px;
      font-family: 400;
      width: 50%;
      margin-top: 30px;
      color: #fff;
    }
    .hero-four-content .hero_img {
      width: 90%;
    }
    .hero-four-content .shadowfilter {
      -webkit-filter: drop-shadow(30px 12px 12px 7px #29bbffda);
       filter: drop-shadow(10px 0px 17px #29bbffb2);
    
    }
    .hero-four-content .cta-row{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: -100px;
    }
    .hero-four-content .cta-row .arrow-down{
      -webkit-animation: fade_move_down 2s ease-in-out infinite;
      -moz-animation: fade_move_down 2s ease-in-out infinite;
      animation: fade_move_down 2s ease-in-out infinite;
    }
    /*animated scroll arrow animation*/
    @-webkit-keyframes fade_move_down {
      0%   { -webkit-transform:translate(0,-4px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -webkit-transform:translate(0,4px); opacity: 0; }
    }
    @-moz-keyframes fade_move_down {
      0%   { -moz-transform:translate(0,-4px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -moz-transform:translate(0,4px); opacity: 0; }
    }
    @keyframes fade_move_down {
      0%   { transform:translate(0,-4px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { transform:translate(0,4px); opacity: 0; }
    }
    }
  @media only screen and (max-width: 767px) {
    .hero-four-content h1 {
      font-size: 60px; 
    }
    .hero-four-content .hero-section_title2 {
        margin-left: 50px; 
    }
    .hero-four-content p{
      text-align: center;
      margin-left: 20px;
      margin-right: 20px;
      margin-top: 30px;
    }
    .hero-four-content .hero_img {
      width: 60%;
      margin-top: -20px;
      margin-left: 20%;
    }
    .hero-four-content .shadowfilter {
      -webkit-filter: drop-shadow(30px 12px 12px 7px #29bbffda);
       filter: drop-shadow(10px 0px 17px #29bbffb2);
    }
    .hero-four-content .cta-row{
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 20px;
    }
    .hero-four-content .cta-row .arrow-down{
      -webkit-animation: fade_move_down 4s ease-in-out infinite;
      -moz-animation: fade_move_down 4s ease-in-out infinite;
      animation: fade_move_down 4s ease-in-out infinite;
    }
    /*animated scroll arrow animation*/
    @-webkit-keyframes fade_move_down {
      0%   { -webkit-transform:translate(0,-10px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -webkit-transform:translate(0,10px); opacity: 0; }
    }
    @-moz-keyframes fade_move_down {
      0%   { -moz-transform:translate(0,-10px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { -moz-transform:translate(0,10px); opacity: 0; }
    }
    @keyframes fade_move_down {
      0%   { transform:translate(0,-10px); opacity: 0;  }
      50%  { opacity: 1;  }
      100% { transform:translate(0,10px); opacity: 0; }
    }
    }
  @media only screen and (max-width: 575px) {
    .hero-four-content h1 {
      font-size: 40px;
      text-align: center; 
    }
    .hero-four-content .hero-section_title2 {
        margin-left: 0px;
    }
    .hero-four-content p{ 
      text-align: center;
    }
  }
  @media only screen and (max-width: 375px) {
    .hero-four-content h1 {
      font-size: 35px;
      text-align: center; 
    } 
    .hero-four-content .hero-section_title2 {
        margin-left: 0px;
    }
    .hero-four-content p{
      text-align: center;
    }
    }

  .hero-four-content h1 .marquee-inner span {
    color: #6A98F0;
    -webkit-text-stroke: 1px;
    -webkit-text-stroke-color: white; }


  .hero-four-content .btn {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #000000;
    box-shadow: 10px 10px 30px -6px #29bbffda;
    outline: none;
    cursor: pointer;
    border: 1px solid #6A98F0;
    font-size: 24px;
    color: white;
  }

  .hero-four-content .btn:hover {
    transform: translateY(3px);
    box-shadow: none;
  }

  .hero-four-content .btn .arrow-down {
    height: 65%;
  }

.hero-four-content .rotated-man-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 35%; }


/*******************************************************/
/******************* ## Headline Text *******************/
/*******************************************************/
.headline-text {
  line-height: 1;
  font-size: 250px;
  font-weight: 700;
  color: var(--folio-headline-color);
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  white-space: nowrap; }
  @media only screen and (max-width: 1399px) {
    .headline-text {
      font-size: 200px; } }
  @media only screen and (max-width: 1199px) {
    .headline-text {
      font-size: 150px; } }
  @media only screen and (max-width: 991px) {
    .headline-text {
      font-size: 100px; } }
  @media only screen and (max-width: 767px) {
    .headline-text {
      font-size: 80px; } }
  @media only screen and (max-width: 575px) {
    .headline-text {
      font-size: 60px; } }
  @media only screen and (max-width: 479px) {
    .headline-text {
      font-size: 50px; } }
  @media only screen and (max-width: 375px) {
    .headline-text {
      font-size: 40px; } }
  .headline-text > span {
    padding-left: 100%;
    -webkit-animation: marquee 45s linear infinite;
    animation: marquee 45s linear infinite; }
    .headline-text > span span {
      opacity: 1;
      color: transparent;
      -webkit-text-stroke: 1px;
      -webkit-text-stroke-color: white; }
  @media only screen and (min-width: 1400px) {
    .headline-text.style-two {
      font-size: 220px; } }
  .headline-text.style-two > span span {
    opacity: 1;
    text-transform: capitalize;
    background: -webkit-radial-gradient(50.02% 64.91%, 42.25% 8948.61%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: -o-radial-gradient(50.02% 64.91%, 42.25% 8948.61%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    background: radial-gradient(42.25% 8948.61% at 50.02% 64.91%, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-color: transparent; }
  @media only screen and (min-width: 992px) {
    .headline-text.style-three {
      font-size: 120px; } }

  .headline-text .coffee-bean-text{
    display: flex;
    align-items: center;
  }

.headline-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap; }
  .headline-wrap > span {
    -webkit-animation: marquee 15s linear infinite;
    animation: marquee 15s linear infinite; }
    .headline-wrap > span .marquee-item {
      margin-right: 50px;
      line-height: 1.2;
      font-size: 65px;
      font-weight: 300;
      color: var(--folio-dark-color); }
      @media only screen and (max-width: 1399px) {
        .headline-wrap > span .marquee-item {
          font-size: 55px; } }
      @media only screen and (max-width: 1199px) {
        .headline-wrap > span .marquee-item {
          font-size: 48px; } }
      @media only screen and (max-width: 991px) {
        .headline-wrap > span .marquee-item {
          font-size: 40px; } }
      @media only screen and (max-width: 575px) {
        .headline-wrap > span .marquee-item {
          font-size: 35px; } }
      @media only screen and (max-width: 375px) {
        .headline-wrap > span .marquee-item {
          font-size: 30px; } }
      .headline-wrap > span .marquee-item i {
        margin-right: 40px; }

.headline-wrap-two .marquee-wrap {
  margin-top: 0; }

.headline-wrap-two .marquee-item {
  margin-right: 60px;
  line-height: 1.2;
  font-size: 30px;
  font-weight: 300;
  color: var(--folio-dark-color);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .headline-wrap-two .marquee-item i {
    font-size: 0.8em;
    margin-right: 30px; }
  .headline-wrap-two .marquee-item b {
    font-weight: 400; }
  @media only screen and (max-width: 1199px) {
    .headline-wrap-two .marquee-item {
      font-size: 25px;
      margin-right: 35px; }
      .headline-wrap-two .marquee-item i {
        margin-right: 15px; } }
  @media only screen and (max-width: 575px) {
    .headline-wrap-two .marquee-item {
      font-size: 20px;
      margin-right: 25px; }
      .headline-wrap-two .marquee-item i {
        margin-right: 10px; } }

.marquee-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  white-space: nowrap; }
  @media only screen and (min-width: 1400px) {
    .marquee-wrap {
      margin-top: -20px; } }

.marquee-inner {
  padding-right: 50px; }
  @media only screen and (max-width: 767px) {
    .marquee-inner {
      padding-right: 15px; } }
  .marquee-inner.one {
    -webkit-animation: marquee_left 32s linear infinite;
    animation: marquee_left 32s linear infinite; }
  .marquee-inner.two {
    -webkit-animation: marquee_right 24s linear infinite;
    animation: marquee_right 24s linear infinite; }
  .marquee-inner.three {
    -webkit-animation: marquee_left 48s linear infinite;
    animation: marquee_left 48s linear infinite; }
  .marquee-inner.left {
    -webkit-animation: marquee_left 20s linear infinite;
    animation: marquee_left 20s linear infinite; }
  .marquee-inner.right {
    -webkit-animation: marquee_right 20s linear infinite;
    animation: marquee_right 20s linear infinite; }

/* Header under top section */
.headline-area.move-top {
  margin-top: -135px;
  z-index: -1; }
  @media only screen and (max-width: 991px) {
    .headline-area.move-top {
      margin-top: -90px; } }
  @media only screen and (max-width: 767px) {
    .headline-area.move-top {
      margin-top: -50px; } }

.headline-area.move-top-two {
  margin-top: -30px;
  z-index: -1; }


/*******************************************************/
/******************* ## About Area ********************/
/*******************************************************/
@media only screen and (min-width: 576px) {
  .about-content .content {
    margin-left: 60px; } }

.about-image img {
  display: inline-block;
  -webkit-animation: rotated_circle 30s infinite;
  animation: rotated_circle 30s infinite; }

.text-left-border {
  padding-left: 40px;
  max-width: 615px;
  color: white;
  border-left: 4px solid var(--folio-primary-color); }
  @media only screen and (min-width: 376px) {
    .text-left-border {
      font-size: 18px; } }
  @media only screen and (max-width: 375px) {
    .text-left-border {
      padding-left: 30px; } }

.about-counter {
  padding-left: 40px; }
  @media only screen and (max-width: 375px) {
    .about-counter {
      padding-left: 30px; } }

/* About Three */
@media only screen and (max-width: 479px) {
  .about-area-three .section-title h2 {
    font-size: 33px; } }

@media only screen and (max-width: 375px) {
  .about-area-three .section-title h2 {
    font-size: 28px; } }

.about-three-content h4 {
  margin-top: 55px;
  margin-bottom: 20px; }
  @media only screen and (min-width: 376px) {
    .about-three-content h4 {
      font-size: 27px; } }
  .about-three-content h4 i {
    font-weight: 400;
    color: var(--folio-primary-color); }

/* About Shape */
.about-three-shapes .year {
  line-height: 1;
  font-weight: 700;
  font-size: 180px;
  background: -webkit-radial-gradient(4.84% 56.94%, 83.27% 520.46%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: -o-radial-gradient(4.84% 56.94%, 83.27% 520.46%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
  background: radial-gradient(83.27% 520.46% at 4.84% 56.94%, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.01) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 5%;
  bottom: 5%;
  z-index: -1; }

.about-three-shapes .leaf {
  z-index: -1;
  position: absolute;
  right: 5%;
  top: 25%;
  max-width: 25%; }

/* About Four */
.about-four-wrap {
  background: #0b0c0d00; }

.about-four-content p{
  font-size: 34px;
  line-height: 45px;
  font-weight: 400;
  text-align: justify;
}

@media only screen and (max-width: 600px) {
  .about-four-content p{
    font-size: 20px;
    line-height: 35px;
  }
} 

.about-four-content h2{
  font-size: 62px;
}

.about-four-content .list-style-three {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .about-four-content .list-style-three li {
    width: 48%;
    font-weight: 600;
    margin-bottom: 18px; }
    @media only screen and (min-width: 1200px) {
      .about-four-content .list-style-three li {
        font-size: 20px; } }
    @media only screen and (max-width: 479px) {
      .about-four-content .list-style-three li {
        width: 100%; } }
    .about-four-content .list-style-three li:before {
      content: '\f00c'; }

/*******************************************************/
/**************** ## Project Grid Area *****************/
/*******************************************************/

.project-details-image .container-fluid {
  width: 100%!important;
  padding-left: 0px!important;
  padding-right: 0px!important;
}

.project-info-title{
  color: #6a98f0;
}

.project-item {
  margin-bottom: 120px; }
  @media only screen and (max-width: 991px) {
    .project-item {
      margin-bottom: 70px; } }
  .project-item .image {
    z-index: 1;
    position: relative; }
    .project-item .image::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      z-index: -1;
      top: 0;
      left: 0;
      opacity: 0;
      background-color: var(--folio-primary-color); }
    .project-item .image:before {
      z-index: 1;
      -webkit-transition: 0.35s linear;
      -o-transition: 0.35s linear;
      transition: 0.35s linear;
      mix-blend-mode: multiply;
      -webkit-transform: scale3d(0.5, 1, 0.5);
      transform: scale3d(0.5, 1, 0.5); }
    .project-item .image img {
      width: 100%; }
    .project-item .image .project-btn {
      z-index: 2;
      opacity: 0;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      font-size: 30px;
      color: var(--folio-dark-color);
      width: 90px;
      height: 90px;
      background: white;
      line-height: 90px;
      border-radius: 50%;
      text-align: center;
      -webkit-transition: 0.35s linear;
      -o-transition: 0.35s linear;
      transition: 0.35s linear; }
      @media only screen and (max-width: 479px) {
        .project-item .image .project-btn {
          width: 60px;
          height: 60px;
          font-size: 20px;
          line-height: 60px; } }
      .project-item .image .project-btn i {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  .project-item .content {
    padding: 30px 50px 0; }
    @media only screen and (max-width: 1199px) {
      .project-item .content {
        padding-left: 30px;
        padding-right: 30px; } }
    @media only screen and (max-width: 375px) {
      .project-item .content {
        padding-left: 0;
        padding-right: 0; } }
    .project-item .content .category {
      font-size: 20px;
      margin-bottom: 14px;
      display: inline-block;
      text-decoration: underline; }
    @media only screen and (max-width: 1199px) {
      .project-item .content h2 {
        font-size: 40px; } }
    @media only screen and (max-width: 479px) {
      .project-item .content h2 {
        font-size: 35px; } }
    @media only screen and (max-width: 375px) {
      .project-item .content h2 {
        font-size: 30px; } }
    .project-item .content h2 a i {
      color: var(--folio-primary-color);
      font-weight: 400; }
    .project-item .content h2 a:hover {
      text-decoration: underline;
      text-underline-offset: 11px;
      text-decoration-thickness: 3px; }
      @media only screen and (max-width: 479px) {
        .project-item .content h2 a:hover {
          text-underline-offset: 8px;
          text-decoration-thickness: 2px; } }
      .project-item .content h2 a:hover i {
        text-decoration: underline;
        text-decoration-thickness: 3px;
        -webkit-text-decoration-color: var(--folio-primary-color);
        text-decoration-color: var(--folio-primary-color); }
        @media only screen and (max-width: 479px) {
          .project-item .content h2 a:hover i {
            text-underline-offset: 8px;
            text-decoration-thickness: 2px; } }
    .project-item .content h4 a i {
      color: var(--folio-primary-color);
      font-weight: 400; }
    .project-item .content h4 a:hover {
      text-decoration: underline;
      text-underline-offset: 5px;
      text-decoration-thickness: 1px; }
      .project-item .content h4 a:hover i {
        text-decoration: underline;
        text-decoration-thickness: 1px;
        -webkit-text-decoration-color: var(--folio-primary-color);
        text-decoration-color: var(--folio-primary-color); }
  .project-item:hover .image:before {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  .project-item:hover .image .project-btn {
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s; }
  .project-item.style-two {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 991px) {
      .project-item.style-two {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .project-item.style-two .content {
      padding: 0;
      max-width: 440px; }
      .project-item.style-two .content:first-child {
        margin-left: auto;
        margin-right: 80px; }
        @media only screen and (max-width: 991px) {
          .project-item.style-two .content:first-child {
            -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
            order: 2;
            margin: 35px 50px 0; } }
        @media only screen and (max-width: 575px) {
          .project-item.style-two .content:first-child {
            margin-left: 0;
            margin-right: 0; } }
      .project-item.style-two .content:last-child {
        margin-left: 80px; }
        @media only screen and (max-width: 991px) {
          .project-item.style-two .content:last-child {
            margin: 35px 50px 0; } }
        @media only screen and (max-width: 575px) {
          .project-item.style-two .content:last-child {
            margin-left: 0;
            margin-right: 0; } }
      .project-item.style-two .content hr {
        margin-top: 65px;
        margin-bottom: 55px; }
        @media only screen and (max-width: 991px) {
          .project-item.style-two .content hr {
            margin-top: 35px;
            margin-bottom: 25px; } }
      .project-item.style-two .content .read-more {
        margin-top: 10px; }
  .project-item.style-three {
    margin-bottom: 55px; }
    @media only screen and (min-width: 768px) {
      .project-item.style-three {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    .project-item.style-three .image {
      overflow: hidden;
      border-radius: 50%; }
      .project-item.style-three .image:before {
        border-radius: 50%; }
    @media only screen and (min-width: 768px) {
      .project-item.style-three .content {
        padding-top: 0; } }
    .project-item.style-three .content h4 {
      margin-top: 10px;
      margin-bottom: 20px; }
  .project-item.style-four {
    margin-bottom: 60px; }
    .project-item.style-four .image {
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      overflow: hidden;
      padding-bottom: 92%; }
      .project-item.style-four .image img {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
      .project-item.style-four .image .project-btn {
        background: var(--folio-primary-color); }
      .project-item.style-four .image:before {
        background: var(--folio-dark-color); }
    .project-item.style-four .content {
      padding-left: 0;
      padding-right: 0; }
      .project-item.style-four .content .category {
        font-size: 18px; }
      .project-item.style-four .content h4 a:hover {
        color: var(--folio-primary-color); }
    .project-item.style-four:hover .image {
      padding-bottom: 80%; }
      .project-item.style-four:hover .image:before {
        opacity: 0.85; }
  .project-item.style-five {
    margin-bottom: 80px; }
    .project-item.style-five .image img {
      width: 100%; }
    .project-item.style-five .image .project-btn {
      left: auto;
      top: 30px;
      right: 30px;
      -webkit-transform: translate(0);
      -ms-transform: translate(0);
      transform: translate(0); }
      @media only screen and (min-width: 480px) {
        .project-item.style-five .image .project-btn {
          width: 80px;
          height: 80px;
          line-height: 80px; } }
    .project-item.style-five .content {
      padding: 0;
      z-index: 2;
      position: absolute;
      left: 35px;
      bottom: 35px; }
      @media only screen and (max-width: 375px) {
        .project-item.style-five .content {
          left: 15px;
          bottom: 15px; } }
      .project-item.style-five .content .category {
        opacity: 0;
        font-size: 18px;
        margin-bottom: 0;
        background: white;
        padding: 5px 22px;
        color: var(--folio-dark-color);
        text-decoration: none; }
      .project-item.style-five .content h4 {
        margin-bottom: 0; }
        @media only screen and (max-width: 1599px) {
          .project-item.style-five .content h4 {
            font-size: 22px; } }
        @media only screen and (max-width: 375px) {
          .project-item.style-five .content h4 {
            font-size: 20px; } }
        .project-item.style-five .content h4 a {
          opacity: 0;
          color: white;
          padding: 11px 22px;
          display: inline-block;
          text-decoration: none;
          background: var(--folio-dark-color); }
    .project-item.style-five:hover .content .category {
      opacity: 1;
      -webkit-transition-delay: 0.5s;
      -o-transition-delay: 0.5s;
      transition-delay: 0.5s; }
    .project-item.style-five:hover .content h4 a {
      opacity: 1;
      -webkit-transition-delay: 0.25s;
      -o-transition-delay: 0.25s;
      transition-delay: 0.25s; }

.gallery-five-active {
  margin-left: -15px;
  margin-right: -15px; }
  .gallery-five-active .project-item {
    margin-left: 15px;
    margin-right: 15px; }

/* Work Gallery */
.work-gallery-active {
  margin-left: -40px;
  margin-right: -40px; }
  @media only screen and (max-width: 1399px) {
    .work-gallery-active {
      margin-left: -15px;
      margin-right: -15px; } }
  .work-gallery-active .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .work-gallery-active .project-item {
    height: auto;
    margin-left: 40px;
    margin-right: 40px; }
    @media only screen and (max-width: 1399px) {
      .work-gallery-active .project-item {
        margin-left: 15px;
        margin-right: 15px; } }

.work-gallery-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .work-gallery-controls .slick-arrow {
    color: rgba(255, 255, 255, 0.65);
    font-size: 30px;
    background: transparent; }
    .work-gallery-controls .slick-arrow:focus, .work-gallery-controls .slick-arrow:hover {
      color: var(--folio-primary-color); }
  .work-gallery-controls .work-gallery-dots {
    margin-left: 30px;
    margin-right: 30px; }

.slider-arrow-btns .slick-arrow {
  width: 60px;
  height: 60px;
  font-size: 22px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  color: var(--folio-secondary-color);
  -webkit-box-shadow: 3px 0 60px rgba(85, 230, 165, 0.2);
  box-shadow: 3px 0 60px rgba(85, 230, 165, 0.2);
  background: var(--folio-tertiary-color); }
  .slider-arrow-btns .slick-arrow:focus, .slider-arrow-btns .slick-arrow:hover {
    color: var(--folio-dark-color);
    background: var(--folio-primary-color); }
  .slider-arrow-btns .slick-arrow:first-child {
    margin-right: 10px; }

.project-timeline {
  border-bottom: 1px solid var(--folio-border-color);
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media only screen and (max-width: 767px) {
    .project-timeline {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .project-timeline .content {
    max-width: 350px;
    margin-right: 20px; }
    .project-timeline .content .serial-number {
      color: #6a98f0;
      font-weight: 300;
      font-size: 50px;
      margin-bottom: 45px;
      display: block;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
    .project-timeline .content h4 {
      line-height: 1.4; }
  .project-timeline .image {
    margin-left: auto;
    margin-right: auto; }
    @media only screen and (max-width: 991px) {
      .project-timeline .image {
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .project-timeline .image {
        margin-left: 0;
        margin-top: 30px; } }
  @media only screen and (max-width: 991px) {
    .project-timeline .right-btn {
      display: none; } }
  .project-timeline:hover {
    border-color: var(--folio-primary-color); }
    .project-timeline:hover .content .serial-number,
    .project-timeline:hover .content h4 a {
      color: #6a98f0; }
    .project-timeline:hover .content h4 a {
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px; }
    .project-timeline:hover .right-btn .details-btn {
      background: var(--folio-primary-color);
      color: var(--folio-dark-color); }

.project-timeline-two {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 35px;
  border-bottom: 1px solid #ffffff93;
  margin-bottom: 55px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  @media only screen and (max-width: 479px) {
    .project-timeline-two {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .project-timeline-two .serial-number {
    font-size: 22px;
    font-weight: 300;
    color: #6a98f0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
  .project-timeline-two h4 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.43;
    max-width: 300px;
    margin-left: 100px;
    margin-right: auto; }
    @media only screen and (max-width: 1199px) {
      .project-timeline-two h4 {
        margin-left: 50px; } }
    @media only screen and (max-width: 479px) {
      .project-timeline-two h4 {
        font-size: 15px;
        padding-left: 15px;
        margin-left: 0;
        max-width: 100%;
        margin-top: 10px;
        margin-bottom: 0; } }
  .project-timeline-two .image {
    position: absolute;
    right: -50px;
    top: -40%;
    max-width: 80%;
    -webkit-transform: scale(0) rotate(-30deg);
    -ms-transform: scale(0) rotate(-30deg);
    transform: scale(0) rotate(-30deg);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; }
    @media only screen and (max-width: 1399px) {
      .project-timeline-two .image {
        right: 0; } }
    @media only screen and (max-width: 575px) {
      .project-timeline-two .image {
        top: 0; } }
  .project-timeline-two .right-btn {
    margin-left: 20px; }
    @media only screen and (max-width: 479px) {
      .project-timeline-two .right-btn {
        position: absolute;
        right: 0;
        top: 0; } }
    .project-timeline-two .right-btn a {
      font-size: 30px;
      display: inline-block;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      color: #ffffff93; }
  .project-timeline-two:hover {
    border-color: white;
    z-index: 9; }
    .project-timeline-two:hover .serial-number,
    .project-timeline-two:hover .right-btn a {
      color: #6a98f0; }
    .project-timeline-two:hover h4 a {
      color: var(--folio-primary-color);
      text-decoration: underline;
      text-decoration-thickness: 1px;
      text-underline-offset: 5px; }
    .project-timeline-two:hover .image {
      visibility: visible;
      opacity: 1;
      -webkit-transform: scale(1) rotate(13.43deg);
      -ms-transform: scale(1) rotate(13.43deg);
      transform: scale(1) rotate(13.43deg); }

      .tech-stack {
        display: flex;
        gap: 10px; /* Space between each tech */
        margin-top: 10px;
      }
      
      .tech-stack span {
        margin-top: 10px;
        font-size: 13px;
        font-weight: medium;
        color: #ffffff; /* Text color */
        background-color: #6a98f0; /* Background color for each tech */
        padding: 5px 10px;
        border-radius: 5px;
      }
      

/* Project Details */
.project-details-area .text {
  color: rgba(255, 255, 255, 0.65); }
  @media only screen and (min-width: 576px) {
    .project-details-area .text {
      font-size: 18px; } }

.big-letter:first-letter {
  float: left;
  font-size: 24px;
  margin-top: 8px;
  font-weight: 700;
  padding: 6px 11px;
  margin-right: 30px;
  color: var(--folio-dark-color);
  text-transform: uppercase;
  background: var(--folio-primary-color); }

.next-prev-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media only screen and (max-width: 1199px) {
    .next-prev-post {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .next-prev-post .prev-post,
  .next-prev-post .next-post {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: -25px;
    margin-right: -25px; }
    @media only screen and (max-width: 479px) {
      .next-prev-post .prev-post,
      .next-prev-post .next-post {
        margin-left: -10px;
        margin-right: -10px; } }
    .next-prev-post .prev-post .image,
    .next-prev-post .prev-post .content,
    .next-prev-post .next-post .image,
    .next-prev-post .next-post .content {
      padding-left: 25px;
      padding-right: 25px; }
      @media only screen and (max-width: 479px) {
        .next-prev-post .prev-post .image,
        .next-prev-post .prev-post .content,
        .next-prev-post .next-post .image,
        .next-prev-post .next-post .content {
          padding-left: 10px;
          padding-right: 10px; } }
    .next-prev-post .prev-post h4,
    .next-prev-post .next-post h4 {
      margin-bottom: 15px; }
      @media only screen and (max-width: 575px) {
        .next-prev-post .prev-post h4,
        .next-prev-post .next-post h4 {
          font-size: 20px;
          margin-bottom: 10px; } }
      @media only screen and (max-width: 375px) {
        .next-prev-post .prev-post h4,
        .next-prev-post .next-post h4 {
          font-size: 18px; } }
      .next-prev-post .prev-post h4 a:hover,
      .next-prev-post .next-post h4 a:hover {
        text-decoration: underline; }
    @media only screen and (max-width: 575px) {
      .next-prev-post .prev-post .image,
      .next-prev-post .next-post .image {
        max-width: 30%; } }
  .next-prev-post .next-post {
    text-align: right;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }


/*******************************************************/
/******************* ## Skills Area ********************/
/*******************************************************/
.skills-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.skill-item {
  padding: 17px 40px;
  border-radius: 40px;
  background: #fff;
  margin-bottom: 35px;
  margin-left: 15px;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  -webkit-box-shadow: 0 5px 0 0 var(--folio-primary-color);
  box-shadow: 0 5px 0 0 var(--folio-primary-color); }
  @media only screen and (max-width: 767px) {
    .skill-item {
      padding: 8px 15px;
      margin-left: 5px;
      margin-right: 5px;
      margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    .skill-item img {
      max-width: 20px; } }
  .skill-item .text {
    color: #181818;
    font-size: 20px;
    font-weight: 600;
    margin-left: 15px; }
    @media only screen and (max-width: 767px) {
      .skill-item .text {
        font-size: 15px;
        margin-left: 8px; } }

/* My Skills */
.my-skill-images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 40px 40px 20px;
   }
  @media only screen and (max-width: 575px) {
    .my-skill-images {
      padding-left: 15px;
      padding-right: 15px;
      padding-bottom: 30px; } }
  .my-skill-images .skill-item {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    margin: 0 10px 20px;
    border: 2px solid var(--folio-dark-color); }
    @media only screen and (min-width: 768px) {
      .my-skill-images .skill-item {
        padding: 15px 28px; } }
    @media only screen and (max-width: 575px) {
      .my-skill-images .skill-item {
        margin: 0 5px 10px; } }
    @media only screen and (max-width: 375px) {
      .my-skill-images .skill-item {
        padding: 5px 10px; } }

/*******************************************************/
/********************* ## CTA Area *********************/
/*******************************************************/
.cta-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -15px;
  margin-right: -15px; }
  .cta-wrap > * {
    margin: 0 15px 15px; }
  .cta-wrap h4 {
    text-align: center;
    color: var(--folio-dark-color); }
    @media only screen and (min-width: 576px) {
      .cta-wrap h4 {
        font-size: 27px; } }
  .cta-wrap .theme-btn {
    color: var(--folio-dark-color);
    padding-top: 4px;
    padding-bottom: 4px;
    border: 2px solid var(--folio-dark-color); }
    .cta-wrap .theme-btn:hover {
      border: 2px solid var(--folio-dark-color); }

.cta-shapes .shape {
  z-index: -1;
  max-width: 5%;
  position: absolute; }
  .cta-shapes .shape.one {
    left: 5%;
    bottom: 20px; }
  .cta-shapes .shape.two {
    left: 15%;
    top: 25px; }
  .cta-shapes .shape.three {
    left: 25%;
    top: 30px; }
  .cta-shapes .shape.four {
    right: 15%;
    bottom: 20px; }
  .cta-shapes .shape.five {
    right: 25%;
    top: 30px; }
  .cta-shapes .shape.six {
    right: 5%;
    top: 30px; }

/*******************************************************/
/******************** ## Error Area ********************/
/*******************************************************/
.error-header.fixed-header .header-inner {
  padding-top: 10px;
  padding-bottom: 10px; }

.error-section {
  min-height: 100vh; }

.error-content h1 {
  margin-bottom: 20px; }
  @media only screen and (min-width: 1200px) {
    .error-content h1 {
      font-size: 100px; } }
  @media only screen and (max-width: 767px) {
    .error-content h1 {
      font-size: 60px; } }
  @media only screen and (max-width: 375px) {
    .error-content h1 {
      font-size: 50px; } }

@media only screen and (min-width: 1400px) {
  .error-image {
    margin-right: -150px; } }

/*******************************************************/
/******************* ## Main Footer *******************/
/*******************************************************/
.main-footer {
  background-color: #000000;
  background-image: url(/assets/images/footer/footer-bg-shape.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

  @media only screen and (max-width: 1080px) {
    .main-footer {
      background-color: #000000;
      background-image: url(/assets/images/footer/footer-bg-shape.png);
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; } }

.footer-top {
  border-bottom: 1px solid var(--folio-border-color); }
  

.lets-work img {
  float: left;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px; }
  @media only screen and (max-width: 575px) {
    .lets-work img {
      width: 50px;
      height: 50px; } }

.lets-work span {
  color: white;
  font-size: 85px;
  font-weight: 600;
  line-height: 1.1; }
  @media only screen and (max-width: 1199px) {
    .lets-work span {
      font-size: 65px; } }
  @media only screen and (max-width: 575px) {
    .lets-work span {
      font-size: 50px; } }
  @media only screen and (max-width: 375px) {
    .lets-work span {
      font-size: 40px; } }

.footer-contact-info .theme-btn.style-three {
  margin-top: 15px; }
  @media only screen and (max-width: 375px) {
    .footer-contact-info .theme-btn.style-three {
      font-size: 20px; } }
  .footer-contact-info .theme-btn.style-three:not(:last-child) {
    margin-right: 30px; }

.footer-contact-info .phone-number {
  color: var(--folio-dark-color);
  background: var(--folio-primary-color);
  border-color: var(--folio-primary-color); }
  .footer-contact-info .phone-number:hover {
    color: var(--folio-secondary-color);
    background: transparent;
    border-color: var(--folio-border-color); }

@media only screen and (min-width: 1400px) {
  .footer-right-content {
    border-left: 1px solid var(--folio-border-color);
    padding-left: 60px;
    padding-top: 75px;
    padding-bottom: 75px; } }

@media only screen and (max-width: 1399px) {
  .footer-right-content {
    padding-top: 75px; } }

.footer-right-content .widget_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.footer-title {
  margin-bottom: 28px; }

.footer-bottom-menu ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: -30px; }
  .footer-bottom-menu ul li {
    margin: 0 30px 5px 0; }
    .footer-bottom-menu ul li a {
      color: white; }

.copyright-text {
  border-top: 1px solid var(--folio-border-color);
  border-left: 1px solid var(--folio-border-color); }
  @media only screen and (max-width: 1399px) {
    .copyright-text {
      border: none; } }
  .copyright-text p {
    margin-bottom: 5px;
  text-align: center!important; }
  .copyright-text a {
    color: var(--folio-primary-color); }

/* Footer Two */
.footer-widget {
  margin-bottom: 50px; }

@media only screen and (min-width: 376px) {
  .footer-two .footer-title {
    font-size: 22px; } }

.footer-two p a {
  color: var(--folio-primary-color); }

.footer-two .widget_nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .footer-two .widget_nav_menu .list-style-two li {
    font-size: 16px; }
    .footer-two .widget_nav_menu .list-style-two li:not(:last-child) {
      margin-bottom: 5px; }

.footer-left-title {
  font-size: 65px;
  font-weight: 500;
  color: white;
  line-height: 1.1; }
  @media only screen and (max-width: 1199px) {
    .footer-left-title {
      font-size: 55px; } }
  @media only screen and (max-width: 575px) {
    .footer-left-title {
      font-size: 45px; } }
  @media only screen and (max-width: 575px) {
    .footer-left-title {
      font-size: 40px; } }
  @media only screen and (max-width: 375px) {
    .footer-left-title {
      font-size: 35px; } }

.footer-text {
  max-width: 250px; }
  .footer-text a {
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: underline; }
    .footer-text a:hover {
      color: var(--folio-primary-color);
      text-decoration: none; }

.footer-newsletter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
  .footer-newsletter input {
    padding: 0;
    border: none;
    background: transparent;
    color: rgba(255, 255, 255, 0.65); }
    .footer-newsletter input::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.65); }
    .footer-newsletter input:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.65); }
    .footer-newsletter input::-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.65); }
    .footer-newsletter input::placeholder {
      color: rgba(255, 255, 255, 0.65); }
  .footer-newsletter button {
    background: transparent;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: rgba(255, 255, 255, 0.65); }

.newsletter-widget .policy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .newsletter-widget .policy input {
    margin-top: 3px;
    margin-right: 15px; }
  .newsletter-widget .policy label {
    margin-bottom: 0; }
    .newsletter-widget .policy label a {
      text-decoration: underline; }

/* Footer top two */
.footer-three .copyright-area a {
  color: var(--folio-primary-color); }

.footer-top-two .footer-logo {
  max-width: 160px; }

.footer-top-two .social-style-four a:hover {
  color: var(--folio-primary-color);
  text-decoration: underline; }

/* Footer Four */
.footer-four .social-style-four {
  margin-left: -15px;
  margin-right: -15px; }
  .footer-four .social-style-four a {
    margin-left: 15px;
    margin-right: 15px; }
    .footer-four .social-style-four a:hover {
      color: var(--folio-primary-color); }

.footer-four .list-style-two li {
  font-size: 16px; }
  .footer-four .list-style-two li:not(:last-child) {
    margin-bottom: 10px; }

.footer-four .footer-logo {
  max-width: 160px; }

.footer-four .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .footer-four .copyright-area a {
    color: var(--folio-primary-color); }

/* Footer Five */
.footer-five .footer-bottom-menu ul li a:hover,
.footer-five .footer-copyright-text a {
  color: var(--folio-primary-color); }

.footer-five .copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.1); }

.footer-five .footer-info .list-style-two li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer-five .footer-info .list-style-two li:not(:last-child) {
    margin-bottom: 15px; }
  .footer-five .footer-info .list-style-two li i {
    margin-top: 7px;
    margin-right: 13px;
    color: var(--folio-primary-color); }
  .footer-five .footer-info .list-style-two li a:hover {
    font-size: 24px; }

/*-------------- SVG Coffee Bean ------------*/

  .coffee-bean-text svg {
    margin-left: -25px;
    margin-right: -25px;
  }

@media only screen and (max-width: 575px) {
  .coffee-bean-text svg{
    margin-left: -45px;
    margin-right: -45px;
    height: 60px;
  } }
@media only screen and (max-width: 375px) {
  .coffee-bean-text svg{
    margin-left: -45px;
    margin-right: -45px;
    height: 60px;
  } }

  
/*******************************************************/
/******************* ## 404 Error *******************/
/*******************************************************/  


.main_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30em;
}

.main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 5em;
}

.antenna {
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #6a98f0;
  margin-bottom: -6em;
  margin-left: 0em;
  z-index: -1;
}
.antenna_shadow {
  position: absolute;
  background-color: transparent;
  width: 50px;
  height: 56px;
  margin-left: 1.68em;
  border-radius: 45%;
  transform: rotate(140deg);
  border: 4px solid transparent;
  box-shadow: inset 0px 16px #4d70b2, inset 0px 16px 1px 1px #4d70b2;
  -moz-box-shadow: inset 0px 16px #4d70b2, inset 0px 16px 1px 1px #4d70b2;
}
.antenna::after {
  content: "";
  position: absolute;
  margin-top: -9.4em;
  margin-left: 0.4em;
  transform: rotate(-25deg);
  width: 1em;
  height: 0.5em;
  border-radius: 50%;
  background-color: #6a98f0;
}
.antenna::before {
  content: "";
  position: absolute;
  margin-top: 0.2em;
  margin-left: 1.25em;
  transform: rotate(-20deg);
  width: 1.5em;
  height: 0.8em;
  border-radius: 50%;
  background-color: #6a98f0;
}
.a1 {
  position: relative;
  top: -102%;
  left: -130%;
  width: 12em;
  height: 5.5em;
  border-radius: 50px;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  transform: rotate(-29deg);
  clip-path: polygon(50% 0%, 49% 100%, 52% 100%);
}
.a1d {
  position: relative;
  top: -211%;
  left: -35%;
  transform: rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}
.a2 {
  position: relative;
  top: -210%;
  left: -10%;
  width: 12em;
  height: 4em;
  border-radius: 50px;
  background-color: #171717;
  background-image: linear-gradient(
    #171717,
    #171717,
    #353535,
    #353535,
    #171717
  );
  margin-right: 5em;
  clip-path: polygon(
    47% 0,
    47% 0,
    34% 34%,
    54% 25%,
    32% 100%,
    29% 96%,
    49% 32%,
    30% 38%
  );
  transform: rotate(-8deg);
}
.a2d {
  position: relative;
  top: -294%;
  left: 94%;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 2px solid black;
  background-color: #979797;
  z-index: 99;
}

.notfound_text {
  background-color: black;
  padding-left: 0.3em;
  padding-right: 0.3em;
  font-size: 0.75em;
  color: white;
  letter-spacing: 0;
  border-radius: 5px;
  z-index: 10;
}
.tv {
  width: 17em;
  height: 9em;
  margin-top: 3em;
  border-radius: 15px;
  background-color: #6a98f0;
  display: flex;
  justify-content: center;
  border: 2px solid #1d0e01;
  box-shadow: inset 0.2em 0.2em #6a98f0;
}
.tv::after {
  content: "";
  position: absolute;
  width: 17em;
  height: 9em;
  border-radius: 15px;
  background: repeating-radial-gradient(#6a98f0 0 0.0001%, #00000070 0 0.0002%)
      50% 0/2500px 2500px,
    repeating-conic-gradient(#6a98f0 0 0.0001%, #00000070 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  opacity: 0.09;
}
.curve_svg {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -0.25em;
  height: 12px;
  width: 12px;
}
.display_div {
  display: flex;
  align-items: center;
  align-self: center;
  justify-content: center;
  border-radius: 15px;
  box-shadow: 3.5px 3.5px 0px #6a98f0;
}
.screen_out {
  width: auto;
  height: auto;

  border-radius: 10px;
}
.screen_out1 {
  width: 11em;
  height: 7.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}
.screen {
  width: 13em;
  height: 7.85em;
  font-family: Montserrat;
  border: 2px solid #1d0e01;
  background: repeating-radial-gradient(#000 0 0.0001%, #ffffff 0 0.0002%) 50% 0/2500px
      2500px,
    repeating-conic-gradient(#000 0 0.0001%, #ffffff 0 0.0002%) 60% 60%/2500px
      2500px;
  background-blend-mode: difference;
  animation: b 0.2s infinite alternate;
  border-radius: 10px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #252525;
  letter-spacing: 0.15em;
  text-align: center;
}
@keyframes b {
  100% {
    background-position: 50% 0, 60% 50%;
  }
}

.lines {
  display: flex;
  column-gap: 0.1em;
  align-self: flex-end;
}
.line1,
.line3 {
  width: 2px;
  height: 0.5em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
  margin-top: 0.5em;
}
.line2 {
  flex-grow: 1;
  width: 2px;
  height: 1em;
  background-color: black;
  border-radius: 25px 25px 0px 0px;
}

.buttons_div {
  width: 4.25em;
  align-self: center;
  height: 8em;
  background-color: #6a98f0;
  border: 2px solid #1d0e01;
  padding: 0.6em;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  row-gap: 0.75em;
  box-shadow: 3px 3px 0px #6a98f0;
}
.b1 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #4d70b2;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}
.b1::before {
  content: "";
  position: absolute;
  margin-top: 1em;
  margin-left: 0.5em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.4em;
  background-color: #000000;
}
.b1::after {
  content: "";
  position: absolute;
  margin-top: 0.9em;
  margin-left: 0.8em;
  transform: rotate(47deg);
  border-radius: 5px;
  width: 0.1em;
  height: 0.55em;
  background-color: #000000;
}
.b1 div {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.b2 {
  width: 1.65em;
  height: 1.65em;
  border-radius: 50%;
  background-color: #4d70b2;
  border: 2px solid black;
  box-shadow: inset 2px 2px 1px #b49577, -2px 0px #513721,
    -2px 0px 0px 1px black;
}
.b2::before {
  content: "";
  position: absolute;
  margin-top: 1.05em;
  margin-left: 0.8em;
  transform: rotate(-45deg);
  border-radius: 5px;
  width: 0.15em;
  height: 0.4em;
  background-color: #000000;
}
.b2::after {
  content: "";
  position: absolute;
  margin-top: -0.1em;
  margin-left: 0.65em;
  transform: rotate(-45deg);
  width: 0.15em;
  height: 1.5em;
  background-color: #000000;
}
.speakers {
  display: flex;
  flex-direction: column;
  row-gap: 0.5em;
}
.speakers .g1 {
  display: flex;
  column-gap: 0.25em;
}
.speakers .g1 .g11,
.g12,
.g13 {
  width: 0.65em;
  height: 0.65em;
  border-radius: 50%;
  background-color: #4d70b2;
  border: 2px solid black;
  box-shadow: inset 1.25px 1.25px 1px #b49577;
}
.speakers .g {
  width: auto;
  height: 2px;
  background-color: #171717;
}

.bottom {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 8.7em;
}
.base1 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}
.base2 {
  height: 1em;
  width: 2em;
  border: 2px solid #171717;
  background-color: #4d4d4d;
  margin-top: -0.15em;
  z-index: -1;
}
.base3 {
  position: absolute;
  height: 0.15em;
  width: 17.5em;
  background-color: #171717;
  margin-top: 0.8em;
}

.text_404 {
  position: absolute;
  display: flex;
  flex-direction: row;
  column-gap: 6em;
  z-index: -5;
  margin-bottom: 2em;
  align-items: center;
  justify-content: center;
  opacity: 0.5;
  font-family: Montserrat;
}
.text_4041 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4042 {
  transform: scaleY(24.5) scaleX(9);
}
.text_4043 {
  transform: scaleY(24.5) scaleX(9);
}


  