/*-----------------------------------------------------------------------------------

	Theme Name : Magma
	Theme URI  : http://themeforest.net/user/zytheme
	Description: Magma is a pixel perfect creative HTML5 landing page  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author     : zytheme
	Author URI : http://themeforest.net/user/zytheme
	Version    : 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

1.  Global Styles
2.  Typography
3.	Color
4.	Align
5.	Grid
6.	Background
7.	Buttons
8.	Forms
9.	Heading
10. Header
11. Menu
12. Clients
13. Hero
14. Services
15. Testimonial
16. Feature
17. Action
18. Pricing
19. Carousel
20. Landing

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file. You have been warned! :)
*/
:root {
  --global--font-body: "IBM Plex Sans Arabic", sans-serif;
  --global--font-heading: "IBM Plex Sans Arabic", sans-serif;
  --global--color-primary: #569539;
  --global--color-secondary: #EE3970;
  --global--color-body: #60698d;
  --global--color-heading: #243243;
  --global--color-white: #ffffff;
  --global--color-light: #F5F5F5;
  --global--color-gray: #4D5F78;
  --global--color-pink: #FEFBFF;
  --global--color-yellow: #FFAE05;
}

body,
html {
  overflow-x: hidden;
}

html {
  font-size: 13px;
}

body {
  background-color: var(--global--color-white);
  font-family: var(--global--font-body);
  font-size: 13px;
  font-weight: 400;
  color: var(--global--color-body);
  line-height: 1.5;
  margin: 0;
  text-align: right;
}

.wrapper {
  background-color: var(--global--color-white);
}

* {
  outline: none;
}

::-moz-selection {
  text-shadow: none;
}

::selection {
  background-color: var(--global--color-primary);
  color: var(--global--color-white);
  text-shadow: none;
}

a {
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  color: var(--global--color-primary);
}
a:hover {
  color: rgba(var(--global--color-primary), 10%);
  text-decoration: none;
}
a:focus {
  color: rgba(var(--global--color-primary), 10%);
  outline: none;
  text-decoration: none;
}
a:active {
  color: rgba(var(--global--color-primary), 10%);
  outline: none;
  text-decoration: none;
}

hr {
  margin: 0;
}

textarea {
  resize: none;
}

button.btn {
  margin-bottom: 0;
}

section {
  background-color: var(--global--color-white);
}

.modal-backdrop {
  z-index: 1020;
  background-color: rgba(34, 34, 34, 0.95);
}

.fullscreen {
  height: 100vh !important;
}

/* Medium Devices, Desktops */
@media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
}
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--global--color-heading);
  font-family: var(--global--font-heading);
  font-weight: 500;
  margin: 0 0 28px;
  line-height: 1;
}

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

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

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

.h4,
h4 {
  font-size: 32px;
}

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

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

p {
  color: var(--global--color-body);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: var(--global--color-white) !important;
}

.text-gray {
  color: --global--color-gray !important;
}

.text-black {
  color: var(--global--color-heading);
}

.text-theme {
  color: var(--global--color-primary);
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: var(--global--font-heading);
}

.font-body {
  font-family: var(--global--font-body);
}

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

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

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

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

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
}
.higlighted-style1 {
  background-color: var(--global--color-primary);
  color: #fff;
  padding: 5px 0;
}

.higlighted-style2 {
  background-color: var(--global--color-heading);
  color: #fff;
  padding: 5px 0;
}

.higlighted-style3 {
  background-color: --global--color-gray;
  color: var(--global--color-primary);
  padding: 5px 0;
}

/*------------------------------------*\
    #COLORS
\*------------------------------------*/
.color-heading {
  color: var(--global--color-heading) !important;
}

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

.color-white {
  color: var(--global--color-white) !important;
}

.color-gray {
  color: --global--color-gray !important;
}

/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}
@media screen and (max-width:991px) {
  section {
    padding-top: 65px;
    padding-bottom: 65px;
  }
}

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.col-content {
  padding: 120px 100px 90px 120px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-content {
    padding: 40px !important;
  }
}
.col-img {
  height: 600px !important;
  padding: 60px;
  overflow: hidden;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-img {
    height: auto;
    min-height: 600px;
  }
}
/* Postion Helpers */
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
          transform: perspective(1px) translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}

@media only screen and (min-width: 992px) {
  .hidden-lg,
.hidden-md {
    display: none;
  }
}
/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: var(--global--color-primary) !important;
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-pattern {
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-repeat: repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
}

.bg-content {
  background-size: contain;
}

.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  background-color: var(--global--color-white);
  opacity: 0.8;
}

.bg-overlay-blur:before {
  background: transparent;
  -webkit-backdrop-filter: blur(22px);
          backdrop-filter: blur(22px);
  --webkit-backdrop-filter: blur(22px);
  background-color: rgba(255, 255, 255, 0.14);
  z-index: 2;
}

.bg-overlay-dark.bg-overlay-bottom::before {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6671043417)), color-stop(39%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6671043417) 0%, rgba(255, 255, 255, 0) 39%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6671043417) 0%, rgba(255, 255, 255, 0) 39%);
}

.media-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.media-background img, .media-background video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: var(--global--font-heading);
  color: var(--global--color-white);
  position: relative;
  z-index: 2;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  padding: 0;
  width: 200px;
  height: 45px;
  border-radius: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: capitalize;
  -webkit-transition: 300ms ease-in-out;
  -o-transition: 300ms ease-in-out;
  transition: 300ms ease-in-out;
  overflow: visible;
  border: 1px solid #fff;
}
.btn:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right center;
      -ms-transform-origin: right center;
          transform-origin: right center;
  transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  -o-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
  border-radius: inherit;
}
.btn::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: var(--global--color-white);
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
}
.btn:hover {
  color: var(--global--color-white);
}
.btn:hover:before {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left center;
      -ms-transform-origin: left center;
          transform-origin: left center;
}
.btn.active, .btn:active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
  color: var(--global--color-white);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn--primary:before {
  background-color: var(--global--color-primary);
}

.btn--secondary:before {
  background-color: var(--global--color-secondary);
}

.btn--icon::before {
  background-color: var(--global--color-white);
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}
.btn--icon:hover i.arrow svg {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.btn--icon i {
  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;
  height: 100%;
  width: 45px;
  background-color: var(--global--color-white);
  color: var(--global--color-gray);
}
.btn--icon i.arrow svg {
  color: #868585;
}
.btn--icon i.play svg {
  color: #4d5f78;
}
.btn--icon i svg {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.btn--icon span {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.btn--submit {
  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;
  width: 200px;
  height: 50px;
    padding: 20px;
  background-color: var(--global--color-heading);
  border: 0;
  border-radius: 45px;
  font-size: 22px !important;
  color: var(--global--color-white);
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
.form-control {
  color: #D3D3D3;
  font-family: var(--global--font-body);
  font-size: 12px;
  font-weight: 400;
  line-height: 55px;
  height: 40px;
  text-transform: capitalize;
  border: 1px solid #EBEEEE;
  background: transparent;
  padding: 0 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 10px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form-control:focus {
  border-color: var(--global--color-primary);
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
}

textarea.form-control {
  height: 120px;
  margin-bottom: 30px;
}

/* Placeholder */
.input-group {
  border-radius: 0;
  border: 1px solid grey;
  background-color: transparent;
  overflow: hidden;
  padding: 3px;
}
.input-group .btn {
  width: 160px;
}
.input-group .input-group-btn {
  border-radius: 50px;
  overflow: hidden;
}

/* Subscribe Alert */
.subscribe-alert {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  margin: 0;
  cursor: pointer;
  -webkit-transform: translate3d(0, 200%, 0);
          transform: translate3d(0, 200%, 0);
  -webkit-animation: alertfadein 0.35s ease 0.5s both;
          animation: alertfadein 0.35s ease 0.5s both;
}
.subscribe-alert .alert {
  margin: 0 auto;
  font-size: 18px;
  height: 60px;
  line-height: 60px;
  border: none;
  border-radius: 0;
  padding: 0 30px;
  color: var(--global--color-white);
}
.subscribe-alert .alert:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  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;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.1);
  font-weight: 600;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: background-color 0.25s ease;
  -o-transition: background-color 0.25s ease;
  transition: background-color 0.25s ease;
  content: "\f00d";
  font-family: "Font Awesome 5 Free";
}
.subscribe-alert .alert.alert-danger {
  background-color: #cc0000;
}
.subscribe-alert .alert.alert-success {
  background-color: #198c19;
}

@-webkit-keyframes alertfadein {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes alertfadein {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
.form-inline .form-control {
  background-color: var(--global--color-white);
  font-size: 16px;
  font-weight: 400;
  width: 221px;
  height: 51px;
  border-radius: 50px;
  margin-right: 30px;
  padding-left: 20px;
  border-bottom: none;
  margin-bottom: 0;
}

/*------------------------------------*\
    #Register
\*------------------------------------*/
.register {
  position: relative;
  min-height: 100vh;
  padding-top: 170px;
}

.contact-form {
  position: relative;
  z-index: 2;
  max-width: 600px;
  margin: 0 auto;
}
.contact-form .form-subtitle {
  font-family: var(--global--font-body);
  font-size: 23px;
  color: var(--global--color-white);
  margin-bottom: 15px;
}
.contact-form .form-title {
  font-family: var(--global--font-heading);
  font-size: 60px;
  color: var(--global--color-heading);
  margin-bottom: 30px;
}
@media screen and (max-width:991px) {
  .contact-form .form-title {
    font-size: 40px;
  }
}
.contact-form .form-link {
  font-family: var(--global--font-body);
  font-size: 23px;
  color: var(--global--color-white);
  margin-bottom: 40px;
}
.contact-form .form-link a {
  color: var(--global--color-heading);
  margin-right: 5px;
}
.contact-form .form-link a:hover, .contact-form .form-link a:focus, .contact-form .form-link a:active {
  color: var(--global--color-heading);
}
.contact-form .form-group {
  height: 70px;
  background-color: rgba(36, 50, 67, 0.22);
  border-radius: 36px;
  padding: 8px 25px;
}
.contact-form .form-group .form-control {
  font-family: var(--global--font-body);
  color: var(--global--color-white);
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  border: 0;
  padding: 0;
  background-color: transparent;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.contact-form .form-group .form-control::placeholder{
    font-size: 14px !important;
}
.contact-form .form-group .form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.contact-form .form-group .form-control::-webkit-input-placeholder {
  font-family: var(--global--font-body);
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-form .form-group .form-control::-moz-placeholder {
  font-family: var(--global--font-body);
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-form .form-group .form-control:-ms-input-placeholder {
  font-family: var(--global--font-body);
  color: var(--global--color-white);
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}
.contact-form .form-group .form-label {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 12px;
  color: rgba(240, 240, 240, 0.8);
  margin-bottom: 0px;
}
.contact-form .label-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
  z-index: 2;
  color: var(--global--color-heading);
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .contact-form .label-checkbox {
    padding-right: 20px;
  }
}
.contact-form .label-checkbox:last-child {
  margin-bottom: 0;
}
.contact-form .label-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.contact-form .label-checkbox label {
  margin-left: 15px;
  width: 50%;
}
.contact-form .label-checkbox .check-indicator .icon {
  width: 25px;
  height: 28px;
  background-image: url("../images/icons/shape.png");
  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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position: relative;
}
.contact-form .label-checkbox .check-indicator .icon::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--global--color-white);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0) translateX(-1px);
      -ms-transform: scale(0) translateX(-1px);
          transform: scale(0) translateX(-1px);
}
.contact-form .label-checkbox .check-indicator .icon::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  width: 20px;
  height: 2px;
  background-color: var(--global--color-white);
}
.contact-form .label-checkbox input:checked ~ .check-indicator .icon::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateX(-1px);
      -ms-transform: scale(1) translateX(-1px);
          transform: scale(1) translateX(-1px);
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 90px;
}
.header.header-transparent {
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
  padding-top: 50px;
  padding-bottom: 20px;
  height: auto;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.9)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
}
.header.header-transparent.header-transparent-2, .header.header-transparent .header-transparent-3, .header.header-transparent.header-transparent-4 {
  padding-top: 30px;
}
.header.header-transparent.header-transparent-3, .header.header-transparent.header-transparent-4 {
  background: transparent;
}

/*------------------------------------*\
    #Menu
\*------------------------------------*/
.header .navbar {
  margin-bottom: 0;
  border-radius: 0;
  border: none;
  padding: 0;
}
@media screen and (max-width:991px) {
  .header .navbar {
    padding: 0 15px;
  }
}
.header .navbar .navbar-brand {
  margin-right: 0;
  margin-left: 40px;
  padding: 0;
  width: 78px;
  height: 77px;
}
@media screen and (max-width:991px) {
  .header .navbar .navbar-brand {
    margin-left: auto;
  }
}
.header .navbar .navbar-brand .logo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .navbar .divider {
  background-color: rgba(255, 255, 255, 0.5);
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.header .navbar .navbar-nav > li {
  margin-left: 35px;
  position: relative;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width:991px) {
  .header .navbar .navbar-nav > li {
    margin-left: 0;
  }
}
.header .navbar .navbar-nav > li > a {
  font-family: var(--global--font-body);
  font-size: 21px;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1.5;
  color: var(--global--color-white);
  padding: 0;
  position: relative;
  display: block;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media screen and (min-width:768px) {
  .header .navbar .navbar-nav > li > a::before {
    position: absolute;
    left: 0;
    bottom: -2px;
    content: "";
    height: 2px;
    width: 0;
    background-color: var(--global--color-white);
    -webkit-transition: width 300ms ease-in-out;
    -o-transition: width 300ms ease-in-out;
    transition: width 300ms ease-in-out;
  }
  .header .navbar .navbar-nav > li > a.focused {
    color: var(--global--color-heading);
  }
  .header .navbar .navbar-nav > li > a.focused::before {
    display: none;
  }
}
@media screen and (min-width:992px) {
  .header .navbar .navbar-nav > li.active > a:before,
.header .navbar .navbar-nav > li > a:focus:before,
.header .navbar .navbar-nav > li > a:hover:before {
    width: 100%;
  }
}
@media screen and (max-width:991px) {
  .header .navbar .navbar-nav > li {
    margin-right: 0;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .header .navbar .navbar-nav > li:last-child {
    margin-bottom: 0;
  }
  .header .navbar .navbar-nav > li a {
    margin-right: 0;
    padding: 15px 10px;
    line-height: 1;
  }
  .header .navbar .navbar-nav > li.active, .header .navbar .navbar-nav > li:hover, .header .navbar .navbar-nav > li:focus, .header .navbar .navbar-nav > li:active {
    background-color: var(--global--color-primary);
  }
  .header .navbar .navbar-nav > li.active a, .header .navbar .navbar-nav > li:hover a, .header .navbar .navbar-nav > li:focus a, .header .navbar .navbar-nav > li:active a {
    color: var(--global--color-white);
  }
}
.header.header-transparent-2 .navbar-brand, .header.header-transparent-3 .navbar-brand {
  width: 58px;
  height: 57px;
}
.header.header-transparent-4 .navbar-brand {
  width: 150px;
  height: 85px;
}
.header.header-transparent-4 .navbar-brand .logo {
  -o-object-fit: contain;
     object-fit: contain;
}

@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer;
    outline: none;
    margin-right: 30px;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) and (min-width: 992px) {
  .navbar .navbar-toggler {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon {
    background-color: transparent;
  }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:before, .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
    top: 0;
  }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .navbar .navbar-toggler:not(.collapsed) .navbar-toggler-icon::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-toggler .navbar-toggler-icon {
    width: 100%;
    height: 2px;
    background-color: var(--global--color-white);
    position: relative;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:before, .navbar .navbar-toggler .navbar-toggler-icon:after {
    content: "";
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--global--color-white);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:before {
    top: -10px;
  }
  .navbar .navbar-toggler .navbar-toggler-icon:after {
    top: 10px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse {
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 2;
    padding: 15px;
  }
}
@media only screen and (max-width: 991px) and (max-width:991px) {
  .navbar .navbar-collapse {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse .navbar-nav {
    padding-right: 0;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .header .navbar .navbar-nav > li {
    margin-right: 20px;
  }
  .module .module-icon,
.module-consultation .btn {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) {
  .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}
/*------------------------------------*\
    #Modules
\*------------------------------------*/
.header .module-container {
  margin-right: 30px;
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .header .module-container {
    margin-right: 15px;
  }
}
@media screen and (max-width:991px) {
  .header .module-container {
    margin-top: 15px;
    margin-right: 0;
  }
}
.header .module-container .module-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .module-container .module-social a {
  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;
  width: 40px;
  height: 40px;
  color: var(--global--color-white);
  font-size: 20px;
}
.header .module-container .module-social a.bg-facebook {
  background-color: #2C63AD;
}
.header .module-container .module-social a.bg-youtube {
  background-color: #D1001C;
}
.header .module-container .module-social a.bg-snapchat {
  background-color: #FFCF00;
}
.header .module-container .module-social a.bg-instagram {
  background-color: #C80F7A;
}
.header .module-container .module-social a.bg-tiktok {
  background-color: #040505;
}

/*------------------------------------*\
	#Slider
\*------------------------------------*/
.slider {
  padding-top: 0;
  padding-bottom: 0;
}
.slider .slide {
  padding-top: 0;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25vh;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width:992px) {
  .slider .slide.left {
    background: none;
  }
}
.slider .slide .slide-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  max-width: 350px;
}
@media screen and (max-width:991px) {
  .slider .slide .slide-content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
}
.slider .slide .slide-content .slide-headline {
  font-family: var(--global--font-heading);
  font-weight: 400;
  font-size: 60px;
  line-height: 1.5;
  color: var(--global--color-white);
  margin-bottom: 14px;
  text-transform: capitalize;
}
@media (min-width:992px) and (max-width:1200px) {
  .slider .slide .slide-content .slide-headline {
    font-size: 40px;
  }
}
@media screen and (max-width:767px) {
  .slider .slide .slide-content .slide-headline {
    font-size: 32px;
  }
}
.slider .slide .slide-content .slide-desc {
  font-family: var(--global--font-body);
  font-weight: 400;
  font-size: 25px;
  line-height: 1.5;
  color: var(--global--color-white);
}
@media screen and (max-width:767px) {
  .slider .slide .slide-content .slide-desc {
    font-size: 20px;
  }
}
.slider .slide .slide-content.large {
  max-width: 460px;
}
.slider .slide .slide-content.large .slide-headline {
  font-size: 50px;
}
@media screen and (max-width:767px) {
  .slider .slide .slide-content.large .slide-headline {
    font-size: 32px;
  }
}
.slider .slide .slide-content.large .slide-desc {
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .slider .slide .slide-content.large .slide-desc {
    font-size: 20px;
  }
}
.slider .slide .slide-content.large-desc .slide-desc {
  font-size: 40px;
}
@media screen and (max-width:767px) {
  .slider .slide .slide-content.large-desc .slide-desc {
    font-size: 20px;
  }
}
.slider .slide .slide-content.dark .slide-headline {
  color: var(--global--color-heading);
}
.slider .slide .slide-content.dark .slide-desc {
  color: var(--global--color-heading);
}
.slider .slide .slide-content.left {
  margin-right: auto;
}
.slider .slide .slide-actions-wrapper {
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
}
.slider .slide .slide-actions-wrapper .slide-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .slider .slide .slide-actions-wrapper .slide-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 25px;
  }
}
.slider .slide .slide-actions-wrapper .slide-actions .left-wrapper {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
}
.slider .slide .slide-actions-wrapper .slide-actions .audio-button {
  border: 0;
  background: none;
  padding: 0;
}
.slider .slide .slide-actions-wrapper .slide-actions .audio-button:focus {
  outline: none;
}
.slider.slider-1 .slide .slide-actions .btn--icon:hover {
  color: var(--global--color-primary);
}
.slider.slider-1 .slide .slide-actions .btn--icon:hover svg {
  color: var(--global--color-primary);
}
.slider.slider-1 .slide .slide-actions .btn--icon.active, .slider.slider-1 .slide .slide-actions .btn--icon:active, .slider.slider-1 .slide .slide-actions .btn--icon:focus, .slider.slider-1 .slide .slide-actions .btn--icon:active:focus, .slider.slider-1 .slide .slide-actions .btn--icon.active:focus, .slider.slider-1 .slide .slide-actions .btn--icon.focus, .slider.slider-1 .slide .slide-actions .btn--icon.focus:active, .slider.slider-1 .slide .slide-actions .btn--icon.active.focus {
  color: var(--global--color-primary);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider.slider-2 .slide .slide-actions .btn--icon:hover {
  color: var(--global--color-secondary);
}
.slider.slider-2 .slide .slide-actions .btn--icon:hover svg {
  color: var(--global--color-secondary);
}
.slider.slider-2 .slide .slide-actions .btn--icon.active, .slider.slider-2 .slide .slide-actions .btn--icon:active, .slider.slider-2 .slide .slide-actions .btn--icon:focus, .slider.slider-2 .slide .slide-actions .btn--icon:active:focus, .slider.slider-2 .slide .slide-actions .btn--icon.active:focus, .slider.slider-2 .slide .slide-actions .btn--icon.focus, .slider.slider-2 .slide .slide-actions .btn--icon.focus:active, .slider.slider-2 .slide .slide-actions .btn--icon.active.focus {
  color: var(--global--color-secondary);
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.slider.slider-2 .carousel-dots .owl-dots .owl-dot::before {
  background-color: var(--global--color-secondary);
}
.slider.slider-2 .carousel-dots .owl-dots .owl-dot.active {
  background-image: url("../images/icons/shape-pink.png");
}

/*------------------------------------*\
    #Carousel
\*------------------------------------*/
.carousel-dots .owl-dots {
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 9px;
}
.carousel-dots .owl-dots .owl-dot {
  width: 25px;
  height: 28px;
  background-image: url("../images/icons/shape.png");
  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;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.carousel-dots .owl-dots .owl-dot::before {
  content: "";
  opacity: 0;
  visibility: hidden;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--global--color-yellow);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-transform: scale(0) translateX(-1px);
      -ms-transform: scale(0) translateX(-1px);
          transform: scale(0) translateX(-1px);
}
.carousel-dots .owl-dots .owl-dot.active {
  background-image: url("../images/icons/shape-yellow.png");
}
.carousel-dots .owl-dots .owl-dot.active::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1) translateX(-1px);
      -ms-transform: scale(1) translateX(-1px);
          transform: scale(1) translateX(-1px);
}
.carousel-dots .owl-dots .owl-dot span {
  display: none;
}
.carousel-dots .owl-dots .owl-dot:hover, .carousel-dots .owl-dots .owl-dot:focus {
  outline: none;
}

/*------------------------------------*\
    #Landing
\*------------------------------------*/
.landing {
  overflow: hidden;
  position: relative;
  padding: 0;
}
.landing .landing-cotainer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 0 110px 0;
}
@media screen and (max-width:991px) {
  .landing .landing-cotainer {
    padding-bottom: 90px;
  }
}
.landing .landing-cotainer.bg-overlay::before {
  z-index: 1;
}
.landing .landing-cotainer .landing-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.landing .landing-cotainer .landing-content .nav-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .landing .landing-cotainer .landing-content .nav-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.landing .landing-cotainer .landing-content .nav-actions .btn:first-child {
  margin-bottom: 25px;
}
@media screen and (min-width:768px) {
  .landing .landing-cotainer .landing-content .nav-actions .btn:first-child {
    margin-bottom: 0px;
    margin-left: 40px;
  }
}
.landing.bg-overlay::before {
  z-index: 1;
}

/*------------------------------------*\
    #Video
\*------------------------------------*/
.video {
  position: relative;
  padding-top: 25vh;
  min-height: 100vh;
  background-color: #91A3C0;
}
.video::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 50%;
  z-index: 1;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
          clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.video .main-content {
  position: relative;
  z-index: 2;
}
.video .main-content .video-heading {
  font-size: 40px;
  font-weight: 400;
  color: var(--global--color-heading);
  margin-bottom: 30px;
}
.video .main-content .video-player {
  position: relative;
  margin-bottom: 50px;
  padding: 4%;
}
.video .main-content .video-player::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-repeat: no-repeat;
  background-size: contain;
}
.video .main-content .video-player .video-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
}

.video .main-content .video-player .video-wrapper video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .main-content .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 180px;
  height: 180px;
  background-color: #353736;
  border-radius: 50%;
  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;
  cursor: pointer;
  z-index: 2;
}
@media screen and (max-width:991px) {
  .video .main-content .play-button {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width:767px) {
  .video .main-content .play-button {
    width: 70px;
    height: 70px;
  }
}
.video .main-content .play-button img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width:991px) {
  .video .main-content .play-button img {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width:767px) {
  .video .main-content .play-button img {
    width: 20px;
    height: 20px;
  }
}
.video .main-content .video-item {
  position: relative;
  max-width: 370px;
}
.video .main-content .video-item .video-thumb {
  padding: 15px;
  border: 1px solid #fff;
  position: relative;
  margin-bottom: 20px;
}
.video .main-content .video-item .video-thumb::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  background-color: var(--global--color-white);
  top: 50%;
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
}
.video .main-content .video-item .video-thumb .play-button {
  width: 46px;
  height: 46px;
  z-index: 2;
}
.video .main-content .video-item .video-thumb .play-button img {
  width: 20px;
  height: 20px;
}
.video .main-content .video-item .video-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video .main-content .video-item .video-content .video-title {
  font-size: 20px;
  font-weight: 400;
  color: var(--global--color-white);
  margin-bottom: 15px;
}
.video .main-content .video-item .video-content .video-description {
  font-size: 13px;
  font-weight: 400;
  color: var(--global--color-white);
}
.video.video-1::before {
  background-color: #38682B;
}
.video.video-1 .main-content .video-player::before {
  background-image: url("../images/video/frame-1.png");
}
.video.video-2::before {
  background-color: #EE3970;
}
.video.video-2 .main-content .video-player::before {
  background-image: url("../images/video/frame-2.png");
}

.footer {
  background-color: var(--global--color-heading);
  color: var(--global--color-white);
  padding-top: 60px;
}
.footer .footer-top {
  padding-bottom: 20px;
}
.footer .footer-top .footer-widget .widget-title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: var(--global--color-white);
  margin-bottom: 20px;
}
.footer .footer-top .footer-widget.widget-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width:991px) {
  .footer .footer-top .footer-widget.widget-about {
    margin-bottom: 30px;
  }
}
.footer .footer-top .footer-widget.widget-about .logo {
  margin-left: 20px;
}
.footer .footer-top .footer-widget.widget-about p {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--global--color-white);
  margin-bottom: 10px;
}
.footer .footer-top .footer-widget.widget-about p:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-widget.widget-contact ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.footer .footer-top .footer-widget.widget-contact ul li {
  margin-bottom: 10px;
}
.footer .footer-top .footer-widget.widget-contact ul li:last-child {
  margin-bottom: 0;
}
.footer .footer-top .footer-widget.widget-contact ul li a {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--global--color-white);
}
.footer .footer-top .footer-widget.widget-contact ul li a i {
  margin-left: 10px;
  font-size: 14px;
}
.footer .footer-bottom {
  padding-bottom: 20px;
}
.footer .footer-bottom .footer-copyright {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--global--color-white);
  text-align: center;
  margin-bottom: 0;
}
.footer .footer-bottom .footer-copyright a {
  color: var(--global--color-white);
}
.footer.footer-1 .footer-widget.widget-contact ul li a {
  color: var(--global--color-white);
}
.footer.footer-1 .footer-widget.widget-contact ul li a i {
  color: #FFAE05;
}
.footer.footer-2 .footer-widget.widget-contact ul li a i {
  color: #FF77D6;
}
/*# sourceMappingURL=style.css.map */
